.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; }

.hero__links__item > a, .news__item__date, .news__item__link {
  font-family: var(--font-heading); }

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

.hero__links__item > a, .news__item__date, .news__item__link {
  font-family: var(--font-heading); }

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

html {
  scroll-behavior: smooth; }

.home__nav {
  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;
  gap: 15px;
  width: 100%;
  visibility: hidden;
  z-index: 5; }
  @media all and (min-width: 1024px) {
    .home__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(100% + 88px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media all and (min-width: 1440px) {
    .home__nav {
      width: 112.5%; } }

.home__nav__button {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--col-pritxt);
  color: var(--col-pri);
  border: 3px solid #fff;
  cursor: pointer;
  visibility: visible;
  -webkit-transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease;
  -o-transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease;
  transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease; }
  .home__nav__button > svg {
    font-size: 22px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .home__nav__button:hover, .home__nav__button:focus {
    color: var(--col-acc1txt);
    background: var(--col-acc1);
    border: 3px solid rgba(255, 255, 255, 0.3); }
  .home__nav__button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .home__nav__button--prev:hover > svg, .home__nav__button--prev:focus > svg {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  .home__nav__button--next:hover > svg, .home__nav__button--next:focus > svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .home__nav__button--pause > *:nth-child(2) {
    display: none; }
  .home__nav__button--pause.active > *:nth-child(1) {
    display: none; }
  .home__nav__button--pause.active > *:nth-child(2) {
    display: block; }

.home__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }
  .home__pagination > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 8px;
    background: var(--col-pri);
    border-radius: 50px;
    opacity: 0.5;
    -webkit-transition: background .3s ease, opacity .3s ease, width .3s ease;
    -o-transition: background .3s ease, opacity .3s ease, width .3s ease;
    transition: background .3s ease, opacity .3s ease, width .3s ease; }
    .home__pagination > span.swiper-pagination-bullet-active {
      opacity: 1; }
  .home__pagination--white > span {
    background: #fff; }

@media all and (min-width: 1024px) {
  .slide__in {
    opacity: 0;
    -webkit-transition: opacity 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out;
    -o-transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out; }
    .mason--loaded .inview .slide__in {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .slide__in--left {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px); }
  .slide__in--right {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px); }
  .slide__in--up {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  .slide__in--down {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px); }
  .slide__in--two {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .slide__in--three {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .slide__in--four {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s; }
  .scale__in {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out;
    -o-transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out;
    transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out, -webkit-transform 1s 1s ease-in-out; }
    .mason--loaded .inview .scale__in {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .clip__in {
    -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: -webkit-clip-path 5s 1s ease-in-out;
    transition: -webkit-clip-path 5s 1s ease-in-out;
    -o-transition: clip-path 5s 1s ease-in-out;
    transition: clip-path 5s 1s ease-in-out;
    transition: clip-path 5s 1s ease-in-out, -webkit-clip-path 5s 1s ease-in-out; }
    .mason--loaded .inview .clip__in {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

@media all and (min-width: 1024px) {
  .header__body {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 36px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .mason--sticky .header__body {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .header__logo {
    max-width: 150px; }
  .header__trust__wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 10px));
    -ms-transform: translateY(calc(-50% + 10px));
    transform: translateY(calc(-50% + 10px));
    right: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    .header__trust__wrap img {
      max-width: 130px;
      width: 130px;
      -webkit-transition: max-width .3s ease;
      -o-transition: max-width .3s ease;
      transition: max-width .3s ease; }
    .mason--sticky .header__trust__wrap {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media all and (min-width: 1440px) {
  .header__logo {
    max-width: 200px; } }

.hero {
  position: relative; }

.hero__curve {
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
  height: clamp(75px, 5vw, 150px);
  z-index: 5; }

.hero__media {
  position: relative;
  height: 100%; }

.hero__media__ctrls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  right: 50%;
  bottom: 40px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin: 0;
  z-index: 7; }

.hero__slideshow__wrap {
  position: relative;
  z-index: 5; }

.hero__slideshow {
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero__slideshow__item__image {
  width: 100%;
  height: 100%; }
  .hero__slideshow__item__image img {
    -o-object-position: 100% 0px;
    object-position: 100% 0px; }
    @media all and (min-width: 1440px) {
      .hero__slideshow__item__image img {
        -o-object-position: 100% 0px;
        object-position: 100% 0px; } }
  .hero__slideshow__item__image::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000);
    background: linear-gradient(180deg, transparent, #000);
    opacity: 0.4;
    z-index: 4; }
  .hero__slideshow__item__image::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--col-pri);
    opacity: 0.1;
    z-index: 4; }

.hero__values {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
  text-align: center;
  z-index: 5; }
  .hero__values li {
    opacity: 0 !important;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .hero__values li.swiper-slide-visible {
      opacity: 1 !important; }
    .hero__values li > h3 {
      font-size: clamp(30px, 5vw, 40px);
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      margin: 0; }

.hero__scroll {
  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;
  position: absolute;
  left: 20%;
  bottom: 2%;
  width: 100px;
  height: 100px;
  color: var(--col-pri);
  background: var(--col-pritxt);
  border-radius: 50%;
  border: 6px solid var(--col-bg);
  -webkit-transition: color .3s ease, background .3s ease;
  -o-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
  z-index: 10; }
  @media all and (max-width: 1023px) {
    .hero__scroll {
      display: none; } }
  .hero__scroll:hover, .hero__scroll:focus {
    background: var(--col-acc1);
    color: var(--col-acc1txt); }
  .hero__scroll > svg {
    font-size: 30px; }
  .hero__scroll::after {
    content: '';
    position: absolute;
    top: calc(100% + 20px);
    height: 130px;
    width: 10px;
    background: url("/_site/images/design/scroll-line.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.hero__content {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 60px 5%;
  visibility: hidden; }
  .hero__content > * {
    visibility: visible; }

.hero__text {
  width: 100%; }
  .hero__text > h3 {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 15px;
    line-height: calc(40 / 26); }
  .hero__text > p {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    line-height: calc(28 / 18); }
    .hero__text > p strong {
      font-weight: 800; }

.hero__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 520px; }

.hero__links__item {
  width: 100%; }
  .hero__links__item > a {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 8px;
    aspect-ratio: 1 / 1;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    width: 100%;
    color: var(--col-pri);
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 0px 30px rba(#000, 0.1));
    filter: drop-shadow(0px 0px 30px rba(#000, 0.1));
    padding: 0 10%;
    text-align: center;
    background: #fff;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease; }
    .hero__links__item > a:hover, .hero__links__item > a:focus {
      color: #fff;
      background: var(--col-pri);
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor; }
      .hero__links__item > a:hover::after, .hero__links__item > a:focus::after {
        -webkit-transform: scale(0.94);
        -ms-transform: scale(0.94);
        transform: scale(0.94); }
    .hero__links__item > a::after {
      position: absolute;
      content: '';
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      border: 3px solid var(--col-acc2);
      border-radius: 50%;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .hero__links__item > a > svg {
      font-size: 40px; }
    .hero__links__item > a > h5 {
      margin: 0; }

@media all and (max-width: 1023px) {
  .hero__logo {
    display: none; }
  .hero__slideshow__wrap {
    height: 65vw;
    max-height: 70vh;
    min-height: 40vh; } }

@media all and (min-width: 1024px) {
  .hero__content {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 75px;
    padding-bottom: 0;
    z-index: 5; } }
  @media all and (min-width: 1024px) and (min-width: 1409.7px) {
    .hero__content {
      padding-left: calc(50% - 635px); } }

@media all and (min-width: 1024px) {
  .hero__logo {
    max-width: clamp(271px, calc(40vw - 50px), 542px);
    max-height: 300px; }
  .hero__text {
    max-width: clamp(440px, 40vw, 600px); }
  .hero__links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px; }
  .hero__links__item > a {
    min-width: 150px; }
    .hero__links__item > a > h5 {
      font-size: 18px;
      line-height: 1; }
  .hero__media {
    position: absolute;
    width: 62.5em;
    height: unset;
    right: 0;
    left: unset;
    top: unset;
    bottom: 0;
    font-size: clamp(14px, 1.2vw, 16px);
    -webkit-transform: translateX(calc(-30vw + 650px));
    -ms-transform: translateX(calc(-30vw + 650px));
    transform: translateX(calc(-30vw + 650px));
    aspect-ratio: 1 / 1; } }
  @media all and (min-width: 1024px) and (max-width: 1440px) {
    .hero__media {
      margin: 10em 1em; } }

@media all and (min-width: 1024px) {
    .hero__media .hero__curve {
      display: none; }
  .hero__slideshow__wrap {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden; } }

@media all and (min-width: 1440px) {
  .hero__media {
    right: calc(50vw - 900px); }
  .hero__links {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    max-width: 520px; }
  .hero__links__item > a {
    min-width: 170px; }
  .hero__media {
    -webkit-transform: translateX(16.5%);
    -ms-transform: translateX(16.5%);
    transform: translateX(16.5%); } }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 110px; }

.welcome__curve {
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
  height: 75px;
  min-width: 800px; }

.welcome__wrap {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  gap: 28px;
  z-index: 5; }

.welcome__image__wrap {
  position: relative;
  padding: 22px;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1; }
  .welcome__image__wrap::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid var(--col-acc1);
    border-radius: 50%; }

.welcome__image {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.welcome__details {
  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;
  position: relative;
  color: var(--col-pri);
  z-index: 5; }
  .welcome__details > h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: calc(73 / 50); }
  .welcome__details > p {
    font-size: 18px;
    font-weight: 600;
    margin: 0.5em 0;
    line-height: calc(28 / 18); }
    .welcome__details > p strong {
      font-weight: 800; }
  .welcome__details .button__link {
    margin-top: 40px; }

@media all and (min-width: 1024px) {
  .welcome {
    padding: 120px 5%; }
  .welcome__curve {
    height: 150px; }
  .welcome__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: clamp(40px, 4vw, 80px); }
  .welcome__image__wrap {
    min-width: 400px;
    max-width: 550px;
    padding: 35px; }
  .welcome__details {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    max-width: 550px; } }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 60px 5% 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--col-sec)), to(var(--col-ter)));
  background: -webkit-linear-gradient(top, var(--col-sec), var(--col-ter));
  background: -o-linear-gradient(top, var(--col-sec), var(--col-ter));
  background: linear-gradient(180deg, var(--col-sec), var(--col-ter)); }

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1270px; }

.news__header {
  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;
  margin-bottom: 30px; }
  .news__header > h2 {
    font-size: 50px;
    color: #fff;
    margin: 0;
    line-height: calc(73 / 50);
    text-align: center; }

.news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 30px; }

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid var(--col-acc1);
  background: #fff;
  border-radius: 25px;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  pointer-events: none; }
  .news__item:hover .news__item__image img, .news__item:focus .news__item__image img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
  .news__item:hover .news__item__date::before, .news__item:focus .news__item__date::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.news__item__image {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .news__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 62.05882%; }
  .news__item__image img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.news__item__content {
  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;
  padding: 28px 28px 35px;
  color: var(--col-pri); }

.news__item__date {
  position: relative;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase; }
  .news__item__date::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background: var(--col-acc1);
    -webkit-transition: background .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, -webkit-transform .3s ease;
    -o-transition: background .3s ease, transform .3s ease;
    transition: background .3s ease, transform .3s ease;
    transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
    z-index: 3; }
  .news__item__date::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background: var(--col-pritxt);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }

.news__item__title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  line-height: calc(34 / 22); }

.news__item__intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: calc(28 / 16); }

.news__item__link {
  position: relative;
  font-weight: 500;
  opacity: 0.85;
  pointer-events: all;
  -webkit-transition: -webkit-text-decoration .3s ease;
  transition: -webkit-text-decoration .3s ease;
  -o-transition: text-decoration .3s ease;
  transition: text-decoration .3s ease;
  transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }
  .news__item__link::after {
    content: '\f105';
    font-family: 'fontAwesome';
    position: absolute;
    top: 50%;
    left: calc(100% + 6px);
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translateX(20px) translateY(-50%);
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    color: var(--col-acc1);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .news__item__link:hover, .news__item__link:focus {
    opacity: 1;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }
    .news__item__link:hover::after, .news__item__link:focus::after {
      opacity: 1;
      -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }

.news__pagination {
  margin-top: 10px; }

.news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 100px 5% 130px; }

.events__curve {
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1);
  width: 101%;
  height: 75px;
  min-width: 800px; }

.events__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1270px; }

.events__header {
  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;
  margin-bottom: 30px; }
  .events__header > h2 {
    font-size: 50px;
    color: var(--col-pri);
    margin: 0;
    line-height: calc(73 / 50);
    text-align: center; }

.events__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  gap: 30px; }

.events__main__line {
  position: absolute;
  top: 50%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.events__list {
  overflow: visible !important; }

.events__item {
  opacity: 0 !important;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .events__item.swiper-slide-visible {
    opacity: 1 !important; }
  .events__item > a {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%; }
    .events__item > a:hover .events__item__date, .events__item > a:focus .events__item__date {
      color: #fff;
      background: var(--col-pri); }
      .events__item > a:hover .events__item__date::after, .events__item > a:focus .events__item__date::after {
        -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
        transform: scale(0.92); }
    .events__item > a:hover .events__item__title, .events__item > a:focus .events__item__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor; }

.events__item__date {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  font-family: var(--font-heading);
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 30px rba(#000, 0.1));
  filter: drop-shadow(0px 0px 30px rba(#000, 0.1));
  max-width: 400px;
  border-radius: 50%;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }
  .events__item__date::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border: 4px solid var(--col-acc2);
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .events__item__date--day {
    font-size: 62px;
    font-weight: 700;
    line-height: 1; }
  .events__item__date--month {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase; }

.events__item__title {
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 50px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration .3s ease;
  transition: -webkit-text-decoration .3s ease;
  -o-transition: text-decoration .3s ease;
  transition: text-decoration .3s ease;
  transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }

.events__item__time {
  font-weight: 700;
  margin: 0; }

.events__pagination {
  margin-top: 40px; }

.events__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  z-index: 5; }

@media all and (max-width: 1023px) {
  .events__main__line {
    top: 36%; }
  .events__nav {
    margin-top: 30px; }
    .events__nav--desktop {
      display: none; } }

@media all and (min-width: 1024px) {
  .events__curve {
    height: 150px; }
  .events__main {
    margin-bottom: 151px; }
  .events__item__date {
    max-width: 260px; }
  .events__item__text {
    position: absolute;
    top: calc(100% + 20px); }
  .events__nav--mobile {
    display: none; } }
