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

.scroll__down {
  position: absolute;
  bottom: 40px;
  right: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-size: 30px;
  color: var(--col-pri);
  text-decoration: none;
  z-index: 5; }
  .scroll__down svg {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .scroll__down:focus-within, .scroll__down:hover {
    color: var(--col-ter); }
    .scroll__down:focus-within svg, .scroll__down:hover svg {
      -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%); }
    .scroll__down:focus-within .scroll__down__text, .scroll__down:hover .scroll__down__text {
      color: var(--col-white);
      text-decoration: underline; }

.scroll__down__text {
  font-size: 18px;
  color: var(--col-white); }

.motto__block {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.motto {
  position: relative;
  display: inline-block; }
  .motto:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: var(--col-ter); }
  .motto h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--col-white);
    margin: 0;
    min-width: 50px;
    text-align: center;
    letter-spacing: 0.03em; }

@media (max-width: 1049px) {
  .motto__block {
    bottom: 80px; }
  .motto h2 {
    font-size: 24px; } }

@media (max-width: 640px) {
  .motto__block {
    bottom: 120px; }
  .scroll__down {
    bottom: 80px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    .scroll__down .scroll__down__text {
      display: none; } }

.hero__values__block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

.hero__values__block .swiper-container {
  overflow: hidden;
  width: 100%; }

.hero__value__item {
  font-size: 80px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: var(--col-white);
  opacity: 0 !important; }
  .hero__value__item.swiper-slide-active {
    opacity: 1 !important; }

@media (max-width: 1049px) {
  .hero__value__item {
    font-size: 40px; } }

.swiper__nav__button {
  position: absolute;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  background: none;
  color: var(--col-pri);
  z-index: 2;
  border: none;
  font-size: 30px; }
  .swiper__nav__button svg {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .swiper__nav__button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5; }
  .swiper__nav__button:focus-within.swiper-button-prev svg, .swiper__nav__button:hover.swiper-button-prev svg {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%); }
  .swiper__nav__button:focus-within.swiper-button-next svg, .swiper__nav__button:hover.swiper-button-next svg {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%); }

.swiper-button-prev {
  left: 25px; }

.swiper-button-next {
  right: 25px; }

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px; }

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid var(--col-white);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--col-ter);
    border-color: var(--col-ter); }

.announcements {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: 1em;
  padding: .5em 0;
  background-color: var(--col-pri-dark);
  color: var(--col-white); }
  @media all and (min-width: 650px) {
    .announcements {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.announcements__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%; }

.announcements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 5vw;
  position: relative;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  @media (prefers-reduced-motion: reduce) {
    .announcements__list {
      -webkit-transform: translateX(1%);
      -ms-transform: translateX(1%);
      transform: translateX(1%); } }

.announcements__list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.announcements__list__item__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swiper__navigation.announcements__navigation {
  margin: 0;
  background-color: inherit;
  padding-right: clamp(10px, 2vw, 2em);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 3; }
  .swiper__navigation.announcements__navigation button {
    border: 2px solid var(--col-white);
    background-color: rgba(var(--col-whiter), 0);
    outline-color: currentColor; }
    .swiper__navigation.announcements__navigation button:hover {
      background-color: var(--col-white);
      color: var(--col-pri); }
    .swiper__navigation.announcements__navigation button[disabled] {
      opacity: .1;
      cursor: not-allowed; }
    .swiper__navigation.announcements__navigation button > *:nth-child(2) {
      display: none; }
  .swiper__navigation.announcements__navigation.paused button > *:nth-child(1) {
    display: none; }
  .swiper__navigation.announcements__navigation.paused button > *:nth-child(2) {
    display: block; }

.welcome__block {
  position: relative;
  padding: 80px 20px;
  background: var(--col-white); }

.welcome__curve {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 6.7vw;
  z-index: 2; }

.welcome__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  z-index: 3; }

.welcome__item__image {
  position: relative;
  width: 570px;
  height: 450px;
  border-radius: 30px;
  overflow: hidden; }
  .welcome__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.welcome__item__text__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 570px; }

.welcome__item__preheading {
  font-size: 24px;
  font-weight: 500;
  color: var(--col-black);
  margin: 0;
  line-height: 1.4; }

.welcome__item__heading {
  font-size: 35px;
  font-weight: 700;
  color: var(--col-pri-dark);
  margin: 0;
  line-height: 1.4; }

.welcome__item__text {
  margin: 30px 0;
  font-size: 16px;
  color: var(--col-black);
  line-height: 1.5; }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px; }

.button__link.welcome__item__cta__2 > a,
.button__link.welcome__item__cta__2 > span {
  background: var(--col-white);
  color: var(--col-sec-dark);
  border-color: var(--col-sec-dark); }

@media (min-width: 1050px) and (max-width: 1180px) {
  .welcome__item__image {
    position: relative;
    width: 470px;
    height: 350px; } }

@media (max-width: 1049px) {
  .welcome__block {
    padding: 60px 20px; }
  .welcome__inner {
    -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; }
  .welcome__item__text__wrap {
    -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;
    text-align: center; }
  .welcome__item__image {
    position: relative;
    width: 359px;
    height: 359px; } }

@media (max-width: 640px) {
  .welcome__item__preheading {
    font-size: 18px; }
  .welcome__item__heading {
    font-size: 35px; }
  .welcome__item__text {
    font-size: 14px; }
  .welcome__item__image {
    position: relative;
    width: 259px;
    height: 259px; }
  .cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.feeds__block {
  position: relative;
  padding: 9.7vw 20px; }
  .feeds__block .swiper-pagination {
    margin: 40px 0; }

.feeds__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .feeds__background .image {
    width: 100%;
    height: 100%; }
  .feeds__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .feeds__background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--col-pri);
    opacity: 0.7;
    z-index: 1; }
  .mason--admin .feeds__background {
    background: var(--col-pri);
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    mix-blend-mode: multiply; }
    .mason--admin .feeds__background:after {
      display: none; }

.feeds__wrap {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.feeds__heading__wrap {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 300px;
  width: 100%; }

.feeds__heading__text {
  font-size: 24px;
  font-weight: 500;
  color: var(--col-white);
  margin: 0; }

.feeds__heading {
  font-size: 35px;
  font-weight: bold;
  color: var(--col-white);
  margin: 0; }

.social__links__block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.social__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 15px; }

.social__links__block .header__links__item:not([title="Instagram"]):not([title="Facebook"]) {
  display: none; }

.social__links__block .header__links__item__link {
  background: none;
  border: 2px solid var(--col-white); }
  .social__links__block .header__links__item__link .tooltip {
    background: #fff;
    color: var(--col-black);
    border-radius: 5px; }

.link__link__cta {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none; }
  .link__link__cta:focus-within, .link__link__cta:hover {
    text-decoration: underline; }

@media (min-width: 1050px) and (max-width: 1100px) {
  .feeds__heading__text {
    font-size: 20px; }
  .feeds__heading {
    font-size: 28px; } }

@media (max-width: 1049px) {
  .feeds__heading__wrap,
  .feeds__wrap {
    -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;
    text-align: center; } }

.feeds__item__block {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.feed__heading {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
  font-size: 35px;
  font-weight: bold;
  color: var(--col-black);
  text-align: center; }
  .feed__heading:after {
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #E1E1E1; }

.feed__container {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  background: var(--col-white);
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  min-width: 360px;
  max-width: 360px;
  height: 360px; }
  .feed__container .swiper-container {
    width: 100%; }

@media (max-width: 640px) {
  .feed__container {
    min-width: 300px;
    max-width: 300px; } }

.feed__item a {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  z-index: 2; }

.feed__item:focus-within .feeds__item__date, .feed__item:hover .feeds__item__date {
  text-decoration: underline; }

.feed__item:focus-within .icon__wrap:after, .feed__item:hover .icon__wrap:after {
  opacity: 0.3; }

.feeds__item__date {
  font-size: 18px;
  font-weight: 500;
  color: var(--col-pri); }
  .feeds__item__date .icon__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, right top, from(var(--col-pri)), to(var(--col-pri-dark)));
    background: -webkit-linear-gradient(left, var(--col-pri) 0%, var(--col-pri-dark) 100%);
    background: -o-linear-gradient(left, var(--col-pri) 0%, var(--col-pri-dark) 100%);
    background: linear-gradient(to right, var(--col-pri) 0%, var(--col-pri-dark) 100%);
    color: var(--col-white);
    font-size: 40px;
    margin: 0 auto 10px; }
    .feeds__item__date .icon__wrap:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 10px solid var(--col-white);
      opacity: 0;
      -webkit-transition: ease 0.2s;
      -o-transition: ease 0.2s;
      transition: ease 0.2s;
      z-index: 2;
      width: 100%;
      height: 100%;
      border-radius: 100%; }

.feeds__item__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--col-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  text-decoration: none; }

.feeds__item__time__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--col-sec-dark);
  margin-top: 20px;
  gap: 10px; }

@-webkit-keyframes dash {
  to {
    background-position: 100% 0; } }

@keyframes dash {
  to {
    background-position: 100% 0; } }

.quicklinks__block {
  position: relative;
  padding: 40px 20px 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--col-sec)), to(var(--col-sec-dark)));
  background: -webkit-linear-gradient(top, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  background: -o-linear-gradient(top, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  background: linear-gradient(to bottom, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px; }

.quicklinks__curve {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6.7vw;
  width: 100%;
  z-index: 2; }

.quicklinks__block .header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px; }
  .quicklinks__block .header__wrap .header__pretext {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: var(--col-white); }
  .quicklinks__block .header__wrap .heading {
    font-size: 35px;
    font-weight: bold;
    color: var(--col-white);
    margin: 0; }

.quicklinks__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px; }
  .quicklinks__inner:before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: 50px;
    width: calc(100% - 120px);
    height: 4px;
    /* Adjust height to match the border size */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 50%, transparent 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 50%, transparent 50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 50%, transparent 50%);
    background-size: 20px 100%;
    /* Adjust size to match the dash length */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: dash 60s linear infinite;
    animation: dash 60s linear infinite; }

.quicklinks__item {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  color: var(--col-white);
  min-width: 190px; }
  .quicklinks__item:focus-within, .quicklinks__item:hover {
    text-decoration: underline; }
    .quicklinks__item:focus-within .quicklinks__item__icon__wrap:after, .quicklinks__item:hover .quicklinks__item__icon__wrap:after {
      opacity: 0.5; }

.quicklinks__item__icon__wrap {
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--col-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--col-sec)), to(var(--col-sec-dark)));
  background: -webkit-linear-gradient(left, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  background: -o-linear-gradient(left, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  background: linear-gradient(to right, var(--col-sec) 0%, var(--col-sec-dark) 100%);
  border-radius: 100%;
  font-size: 40px;
  z-index: 1; }
  .quicklinks__item__icon__wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.3;
    background: #000; }
  .quicklinks__item__icon__wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid var(--col-sec);
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 100%; }
  .quicklinks__item__icon__wrap svg {
    position: relative;
    z-index: 3; }

.quicklinks__item__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--col-white); }

@media (max-width: 1049px) {
  .quicklinks__block {
    -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;
    text-align: center; }
  .quicklinks__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .quicklinks__inner:before {
      display: none; } }

.map__block {
  position: relative; }

.contact__map__wrap {
  z-index: 1; }

@media (min-width: 1050px) {
  .contact__map__wrap {
    position: absolute;
    top: 0;
    left: clamp(20px, 7.3vw, 140px);
    height: 100%; } }

.contact__map {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 560px;
  min-height: 380px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  z-index: 3;
  background: var(--col-white);
  padding: 40px;
  border-radius: 60px; }

.contact__map__item__title {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  color: var(--col-black);
  margin: 0 0 20px;
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%; }
  .contact__map__item__title:after {
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 4px;
    background: #E1E1E1; }

.contact__map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.contact__map .icon__wrap {
  color: var(--col-pri);
  font-size: 30px; }
  .contact__map .icon__wrap svg {
    color: currentColor; }

.contact__map__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  width: 410px;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  color: var(--col-black); }
  .contact__map__item__text:focus-within, .contact__map__item__text:hover {
    text-decoration: underline;
    opacity: 0.8; }

.contact__map__item.contact__map__item__address .contact__map__item__text {
  text-decoration: none !important;
  opacity: 1 !important; }

.contact__map__item__email {
  text-decoration: underline; }

.contact__map__item.contact__map__item__email,
.contact__map__item.contact__map__item__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fa-phone {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.map__block .map__container {
  height: 550px; }

@media (max-width: 1049px) {
  .contact__map {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px; }
  .contact__map__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact__map__item__title {
    font-size: 28px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center; }
  .contact__map__item__text {
    width: auto; }
  .map__block .map__container {
    height: 300px; } }

@media (max-width: 450px) {
  .contact__map__item {
    gap: 5px; } }

.motto__block .motto h2 {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.motto__block .motto:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.motto__block.inview .motto h2 {
  opacity: 1; }

.motto__block.inview .motto:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.motto__block .hero__values__block .swiper-container {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.motto__block .hero__values__block .swiper-pagination {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.motto__block.inview .hero__values__block .swiper-container {
  opacity: 1; }

.motto__block.inview .hero__values__block .swiper-pagination {
  opacity: 1; }

.welcome__block .welcome__item__image {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .welcome__block .welcome__item__image img {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }

.welcome__block .welcome__item__preheading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.welcome__block .welcome__item__heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.welcome__block .welcome__item__text {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.welcome__block .welcome__item__cta {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.welcome__block .welcome__item__cta__2 {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.welcome__block.inview .welcome__item__image,
.welcome__block.inview .welcome__item__preheading,
.welcome__block.inview .welcome__item__heading,
.welcome__block.inview .welcome__item__text,
.welcome__block.inview .welcome__item__cta,
.welcome__block.inview .welcome__item__cta__2 {
  opacity: 1; }

.feeds__block .feeds__heading__text {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.feeds__block .feeds__heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.feeds__block .social__links__inner {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.feeds__block .link {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.feeds__block .newsletters__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.feeds__block .calendar__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.feeds__block.inview .feeds__heading__text,
.feeds__block.inview .feeds__heading,
.feeds__block.inview .social__links__inner,
.feeds__block.inview .link,
.feeds__block.inview .newsletters__block,
.feeds__block.inview .calendar__block {
  opacity: 1; }

.quicklinks__block .header__pretext {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.quicklinks__block .heading {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.quicklinks__block .quicklinks__inner:before {
  opacity: 0;
  -webkit-transition: ease 0.4s opacity;
  -o-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.quicklinks__block .quicklinks__item {
  opacity: 0; }
  .quicklinks__block .quicklinks__item:nth-of-type(1) {
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .quicklinks__block .quicklinks__item:nth-of-type(2) {
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .quicklinks__block .quicklinks__item:nth-of-type(3) {
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .quicklinks__block .quicklinks__item:nth-of-type(4) {
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .quicklinks__block .quicklinks__item:nth-of-type(5) {
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }

.quicklinks__block.inview .header__pretext {
  opacity: 1; }

.quicklinks__block.inview .heading {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__inner:before {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__item:nth-of-type(1) {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__item:nth-of-type(2) {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__item:nth-of-type(3) {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__item:nth-of-type(4) {
  opacity: 1; }

.quicklinks__block.inview .quicklinks__item:nth-of-type(5) {
  opacity: 1; }

.map__block .contact__map {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.map__block.inview .contact__map {
  opacity: 1; }
