@-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); } }

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

@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: 70vh;
  height: 99vh; }
  .mason--watermark .hero .hero__slideshow:after {
    content: "";
    background-image: var(--watermark);
    position: absolute;
    height: 90%;
    max-width: 90%;
    max-height: 511px;
    aspect-ratio: 511.25/403.28;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 30px;
    left: -66px;
    opacity: 25%;
    z-index: 99; }

.hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 5%;
  padding-bottom: 10px; }
  .hero__content .hero__motto {
    max-width: calc(100% - 110px);
    font-size: clamp(1.25em, calc(0.5rem + 2.5vw), 3.125em);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0; }
  .hero__content .scroll__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px; }
    .hero__content .scroll__down svg {
      font-size: 30px;
      color: var(--col-pri);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .hero__content .scroll__down p {
      font-size: 15px;
      text-transform: uppercase;
      color: #fff; }
    .hero__content .scroll__down:hover svg {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }

@media all and (min-width: 769px) {
  .hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .hero__content .scroll__down {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .hero__content .scroll__down svg {
        font-size: 55px; }
      .hero__content .scroll__down p {
        margin-top: 0; } }

.wrapper {
  width: 100%;
  position: relative;
  padding: 40px 0 60px; }

.row {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (min-width: 769px) {
    .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

section h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  color: var(--col-sec); }
  @media all and (min-width: 769px) {
    section h3 {
      font-size: 1.0625em; } }
  @media all and (min-width: 1301px) {
    section h3 {
      font-size: 1.125em; } }

section h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.875em;
  margin: 0;
  color: #444444; }
  @media all and (min-width: 415px) {
    section h2 {
      font-size: 2.1875em; } }
  @media all and (min-width: 769px) {
    section h2 {
      font-size: 2.5em; } }
  @media all and (min-width: 1025px) {
    section h2 {
      font-size: 2.8125em; } }
  @media all and (min-width: 1301px) {
    section h2 {
      font-size: 3.125em; } }

section p {
  font-size: 1em; }
  @media all and (min-width: 769px) {
    section p {
      font-size: 1.125em; } }
  @media all and (min-width: 1301px) {
    section p {
      font-size: 1.25em; } }

.scroll__to {
  position: relative;
  top: -100px; }
  .scroll__to.welcome__target {
    top: -55px; }

.homepage__nav__container {
  background: #444444;
  display: none;
  padding: 0; }

@media all and (min-width: 769px) {
  .homepage__nav__container {
    background: #515151;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 49;
    top: 0;
    height: 84px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
    .mason--sticky .homepage__nav__container {
      position: fixed;
      top: 77px;
      left: 0;
      background: #515151; }
  .homepage__nav__list {
    max-width: 1270px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto; }
  .homepage__nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .homepage__nav__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0;
      min-height: 84px;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s;
      position: relative; }
      .homepage__nav__item a:after {
        content: "";
        position: absolute;
        height: 6px;
        width: calc(100% + 58px);
        bottom: 0;
        right: -29px;
        background: var(--col-pri);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: width 0.1s ease, -webkit-transform 0.1s ease;
        transition: width 0.1s ease, -webkit-transform 0.1s ease;
        -o-transition: transform 0.1s ease, width 0.1s ease;
        transition: transform 0.1s ease, width 0.1s ease;
        transition: transform 0.1s ease, width 0.1s ease, -webkit-transform 0.1s ease; }
      .homepage__nav__item a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    .homepage__nav__item.active a:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); } }

@media all and (min-width: 1025px) {
  .homepage__nav__list {
    gap: 58px;
    font-size: 1.125em; } }

.welcome__container.wrapper {
  padding-top: 0; }

.welcome__row {
  gap: 25px;
  padding-top: 40px; }
  @media all and (min-width: 769px) {
    .welcome__row {
      padding-top: 160px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-bottom: 80px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.welcome__image__wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 300px;
  margin-bottom: 100px; }
  @media all and (min-width: 769px) {
    .welcome__image__wrapper {
      width: 31.98413%;
      margin-bottom: 0; } }
  .welcome__image__wrapper .welcome__image__birds__wrapper {
    position: absolute;
    z-index: 10;
    bottom: -85px;
    left: -30px;
    width: 277px;
    height: 182px; }
    @media all and (min-width: 769px) {
      .welcome__image__wrapper .welcome__image__birds__wrapper {
        left: -44px; } }
    .welcome__image__wrapper .welcome__image__birds__wrapper svg {
      width: 277px;
      height: 182px; }
      .welcome__image__wrapper .welcome__image__birds__wrapper svg path {
        -webkit-animation: float 3s ease alternate infinite;
        animation: float 3s ease alternate infinite; }
        .welcome__image__wrapper .welcome__image__birds__wrapper svg path:last-child {
          animation: float 3s ease alternate-reverse infinite; }
    .welcome__image__wrapper .welcome__image__birds__wrapper img {
      -webkit-animation: float 3s ease alternate infinite;
      animation: float 3s ease alternate infinite;
      position: absolute;
      top: 0;
      left: 0;
      width: 168px;
      height: 102px;
      -o-object-fit: contain;
      object-fit: contain; }
      .welcome__image__wrapper .welcome__image__birds__wrapper img:last-child {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        width: 138px;
        height: 84px;
        animation: float 3s ease alternate-reverse infinite; }

.welcome__image {
  background: #515151;
  border-radius: 31px;
  position: absolute !important;
  height: 100%; }
  .welcome__image img {
    border-radius: 31px; }

@media all and (min-width: 769px) {
  .welcome__content {
    padding: 50px 0 60px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.welcome__line {
  height: 60px;
  width: 2px;
  background: var(--col-pri);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }
  .welcome__line.inview {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  @media all and (min-width: 769px) {
    .welcome__line {
      height: 130px; } }

.video__container {
  padding-bottom: 80px; }
  @media all and (min-width: 769px) {
    .video__container {
      padding-bottom: 140px; } }
  .mason--watermark .video__container:after {
    content: "";
    background-image: var(--watermark);
    position: absolute;
    height: 90%;
    max-width: 70%;
    max-height: 859.25px;
    aspect-ratio: 859.25/678.28;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: -250px;
    right: -181px;
    opacity: 6%;
    z-index: 0; }

.video__row.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 913px;
  z-index: 1;
  position: relative; }

#video__title {
  text-align: center; }

#video__text {
  color: #515151; }

.video__image {
  aspect-ratio: 897/504; }

.hero__video__admin {
  background: #745B99;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 49; }
  .hero__video__admin p {
    margin: 0; }

.video__image__wrapper {
  border-radius: 39px;
  border: 3px solid var(--col-pri); }

.hero__video {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background-color: var(--col-pri);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .hero__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none; }
  .hero__video.active {
    opacity: 1;
    visibility: visible; }

.play__button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  margin: 0 auto;
  font-size: 5em;
  z-index: 30;
  -webkit-transition: opacity 0.1s, visibility 0.1s, background 0.2s;
  -o-transition: opacity 0.1s, visibility 0.1s, background 0.2s;
  transition: opacity 0.1s, visibility 0.1s, background 0.2s;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3); }
  .play__button[href=""] {
    display: none; }
  .play__button:hover {
    background: rgba(0, 0, 0, 0.5); }
    .play__button:hover div {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
  .play__button div {
    background: var(--col-sec);
    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;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    height: 120px;
    width: 120px; }
    @media all and (min-width: 769px) {
      .play__button div {
        height: 178px;
        width: 178px; } }
    .play__button div svg {
      color: #383838;
      margin-left: 10px;
      font-size: 50px; }
      @media all and (min-width: 769px) {
        .play__button div svg {
          font-size: 80px; } }
  .play__button.playing {
    opacity: 0;
    visibility: hidden; }

.video__button {
  margin-top: 30px; }

.video__line {
  height: 60px;
  width: 2px;
  background: var(--col-pri);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }
  .video__line.inview {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  @media all and (min-width: 769px) {
    .video__line {
      height: 120px; } }

.news__title,
.events__title,
.testimonial__title {
  text-align: center;
  color: var(--col-sec);
  margin: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.news__title__wrapper,
.events__title__wrapper,
.testimonial__title__wrapper {
  width: 91.28378%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.title__line__left,
.title__line__right {
  height: 5px;
  margin: auto 0;
  background: var(--col-ter);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.title__line__left {
  width: 37.09459%; }

.title__line__right {
  width: 25.33784%; }

.news__container {
  padding-top: 15px;
  padding-bottom: 40px; }

.news__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news__row:after {
    content: "";
    position: absolute;
    top: 80%;
    bottom: -150px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--col-pri);
    z-index: 0; }
  .news__row .button__link {
    position: relative;
    z-index: 1; }

#mixed__filters {
  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;
  gap: 31px;
  margin-bottom: 20.5px; }
  #mixed__filters li {
    color: var(--col-sec);
    border: 2px solid currentColor;
    border-radius: 50%;
    height: 57px;
    width: 57px;
    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-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer; }
    #mixed__filters li svg {
      fill: currentColor; }
    #mixed__filters li:hover {
      color: #515151; }
    #mixed__filters li.active {
      color: var(--col-pri); }
      #mixed__filters li.active:hover {
        color: var(--col-ter); }
    #mixed__filters li span {
      line-height: 0.9em; }
    #mixed__filters li svg {
      height: 32px;
      width: 32px; }

#mixed__list {
  position: relative;
  z-index: 10;
  padding-bottom: 32px;
  padding: 0 0 35px; }
  #mixed__list:after {
    content: "";
    position: absolute;
    top: 140px;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--col-pri);
    z-index: -1; }
    @media all and (min-width: 769px) {
      #mixed__list:after {
        top: 205px; } }

.social__label {
  font-weight: 600;
  padding-top: 20px;
  font-size: 1.25em;
  color: var(--col-pritxt);
  text-transform: uppercase;
  margin: 0 2px; }

.social__item__info {
  color: var(--col-pritxt);
  margin: 0 5px; }
  .social__item__info a {
    color: var(--col-pritxt);
    text-decoration: none; }
  .social__item__info .news__item__intro {
    overflow: hidden;
    max-height: 128px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
    .social__item__info .news__item__intro h3,
    .social__item__info .news__item__intro p {
      font-size: 1.25em;
      margin: 0;
      color: var(--col-pritxt); }
      @media all and (min-width: 769px) {
        .social__item__info .news__item__intro h3,
        .social__item__info .news__item__intro p {
          font-size: 1.375em; } }
      @media all and (min-width: 1301px) {
        .social__item__info .news__item__intro h3,
        .social__item__info .news__item__intro p {
          font-size: 1.5em; } }
  .social__item__info div:not(.news__item__intro) {
    font-size: 1.25em;
    margin: 0;
    color: var(--col-pritxt);
    overflow: hidden;
    max-height: 128px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
    @media all and (min-width: 769px) {
      .social__item__info div:not(.news__item__intro) {
        font-size: 1.375em; } }
    @media all and (min-width: 1301px) {
      .social__item__info div:not(.news__item__intro) {
        font-size: 1.5em; } }

.social__item__date {
  position: absolute;
  z-index: 5;
  height: 210px;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: var(--col-pritxt);
  background: var(--col-pri);
  padding: 20px 18px 25px 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 20px 20px 20px 0;
  text-transform: uppercase;
  -webkit-transition: right 0.3s, -webkit-transform 0.3s;
  transition: right 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s, -webkit-transform 0.3s;
  right: -5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px #515151;
  box-shadow: 0px 0px 3px #515151; }

.social__item__image {
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  background: var(--col-pri); }
  @media all and (min-width: 769px) {
    .social__item__image {
      height: 415px; } }
  .social__item__image img {
    border-radius: 31px; }
  .social__item__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    -o-transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
    background: rgba(var(--col-pri), 0.3);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }

.social__item {
  display: none; }
  .owl-item .social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .social__item:hover .social__item__date {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0; }
  .social__item:hover .social__item__image:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .social__item a {
    z-index: 10; }

.owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  .owl-item.active {
    opacity: 1;
    visibility: visible; }

.news__arrows,
.events__arrows,
.testimonial__arrows {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: -5%;
  right: -5%;
  z-index: 10; }
  @media all and (min-width: 769px) {
    .news__arrows,
    .events__arrows,
    .testimonial__arrows {
      left: -37.5px;
      right: -37.5px; } }
  .news__arrows button,
  .events__arrows button,
  .testimonial__arrows button {
    visibility: visible;
    background: #515151;
    color: #fff;
    width: 60px;
    height: 60px;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transition: opacity 0.2s, color 0.3s, background-color 0.3s;
    -o-transition: opacity 0.2s, color 0.3s, background-color 0.3s;
    transition: opacity 0.2s, color 0.3s, background-color 0.3s;
    font-size: 30px; }
    @media all and (min-width: 769px) {
      .news__arrows button,
      .events__arrows button,
      .testimonial__arrows button {
        width: 75px;
        height: 75px;
        font-size: 35px; } }
    .news__arrows button:hover:not(.off),
    .events__arrows button:hover:not(.off),
    .testimonial__arrows button:hover:not(.off) {
      background-color: var(--col-sec); }
    .news__arrows button.off,
    .events__arrows button.off,
    .testimonial__arrows button.off {
      opacity: 0.3; }

.news__arrows {
  bottom: unset;
  top: 185px; }
  @media all and (min-width: 769px) {
    .news__arrows {
      top: 235px; } }

.newsletter__container {
  z-index: 1;
  padding-bottom: 80px;
  padding-top: 0; }
  @media all and (min-width: 769px) {
    .newsletter__container {
      padding-bottom: 140px; } }
  .newsletter__container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 343px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--col-pri);
    z-index: -1; }

.newsletter__row {
  border-radius: 54px;
  padding: 90px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  row-gap: 25px; }
  @media all and (min-width: 769px) {
    .newsletter__row {
      padding: 140px 160px 160px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .newsletter__row .newsletter__image {
    border-radius: 54px;
    position: absolute !important;
    z-index: 0 !important; }
    .newsletter__row .newsletter__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 54px; }
    .newsletter__row .newsletter__image img {
      border-radius: 54px; }

.newsletters__title__wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .newsletters__title__wrap > p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
  .newsletters__title__wrap h2 {
    color: #fff;
    font-weight: 400; }

.newsletter__line,
.events__line {
  height: 60px;
  width: 2px;
  background: var(--col-pri);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }
  .newsletter__line.inview,
  .events__line.inview {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  @media all and (min-width: 769px) {
    .newsletter__line,
    .events__line {
      height: 120px; } }

.events__container {
  padding-top: 15px; }
  .events__container:after {
    content: "";
    position: absolute;
    top: 62%;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--col-ter);
    z-index: 0; }

.events__row.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  position: relative; }
  .events__row.row > .button__link {
    margin-top: 51px; }
  .events__row.row .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .events__row.row .owl-item {
    overflow: hidden;
    border-radius: 30px; }

.events__item {
  min-height: 388px;
  background: var(--col-sec);
  color: var(--col-sectxt);
  border-radius: 30px;
  padding: 50px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: 100%;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  overflow: hidden;
  display: none; }
  .owl-item .events__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .events__item a {
    z-index: 1; }
  .events__item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 0;
    background: #515151; }
  .events__item:hover, .events__item:focus-visible {
    color: #fff; }
    .events__item:hover:after, .events__item:focus-visible:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .events__item:hover .events__date span, .events__item:focus-visible .events__date span {
      color: inherit; }
    .events__item:hover .events__info__read__more, .events__item:focus-visible .events__info__read__more {
      color: inherit; }

.events__title__wrapper,
.testimonial__title__wrapper {
  margin-bottom: 60px; }
  @media all and (min-width: 769px) {
    .events__title__wrapper,
    .testimonial__title__wrapper {
      margin-bottom: 100px; } }

.events__date {
  font-weight: 700;
  font-style: italic;
  margin: 0;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  font-size: 2.1875em; }
  .events__date:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--col-pri);
    width: 4px; }
  @media all and (min-width: 415px) {
    .events__date {
      font-size: 2.5em; } }
  @media all and (min-width: 769px) {
    .events__date {
      font-size: 2.8125em; } }
  @media all and (min-width: 1025px) {
    .events__date {
      font-size: 3.125em; } }
  @media all and (min-width: 1301px) {
    .events__date {
      font-size: 3.625em; } }
  .events__date span {
    display: block;
    font-size: 0.41379em;
    text-transform: uppercase; }

.events__info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  position: relative; }

.events__info__title {
  margin-top: 33px;
  color: inherit; }

.events__info__desc {
  margin: 0;
  font-size: 1em; }

.events__info__read__more {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (min-width: 415px) {
    .events__info__read__more {
      font-size: 1.25em; } }
  @media all and (min-width: 769px) {
    .events__info__read__more {
      font-size: 1.375em; } }
  @media all and (min-width: 1301px) {
    .events__info__read__more {
      font-size: 1.5em; } }
  .events__info__read__more svg {
    font-size: 35px;
    margin-left: 10px;
    color: inherit; }
    .events__info__read__more svg path {
      fill: currentColor; }

.events__line {
  position: relative;
  margin-top: 30px; }

.testimonial__container {
  padding-top: 15px; }

.testimonial__item__image__wrapper {
  width: 100%;
  border-radius: 50%;
  position: relative;
  background-color: #dcdcdc; }
  .testimonial__item__image__wrapper::before {
    content: "";
    display: block;
    padding-bottom: 100%; }

.testimonial__list {
  overflow: visible; }

.testimonial__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; }
  .testimonial__item.swiper-slide-visible {
    opacity: 1;
    visibility: visible; }
  .testimonial__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdcdc;
    z-index: -1;
    border-radius: clamp(30px, 4vw, 54px); }
  .testimonial__item:hover .testimonial__item__image, .testimonial__item:focus-visible .testimonial__item__image {
    -webkit-box-shadow: 0px 0px 0px 20px var(--col-pri);
    box-shadow: 0px 0px 0px 20px var(--col-pri); }

.testimonial__item__image {
  background-color: var(--col-pri);
  width: 67.70833%;
  height: 67.70833%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 0px 0px var(--col-pri);
  box-shadow: 0px 0px 0px 0px var(--col-pri);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s; }
  .testimonial__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.testimonial__item__content {
  padding: 0 42px 42px; }

.testimonial__item__name {
  text-transform: uppercase;
  font-size: 1.875em;
  font-weight: 600;
  color: #1d1c1c;
  margin: 0 0 30px; }

.testimonial__item__intro {
  font-size: 1.0625em;
  line-height: 1.52941em;
  margin: 0; }

.testimonial__item__link {
  color: var(--col-pri);
  text-transform: uppercase;
  line-height: 1.3125em;
  margin: 30px 0 0;
  display: inline-block; }
  .testimonial__item__link[href=""] {
    display: none; }

@media all and (min-width: 600px) {
  .testimonial__item {
    z-index: 1;
    -webkit-transition: opacity 0.1s, visibility 0.1s, z-index 0.1s step-end;
    -o-transition: opacity 0.1s, visibility 0.1s, z-index 0.1s step-end;
    transition: opacity 0.1s, visibility 0.1s, z-index 0.1s step-end; }
    .testimonial__item::before {
      width: clamp(0px, calc(100% + 47vw), calc(100% + 456px));
      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; }
    .testimonial__item.active {
      z-index: 2;
      -webkit-transition: opacity 0.4s 0.1s, visibility 0.4s 0.1s, z-index 0.4s step-start;
      -o-transition: opacity 0.4s 0.1s, visibility 0.4s 0.1s, z-index 0.4s step-start;
      transition: opacity 0.4s 0.1s, visibility 0.4s 0.1s, z-index 0.4s step-start; }
      .testimonial__item.active::before {
        opacity: 1;
        visibility: visible; }
      .testimonial__item.active .testimonial__item__content {
        opacity: 1;
        visibility: visible; }
  .testimonial__item__content {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: clamp(0px, 47vw, 456px);
    padding-top: 42px;
    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;
    overflow: auto; } }

@media all and (min-width: 600px) and (max-width: 999px) {
  .testimonial__item:not(.swiper-slide-active)::before {
    left: auto;
    right: 0; }
  .testimonial__item:not(.swiper-slide-active) .testimonial__item__content {
    left: auto;
    right: 100%; } }

@media all and (min-width: 1000px) {
  .testimonial__item::before {
    width: clamp(0px, calc(100% + 31vw), calc(100% + 456px)); }
  .testimonial__item.swiper-slide-active + .swiper-slide + .swiper-slide::before, .testimonial__item:last-child::before {
    left: auto;
    right: 0; }
  .testimonial__item.swiper-slide-active + .swiper-slide + .swiper-slide .testimonial__item__content, .testimonial__item:last-child .testimonial__item__content {
    left: auto;
    right: 100%; }
  .testimonial__item__content {
    width: clamp(0px, 31vw, 456px); } }
