.urgent ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.swiper__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }


.btn:before, .swiper__nav > * svg, .urgent__icon svg, .urgent__btn svg, .hero__overlay__scroll:before, .featureimg__src, .features__grid__item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
.features__grid__item__main__content__region .intro {
  font-size: 1.125em; }

.main__titles__title {
  font-size: 2.75em;
  font-size: 2.11538em; }
  @media all and (min-width: 769px) {
    .main__titles__title {
      font-size: 2.29167em; } }
  @media all and (min-width: 1025px) {
    .main__titles__title {
      font-size: 2.5em; } }
  @media all and (min-width: 1301px) {
    .main__titles__title {
      font-size: 2.75em; } }


.btn {
  font-weight: 700; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: inherit !important;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: 1.25em 2.25em;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
  
  .btn:before {
    content: '';
    z-index: -1;
    opacity: .8; }

@media all and (min-width: 769px) {
  
  .btn:hover:before {
    opacity: 1; } }

.features__grid__item__main__content__region {
  font-size: 16px;
  line-height: 1.52941; }
  @media all and (min-width: 980px) {
    .features__grid__item__main__content__region {
      font-size: 17px; } }
  .features__grid__item__main__content__region h2, .features__grid__item__main__content__region h3, .features__grid__item__main__content__region h4, .features__grid__item__main__content__region h5, .features__grid__item__main__content__region h6 {
    color: #313131;
    margin: 1em 0 0; }
  .features__grid__item__main__content__region h2 {
    font-size: 2.5em;
    font-size: 1.92308em; }
    @media all and (min-width: 769px) {
      .features__grid__item__main__content__region h2 {
        font-size: 2.08333em; } }
    @media all and (min-width: 1025px) {
      .features__grid__item__main__content__region h2 {
        font-size: 2.27273em; } }
    @media all and (min-width: 1301px) {
      .features__grid__item__main__content__region h2 {
        font-size: 2.5em; } }
  .features__grid__item__main__content__region h3 {
    font-size: 2.125em; }
  .features__grid__item__main__content__region h4 {
    font-size: 1.75em; }
  .features__grid__item__main__content__region h5 {
    font-size: 1.375em; }
  .features__grid__item__main__content__region .intro {
    line-height: 1.8;
    margin: 1.5em 0; }
  .features__grid__item__main__content__region a:not(.attach__link) {
    text-decoration: underline; }
  .features__grid__item__main__content__region img {
    max-width: 100%;
    height: auto; }
  .features__grid__item__main__content__region img[style*="right"] {
    margin: 0 0 1em 1em; }
  .features__grid__item__main__content__region img[style*="left"] {
    margin: 0 1em 1em 0; }
  .features__grid__item__main__content__region .ms-btn {
    margin: .375em .375em .375em 0; }
    .features__grid__item__main__content__region .ms-btn a {
      text-decoration: none; }

.features__grid__item__main__content__region h2, .features__grid__item__main__content__region h3, .features__grid__item__main__content__region h4, .features__grid__item__main__content__region h5, .features__grid__item__main__content__region h6 {
  color: #FFF;
  margin: 1em 0 0; }

.features__grid__item__main__content__region a:not(.attach__link) {
  color: #FFF;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.2);
  text-decoration-color: rgba(255, 255, 255, 0.2); }

.urgent ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.swiper__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  .swiper__nav > :focus, .urgent__btn:focus {
    outline: auto; }


.btn:before, .swiper__nav > * svg, .urgent__icon svg, .urgent__btn svg, .hero__overlay__scroll:before, .featureimg__src, .features__grid__item:before {
  position: absolute;
  margin: auto; }
  @supports (inset: 0) {
    
    .btn:before, .swiper__nav > * svg, .urgent__icon svg, .urgent__btn svg, .hero__overlay__scroll:before, .featureimg__src, .features__grid__item:before {
      inset: 0; } }
  @supports not (inset: 0) {
    
    .btn:before, .swiper__nav > * svg, .urgent__icon svg, .urgent__btn svg, .hero__overlay__scroll:before, .featureimg__src, .features__grid__item:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .btn:before, .swiper__nav > * svg, .urgent__icon svg, .urgent__btn svg, .hero__overlay__scroll:before, .featureimg__src, .features__grid__item:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.urgent ul a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }


.btn, .urgent__btn {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }


.btn:before, .swiper-slide, .urgent, .hero__overlay__scroll:before {
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease;
  -o-transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease; }


.btn {
  text-transform: uppercase; }

.features__grid__item__main__content__region a:not(.attach__link) {
  color: var(--pri); }


.btn:before {
  background-color: var(--pri); }

.admin_editable.featureimg__src {
  position: absolute !important;
  overflow: hidden !important;
  background: transparent; }
  .admin_editable.featureimg__src:hover {
    z-index: auto; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .admin_editable.featureimg__src img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100% !important;
      height: 100% !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      margin: 0 !important; } }

.featureimg__src > div {
  height: 100%; }

@media all and (min-width: 1050px) {
  .js_pop {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .hit .js_pop {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .hit .js_pop:nth-child(1) {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .hit .js_pop:nth-child(2) {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms; }
    .hit .js_pop:nth-child(3) {
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .hit .js_pop:nth-child(4) {
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      transition-delay: 400ms; }
    .hit .js_pop:nth-child(5) {
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
    .hit .js_pop:nth-child(6) {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    .hit .js_pop:nth-child(7) {
      -webkit-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms; }
    .hit .js_pop:nth-child(8) {
      -webkit-transition-delay: 800ms;
      -o-transition-delay: 800ms;
      transition-delay: 800ms; } }

@media all and (min-width: 1050px) {
  .js_fade,
  .js_fadeup {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .js_fadeup {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .hit .js_fade {
    opacity: 1; }
  .hit .js_fadeup {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hit .js_fade:nth-child(1),
  .hit .js_fadeup:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hit .js_fade:nth-child(2),
  .hit .js_fadeup:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .hit .js_fade:nth-child(3),
  .hit .js_fadeup:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .hit .js_fade:nth-child(4),
  .hit .js_fadeup:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .hit .js_fade:nth-child(5),
  .hit .js_fadeup:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .hit .js_fade:nth-child(6),
  .hit .js_fadeup:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .hit .js_fade:nth-child(7),
  .hit .js_fadeup:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .hit .js_fade:nth-child(8),
  .hit .js_fadeup:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; } }

@media all and (min-width: 1050px) {
  .js_slide,
  .js_slide-after {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hit .js_slide,
  .hit + section .js_slide-after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

@media all and (min-width: 1050px) {
  .js_clip {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(0.9);
    -ms-transform: translate(0, 30px) scale(0.9);
    transform: translate(0, 30px) scale(0.9);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    will-change: opacity, transform; }
  .hit .js_clip {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hit .js_clip:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hit .js_clip:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .hit .js_clip:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .hit .js_clip:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .hit .js_clip:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .hit .js_clip:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .hit .js_clip:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .hit .js_clip:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; } }

.announcements {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  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(--pri);
  color: #fff; }
  @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 p {
    margin: 0; }

.swiper__navigation {
  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;
  gap: 1em;
  margin: 2em 0; }
  .swiper__navigation--spread {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    z-index: 2; }

.swiper__navigation__button {
  width: 2.75em;
  height: 2.75em;
  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;
  visibility: visible;
  border-radius: 4px;
  background-color: var(--pri);
  color: #fff;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  -o-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease; }
  .swiper__navigation__button:hover, .swiper__navigation__button:focus {
    background-color: var(--col-sec);
    color: var(--col-sectxt); }
  .swiper__navigation__button:focus {
    outline: solid 1px #000;
    outline-offset: 2px; }
  .swiper__navigation__button.swiper-button-disabled {
    opacity: 0.05;
    pointer-events: none; }

.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 #fff;
    background-color: rgba(255, 255, 255, 0);
    outline-color: currentColor; }
    .swiper__navigation.announcements__navigation button:hover {
      background-color: #fff;
      color: var(--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; }

.swiper__nav {
  visibility: hidden; }
  .swiper__nav > * {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    visibility: visible;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: #FFF;
    color: var(--pri);
    -webkit-transition: color 0.2s ease, opacity 0.35s ease;
    -o-transition: color 0.2s ease, opacity 0.35s ease;
    transition: color 0.2s ease, opacity 0.35s ease; }
    .swiper__nav > *[aria-disabled="true"] {
      opacity: .2;
      cursor: auto;
      pointer-events: none; }
    .swiper__nav > * svg {
      font-size: 2em; }

@media all and (min-width: 769px) {
  .swiper__nav > *:not([aria-disabled="true"]):hover {
    color: #444444; } }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 0; }
  [swiper-trans="true"] .swiper {
    overflow: visible; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }
  [swiper-trans="true"] .swiper-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    [swiper-trans="true"] .swiper-slide.swiper-slide-visible {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.urgent {
  color: #FFF;
  background: #e24141;
  height: 3.5em;
  line-height: 3.5em;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .mason--ready .urgent {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }
  .urgent ul a {
    padding: 0 4.375em 0 5.3125em;
    display: block; }
  .urgent ul p {
    display: inline; }
  .urgent__icon {
    width: 3.75em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #cf3535; }
    .urgent__icon svg {
      font-size: 1.5em;
      margin: auto; }
  .urgent__btn {
    width: 4.375em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: inherit; }
    .urgent__btn svg {
      margin: auto;
      font-size: 1em;
      color: rgba(0, 0, 0, 0.3); }
  .urgent__nocookie ul a {
    padding-right: 1.5em; }
  .mason--urgent-hide .urgent {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 45vw; }

.hero__overlay {
  padding: 13.75em 5% 6.25em;
  padding-bottom: clamp(6.25em, 12vw, 9.375em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1; }
  .hero__overlay__motto {
    margin-right: 1rem; }
    .hero__overlay__motto p {
      margin: 0; }
      .hero__overlay__motto p strong {
        font-size: 1.57778em; }
  .hero__overlay__scroll {
    margin-top: 1em;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    font-weight: 700;
    line-height: 1.2;
    padding: 1em 2em;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .hero__overlay__scroll:before {
      content: ''; }
    .hero__overlay__scroll:before {
      border: 1px solid var(--sec); }
    .hero__overlay__scroll svg {
      font-size: 1.5em;
      margin-left: .35em;
      vertical-align: -.25em; }

@media all and (min-width: 980px) {
  .hero {
    min-height: 80vh;
    min-height: calc(100vh - 10em); }
  .hero__overlay__scroll:hover {
    background: #FFF;
    color: var(--pri); } }

.home {
  z-index: 0; }

.main {
  padding: 2.75em 0; }
  .main__center {
    max-width: 1080px; }
  .main__titles__title {
    color: #444444;
    margin-bottom: 1em; }
    .main__titles__title span {
      display: block;
      font-weight: 400;
      margin-bottom: .5em; }
  .main__titles img {
    max-width: 100%; }

.content__title,
.content__title.admin_editable,
.content__attachments {
  display: none; }

@media all and (min-width: 980px) {
  .main__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main__titles {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 18.75em;
    margin: .5em 5% 0 0; } }

.featureimg {
  display: none; }

@media all and (min-width: 980px) {
  .featureimg {
    display: block;
    height: 30vw;
    max-height: 31.25em;
    background: #111;
    overflow: hidden; } }

.features__grid__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 0;
  position: relative;
  background-color: inherit; }
  .features__grid__item:before {
    content: '';
    z-index: -1; }
  .features__grid__item:first-child:before {
    background: rgba(0, 0, 0, 0.18); }
  .features__grid__item:last-child:before {
    background: #FFF;
    mix-blend-mode: overlay;
    opacity: .4; }
  .features__grid__item__main {
    padding: 2.375em; }
    .features__grid__item__main__content {
      margin-top: 1.5em; }
  .features__grid__item__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 5em;
    padding: 1.11111em 2.11111em;
    background: rgba(0, 0, 0, 0.17);
    z-index: 2; }
    .features__grid__item__link svg {
      font-size: 2.4375em; }

@media all and (max-width: 979px) {
  .features .ms-center {
    width: 100%;
    max-width: none; } }

@media all and (min-width: 980px) {
  .features__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5.625em 0;
    z-index: 1; }
    .features__grid__item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 29.375em; }
      .features__grid__item__link:hover {
        background: rgba(0, 0, 0, 0.3); } }

.feature__list__item {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .feature__list__item:first-child {
    padding-top: .25em; }
  .feature__list__item__title {
    margin-bottom: .35rem; }

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

.social__item__content {
  overflow: hidden;
  max-height: 13.75em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.6875;
  margin-top: 1.25em; }

.social .abs_fill.js_lazy {
  z-index: -1;
  opacity: .2; }
