@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 100vh;
  height: auto; }
  .mason--urgent .hero {
    min-height: calc(95vh - 78px); }
  .no-flexboxlegacy .mason--home .hero {
    padding: 220px 220px; }

.hero__watermark {
  top: auto;
  bottom: 57px;
  height: calc(100% - 235px); }

.hero__down__container {
  position: absolute;
  bottom: 122px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4; }

@-webkit-keyframes bob {
  0% {
    height: 148px; }
  50% {
    height: 0px; }
  100% {
    height: 148px; } }

@keyframes bob {
  0% {
    height: 148px; }
  50% {
    height: 0px; }
  100% {
    height: 148px; } }

.hero__down {
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 4; }
  .hero__down::after {
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    margin-left: -1px;
    width: 2px;
    border-radius: 2px;
    background-color: #56dcc4;
    height: 148px;
    -webkit-animation-name: bob;
    animation-name: bob;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  .hero__down:hover span {
    color: #fff; }
  .hero__down:hover .hero_down__border circle:last-child {
    stroke-dashoffset: 0;
    stroke-dasharray: 316; }
  .hero__down span {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.429em;
    color: #4edd9b;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg); }
  100% {
    -webkit-transform: rotate(302deg);
    transform: rotate(302deg); } }

.hero_down__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible !important;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  .hero_down__border circle:last-child {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.hero__logo__container {
  position: relative; }

.hero__logo {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 0px 0px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 0px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .hero__logo:hover {
    border-color: var(--col-pri); }
  .hero__logo .school__link {
    height: 100%;
    width: 100%; }
    .hero__logo .school__link a {
      height: 100%;
      width: 100%;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      background-color: #fff;
      font-size: 1.125em;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.087em;
      text-align: center; }

@media all and (min-width: 769px) {
  .hero__logo {
    height: 190px;
    width: 190px;
    right: 7%;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .hero__logo:hover {
      -webkit-box-shadow: 0px 0px 0px 5px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 0px 5px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3); }
    .hero__logo .school__link a {
      border-radius: 50%;
      font-size: 1.4375em; } }

.lte-ie8 .hero__logo {
  height: 190px;
  width: 190px;
  right: 7%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .lte-ie8 .hero__logo:hover {
    -webkit-box-shadow: 0px 0px 0px 5px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 5px var(--col-pri), 0px 0px 30px rgba(0, 0, 0, 0.3); }
  .lte-ie8 .hero__logo .school__link a {
    border-radius: 50%;
    font-size: 1.4375em; }

.welcome {
  padding: 30px 0 45px;
  position: relative; }

.welcome__inner {
  width: 90%;
  max-width: 990px;
  margin: 0 auto; }

.welcome__text {
  letter-spacing: 0.02em;
  line-height: 1.625em;
  color: #4a4a4a;
  margin: 33px 0; }
  .welcome__text > * {
    margin: 0; }

.welcome__right {
  position: relative;
  margin-top: 30px; }
  .welcome__right .welcome__right__dots {
    position: absolute;
    top: -3%;
    right: -24%;
    width: 48%;
    height: 45%;
    z-index: 2; }
    .welcome__right .welcome__right__dots circle {
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .welcome__right .welcome__right__dots circle:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        .inview .welcome__right .welcome__right__dots circle:nth-child(1) {
          opacity: 1; }
      .welcome__right .welcome__right__dots circle:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
        .inview .welcome__right .welcome__right__dots circle:nth-child(2) {
          opacity: 0.3; }
      .welcome__right .welcome__right__dots circle:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
        .inview .welcome__right .welcome__right__dots circle:nth-child(3) {
          opacity: 0.6; }
      .welcome__right .welcome__right__dots circle:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
        .inview .welcome__right .welcome__right__dots circle:nth-child(4) {
          opacity: 0.5; }

.welcome__image {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); }
  .welcome__image::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .welcome__image .lazy__container .lazy__load__img {
    background-color: #000; }
  .welcome__image .lazy__container img {
    opacity: 0.6; }

.welcome__video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .welcome__video__button:hover svg.welcome__video__button__circle circle:last-child {
    stroke-dashoffset: 0;
    stroke-dasharray: 316; }

.welcome__video__button__inner {
  position: relative;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(var(--col-sec), 0.67);
  font-size: 2.4em; }

svg.welcome__video__button__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  height: 128px;
  width: 128px;
  overflow: visible;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
  svg.welcome__video__button__circle circle {
    stroke: var(--col-sec); }
    svg.welcome__video__button__circle circle:last-child {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }

.welcome__video__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .mason--admin .welcome__video__container {
    top: 110px; }
  .mason--preview .welcome__video__container {
    top: 110px; }
  .mason--secure .welcome__video__container {
    top: 40px; }
  .welcome__video__container:not(.active) {
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }

.welcome__video__popup {
  background-color: #fff;
  width: 90%;
  max-width: 1024px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .welcome__video__popup::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .welcome__video__popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.welcome__video__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: var(--col-pri);
  font-size: 1.5em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2; }
  .welcome__video__close:hover {
    background-color: var(--col-sec); }

.welcome__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 130px;
  z-index: 0; }
  .welcome__curve path {
    fill: var(--col-pri); }

@media all and (min-width: 769px) {
  .welcome {
    padding: 90px 0 145px; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .welcome__right {
    width: 43%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 20px; } }

.lte-ie8 .welcome {
  padding: 90px 0 145px; }

.lte-ie8 .welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lte-ie8 .welcome__right {
  width: 43%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 20px; }

@media all and (min-width: 1025px) {
  .welcome__right {
    margin-left: 42px; } }

.news {
  background-color: var(--col-pri);
  position: relative;
  padding-top: 30px; }
  .news::before {
    content: "";
    position: absolute;
    top: 242px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 1; }
  .news::after {
    content: "";
    width: 305px;
    height: 371px;
    background-image: var(--watermark);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: 1;
    opacity: 0.1; }

.news__curve {
  position: absolute;
  top: 241px;
  left: 0;
  width: 100%;
  max-height: 130px;
  z-index: 1; }

.news__inner,
.events__inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.news__header,
.events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

.news__header .button__link a {
  color: var(--col-pritxt); }
  .news__header .button__link a::before, .news__header .button__link a::after {
    background-color: var(--col-pritxt); }

.news__header .news__title {
  color: var(--col-pritxt); }
  .news__header .news__title span {
    opacity: 0.44;
    color: var(--col-pri);
    text-shadow: 1px 1px 0 var(--col-pritxt), -1px 1px 0 var(--col-pritxt), 1px -1px 0 var(--col-pritxt), -1px -1px 0 var(--col-pritxt), 0px 1px 0 var(--col-pritxt), 0px -1px 0 var(--col-pritxt), -1px 0px 0 var(--col-pritxt), 1px 0px 0 var(--col-pritxt), 2px 2px 0 var(--col-pritxt), -2px 2px 0 var(--col-pritxt), 2px -2px 0 var(--col-pritxt), -2px -2px 0 var(--col-pritxt), 0px 2px 0 var(--col-pritxt), 0px -2px 0 var(--col-pritxt), -2px 0px 0 var(--col-pritxt), 2px 0px 0 var(--col-pritxt), 1px 2px 0 var(--col-pritxt), -1px 2px 0 var(--col-pritxt), 1px -2px 0 var(--col-pritxt), -1px -2px 0 var(--col-pritxt), 2px 1px 0 var(--col-pritxt), -2px 1px 0 var(--col-pritxt), 2px -1px 0 var(--col-pritxt), -2px -1px 0 var(--col-pritxt); }

.news__controls,
.events__controls {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .news__controls button,
  .events__controls button {
    padding: 10px 8px; }
    .news__controls button:not(.off):hover svg path,
    .events__controls button:not(.off):hover svg path {
      opacity: 0.5; }
    .news__controls button.off,
    .events__controls button.off {
      opacity: 0.3; }
    .news__controls button svg path,
    .events__controls button svg path {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }

.news__buttons,
.events__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .news__buttons .button__link,
  .events__buttons .button__link {
    min-height: 0px !important;
    display: none; }

.news__list {
  min-height: 300px; }

.social__item {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  overflow: visible; }
  .social__item:hover .social__item__image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .social__item:hover .social__item__info::after {
    height: 12px; }

.social__image {
  width: 100%;
  height: 250px;
  overflow: hidden; }
  .social__image .social__item__image {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.social__item__icon {
  height: 50px;
  width: 50px;
  border-bottom-right-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .news__item .social__item__icon {
    background-color: var(--col-sec); }
  .twitter__item .social__item__icon {
    background-color: #1da1f2; }
  .facebook__item .social__item__icon {
    background-color: #3b5998; }
  .instagram__item .social__item__icon {
    background-color: #c32aa3; }

.social__item__info {
  padding: 0 30px;
  border-bottom: 12px solid transparent; }
  .social__item__info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .news__item .social__item__info::after {
      background-color: var(--col-sec); }
    .twitter__item .social__item__info::after {
      background-color: #1da1f2; }
    .facebook__item .social__item__info::after {
      background-color: #3b5998; }
    .instagram__item .social__item__info::after {
      background-color: #c32aa3; }

.social__item__date {
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.462em;
  margin: 26px 0 30px; }
  .news__item .social__item__date {
    color: var(--col-sec); }
  .twitter__item .social__item__date {
    color: #1da1f2; }

.news__item__intro {
  font-size: 1.4375em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.391em;
  margin: 0 0 51px; }

.twitter__item__intro,
.facebook__item__intro,
.instagram__item__intro {
  margin: 0 0 51px;
  letter-spacing: 0.02em;
  line-height: 1.563em;
  font-weight: 500; }
  .twitter__item__intro a,
  .facebook__item__intro a,
  .instagram__item__intro a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    z-index: 3; }

.twitter__item__intro a {
  color: #1da1f2; }

.facebook__item__intro a {
  font-weight: 500;
  color: #525252; }

.instagram__item__intro a {
  color: #c32aa3; }

.social__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.news__footer__admin {
  position: relative;
  z-index: 2;
  margin-top: 30px; }
  .news__footer__admin a {
    display: inline-block;
    color: #fff;
    background-color: #ee732a;
    padding: 10px 20px;
    margin-right: 20px;
    text-decoration: none; }

.news__footer,
.events__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 30px; }

@media all and (min-width: 769px) {
  .news {
    padding-top: 80px; }
    .news::before {
      top: 315px; }
  .news__header,
  .events__header {
    margin-bottom: 50px; }
  .news__buttons .button__link,
  .events__buttons .button__link {
    display: inline-block; }
  .news__controls,
  .events__controls {
    margin-right: 20px; }
    .news__controls button,
    .events__controls button {
      padding: 10px 18px; }
  .news__footer,
  .events__footer {
    display: none; } }

.lte-ie8 .news {
  padding-top: 80px; }
  .lte-ie8 .news::before {
    top: 315px; }

.lte-ie8 .news__header,
.lte-ie8 .events__header {
  margin-bottom: 50px; }

.lte-ie8 .news__buttons .button__link,
.lte-ie8 .events__buttons .button__link {
  display: inline-block; }

.lte-ie8 .news__controls,
.lte-ie8 .events__controls {
  margin-right: 20px; }
  .lte-ie8 .news__controls button,
  .lte-ie8 .events__controls button {
    padding: 10px 18px; }

.lte-ie8 .news__footer,
.lte-ie8 .events__footer {
  display: none; }

.events {
  padding: 30px 0; }

.events__controls button:not(.off):hover svg path {
  fill: var(--col-pri); }

.events__controls button svg path {
  fill: var(--col-sec); }

.events__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-height: 382px; }
  .events__list .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s; }
    .events__list .owl-item.active {
      opacity: 1;
      visibility: visible; }

.events__item {
  display: none; }
  .events__item:hover .events__date {
    margin-top: 7px;
    margin-bottom: 35px;
    height: 221px;
    width: 221px;
    background-color: rgba(var(--col-sec), 0.3);
    color: var(--col-sectxt); }
    .events__item:hover .events__date::before {
      background-color: var(--col-sec);
      top: 17px;
      left: 17px;
      right: 17px;
      bottom: 17px; }
    .events__item:hover .events__date svg {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .events__item:hover .events__info__title {
    color: var(--col-sec); }
  .owl-item .events__item {
    display: block; }
  .events__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

.events__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  margin-bottom: 28px;
  background-color: rgba(var(--col-pri), 0.3);
  position: relative;
  z-index: 2;
  color: var(--col-pritxt);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .events__date::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border-radius: 50%;
    background-color: var(--col-pri);
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .events__date span {
    letter-spacing: 0.02em;
    line-height: 1em; }
    .events__date span:nth-child(1) {
      font-size: 3.5625em;
      font-weight: 800; }
    .events__date span:nth-child(2) {
      font-size: 1.875em;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0.15em 0 -0.3em; }
  .events__date svg {
    position: absolute;
    bottom: 0;
    width: 124%;
    height: 104%;
    left: -9%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.events__time {
  margin: 0 0 41px;
  font-weight: 600;
  font-size: 0.8125em;
  letter-spacing: 0.09em;
  line-height: 1.462em;
  text-transform: uppercase;
  color: #acacac; }

.events__info__title {
  margin: 0;
  font-size: 1.3125em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.429em;
  color: var(--col-pri);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

@media all and (min-width: 769px) {
  .events {
    padding: 108px 0 140px; } }

.lte-ie8 .events {
  padding: 108px 0 140px; }

.quote {
  padding: 130px 0 130px;
  position: relative;
  color: var(--col-sectxt); }
  .quote::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--watermark);
    background-size: auto calc(100% - 56px);
    background-position: top 16px center;
    background-repeat: no-repeat;
    opacity: 0.1; }

.quote__inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.quote__dots__left,
.quote__dots__right {
  display: none; }

.quote__list {
  position: relative; }

.quote__item {
  width: 100%; }
  .quote__item:not(:first-child) {
    display: none; }

.quote__text {
  font-size: 1.25em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.567em;
  margin: 0 0 27px; }
  @media all and (min-width: 1025px) {
    .quote__text {
      font-size: 2em; } }

.quote__name {
  font-size: 0.8125em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0; }

@media all and (min-width: 769px) {
  .quote {
    padding-top: 147px; }
  svg.quote__dots__left,
  svg.quote__dots__right {
    display: block;
    position: absolute;
    top: -50px;
    overflow: visible; }
    svg.quote__dots__left circle,
    svg.quote__dots__right circle {
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      svg.quote__dots__left circle:nth-child(1),
      svg.quote__dots__right circle:nth-child(1) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      svg.quote__dots__left circle:nth-child(2),
      svg.quote__dots__right circle:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      svg.quote__dots__left circle:nth-child(3),
      svg.quote__dots__right circle:nth-child(3) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      svg.quote__dots__left circle:nth-child(4),
      svg.quote__dots__right circle:nth-child(4) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
  .inview svg.quote__dots__left circle:nth-child(1) {
    opacity: 1; }
  .inview svg.quote__dots__left circle:nth-child(2) {
    opacity: 0.3; }
  .inview svg.quote__dots__left circle:nth-child(3) {
    opacity: 0.6; }
  .inview svg.quote__dots__left circle:nth-child(4) {
    opacity: 0.5; }
  .inview svg.quote__dots__right circle:nth-child(1) {
    opacity: 1; }
  .inview svg.quote__dots__right circle:nth-child(2) {
    opacity: 0.3; }
  .inview svg.quote__dots__right circle:nth-child(3) {
    opacity: 0.5; }
  .quote__dots__left {
    right: 100%;
    margin-right: 10px; }
  .quote__dots__right {
    left: 100%;
    margin-left: 31px; } }

.lte-ie8 .quote {
  padding-top: 147px; }

.lte-ie8 svg.quote__dots__left,
.lte-ie8 svg.quote__dots__right {
  display: block;
  position: absolute;
  top: -50px;
  overflow: visible; }
  .lte-ie8 svg.quote__dots__left circle,
  .lte-ie8 svg.quote__dots__right circle {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .lte-ie8 svg.quote__dots__left circle:nth-child(1),
    .lte-ie8 svg.quote__dots__right circle:nth-child(1) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .lte-ie8 svg.quote__dots__left circle:nth-child(2),
    .lte-ie8 svg.quote__dots__right circle:nth-child(2) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .lte-ie8 svg.quote__dots__left circle:nth-child(3),
    .lte-ie8 svg.quote__dots__right circle:nth-child(3) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .lte-ie8 svg.quote__dots__left circle:nth-child(4),
    .lte-ie8 svg.quote__dots__right circle:nth-child(4) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }

.lte-ie8 .inview svg.quote__dots__left circle:nth-child(1) {
  opacity: 1; }

.lte-ie8 .inview svg.quote__dots__left circle:nth-child(2) {
  opacity: 0.3; }

.lte-ie8 .inview svg.quote__dots__left circle:nth-child(3) {
  opacity: 0.6; }

.lte-ie8 .inview svg.quote__dots__left circle:nth-child(4) {
  opacity: 0.5; }

.lte-ie8 .inview svg.quote__dots__right circle:nth-child(1) {
  opacity: 1; }

.lte-ie8 .inview svg.quote__dots__right circle:nth-child(2) {
  opacity: 0.3; }

.lte-ie8 .inview svg.quote__dots__right circle:nth-child(3) {
  opacity: 0.5; }

.lte-ie8 .quote__dots__left {
  right: 100%;
  margin-right: 10px; }

.lte-ie8 .quote__dots__right {
  left: 100%;
  margin-left: 31px; }
