.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

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

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@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: 64vh;
  max-height: 100vh;
  height: 48vw; }

.welcome__curve {
  position: relative;
  bottom: 0;
  left: 0;
  width: 101%; }

.welcome {
  position: relative;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(4em, 10%, 7em);
  padding-top: clamp(2em, 6vw, 10em);
  padding-bottom: clamp(2em, 1vw, 6em);
  background: #F5FCFF; }
  .welcome .welcome__watermark {
    display: none; }
  .welcome.inview .welcome__content,
  .welcome.inview .welcome__media {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.welcome__content {
  position: relative;
  width: 100%;
  padding: 2em 0 0 0;
  container-type: inline-size;
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  z-index: 1; }
  .welcome__content #welcome__content__subtitle {
    color: #347abc;
    margin: 0 0 0 0;
    font-size: 1.875em;
    font-weight: 500;
    line-height: 48px; }
  .welcome__content #welcome__content__title {
    color: var(--col-sec);
    margin: 0 0 0 0;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 46px; }
    @media all and (min-width: 415px) {
      .welcome__content #welcome__content__title {
        font-size: 2.75em; } }
    @media all and (min-width: 769px) {
      .welcome__content #welcome__content__title {
        font-size: 2.75em; } }
    @media all and (min-width: 1050px) {
      .welcome__content #welcome__content__title {
        font-size: 3em; } }
    @media all and (min-width: 1301px) {
      .welcome__content #welcome__content__title {
        font-size: 3.125em; } }
    @media all and (min-width: 1225px) {
      .welcome__content #welcome__content__title {
        line-height: 66px; } }
  .welcome__content .welcome__content__region {
    margin: 0; }
    .welcome__content .welcome__content__region p {
      margin: 1em 0;
      font-size: 1.1875em;
      letter-spacing: 0.02em;
      line-height: 1.6875em; }
  .welcome__content .welcome__links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    padding: 2em 0;
    z-index: 1; }
  .welcome__content .button__link:nth-child(2) a {
    background: var(--col-ter);
    color: var(--col-sectxt); }
    .welcome__content .button__link:nth-child(2) a:hover {
      background: #7CC5E9; }

.welcome__media {
  position: relative;
  height: 100%;
  width: 65%;
  margin: 0 auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: 11; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .inview .welcome__media {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .welcome__media .home__welcome__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .welcome__media .home__welcome__image > div {
      height: 100%; }
    .welcome__media .home__welcome__image img {
      height: 100%;
      width: 100%;
      border-radius: 80px;
      -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
      -o-object-fit: cover;
      object-fit: cover;
      background: #fff; }

@media all and (min-width: 769px) {
  .welcome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: clamp(2em, 5%, 7em); }
    .welcome .welcome__watermark {
      display: block;
      position: absolute;
      top: 50%;
      right: calc(40% - 37em);
      width: 50em;
      pointer-events: none;
      z-index: 1; }
  .welcome__content {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .welcome__content #welcome__content__subtitle {
      line-height: 50px; }
  .welcome__media {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 500px;
    width: 50%; } }

@media all and (min-width: 1050px) {
  .welcome__content {
    width: 47%;
    padding: 0; } }

.swiper__buttons__container__social__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 1em; }
  @media all and (min-width: 375px) {
    .swiper__buttons__container__social__news {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media all and (min-width: 620px) {
    .swiper__buttons__container__social__news {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.swiper__buttons__nav__container__social__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 1em 1em 0; }
  @media all and (min-width: 450px) {
    .swiper__buttons__nav__container__social__news {
      margin: 0; } }

.swiper-pagination-social-news {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  gap: 0.5em; }
  @media all and (min-width: 900px) {
    .swiper-pagination-social-news {
      -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
      order: initial; } }
  .mason--loaded .swiper-pagination-social-news {
    opacity: 1; }
  .swiper-pagination-social-news .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0px solid #fff;
    outline-offset: 0px;
    margin: 0 0.25em;
    gap: 0.75em;
    background: rgba(255, 255, 255, 0.5);
    color: transparent;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .swiper-pagination-social-news .swiper-pagination-bullet-active {
    outline: 7px solid #7cc5e950;
    background: white;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }

.nav__prev__social__news {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px; }

.nav__next__social__news,
.nav__prev__social__news {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 1.75em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  .nav__next__social__news:after,
  .nav__prev__social__news:after {
    position: absolute;
    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: auto;
    content: "\f061";
    font-weight: 600;
    font-family: fontAwesome;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: #fff;
    color: var(--col-sec);
    border-radius: 50%;
    font-size: 1.125em;
    width: 46px;
    height: 46px;
    min-height: 44px;
    min-width: 44px;
    text-align: center;
    line-height: 2.5em;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__social__news:hover,
  .nav__prev__social__news:hover {
    cursor: pointer; }
    .nav__next__social__news:hover:after,
    .nav__prev__social__news:hover:after {
      background: var(--col-sec);
      color: var(--col-pritxt);
      padding: 0 0 1px 5px; }

.social__news {
  position: relative;
  background: var(--col-pri);
  opacity: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  margin: -8px 0 0 0; }
  .social__news:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 39, 101, 0)), to(#172765));
    background: -webkit-linear-gradient(rgba(23, 39, 101, 0) 0%, #172765 100%);
    background: -o-linear-gradient(rgba(23, 39, 101, 0) 0%, #172765 100%);
    background: linear-gradient(rgba(23, 39, 101, 0) 0%, #172765 100%);
    height: 100%; }
  .social__news .pre__title {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 40px;
    text-align: center;
    color: #7cc5e9;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all; }
    @media all and (min-width: 620px) {
      .social__news .pre__title {
        text-align: left; } }
  .social__news__top {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    padding: 0.5em 0 2em 0;
    gap: 2em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.75s ease-in-out all;
    -o-transition: 0.75s ease-in-out all;
    transition: 0.75s ease-in-out all; }
    @media all and (min-width: 620px) {
      .social__news__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .social__news__top .content__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      width: auto;
      font-size: 2em;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-align: center;
      line-height: 1em;
      color: var(--col-pritxt); }
      @media all and (min-width: 620px) {
        .social__news__top .content__title {
          width: 100%; } }
      @media all and (min-width: 415px) {
        .social__news__top .content__title {
          font-size: 2.125em; } }
      @media all and (min-width: 769px) {
        .social__news__top .content__title {
          font-size: 2.1875em; } }
      @media all and (min-width: 1050px) {
        .social__news__top .content__title {
          font-size: 2.8125em; } }
      @media all and (min-width: 1301px) {
        .social__news__top .content__title {
          font-size: 3.125em; } }
    .social__news__top .button__link__facebook {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1em;
      font-weight: 600;
      color: var(--col-pritxt); }
      .social__news__top .button__link__facebook div {
        position: relative;
        font-size: 18px; }
        .social__news__top .button__link__facebook div:after {
          position: absolute;
          content: '';
          top: auto;
          right: auto;
          bottom: -4px;
          left: 0;
          background: #fff;
          height: 3px;
          width: 100%;
          -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          -webkit-transition: 0.25s ease-in-out clip-path;
          -o-transition: 0.25s ease-in-out clip-path;
          transition: 0.25s ease-in-out clip-path; }
      .social__news__top .button__link__facebook:hover div:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      .social__news__top .button__link__facebook:hover a {
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
        background: #1877f2; }
      .social__news__top .button__link__facebook a {
        background: rgba(24, 119, 242, 0.8);
        color: var(--col-pritxt);
        border-radius: 50%;
        padding: 0;
        width: 46px;
        height: 46px;
        min-height: 46px;
        min-width: 46px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
        .social__news__top .button__link__facebook a:first-child {
          background: none;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 0; }
  .social__news__button__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1em; }
    .social__news__button__container .button__link__instagram a {
      background: rgba(160, 54, 158, 0.8);
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
      .social__news__button__container .button__link__instagram a:hover {
        background: #a0369e; }
    .social__news__button__container .button__link__youtube a {
      background: rgba(230, 33, 23, 0.8);
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
      .social__news__button__container .button__link__youtube a:hover {
        background: #e62117; }
  .social__news__pagination__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media all and (min-width: 900px) {
      .social__news__pagination__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .social__news__list {
    padding: 0 0 2em 0;
    overflow: visible;
    z-index: 1; }
  .social__news.inview {
    opacity: 1; }
    .social__news.inview .social__news__top,
    .social__news.inview .pre__title,
    .social__news.inview .social__news__pagination__buttons {
      opacity: 1; }
    .social__news.inview .social__item {
      opacity: 0.25;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
      .social__news.inview .social__item:nth-child(1) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      .social__news.inview .social__item:nth-child(2) {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s; }
      .social__news.inview .social__item:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      .social__news.inview .social__item:nth-child(4) {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s; }
    .social__news.inview .swiper-slide-visible {
      opacity: 1; }
  .social__news ul li {
    list-style-type: none; }
  .social__news ul .social__item {
    position: relative;
    background: #010212;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
    border-radius: 30px;
    height: 360px;
    z-index: 1; }
    .social__news ul .social__item__image img {
      border-top-right-radius: 30px;
      border-top-left-radius: 30px;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .social__news ul .social__item__image:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 2, 18, 0)), color-stop(43.88%, rgba(1, 2, 18, 0.3)), to(#010212));
      background: -webkit-linear-gradient(rgba(1, 2, 18, 0) 0%, rgba(1, 2, 18, 0.3) 43.88%, #010212 100%);
      background: -o-linear-gradient(rgba(1, 2, 18, 0) 0%, rgba(1, 2, 18, 0.3) 43.88%, #010212 100%);
      background: linear-gradient(rgba(1, 2, 18, 0) 0%, rgba(1, 2, 18, 0.3) 43.88%, #010212 100%);
      background-size: contain;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .social__news ul .social__item__flex {
      height: 100%; }
    .social__news ul .social__item__content {
      position: relative;
      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: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      padding: 2em;
      z-index: 1; }
      .social__news ul .social__item__content__label {
        position: relative;
        top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
        width: 44px;
        color: #fff;
        font-size: 1.5em;
        border-radius: 50%;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .social__news ul .social__item__content__info__title {
        font-weight: normal;
        font-size: 1em;
        letter-spacing: 0.04em;
        line-height: 1.6875em;
        color: var(--col-pritxt);
        text-decoration: none;
        overflow: hidden;
        max-height: 5em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }
      .social__news ul .social__item__content__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 300;
        font-size: 1em;
        letter-spacing: 0.04em;
        line-height: 1.6875em;
        color: var(--col-pritxt); }
      .social__news ul .social__item__content__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        font-size: 1em;
        letter-spacing: 0.02em;
        line-height: 24px;
        text-align: left;
        color: #fff;
        opacity: 0;
        height: 0;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }
    .social__news ul .social__item:hover .social__item__image img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      opacity: 0.5; }
    .social__news ul .social__item:hover .social__item__content__info__title {
      max-height: 12em; }
    .social__news ul .social__item:hover .social__item__content__more {
      opacity: 1;
      height: 1em; }

.swiper__buttons__container__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 1em; }
  @media all and (min-width: 375px) {
    .swiper__buttons__container__events {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media all and (min-width: 620px) {
    .swiper__buttons__container__events {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.swiper__buttons__nav__container__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 1em 1em 0; }
  @media all and (min-width: 450px) {
    .swiper__buttons__nav__container__events {
      margin: 0; } }

.swiper-pagination-events {
  position: relative;
  width: 100%;
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  gap: 0.5em; }
  @media all and (min-width: 900px) {
    .swiper-pagination-events {
      -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
      order: initial; } }
  .mason--loaded .swiper-pagination-events {
    opacity: 1; }
  .swiper-pagination-events .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0px solid #fff;
    outline-offset: 0px;
    margin: 0 0.25em;
    gap: 0.75em;
    background: rgba(255, 255, 255, 0.5);
    color: transparent;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .swiper-pagination-events .swiper-pagination-bullet-active {
    outline: 7px solid #7cc5e950;
    background: white;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }

.nav__prev__events {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px; }

.nav__next__events,
.nav__prev__events {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 1.75em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  .nav__next__events:after,
  .nav__prev__events:after {
    position: absolute;
    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: auto;
    content: "\f061";
    font-weight: 600;
    font-family: fontAwesome;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: #fff;
    color: var(--col-sec);
    border-radius: 50%;
    font-size: 1.125em;
    width: 46px;
    height: 46px;
    min-height: 44px;
    min-width: 44px;
    text-align: center;
    line-height: 2.5em;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__events:hover,
  .nav__prev__events:hover {
    cursor: pointer; }
    .nav__next__events:hover:after,
    .nav__prev__events:hover:after {
      background: #172765;
      color: var(--col-pritxt);
      padding: 0 0 1px 5px; }

.events {
  position: relative;
  background: var(--col-sec);
  padding-top: 9em;
  padding-bottom: 2.5%;
  opacity: 0; }
  @media all and (min-width: 1300px) {
    .events {
      padding-top: 15%; } }
  .events .events__curve__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%; }
  .events .events__watermark {
    display: block;
    position: absolute;
    width: 40%;
    min-width: 600px;
    top: 58%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg); }
  .events .pre__title {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 40px;
    text-align: center;
    color: #7cc5e9;
    z-index: 1; }
    @media all and (min-width: 620px) {
      .events .pre__title {
        text-align: left; } }
  .events__top {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    padding: 0.5em 0 2em 0;
    gap: 2em;
    z-index: 1; }
    @media all and (min-width: 620px) {
      .events__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .events__top .content__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      width: auto;
      font-size: 2em;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-align: center;
      line-height: 1em;
      color: var(--col-pritxt); }
      @media all and (min-width: 620px) {
        .events__top .content__title {
          width: 100%; } }
      @media all and (min-width: 415px) {
        .events__top .content__title {
          font-size: 2.125em; } }
      @media all and (min-width: 769px) {
        .events__top .content__title {
          font-size: 2.1875em; } }
      @media all and (min-width: 1050px) {
        .events__top .content__title {
          font-size: 2.8125em; } }
      @media all and (min-width: 1301px) {
        .events__top .content__title {
          font-size: 3.125em; } }
    .events__top .button__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1em;
      font-weight: 600;
      color: var(--col-pritxt); }
      .events__top .button__link div {
        position: relative;
        font-size: 18px; }
        .events__top .button__link div:after {
          position: absolute;
          content: '';
          top: auto;
          right: auto;
          bottom: -4px;
          left: 0;
          background: #fff;
          height: 3px;
          width: 100%;
          -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          -webkit-transition: 0.25s ease-in-out clip-path;
          -o-transition: 0.25s ease-in-out clip-path;
          transition: 0.25s ease-in-out clip-path; }
      .events__top .button__link:hover div:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      .events__top .button__link:hover a {
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
        background: #2a488d; }
      .events__top .button__link a {
        background: rgba(42, 72, 141, 0.8);
        color: var(--col-pritxt);
        border-radius: 50%;
        padding: 0;
        width: 46px;
        height: 46px;
        min-height: 46px;
        min-width: 46px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
        .events__top .button__link a:first-child {
          background: none;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 0; }
  .events.inview {
    opacity: 1; }
    .events.inview .events__list .events__item {
      opacity: 0.25;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
      .events.inview .events__list .events__item:nth-child(1) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      .events.inview .events__list .events__item:nth-child(2) {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s; }
      .events.inview .events__list .events__item:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      .events.inview .events__list .events__item:nth-child(4) {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s; }
      .events.inview .events__list .events__item:nth-child(5) {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; }
    .events.inview .events__list .events__item.swiper-slide-visible {
      opacity: 1; }
  .events .events__list {
    overflow: visible; }
    .events .events__list ul li {
      list-style-type: none; }
    .events .events__list ul .events__item {
      position: relative;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      padding: 0 2em;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .events .events__list ul .events__item:hover .events__item__link {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .events .events__list ul .events__item:hover .month {
        text-decoration: underline; }
      .events .events__list ul .events__item__info__title {
        width: 90%;
        margin: 1em auto 0em;
        color: #fff;
        font-size: 1.125em;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.6875em;
        text-align: center;
        opacity: 1; }
      .events .events__list ul .events__item__time {
        font-weight: normal;
        font-size: 0.875em;
        letter-spacing: 0.02em;
        line-height: 3.125em;
        text-align: center;
        color: #7cc5e9;
        opacity: 1; }
      .events .events__list ul .events__item:first-child .events__item__link__outer:before {
        position: absolute;
        content: '';
        top: 50%;
        right: auto;
        bottom: auto;
        left: auto;
        background: url(/_site/images/design/events-line.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 1em;
        width: 100em;
        left: -50em;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transition: 3s ease-in-out clip-path;
        -o-transition: 3s ease-in-out clip-path;
        transition: 3s ease-in-out clip-path; }
      .events .events__list ul .events__item:last-child .events__item__link__outer:before {
        position: absolute;
        content: '';
        top: 50%;
        right: auto;
        bottom: auto;
        left: auto;
        background: url(/_site/images/design/events-line.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 1em;
        width: 100em;
        right: -150em;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transition: 3s ease-in-out clip-path;
        -o-transition: 3s ease-in-out clip-path;
        transition: 3s ease-in-out clip-path; }
      .events .events__list ul .events__item__link__outer {
        position: relative; }
        .events .events__list ul .events__item__link__outer:after {
          position: absolute;
          content: '';
          top: 50%;
          right: auto;
          bottom: auto;
          left: auto;
          background: url(/_site/images/design/events-line.svg);
          background-repeat: no-repeat;
          background-size: cover;
          height: 0.65em;
          width: 4.6em;
          right: -7.4em;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%);
          -webkit-transition: 3s ease-in-out clip-path;
          -o-transition: 3s ease-in-out clip-path;
          transition: 3s ease-in-out clip-path; }
      .events .events__list ul .events__item__link {
        position: relative;
        background: rgba(244, 237, 41, 0.3);
        border: 6px solid #f4ed29;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
        aspect-ratio: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 2;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
        .events .events__list ul .events__item__link .month {
          font-weight: 500;
          font-size: 1.875em;
          letter-spacing: 0.04em;
          color: var(--col-pritxt);
          height: 60px;
          opacity: 1;
          -webkit-transition: 0.25s ease-in-out all;
          -o-transition: 0.25s ease-in-out all;
          transition: 0.25s ease-in-out all; }
        .events .events__list ul .events__item__link .date {
          font-weight: bold;
          font-size: 3.75em;
          text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          letter-spacing: 0.04em;
          color: var(--col-pritxt);
          height: 74px;
          opacity: 1;
          -webkit-transition: 0.25s ease-in-out all;
          -o-transition: 0.25s ease-in-out all;
          transition: 0.25s ease-in-out all; }
