:root {
  --font-primary: "Heraclito", sans-serif;
  --body-bg: #f9fbfc;
  --body-color: #071c26;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(8rem) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(8rem) scale(1);
    opacity: 1;
  }
  20%, 60% {
    transform: translateX(17.5rem) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(0.5rem) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(0.5rem) scale(0.6);
    opacity: 0;
  }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%, 60% {
    transform: translateX(0);
  }
  80%, to {
    transform: translateX(-24rem);
  }
}
.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fade-in-up {
  animation: fadeInUp 0.3s ease-out;
}

.fade-in-down {
  animation: fadeInDown 0.3s ease-out;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}
.row-gutter-10 > [class^=col] {
  padding: 0 0.5rem 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center !important;
}

.text-green {
  color: #82b900 !important;
}

.text-yellow {
  color: #f2d872 !important;
}

.text-blue {
  color: #6fa5d6 !important;
}

.text-red {
  color: #db0031 !important;
}

.text-grey {
  color: #949dab;
}

.text-dark {
  color: #000 !important;
}

.text-right {
  text-align: right;
}

.is-visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.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;
  transition-property: transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 120rem;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 0.1rem;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 0.1rem;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.4rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Slide styles end */
.swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0 0;
}
.swiper-control:has(.swiper-button-lock), .swiper-control:has(.swiper-pagination-lock) {
  display: none !important;
}

.swiper-nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.swiper-prev,
.swiper-next {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f5f7;
  border: 0.1rem solid #ebeff1;
  color: #2f444e;
  transition: 0.2s;
}
.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-prev path,
.swiper-next path {
  transition: opacity 0.4s;
}
.swiper-prev path.is-default,
.swiper-next path.is-default {
  opacity: 1;
}
.swiper-prev path.is-hover,
.swiper-next path.is-hover {
  opacity: 0;
}
.swiper-prev:hover path.is-default,
.swiper-next:hover path.is-default {
  opacity: 0;
}
.swiper-prev:hover path.is-hover,
.swiper-next:hover path.is-hover {
  opacity: 1;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  color: #acb4b8;
  cursor: default;
  pointer-events: none;
}
.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background: #dfe4e6;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  transition: opacity 0.4s;
  opacity: 0;
}

.swiper-pagination-bullet-active {
  width: 8rem;
}
.swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  opacity: 1;
}

.swiper-scrollbar {
  position: relative;
  height: 0.3rem;
  background: #dfe4e6;
  border-radius: 10rem;
  margin: 1.6rem 0 0 0;
  overflow: hidden;
}

.swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
}

.swiper-images .swiper {
  border-radius: 1rem;
  overflow: hidden;
}
.swiper-images .swiper-slide {
  height: auto;
}
.swiper-images .swiper-control {
  padding: 1.2rem 0 0;
}
.swiper-images picture {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-table {
  overflow: unset;
  margin: 0 0 2rem;
}
.swiper-table:last-child {
  margin-bottom: 0;
}
.swiper-table .swiper-slide {
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.swiper-table:has(.ui-table--spacing) {
  margin-inline: -0.4rem;
}
.swiper-table:has(.ui-table--spacing) .swiper-scrollbar {
  margin-inline: 0.4rem;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  display: block;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  -ms-touch-action: none;
  touch-action: none;
}

/* Zoom container styles start */ /* Zoom container styles end */
::slotted(.swiper-slide-zoomed) {
  -ms-touch-action: none;
  touch-action: none;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: -ms-flexbox;
  display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 1.6rem), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 1.6rem), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 15rem) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 15rem), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 1.6rem 0.8rem);
  max-width: 100%;
  max-height: calc(80vh - 10rem);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 4.6rem);
  --f-button-height: var(--f-arrow-height, 4.6rem);
  --f-button-svg-width: var(--f-arrow-svg-width, 2.4rem);
  --f-button-svg-height: var(--f-arrow-svg-height, 2.4rem);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 0.8rem);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 1.7rem);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column {
  pointer-events: none;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-counter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 0.4rem);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-counter span {
  padding: 0 var(--f-counter-gap, 0.4rem);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-ltr {
  direction: ltr;
}

.f-thumbs.is-rtl {
  direction: rtl;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-inline: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

.f-progressbar:empty {
  display: block;
}

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  -ms-flex: 1;
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__dialog *:empty {
  display: block;
}

div.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 0.8rem;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 1.6rem;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 1rem;
  --f-counter-gap: 0.4rem;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 1.7rem;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 1.6rem 0.8rem;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 5rem;
  --f-spinner-height: 5rem;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 0.4rem;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 4.6rem;
  --f-button-height: 4.6rem;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 0.1rem;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2.4rem;
  --f-button-svg-height: 2.4rem;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, .01)), drop-shadow(0.1rem 0.2rem 0.1rem rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 3.2rem;
  --f-arrow-width: 5rem;
  --f-arrow-height: 5rem;
  --f-arrow-svg-width: 2.4rem;
  --f-arrow-svg-height: 2.4rem;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 3.4rem;
  --f-close-button-height: 3.4rem;
  --f-close-border-radius: 0.4rem;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-close-button-svg-width: 2.2rem;
  --f-close-button-svg-height: 2.2rem;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 0.8rem;
  --f-thumbs-padding-y: 0.8rem;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 9.4rem;
  --f-thumb-height: 7.6rem;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 0.2rem #fff;
  --f-thumb-selected-transform: none;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 0.35rem;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 0.18rem #fff, 0px 0px 0px 0.225rem #888;
  --f-thumb-selected-shadow: 0 0 0 0.18rem #fff, 0px 0px 0px 0.225rem #000;
}

.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fancybox__container:focus {
  outline: none;
}

.fancybox__container.has-vertical-thumbs {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -3rem;
  z-index: 1;
}

.fancybox__viewport {
  display: grid;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 3.4rem;
}

.fancybox__slide.has-controls:before {
  margin: 0;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

:root {
  --f-thumbs-gap: 12px;
  --f-thumb-border-radius: 10px;
}

div.fancybox__dialog {
  z-index: 9000;
}

.fancybox__container {
  --f-html-bg: transparent;
  --f-html-color: #071c26;
  --fancybox-backdrop-bg: rgba(7, 28, 38, 0.5);
  --f-toolbar-padding: 4rem 2rem;
  --f-carousel-slide-padding: 4rem 2rem;
  --f-counter-padding: 0;
  --f-thumbs-padding-x: 0;
  --f-thumbs-padding-y: 0;
  --f-thumbs-bg: #071c26;
  --f-thumb-width: 10rem;
  --f-thumb-height: 8rem;
  --f-thumbs-padding-x: 0;
  --f-thumbs-padding-y: 2rem;
  --f-thumb-selected-shadow: none;
  --f-arrow-pos: 2rem;
  --f-arrow-width: 4rem;
  --f-arrow-height: 4rem;
  --f-arrow-svg-width: 2rem;
  --f-arrow-svg-height: 2rem;
  --f-arrow-svg-stroke-width: 1.5;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #f1f5f7;
  --f-arrow-color: #071c26;
  --f-arrow-hover-color: #071c26;
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-bg: #f1f5f7;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-shadow: none;
  --f-button-transition: all 0.2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2rem;
  --f-button-svg-height: 2rem;
  --f-button-svg-stroke-width: 0;
  --f-button-svg-filter:
      drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, 0.01)),
      drop-shadow(0.1rem 0.2rem 0.1rem rgba(24, 24, 27, 0.05));
  --f-button-svg-fill: url(#gradient-primary);
  --f-button-svg-disabled-opacity: 0.5;
}

.fancybox__backdrop {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.f-button.is-arrow {
  --f-button-svg-fill: none;
}
.f-button svg {
  transition: transform 0.4s;
}
.f-button:hover svg {
  transform: scale(1.2);
}

.f-thumbs__slide button::after {
  padding: 0.4rem;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.f-thumbs__slide.is-selected button::after {
  opacity: 1;
}

.f-panzoom__content {
  border-radius: 1rem;
}

.fancybox__slide.has-html {
  padding: 80px 20px;
}
@media (min-width: 992px) {
  .fancybox__slide.has-html {
    padding: 20px;
  }
}
.fancybox__slide:has(.modal__head, .modal__body) {
  background: transparent;
  overflow: clip;
  padding: 8rem 0 0 0;
}
.fancybox__slide:has(.modal__head, .modal__body)::before, .fancybox__slide:has(.modal__head, .modal__body)::after {
  margin: 0;
}
@media (min-width: 992px) {
  .fancybox__slide:has(.modal__head, .modal__body) {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .is-revealing .fancybox__slide.has-html:has(.modal__head, .modal__body) > * {
    animation: var(--f-transition-duration, 0.3s) ease both f-slideInLeft;
  }
}

@media (min-width: 992px) {
  .is-hiding .fancybox__slide.has-html:has(.modal__head, .modal__body) > * {
    animation: var(--f-transition-duration, 0.3s) ease both f-slideOutRight;
  }
}

@keyframes f-slideInLeft {
  0% {
    transform: translate3d(var(--f-zoomInUp-x, 100%), var(--f-zoomInUp-y, 0), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes f-slideOutRight {
  to {
    transform: translate3d(var(--f-zoomOutDown-x, 100%), var(--f-zoomOutDown-y, 0), 0);
    opacity: 0;
  }
}
img.f-panzoom__content {
  background-color: #fff;
}

.f-thumbs__slide button {
  background-color: #fff;
}

.fancybox__dialog td:empty {
  display: table-cell;
}

/* -------------------------------------------------
    Datepicker vars
   ------------------------------------------------- */
.air-datepicker-global-container {
  position: fixed !important;
  z-index: 99999;
}

.air-datepicker {
  --adp-font-family: var(--font-primary);
  --adp-font-size: 1.4rem;
  --adp-width: 29.2rem;
  --adp-z-index: 100;
  --adp-padding: 0px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 0.8rem;
  --adp-background-color: #fff;
  --adp-background-color-hover: transparent;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #2f444e;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #c1c7ca;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c1c7ca;
  --adp-border-color: #ecf0f2;
  --adp-border-color-inner: #ecf0f2;
  --adp-border-radius: 0.8rem;
  --adp-border-color-inline: #ecf0f2;
  --adp-nav-height: 4.4rem;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 3.2rem;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #2f444e;
  --adp-day-name-color-hover: #2f444e;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 3.8rem;
  --adp-month-cell-height: 4.2rem;
  --adp-year-cell-height: 5.6rem;
  --adp-pointer-size: 1rem;
  --adp-poiner-border-radius: 0.2rem;
  --adp-pointer-offset: 1.4rem;
  --adp-cell-border-radius: 0.8rem;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: #ecf0f2;
  --adp-cell-background-color-in-range-hover: #6d7c83;
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 3.8rem;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 0.1rem;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 1.2rem;
  --adp-time-padding-inner: 1rem;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 1.6rem;
  --adp-mobile-nav-height: 4rem;
  --adp-mobile-width: 32rem;
  --adp-mobile-day-cell-height: 3.8rem;
  --adp-mobile-month-cell-height: 4.8rem;
  --adp-mobile-year-cell-height: 6.4rem;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.air-datepicker {
  background: var(--adp-background-color);
  box-shadow: 0.2rem 0.2rem 2rem rgba(7, 28, 38, 0.06);
  border-radius: var(--adp-border-radius);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 0.1rem solid var(--adp-border-color-inline);
  border-right: 0.1rem solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 0.1rem);
}
.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 0.1rem);
}
.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 0.1rem);
}
.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 0.1rem);
}
.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: border-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 0.1rem solid var(--adp-border-color-inner);
}

/*  Overlay
   ------------------------------------------------- */
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

/* -------------------------------------------------
    Datepicker nav
   ------------------------------------------------- */
.air-datepicker-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: var(--adp-nav-height);
  padding: 0 1rem;
  box-sizing: border-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*  Navigation action
   ------------------------------------------------- */
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  height: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: #ecf0f2;
}
.air-datepicker-nav--action:active {
  background: #ecf0f2;
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 1.6rem;
  height: 1.6rem;
}

/*  Navigation title
   ------------------------------------------------- */
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 1.6rem;
  height: 3.8rem;
  font-weight: 500;
  color: #2f444e;
}
.air-datepicker-nav--title i {
  font-style: normal;
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: #ecf0f2;
  color: #2f444e;
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

/* -------------------------------------------------
    Datepicker body
   ------------------------------------------------- */
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}

/*  Day names
   ------------------------------------------------- */
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 0;
  padding: 0 1rem;
  border-top: 0.1rem solid var(--adp-border-color-inner);
  border-bottom: 0.1rem solid var(--adp-border-color-inner);
  height: 3.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

/*  Cells container
   ------------------------------------------------- */
.air-datepicker-body--cells {
  display: grid;
  padding: 0 1rem 1rem;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

/* -------------------------------------------------
    Datepicker cell
   ------------------------------------------------- */
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.air-datepicker-cell.-focus- {
  background: #6d7c83;
  color: #fff;
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.air-datepicker-cell.-current-.-selected- {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  background-color: var(--adp-cell-background-color-in-range-hover);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-from-.-selected- {
  background: #6d7c83;
  color: #fff;
}
.air-datepicker-cell.-range-to- {
  background-color: var(--adp-cell-background-color-in-range-hover);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-selected- {
  background: #6d7c83;
  color: #fff;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  border: none;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
/*  Day cell
   ------------------------------------------------- */
.air-datepicker-cell.-day-.-other-month- {
  pointer-events: none;
}

/*  Year cell
   ------------------------------------------------- */
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 1.2rem;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 0.2rem 0.3rem;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 1.9rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -0.2rem;
  top: -0.3rem;
  right: -0.2rem;
  bottom: -0.2rem;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 0.6rem;
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}

.air-datepicker-time--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  height: 1.7rem;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 0.4rem;
}
.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: transparent;
}
/* -------------------------------------------------
    Datepicker buttons
   ------------------------------------------------- */
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker.-calendar- {
  width: 100%;
  background: transparent;
  border: none;
  color: #2f444e;
}
.air-datepicker.-calendar- .air-datepicker--navigation {
  display: none;
}
.air-datepicker.-calendar- .air-datepicker-body--day-names {
  margin: 0 0 0.4rem;
  padding: 0;
  border: none;
  height: auto;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .air-datepicker.-calendar- .air-datepicker-body--day-names {
    margin: 0 0 0.8rem;
    gap: 0.8rem;
    height: 5rem;
  }
}
.air-datepicker.-calendar- .air-datepicker-body--day-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f1f5f7;
  color: #2f444e;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .air-datepicker.-calendar- .air-datepicker-body--day-name {
    font-size: 1.6rem;
    aspect-ratio: unset;
    border-radius: 2rem;
  }
}
.air-datepicker.-calendar- .air-datepicker-body--cells {
  padding: 0;
  gap: 0.4rem;
  grid-auto-rows: auto;
}
@media (min-width: 768px) {
  .air-datepicker.-calendar- .air-datepicker-body--cells {
    gap: 0.8rem;
  }
}
.air-datepicker.-calendar- .air-datepicker-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f1f5f7;
  color: #2f444e;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.air-datepicker.-calendar- .air-datepicker-cell.-other-month- {
  color: #acb4b8;
}
.air-datepicker.-calendar- .air-datepicker-cell.-current- {
  -webkit-text-fill-color: unset;
}
.air-datepicker.-calendar- .air-datepicker-cell.-current- mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .air-datepicker.-calendar- .air-datepicker-cell {
    aspect-ratio: unset;
    font-size: 1.6rem;
    border-radius: 2rem;
    padding: 0.6rem;
    min-height: 14.5rem;
  }
}

.air-datepicker.-inline- {
  width: auto;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -4rem !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

.tooltipster-box {
  padding: 0.6rem;
}

.tooltipster-content {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  box-shadow: -0.2rem -0.2rem 0.8rem rgba(7, 28, 38, 0.1);
  border-radius: 0.6rem;
  padding: 0.8rem 1.6rem;
  pointer-events: none;
}
.tooltipster-content:has(.calendar__cell-event-tooltip) {
  padding: 0;
  background: #ffffff;
  box-shadow: 0.2rem 0.2rem 3rem rgba(7, 28, 38, 0.08);
  border-radius: 1.2rem;
  text-align: left;
  pointer-events: auto;
}
.tooltipster-content .calendar__cell-event-tooltip {
  box-shadow: none;
  background: none;
  border-radius: 0;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 0.6rem;
  /* half the width, for centering */
  margin-left: -0.6rem;
  top: 0;
  width: 1.2rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 1.2rem;
  margin-top: -0.6rem;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 0.6rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 1.2rem;
  margin-top: -0.6rem;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 0.6rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 0.6rem;
  margin-left: -0.6rem;
  width: 1.2rem;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 0.6rem solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 0.3rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -0.3rem;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 0.6rem solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -0.6rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -0.6rem;
}

.tooltipster-lake {
  transform: translate(0, -1.6rem);
}
.tooltipster-lake .tooltipster-content {
  border-radius: 1.6rem;
  width: 21.6rem;
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  color: #071c26;
}
.tooltipster-lake .tooltipster-content strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.8rem;
}
.tooltipster-lake .tooltipster-content p {
  margin: 0 0 0.8rem;
}
.tooltipster-lake .tooltipster-content *:last-child {
  margin-bottom: 0;
}
.tooltipster-lake.tooltipster-left {
  transform: translate(1.6rem, -1.6rem);
}
.tooltipster-lake.tooltipster-right {
  transform: translate(-1.6rem, -1.6rem);
}
.tooltipster-lake.tooltipster-left .tooltipster-content, .tooltipster-lake.tooltipster-right .tooltipster-content {
  width: 26rem;
}

.tooltipster-dark .tooltipster-content {
  padding: 0.8rem 1.2rem;
  box-shadow: 0.2rem 0.2rem 3rem rgba(7, 28, 38, 0.08);
  background: #2f444e;
  color: #fff;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2f444e;
}
.tooltipster-dark.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2f444e;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  translate: -50% -50%;
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  border-radius: var(--f-spinner-border-radius);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    rotate: 360deg;
  }
}
.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: 700;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.2rem;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* Defaults
 ========================================================================== */
html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img,
video,
svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button,
input,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
  overflow: unset;
}

mark {
  background: none;
  color: currentColor;
}

a,
button {
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

iframe {
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  overflow: hidden;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "Heraclito";
  src: url("../fonts/Heraclito-Regular.woff2") format("woff2"), url("../fonts/Heraclito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heraclito";
  src: url("../fonts/Heraclito-Medium.woff2") format("woff2"), url("../fonts/Heraclito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heraclito";
  src: url("../fonts/Heraclito-SemiBold.woff2") format("woff2"), url("../fonts/Heraclito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heraclito";
  src: url("../fonts/Heraclito-Bold.woff2") format("woff2"), url("../fonts/Heraclito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.ui-btn, .ui-payment__btn {
  --spin-color: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  border: 0.1rem solid transparent;
  height: 4rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 10rem;
  transition: 0.2s;
  position: relative;
}
.ui-btn::after, .ui-payment__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid var(--spin-color);
  border-right-color: transparent;
  margin: -0.8rem 0 0 -0.8rem;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.ui-btn:hover, .ui-payment__btn:hover {
  text-decoration: none;
}
.ui-btn:disabled, .ui-payment__btn:disabled {
  background: #d9dde5;
  color: #fff;
  pointer-events: none;
}
.ui-btn svg, .ui-payment__btn svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.ui-btn path, .ui-payment__btn path {
  transition: opacity 0.4s;
}
.ui-btn path.is-default, .ui-payment__btn path.is-default {
  opacity: 1;
}
.ui-btn path.is-hover, .ui-payment__btn path.is-hover {
  opacity: 0;
}
.ui-btn path:not(.is-default):not(.is-hover), .ui-payment__btn path:not(.is-default):not(.is-hover) {
  fill: url(#gradient-primary);
}
.ui-btn.is-loading, .is-loading.ui-payment__btn {
  color: transparent;
  pointer-events: none;
}
.ui-btn.is-loading::after, .is-loading.ui-payment__btn::after {
  opacity: 1;
  animation: spin 0.5s infinite linear;
}
.ui-btn:hover path.is-default, .ui-payment__btn:hover path.is-default {
  opacity: 0;
}
.ui-btn:hover path.is-hover, .ui-payment__btn:hover path.is-hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .ui-btn, .ui-payment__btn {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}

.ui-btn--h32 {
  height: 3.2rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  gap: 0.6rem;
}
.ui-btn--h32 svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 -0.4rem;
}

@media (min-width: 992px) {
  .ui-btn--h42 {
    height: 4.2rem;
    font-size: 1.4rem;
  }
}

.ui-btn--h48 {
  gap: 0.6rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .ui-btn--h48 {
    height: 4.8rem;
  }
}

.ui-btn--h54 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  height: 5.4rem;
  padding: 0 2.4rem;
}

.ui-btn--36x36 {
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.6rem;
}

.ui-btn--42x42 {
  padding: 0;
  width: 4.2rem;
  height: 4.2rem;
}
.ui-btn--42x42 svg {
  width: 2rem;
  height: 2rem;
}

.ui-btn--circle {
  padding: 0;
  aspect-ratio: 1/1;
}

.ui-btn--primary, .ui-payment__btn {
  --spin-color: #fff;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 33.333%, #b61f38 66.666%, #b61f38 100%);
  background-size: 300% 100%;
  color: #fff;
  transition: 0.8s;
}
.ui-btn--primary:hover, .ui-payment__btn:hover {
  color: #fff;
  background-position: 100% 0;
}

.ui-btn--red {
  --spin-color: #fff;
  background: #ed1c24;
  color: #fff;
}
.ui-btn--red:hover {
  background: #b61f38;
  color: #fff;
}

.ui-btn--white {
  --spin-color: #071c26;
  background: #ffffff;
  color: #071c26;
}
.ui-btn--white:hover {
  background: #ffffff;
  color: #4e6069;
}
.ui-btn--white[disabled], .ui-btn--white.is-disabled {
  pointer-events: none;
  background: #ffffff;
  color: #071c26;
  opacity: 0.4;
}

.ui-btn--light {
  --spin-color: #071c26;
  background: #f1f5f7;
  color: #071c26;
}
.ui-btn--light:hover {
  background: #f1f5f7;
  color: #4e6069;
}
.ui-btn--light.is-disabled {
  pointer-events: none;
  color: #6d7c83;
}

.ui-btn--purple {
  --spin-color: #fff;
  background: linear-gradient(90deg, #7a335c 0%, #7a335c 33.333%, #b61f38 66.666%, #b61f38 100%);
  background-size: 300% 100%;
  color: #fff;
  transition: 0.8s;
}
.ui-btn--purple:hover {
  color: #fff;
  background-position: 100% 0;
}

.ui-btn--ghost {
  background: rgba(255, 255, 255, 0.4);
  color: #071c26;
}
.ui-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #071c26;
}

.ui-btn--reset {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: 0.4s;
  padding: 0;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.ui-btn--reset:hover {
  color: #b61f38;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-link, .parking__desc a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: 0.4s;
}
.ui-link svg, .parking__desc a svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-link:hover, .parking__desc a:hover {
  text-decoration: none;
}

.ui-link--inline {
  display: inline;
}

.ui-link--underline {
  text-decoration: underline;
}
.ui-link--underline:hover {
  text-decoration: underline;
}

.ui-link--red {
  color: #ed1c24;
}
.ui-link--red:hover {
  color: #b61f38;
}

.ui-link--darkred {
  color: #b61f38;
}
.ui-link--darkred:hover {
  color: #ed1c24;
}

.ui-link--dark, .parking__desc a {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
}
.ui-link--dark:hover, .parking__desc a:hover {
  color: transparent;
}

.ui-link--primary {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: 0.4s;
}
.ui-link--primary:hover {
  color: #b61f38;
}

.ui-field {
  position: relative;
}
.ui-field:has(.ui-password-toggle) .ui-input, .ui-field:has(.ui-password-toggle) .ui-subsc__input, .ui-field:has(.ui-password-toggle) .ui-textarea {
  padding-right: 6.4rem;
}
.ui-field:has(.ui-append) .ui-input, .ui-field:has(.ui-append) .ui-subsc__input, .ui-field:has(.ui-append) .ui-textarea {
  padding-right: 6rem;
}

.ui-append {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  margin: 0;
  color: #acb4b8;
  pointer-events: none;
}
.ui-append svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.ui-edit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  height: 100%;
  width: 6.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.4s;
  color: #071c26;
  cursor: pointer;
}
.ui-edit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
}
.ui-edit svg path {
  transition: opacty 0.4s;
}
.ui-edit svg path.is-default {
  opacity: 1;
}
.ui-edit svg path.is-hover {
  opacity: 0;
}
.ui-edit:hover {
  color: #071c26;
}
.ui-edit:hover svg path.is-default {
  opacity: 0;
}
.ui-edit:hover svg path.is-hover {
  opacity: 1;
}

.ui-password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  height: 100%;
  width: 6.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.4s;
  color: #97a1a7;
  cursor: pointer;
}
.ui-password-toggle:hover {
  color: #071c26;
}
.ui-password-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
  transition: transform 0.4s;
}
.ui-password-toggle svg:nth-child(1) {
  opacity: 1;
}
.ui-password-toggle svg:nth-child(2) {
  opacity: 0;
}

.is-visible .ui-password-toggle svg:nth-child(2) {
  opacity: 1;
}
.is-visible .ui-password-toggle svg:nth-child(1) {
  opacity: 0;
}

.ui-action {
  padding: 1.2rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.ui-action .row {
  gap: 1.2rem 0;
  -ms-flex-align: center;
  align-items: center;
}
.ui-action .ui-btn, .ui-action .ui-payment__btn {
  width: 100%;
}

.ui-caption {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

.ui-helper {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.ui-code {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.ui-code .ui-field {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0.2rem;
  height: 6.2rem;
}
.ui-code .ui-field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 1rem;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  opacity: 0;
  transition: opacity 0.4s;
}
.ui-code .ui-field:focus-within::before {
  opacity: 1;
}
.ui-code .ui-input, .ui-code .ui-subsc__input, .ui-code .ui-textarea {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  border: 0.2rem solid #f1f5f7;
  background: #f1f5f7;
}

.ui-label {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.ui-label small {
  display: block;
  padding: 0.8rem 0 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
}

.ui-period {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
  position: relative;
}
.ui-period::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2.75rem;
  left: 50%;
  width: 1.2rem;
  height: 0.2rem;
  border-radius: 10rem;
  background: #acb4b8;
  margin: 0.1rem 0 0 -0.6rem;
}

.ui-warning {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4e6069;
  gap: 1.2rem;
}
.ui-warning svg {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.ui-reset {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.ui-reset:hover {
  color: #b61f38;
}

.ui-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  position: relative;
  cursor: pointer;
}
.ui-check:hover .ui-check__radio::after {
  background: #ecf0f2;
  opacity: 1;
}
.ui-check:hover .ui-check__checkbox::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 9.88128L8.41039 14.167L15.8346 6.66699' stroke='%23DFE4E6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ui-check:has(:checked) .ui-check__tag {
  color: #fff;
}
.ui-check:has(:checked) .ui-check__tag::before {
  opacity: 1;
}
.ui-check:has(:checked) .ui-check__btn {
  background: #6d7c83;
  color: #fff;
}
.ui-check:has(:checked) .ui-check__checkbox::before {
  opacity: 1;
}
.ui-check:has(:checked) .ui-check__checkbox::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 9.88128L8.41039 14.167L15.8346 6.66699' stroke='%23F9FBFC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ui-check:has(:checked) .ui-check__radio::before {
  opacity: 1;
}
.ui-check:has(:checked) .ui-check__radio::after {
  background: transparent;
}
.ui-check:has(:checked) .ui-check__event .ui-check__checkbox::before {
  opacity: 1;
}
.ui-check:has(:checked) .ui-check__event .ui-check__checkbox::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 9.88128L8.41039 14.167L15.8346 6.66699' stroke='%23F9FBFC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ui-check:has(:checked) .ui-check__choice {
  background: #f1f5f7;
}
.ui-check:has(:checked) .ui-check__circle {
  color: #fff;
}
.ui-check:has(:checked) .ui-check__circle::before {
  opacity: 1;
}
.ui-check:has(:checked):hover .ui-check__radio::after {
  background: transparent;
}
.ui-check:has(.is-error) .ui-check__checkbox,
.ui-check:has(.is-error) .ui-check__radio {
  box-shadow: inset 0 0 0 0.1rem #ed1c24;
}

.ui-check__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.ui-check__circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf0f2;
  color: #6d7c83;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  transition: color 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.ui-check__circle::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  z-index: -1;
  transition: opacity 0.4s;
  opacity: 0;
}
.ui-check__circle:hover {
  color: #071c26;
}

.ui-check__card {
  background: #fff;
  border-radius: 2rem;
  padding: 1.6rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  min-height: 8rem;
  height: 100%;
  -ms-flex: 1;
  flex: 1;
}

.ui-check__event {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.6rem;
  height: 4.5rem;
  padding: 0 1.2rem;
  gap: 1rem;
  background: #fff;
  color: #2f444e;
  border-radius: 1rem;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  .ui-check__event {
    background: #f1f5f7;
    color: #2f444e;
  }
}

.ui-check__title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.ui-check__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.ui-check__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
}

.ui-check__option {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.ui-check__color {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui-check__radio {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 0.1rem #dfe4e6;
}
.ui-check__radio::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  border-radius: inherit;
  transition: 0.4s;
  opacity: 0;
}
.ui-check__radio::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.2rem;
  border-radius: inherit;
  transition: 0.4s;
  border: 0.4rem solid #fff;
}

.ui-check__checkbox {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  box-shadow: inset 0 0 0 0.1rem #dfe4e6;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
}
.ui-check__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  transition: 0.4s;
  opacity: 0;
}
.ui-check__checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  transition: 0.4s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #2f444e;
}

.ui-check__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 3.2rem;
  padding: 0 1.6rem;
  background: #ecf0f2;
  color: #6d7c83;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  overflow: hidden;
  transition: 0.4s;
}
.ui-check__tag::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.ui-check__tag:hover {
  color: #071c26;
}
@media (min-width: 992px) {
  .ui-check__tag {
    height: 4rem;
    padding: 0 2rem;
  }
}

.ui-check__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  height: 5.4rem;
  padding: 0 1rem;
  background: #fff;
  color: #071c26;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  -ms-flex: 1;
  flex: 1;
}
.ui-check__btn::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.ui-check__btn:hover {
  color: #6d7c83;
}

.ui-check__choice {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label radio" "caption .";
  gap: 0.4rem 1rem;
  background: #fff;
  border: 0.1rem solid #ebeff1;
  min-height: 4.6rem;
  border-radius: 1rem;
  padding: 1.6rem;
  -ms-flex: 1;
  flex: 1;
  transition: 0.4s;
}
.ui-check__choice:hover {
  background: #f9fbfc;
}
.ui-check__choice .ui-check__label {
  grid-area: label;
}
.ui-check__choice .ui-check__radio {
  grid-area: radio;
  width: 2rem;
  height: 2rem;
  background: #eceff3;
  box-shadow: inset 0 0 0 0.1rem #dae0e9;
}
.ui-check__choice .ui-check__radio::after {
  border: 0.25rem solid #eceff3;
}
.ui-check__choice .ui-check__caption {
  grid-area: caption;
}
@media (min-width: 992px) {
  .ui-check__choice {
    padding: 0.8rem 1.2rem;
    min-height: 4rem;
  }
}

.ui-check__label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
}

.ui-check__caption {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}

.ui-input, .ui-subsc__input, .ui-textarea {
  display: block;
  width: 100%;
  height: 5.4rem;
  border-radius: 1rem;
  background: #f9fbfc;
  border: 0.1rem solid #ebeff1;
  color: #071c26;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}
.ui-input:-ms-input-placeholder, .ui-subsc__input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #6d7c83;
  transition: 0.2s;
}
.ui-input::placeholder, .ui-subsc__input::placeholder, .ui-textarea::placeholder {
  color: #6d7c83;
  transition: 0.2s;
}
.ui-input:hover:-ms-input-placeholder, .ui-subsc__input:hover:-ms-input-placeholder, .ui-textarea:hover:-ms-input-placeholder {
  color: #4e6069;
}
.ui-input:hover::placeholder, .ui-subsc__input:hover::placeholder, .ui-textarea:hover::placeholder {
  color: #4e6069;
}
.ui-input.is-error, .is-error.ui-subsc__input, .is-error.ui-textarea {
  border-color: #ed1c24;
}
.ui-input.is-valid, .is-valid.ui-subsc__input, .is-valid.ui-textarea {
  padding-right: 4.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C13.125 1.5 16.5 4.875 16.5 9C16.5 13.125 13.125 16.5 9 16.5C4.87503 16.5 1.5 13.125 1.5 9C1.5 4.87503 4.87503 1.50004 9 1.5ZM12.7256 6.59668C12.4485 6.28927 11.9747 6.2643 11.667 6.54102L7.96191 9.87402L6.35352 8.31543C6.0561 8.02727 5.58122 8.03471 5.29297 8.33203C5.00473 8.62942 5.0113 9.10428 5.30859 9.39258L7.42188 11.4395C7.70501 11.7138 8.1522 11.7226 8.44531 11.459L12.6699 7.65625C12.9778 7.37915 13.0027 6.90455 12.7256 6.59668Z' fill='%231CC04A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.8rem;
}

.ui-textarea {
  height: 12.2rem;
  min-height: 12.2rem;
  resize: none;
  padding: 1.6rem 2rem;
}

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 5.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.ui-select.ui-select--grey select,
.ui-select.ui-select--grey .selectric {
  background-color: #ecf0f2;
}
.ui-select.ui-select--grey .selectric-items {
  background-color: #ecf0f2;
}
.ui-select.ui-select--grey .selectric-items li.selected {
  border-color: #ebeff1;
  background: #fff;
  color: #071c26;
}
.ui-select.ui-select--radio .selectric-items {
  padding: 0.4rem;
}
.ui-select.ui-select--radio .selectric-items li {
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  min-height: 4.6rem;
  position: relative;
}
.ui-select.ui-select--radio .selectric-items li::after {
  content: "";
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.15rem solid #dae0e9;
  background: #eceff3;
  margin: 0 0 0 auto;
}
.ui-select.ui-select--radio .selectric-items li.selected::after {
  border-color: transparent;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  box-shadow: inset 0 0 0 0.3rem #eceff3;
}
.ui-select select {
  width: 100%;
  height: 5.4rem;
  border: 0.1rem solid #ebeff1;
  background: #f9fbfc url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8335 7.91663L10.0002 14.1666L4.16683 7.91663' stroke='url(%23paint0_linear_2008_1877)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2008_1877' x1='10.3072' y1='14.1666' x2='10.3072' y2='7.91663' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A335C'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") right 2rem center no-repeat;
  background-size: 2rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #6d7c83;
  padding: 0 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
  height: inherit;
}
.ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #f9fbfc;
  border: 0.1rem solid #ebeff1;
  border-radius: 1rem;
  padding: 0 6rem 0 2rem;
  height: inherit;
  color: #6d7c83;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.22s;
}
.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  height: auto;
  -ms-flex: 1;
  flex: 1;
}
.ui-select .selectric svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  margin: -1rem 0 0 0;
  width: 2rem;
  height: 2rem;
  z-index: 110;
  transition: transform 0.5s;
}
.ui-select .selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f9fbfc;
  border: 0.1rem solid #ebeff1;
  box-shadow: 0.2rem 0.2rem 2rem rgba(7, 28, 38, 0.1), 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  margin: 0.4rem 0;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  overflow: hidden;
  display: none;
}
.ui-select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 25.6rem;
}
.ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
}
.ui-select .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.6rem;
  gap: 1rem;
  cursor: pointer;
  transition: 0.25s;
  margin: 0;
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  transition: color 0.25s;
  color: #4e6069;
}
.ui-select .selectric-items li:hover {
  color: #071c26;
}
.ui-select .selectric-items li.selected {
  background: #6d7c83;
  color: #fff;
}
.ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.1rem !important;
  height: 0.1rem !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}
.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ui-select .selectric-hover .selectric {
  border-color: #e1eef5;
  color: #535d74;
}
.ui-select .selectric-focus .selectric {
  border-color: #e1eef5;
}
.ui-select .selectric-open {
  z-index: 500;
}
.ui-select .selectric-open .selectric {
  box-shadow: 0 0 0 0.1rem #e1eef5;
}
.ui-select .selectric-open .selectric svg {
  transform: rotate(180deg);
}
.ui-select .selectric-open .selectric-items {
  display: block;
  box-shadow: 0 0 0 0.1rem #e1eef5;
}
.ui-select .selectric-changed .selectric {
  color: #071c26;
}
.ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-validate {
  display: block;
  padding: 0.4rem 0 0 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #b61f38;
}

.ui-search {
  position: relative;
  width: 100%;
}

.ui-search__input {
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  background: #fff;
  border: 0.1rem solid #ebeff1;
  box-shadow: none;
  color: #071c26;
  padding: 0 5.2rem 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ui-search__input:-ms-input-placeholder {
  color: #97a1a7;
  transition: 0.2s;
}
.ui-search__input::placeholder {
  color: #97a1a7;
  transition: 0.2s;
}
.ui-search__input:hover:-ms-input-placeholder, .ui-search__input:focus:-ms-input-placeholder {
  color: #4e6069;
}
.ui-search__input:hover::placeholder, .ui-search__input:focus::placeholder {
  color: #4e6069;
}
.ui-search__input:hover ~ .ui-search__btn, .ui-search__input:focus ~ .ui-search__btn {
  color: #acb4b8;
}
.ui-search__input:not(:placeholder-shown) ~ .ui-search__btn path.is-default {
  opacity: 0;
}
.ui-search__input:not(:placeholder-shown) ~ .ui-search__btn path.is-hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .ui-search__input {
    height: 4.2rem;
    font-size: 1.4rem;
  }
}

.ui-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.2rem;
  height: 100%;
  color: #c0c8cc;
}
.ui-search__btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ui-search__btn path {
  transition: 0.2s;
}
.ui-search__btn path.is-default {
  opacity: 1;
}
.ui-search__btn path.is-hover {
  opacity: 0;
}
.ui-search__btn:hover path.is-default {
  opacity: 0;
}
.ui-search__btn:hover path.is-hover {
  opacity: 1;
}

.ui-subsc {
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}

.ui-subsc__input {
  -ms-flex: 1;
  flex: 1;
  border-radius: 1rem 0 0 1rem;
  height: 4.4rem;
  width: auto;
  background: #f1f5f7;
}
@media (min-width: 1200px) {
  .ui-subsc__input {
    height: 4.8rem;
  }
}

.ui-subsc__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #f1f5f7;
  border-radius: 0 1rem 1rem 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.ui-subsc__btn:hover {
  background: #ecf0f2;
}
@media (min-width: 1200px) {
  .ui-subsc__btn {
    height: 4.8rem;
  }
}

.ui-hourly {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
}
.ui-hourly .ui-check {
  width: 100%;
}

.ui-entries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
}
.ui-entries .ui-check {
  width: 100%;
}

.ui-datepicker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
}
.ui-datepicker .ui-check {
  width: 100%;
}

.ui-number {
  width: 14.8rem;
  height: 5.2rem;
  display: -ms-flexbox;
  display: flex;
}

.ui-number__input {
  display: block;
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.ui-number__minus,
.ui-number__plus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  position: relative;
  background: #c0c8cc;
  color: #fff;
  border-radius: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-number__minus svg,
.ui-number__plus svg {
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
.ui-number__minus:hover,
.ui-number__plus:hover {
  background: #6d7c83;
  color: #fff;
}

.ui-datetime {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.ui-datetime.is-open .ui-datetime__time {
  display: block;
}
@media (min-width: 768px) {
  .ui-datetime {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ui-datetime {
    grid-template-columns: 1fr;
  }
  .ui-datetime.is-open .ui-datetime__time {
    opacity: 1;
    visibility: visible;
  }
}

.ui-datetime__time {
  display: none;
}
@media (min-width: 992px) {
  .ui-datetime__time {
    position: absolute;
    top: 0;
    left: 100%;
    width: 28.8rem;
    min-height: 100%;
    background: #f9fbfc;
    box-shadow: 0.2rem 0.2rem 2rem rgba(7, 28, 38, 0.06);
    border-radius: 1rem;
    padding: 0.8rem;
    margin: 0 0.4rem;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}

.ui-datetime__label {
  display: none;
}
@media (min-width: 992px) {
  .ui-datetime__label {
    display: block;
    padding: 0.6rem 1.2rem;
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #2f444e;
  }
}

.ui-datetime__checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media (min-width: 992px) {
  .ui-datetime__checklist {
    gap: 0.2rem;
  }
}

.ui-time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
}

.ui-time .ui-check {
  width: 100%;
}

.ui-chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
  border-radius: 10rem;
  border: 0.1rem solid #ebeff1;
  background: #fff;
  color: #071c26;
  padding: 0 1.2rem;
  gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .ui-chip {
    background: #f1f5f7;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}

.ui-chip__label {
  display: block;
  -ms-flex: 1;
  flex: 1;
}

.ui-chip__delete {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c0c8cc;
  margin: 0 -0.4rem 0 0;
  transition: color 0.4s;
}
.ui-chip__delete:hover {
  color: #ed1c24;
}

.ui-dot {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-dot--gradient {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
}

.ui-pagination {
  --size: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: #6b717b;
}
@media (min-width: 768px) {
  .ui-pagination {
    gap: 1.2rem;
    font-size: 1.6rem;
    --size: 4.8rem;
  }
}

.ui-pagination__prev,
.ui-pagination__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  border-radius: 10rem;
  background: #f1f5f7;
  color: #071c26;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 0.6rem;
  transition: 0.4s;
}
.ui-pagination__prev svg,
.ui-pagination__next svg {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: transform 0.4s;
}
.ui-pagination__prev path,
.ui-pagination__next path {
  stroke: url(#gradient-primary);
}
.ui-pagination__prev:hover,
.ui-pagination__next:hover {
  color: #2f444e;
}
.ui-pagination__prev.is-disabled,
.ui-pagination__next.is-disabled {
  pointer-events: none;
  color: #97a1a7;
}
.ui-pagination__prev.is-disabled path,
.ui-pagination__next.is-disabled path {
  stroke: currentColor;
}
@media (min-width: 768px) {
  .ui-pagination__prev,
  .ui-pagination__next {
    padding: 0 2rem;
  }
}

.ui-pagination__prev:hover svg {
  transform: translateX(-0.2rem);
}
@media (min-width: 768px) {
  .ui-pagination__prev {
    padding-left: 1.4rem;
  }
}

.ui-pagination__next:hover svg {
  transform: translateX(0.2rem);
}
@media (min-width: 768px) {
  .ui-pagination__next {
    padding-right: 1.4rem;
  }
}

.ui-pagination__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
}
.ui-pagination__menu > li:nth-of-type(3) ~ li:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
  display: none;
}
@media (min-width: 768px) {
  .ui-pagination__menu {
    gap: 1.2rem;
  }
  .ui-pagination__menu > li:nth-of-type(3) ~ li:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
    display: block;
  }
}

.ui-pagination__link,
.ui-pagination__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  border-radius: 10rem;
  background: #ebeff1;
  color: #6b717b;
  transition: 0.4s;
  position: relative;
}
.ui-pagination__link.is-active,
.ui-pagination__dots.is-active {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
.ui-pagination__link.is-active:hover,
.ui-pagination__dots.is-active:hover {
  color: #fff;
}

.ui-pagination__link:hover {
  color: #b61f38;
}

.ui-title-h1, .booking__title, .auth__slide-title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-title-h1, .booking__title, .auth__slide-title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .ui-title-h1, .booking__title, .auth__slide-title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-title-h1, .booking__title, .auth__slide-title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}

.ui-title-h2, .empty__title, .profile__title, .cart__title, .orders__title, .discounts__title, .payments__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-title-h2, .empty__title, .profile__title, .cart__title, .orders__title, .discounts__title, .payments__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .ui-title-h2, .empty__title, .profile__title, .cart__title, .orders__title, .discounts__title, .payments__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-title-h2, .empty__title, .profile__title, .cart__title, .orders__title, .discounts__title, .payments__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.ui-title-h3, .recommended__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-title-h3, .recommended__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-title-h3, .recommended__title {
    font-size: 2.4rem;
  }
}

.ui-ul {
  margin: 0 0 1.2rem;
}
.ui-ul > li {
  padding: 0 0 0 1.6rem;
  margin: 0 0 0.6rem;
  position: relative;
}
.ui-ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #b61f38;
}
@media (min-width: 768px) {
  .ui-ul {
    margin: 0 0 2rem;
  }
  .ui-ul > li {
    margin: 0 0 0.8rem;
  }
}

.ui-ol {
  margin: 0 0 1.2rem;
  counter-reset: point;
}
.ui-ol > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 0.6rem;
}
.ui-ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .ui-ol {
    margin: 0 0 2rem;
  }
  .ui-ol > li {
    margin: 0 0 0.8rem;
  }
}

.ui-dropzone {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.ui-dropzone:not(.is-loading, .is-success):hover .ui-dropzone__title {
  color: transparent;
}
.ui-dropzone.is-loading .ui-dropzone__spinner {
  opacity: 1;
}
.ui-dropzone.is-success .ui-dropzone__desc {
  display: none;
}
.ui-dropzone.is-success .ui-dropzone__spinner {
  opacity: 0;
}
.ui-dropzone.is-success .ui-dropzone__success {
  opacity: 1;
}
.ui-dropzone.is-success .ui-dropzone__file {
  display: -ms-flexbox;
  display: flex;
}

.ui-dropzone__area {
  position: relative;
  background: #f9fbfc;
  border-radius: 0.8rem;
  border: 0.1rem dashed #acb4b8;
  padding: 1.6rem 4.8rem 1.6rem 2rem;
}

.ui-dropzone__input {
  position: absolute;
  inset: 0;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}

.ui-dropzone__title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
}

.ui-dropzone__spinner {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  pointer-events: none;
  opacity: 0;
}
.ui-dropzone__spinner svg {
  display: block;
  width: 100%;
  height: 100%;
  animation: spin 0.5s infinite linear;
}

.ui-dropzone__success {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  pointer-events: none;
  opacity: 0;
}
.ui-dropzone__success svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-dropzone__desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
  width: 100%;
}
.ui-dropzone__desc strong {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #071c26;
}
.ui-dropzone__desc p {
  margin: 0 0 0.4rem;
}
.ui-dropzone__desc:last-child {
  margin-bottom: 0;
}

.ui-dropzone__file {
  display: none;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  z-index: 200;
}

.ui-dropzone__file-name {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}

.ui-dropzone__file-delete {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.4s;
}
.ui-dropzone__file-delete:hover {
  transform: rotate(180deg);
}
.ui-dropzone__file-delete svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  background: #fff;
  border-radius: 10rem;
  height: 2.9rem;
  padding: 0 1rem;
  gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.ui-tag svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .ui-tag {
    height: 3.3rem;
    padding: 0 1.2rem;
    font-size: 1.6rem;
  }
  .ui-tag svg {
    width: 2rem;
    height: 2rem;
  }
}

.ui-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.ui-accordion__card {
  --border-radius: 1rem;
}
.ui-accordion__card.is-open .ui-accordion__card-arrow path:nth-child(1) {
  opacity: 0;
  transform: rotate(180deg);
}
.ui-accordion__card.is-open .ui-accordion__card-arrow path:nth-child(2) {
  opacity: 1;
  transform: rotate(0deg);
}

.ui-accordion__card-question {
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  min-height: 4.4rem;
  cursor: pointer;
}
.ui-accordion__card-question > * {
  background: #fff;
  border-radius: var(--border-radius);
}
.ui-accordion__card-question:hover .ui-accordion__card-title-in {
  color: transparent;
}
@media (min-width: 768px) {
  .ui-accordion__card-question {
    min-height: 5.6rem;
  }
}

.ui-accordion__card-title {
  -ms-flex: 1;
  flex: 1;
  padding: 1.2rem 1.6rem;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ui-accordion__card-title {
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
  }
}

.ui-accordion__card-title-in {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
}

.ui-accordion__card-arrow {
  width: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-accordion__card-arrow svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ui-accordion__card-arrow path {
  transition: 0.4s;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.ui-accordion__card-arrow path:nth-child(1) {
  opacity: 1;
  transform: rotate(0deg);
}
.ui-accordion__card-arrow path:nth-child(2) {
  opacity: 0;
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .ui-accordion__card-arrow {
    width: 5rem;
  }
  .ui-accordion__card-arrow svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.ui-accordion__card-answer {
  display: none;
}

.ui-accordion__card-answer-in {
  position: relative;
  top: 0.4rem;
  margin: 0 0 0.4rem;
  padding: 1.2rem 1.6rem 1.6rem;
  background: #fff;
  border-radius: var(--border-radius);
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.ui-accordion__card-answer-in p {
  margin: 0 0 0.8rem;
}
.ui-accordion__card-answer-in p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-accordion__card-answer-in {
    padding: 1.6rem 2rem 2rem;
  }
}

.ui-video {
  display: block;
  position: relative;
}
.ui-video:hover .ui-video__play {
  transform: scale(1.2);
}

.ui-video__image {
  background-color: #dfe4e6;
  border-radius: 2rem;
  overflow: hidden;
}
.ui-video__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 20rem;
  object-fit: cover;
}

.ui-video__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  transition: 0.4s;
}

.ui-attention {
  position: relative;
  background: #f1f5f7;
  color: #071c26;
  border-radius: 2rem;
  padding: 1.6rem 4rem 2rem 5.6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.ui-attention::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.38031 7.49935C6.27497 4.21771 7.22229 2.5769 8.45908 2.02624C9.53786 1.54594 10.7698 1.54594 11.8486 2.02624C13.0853 2.5769 14.0327 4.21771 15.9273 7.49935C17.822 10.781 18.7693 12.4218 18.6278 13.7682C18.5044 14.9426 17.8884 16.0095 16.9331 16.7036C15.8378 17.4993 13.9431 17.4993 10.1538 17.4993C6.36451 17.4993 4.46986 17.4993 3.37458 16.7036C2.41924 16.0095 1.80328 14.9426 1.67985 13.7682C1.53833 12.4218 2.48566 10.781 4.38031 7.49935ZM10.1538 5.20768C10.4989 5.20768 10.7788 5.4875 10.7788 5.83268V10.8327C10.7788 11.1779 10.4989 11.4577 10.1538 11.4577C9.80859 11.4577 9.52877 11.1779 9.52877 10.8327V5.83268C9.52877 5.4875 9.80859 5.20768 10.1538 5.20768ZM10.1538 14.166C10.614 14.166 10.9871 13.7929 10.9871 13.3327C10.9871 12.8724 10.614 12.4993 10.1538 12.4993C9.69353 12.4993 9.32043 12.8724 9.32043 13.3327C9.32043 13.7929 9.69353 14.166 10.1538 14.166Z' fill='url(%23paint0_linear_5002_108779)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5002_108779' x1='1.66602' y1='9.16602' x2='18.6416' y2='9.16602' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A335C'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .ui-attention {
    padding: 2rem 2.4rem 2.4rem 6rem;
  }
  .ui-attention::before {
    top: 2rem;
    left: 2.4rem;
  }
}

.ui-attention__wysiwyg {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-attention__wysiwyg p {
  margin: 0 0 0.8rem;
}
.ui-attention__wysiwyg *:last-child {
  margin-bottom: 0;
}

.icon-tel,
.icon-email {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 992px) {
  .icon-tel,
  .icon-email {
    width: 2rem;
    height: 2rem;
  }
}

.ui-table {
  width: 56rem;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.ui-table--spacing {
  border-spacing: 0.4rem;
}
.ui-table--spacing th,
.ui-table--spacing td {
  border-radius: 1rem;
}
.ui-table th,
.ui-table td {
  padding: 1.2rem 1.6rem;
  min-width: 20rem;
}
.ui-table th:first-child,
.ui-table td:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 50%;
}
.ui-table th:last-child,
.ui-table td:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.ui-table th {
  background: #fff;
  height: 4.8rem;
  font-weight: 600;
}
.ui-table td {
  background: #f9fbfc;
  height: 5.6rem;
}
.ui-table small {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  display: block;
}
@media (min-width: 768px) {
  .ui-table {
    font-size: 1.6rem;
  }
  .ui-table th,
  .ui-table td {
    padding: 1.6rem;
  }
  .ui-table th {
    height: 5.2rem;
  }
  .ui-table td {
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .ui-table {
    font-size: 1.8rem;
  }
  .ui-table small {
    font-size: 1.4rem;
  }
}

.ui-table__mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ui-table__title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-table__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-table__title {
    font-size: 1.8rem;
  }
}

.ui-table__count {
  display: block;
  color: #2f444e;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ui-table__count {
    font-size: 1.6rem;
  }
}

.ui-table__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  color: #2f444e;
}
.ui-table__price ins {
  text-decoration: none;
}
.ui-table__price del {
  text-decoration: line-through;
  color: #acb4b8;
}
.ui-table__price mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
  min-width: 5.6rem;
  height: 2.4rem;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
  border-radius: 6rem;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .ui-table__price {
    font-size: 1.6rem;
  }
  .ui-table__price mark {
    font-size: inherit;
    height: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .ui-table__price {
    font-size: 1.8rem;
  }
}

.ui-table__info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.6rem;
  border-radius: 10rem;
  background: #f1f5f7;
  padding: 0.8rem 1.6rem;
  gap: 2.4rem;
  white-space: nowrap;
}
.ui-table__info > li {
  position: relative;
}
.ui-table__info > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: -0.2rem -0.2rem 0;
  background: #c0c8cc;
}
.ui-table__info > li:last-child::after {
  display: none;
}
@media (min-width: 1200px) {
  .ui-table__info {
    min-height: 3.8rem;
  }
}

.ui-tabs__menu {
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  border-radius: 1rem;
  background: #fff;
  padding: 0.6rem;
  margin: 0 0 2.4rem;
}
.ui-tabs__menu:last-child {
  margin-bottom: 0;
}
.ui-tabs__menu > li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ui-tabs__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  text-wrap: balance;
  text-align: center;
  color: #6d7c83;
  transition: 0.4s;
  padding: 0 1.6rem;
  -ms-flex: 1;
  flex: 1;
}
.ui-tabs__btn:hover {
  color: #071c26;
}
.ui-tabs__btn.is-active {
  background: #6d7c83;
  color: #fff;
}
@media (min-width: 1200px) {
  .ui-tabs__btn {
    font-size: 1.6rem;
  }
}

.ui-tabs__content {
  display: none;
}
.ui-tabs__content.is-active {
  display: block;
}

.ui-badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 2.8rem;
  border-radius: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
}
.ui-badge--white {
  background: #fff;
}
.ui-badge--red {
  background: #f8dadb;
}
.ui-badge--green {
  background: #e9ecb1;
}

.ui-alert {
  position: relative;
  isolation: isolate;
  padding: 2rem;
  border-radius: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 6.4rem;
  gap: 1.2rem;
  color: #071c26;
}
.ui-alert::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
}
.ui-alert--red::before {
  background: linear-gradient(45deg, rgba(122, 51, 92, 0.1) 0.25%, rgba(237, 28, 36, 0.1) 99.75%), #ffffff;
}

.ui-alert__icon {
  display: block;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
.ui-alert__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-alert__wysiwyg,
.ui-alert__desc {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
}
.ui-alert__wysiwyg strong,
.ui-alert__wysiwyg b,
.ui-alert__desc strong,
.ui-alert__desc b {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #071c26;
}
.ui-alert__wysiwyg p,
.ui-alert__desc p {
  margin: 0 0 0.8rem;
}
.ui-alert__wysiwyg p:last-child,
.ui-alert__desc p:last-child {
  margin-bottom: 0;
}

.ui-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
.ui-price > * {
  min-width: auto;
}
.ui-price ins,
.ui-price del {
  white-space: nowrap;
}
.ui-price ins {
  text-decoration: none;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ui-price del {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: line-through;
  color: #97a1a7;
  -ms-flex: 1;
  flex: 1;
}
.ui-price small {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .ui-price {
    font-size: 2.4rem;
  }
  .ui-price del {
    font-size: 2.2rem;
  }
  .ui-price small {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  :has(.ui-popover.is-open) body {
    overflow: hidden;
  }
}

.ui-popover {
  position: relative;
}
.ui-popover.is-open .ui-popover__offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}
.ui-popover:has(:checked) .ui-popover__foot {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .ui-popover.is-open .ui-popover__toggle-icon svg.icon-arrow-down {
    transform: rotate(180deg);
  }
}

.ui-popover__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 4.6rem;
  border-radius: 1rem;
  background: #f1f5f7;
  border: 0.1rem solid #ebeff1;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  color: #6d7c83;
  transition: 0.4s;
  cursor: pointer;
}
.ui-popover__toggle > * {
  pointer-events: none;
}
@media (min-width: 992px) {
  .ui-popover__toggle {
    background: #fff;
    color: #6d7c83;
    height: 5.4rem;
  }
  .ui-popover__toggle:hover {
    background: #f9fbfc;
    color: #071c26;
  }
}

.ui-popover__toggle-selected {
  display: block;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #071c26;
}
.ui-popover__toggle-selected:-ms-input-placeholder {
  color: #6d7c83;
}
.ui-popover__toggle-selected::placeholder {
  color: #6d7c83;
}
@media (min-width: 992px) {
  .ui-popover__toggle-selected {
    font-size: 1.6rem;
  }
}

.ui-popover__toggle-arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-popover__toggle-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .ui-popover__toggle-arrow {
    display: none;
  }
}

.ui-popover__toggle-icon {
  display: none;
}
@media (min-width: 992px) {
  .ui-popover__toggle-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #acb4b8;
  }
  .ui-popover__toggle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
  }
}

.ui-popover__offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: #f9fbfc;
  padding: 9.6rem 2rem 9rem;
  overscroll-behavior: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(100%, 0);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.ui-popover__offcanvas::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .ui-popover__offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0.4rem 0;
    background: #f9fbfc;
    padding: 0.8rem;
    border-radius: 1rem;
    transform: none;
    box-shadow: 0.2rem 0.2rem 2rem rgba(7, 28, 38, 0.06);
    overflow: unset;
  }
  .ui-popover__offcanvas:has(.ui-datetime) {
    padding: 0;
  }
}

.ui-popover__head {
  margin: 0 0 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}
.ui-popover__head:has([hidden]) {
  display: none;
}
@media (min-width: 992px) {
  .ui-popover__head {
    display: none;
  }
}

.ui-popover__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.ui-popover__body .ui-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.ui-popover__body .ui-check {
  width: 100%;
}
@media (min-width: 992px) {
  .ui-popover__body {
    padding: 0;
  }
  .ui-popover__body .ui-checklist {
    gap: 0.2rem;
  }
}

.ui-popover__foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6.2rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem 2rem;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
}
.ui-popover__foot .ui-btn, .ui-popover__foot .ui-payment__btn {
  height: 4rem;
}
@media (min-width: 992px) {
  .ui-popover__foot {
    display: none;
  }
}

.ui-popover__back {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
  color: #071c26;
}
.ui-popover__back svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui-popover__title {
  display: block;
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  text-wrap: balance;
  color: #071c26;
}

.ui-popover__label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ui-popover__image {
  display: block;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.ui-popover__image img {
  display: block;
  width: 100%;
  height: auto;
}

.ui-popover__people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.ui-output {
  border-radius: 1rem;
  padding: 1.6rem 2rem;
  background: #f1f5f7;
  color: #6d7c83;
  border: 0.1rem solid #ebeff1;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  max-height: 22rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-output::-webkit-scrollbar {
  background: transparent;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
}
.ui-output::-webkit-scrollbar-thumb {
  background: #c0c8cc;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
}
@media (min-width: 992px) {
  .ui-output {
    background: #fff;
    color: #071c26;
  }
}

.ui-output__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  color: #071c26;
  margin: 0;
}

.ui-output__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-wrap: balance;
  color: #6d7c83;
  position: relative;
  padding: 0 2.4rem 0 0;
}
.ui-output__text::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4 8.0001C14.4 11.5347 11.5346 14.4001 7.99998 14.4001C4.46535 14.4001 1.59998 11.5347 1.59998 8.0001C1.59998 4.46548 4.46535 1.6001 7.99998 1.6001' stroke='url(%23paint0_linear_212_124983)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_212_124983' x1='1.59998' y1='7.66326' x2='14.4' y2='7.66326' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A335C'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  animation: spin 0.4s infinite linear;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.8rem 0 0 0;
}

.ui-output__chips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
}
.ui-output__chips:empty {
  display: none;
}
.ui-output__chips > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ui-output__chips > li:has(.ui-output__type) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .ui-output__help {
    display: none;
  }
}

.ui-output__type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.8rem;
  -ms-flex: 1;
  flex: 1;
}
.ui-output__type .ui-check {
  gap: 0.6rem;
  -ms-flex-align: center;
  align-items: center;
}
.ui-output__type .ui-check__radio {
  width: 1.6rem;
  height: 1.6rem;
}
.ui-output__type .ui-check__radio::after {
  border-width: 0.2rem;
}
.ui-output__type .ui-check__text {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}

.ui-payment {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6.2rem;
  z-index: 700;
  isolation: isolate;
  padding: 1rem 2rem;
  overflow: hidden;
  background: rgba(249, 251, 252, 0.01);
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
}
.ui-payment path:not(.is-default):not(.is-hover) {
  fill: currentColor;
}
@media (min-width: 992px) {
  .ui-payment {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 0 0 0;
    margin: auto 0 0 0;
    border-top: 0.1rem solid #dfe4e6;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background: transparent;
  }
  .ui-payment::before, .ui-payment::after {
    display: none;
  }
}

.ui-payment__action {
  width: 100%;
  height: 5rem;
  padding: 0.8rem 1.6rem;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  color: #fff;
  border-radius: 10rem;
  gap: 0.2rem 1.2rem;
  position: relative;
  overflow: hidden;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "counter price arrow" "counter caption arrow";
  text-align: right;
}
.ui-payment__action .ui-payment__counter {
  grid-area: counter;
}
.ui-payment__action .ui-payment__price {
  grid-area: price;
}
.ui-payment__action .ui-payment__caption {
  grid-area: caption;
}
.ui-payment__action .ui-payment__arrow {
  grid-area: arrow;
}
@media (min-width: 992px) {
  .ui-payment__action {
    all: unset;
    color: #2f444e;
    text-align: left;
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "counter line price" "caption caption caption" "button button button";
    gap: 0.4rem 1.2rem;
  }
  .ui-payment__action .ui-payment__counter {
    grid-area: counter;
  }
  .ui-payment__action .ui-payment__line {
    grid-area: line;
  }
  .ui-payment__action .ui-payment__price {
    grid-area: price;
  }
  .ui-payment__action .ui-payment__caption {
    grid-area: caption;
  }
  .ui-payment__action .ui-payment__btn {
    grid-area: button;
  }
}

.ui-payment__counter {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
  border-radius: 10rem;
  background: #fff;
  color: #2f444e;
  padding: 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ui-payment__counter {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 0;
    height: auto;
    background: none;
    color: #2f444e;
  }
}

.ui-payment__line {
  display: none;
}
@media (min-width: 992px) {
  .ui-payment__line {
    display: block;
    border-bottom: 0.1rem dashed #acb4b8;
    height: 66.666%;
  }
}

.ui-payment__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  min-width: auto;
}
.ui-payment__price ins {
  text-decoration: none;
  white-space: nowrap;
}
.ui-payment__price del {
  text-decoration: line-through;
  color: #eea6ac;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ui-payment__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    gap: 1rem;
    margin: 0 auto 0 0;
  }
  .ui-payment__price ins {
    background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .ui-payment__price del {
    color: #97a1a7;
  }
}

.ui-payment__caption {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ui-payment__caption {
    font-size: 1.4rem;
  }
}

.ui-payment__arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
@media (min-width: 992px) {
  .ui-payment__arrow {
    display: none;
  }
}

.ui-payment__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
}
@media (min-width: 992px) {
  .ui-payment__btn {
    position: relative;
    width: 100%;
    height: 4.8rem;
    opacity: 1;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 1.6rem 0 0;
  }
}

.ui-placement-card {
  width: 100%;
  height: 32rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #071c26;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ui-placement-card {
    height: 35.6rem;
  }
}
@media (min-width: 992px) {
  .ui-placement-card {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  .ui-placement-card {
    display: grid;
    grid-template-columns: 404fr 828fr;
    grid-template-areas: "desc primary" "secondary primary";
    gap: 7rem 2rem;
    background: none;
    color: #071c26;
    border-radius: 0;
    height: 51.4rem;
  }
}

.ui-placement-card__image--primary {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-placement-card__image--primary::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%);
  opacity: 0.8;
}
.ui-placement-card__image--secondary {
  display: none;
}
.ui-placement-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .ui-placement-card__image {
    overflow: hidden;
    border-radius: 2rem;
  }
  .ui-placement-card__image--primary {
    position: relative;
    grid-area: primary;
  }
  .ui-placement-card__image--secondary {
    display: block;
    grid-area: secondary;
  }
}

.ui-placement-card__desc {
  position: relative;
  z-index: 2;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ui-placement-card__desc {
    padding: 2.4rem 7.2rem 2.4rem 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-placement-card__desc {
    grid-area: desc;
    width: auto;
    height: auto;
    padding: 0;
  }
}

.ui-placement-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .ui-placement-card__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-placement-card__title {
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.4rem;
  }
}

.ui-placement-card__action {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ui-todo-card {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #071c26;
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-todo-card {
    will-change: transform;
  }
  .ui-todo-card:hover .ui-todo-card__image img,
  .ui-todo-card:hover .ui-todo-card__arrow svg {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .ui-todo-card {
    min-height: 33.2rem;
  }
}
@media (min-width: 992px) {
  .ui-todo-card {
    min-height: 41.5rem;
  }
}
@media (min-width: 1200px) {
  .ui-todo-card {
    min-height: 40.4rem;
  }
}

.ui-todo-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-todo-card__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(365deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
}
.ui-todo-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.ui-todo-card__arrow {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 3;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.ui-todo-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.ui-todo-card__arrow path {
  fill: url(#gradient-primary);
}
@media (min-width: 768px) {
  .ui-todo-card__arrow {
    left: 2.4rem;
    bottom: 2.4rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (min-width: 992px) {
  .ui-todo-card__arrow {
    left: 2.4rem;
    bottom: 2.4rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.ui-todo-card__desc {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 1.8rem 2rem 6rem;
}
@media (min-width: 768px) {
  .ui-todo-card__desc {
    padding: 2.4rem 2.4rem 7.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-todo-card__desc {
    padding: 3rem 6rem 3rem 3rem;
  }
}

.ui-todo-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-todo-card__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-todo-card__title {
    font-size: 2.4rem;
  }
}

.ui-todo-card__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 33rem;
}

.todo .ui-todo-card,
.featured .ui-todo-card {
  min-height: 30rem;
  padding: 0 0 8.4rem;
  background: #071c26;
  color: #f9fbfc;
}
@media (min-width: 768px) {
  .todo .ui-todo-card,
  .featured .ui-todo-card {
    min-height: 33.2rem;
  }
}
@media (min-width: 992px) {
  .todo .ui-todo-card,
  .featured .ui-todo-card {
    min-height: 40.4rem;
  }
}
.todo .ui-todo-card__image::after,
.featured .ui-todo-card__image::after {
  background: linear-gradient(0deg, rgba(7, 28, 38, 0.08), rgba(7, 28, 38, 0.08));
}
.todo .ui-todo-card__arrow,
.featured .ui-todo-card__arrow {
  left: 2rem;
  bottom: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  background: #f9fbfc;
}
.todo .ui-todo-card__desc,
.featured .ui-todo-card__desc {
  width: auto;
  height: auto;
  margin: 1rem 1rem 0;
  padding: 1.6rem 2rem 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.16);
  border-radius: 1.4rem;
  background: rgba(7, 28, 38, 0.2);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.todo .ui-todo-card__title,
.featured .ui-todo-card__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .todo .ui-todo-card__title,
  .featured .ui-todo-card__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .todo .ui-todo-card__title,
  .featured .ui-todo-card__title {
    font-size: 2.4rem;
  }
}
.todo .ui-todo-card__text,
.featured .ui-todo-card__text {
  max-width: none;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

.ui-events-card {
  width: 100%;
  height: 100%;
  min-height: 40rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #071c26;
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-events-card {
    will-change: transform;
  }
  .ui-events-card:hover .ui-events-card__image img,
  .ui-events-card:hover .ui-events-card__arrow svg {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .ui-events-card {
    min-height: 30rem;
  }
}
@media (min-width: 1200px) {
  .ui-events-card {
    min-height: 33rem;
  }
}

.ui-events-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-events-card__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(267.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.8;
}
.ui-events-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.ui-events-card__desc {
  position: relative;
  z-index: 2;
  padding: 2rem 2.4rem 2rem 2rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ui-events-card__desc {
    padding: 2.4rem 13.6rem 2.4rem 2.4rem;
  }
}
@media (min-width: 992px) {
  .ui-events-card__desc {
    padding: 2.4rem 10rem 2.4rem 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-events-card__desc {
    padding: 3rem 25rem 3rem 3rem;
  }
}

.ui-events-card__info {
  margin: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.ui-events-card__info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.ui-events-card__info > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: -0.2rem -0.2rem 0;
  background: #c0c8cc;
}
.ui-events-card__info svg {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .ui-events-card__info {
    font-size: 1.6rem;
  }
  .ui-events-card__info svg {
    width: 2rem;
    height: 2rem;
  }
}

.ui-events-card__title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-events-card__title {
    margin: 0 0 1.2rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-events-card__title {
    font-size: 2.4rem;
  }
}

.ui-events-card__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-events-card__text:last-child {
  margin-bottom: 0;
}

.ui-events-card__age {
  display: none;
}
@media (min-width: 768px) {
  .ui-events-card__age {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
    width: 4.6rem;
    height: 4.4rem;
    background: rgba(235, 239, 241, 0.2);
    border: 0.1rem solid rgba(250, 252, 253, 0.2);
    -webkit-backdrop-filter: blur(0.6rem);
    backdrop-filter: blur(0.6rem);
    border-radius: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .ui-events-card__age {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-events-card__age {
    right: 3rem;
    bottom: 3rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    font-size: 1.8rem;
  }
}

.ui-news-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-news-card {
    will-change: transform;
  }
  .ui-news-card:hover .ui-news-card__image img,
  .ui-news-card:hover .ui-news-card__arrow svg {
    transform: scale(1.1);
  }
  .ui-news-card:hover .ui-news-card__title {
    color: transparent;
  }
}

.ui-news-card__image {
  background-color: #dfe4e6;
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  margin: 0;
}
.ui-news-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .ui-news-card__image {
    height: 21rem;
  }
}
@media (min-width: 992px) {
  .ui-news-card__image {
    height: 26.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-news-card__image {
    height: 24rem;
  }
}

.ui-news-card__arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  margin: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 50%;
}
.ui-news-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.ui-news-card__arrow path {
  fill: url(#gradient-primary);
}
@media (min-width: 768px) {
  .ui-news-card__arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.ui-news-card__desc {
  padding: 1.6rem 2rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .ui-news-card__desc {
    padding: 2rem 2.4rem 2.4rem;
  }
}

.ui-news-card__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.8s;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
}
.ui-news-card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ui-news-card__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-news-card__title {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
}

.ui-news-card__line {
  border: none;
  border-top: 0.1rem solid #dfe4e6;
  margin: auto 0 1.6rem;
}

.ui-news-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.ui-news-card__info > li {
  position: relative;
}
.ui-news-card__info > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.2rem -0.2rem 0;
}
@media (min-width: 768px) {
  .ui-news-card__info {
    font-size: 1.4rem;
  }
}

.ui-gallery-card {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #071c26;
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-gallery-card {
    will-change: transform;
  }
  .ui-gallery-card:hover .ui-gallery-card__image img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .ui-gallery-card {
    min-height: 33.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-gallery-card {
    min-height: 41.8rem;
  }
}

.ui-gallery-card__image {
  position: absolute;
  inset: 0;
}
.ui-gallery-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.ui-benefits-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
}
@media (min-width: 992px) {
  .ui-benefits-card {
    padding: 2.4rem;
  }
}

.ui-benefits-card__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 0 3.2rem;
}
.ui-benefits-card__icon img,
.ui-benefits-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ui-benefits-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .ui-benefits-card__title {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
  }
}

.ui-benefits-card__text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}

.ui-webcams-card {
  display: block;
}

.ui-webcams-card__container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/9;
  background: #c0c8cc;
  overflow: hidden;
  margin: 0 0 0.8rem;
  border-radius: 1rem;
}
.ui-webcams-card__container img,
.ui-webcams-card__container video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ui-webcams-card__container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 0;
  transform: scale(0.55);
  transform-origin: 0 0;
}
@media (min-width: 1200px) {
  .ui-webcams-card__container {
    margin: 0 0 1.6rem;
  }
}

.ui-webcams-card__title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .ui-webcams-card__title {
    font-size: 1.8rem;
  }
}

.ui-media-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  color: #071c26;
}
.ui-media-card:hover {
  color: #071c26;
}
@media (min-width: 768px) {
  .ui-media-card {
    max-height: 28rem;
  }
  .ui-media-card::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    height: 7.4rem;
    background: linear-gradient(180deg, rgba(241, 245, 247, 0) 0%, #f1f5f7 100%);
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
  }
  .ui-media-card.is-scroll::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .ui-media-card {
    max-height: 28.8rem;
    padding: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-media-card {
    padding: 3.2rem;
  }
}

.ui-media-card__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 15.2rem;
  height: 4.6rem;
  margin: 0 0 2rem;
  position: sticky;
  top: 0;
}
.ui-media-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .ui-media-card__image {
    margin: 0 0 2.4rem;
  }
}

.ui-media-card__desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-media-card__desc p {
  margin: 0 0 0.8rem;
}
.ui-media-card__desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-media-card__desc {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ui-media-card__desc::-webkit-scrollbar {
    display: none;
  }
}

.ui-live-card {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #071c26;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-live-card {
    will-change: transform;
  }
  .ui-live-card:hover .ui-live-card__image img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .ui-live-card {
    min-height: 34rem;
  }
}
@media (min-width: 992px) {
  .ui-live-card {
    min-height: 40rem;
  }
}
.ui-live-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-live-card__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.8;
}
.ui-live-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.ui-live-card__desc {
  position: relative;
  z-index: 2;
  padding: 2rem 5rem 2rem 2rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ui-live-card__desc {
    padding: 2.4rem;
  }
}
@media (min-width: 992px) {
  .ui-live-card__desc {
    padding: 2.4rem 7.2rem 2.4rem 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-live-card__desc {
    padding: 3rem;
    max-width: 44rem;
  }
}

.ui-live-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-live-card__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-live-card__title {
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.4rem;
  }
}

.ui-live-card__action {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ui-preferences-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
}
@media (min-width: 768px) {
  .ui-preferences-card {
    min-height: 20.7rem;
  }
}
@media (min-width: 992px) {
  .ui-preferences-card {
    min-height: 17rem;
  }
}
@media (min-width: 1200px) {
  .ui-preferences-card {
    min-height: 19.6rem;
    padding: 2.4rem;
  }
}

.ui-preferences-card__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 0 2rem;
}
.ui-preferences-card__icon img,
.ui-preferences-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .ui-preferences-card__icon {
    margin: 0 0 3.2rem;
  }
}

@media (min-width: 768px) {
  .ui-preferences-card__desc {
    margin: auto 0 0 0;
  }
}

.ui-preferences-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.ui-preferences-card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-preferences-card__title {
    font-size: 1.6rem;
  }
}

.ui-similar-card {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #071c26;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-similar-card {
    will-change: transform;
  }
  .ui-similar-card:hover .ui-similar-card__image img {
    transform: scale(1.1);
  }
}
.ui-similar-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-similar-card__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.8;
}
.ui-similar-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.ui-similar-card__desc {
  position: relative;
  z-index: 2;
  padding: 2rem 5rem 2rem 2rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ui-similar-card__desc {
    padding: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-similar-card__desc {
    padding: 3rem;
    max-width: 44rem;
  }
}

.ui-similar-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-similar-card__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .ui-similar-card__title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.4rem;
  }
}

.ui-similar-card__action {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ui-similar-card__action .ui-btn--circle {
  width: 4.4rem;
  height: 4.4rem;
}
.ui-tiles-card {
  border-radius: 2rem;
  padding: 2rem;
  margin: 0;
  height: 100%;
  background: #f1f5f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-tiles-card:has(.ui-tiles-card__action) .ui-tiles-card__desc {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .ui-tiles-card {
    padding: 2.4rem;
  }
}

.ui-tiles-card__dt {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}

.ui-tiles-card__dd {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ui-tiles-card__image {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  margin: 0 0 3.2rem;
}
.ui-tiles-card__image img,
.ui-tiles-card__image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.ui-tiles-card__mark {
  height: 4rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .ui-tiles-card__mark {
    font-size: 3.2rem;
  }
}

.ui-tiles-card__desc {
  margin: auto 0 1.6rem;
}
.ui-tiles-card__desc:last-child {
  margin-bottom: 0;
}

.ui-tiles-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .ui-tiles-card__title {
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-tiles-card__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-tiles-card__text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.ui-tiles-card__text:last-child {
  margin-bottom: 0;
}

.ui-prices-card {
  background: #f1f5f7;
  border-radius: 2rem;
}
.ui-prices-card:not(:has(.ui-prices-card__toggle, .ui-prices-card__content)) {
  padding: 2rem;
}
@media (min-width: 992px) {
  .ui-prices-card:not(:has(.ui-prices-card__toggle, .ui-prices-card__content)) {
    padding: 2.4rem;
  }
}
.ui-prices-card:hover .ui-prices-card__title,
.ui-prices-card:hover .ui-prices-card__price {
  color: transparent;
}
.ui-prices-card:hover .ui-prices-card__arrow path {
  stroke: url(#gradient-primary);
}
.ui-prices-card.is-open .ui-prices-card__title,
.ui-prices-card.is-open .ui-prices-card__price {
  color: transparent;
}
.ui-prices-card.is-open .ui-prices-card__arrow {
  transform: rotate(180deg);
}
.ui-prices-card.is-open .ui-prices-card__arrow path {
  stroke: url(#gradient-primary);
}

.ui-prices-card__toggle {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow" "price price";
  gap: 0 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .ui-prices-card__toggle {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "title price arrow";
  }
}
@media (min-width: 992px) {
  .ui-prices-card__toggle {
    padding: 2rem 2.4rem;
  }
}

.ui-prices-card__content {
  display: none;
  padding: 0 2rem 2rem;
}
@media (min-width: 992px) {
  .ui-prices-card__content {
    padding: 0 2.4rem 2.4rem;
  }
}

.ui-prices-card__title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
  grid-area: title;
  justify-self: self-start;
}
@media (min-width: 768px) {
  .ui-prices-card__title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-prices-card__price {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
  grid-area: price;
}
@media (min-width: 768px) {
  .ui-prices-card__price {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-prices-card__arrow {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #2f444e;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: 0.4s;
  grid-area: arrow;
}
.ui-prices-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-prices-card__arrow path {
  transition: 0.4s;
}
@media (min-width: 768px) {
  .ui-prices-card__arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.ui-prices-card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .ui-prices-card__grid {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .ui-prices-card__grid {
    gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .ui-prices-card__main {
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {
  .ui-prices-card__aside {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20rem;
    -ms-flex-order: -100;
    order: -100;
  }
}
@media (min-width: 992px) {
  .ui-prices-card__aside {
    width: 16.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-prices-card__aside {
    width: 27.4rem;
  }
}

.ui-prices-card__desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 1.6rem;
}
.ui-prices-card__desc:last-child {
  margin-bottom: 0;
}
.ui-prices-card__desc p {
  margin: 0 0 1rem;
}
.ui-prices-card__desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-prices-card__desc {
    margin: 0 0 2rem;
  }
}

.ui-prices-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.6rem 0 0 0;
  border-top: 0.1rem solid #dfe4e6;
}
@media (min-width: 768px) {
  .ui-prices-card__info {
    gap: 2rem 5rem;
  }
}

.ui-prices-card__info-group {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .ui-prices-card__info-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.ui-prices-card__info-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .ui-prices-card__info-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-prices-card__info-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ui-prices-card__info-list {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.ui-prices-card__image {
  background-color: #dfe4e6;
  border-radius: 1rem;
  border: 0.1rem solid #dfe4e6;
  overflow: hidden;
}
.ui-prices-card__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 22rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .ui-prices-card__image {
    height: 100%;
  }
  .ui-prices-card__image img {
    min-height: 12rem;
    height: 100%;
  }
}

.ui-prices-card__swiper {
  margin: 0 0 2rem;
}
.ui-prices-card__swiper:last-child {
  margin-bottom: 0;
}
.ui-prices-card__swiper .swiper {
  overflow: unset;
}
.ui-prices-card__swiper .swiper-slide {
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ui-prices-card__table {
  width: 56rem;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
.ui-prices-card__table th,
.ui-prices-card__table td {
  padding: 1.2rem;
}
.ui-prices-card__table th:first-child,
.ui-prices-card__table td:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  text-align: left;
  font-weight: 500;
  min-width: 20.4rem;
  width: 100%;
}
.ui-prices-card__table th:last-child,
.ui-prices-card__table td:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.ui-prices-card__table th {
  background: #fff;
  white-space: nowrap;
}
.ui-prices-card__table td {
  background: #f9fbfc;
}
.ui-prices-card__table small {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  display: block;
}
@media (min-width: 768px) {
  .ui-prices-card__table th,
  .ui-prices-card__table td {
    padding: 1.6rem;
  }
  .ui-prices-card__table th {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-prices-card__table {
    font-size: 1.6rem;
  }
  .ui-prices-card__table small {
    font-size: 1.4rem;
  }
}

.ui-prices-card__table-mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.ui-prices-card__table-info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.6rem;
  border-radius: 10rem;
  background: #f1f5f7;
  padding: 0.8rem 1.6rem;
  gap: 2.4rem;
  white-space: nowrap;
}
.ui-prices-card__table-info > li {
  position: relative;
}
.ui-prices-card__table-info > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: -0.2rem -0.2rem 0;
  background: #c0c8cc;
}
.ui-prices-card__table-info > li:last-child::after {
  display: none;
}
@media (min-width: 1200px) {
  .ui-prices-card__table-info {
    min-height: 3.8rem;
  }
}

.ui-link-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  background: #f1f5f7;
  color: #071c26;
  border-radius: 2rem;
  gap: 2rem;
  padding: 1.6rem;
}
.ui-link-card:hover .ui-link-card__title {
  color: transparent;
}
.ui-link-card:hover .ui-link-card__arrow path {
  stroke: url(#gradient-primary);
}
@media (min-width: 768px) {
  .ui-link-card {
    padding: 1.8rem 2rem;
    min-height: 7.6rem;
  }
}
@media (min-width: 992px) {
  .ui-link-card {
    padding: 1.6rem 2.4rem;
  }
}

.ui-link-card__title {
  display: block;
  margin: 0 auto 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: color 0.4s;
}
@media (min-width: 768px) {
  .ui-link-card__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .ui-link-card__title {
    margin: 0 2rem 0 0;
  }
}

.ui-link-card__arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #fff;
  color: #2f444e;
}
.ui-link-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-link-card__arrow path {
  transition: 0.4s;
}
@media (min-width: 768px) {
  .ui-link-card__arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.ui-link-card__btn {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  border-radius: 10rem;
  padding: 0 2rem;
  background: #fff;
  color: #071c26;
  gap: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  transition: 0.4s;
}
.ui-link-card__btn svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 768px) {
  .ui-link-card__btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.ui-services-card {
  width: 100%;
  height: 100%;
  min-height: 29.4rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #071c26;
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-services-card {
    will-change: transform;
  }
  .ui-services-card:hover .ui-services-card__image img {
    transform: scale(1.1);
  }
  .ui-services-card:hover .ui-services-card__arrow svg {
    transform: rotate(45deg);
  }
}
@media (min-width: 768px) {
  .ui-services-card--large {
    min-height: 34rem;
  }
}
@media (min-width: 992px) {
  .ui-services-card {
    min-height: 29.8rem;
  }
  .ui-services-card--large {
    min-height: 40rem;
  }
}
.ui-services-card__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ui-services-card__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(365deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
}
.ui-services-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.ui-services-card__arrow {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 3;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.ui-services-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.ui-services-card__arrow path {
  fill: url(#gradient-primary);
}
@media (min-width: 768px) {
  .ui-services-card__arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (min-width: 992px) {
  .ui-services-card__arrow {
    left: 2.4rem;
    bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-services-card__arrow {
    left: 3rem;
    bottom: 3rem;
  }
}

.ui-services-card__desc {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 2rem 2rem 6rem;
}
@media (min-width: 992px) {
  .ui-services-card__desc {
    padding: 2.4rem 2.4rem 7.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-services-card__desc {
    padding: 3rem 3rem 9rem;
  }
}

.ui-services-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  text-wrap: balance;
  max-width: 40rem;
}
@media (min-width: 992px) {
  .ui-services-card__title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-services-card__title {
    font-size: 2.4rem;
  }
}

.ui-services-card__list {
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
@media (min-width: 768px) {
  .ui-services-card__list {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
}

.ui-services-card__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 33rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .ui-services-card__text {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
  }
}

.ui-worktime-card {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (min-width: 768px) {
  .ui-worktime-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .ui-worktime-card {
    padding: 2.4rem;
  }
}

.ui-worktime-card__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  min-height: 2.8rem;
}
@media (min-width: 768px) {
  .ui-worktime-card__title {
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .ui-worktime-card__title {
    min-height: 3.8rem;
  }
}

.ui-worktime-card__info {
  margin: 0 0 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
}
.ui-worktime-card__info:last-child {
  margin-bottom: 0;
}
.ui-worktime-card__info > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  padding: 0.4rem 1.2rem;
  min-height: 2.8rem;
  background: #fff;
  color: #071c26;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-worktime-card__info mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ui-worktime-card__info svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ui-worktime-card__info {
    margin: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ui-worktime-card__info mark {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .ui-worktime-card__info > li {
    min-height: 3.8rem;
    padding: 0.4rem 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-worktime-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 3.8rem;
    padding: 0.4rem 1.6rem;
    gap: 2rem;
    background: #fff;
    border-radius: 10rem;
  }
  .ui-worktime-card__info > li {
    background: none;
    padding: 0;
    min-height: auto;
    position: relative;
  }
  .ui-worktime-card__info > li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    right: -1rem;
    margin: -0.7rem 0 0 0;
    background: #c0c8cc;
  }
}

.ui-worktime-card__desc {
  padding: 1.6rem 0 0;
  border-top: 0.1rem solid #dfe4e6;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.ui-worktime-card__desc p {
  margin: 0 0 0.8rem;
}
.ui-worktime-card__desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-worktime-card__desc {
    padding: 2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.ui-txt-card {
  display: block;
  background: #f1f5f7;
  color: #4e6069;
  border-radius: 2rem;
  gap: 2rem;
  padding: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-txt-card strong,
.ui-txt-card b {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
}
.ui-txt-card p {
  margin: 0 0 0.8rem;
}
.ui-txt-card *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-txt-card {
    padding: 2rem;
    font-size: 1.4rem;
  }
  .ui-txt-card strong,
  .ui-txt-card b {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .ui-txt-card {
    padding: 2.4rem;
  }
}

.ui-partners-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
}
@media (hover: hover) {
  .ui-partners-card {
    will-change: transform;
  }
  .ui-partners-card:hover .ui-partners-card__image img {
    transform: scale(1.1);
  }
  .ui-partners-card:hover .ui-partners-card__title {
    color: transparent;
  }
}

.ui-partners-card__image {
  background-color: #dfe4e6;
  width: 100%;
  height: 14rem;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin: 0 0 1.6rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui-partners-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
  mix-blend-mode: multiply;
}

.ui-partners-card__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.ui-partners-card__title {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  transition: 0.8s;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
}
.ui-partners-card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-partners-card__title {
    font-size: 1.6rem;
  }
}

.ui-partners-card__text {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
@media (min-width: 768px) {
  .ui-partners-card__text {
    font-size: 1.4rem;
  }
}

.ui-collapse-card {
  border: 0.1rem solid #f1f5f7;
  background: #f1f5f7;
  border-radius: 1.6rem;
}
.ui-collapse-card:not(:has(.ui-collapse-card__toggle, .ui-collapse-card__content)) {
  padding: 1.6rem;
}
@media (min-width: 768px) {
  .ui-collapse-card:not(:has(.ui-collapse-card__toggle, .ui-collapse-card__content)) {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .ui-collapse-card:not(:has(.ui-collapse-card__toggle, .ui-collapse-card__content)) {
    padding: 2.4rem;
  }
}
.ui-collapse-card:hover .ui-collapse-card__title,
.ui-collapse-card:hover .ui-collapse-card__price {
  color: transparent;
}
.ui-collapse-card:hover .ui-collapse-card__arrow path {
  stroke: url(#gradient-primary);
}
.ui-collapse-card.is-open .ui-collapse-card__title,
.ui-collapse-card.is-open .ui-collapse-card__price {
  color: transparent;
}
.ui-collapse-card.is-open .ui-collapse-card__arrow {
  transform: rotate(180deg);
}
.ui-collapse-card.is-open .ui-collapse-card__arrow path {
  stroke: url(#gradient-primary);
}
@media (min-width: 992px) {
  .ui-collapse-card {
    border-radius: 2rem;
  }
}

.ui-collapse-card__toggle {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow" "price price";
  gap: 0 2rem;
  padding: 1.6rem;
}
@media (min-width: 768px) {
  .ui-collapse-card__toggle {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "title price arrow";
    padding: 2rem;
    min-height: 6.6rem;
  }
}
@media (min-width: 992px) {
  .ui-collapse-card__toggle {
    padding: 2rem 2.4rem;
    min-height: 7.4rem;
  }
}

.ui-collapse-card__content {
  display: none;
  padding: 0 1.6rem 1.6rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ui-collapse-card__content {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .ui-collapse-card__content {
    padding: 0 2.4rem 2.4rem;
  }
}

.ui-collapse-card__title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-wrap: balance;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
  grid-area: title;
  justify-self: self-start;
}
.ui-collapse-card__title small {
  display: block;
  color: #2f444e;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ui-collapse-card__title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-collapse-card__price {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
  grid-area: price;
}
@media (min-width: 768px) {
  .ui-collapse-card__price {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.ui-collapse-card__arrow {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #2f444e;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: 0.4s;
  grid-area: arrow;
}
.ui-collapse-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-collapse-card__arrow path {
  transition: 0.4s;
}
@media (min-width: 768px) {
  .ui-collapse-card__arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}

:has(> .ui-payments-card) {
  container-type: inline-size;
}

.ui-payments-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ui-payments-card.--reverse {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (hover: hover) {
  .ui-payments-card {
    will-change: transform;
  }
  .ui-payments-card:hover .ui-payments-card__image img,
  .ui-payments-card:hover .ui-payments-card__arrow svg {
    transform: scale(1.1);
  }
  .ui-payments-card:hover .ui-payments-card__title {
    color: transparent;
  }
}

.ui-payments-card__image {
  background-color: #dfe4e6;
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  margin: 0;
}
.ui-payments-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.ui-payments-card__desc {
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
.ui-payments-card__title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.8s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
}
.ui-payments-card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .ui-payments-card__title {
    font-size: 1.8rem;
  }
}

.ui-payments-card__text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.ui-payments-card__text p {
  margin: 0 0 0.8rem;
}
.ui-payments-card__text p *:last-child {
  margin-bottom: 0;
}

.ui-payments-card__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: auto 0 0 0;
}
.ui-payments-card__action .ui-btn, .ui-payments-card__action .ui-payment__btn {
  height: 4.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.ui-payments-card__action .ui-btn--circle {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
}

@container (min-width: 768px) {
  .ui-payments-card {
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 21rem;
    gap: 2rem;
  }
  .ui-payments-card__image {
    grid-area: image;
    height: 100%;
    width: 40.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 18rem;
  }
  .ui-payments-card__desc {
    grid-area: desc;
    background: #f1f5f7;
    border-radius: 2rem;
    -ms-flex: 1;
    flex: 1;
  }
  .ui-payments-card__title {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
  .ui-payments-card__text {
    margin: 0 0 2.4rem;
  }
  .ui-payments-card__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ui-payments-card__action .ui-btn--circle {
    position: static;
  }
}
.ui-discounts-card {
  background: #f1f5f7;
  color: #071c26;
  border-radius: 2rem;
  padding: 2rem 2.4rem 2.4rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui-discounts-card__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  margin: 0 0 3.2rem;
  background: #fff;
}
.ui-discounts-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-discounts-card__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}

.ui-discounts-card__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: auto 0 0 0;
}

:has(> .ui-loyalty-card) {
  container-type: inline-size;
}

.ui-loyalty-card {
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(274.38deg, #edd091 7.15%, #e7e0c0 62.72%), linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #071c26;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "desc image action";
  overflow: hidden;
  position: relative;
}
.ui-loyalty-card:hover {
  color: #071c26;
}

.ui-loyalty-card__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19.8rem;
  height: 5.2rem;
  grid-area: image;
}
.ui-loyalty-card__image img {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui-loyalty-card__desc {
  grid-area: desc;
  text-wrap: balance;
}

.ui-loyalty-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.ui-loyalty-card__text {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-loyalty-card__text:last-child {
  margin-bottom: 0;
}

.ui-loyalty-card__link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: underline;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
}
.ui-loyalty-card__link:hover {
  color: transparent;
}

.ui-loyalty-card__action {
  grid-area: action;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 0 6.4rem;
}
.ui-loyalty-card__action .ui-btn, .ui-loyalty-card__action .ui-payment__btn {
  height: 4.2rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

@container (max-width: 767px) {
  .ui-loyalty-card {
    padding: 2rem 10rem 2.4rem 2rem;
    display: grid;
    grid-template-columns: 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "desc image" "action image";
  }
  .ui-loyalty-card:not(:has(.ui-loyalty-card__action)) .ui-loyalty-card__desc {
    grid-row: 1/-1;
  }
  .ui-loyalty-card__image {
    margin: 0 auto;
  }
  .ui-loyalty-card__desc {
    margin: 0 0 1.6rem;
  }
  .ui-loyalty-card__desc:last-child {
    margin-bottom: 0;
  }
  .ui-loyalty-card__title {
    font-size: 1.4rem;
  }
  .ui-loyalty-card__text {
    font-size: 1.2rem;
  }
  .ui-loyalty-card__action {
    margin: 0 -9.4rem 0 0;
  }
}
@container (max-width: 576px) {
  .ui-loyalty-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "desc image" "action image";
    padding: 2rem;
  }
  .ui-loyalty-card__image {
    width: 12.4rem;
    margin: 0 -3rem 0 -3rem;
  }
}
:has(> .ui-order-card) {
  container-type: inline-size;
}

.ui-order-card {
  border-radius: 2rem;
  padding: 2rem;
  background: #f1f5f7;
  color: #071c26;
}

.ui-order-card__head {
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 0.1rem solid #dfe4e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.ui-order-card__head > * {
  min-width: auto;
}

.ui-order-card__body {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1.6rem 2rem;
}

.ui-order-card__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.ui-order-card__info > li {
  position: relative;
}
.ui-order-card__info > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #acb4b8;
  margin: -0.2rem -0.2rem 0 0;
}
.ui-order-card__info > li:first-of-type {
  font-weight: 500;
}
.ui-order-card__info > li:last-of-type:after {
  display: none;
}

.ui-order-card__badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.ui-order-card__price {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.ui-order-card__price ins {
  text-decoration: none;
}
.ui-order-card__price del {
  text-decoration: line-through;
  font-weight: 500;
  color: #a5aebe;
}

.ui-order-card__action {
  width: 100%;
}
.ui-order-card__action .ui-btn, .ui-order-card__action .ui-payment__btn {
  width: 100%;
}

@container (max-width: 576px) {
  .ui-order-card__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "info price" "badges badges";
  }
  .ui-order-card__info {
    grid-area: info;
  }
  .ui-order-card__price {
    grid-area: price;
  }
  .ui-order-card__badges {
    grid-area: badges;
  }
  .ui-order-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
:has(> .ui-cart-card) {
  container-type: inline-size;
}

.ui-cart-card {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
}

.ui-cart-card__aside {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 11rem;
}

.ui-cart-card__main {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.ui-cart-card__action {
  padding: 0 0 0 2rem;
  border-left: 0.1rem solid #ebeff1;
}

.ui-cart-card__check {
  position: absolute;
  top: 2.8rem;
  left: 2.8rem;
  z-index: 100;
}

.ui-cart-card__image {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ui-cart-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-cart-card__title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .ui-cart-card__title {
    font-size: 1.8rem;
  }
}

.ui-cart-card__collapse {
  margin: 0;
}
.ui-cart-card__collapse.is-open .ui-cart-card__collapse-toggle svg {
  transform: rotate(180deg);
}
.ui-cart-card__collapse.is-open .ui-cart-card__collapse-toggle span.is-open-false {
  display: none;
}
.ui-cart-card__collapse.is-open .ui-cart-card__collapse-toggle span.is-open-true {
  display: block;
}

.ui-cart-card__collapse-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  gap: 0.4rem;
  cursor: pointer;
  color: #2f444e;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #2f444e;
  transition: color 0.4s;
}
.ui-cart-card__collapse-toggle svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: transform 0.4s;
}
.ui-cart-card__collapse-toggle path {
  transition: opacity 0.4s;
}
.ui-cart-card__collapse-toggle path.is-default {
  opacity: 1;
}
.ui-cart-card__collapse-toggle path.is-hover {
  opacity: 0;
}
.ui-cart-card__collapse-toggle span.is-open-false {
  display: block;
}
.ui-cart-card__collapse-toggle span.is-open-true {
  display: none;
}
.ui-cart-card__collapse-toggle:hover {
  color: transparent;
}
.ui-cart-card__collapse-toggle:hover path.is-default {
  opacity: 0;
}
.ui-cart-card__collapse-toggle:hover path.is-hover {
  opacity: 1;
}

.ui-cart-card__collapse-content {
  display: none;
  position: relative;
  top: 1.2rem;
  padding: 0 0 1.2rem;
}

.ui-cart-card__table {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
}
.ui-cart-card__table thead,
.ui-cart-card__table tbody,
.ui-cart-card__table tfoot,
.ui-cart-card__table tr,
.ui-cart-card__table th,
.ui-cart-card__table td {
  display: block;
}
.ui-cart-card__table tbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.ui-cart-card__table tr {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
}
.ui-cart-card__table td:nth-of-type(1) {
  text-align: left;
}
.ui-cart-card__table td:nth-of-type(2) {
  position: relative;
  top: -0.4rem;
  border-bottom: 0.1rem dashed #acb4b8;
  min-width: 2rem;
}
.ui-cart-card__table td:nth-of-type(3) {
  text-align: right;
  font-weight: 500;
  color: #071c26;
}
@media (min-width: 1200px) {
  .ui-cart-card__table {
    font-size: 1.4rem;
  }
}

.ui-cart-card__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: auto 0 0 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.ui-cart-card__price ins {
  text-decoration: none;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ui-cart-card__price del {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: line-through;
  color: #97a1a7;
}
@media (min-width: 1200px) {
  .ui-cart-card__price {
    font-size: 1.8rem;
  }
  .ui-cart-card__price del {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .ui-cart-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "aside action" "main main";
  }
  .ui-cart-card__aside {
    grid-area: aside;
  }
  .ui-cart-card__main {
    grid-area: main;
  }
  .ui-cart-card__title {
    -ms-flex-order: -10;
    order: -10;
  }
  .ui-cart-card__price {
    -ms-flex-order: -5;
    order: -5;
  }
  .ui-cart-card__action {
    grid-area: action;
    border: none;
  }
}
.ui-skipass-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1rem 2rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
}

.ui-skipass-card__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-skipass-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui-skipass-card__desc {
  padding: 0 0 0 2rem;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.ui-skipass-card__desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4rem;
  margin: -2rem 0 0 0;
  border-left: 0.1rem solid #dfe4e6;
}

.ui-skipass-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  gap: 0.4rem 3rem;
  overflow: hidden;
}
.ui-skipass-card__info > li {
  position: relative;
}
.ui-skipass-card__info > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.3rem -0.3rem 0;
}
.ui-skipass-card__info b {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .ui-skipass-card__info {
    font-size: 1.4rem;
  }
}

.ui-skipass-card__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .ui-skipass-card__action {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ui-skipass-card__action .ui-btn--42x42 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ui-skipass-card__action .ui-btn--primary, .ui-skipass-card__action .ui-payment__btn {
    -ms-flex: 1;
    flex: 1;
  }
}

.ui-buy-card {
  display: grid;
  grid-template-columns: 376fr 130fr;
  gap: 1rem;
}

.ui-buy-card__main {
  background: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "desc action" "price price";
  gap: 2.4rem;
}

.ui-buy-card__desc {
  grid-area: desc;
}

.ui-buy-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #071c26;
}
@media (min-width: 1200px) {
  .ui-buy-card__title {
    font-size: 1.8rem;
  }
}

.ui-buy-card__text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
}
@media (min-width: 1200px) {
  .ui-buy-card__text {
    font-size: 1.6rem;
  }
}

.ui-buy-card__action {
  grid-area: action;
}

.ui-buy-card__price {
  grid-area: price;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
.ui-buy-card__price ins {
  text-decoration: none;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ui-buy-card__price del {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: line-through;
  color: #97a1a7;
  -ms-flex: 1;
  flex: 1;
}
.ui-buy-card__price small {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
}

.ui-buy-card__image {
  display: block;
  border-radius: 1rem;
  border: 0.1rem solid #dfe4e6;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ui-buy-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-card {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #f1f5f7;
  color: #071c26;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .ui-card {
    will-change: transform;
  }
  .ui-card:hover .ui-card__image img,
  .ui-card:hover .ui-card__arrow svg {
    transform: scale(1.1);
  }
  .ui-card:hover .ui-card__title {
    color: transparent;
  }
}

.ui-card__image {
  background-color: #dfe4e6;
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  margin: 0;
}
.ui-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .ui-card__image {
    height: 21rem;
  }
}
@media (min-width: 992px) {
  .ui-card__image {
    height: 26.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-card__image {
    height: 24rem;
  }
}

.ui-card__arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  margin: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 50%;
}
.ui-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.ui-card__arrow path {
  fill: url(#gradient-primary);
}
@media (min-width: 768px) {
  .ui-card__arrow {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.ui-card__desc {
  padding: 1.6rem 2rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .ui-card__desc {
    padding: 2rem 2.4rem 2.4rem;
  }
}

.ui-card__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.8s;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
}
.ui-card__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ui-card__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-card__title {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
}

.ui-card__line {
  border: none;
  border-top: 0.1rem solid #dfe4e6;
  margin: auto 0 1.6rem;
}

.ui-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.ui-card__info > li {
  position: relative;
}
.ui-card__info > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.2rem -0.2rem 0;
}
@media (min-width: 768px) {
  .ui-card__info {
    font-size: 1.4rem;
  }
}

.ui-card__text {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
  margin: 0 0 1.2rem;
}
.ui-card__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-card__text {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 1.6rem;
  }
}

.ui-card__tags {
  margin: 0 0 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-card__tags:last-child {
  margin-bottom: 0;
}
.ui-card__tags > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  height: 3.2rem;
  border-radius: 10rem;
  padding: 0 1rem;
  background: #fff;
  color: #2f444e;
}
.ui-card__tags svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ui-card__tags {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 1.6rem;
  }
  .ui-card__tags svg {
    width: 2rem;
    height: 2rem;
  }
}

.ui-section {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 -2rem 2rem;
}
.ui-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-section {
    padding: 2.4rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .ui-section {
    padding: 2.8rem 3.2rem 3.2rem;
  }
}

.ui-wysiwyg {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
@media (min-width: 768px) {
  .ui-wysiwyg {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
.ui-wysiwyg h1,
.ui-wysiwyg h2,
.ui-wysiwyg h3 {
  color: #071c26;
}
.ui-wysiwyg h1 {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .ui-wysiwyg h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg h1 {
    font-size: 4.2rem;
  }
}
.ui-wysiwyg h2 {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .ui-wysiwyg h2 {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg h2 {
    font-size: 2.4rem;
  }
}
.ui-wysiwyg h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .ui-wysiwyg h3 {
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg h3 {
    font-size: 1.8rem;
  }
}
.ui-wysiwyg em {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  color: #071c26;
}
@media (min-width: 768px) {
  .ui-wysiwyg em {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .ui-wysiwyg em {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg em {
    font-size: 1.8rem;
  }
}
.ui-wysiwyg strong,
.ui-wysiwyg b {
  font-weight: 500;
  color: #071c26;
}
.ui-wysiwyg p {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .ui-wysiwyg p {
    margin: 0 0 0.8rem;
  }
}
.ui-wysiwyg ul {
  margin: 0 0 1.2rem;
}
.ui-wysiwyg ul > li {
  padding: 0 0 0 1.6rem;
  margin: 0 0 0.6rem;
  position: relative;
}
.ui-wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #b61f38;
}
@media (min-width: 768px) {
  .ui-wysiwyg ul {
    margin: 0 0 2rem;
  }
  .ui-wysiwyg ul > li {
    margin: 0 0 0.8rem;
  }
}
.ui-wysiwyg ol {
  margin: 0 0 1.2rem;
  counter-reset: point;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 0.6rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .ui-wysiwyg ol {
    margin: 0 0 2rem;
  }
  .ui-wysiwyg ol > li {
    margin: 0 0 0.8rem;
  }
}
.ui-wysiwyg a:not([class]) {
  text-decoration: underline;
  color: #b61f38;
  transition: color 0.25s;
}
.ui-wysiwyg a:not([class]):hover {
  text-decoration: underline;
  color: #ed1c24;
}
.ui-wysiwyg mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ui-wysiwyg picture {
  background-color: #dfe4e6;
  margin: 2rem 0;
  border-radius: 1rem;
  overflow: hidden;
}
.ui-wysiwyg img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 1rem;
  object-fit: cover;
}
.ui-wysiwyg iframe {
  background-color: #dfe4e6;
  margin: 2rem 0;
  border-radius: 2rem;
  overflow: hidden;
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ui-wysiwyg section {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 -2rem 2rem;
}
.ui-wysiwyg section:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-wysiwyg section {
    padding: 2.4rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg section {
    padding: 2.8rem 3.2rem 3.2rem;
  }
}
.ui-wysiwyg *:first-child {
  margin-top: 0;
}
.ui-wysiwyg *:last-child {
  margin-bottom: 0;
}
.ui-wysiwyg .row {
  margin: 2rem -1rem;
  gap: 1.6rem 0;
}
.ui-wysiwyg .row > [class^=col] {
  padding: 0 1rem;
}
.ui-wysiwyg ul + h2,
.ui-wysiwyg ol + h2,
.ui-wysiwyg p + h2 {
  margin-top: 2.4rem;
}
@media (min-width: 1200px) {
  .ui-wysiwyg ul + h2,
  .ui-wysiwyg ol + h2,
  .ui-wysiwyg p + h2 {
    margin-top: 3.2rem;
  }
}
.ui-wysiwyg p + h3 {
  margin-top: 2rem;
}
.ui-wysiwyg ul + p,
.ui-wysiwyg ol + p {
  margin-top: 2rem;
}
.ui-wysiwyg p:has(.ui-btn, .ui-payment__btn) {
  margin-top: 2rem;
}
.ui-wysiwyg .ui-btn, .ui-wysiwyg .ui-payment__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .ui-wysiwyg .ui-btn, .ui-wysiwyg .ui-payment__btn {
    width: auto;
  }
}

html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html,
body {
  scrollbar-gutter: stable;
  scrollbar-width: none;
  overscroll-behavior: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  font: 400 1.6rem/1.3 var(--font-primary);
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: clip;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 2rem;
}
.container-fluid .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 3rem 0 8.4rem;
    max-width: 136.6rem;
  }
}

:target {
  scroll-margin-top: 8.4rem;
}
@media (min-width: 992px) {
  :target {
    scroll-margin-top: 9.2rem;
  }
}
@media (min-width: 1200px) {
  :target {
    scroll-margin-top: 9.4rem;
  }
}

.is-nav-open .header__nav-toggle-icon svg:nth-child(1) {
  transform: scale(0);
  opacity: 0;
}
.is-nav-open .header__nav-toggle-icon svg:nth-child(2) {
  transform: scale(1);
  opacity: 1;
}
.is-nav-open .header__nav-toggle-text::after {
  content: attr(data-open-true);
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (hover: none) {
  .is-nav-open body {
    overflow: hidden;
  }
}

.is-search-open .header__search-offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 6rem;
  background: #fff;
  border-bottom: 0.1rem solid #ebeff1;
  margin: 0 0 4rem;
}
.header > .container-fluid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 768px) {
  .header {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .header {
    height: 6.8rem;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 7rem;
    margin: 0 0 8rem;
  }
}

@media (max-width: 1199px) {
  .header--search-inline {
    margin-bottom: 0;
  }
}

.header__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header__left {
    gap: 2rem;
  }
}

.header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header__right {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .header__right {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header__logo {
  position: relative;
  z-index: 200;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__logo--igora {
  width: 6rem;
  height: 6.8rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.header__logo--igora img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__logo--rg {
  width: 8rem;
  height: 3.4rem;
}
.header__logo--rg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .header__logo--igora {
    width: 7.5rem;
    height: 8rem;
  }
  .header__logo--rg {
    width: 9.4rem;
    height: 4rem;
  }
}

.header__search {
  position: absolute;
  top: 100%;
  left: 2rem;
  right: 2rem;
  z-index: 120;
  min-width: 0;
}
@media (min-width: 768px) {
  .header__search {
    left: 2rem;
    right: 2rem;
  }
}
@media (min-width: 992px) {
  .header__search {
    left: 8.4rem;
    right: 3rem;
  }
}
@media (min-width: 1200px) {
  .header__search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -ms-flex: 1 1 34rem;
    flex: 1 1 34rem;
    max-width: 46.8rem;
  }
}

.header__search--inline {
  margin: 0 0 3.2rem;
}
@media (min-width: 768px) {
  .header__search--inline {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .header__search--inline {
    max-width: 64rem;
    margin-bottom: 4.8rem;
  }
}
.header__search--inline .header__search-offcanvas {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: none;
}

.header__search-offcanvas {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  z-index: 100;
  width: 100%;
  margin: 0;
  border-radius: 0 0 2rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border: 0;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  transition: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .header__search-offcanvas {
    border-radius: 0 0 2rem 2rem;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    border: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }
}
@media (min-width: 992px) {
  .header__search-offcanvas {
    padding: 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .header__search-offcanvas {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    border-radius: unset;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    border: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
    width: 100%;
    margin: 0;
  }
}

.topbar .header__search {
  position: relative;
  z-index: 3;
  margin: 0 0 2.4rem;
}
@media (min-width: 992px) {
  .topbar .header__search {
    margin-bottom: 3.2rem;
  }
}

.header__search-dropdown {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  right: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
  padding: 0.8rem;
  border: 0.1rem solid #ebeff1;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0.2rem 0.2rem 3rem rgba(7, 28, 38, 0.08);
}
.header__search-dropdown[hidden] {
  display: none;
}
@media (max-width: 767px) {
  .header__search-dropdown {
    top: calc(100% + 1rem);
  }
}

.header__search-dropdown-status {
  display: none;
  padding: 1rem 1.2rem 1.3rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #2f444e;
}
.header__search-dropdown-status:not(:empty) {
  display: block;
}

.header__search-dropdown-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__search-dropdown-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  min-height: 3.9rem;
  padding: 1rem 1.2rem 1.3rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.header__search-dropdown-link::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  transition: opacity 0.2s;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L11.96 8.5H2.833a.5.5 0 0 1 0-1h9.127L8.813 4.354a.5.5 0 0 1 0-.708Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.813 3.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L11.96 8.5H2.833a.5.5 0 0 1 0-1h9.127L8.813 4.354a.5.5 0 0 1 0-.708Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
.header__search-dropdown-link:hover, .header__search-dropdown-link:focus-visible {
  background: #f1f5f7;
  color: #071c26;
  text-decoration: none;
}
.header__search-dropdown-link:hover::after, .header__search-dropdown-link:focus-visible::after {
  opacity: 1;
}

.header__search-dropdown-title {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.header__search-dropdown-all {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem 2rem 1.3rem;
  border-radius: 10rem;
  background: #f1f5f7;
  color: #071c26;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}
.header__search-dropdown-all:hover, .header__search-dropdown-all:focus-visible {
  color: #071c26;
  text-decoration: none;
}

.header__search-dropdown.has-more .header__search-dropdown-all {
  display: -ms-flexbox;
  display: flex;
}

.header__additional {
  display: none;
}
@media (min-width: 768px) {
  .header__additional {
    display: block;
  }
  .header__additional .ui-btn, .header__additional .ui-payment__btn {
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
  .header__additional .ui-btn--circle {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header__additional .ui-btn, .header__additional .ui-payment__btn {
    height: 4.2rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .header__additional-menu {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.header__nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .header__nav {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    -ms-flex-order: -1;
    order: -1;
  }
}

.header__nav-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  background: #f1f5f7;
  color: #071c26;
  text-decoration: none;
  transition: 0.4s;
}
.header__nav-toggle:hover {
  text-decoration: none;
  color: #4e6069;
}
@media (min-width: 992px) {
  .header__nav-toggle {
    padding: 0 1.6rem;
    gap: 0.8rem;
    width: auto;
    height: 4.2rem;
  }
}

.header__nav-toggle-icon {
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
}
.header__nav-toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.header__nav-toggle-icon svg:nth-child(1) {
  transform: scale(1);
  opacity: 1;
}
.header__nav-toggle-icon svg:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}

.header__nav-toggle-text {
  display: none;
}
@media (min-width: 992px) {
  .header__nav-toggle-text {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
  }
  .header__nav-toggle-text::after {
    content: attr(data-open-false);
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__nav-offcanvas::-webkit-scrollbar {
  display: none;
}
.header__nav-offcanvas > .container-fluid {
  padding: 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .header__nav-offcanvas {
    top: 6.8rem;
    left: 5.4rem;
    background: #f9fbfc;
  }
  .header__nav-offcanvas > .container-fluid {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-offcanvas {
    top: 7rem;
  }
}

.header__nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "categories" "info" "main";
  gap: 1rem;
  padding: 1.6rem 0 7.8rem;
}
@media (min-width: 768px) {
  .header__nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "categories info" "main main";
    gap: 1.6rem;
    padding: 3rem 2rem 9.2rem;
  }
}
@media (min-width: 992px) {
  .header__nav-grid {
    display: grid;
    grid-template-columns: 198fr 324fr 267fr;
    grid-template-areas: "categories main info";
    gap: 0 6rem;
    -ms-flex-align: start;
    align-items: start;
    padding: 4rem 0 10.2rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-grid {
    grid-template-columns: 234fr 632fr 267fr;
    padding: 4rem 3rem 3rem;
  }
}

.header__nav-categories {
  border-radius: 2rem;
  background: #f1f5f7;
  padding: 2rem;
  grid-area: categories;
}
@media (min-width: 768px) {
  .header__nav-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .header__nav-categories {
    border-radius: 0;
    background: none;
    padding: 0;
    position: sticky;
    top: 0;
  }
}

.header__nav-categories-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .header__nav-categories-head {
    display: none;
  }
}

.header__nav-categories-body {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .header__nav-categories-body {
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .header__nav-categories-body {
    margin: 0;
  }
}

.header__nav-categories-foot {
  padding: 2rem 0 0;
  border-top: 0.1rem solid #dfe4e6;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
}
.header__nav-categories-foot .header__nav-call {
  display: block;
}
@media (min-width: 992px) {
  .header__nav-categories-foot {
    display: none;
  }
}

.header__nav-categories-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
}
.header__nav-categories-menu a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.2s;
}
.header__nav-categories-menu a:hover, .header__nav-categories-menu a.is-open {
  color: transparent;
}
.header__nav-categories-menu svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .header__nav-categories-menu {
    font-size: 2.2rem;
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .header__nav-categories-menu a {
    gap: 0.6rem;
  }
  .header__nav-categories-menu svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-categories-menu {
    font-size: 2.4rem;
    gap: 2rem;
  }
}

.header__nav-main {
  grid-area: main;
}
@media (min-width: 992px) {
  .header__nav-main {
    position: relative;
  }
  .header__nav-main::before {
    content: "";
    display: block;
    position: absolute;
    top: -4rem;
    bottom: -4rem;
    left: -3rem;
    right: -3rem;
    min-height: calc(100vh - 8rem);
    border-left: 0.1rem solid #ebeff1;
    border-right: 0.1rem solid #ebeff1;
  }
}

.header__nav-dropdown {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 3.6rem 2rem 9.8rem;
  background: #f9fbfc;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
}
.header__nav-dropdown::-webkit-scrollbar {
  display: none;
}
.header__nav-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0);
}
@media (min-width: 768px) {
  .header__nav-dropdown {
    padding: 4rem 2rem 10.2rem;
  }
}
@media (min-width: 992px) {
  .header__nav-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    transform: unset;
  }
  .header__nav-dropdown.is-open {
    position: relative;
  }
}

.header__nav-back {
  margin: 0 0 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
  color: #071c26;
}
.header__nav-back svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 992px) {
  .header__nav-back {
    display: none;
  }
}

.header__nav-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header__nav-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .header__nav-group {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.header__nav-menu {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding: 2rem;
  border-radius: 2rem;
  background: #f1f5f7;
}
.header__nav-menu a {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.2s;
}
.header__nav-menu a:hover {
  color: transparent;
}
@media (min-width: 992px) {
  .header__nav-menu {
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu {
    font-size: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.header__nav-image {
  background: #f1f5f7;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 -2rem;
  height: 24rem;
  position: relative;
}
.header__nav-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header__nav-image {
    margin: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .header__nav-image {
    height: 22rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-image {
    height: 24rem;
  }
}

.header__nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
.header__nav-list:last-child {
  padding-bottom: 0;
}
.header__nav-list > li:has(.w-full) {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .header__nav-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 2rem;
  }
}
@media (min-width: 992px) {
  .header__nav-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .header__nav-list {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.8rem;
    gap: 1.6rem;
  }
}

.header__nav-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.2s;
}
.header__nav-link:hover {
  color: transparent;
}

.header__nav-call {
  display: none;
}
@media (min-width: 992px) {
  .header__nav-call {
    display: block;
    padding: 0 0 2.4rem;
    border-bottom: 0.1rem solid #ebeff1;
  }
}
@media (min-width: 1200px) {
  .header__nav-call {
    padding: 0 0 3.2rem;
  }
}

.header__nav-call-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.header__nav-call-menu mark {
  font-size: 1.6rem;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header__nav-call-menu a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  gap: 1.2rem;
  color: #071c26;
}
.header__nav-call-menu small {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
@media (min-width: 992px) {
  .header__nav-call-menu {
    font-size: 1.6rem;
    gap: 1.6rem;
  }
  .header__nav-call-menu mark {
    font-size: 2.2rem;
  }
}

.header__nav-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 0 1rem;
}
.header__nav-cards:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .header__nav-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem -1rem;
    padding: 0 0 2rem;
    gap: 0;
  }
  .header__nav-cards > li {
    padding: 0 0.5rem 1rem;
    min-width: 50%;
    width: 50%;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .header__nav-cards > li {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .header__nav-cards > li {
    width: 50%;
    -ms-flex: 1;
    flex: 1;
  }
}

.header__nav-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2rem;
  height: 100%;
  min-height: 23rem;
  background: #071c26;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .header__nav-card {
    will-change: transform;
  }
  .header__nav-card:hover .header__nav-card-image img,
  .header__nav-card:hover .header__nav-card-arrow svg {
    transform: scale(1.1);
  }
}
.header__nav-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header__nav-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.header__nav-card-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.21) 97.35%), linear-gradient(365deg, rgba(0, 0, 0, 0) 4.59%, rgba(0, 0, 0, 0.42) 96.54%);
}

.header__nav-card-desc {
  position: relative;
  z-index: 2;
  padding: 2rem 6rem 8rem 2rem;
}

.header__nav-card-title {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}

.header__nav-card-arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 100;
}
.header__nav-card-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .header__nav-card-arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.header__nav-banner {
  display: block;
  position: relative;
  height: 100%;
  min-height: 12rem;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2rem 11rem 2rem 2rem;
  position: relative;
}
@media (hover: hover) {
  .header__nav-banner {
    will-change: transform;
  }
  .header__nav-banner:hover .header__nav-banner-image img {
    transform: scale(1.1);
  }
}
.header__nav-banner--rg {
  background: linear-gradient(274.38deg, #edd091 7.15%, #e7e0c0 62.72%), linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #071c26;
}
@media (max-width: 767px) {
  .header__nav-banner--rg .header__nav-banner-title {
    font-size: 1.4rem;
  }
  .header__nav-banner--rg .header__nav-banner-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-banner--rg {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__nav-banner--rg .header__nav-banner-image {
    margin: -2rem auto;
    position: relative;
    height: auto;
  }
}
.header__nav-banner--autumn {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
.header__nav-banner--winter {
  background: linear-gradient(84.12deg, #3e273f 4.29%, #2d4f81 94.72%);
  color: #fff;
}

.header__nav-banner-arrow {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-banner-arrow {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
  }
  .header__nav-banner-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
  }
}
@media (min-width: 992px) {
  .header__nav-banner-arrow {
    display: none;
  }
}

.header__nav-banner-desc {
  max-width: 30rem;
  position: relative;
  z-index: 2;
}

.header__nav-banner-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.header__nav-banner-text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}

.header__nav-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 14rem;
  height: 100%;
  z-index: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__nav-banner-image img {
  display: block;
  transition: 0.8s;
}

.header__nav-info {
  grid-area: info;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header__nav-info {
    gap: 2.4rem;
    -ms-flex-align: start;
    align-items: start;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-info {
    gap: 3.2rem;
  }
}

.header__nav-location {
  border-radius: 1.6rem;
  padding: 1.6rem 2rem;
  background: #f1f5f7;
  position: relative;
}
@media (min-width: 992px) {
  .header__nav-location {
    border-radius: 0;
    padding: 0;
    background: none;
  }
}

.header__nav-location-callback {
  display: none;
}
@media (min-width: 992px) {
  .header__nav-location-callback {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .header__nav-location-callback {
    font-size: 2.4rem;
    margin: 0 0 3.2rem;
  }
}

.header__nav-location-url {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: block;
}
@media (min-width: 992px) {
  .header__nav-location-url {
    display: none;
  }
}

.header__nav-location-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.header__nav-location-title svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0 0 auto;
  color: #97a1a7;
}
@media (min-width: 992px) {
  .header__nav-location-title {
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
  }
  .header__nav-location-title svg {
    display: none;
  }
}

.header__nav-location-address {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  color: #4e6069;
}
.header__nav-location-address p {
  margin: 0;
}
@media (min-width: 992px) {
  .header__nav-location-address {
    margin: 0 0 1.2rem;
  }
}

.header__nav-location-coords {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  color: #4e6069;
}
.header__nav-location-coords dt {
  font-weight: 400;
}
.header__nav-location-coords dd {
  margin: 0;
}
.header__nav-location-coords a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  color: #b61f38;
  text-decoration: none;
  font-weight: 500;
}

.header__nav-weather {
  border-radius: 1.6rem;
  padding: 1.6rem 2rem;
  background: #f1f5f7;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 6rem;
  grid-template-areas: "title title" "tags image";
  -ms-flex-align: end;
  align-items: end;
}
.header__nav-weather > * {
  min-width: 0;
}
.header__nav-weather:hover .header__nav-weather-image img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .header__nav-weather {
    padding: 2rem;
  }
}

.header__nav-weather-url {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: block;
}

.header__nav-weather-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  grid-area: title;
}
.header__nav-weather-title svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0 0 auto;
  color: #97a1a7;
}
@media (min-width: 992px) {
  .header__nav-weather-title {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}

.header__nav-weather-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
  grid-area: tags;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #071c26;
}
.header__nav-weather-tags > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  background: #fff;
  border-radius: 10rem;
  padding: 0 1.4rem;
  height: 3.4rem;
}
.header__nav-weather-tags mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.header__nav-weather-image {
  width: 6rem;
  height: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__nav-weather-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
  transform-origin: right bottom;
}

.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-content--with-header-search-offset {
  padding-top: 9.6rem;
}
@media (min-width: 768px) {
  .page-content--with-header-search-offset {
    padding-top: 9.6rem;
  }
}
@media (min-width: 992px) {
  .page-content--with-header-search-offset {
    padding-top: 10.2rem;
  }
}
@media (min-width: 1200px) {
  .page-content--with-header-search-offset {
    padding-top: 0;
  }
}

.footer {
  border-radius: 2rem 2rem 0 0;
  background: #fff;
  border: 0.1rem solid #ebeff1;
  border-bottom: none;
  margin: 0 -0.1rem;
  padding: 0 0 6.2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 0;
  }
}

.footer__group {
  position: relative;
  border-bottom: 0.1rem solid #ebeff1;
}
.footer__group:last-child {
  border: none;
}
.footer__group .row {
  margin: 0;
}
.footer__group .row > [class^=col] {
  position: relative;
  z-index: 1;
  padding: 0;
}
.footer__group:nth-child(1) {
  padding: 2rem 0 0;
}
.footer__group:nth-child(1) .row > [class^=col] {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #ebeff1;
}
.footer__group:nth-child(1) .row > [class^=col]:last-child {
  border: none;
}
.footer__group:nth-child(2) {
  padding: 2.4rem 0;
}
.footer__group:nth-child(2) .row {
  gap: 1.2rem 0;
}
.footer__group:nth-child(3) {
  padding: 2.4rem 0;
}
@media (min-width: 768px) {
  .footer__group {
    border: none;
  }
  .footer__group:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120vw;
    margin: 0 0 0 -60vw;
    border-bottom: 0.1rem solid #ebeff1;
  }
  .footer__group:nth-child(1) .row {
    margin: 0 -2rem;
  }
  .footer__group:nth-child(1) .row > [class^=col] {
    border: none;
    padding: 3rem 2rem;
  }
  .footer__group:nth-child(1) .row > [class^=col]::before {
    content: "";
    display: block;
    position: absolute;
    top: -10rem;
    left: 0;
    bottom: 0;
    border-left: 0.1rem solid #ebeff1;
  }
  .footer__group:nth-child(1) .row > [class^=col]::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120vw;
    margin: 0 0 0 -60vw;
    border-bottom: 0.1rem solid #ebeff1;
  }
  .footer__group:nth-child(1) .row > [class^=col]:nth-child(odd)::before {
    display: none;
  }
  .footer__group:nth-child(2) {
    padding: 3rem 0;
  }
  .footer__group:nth-child(3) {
    padding: 2.4rem 0;
  }
}
@media (min-width: 992px) {
  .footer__group:nth-child(1) .row {
    margin: 0 -3rem;
  }
  .footer__group:nth-child(1) .row > [class^=col] {
    padding: 3rem;
  }
  .footer__group:nth-child(2) {
    padding: 3rem 0;
  }
  .footer__group:nth-child(3) {
    padding: 2.4rem 0;
  }
}
@media (min-width: 1200px) {
  .footer__group:nth-child(1) .row {
    margin: 0 -2rem;
  }
  .footer__group:nth-child(1) .row > [class^=col] {
    padding: 6rem 2rem;
  }
  .footer__group:nth-child(1) .row > [class^=col]:nth-child(odd)::before {
    display: block;
  }
  .footer__group:nth-child(1) .row > [class^=col]:first-child::before {
    display: none;
  }
  .footer__group:nth-child(2) {
    padding: 0;
  }
  .footer__group:nth-child(2) .row {
    margin: 0 -2rem;
  }
  .footer__group:nth-child(2) .row > [class^=col] {
    padding: 2.4rem 2rem;
  }
  .footer__group:nth-child(2) .row > [class^=col]:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 0.1rem solid #ebeff1;
  }
  .footer__group:nth-child(3) {
    padding: 2.4rem 0;
  }
}

@media (min-width: 768px) {
  .footer__location {
    grid-area: location;
  }
}

.footer__location-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer__location-title {
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 992px) {
  .footer__location-title {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__location-title {
    font-size: 1.8rem;
    margin: 0 0 2.4rem;
  }
}

.footer__location-address {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  color: #6d7c83;
}
.footer__location-address p {
  margin: 0 0 0.8rem;
}
.footer__location-address p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__location-address {
    max-width: 22rem;
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .footer__location-address {
    max-width: 24.2rem;
  }
}

.footer__location-coords {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.footer__location-coords dt {
  margin: 0 0 0.6rem;
  font-weight: inherit;
}
.footer__location-coords dd {
  margin: 0 0 1.2rem;
  font-weight: 500;
}
.footer__location-coords dd:last-child {
  margin-bottom: 0;
}
.footer__location-coords a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #b61f38;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer__nav {
    grid-area: nav;
  }
}

.footer__nav-title {
  display: none;
}
@media (min-width: 992px) {
  .footer__nav-title {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .footer__nav-title {
    font-size: 1.8rem;
    margin: 0 0 2.4rem;
  }
}

.footer__nav-menu {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.footer__nav-menu a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  color: #071c26;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #071c26;
  color: #071c26;
  transition: 0.2s;
}
.footer__nav-menu a:hover {
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.footer__nav-menu a:hover svg {
  transform: translate(5%, -5%);
}
.footer__nav-menu svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.2s;
}
@media (min-width: 992px) {
  .footer__nav-menu {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .footer__callback {
    grid-area: call;
  }
}

.footer__callback-title {
  display: none;
}
@media (min-width: 768px) {
  .footer__callback-title {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .footer__callback-title {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__callback-title {
    font-size: 1.8rem;
    margin: 0 0 2.4rem;
  }
}

.footer__callback-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
}
.footer__callback-menu > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.footer__callback-menu small {
  font-size: inherit;
}
.footer__callback-menu a {
  -ms-flex-order: -100;
  order: -100;
  font-weight: 500;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.2s;
}
.footer__callback-menu a:hover {
  color: transparent;
}
@media (min-width: 1200px) {
  .footer__callback-menu {
    gap: 2rem;
  }
  .footer__callback-menu > li {
    display: block;
  }
  .footer__callback-menu > li small {
    display: block;
    margin: 0 0 0.8rem;
  }
}

.footer__subsc {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title social" "form form";
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem 1.6rem;
}
@media (min-width: 768px) {
  .footer__subsc {
    grid-area: subsc;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "form" "social" ".";
    gap: 1.6rem;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .footer__subsc {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__subsc {
    gap: 2.4rem;
  }
}

.footer__subsc-title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  grid-area: title;
}
@media (min-width: 1200px) {
  .footer__subsc-title {
    font-size: 1.8rem;
  }
}

.footer__subsc-social {
  grid-area: social;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.footer__subsc-social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #f1f5f7;
  color: #4e6069;
  transition: 0.2s;
}
.footer__subsc-social a:hover {
  color: #2f444e;
}
.footer__subsc-social a:hover svg {
  transform: scale(1.1);
}
.footer__subsc-social svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.2s;
}
@media (min-width: 1200px) {
  .footer__subsc-social {
    gap: 1rem;
  }
  .footer__subsc-social a {
    width: 4.2rem;
    height: 4.2rem;
  }
  .footer__subsc-social svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.footer__subsc-form {
  grid-area: form;
}

.footer__copyright,
.footer__policy,
.footer__rules {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
  display: block;
  margin: 0;
}
.footer__copyright a,
.footer__policy a,
.footer__rules a {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.2s;
  font-weight: 500;
}
.footer__copyright a:hover,
.footer__policy a:hover,
.footer__rules a:hover {
  color: transparent;
}
@media (min-width: 768px) {
  .footer__copyright br,
  .footer__policy br,
  .footer__rules br {
    display: none;
  }
}

.footer__dev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
}
.footer__dev::after {
  display: none;
}
@media (min-width: 768px) {
  .footer__dev {
    grid-area: dev;
  }
  .footer__dev::after {
    display: none;
  }
}

.footer__dev-text {
  display: block;
  margin: 0;
}

.footer__dev-link {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #97a1a7;
}
.footer__dev-link svg {
  display: block;
}
.footer__dev-link g {
  transition: 0.4s;
}
.footer__dev-link g.is-default {
  opacity: 1;
}
.footer__dev-link g.is-hover {
  opacity: 0;
}
.footer__dev-link:hover g.is-default {
  opacity: 0;
}
.footer__dev-link:hover g.is-hover {
  opacity: 1;
}

.aside {
  display: none;
}
@media (min-width: 992px) {
  .aside {
    position: fixed;
    top: 6.8rem;
    left: 0;
    bottom: 6.2rem;
    width: 5.4rem;
    z-index: 800;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-right: 0.1rem solid #ebeff1;
  }
}
@media (min-width: 1200px) {
  .aside {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .aside__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aside__menu > li {
    -ms-flex: 1;
    flex: 1;
    border-bottom: 0.1rem solid #ebeff1;
  }
  .aside__menu > li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .aside__link {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #071c26;
    position: relative;
    transition: 0.2s;
  }
  .aside__link::before, .aside__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0.4rem;
    background: #ebeff1;
    transition: 0.2s;
  }
  .aside__link::after {
    opacity: 0;
    z-index: 2;
  }
  .aside__link:hover {
    color: #4e6069;
  }
  .aside__link:hover svg {
    transform: scale(1.1);
  }
  .aside__link.is-active {
    background: none;
    color: #071c26;
    pointer-events: none;
  }
  .aside__link.is-active::after {
    opacity: 1;
  }
  .aside__link--summer::after {
    background: #efbc05;
  }
  .aside__link--spring-autumn::after {
    background: linear-gradient(to top, #c2c900 0, #c2c900 calc(50% - 0.1rem), #ffffff calc(50% - 0.1rem), #ffffff calc(50% + 0.1rem), #de9125 calc(50% + 0.1rem), #de9125 100%);
  }
  .aside__link--winter::after {
    background: #7ea9ff;
  }
}

@media (min-width: 992px) {
  .aside__link-valign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
}

@media (min-width: 992px) {
  .aside__link-icon {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .aside__link-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
  }
}

@media (min-width: 992px) {
  .aside__link-text {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
  }
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: #fff;
  border: 0.1rem solid #ebeff1;
  border-bottom: none;
  border-radius: 2rem 2rem 0 0;
  height: 6.2rem;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
    background: #f9fbfc;
    border: none;
    border-top: 0.1rem solid #ebeff1;
  }
}
@media (min-width: 1200px) {
  .navbar {
    display: none;
  }
}

.navbar__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
@media (min-width: 768px) {
  .navbar__menu {
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .navbar__menu {
    gap: 5.2rem;
  }
}

.navbar__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #2f444e;
}
.navbar__link:hover {
  text-decoration: none;
  color: #2f444e;
}
.navbar__link:hover .navbar__link-icon {
  transform: scale(1.1);
}
.navbar__link:hover .navbar__link-text {
  color: transparent;
}

.navbar__link-icon {
  width: 2rem;
  height: 2rem;
  margin: 0;
  transition: 0.2s;
  transform-origin: center bottom;
}
.navbar__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.navbar__link-text {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #2f444e;
  transition: 0.2s;
}

.is-ready .modal {
  display: -ms-flexbox;
  display: flex;
}

.modal {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0 0;
  padding: 0;
  margin: auto 0 0 0;
  max-height: 100%;
  width: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modal:has(.modal__qr) {
  border-radius: 2rem;
  max-height: none;
  padding: 2.4rem;
  background: #fff;
}
.modal:has(.modal__qr) .modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 1rem;
}
.modal--w268 {
  max-width: 26.8rem;
}
@media (min-width: 992px) {
  .modal {
    border-radius: 2rem 0 0 2rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 0 auto;
  }
  .modal:has(.modal__qr) {
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .modal:has(.modal__qr) .modal__close {
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
    margin: 0 0 0 1rem;
  }
  .modal--w782 {
    max-width: 78.2rem;
  }
  .modal--w652 {
    max-width: 65.2rem;
  }
  .modal--w564 {
    max-width: 56.4rem;
  }
  .modal--loyalty {
    isolation: isolate;
  }
  .modal--loyalty::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -39.2rem;
    z-index: -2;
    width: 67.2rem;
    height: 100%;
    background: url(../images/modal/loyalty.webp) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 2rem;
    overflow: hidden;
    animation: showLoyalty 0.4s forwards;
    transform: translateX(100%);
    opacity: 0;
  }
  .modal--loyalty::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: inherit;
    border-radius: inherit;
  }
}

@keyframes showLoyalty {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.modal__head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title close" "desc close";
  -ms-flex-align: start;
  align-items: start;
  gap: 1.2rem 2rem;
  padding: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modal__head:not(:has(.modal__desc)) {
  grid-template-areas: "title close";
}
@media (min-width: 992px) {
  .modal__head {
    padding: 2.4rem;
    gap: 1.2rem 4rem;
  }
}

.modal__body {
  -ms-flex: 1;
  flex: 1;
  padding: 0 2rem 2.4rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}
.modal__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .modal__body {
    padding: 0 2.4rem 2.4rem;
  }
}

.modal__foot {
  padding: 2.4rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  position: relative;
}
.modal__foot .row {
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 0;
}
.modal__foot .ui-price {
  border-top: 0.1rem solid #dfe4e6;
  padding: 2.4rem 0 0;
  margin: 0 0 1.2rem;
}
.modal__foot:has(.ui-price) {
  padding-top: 0;
}
.modal__foot .ui-line {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  display: block;
  border-top: 0.1rem solid #dfe4e6;
}
.modal__foot .ui-caption {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
  margin: 0 0 0.8rem;
}
.modal__foot .ui-btn, .modal__foot .ui-payment__btn {
  text-wrap: balance;
  line-height: 1;
}
@media (min-width: 992px) {
  .modal__foot {
    padding: 2.4rem;
  }
  .modal__foot .ui-line {
    left: 2.4rem;
    right: 2.4rem;
  }
}

.modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f9fbfc;
  color: #071c26;
  cursor: pointer;
  grid-area: close;
}
.modal__close svg {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: transform 0.4s;
}
.modal__close:hover svg {
  transform: rotate(180deg);
}

.modal__title {
  grid-area: title;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 992px) {
  .modal__title {
    font-size: 2.2rem;
  }
}
.modal__desc {
  grid-area: desc;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.modal__desc ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
.modal__desc p {
  margin: 0 0 0.8rem;
}
.modal__desc p:last-child {
  margin-bottom: 0;
}
.modal__desc a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #071c26;
  font-weight: 500;
}
.modal__desc a:hover {
  color: #6d7c83;
}
.modal__desc svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .modal__desc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .modal__desc ul > li {
    position: relative;
  }
  .modal__desc ul > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1.2rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #c0c8cc;
    margin: -0.2rem -0.2rem 0;
  }
}

.modal__wysiwyg {
  margin: 0 0 2.4rem;
}
.modal__wysiwyg:last-child {
  margin-bottom: 0;
}
.modal__wysiwyg section {
  background: #fff;
  padding: 1.6rem;
  margin: 0 0 1.2rem;
  border-radius: 1rem;
}
.modal__wysiwyg section:last-child {
  margin-bottom: 0;
}

.modal__action .ui-btn, .modal__action .ui-payment__btn {
  width: 100%;
}
@media (min-width: 992px) {
  .modal__action .ui-btn, .modal__action .ui-payment__btn {
    width: auto;
  }
}

.modal__data .ui-field,
.modal__data .ui-dropzone,
.modal__form .ui-field,
.modal__form .ui-dropzone {
  margin: 0 0 1.2rem;
}
.modal__data .ui-field:last-child,
.modal__data .ui-dropzone:last-child,
.modal__form .ui-field:last-child,
.modal__form .ui-dropzone:last-child {
  margin-bottom: 0;
}
.modal__data .ui-checklist,
.modal__form .ui-checklist {
  padding: 0.8rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.modal__data .ui-code .ui-input, .modal__data .ui-code .ui-textarea, .modal__data .ui-code .ui-subsc__input,
.modal__form .ui-code .ui-input,
.modal__form .ui-code .ui-textarea,
.modal__form .ui-code .ui-subsc__input {
  background: #fff;
  border-color: #fff;
}
.modal__data .ui-label,
.modal__form .ui-label {
  margin: 0 0 1.6rem;
}
.modal__data .ui-group,
.modal__data .ui-hourly,
.modal__data .ui-entries,
.modal__data .ui-warning,
.modal__data .ui-time,
.modal__form .ui-group,
.modal__form .ui-hourly,
.modal__form .ui-entries,
.modal__form .ui-warning,
.modal__form .ui-time {
  margin: 0 0 2.4rem;
}
.modal__data .ui-group:last-child,
.modal__data .ui-hourly:last-child,
.modal__data .ui-entries:last-child,
.modal__data .ui-warning:last-child,
.modal__data .ui-time:last-child,
.modal__form .ui-group:last-child,
.modal__form .ui-hourly:last-child,
.modal__form .ui-entries:last-child,
.modal__form .ui-warning:last-child,
.modal__form .ui-time:last-child {
  margin-bottom: 0;
}
.modal__data .ui-group .row,
.modal__form .ui-group .row {
  margin: 0 -0.6rem -1.2rem;
}
.modal__data .ui-group .row > [class^=col],
.modal__form .ui-group .row > [class^=col] {
  padding: 0 0.6rem 1.2rem;
}
.modal__data .ui-input, .modal__data .ui-textarea, .modal__data .ui-subsc__input,
.modal__form .ui-input,
.modal__form .ui-textarea,
.modal__form .ui-subsc__input {
  background: #fff;
}
.modal__data .ui-cart-card,
.modal__form .ui-cart-card {
  margin: 0 0 2rem;
}
.modal__data .ui-cart-card:last-child,
.modal__form .ui-cart-card:last-child {
  margin-bottom: 0;
}

.modal__qr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.modal__qr-info {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2f444e;
}

.modal__qr-image img {
  display: block;
  width: 100%;
  height: auto;
}

.modal__qr-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.modal__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.modal__amenities-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.modal__amenities-card {
  background: #fff;
  color: #071c26;
  border-radius: 1rem;
  padding: 1.6rem;
}

.modal__amenities-swiper {
  margin: 0 0 1.2rem;
}
.modal__amenities-swiper .swiper {
  margin: 0 -0.6rem;
  overflow: unset;
}
.modal__amenities-swiper .swiper-slide {
  padding: 0 0.6rem;
  width: 33.333%;
  min-width: 20.5rem;
}
.modal__amenities-swiper picture {
  background-color: #dfe4e6;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 193/158;
}
.modal__amenities-swiper picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__amenities-card-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal__amenities-card-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.modal__amenities-card-desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
  margin: 0 0 1.6rem;
}
.modal__amenities-card-desc:last-child {
  margin-bottom: 0;
}
.modal__amenities-card-desc p {
  margin: 0 0 0.8rem;
}
.modal__amenities-card-desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modal__amenities-card-desc {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.modal__amenities-card-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.modal__amenities-card-menu > li {
  position: relative;
}
.modal__amenities-card-menu > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.2rem -0.2rem 0 -0.2rem;
}
.modal__amenities-card-menu > li:last-child::after {
  display: none;
}
.modal__amenities-card-menu a {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #2f444e;
  transition: 0.4s;
}
.modal__amenities-card-menu a:hover {
  color: transparent;
}
@media (min-width: 768px) {
  .modal__amenities-card-menu {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.modal__amenities-card-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.modal__amenities-card-action .ui-btn, .modal__amenities-card-action .ui-payment__btn {
  height: 4.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.modal__amenities-card-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 0.1rem solid #dfe4e6;
}
.modal__amenities-card-user:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.modal__amenities-card-user-image {
  background-color: #dfe4e6;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.modal__amenities-card-user-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__amenities-user-caption {
  display: block;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
.modal__amenities-user-caption small {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .modal__amenities-user-caption {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .modal__amenities-user-caption small {
    font-size: 1.6rem;
  }
}

.modal__amenities-card-schemes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (min-width: 992px) {
  .modal__amenities-card-schemes {
    grid-template-columns: repeat(3, minmax(0, 16.8rem));
    gap: 2rem;
  }
}

.modal__amenities-card-scheme {
  display: block;
  text-decoration: none;
  color: #2f444e;
}
.modal__amenities-card-scheme:hover {
  color: #071c26;
}

.modal__amenities-card-scheme-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #6d7c83;
  background: #fff;
  aspect-ratio: 168/108;
  border-radius: 1rem;
  margin: 0 0 0.8rem;
}
.modal__amenities-card-scheme-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__amenities-card-scheme-caption {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .modal__amenities-card-scheme-caption {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.modal__amenities-table {
  margin-inline: -0.4rem;
}
.modal__amenities-table .swiper {
  overflow: unset;
}
.modal__amenities-table .swiper-slide {
  width: auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.modal__amenities-table .ui-table {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
  table-layout: fixed;
}
.modal__amenities-table .ui-table th,
.modal__amenities-table .ui-table td {
  width: auto;
}
.modal__amenities-table .ui-table th {
  color: #071c26;
}
.modal__amenities-table .ui-table td {
  background: #f9fbfc;
}
.modal__amenities-table .ui-table b {
  font-weight: 600;
}

.is-page-purple .complex__title,
.is-page-purple .procedures__title,
.is-page-purple .harmony__title,
.is-page-purple .gift__title,
.is-page-purple .faq-sect__title,
.is-page-purple .worktime__title,
.is-page-purple .rules__title {
  color: #7a335c;
}

:has(.hero) .header {
  margin: 0;
}

.hero {
  margin: 0 0 7rem;
}
@media (min-width: 768px) {
  .hero {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .hero {
    margin: 0 0 8rem;
  }
}

.hero__swiper .swiper-slide {
  height: auto;
}
.hero__swiper .swiper-pagination {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.hero__swiper .swiper-pagination-bullet {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 0.3rem;
  border-radius: 10rem;
  background: rgba(241, 245, 247, 0.4);
  opacity: 1;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  overflow: unset;
}
.hero__swiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.4rem;
  border-radius: inherit;
}
.hero__swiper .swiper-pagination-bullet:hover {
  background: rgba(241, 245, 247, 0.6);
}
.hero__swiper .swiper-pagination-bullet-progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  border-radius: inherit;
  background: #fff;
  transition: opacity 0.4s;
  opacity: 0;
}
.hero__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero__swiper .swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  opacity: 1;
}
@media (min-width: 992px) {
  .hero__swiper .swiper-pagination {
    bottom: 3rem;
    left: 8.4rem;
    right: 3rem;
  }
}
@media (min-width: 1366px) {
  .hero__swiper .swiper-pagination {
    left: 50%;
    right: auto;
    width: 125.2rem;
    margin: 0 0 0 2.7rem;
    transform: translate(-50%, 0);
  }
}

.hero__card {
  position: relative;
  height: calc(100svh - 6rem - 6.2rem);
  max-height: 56rem;
  background: #071c26;
  color: #fff;
  padding: 12rem 0 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__card {
    padding: 16rem 0 8rem;
    max-height: 58rem;
  }
}
@media (min-width: 992px) {
  .hero__card {
    height: calc(100svh - 6.8rem);
  }
}
@media (min-width: 1200px) {
  .hero__card {
    padding: 18rem 0 9rem;
    height: calc(100svh - 7rem);
    max-height: 68rem;
  }
}

.hero__card-video,
.hero__card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
}
.hero__card-video::before, .hero__card-video::after,
.hero__card-image::before,
.hero__card-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.hero__card-video::before,
.hero__card-image::before {
  background: linear-gradient(269.98deg, rgba(0, 8, 18, 0) 11.54%, rgba(0, 8, 18, 0.4) 99.98%);
  opacity: 0.9;
}
.hero__card-video::after,
.hero__card-image::after {
  background: linear-gradient(267.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(185deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
}
.hero__card-video img,
.hero__card-video video,
.hero__card-image img,
.hero__card-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__card-desc {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero__card-desc {
    max-width: 42.8rem;
  }
}
@media (min-width: 992px) {
  .hero__card-desc {
    max-width: 49.6rem;
  }
}

.hero__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
.hero__card-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero__card-title {
    font-size: 4rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .hero__card-title {
    font-size: 4.2rem;
  }
}

.hero__card-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero__card-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero__card-text {
    font-size: 1.6rem;
    margin: 0 0 3.2rem;
  }
}

.placement {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .placement {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .placement {
    margin: 0 0 8rem;
  }
}

.placement__title {
  display: block;
  padding: 0 3.2rem 0 0;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .placement__title {
    font-size: 3.2rem;
    margin: 0 0 3rem;
    max-width: 58rem;
  }
}
@media (min-width: 992px) {
  .placement__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .placement__title {
    font-size: 3.6rem;
    max-width: 72rem;
    margin: 0 auto 3.6rem;
    text-align: center;
  }
}

.placement__tabs-control {
  display: none;
}
@media (min-width: 1200px) {
  .placement__tabs-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4rem;
    padding: 0.6rem;
    border-radius: 10rem;
    background: #f1f5f7;
  }
}

@media (min-width: 1200px) {
  .placement__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 2rem;
    height: 4.8rem;
    border-radius: 10rem;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    color: #6d7c83;
    -ms-flex: 1;
    flex: 1;
    transition: 0.2s;
  }
  .placement__tabs-btn svg {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
  }
  .placement__tabs-btn:hover {
    color: #071c26;
  }
  .placement__tabs-btn:hover path {
    fill: url(#gradient-primary);
  }
  .placement__tabs-btn.is-active {
    background: #fff;
    color: #071c26;
  }
  .placement__tabs-btn.is-active path {
    fill: url(#gradient-primary);
  }
}

.placement__tabs-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .placement__tabs-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .placement__tabs-wrapper {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .placement__tabs-wrapper {
    display: block;
  }
}

@media (min-width: 1200px) {
  .placement__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .placement__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.8s;
  }
}

.todo {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .todo {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .todo {
    margin: 0 0 8rem;
  }
}

@media (min-width: 768px) {
  .todo__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.todo__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .todo__title {
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    grid-area: title;
  }
}
@media (min-width: 992px) {
  .todo__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .todo__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.todo__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.todo__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.todo__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .todo__swiper {
    grid-area: swiper;
  }
  .todo__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .todo__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .todo__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .todo__swiper .swiper {
    margin: 0 -1rem;
  }
  .todo__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .todo__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .todo__swiper .swiper {
    margin: 0;
  }
  .todo__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    transform: none !important;
  }
  .todo__swiper .swiper-slide {
    padding: 0;
    width: auto;
    max-width: none;
  }
  .todo__swiper .swiper-control {
    display: none;
  }
}

@media (min-width: 768px) {
  .todo__action {
    grid-area: action;
  }
}

:has(.universal) .map__container {
  margin-left: 0;
  margin-right: 0;
}

.map {
  overflow: unset;
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .map {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .map {
    margin: 0 0 8rem;
  }
}

.map__container {
  background: #dfe4e6;
  margin: 0 -2rem 2.4rem;
  border-radius: 2rem;
  height: 63.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #071c26;
}
.map__container:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .map__container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .map__container {
    height: 56.2rem;
    margin: 0 0 3rem;
  }
}

.map__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  color: #2f444e;
}
.map__title:last-child {
  margin-bottom: 0;
}
.map__title small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 1.6rem 0 0;
}
@media (min-width: 768px) {
  .map__title {
    font-size: 3.2rem;
  }
  .map__title small {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .map__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .map__title {
    font-size: 3.6rem;
  }
  .map__title small {
    font-size: 2.4rem;
  }
}

.map__wysiwyg {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .map__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .map__wysiwyg {
    margin: 0 0 3rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .map__wysiwyg {
    max-width: 83.3333333333%;
  }
}

.map__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .map__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.events {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .events {
    margin: 0 0 6rem;
  }
}

@media (min-width: 768px) {
  .events__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.events__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .events__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
  }
}
@media (min-width: 992px) {
  .events__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .events__title {
    font-size: 3.6rem;
    margin: 0 0 4.2rem;
  }
}

.events__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.events__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.events__swiper .swiper-slide:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.events__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .events__swiper {
    grid-area: swiper;
  }
  .events__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .events__swiper .swiper-slide {
    width: 66.666%;
    max-width: 49.6rem;
    padding: 0 0.8rem;
  }
  .events__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .events__swiper .swiper {
    margin: 0 -1rem;
  }
  .events__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .events__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .events__swiper .swiper-slide {
    transition: opacity 0.4s;
  }
  .events__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }
}

.events__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .events__action {
    grid-area: action;
    padding: 0;
  }
}

.news {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .news {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .news {
    margin: 0 0 8rem;
  }
}

@media (min-width: 768px) {
  .news__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.news__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .news__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
  }
}
@media (min-width: 992px) {
  .news__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .news__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.news__tags {
  margin: 0 0 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (min-width: 768px) {
  .news__tags {
    margin: 0 0 3rem;
  }
}
@media (min-width: 992px) {
  .news__tags {
    margin: 0 0 3.6rem;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .news__tags {
    margin: 0 0 4rem;
  }
}

.news__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  background: #ecf0f2;
  color: #6d7c83;
  padding: 0 1.6rem;
  border-radius: 10rem;
  transition: 0.4s;
  height: 3.2rem;
}
.news__tag:hover {
  color: #071c26;
}
.news__tag.is-active {
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  color: #fff;
}
@media (min-width: 992px) {
  .news__tag {
    height: 4rem;
    padding: 0 2rem;
  }
}

.news__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.news__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.news__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .news__swiper {
    grid-area: swiper;
  }
  .news__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .news__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .news__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .news__swiper .swiper {
    margin: 0 -1rem;
  }
  .news__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .news__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .news__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.news__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .news__action {
    grid-area: action;
    padding: 0;
  }
}

.news__list {
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.news__list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news__list {
    margin: 0 0 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news__list {
    margin: 0 0 2.4rem;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .news__list {
    margin: 0 0 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.search-page {
  margin: 0;
  padding: 4rem 0 5.6rem;
  background: #f9fbfc;
}
@media (min-width: 768px) {
  .search-page {
    padding-top: 6.4rem;
    padding-bottom: 7.2rem;
  }
}
@media (min-width: 992px) {
  .search-page {
    padding-top: 6.4rem;
    padding-bottom: 8.8rem;
  }
}
@media (min-width: 1200px) {
  .search-page {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}

.search-page__inner {
  max-width: 125.2rem;
}
@media (min-width: 992px) {
  .search-page__inner {
    max-width: 91rem;
  }
}
@media (min-width: 1200px) {
  .search-page__inner {
    max-width: 125.2rem;
  }
}

.search-page__title {
  margin: 0 0 2.4rem;
  color: #071c26;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .search-page__title {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .search-page__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .search-page__title {
    font-size: 4.2rem;
  }
}

.search-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0.1rem solid #dfe4e6;
}

.search-page__item {
  border-top: 0.1rem solid #dfe4e6;
}

.search-page__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.6rem 0;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .search-page__result {
    gap: 2rem;
    padding: 2rem 0;
  }
}

.search-page__result-content {
  display: grid;
  gap: 0.8rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  .search-page__result-content {
    gap: 1rem;
  }
}

.search-page__result-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: #071c26;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 768px) {
  .search-page__result-title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .search-page__result-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.search-page__result-snippet {
  max-width: 104rem;
  margin: 0;
  color: #2f444e;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .search-page__result-snippet {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.search-page mark {
  padding: 0;
  background: transparent;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}

.search-page__result-arrow {
  display: none;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  opacity: 0;
  transform: translateX(-0.6rem);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.search-page__result-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .search-page__result-arrow {
    display: block;
  }
}

.search-page__pagination {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .search-page__pagination {
    margin-top: 3.2rem;
  }
}

@media (hover: hover) {
  .search-page__result:hover .search-page__result-title {
    color: transparent;
  }
  .search-page__result:hover .search-page__result-arrow {
    opacity: 1;
    transform: translateX(0);
  }
}
.header--not-found {
  margin-bottom: 0;
}

.not-found-page {
  padding: 3.7rem 0 6.1rem;
  background: #f1f5f7;
}
@media (min-width: 768px) {
  .not-found-page {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 992px) {
  .not-found-page {
    min-height: 62rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .not-found-page {
    min-height: 68rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

.not-found-page__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-page__content {
  width: 100%;
  max-width: 73.6rem;
  margin: 0 0 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found-page__content {
    max-width: 32rem;
  }
}

.not-found-page__title {
  margin: 0 0 1.6rem;
  color: #071c26;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .not-found-page__title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .not-found-page__title {
    font-size: 3.6rem;
  }
}

.not-found-page__text {
  margin: 0;
  color: #2f444e;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .not-found-page__text {
    font-size: 1.6rem;
  }
}
.not-found-page__text a {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: #b61f38;
  text-decoration-color: #b61f38;
  text-underline-offset: 0.2rem;
}

.not-found-page__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 73.6rem;
  height: 5.2rem;
  margin: 0;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
  border: 0.1rem solid #ebeff1;
  border-radius: 10rem;
  background: #fff;
}
@media (min-width: 768px) {
  .not-found-page__search {
    height: 6.8rem;
    padding: 1rem 1rem 1rem 2.4rem;
  }
}

.not-found-page__search-input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 0 0 0.4rem;
  border: none;
  background: transparent;
  color: #071c26;
  font: 400 1.4rem/1.3 var(--font-primary);
}
@media (min-width: 768px) {
  .not-found-page__search-input {
    font-size: 1.6rem;
  }
}
.not-found-page__search-input:-ms-input-placeholder {
  color: #97a1a7;
  opacity: 1;
}
.not-found-page__search-input::placeholder {
  color: #97a1a7;
  opacity: 1;
}

.not-found-page__search-btn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 4rem;
  padding: 0 2rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .not-found-page__search-btn {
    height: 4.8rem;
    padding: 0 2.4rem;
    font-size: 1.6rem;
  }
}

.not-found-page__art {
  position: relative;
  width: 36rem;
  height: 27.8rem;
  margin-top: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .not-found-page__art {
    width: 40.4rem;
    height: 31.2rem;
  }
}

.not-found-page__art-image,
.not-found-page__art-decor,
.not-found-page__art-grass {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.not-found-page__art-image {
  width: 27.8rem;
  height: 27.8rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .not-found-page__art-image {
    width: 31.2rem;
    height: 31.2rem;
  }
}

.not-found-page__art--summer .not-found-page__art-image,
.not-found-page__art--spring-autumn .not-found-page__art-image {
  top: 0;
  left: 2.5rem;
}
@media (min-width: 768px) {
  .not-found-page__art--summer .not-found-page__art-image,
  .not-found-page__art--spring-autumn .not-found-page__art-image {
    top: 0;
    left: 2.8rem;
  }
}

.not-found-page__art--summer .not-found-page__art-decor {
  top: 4rem;
  left: 22.9rem;
  width: 2.21rem;
  height: 1.82rem;
  transform: rotate(22.78deg);
}
@media (min-width: 768px) {
  .not-found-page__art--summer .not-found-page__art-decor {
    top: 4.5rem;
    left: 25.7rem;
    width: 2.483rem;
    height: 2.045rem;
  }
}

.not-found-page__art--winter .not-found-page__art-image {
  top: 0.9rem;
  left: 3.2rem;
}
@media (min-width: 768px) {
  .not-found-page__art--winter .not-found-page__art-image {
    top: 1rem;
    left: 3.6rem;
  }
}
.not-found-page__art--winter .not-found-page__art-decor {
  top: 13.6rem;
  left: 18.4rem;
  width: 1.32rem;
  height: 1.09rem;
  transform: rotate(22.78deg);
}
@media (min-width: 768px) {
  .not-found-page__art--winter .not-found-page__art-decor {
    top: 15.2rem;
    left: 20.7rem;
    width: 1.478rem;
    height: 1.217rem;
  }
}

.not-found-page__art--spring-autumn .not-found-page__art-image {
  top: 1.7rem;
  left: 4.7rem;
}
@media (min-width: 768px) {
  .not-found-page__art--spring-autumn .not-found-page__art-image {
    top: 1.9rem;
    left: 5.3rem;
  }
}
.not-found-page__art--spring-autumn .not-found-page__art-decor {
  top: 9.7rem;
  left: 11.3rem;
  width: 2.3rem;
  height: 1.9rem;
  transform: rotate(-22.75deg);
}
@media (min-width: 768px) {
  .not-found-page__art--spring-autumn .not-found-page__art-decor {
    top: 10.8rem;
    left: 12.7rem;
    width: 2.587rem;
    height: 2.13rem;
  }
}
.not-found-page__art--spring-autumn .not-found-page__art-grass {
  top: 20.1rem;
  left: 6.4rem;
  width: 6.34rem;
  height: 2.44rem;
  transform: rotate(21.68deg);
}
@media (min-width: 768px) {
  .not-found-page__art--spring-autumn .not-found-page__art-grass {
    top: 22.5rem;
    left: 7.2rem;
    width: 7.12rem;
    height: 2.738rem;
  }
}

.gallery {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .gallery {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin: 0 0 8rem;
  }
}

@media (min-width: 768px) {
  .gallery__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.gallery__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gallery__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
    max-width: 48rem;
  }
}
@media (min-width: 992px) {
  .gallery__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .gallery__title {
    font-size: 3.6rem;
    margin: 0 0 4.2rem;
    max-width: none;
  }
}

.gallery__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.gallery__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.gallery__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .gallery__swiper {
    grid-area: swiper;
  }
  .gallery__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .gallery__swiper .swiper-slide {
    width: 66.666%;
    max-width: 49.6rem;
    padding: 0 0.8rem;
  }
  .gallery__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .gallery__swiper .swiper {
    margin: 0 -1rem;
  }
  .gallery__swiper .swiper-slide {
    padding: 0 1rem;
    max-width: 62rem;
  }
  .gallery__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .gallery__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    transition: opacity 0.4s;
  }
  .gallery__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }
}

.gallery__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .gallery__action {
    grid-area: action;
    padding: 0;
  }
}

.benefits {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .benefits {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .benefits {
    margin: 0 0 10rem;
  }
}

@media (min-width: 768px) {
  .benefits__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.benefits__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .benefits__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
    max-width: 48rem;
  }
}
@media (min-width: 992px) {
  .benefits__title {
    max-width: 58rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    max-width: none;
    margin: 0 0 4.2rem;
    font-size: 3.6rem;
  }
}

.benefits__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.benefits__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.benefits__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .benefits__swiper {
    grid-area: swiper;
  }
  .benefits__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .benefits__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 0.8rem;
  }
  .benefits__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .benefits__swiper .swiper {
    margin: 0 -1rem;
  }
  .benefits__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .benefits__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .benefits__swiper .swiper-slide {
    width: 25%;
    max-width: 25%;
  }
}

.benefits__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .benefits__action {
    grid-area: action;
    padding: 0;
  }
}

:has(.breadcrumbs) .header {
  margin: 0;
}

:has(.topbar) .breadcrumbs {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  color: #fff;
}
:has(.topbar) .breadcrumbs::after {
  display: none;
}
:has(.topbar) .breadcrumbs__menu path {
  stroke: currentColor;
}
:has(.topbar) .breadcrumbs__link {
  color: #fff;
}
:has(.topbar) .breadcrumbs__link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  :has(.topbar) .breadcrumbs {
    top: 6.8rem;
  }
}
@media (min-width: 1200px) {
  :has(.topbar) .breadcrumbs {
    top: 7rem;
  }
}

.breadcrumbs {
  padding: 2rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #2f444e;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.breadcrumbs::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 9rem;
  background: linear-gradient(270deg, #f9fbfc 0%, rgba(249, 251, 252, 0) 100%);
  pointer-events: none;
}
.breadcrumbs > .container-fluid {
  overflow-x: auto;
  overflow-y: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.breadcrumbs > .container-fluid::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 4rem 0 2.4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 5rem 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 5rem 0 3.2rem;
  }
}

.breadcrumbs__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
  width: -moz-max-content;
  width: max-content;
}
.breadcrumbs__menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.breadcrumbs__menu > li:not(:last-child)::after {
  content: "/";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.6rem;
  height: 100%;
}
.breadcrumbs__menu svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.breadcrumbs__link {
  color: #2f444e;
}
.breadcrumbs__link:hover {
  color: #071c26;
}
.breadcrumbs__link.is-active {
  pointer-events: none;
}

.events-article {
  margin: 0 0 5rem;
  overflow: unset;
}
@media (min-width: 768px) {
  .events-article {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .events-article {
    margin: 0 0 6rem;
  }
}

.events-article__head {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .events-article__head {
    margin: 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .events-article__head {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .events-article__head {
    margin: 0 0 5rem;
  }
}

.events-article__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "aside" "main";
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .events-article__body {
    display: grid;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 468fr 232fr;
    grid-template-areas: "main aside";
    gap: 2.8rem;
  }
}
@media (min-width: 992px) {
  .events-article__body {
    grid-template-columns: 600fr 290fr;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .events-article__body {
    grid-template-columns: 1fr 29.8rem;
  }
}

.events-article__main {
  grid-area: main;
}
@media (min-width: 1200px) {
  .events-article__main {
    max-width: 82.8rem;
  }
}

.events-article__aside {
  grid-area: aside;
}
@media (min-width: 768px) {
  .events-article__aside {
    position: sticky;
    top: 7.6rem;
  }
}
@media (min-width: 992px) {
  .events-article__aside {
    top: 8rem;
  }
}
@media (min-width: 1200px) {
  .events-article__aside {
    top: 9rem;
  }
}

.events-article__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.events-article__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .events-article__title {
    font-size: 3.2rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .events-article__title {
    font-size: 3.6rem;
  }
}

.events-article__swiper .swiper {
  overflow: unset;
  margin: 0 -0.8rem;
  transition: opacity 0.4s;
}
.events-article__swiper .swiper:not(.swiper-initialized) {
  opacity: 0;
}
.events-article__swiper .swiper-slide {
  width: auto;
  padding: 0 0.8rem;
  max-width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 31.6rem;
}
.events-article__swiper .swiper-nav {
  display: none;
}
@media (min-width: 768px) {
  .events-article__swiper .swiper {
    margin: 0 -0.9rem;
  }
  .events-article__swiper .swiper-slide {
    padding: 0 0.9rem;
    min-width: 50%;
  }
  .events-article__swiper .swiper-nav {
    display: block;
  }
  .events-article__swiper .swiper-prev,
  .events-article__swiper .swiper-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: -2.2rem 0.9rem 0;
  }
  .events-article__swiper .swiper-prev {
    left: 2rem;
  }
  .events-article__swiper .swiper-next {
    right: 2rem;
  }
}
@media (min-width: 992px) {
  .events-article__swiper .swiper {
    margin: 0 -1rem;
  }
  .events-article__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .events-article__swiper .swiper-prev,
  .events-article__swiper .swiper-next {
    margin: -2.2rem 1rem 0;
  }
}

.events-article__card {
  display: block;
}

.events-article__card-image {
  background-color: #dfe4e6;
  display: block;
  height: 28rem;
  width: 100%;
  max-width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.events-article__card-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .events-article__card-image {
    height: 24.2rem;
  }
}
@media (min-width: 992px) {
  .events-article__card-image {
    height: 30.2rem;
  }
}
@media (min-width: 1200px) {
  .events-article__card-image {
    height: 41.8rem;
  }
}

.events-article__info {
  margin: 0;
  background: #f1f5f7;
  padding: 2rem;
  border-radius: 2rem;
}
.events-article__info dt {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: #071c26;
}
.events-article__info dd {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.events-article__info *:last-child {
  margin-bottom: 0;
}

.news-article {
  margin: 0 0 5rem;
  overflow: unset;
}
@media (min-width: 768px) {
  .news-article {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .news-article {
    margin: 0 0 6rem;
  }
}

.news-article__head {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .news-article__head {
    margin: 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .news-article__head {
    margin: 0 0 5rem;
  }
}
@media (min-width: 1200px) {
  .news-article__head {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
    border-bottom: 0.1rem solid #dfe4e6;
  }
}

.news-article__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "aside" "main";
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .news-article__body {
    display: grid;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 480fr 232fr;
    grid-template-areas: "main aside";
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .news-article__body {
    grid-template-columns: 600fr 290fr;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .news-article__body {
    grid-template-columns: 828fr 404fr;
  }
}

.news-article__main {
  grid-area: main;
}
@media (min-width: 1200px) {
  .news-article__main {
    margin: 0 4rem 0 0;
  }
}

.news-article__aside {
  grid-area: aside;
}
@media (min-width: 768px) {
  .news-article__aside {
    position: sticky;
    top: 7.6rem;
  }
}
@media (min-width: 992px) {
  .news-article__aside {
    top: 8rem;
  }
}
@media (min-width: 1200px) {
  .news-article__aside {
    top: 9rem;
  }
}

.news-article__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news-article__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-article__title {
    font-size: 4rem;
    margin: 0 0 3.4rem;
  }
}
@media (min-width: 1200px) {
  .news-article__title {
    font-size: 4.2rem;
  }
}

.news-article__info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
  border-radius: 10rem;
  background: #fff;
  border: 0.1rem solid #ecf0f2;
  padding: 0.4rem 1.4rem;
  gap: 0.4rem 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #071c26;
}
.news-article__info > li {
  position: relative;
}
.news-article__info > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.2rem -0.2rem 0;
}
@media (min-width: 768px) {
  .news-article__info {
    min-height: 3.2rem;
    font-size: 1.4rem;
    gap: 0.4rem 2.4rem;
  }
  .news-article__info > li:not(:last-child)::after {
    right: -1.2rem;
  }
}

.blog-article {
  margin: 0 0 5rem;
  overflow: unset;
}
@media (min-width: 768px) {
  .blog-article {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .blog-article {
    margin: 0 0 6rem;
  }
}

.blog-article__head {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .blog-article__head {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .blog-article__head {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .blog-article__head {
    display: grid;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title info" "image image";
    margin: 0 0 3rem;
    gap: 0 3rem;
  }
}

.blog-article__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 992px) {
  .blog-article__body {
    grid-template-columns: 290fr 600fr;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-article__body {
    grid-template-columns: 404fr 828fr;
  }
}

.blog-article__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .blog-article__title {
    font-size: 3.2rem;
    margin: 0 0 2rem;
    grid-area: title;
  }
}
@media (min-width: 1200px) {
  .blog-article__title {
    font-size: 3.6rem;
    margin: 0 0 3.2rem;
  }
}

.blog-article__info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
  border-radius: 10rem;
  background: #fff;
  border: 0.1rem solid #ecf0f2;
  padding: 0.8rem 1.4rem;
  gap: 0.4rem 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #071c26;
  margin: 0 0 2.4rem;
}
.blog-article__info > li {
  position: relative;
}
.blog-article__info > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c0c8cc;
  margin: -0.2rem -0.2rem 0;
}
@media (min-width: 768px) {
  .blog-article__info {
    margin: 0 0 2.4rem;
    min-height: 3.2rem;
    font-size: 1.4rem;
    gap: 0.4rem 2.4rem;
    grid-area: info;
  }
  .blog-article__info > li:not(:last-child)::after {
    right: -1.2rem;
  }
}
@media (min-width: 992px) {
  .blog-article__info {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .blog-article__info {
    margin: 1rem 0;
  }
}

.blog-article__image {
  background-color: #dfe4e6;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  border-radius: 2rem;
}
.blog-article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog-article__image {
    height: 22.6rem;
    grid-area: image;
  }
}
@media (min-width: 992px) {
  .blog-article__image {
    height: 28.2rem;
  }
}
@media (min-width: 1200px) {
  .blog-article__image {
    height: 40rem;
  }
}

.docs-article {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .docs-article {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .docs-article {
    margin: 0 0 10rem;
  }
}

.docs-article__head {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .docs-article__head {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .docs-article__head {
    margin: 0 0 4rem;
  }
}

.docs-article__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .docs-article__body {
    display: grid;
    grid-template-columns: 600fr 290fr;
    gap: 2rem;
    grid-template-areas: "main aside";
  }
}
@media (min-width: 1200px) {
  .docs-article__body {
    grid-template-columns: 934fr 298fr;
  }
}

@media (min-width: 992px) {
  .docs-article__aside {
    grid-area: aside;
  }
}

.docs-article__main picture {
  border-radius: 1rem;
}
.docs-article__main picture img {
  min-height: auto;
}
@media (min-width: 992px) {
  .docs-article__main {
    grid-area: main;
  }
}

.docs-article__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 3.2rem;
  max-width: 94rem;
}
@media (min-width: 768px) {
  .docs-article__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .docs-article__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .docs-article__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
.docs-article__title:last-child {
  margin-bottom: 0;
}

.other {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .other {
    margin: 0 0 8rem;
  }
}
@media (min-width: 992px) {
  .other {
    margin: 0 0 8rem;
  }
}

@media (min-width: 768px) {
  .other__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.other__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .other__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
  }
}
@media (min-width: 992px) {
  .other__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .other__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.other__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.other__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.other__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .other__swiper {
    grid-area: swiper;
  }
  .other__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .other__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .other__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .other__swiper .swiper {
    margin: 0 -1rem;
  }
  .other__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .other__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .other__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.other__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .other__action {
    grid-area: action;
    padding: 0;
  }
}

.webcams {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .webcams {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .webcams {
    margin: 0 0 10rem;
  }
}

.webcams__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .webcams__title {
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .webcams__title {
    margin: 0 0 4rem;
    font-size: 3.6rem;
  }
}
.webcams__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .webcams__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

:has(.video-gallery) .header {
  margin: 0;
}
:has(.video-gallery) .page-content--with-header-search-offset {
  padding-top: 0;
}

.video-gallery {
  margin: 2rem 0 6rem;
}
@media (min-width: 768px) {
  .video-gallery {
    margin: 3rem 0 8rem;
  }
}
@media (min-width: 1200px) {
  .video-gallery {
    margin: 3rem 0 10rem;
  }
}

.video-gallery__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 26rem;
  margin: 0 0 3.2rem;
  padding: 3.2rem 2.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #071c26;
  color: #f9fbfc;
}
.video-gallery__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 28, 38, 0.05) 0%, rgba(7, 28, 38, 0.72) 100%);
  z-index: 1;
}
@media (min-width: 768px) {
  .video-gallery__banner {
    min-height: 30rem;
    margin: 0 0 4rem;
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .video-gallery__banner {
    min-height: 34rem;
  }
}

.video-gallery__banner-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.video-gallery__banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-gallery__banner-content {
  position: relative;
  z-index: 2;
  max-width: 71rem;
}

.video-gallery__banner-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .video-gallery__banner-title {
    margin: 0 0 2.4rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .video-gallery__banner-title {
    font-size: 4.2rem;
  }
}

.video-gallery__banner-subtitle {
  color: #f9fbfc;
  max-width: 59rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.video-gallery__banner-subtitle p {
  margin: 0;
}

.video-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .video-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .video-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.video-gallery__modal {
  display: none;
  width: min(96rem, 100vw - 3.2rem);
  aspect-ratio: 16/9;
  padding: 0;
  overflow: hidden;
  background: #071c26;
  border-radius: 2rem;
}
.video-gallery__modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ui-video-gallery-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 0.1rem solid #f1f5f7;
  border-radius: 2rem;
  background: #ecf0f2;
  color: #071c26;
}
.ui-video-gallery-card:hover {
  color: #071c26;
}
.ui-video-gallery-card:hover .ui-video-gallery-card__play {
  transform: translate(-50%, -50%) scale(1.12);
}

.ui-video-gallery-card__preview {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: #c0c8cc;
}

.ui-video-gallery-card__image {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-video-gallery-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-video-gallery-card__iframe-preview {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-video-gallery-card__iframe-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.ui-video-gallery-card__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #6d7c83;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}

.ui-video-gallery-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.ui-video-gallery-card__play svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-video-gallery-card__title {
  display: block;
  margin: 0;
  padding: 2rem 2.4rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}

.weather {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .weather {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .weather {
    margin: 0 0 10rem;
  }
}

.weather__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .weather__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .weather__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .weather__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .weather__title {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .weather__title {
    margin: 0 0 4rem;
  }
}

.weather__list {
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.weather__caption {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .weather__caption {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .weather__caption {
    text-align: center;
  }
}

.weather__info {
  background: #f1f5f7;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "aside" "main";
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .weather__info {
    display: grid;
    grid-template-columns: 33.2rem 1fr;
    grid-template-areas: "aside main";
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media (min-width: 992px) {
  .weather__info {
    grid-template-columns: 34.4rem 1fr;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .weather__info {
    grid-template-columns: 38rem 1fr;
  }
}

.weather__info-aside {
  grid-area: aside;
}

.weather__info-main {
  grid-area: main;
}

.weather__info-swiper .swiper {
  margin: 0 -0.8rem;
  overflow: unset;
}
.weather__info-swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 25%;
  min-width: 20.2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .weather__info-swiper .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem 0;
    transform: none !important;
  }
  .weather__info-swiper .swiper-slide {
    width: 50%;
    min-width: auto;
  }
}
@media (min-width: 768px) {
  .weather__info-swiper {
    overflow: hidden;
    margin: 0 -2.4rem 0 0;
    padding: 0 2.4rem 0 0;
    border-radius: 1rem 0 0 1rem;
    height: 100%;
  }
  .weather__info-swiper .swiper {
    margin: 0 -0.8rem;
    height: 100%;
  }
  .weather__info-swiper .swiper-slide {
    padding: 0 0.8rem;
    min-width: 15.6rem;
  }
}
@media (min-width: 992px) {
  .weather__info-swiper .swiper {
    margin: 0 -1rem;
  }
  .weather__info-swiper .swiper-slide {
    padding: 0 1rem;
    min-width: 20.6rem;
  }
}
.weather__forecast {
  background: #f1f5f7;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .weather__forecast {
    padding: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .weather__forecast {
    padding: 2.4rem 2.4rem 3.2rem;
  }
}

.weather__forecast-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .weather__forecast-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .weather__forecast-title {
    font-size: 2.4rem;
  }
}

.weather__forecast-swiper .swiper {
  margin: 0 -0.8rem;
  overflow: unset;
}
.weather__forecast-swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 10%;
  min-width: 11.2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .weather__forecast-swiper .swiper {
    margin: 0 -1rem;
  }
  .weather__forecast-swiper .swiper-slide {
    padding: 0 1rem;
    min-width: 12.2rem;
  }
}

.weather__today {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .weather__today {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6rem;
  }
}

.weather__today-image {
  width: 5.4rem;
  height: 5.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.weather__today-image img,
.weather__today-image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.weather__today-desc {
  -ms-flex: 1;
  flex: 1;
}

.weather__today-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .weather__today-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .weather__today-title {
    font-size: 2.4rem;
  }
}

.weather__today-text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #6d7c83;
}
@media (min-width: 768px) {
  .weather__today-text {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .weather__today-text {
    font-size: 1.6rem;
    margin: 0 0 1.2rem;
  }
}

.weather__today-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .weather__today-tags {
    gap: 0.8rem;
  }
}

.weather__today-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 3.6rem;
  border-radius: 10rem;
  background: #fff;
  color: #071c26;
  padding: 0 1.6rem;
  gap: 0.8rem;
}

.weather__today-tag-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.weather__today-tag-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.weather__today-tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  gap: 1.6rem;
}
.weather__today-tag-list > li {
  position: relative;
}
.weather__today-tag-list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  background: #c0c8cc;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  margin: -0.8rem 0 0 0;
}
@media (min-width: 768px) {
  .weather__today-tag-list {
    font-size: 1.4rem;
  }
}

.weather__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  text-align: center;
}

.weather__card-title {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .weather__card-title {
    font-size: 1.8rem;
  }
}

.weather__card-text {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
}

.weather__card-image {
  margin: 0 auto 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
}
.weather__card-image img,
.weather__card-image svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.weather__card-temp {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 1200px) {
  .weather__card-temp {
    font-size: 2.2rem;
  }
}

.media {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .media {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .media {
    margin: 0 0 10rem;
  }
}

.media__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .media__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .media__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .media__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}

.media__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .media__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .media__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.is-scrollspy-open .scrollspy-nav__offcanvas,
.is-scrollspy-open .stack .scrollspy-nav__offcanvas {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.is-scrollspy-open body,
.is-scrollspy-open .stack body {
  overflow: hidden;
}

@media (min-width: 992px) {
  .scrollspy-nav {
    position: sticky;
    top: 8.4rem;
  }
}
@media (min-width: 992px) {
  .scrollspy-nav {
    top: 9rem;
  }
}
@media (min-width: 1200px) {
  .scrollspy-nav {
    top: 10rem;
  }
}

.scrollspy-nav__toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  height: 4rem;
}
@media (min-width: 992px) {
  .scrollspy-nav__toggle {
    display: none;
  }
}

.scrollspy-nav__toggle-icon {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
.scrollspy-nav__toggle-icon svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.scrollspy-nav__toggle-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecf0f2;
  color: #071c26;
  border-radius: 10rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  transition: 0.4s;
}
.scrollspy-nav__toggle-label:hover {
  color: #4e6069;
}

.scrollspy-nav__offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem;
  box-shadow: 0 0 0 999.9rem rgba(7, 28, 38, 0.1);
  transition: 0.4s;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  max-height: 80svh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .scrollspy-nav__offcanvas {
    position: relative;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    transition: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.scrollspy-nav__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 0.8rem;
}
@media (min-width: 992px) {
  .scrollspy-nav__head {
    display: none;
  }
}

.scrollspy-nav__body {
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollspy-nav__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .scrollspy-nav__body {
    overflow: unset;
  }
}

.scrollspy-nav__title {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .scrollspy-nav__title {
    font-size: 1.8rem;
  }
}

.scrollspy-nav__close {
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scrollspy-nav__close svg {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
.scrollspy-nav__close:hover svg {
  transform: rotate(180deg);
}

.scrollspy-nav__menu {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) {
  .scrollspy-nav__menu {
    font-weight: 500;
  }
}

.scrollspy-nav__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  color: #071c26;
  padding: 0.6rem 0 0.8rem;
  transition: 0.4s;
  gap: 1rem;
}
.scrollspy-nav__link svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
.scrollspy-nav__link mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #6d7c83;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 0 auto;
}
.scrollspy-nav__link:not(.is-active) path {
  fill: #acb4b8;
}
@media (min-width: 992px) {
  .scrollspy-nav__link {
    padding: 0.8rem 2rem;
    min-height: 4.8rem;
    border-radius: 2.4rem;
    color: #4e6069;
  }
  .scrollspy-nav__link:hover {
    color: #071c26;
  }
  .scrollspy-nav__link.is-active {
    background: #f1f5f7;
    color: #071c26;
  }
}

:has(.lk) .scrollspy-nav__link {
  width: 100%;
}

.docs {
  margin: 0 0 2rem;
}

.docs__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .docs__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .docs__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .docs__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}

.docs__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.docs__card {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 -2rem;
}
@media (min-width: 768px) {
  .docs__card {
    margin: 0;
    padding: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .docs__card {
    padding: 2.8rem 3.2rem 3.6rem;
  }
}

.docs__card-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .docs__card-title {
    font-size: 2.4rem;
    margin: 0 0 2.8rem;
  }
}
.docs__card-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 0 0 2.4rem;
}
.docs__card-menu:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .docs__card-menu {
    gap: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .docs__card-menu {
    gap: 1.6rem;
  }
}

.docs__card-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 5.6rem 1.2rem 1.6rem;
  background: #fff;
  color: #071c26;
  border-radius: 1rem;
  position: relative;
  transition: 0.4s;
  min-height: 4.8rem;
}
.docs__card-link:hover .docs__card-link-title {
  color: transparent;
}
.docs__card-link:hover .docs__card-link-arrow path.is-default {
  opacity: 0;
}
.docs__card-link:hover .docs__card-link-arrow path.is-hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .docs__card-link {
    padding: 1.6rem 7.2rem 1.6rem 2.4rem;
    min-height: 6rem;
  }
}

.docs__card-link-title {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 768px) {
  .docs__card-link-title {
    font-size: 1.6rem;
  }
}

.docs__card-link-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 0;
}
.docs__card-link-arrow path {
  transition: 0.4s;
}
.docs__card-link-arrow path.is-default {
  opacity: 1;
}
.docs__card-link-arrow path.is-hover {
  opacity: 0;
}
@media (min-width: 768px) {
  .docs__card-link-arrow {
    width: 2.4rem;
    height: 2.4rem;
    right: 2rem;
    margin: -1.2rem 0 0 0;
  }
}

.docs__card-desc {
  border-radius: 1rem;
  padding: 1.6rem;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.docs__card-desc b,
.docs__card-desc strong {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
}
.docs__card-desc p {
  margin: 0 0 0.8rem;
}
.docs__card-desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .docs__card-desc {
    padding: 2.4rem;
    font-size: 1.4rem;
  }
  .docs__card-desc b,
  .docs__card-desc strong {
    font-size: 1.6rem;
  }
}

.contacts {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .contacts {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .contacts {
    margin: 0 0 8rem;
  }
}

.contacts__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .contacts__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .contacts__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .contacts__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}

.contacts__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contacts__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .contacts__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .contacts__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.contacts__card {
  background: #f1f5f7;
  color: #071c26;
  border-radius: 1.4rem;
  padding: 2rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__card.is-highlight {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
.contacts__card.is-highlight .contacts__card-info a {
  color: #fff;
}
.contacts__card.is-highlight .contacts__card-info svg {
  color: #f9fbfc;
}
.contacts__card.is-highlight .contacts__card-worktime > li {
  background: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid rgba(250, 252, 253, 0.2);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  color: #fff;
}
@media (min-width: 992px) {
  .contacts__card {
    padding: 2.4rem;
    border-radius: 2rem;
    min-height: 26rem;
  }
}

.contacts__card-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
.contacts__card-title + .contacts__card-text {
  margin-top: -0.8rem;
}
@media (min-width: 992px) {
  .contacts__card-title {
    margin: 0 0 1.8rem;
  }
}

.contacts__card-text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}

.contacts__card-info {
  margin: 0 0 2.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.contacts__card-info a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #071c26;
  transition: 0.4s;
}
.contacts__card-info a:hover {
  opacity: 0.7;
}
.contacts__card-info svg {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #acb4b8;
}

.contacts__card-worktime {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto 0 0 0;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.contacts__card-worktime > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
  min-height: 2.8rem;
}
@media (min-width: 992px) {
  .contacts__card-worktime > li {
    min-height: 3.8rem;
    padding: 0.4rem 1.6rem;
  }
}

.route {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .route {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .route {
    margin: 0 0 8rem;
  }
}

.route__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .route__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .route__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .route__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .route__title {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .route__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .route__title {
    margin: 0 0 4rem;
  }
}

.route__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "aside";
  gap: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .route__grid {
    grid-template-areas: "aside" "main";
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .route__grid {
    grid-template-columns: 4fr 8fr;
    grid-template-areas: "aside main";
  }
}

.route__main {
  grid-area: main;
  position: relative;
}

.route__aside {
  grid-area: aside;
}

.route__map {
  background: #ecf0f2;
  border-radius: 1.4rem;
  overflow: hidden;
  height: 100%;
  min-height: 36rem;
}
@media (min-width: 768px) {
  .route__map {
    min-height: 50rem;
    border-radius: 2rem;
  }
}
@media (min-width: 992px) {
  .route__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.route__card {
  background: #f1f5f7;
  color: #071c26;
  border-radius: 1.4rem;
  padding: 2rem;
  margin: 0 0 1rem;
}
.route__card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .route__card {
    padding: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 992px) {
  .route__card {
    margin: 0 0 2rem;
  }
}

.route__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .route__card-title {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}

.route__card-address {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  color: #4e6069;
}
@media (min-width: 768px) {
  .route__card-address {
    font-size: 1.6rem;
  }
}

.route__card-coords {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.route__card-coords dt {
  margin: 0 0 0.6rem;
  font-weight: 500;
}
.route__card-coords dd {
  margin: 0 0 1.2rem;
  font-weight: 500;
  color: #4e6069;
}
.route__card-coords dd:last-child {
  margin-bottom: 0;
}
.route__card-coords a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #b61f38;
  text-decoration: none;
}
@media (min-width: 768px) {
  .route__card-coords {
    font-size: 1.6rem;
  }
}

.parking {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .parking {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .parking {
    margin: 0 0 8rem;
  }
}

.parking__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .parking__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .parking__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .parking__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .parking__title {
    margin: 0 0 2rem;
  }
}

.parking__desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
  margin: 0 0 2.8rem;
}
.parking__desc p {
  margin: 0 0 1.2rem;
}
.parking__desc p:last-child {
  margin-bottom: 0;
}
.parking__desc a {
  font-weight: 500;
}
@media (min-width: 768px) {
  .parking__desc {
    font-size: 1.6rem;
    margin: 0 0 3.2rem;
  }
  .parking__desc p {
    margin: 0 0 2rem;
  }
}

.parking__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .parking__list {
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .parking__list {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.parking__card {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .parking__card {
    padding: 2.4rem;
  }
}

.parking__card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 0 2.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
}
.parking__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .parking__card-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 0 3.2rem;
  }
}

.parking__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.parking__card-desc {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
.parking__card-desc p {
  margin: 0 0 0.8rem;
}
.parking__card-desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .parking__card-desc {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .parking__card-desc {
    margin: 0 0 4rem;
  }
}

.parking__card-info {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.parking__card-info > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1.2rem;
  min-height: 2.8rem;
  border-radius: 10rem;
  background: #fff;
  color: #071c26;
}
@media (min-width: 768px) {
  .parking__card-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.4rem 2rem;
    background: #fff;
    border-radius: 10rem;
    margin: auto auto 0 0;
    padding: 0.4rem 1.2rem;
  }
  .parking__card-info > li {
    padding: 0;
    min-height: auto;
    position: relative;
    background: none;
  }
  .parking__card-info > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 0.1rem;
    height: 1.4rem;
    margin: -0.7rem 0 0 0;
    background: #c0c8cc;
  }
}
@media (min-width: 992px) {
  .parking__card-info {
    background: none;
    gap: 0.4rem;
    padding: 0.4rem 1.6rem;
  }
  .parking__card-info > li {
    min-height: 3.8rem;
    padding: 0.4rem 1.6rem;
    background: #fff;
    border-radius: 10rem;
  }
  .parking__card-info > li:not(:last-child)::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .parking__card-info {
    background: #fff;
    gap: 0.4rem 2rem;
  }
  .parking__card-info > li {
    padding: 0;
  }
  .parking__card-info > li:not(:last-child)::after {
    display: block;
  }
}

:has(.vacancies) .header {
  margin: 0;
}

.vacancies {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .vacancies {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .vacancies {
    margin: 0 0 10rem;
  }
}

.vacancies__head {
  position: relative;
  z-index: 10;
  color: #fff;
  min-height: 36rem;
  padding: 2.4rem 0;
  margin: 0 0 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .vacancies__head {
    padding: 3.2rem 0;
  }
}
@media (min-width: 1200px) {
  .vacancies__head {
    min-height: 37rem;
    padding: 4rem 0;
  }
}

.vacancies__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin: 0 0 0 -50vw;
  background: #071c26;
}
.vacancies__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacancies__image::before, .vacancies__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.vacancies__image::before {
  background: linear-gradient(to bottom, rgba(0, 8, 18, 0) 0%, rgba(0, 8, 18, 0.8) 100%);
  opacity: 0.8;
  z-index: 2;
}
.vacancies__image::after {
  background: linear-gradient(to bottom, rgba(122, 51, 92, 0) 0%, rgba(122, 51, 92, 0.7) 100%);
  opacity: 0.2;
  z-index: 1;
}

.vacancies__desc {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.vacancies__desc h1,
.vacancies__desc h2,
.vacancies__desc h3 {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .vacancies__desc h1,
  .vacancies__desc h2,
  .vacancies__desc h3 {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .vacancies__desc h1,
  .vacancies__desc h2,
  .vacancies__desc h3 {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__desc h1,
  .vacancies__desc h2,
  .vacancies__desc h3 {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .vacancies__desc h1,
  .vacancies__desc h2,
  .vacancies__desc h3 {
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__desc h1,
  .vacancies__desc h2,
  .vacancies__desc h3 {
    margin: 0 0 2.4rem;
  }
}
.vacancies__desc p {
  margin: 0 0 0.8rem;
}
.vacancies__desc p:last-child {
  margin-bottom: 0;
}

.vacancies__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 992px) {
  .vacancies__list {
    gap: 2rem;
  }
}

.vacancies__card {
  background: #f1f5f7;
  color: #071c26;
  border-radius: 2rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow" "info info";
  gap: 1rem 1.6rem;
}
.vacancies__card:hover .vacancies__card-title {
  color: transparent;
}
@media (min-width: 768px) {
  .vacancies__card {
    padding: 2rem 2rem 2.4rem;
    gap: 1.2rem 1.6rem;
  }
}
@media (min-width: 992px) {
  .vacancies__card {
    padding: 2.4rem 2.4rem 2.8rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__card {
    padding: 2.8rem 3.2rem 3.2rem;
    gap: 1.6rem;
  }
}

.vacancies__card-title {
  display: block;
  margin: 0 auto 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  grid-area: title;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #071c26;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .vacancies__card-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .vacancies__card-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .vacancies__card-title {
    font-size: 2.4rem;
  }
}

.vacancies__card-arrow {
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  grid-area: arrow;
}
.vacancies__card-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .vacancies__card-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.vacancies__card-info {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  grid-area: info;
  color: #2f444e;
}
@media (min-width: 768px) {
  .vacancies__card-info {
    font-size: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.4rem 2rem;
  }
  .vacancies__card-info > li {
    position: relative;
  }
  .vacancies__card-info > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #c0c8cc;
    margin: 0 -0.2rem;
  }
}

:has(.topbar) .header {
  margin: 0;
}

.topbar {
  position: relative;
  z-index: 10;
  background: #071c26;
  color: #fff;
  margin: 0 0 5rem;
  min-height: 36rem;
  padding: 4rem 0 2rem;
  display: -ms-flexbox;
  display: flex;
}
.topbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
.topbar:has(.topbar__desc) {
  padding: 12rem 0 2rem;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .topbar {
    margin: 0 0 6rem;
    min-height: 46rem;
  }
  .topbar:has(.topbar__desc) {
    padding: 12rem 0 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .topbar {
    margin: 0 0 8rem;
    padding: 4rem 0 3rem;
  }
  .topbar:has(.topbar__desc) {
    padding: 16rem 0 4rem;
    margin: 0 0 4rem;
  }
}

.topbar__desc {
  margin: auto 0 0 0;
  max-width: 64rem;
}
@media (min-width: 1200px) {
  .topbar__desc {
    max-width: 67rem;
  }
}

.topbar__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.topbar__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topbar__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(357.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(185deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
}

.topbar__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .topbar__title {
    font-size: 4rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .topbar__title {
    font-size: 4.2rem;
  }
}

.topbar__wysiwyg {
  color: #f9fbfc;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .topbar__wysiwyg {
    margin: 0 0 3.2rem;
  }
}

.topbar__swiper {
  margin: auto 0 0 0;
}
.topbar__swiper .swiper {
  overflow: unset;
  margin: 0 -0.8rem;
}
.topbar__swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 25%;
  height: auto;
  min-width: 28rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .topbar__swiper .swiper-slide {
    min-width: 28.6rem;
  }
}
@media (min-width: 992px) {
  .topbar__swiper .swiper {
    margin: 0 -1rem;
  }
  .topbar__swiper .swiper-slide {
    padding: 0 1rem;
    min-width: 29rem;
  }
}
.topbar__card {
  padding: 2rem;
  height: 100%;
  min-height: 13.2rem;
  background: rgba(249, 251, 252, 0.12);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .topbar__card {
    min-height: 14.2rem;
  }
}
@media (min-width: 992px) {
  .topbar__card {
    min-height: 15rem;
    border-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .topbar__card {
    padding: 2.4rem;
  }
}

.topbar__card-icon {
  display: block;
  margin: 0 0 2rem;
  width: 4rem;
  height: 4rem;
}
.topbar__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .topbar__card-icon {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .topbar__card-icon {
    margin: 0 0 3.2rem;
  }
}

.topbar__card-caption {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .topbar__card-caption {
    font-size: 1.6rem;
  }
}

.live {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .live {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .live {
    margin: 0 0 10rem;
  }
}

.live__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .live__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .live__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .live__title {
    margin: 0 0 4.4rem;
    font-size: 3.6rem;
  }
}

.live__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .live__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .live__list {
    gap: 2rem;
  }
}

.attention {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .attention {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .attention {
    margin: 0 0 10rem;
  }
}

.attention__card {
  margin: 0 -2rem;
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
}
.attention__card .row {
  gap: 1rem 0;
  margin: 0 -0.5rem;
}
.attention__card .row > [class^=col] {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .attention__card {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .attention__card {
    padding: 2.4rem;
  }
}

.attention__card-desc {
  background: #f1f5f7;
  color: #071c26;
  border-radius: 1rem;
  padding: 2rem;
  min-height: 100%;
}
@media (min-width: 992px) {
  .attention__card-desc {
    padding: 2.4rem;
  }
}

.attention__card-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0 2rem;
}
.attention__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .attention__card-icon {
    margin: 0 0 2.2rem;
  }
}

.attention__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .attention__card-title {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 992px) {
  .attention__card-title {
    margin: 0 0 2.2rem;
  }
}

.attention__card-wysiwyg {
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .attention__card-wysiwyg {
    margin: 0 0 2.2rem;
  }
}

.attention__card-action .ui-btn, .attention__card-action .ui-payment__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .attention__card-action .ui-btn, .attention__card-action .ui-payment__btn {
    width: auto;
  }
}

.attention__card-image {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.attention__card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 31rem;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .attention__card-image img {
    min-height: 30rem;
  }
}

.preferences {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .preferences {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .preferences {
    margin: 0 0 4rem;
  }
}

.preferences__swiper .swiper {
  overflow: unset;
  margin: 0 -0.8rem;
}
.preferences__swiper .swiper-slide {
  width: 100%;
  max-width: 25.2rem;
  height: auto;
  padding: 0 0.8rem;
}
.preferences__swiper .swiper-nav {
  display: none;
}
@media (min-width: 768px) {
  .preferences__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .preferences__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 0.8rem;
  }
  .preferences__swiper .swiper-nav {
    display: block;
  }
  .preferences__swiper .swiper-prev,
  .preferences__swiper .swiper-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 4rem;
    height: 4rem;
    margin: -2rem -1.2rem 0;
    box-shadow: 0 0 0 0.4rem #f9fbfc;
  }
  .preferences__swiper .swiper-prev {
    left: 0;
  }
  .preferences__swiper .swiper-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .preferences__swiper .swiper {
    margin: 0 -1rem;
  }
  .preferences__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .preferences__swiper .swiper-prev,
  .preferences__swiper .swiper-next {
    margin: -2rem -1rem 0;
  }
}
@media (min-width: 1200px) {
  .preferences__swiper .swiper-slide {
    width: 25%;
    max-width: 25%;
    transition: opacity 0.4s;
  }
  .preferences__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }
}

.stack {
  margin: 0 0 6rem;
  overflow: hidden;
}
.stack section {
  overflow: unset;
}
.stack > .container-fluid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
}
@media (min-width: 768px) {
  .stack > .container-fluid {
    gap: 3.2rem 0;
  }
}
@media (min-width: 992px) {
  .stack > .container-fluid {
    gap: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .stack {
    margin: 0 0 8rem;
    overflow: clip;
  }
  .stack > .container-fluid {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 4rem 2rem;
  }
  .stack nav {
    grid-row: 1;
    grid-column: 2;
  }
  .stack section {
    grid-row: auto;
    grid-column: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stack .scrollspy-nav {
    position: relative;
    top: 0;
  }
  .stack .scrollspy-nav__toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .stack .scrollspy-nav__offcanvas {
    position: fixed;
    left: 5.4rem;
    right: 0;
    bottom: 0;
    z-index: 1400;
    background: #f1f5f7;
    border-radius: 2rem 2rem 0 0;
    padding: 2.4rem;
    box-shadow: 0 0 0 999.9rem rgba(7, 28, 38, 0.1);
    transition: 0.4s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    max-height: 80svh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stack .scrollspy-nav__head {
    display: -ms-flexbox;
    display: flex;
  }
  .stack .scrollspy-nav__body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .stack .scrollspy-nav__link {
    padding: 0.6rem 0 0.8rem;
    min-height: auto;
    color: #071c26;
  }
  .stack .scrollspy-nav__link:hover {
    color: #071c26;
  }
}

.rooms {
  margin: 0 0 2rem;
}

.rooms__card {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 -2rem;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .rooms__card {
    margin: 0;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .rooms__card {
    padding: 2.4rem;
  }
}

@media (min-width: 768px) {
  .rooms__card-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rooms__card-foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .rooms__card-foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rooms__card-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .rooms__card-title {
    font-size: 2.2rem;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .rooms__card-title {
    font-size: 2.4rem;
  }
}

.rooms__card-counter {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .rooms__card-counter {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 2rem;
  }
}
@media (min-width: 992px) {
  .rooms__card-counter {
    font-size: 1.6rem;
  }
}

.rooms__card-tags .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.rooms__card-tags .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.rooms__card-tags .swiper-slide {
  width: auto;
  padding: 0 0.5rem;
}
.rooms__card-tags .swiper-shadow-prev,
.rooms__card-tags .swiper-shadow-next {
  display: none;
}
@media (min-width: 768px) {
  .rooms__card-tags {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .rooms__card-tags .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .rooms__card-tags .swiper-shadow-prev,
  .rooms__card-tags .swiper-shadow-next {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 9rem;
    pointer-events: none;
    transition: opacity 0.4s;
  }
  .rooms__card-tags .swiper-shadow-prev.swiper-button-disabled,
  .rooms__card-tags .swiper-shadow-next.swiper-button-disabled {
    opacity: 0;
  }
  .rooms__card-tags .swiper-shadow-prev {
    left: 0;
    background: linear-gradient(90deg, #f1f5f7 0%, rgba(241, 245, 247, 0) 100%);
    box-shadow: -4.8rem 0 0 0 #f1f5f7;
  }
  .rooms__card-tags .swiper-shadow-next {
    right: 0;
    background: linear-gradient(270deg, #f1f5f7 0%, rgba(241, 245, 247, 0) 100%);
    box-shadow: 4.8rem 0 0 0 #f1f5f7;
  }
}

.rooms__card-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin: 0 0 2.4rem;
}
.rooms__card-gallery:last-child {
  margin-bottom: 0;
}
.rooms__card-gallery > li:first-child {
  grid-column: 1/-1;
}
.rooms__card-gallery > li:first-child .rooms__card-gallery-item {
  aspect-ratio: 320/250;
}
@media (min-width: 768px) {
  .rooms__card-gallery {
    display: grid;
    grid-template-columns: 336fr 165fr 165fr;
    gap: 1rem;
  }
  .rooms__card-gallery > li:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .rooms__card-gallery > li:first-child .rooms__card-gallery-item {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .rooms__card-gallery {
    grid-template-columns: 499fr 171fr 171fr;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .rooms__card-gallery {
    grid-template-columns: 486fr 190fr 190fr;
  }
}

.rooms__card-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 156/120;
  color: #f9fbfc;
  will-change: transform;
}
.rooms__card-gallery-item:hover {
  color: #f9fbfc;
}
@media (hover: hover) {
  .rooms__card-gallery-item {
    will-change: transform;
  }
  .rooms__card-gallery-item:hover .rooms__card-gallery-item-image img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .rooms__card-gallery-item {
    aspect-ratio: unset;
    height: 100%;
    min-height: 15.8rem;
  }
}

.rooms__card-gallery-item-image {
  background-color: #dfe4e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rooms__card-gallery-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.rooms__card-gallery-item-counter {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(122, 51, 92, 0.1), rgba(122, 51, 92, 0.1)), rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 0.8rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .rooms__card-gallery-item-counter {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .rooms__card-gallery-item-counter {
    font-size: 1.8rem;
  }
}

.rooms__card-group {
  border-radius: 1rem;
  padding: 1.6rem;
  background: #fff;
  margin: 0 0 1rem;
}
.rooms__card-group:last-child {
  margin-bottom: 0;
}

.rooms__card-group-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .rooms__card-group-title {
    font-size: 1.8rem;
  }
}

.rooms__card-group-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem 2.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
.rooms__card-group-list > li {
  position: relative;
}
.rooms__card-group-list > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #dfe4e6;
  margin: -0.3rem -0.3rem 0;
}
.rooms__card-group-list a {
  font-weight: 500;
}
.rooms__card-group-list .rooms__card-group-more {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rooms__card-group-list .rooms__card-group-more:hover {
  color: #b61f38;
}
@media (min-width: 768px) {
  .rooms__card-group-list {
    font-size: 1.6rem;
  }
}

.photos {
  margin: 0 0 2rem;
}

.photos__card {
  background: #f1f5f7;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 -2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photos__card {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .photos__card {
    padding: 2.4rem;
  }
}

.photos__card-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .photos__card-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .photos__card-title {
    font-size: 2.4rem;
  }
}

.photos__card-swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.photos__card-swiper .swiper-slide {
  width: 100%;
  max-width: 30.5rem;
  height: auto;
  padding: 0 0.5rem;
}
.photos__card-swiper .swiper-control {
  display: -ms-flexbox;
  display: flex;
}
.photos__card-swiper .swiper-prev,
.photos__card-swiper .swiper-next {
  background: #fff;
}
@media (min-width: 768px) {
  .photos__card-swiper .swiper {
    margin: 0 -0.8rem;
  }
  .photos__card-swiper .swiper-slide {
    max-width: 33.6rem;
    padding: 0 0.8rem;
  }
  .photos__card-swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .photos__card-swiper .swiper {
    margin: 0 -0.5rem;
  }
  .photos__card-swiper .swiper-slide {
    padding: 0 0.5rem;
    max-width: 39rem;
  }
  .photos__card-swiper .swiper-control {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .photos__card-swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
  }
}

.photos__card-item {
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  height: 32.6rem;
}
@media (hover: hover) {
  .photos__card-item {
    will-change: transform;
  }
  .photos__card-item:hover .photos__card-item-image img {
    transform: scale(1.1);
  }
}

.photos__card-item-image {
  position: absolute;
  inset: 0;
}
.photos__card-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.inform {
  margin: 0 0 2rem;
}

.inform__card {
  margin: 0 -2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.inform__card .row {
  gap: 1rem 0;
  margin: 0 -0.8rem;
}
.inform__card .row > [class^=col] {
  padding: 0 0.8rem;
}
@media (min-width: 768px) {
  .inform__card {
    margin: 0;
  }
  .inform__card--reverse .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .inform__card .row {
    margin: 0 -1rem;
  }
  .inform__card .row > [class^=col] {
    padding: 0 1rem;
  }
}

.inform__card-image {
  background-color: #dfe4e6;
  width: 100%;
  height: 35rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.inform__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .inform__card-image {
    height: 100%;
  }
}

.inform__card-desc {
  border-radius: 2rem;
  background: #f1f5f7;
  padding: 2rem;
}
@media (min-width: 992px) {
  .inform__card-desc {
    padding: 2.4rem;
  }
}

.inform__card-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .inform__card-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .inform__card-title {
    font-size: 2.4rem;
  }
}

.inform__card-wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  .inform__card-wysiwyg {
    margin: 0 0 2.4rem;
  }
}

.inform__card-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: auto 0 0 0;
}
@media (min-width: 1200px) {
  .inform__card-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.promo {
  margin: 0 0 2rem;
}

.promo__card {
  margin: 0 -2rem;
  border-radius: 2rem;
  padding: 2rem;
  background: #f1f5f7;
}
@media (min-width: 768px) {
  .promo__card {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .promo__card {
    padding: 2.4rem;
  }
}

.promo__card-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .promo__card-title {
    font-size: 2.2rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .promo__card-title {
    font-size: 2.4rem;
  }
}

.promo__card-swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.promo__card-swiper .swiper-slide {
  padding: 0 0.5rem;
  width: 50%;
  height: auto;
  min-width: 30.5rem;
}
@media (min-width: 768px) {
  .promo__card-swiper .swiper {
    margin: 0;
  }
  .promo__card-swiper .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
    transform: none !important;
  }
  .promo__card-swiper .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .promo__card-swiper .swiper-wrapper {
    gap: 2rem;
  }
}

.promo__card-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.promo__card-item .row {
  gap: 1rem 0;
  margin: 0 -0.5rem;
}
.promo__card-item .row > [class^=col] {
  padding: 0 0.5rem;
}

.promo__card-item-image {
  width: 100%;
  height: 20rem;
  min-height: 20rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.promo__card-item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .promo__card-item-image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .promo__card-item-image {
    min-height: 18rem;
  }
}

.promo__card-item-desc {
  border-radius: 1rem;
  padding: 1.6rem;
  background: #f9fbfc;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promo__card-item-desc {
    min-height: 100%;
  }
}

.promo__card-item-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .promo__card-item-title {
    font-size: 1.8rem;
  }
}

.promo__card-item-wysiwyg {
  margin: 0 0 2.8rem;
}
.promo__card-item-wysiwyg:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .promo__card-item-wysiwyg {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .promo__card-item-wysiwyg {
    margin: 0 0 2.8rem;
  }
}

.promo__card-item-action {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: auto 0 0 0;
}

.featured {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .featured {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .featured {
    margin: 0 0 10rem;
  }
}

.featured__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .featured__title {
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .featured__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .featured__title {
    font-size: 3.6rem;
    margin: 0 0 4.2rem;
  }
}

.featured__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.featured__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.featured__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .featured__swiper {
    grid-area: swiper;
  }
  .featured__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .featured__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .featured__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .featured__swiper .swiper {
    margin: 0 -1rem;
  }
  .featured__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .featured__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .featured__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
    transition: opacity 0.4s;
  }
  .featured__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }
}

.similar {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .similar {
    margin: 0 0 8rem;
  }
}
@media (min-width: 992px) {
  .similar {
    margin: 0 0 8rem;
  }
}

.similar__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .similar__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .similar__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .similar__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.similar__swiper .swiper {
  overflow: unset;
  margin: 0 -0.8rem;
}
.similar__swiper .swiper-slide {
  width: 100%;
  max-width: 31.1rem;
  height: auto;
  padding: 0 0.8rem;
}
.similar__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .similar__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .similar__swiper .swiper {
    margin: 0 -1rem;
  }
  .similar__swiper .swiper-slide {
    padding: 0 1rem;
    max-width: 31rem;
  }
  .similar__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .similar__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.intro {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .intro {
    margin: 0 0 5rem;
  }
}

.intro__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .intro__title {
    margin: 0 0 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .intro__title {
    font-size: 4.2rem;
  }
}

.intro__swiper .swiper {
  overflow: unset;
  margin: 0 -0.8rem;
  transition: opacity 0.4s;
}
.intro__swiper .swiper:not(.swiper-initialized) {
  opacity: 0;
}
.intro__swiper .swiper-slide {
  width: auto;
  padding: 0 0.8rem;
  max-width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 31.6rem;
}
.intro__swiper .swiper-nav {
  display: none;
}
@media (min-width: 768px) {
  .intro__swiper .swiper {
    margin: 0 -0.9rem;
  }
  .intro__swiper .swiper-slide {
    padding: 0 0.9rem;
    min-width: 50%;
  }
  .intro__swiper .swiper-nav {
    display: block;
  }
  .intro__swiper .swiper-prev,
  .intro__swiper .swiper-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: -2.2rem 0.9rem 0;
  }
  .intro__swiper .swiper-prev {
    left: 2rem;
  }
  .intro__swiper .swiper-next {
    right: 2rem;
  }
}
@media (min-width: 992px) {
  .intro__swiper .swiper {
    margin: 0 -1rem;
  }
  .intro__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .intro__swiper .swiper-prev,
  .intro__swiper .swiper-next {
    margin: -2.2rem 1rem 0;
  }
}

.intro__card {
  display: block;
}

.intro__card-image {
  background-color: #dfe4e6;
  display: block;
  height: 28rem;
  width: 100%;
  max-width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.intro__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro__card-image {
    height: 24.2rem;
  }
}
@media (min-width: 992px) {
  .intro__card-image {
    height: 30.2rem;
  }
}
@media (min-width: 1200px) {
  .intro__card-image {
    height: 41.8rem;
  }
}

.universal {
  margin: 0 0 6rem;
  overflow: clip;
}
@media (min-width: 992px) {
  .universal {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .universal {
    margin: 0 0 10rem;
  }
}
.universal > .container-fluid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 3.2rem;
}
.universal nav {
  margin: 0 0 3.2rem;
}
@media (min-width: 768px) {
  .universal nav {
    margin: 0 0 5rem;
  }
}
@media (min-width: 992px) {
  .universal > .container-fluid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 0 2rem;
  }
  .universal nav {
    grid-row: 1;
    grid-column: 2;
    margin: 0 0 7rem;
  }
  .universal section {
    grid-row: auto;
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .universal > .container-fluid {
    display: grid;
    grid-template-columns: 9fr 3fr;
  }
}

.tiles {
  margin: 0 0 5rem;
  overflow: unset;
}
@media (min-width: 768px) {
  .tiles {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .tiles {
    margin: 0 0 7rem;
  }
}

.tiles__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .tiles__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .tiles__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .tiles__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .tiles__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .tiles__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .tiles__title {
    max-width: 83.3333333333%;
  }
}

.tiles__wysiwyg {
  margin: 0 0 3.2rem;
}
.tiles__wysiwyg p {
  color: #2f444e;
}
@media (min-width: 768px) {
  .tiles__wysiwyg {
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .tiles__wysiwyg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .tiles__wysiwyg {
    margin: 0 0 4rem;
    max-width: 83.3333333333%;
  }
}

.tiles__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.tiles__swiper .swiper-slide {
  padding: 0 0.5rem;
  width: 31rem;
  height: auto;
  max-width: 100%;
}
.tiles__swiper .swiper-nav {
  display: none;
}
@media (min-width: 768px) {
  .tiles__swiper .swiper {
    margin: 0 -0.9rem;
  }
  .tiles__swiper .swiper-slide {
    padding: 0 0.9rem;
    width: 33.333%;
  }
  .tiles__swiper .swiper-nav {
    display: block;
  }
  .tiles__swiper .swiper-prev,
  .tiles__swiper .swiper-next {
    position: absolute;
    top: 50%;
    margin: -2.2rem 0.9rem 0;
    z-index: 100;
    border: 0.4rem solid #f9fbfc;
  }
  .tiles__swiper .swiper-prev {
    left: -2.2rem;
  }
  .tiles__swiper .swiper-next {
    right: -2.2rem;
  }
}
@media (min-width: 992px) {
  .tiles__swiper .swiper {
    margin: 0 -1rem;
  }
  .tiles__swiper .swiper-slide {
    padding: 0 1rem;
    width: 50%;
    transition: opacity 0.4s;
  }
  .tiles__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
  }
  .tiles__swiper .swiper-prev,
  .tiles__swiper .swiper-next {
    margin: -2.2rem 1rem 0;
  }
}
@media (min-width: 1200px) {
  .tiles__swiper .swiper-slide {
    width: 33.333%;
  }
  .tiles__swiper .swiper-prev,
  .tiles__swiper .swiper-next {
    width: 4.8rem;
    height: 4.8rem;
    margin: -2.4rem 1rem 0;
  }
}

.tiles__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .tiles__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
  .tiles__list--x4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .tiles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .tiles__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .tiles__list--x4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.txt {
  margin: 0 0 5rem;
}
.txt .row {
  gap: 2.4rem 0;
  margin: 0 -1rem;
}
.txt .row > [class^=col] {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .txt {
    margin: 0 0 6rem;
  }
  .txt .row {
    gap: 3.2rem 0;
  }
}
@media (min-width: 992px) {
  .txt {
    margin: 0 0 7rem;
  }
}
@media (min-width: 1200px) {
  .txt:has(.row) .txt__wysiwyg {
    max-width: 100%;
  }
  .txt .row {
    display: grid;
    grid-template-columns: 404fr 466fr;
    margin: 0 -3.2rem;
  }
  .txt .row > [class^=col] {
    padding: 0 3.2rem;
  }
  .txt--reverse .row {
    display: grid;
    grid-template-columns: 466fr 404fr;
  }
  .txt--reverse .row > [class^=col]:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
  }
  .txt--reverse .row > [class^=col]:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
  }
}

.txt__wysiwyg {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 2.4rem;
}
.txt__wysiwyg:last-child {
  margin-bottom: 0;
}
.txt__wysiwyg p {
  display: block;
  margin: 0 0 1rem;
  color: #2f444e;
}
.txt__wysiwyg b,
.txt__wysiwyg strong {
  font-weight: 500;
  color: #071c26;
}
.txt__wysiwyg mark {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.txt__wysiwyg h1,
.txt__wysiwyg h2,
.txt__wysiwyg h3 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
.txt__wysiwyg *:last-child {
  margin-bottom: 0;
}
.txt__wysiwyg ul {
  margin: 0 0 1.2rem;
  margin: 0 0 2rem;
}
.txt__wysiwyg ul > li {
  padding: 0 0 0 1.6rem;
  margin: 0 0 0.6rem;
  position: relative;
}
.txt__wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #b61f38;
}
@media (min-width: 768px) {
  .txt__wysiwyg ul {
    margin: 0 0 2rem;
  }
  .txt__wysiwyg ul > li {
    margin: 0 0 0.8rem;
  }
}
.txt__wysiwyg ol {
  margin: 0 0 1.2rem;
  counter-reset: point;
  margin: 0 0 2rem;
}
.txt__wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 0.6rem;
}
.txt__wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .txt__wysiwyg ol {
    margin: 0 0 2rem;
  }
  .txt__wysiwyg ol > li {
    margin: 0 0 0.8rem;
  }
}
.txt__wysiwyg li {
  color: #2f444e;
}
@media (min-width: 768px) {
  .txt__wysiwyg {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    max-width: 83.3333333333%;
  }
  .txt__wysiwyg h1,
  .txt__wysiwyg h2,
  .txt__wysiwyg h3 {
    margin: 0 0 2rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .txt__wysiwyg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .txt__wysiwyg {
    max-width: 83.3333333333%;
  }
  .txt__wysiwyg h1,
  .txt__wysiwyg h2,
  .txt__wysiwyg h3 {
    margin: 0 0 2.4rem;
    font-size: 3.6rem;
  }
  .txt__wysiwyg b {
    font-size: 1.8rem;
  }
}

.txt__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .txt__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .txt__action {
    margin: 0 -3.2rem 0 0;
  }
}

.txt__image {
  background-color: #dfe4e6;
  border-radius: 2rem;
  overflow: hidden;
}
.txt__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 28rem;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .txt__image {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .txt__image img {
    -ms-flex: 1;
    flex: 1;
  }
}

.security {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .security {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .security {
    margin: 0 0 7rem;
  }
}

.security__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .security__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .security__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .security__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .security__title {
    margin: 0 0 2rem;
  }
}
@media (min-width: 992px) {
  .security__title {
    margin: 0 0 2rem;
  }
}

.security__wysiwyg {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .security__wysiwyg {
    margin: 0 0 3.2rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .security__wysiwyg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .security__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}

.security__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .security__list {
    gap: 2.4rem;
  }
}

.prices {
  overflow: unset;
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .prices {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .prices {
    margin: 0 0 7rem;
  }
}

.prices__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .prices__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .prices__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .prices__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .prices__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .prices__title {
    margin: 0 0 3.2rem;
  }
}

.prices__wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .prices__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .prices__wysiwyg {
    margin: 0 0 3.2rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .prices__wysiwyg {
    max-width: 83.3333333333%;
  }
}

.prices__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 0 -2rem 2rem;
}
.prices__list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .prices__list {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .prices__list {
    margin: 0 0 3.2rem;
  }
}

.prices__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .prices__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.services {
  overflow: unset;
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .services {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .services {
    margin: 0 0 7rem;
  }
}

.services__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .services__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .services__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .services__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .services__title {
    margin: 0 0 3.2rem;
  }
}

.services__wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .services__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .services__wysiwyg {
    margin: 0 0 3.2rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .services__wysiwyg {
    max-width: 91.6666666667%;
    margin: 0 0 5rem;
  }
}

.services__grid {
  gap: 1.2rem;
  margin: 0 0 2rem;
}
.services__grid:last-child {
  margin-bottom: 0;
}
.services__grid .row {
  margin: 0 -0.6rem -1.2rem;
}
.services__grid .row > [class^=col] {
  padding: 0 0.6rem 1.2rem;
}
@media (min-width: 768px) {
  .services__grid {
    margin: 0 0 2.4rem;
  }
  .services__grid .row {
    margin: 0 -0.9rem -1.8rem;
  }
  .services__grid .row > [class^=col] {
    padding: 0 0.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .services__grid {
    margin: 0 0 3.2rem;
  }
  .services__grid .row {
    margin: 0 -1rem -2rem;
  }
  .services__grid .row > [class^=col] {
    padding: 0 1rem 2rem;
  }
}

.services__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .services__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.worktime {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .worktime {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .worktime {
    margin: 0 0 10rem;
  }
}
.worktime .row {
  gap: 1.6rem 0;
}
@media (min-width: 768px) {
  .worktime {
    margin: 0 0 6rem;
  }
  .worktime .row {
    gap: 2rem 0;
  }
  .worktime--cols .worktime__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .worktime--cols .ui-worktime-card {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .worktime--cols .ui-worktime-card__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .worktime--cols .ui-worktime-card__info {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .worktime--cols .worktime__list {
    grid-template-columns: 1fr;
  }
  .worktime--cols .ui-worktime-card {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .worktime--cols .ui-worktime-card__title {
    -ms-flex: 1;
    flex: 1;
  }
  .worktime--cols .ui-worktime-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 3.8rem;
    padding: 0.4rem 1.6rem;
    gap: 2rem;
    background: #fff;
    border-radius: 10rem;
  }
  .worktime--cols .ui-worktime-card__info > li {
    background: none;
    padding: 0;
    min-height: auto;
    position: relative;
  }
  .worktime--cols .ui-worktime-card__info > li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    right: -1rem;
    margin: -0.7rem 0 0 0;
    background: #c0c8cc;
  }
}

.worktime__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
  max-width: 99%;
}
@media (min-width: 768px) {
  .worktime__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .worktime__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .worktime__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .worktime__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .worktime__title {
    margin: 0 0 3rem;
  }
}

.worktime__wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .worktime__wysiwyg {
    margin: 0 0 2.8rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .worktime__wysiwyg {
    margin: 0 0 3rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .worktime__wysiwyg {
    max-width: 83.3333333333%;
  }
}

.worktime__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .worktime__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .worktime__action {
    margin: 0 0 3rem;
  }
}

.worktime__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .worktime__list {
    gap: 1.6rem;
  }
}

.worktime__image {
  background-color: #dfe4e6;
  border-radius: 2rem;
  overflow: hidden;
  height: 22.4rem;
  position: relative;
}
.worktime__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .worktime__image {
    height: 33rem;
  }
}
@media (min-width: 992px) {
  .worktime__image {
    height: 100%;
    min-height: 33rem;
  }
  .worktime__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.rules {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .rules {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .rules {
    margin: 0 0 7rem;
  }
}

.rules__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .rules__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .rules__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .rules__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .rules__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .rules__title {
    margin: 0 0 3rem;
  }
}

.rules__wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .rules__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .rules__wysiwyg {
    margin: 0 0 3rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .rules__wysiwyg {
    max-width: 91.6666666667%;
  }
}

.rules__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .rules__list {
    gap: 1.6rem;
  }
}

.leisure {
  overflow: unset;
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .leisure {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .leisure {
    margin: 0 0 7rem;
  }
}

.leisure__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .leisure__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .leisure__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .leisure__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .leisure__title {
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 992px) {
  .leisure__title {
    margin: 0 0 3.2rem;
  }
}

.leisure__wysiwyg {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .leisure__wysiwyg {
    margin: 0 0 2.4rem;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .leisure__wysiwyg {
    margin: 0 0 3.2rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .leisure__wysiwyg {
    max-width: 91.6666666667%;
  }
}

.leisure__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin: 0 0 2.4rem;
}
.leisure__gallery:last-child {
  margin-bottom: 0;
}
.leisure__gallery > li:first-child {
  grid-column: 1/-1;
}
.leisure__gallery > li:first-child .leisure__gallery-item {
  aspect-ratio: 320/280;
}
@media (min-width: 768px) {
  .leisure__gallery {
    display: grid;
    grid-template-columns: 418fr 145fr 145fr;
    gap: 1rem;
  }
  .leisure__gallery > li:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .leisure__gallery > li:first-child .leisure__gallery-item {
    aspect-ratio: unset;
  }
  .leisure__gallery > li:first-child:last-child {
    grid-column: 1/-1;
  }
  .leisure__gallery > li:first-child:last-child .leisure__gallery-item {
    aspect-ratio: 728/304;
  }
}
@media (min-width: 992px) {
  .leisure__gallery {
    grid-template-columns: 290fr 145fr 145fr;
  }
  .leisure__gallery > li:first-child:last-child .leisure__gallery-item {
    aspect-ratio: 601/251;
  }
}
@media (min-width: 1200px) {
  .leisure__gallery {
    grid-template-columns: 534fr 190fr 190fr;
  }
  .leisure__gallery > li:first-child:last-child .leisure__gallery-item {
    aspect-ratio: 934/326;
  }
}

.leisure__gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 156/128;
  color: #f9fbfc;
  will-change: transform;
}
.leisure__gallery-item:hover {
  color: #f9fbfc;
}
@media (hover: hover) {
  .leisure__gallery-item {
    will-change: transform;
  }
  .leisure__gallery-item:hover .leisure__gallery-item-image img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .leisure__gallery-item {
    aspect-ratio: unset;
    height: 100%;
    min-height: 12rem;
    aspect-ratio: 145/120;
  }
}
@media (min-width: 1200px) {
  .leisure__gallery-item {
    min-height: 15.8rem;
    aspect-ratio: 190/158;
  }
}

.leisure__gallery-item-image {
  background-color: #dfe4e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.leisure__gallery-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.leisure__gallery-item-counter {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(122, 51, 92, 0.1), rgba(122, 51, 92, 0.1)), rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 0.8rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .leisure__gallery-item-counter {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .leisure__gallery-item-counter {
    font-size: 1.8rem;
  }
}

.leisure__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.leisure__menu .ui-btn, .leisure__menu .ui-payment__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .leisure__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.activity {
  margin: 0 0 5rem;
  overflow: unset;
}
@media (min-width: 768px) {
  .activity {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .activity {
    margin: 0 0 10rem;
  }
}

.activity__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .activity__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .activity__title {
    font-size: 4rem;
    margin: 0 0 5rem;
  }
}

.activity__grid {
  display: grid;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .activity__grid {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 2rem;
  }
}

.activity__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .activity__list {
    gap: 1.6rem;
  }
}

@media (max-width: 767px) {
  .is-map-filter-open .header__nav-toggle-icon svg:nth-child(1) {
    opacity: 0;
    transform: scale(0);
  }
  .is-map-filter-open .header__nav-toggle-icon svg:nth-child(2) {
    opacity: 1;
    transform: scale(1);
  }
}
.is-map-filter-open .resort-map__aside .resort-map__tabs {
  opacity: 0;
}
.is-map-filter-open .resort-map__offcanvas {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}
.is-map-filter-open .resort-map__toggle-icon svg {
  transform: rotateY(-180deg);
}
.is-map-filter-open .resort-map__toggle-text::before {
  content: attr(data-map-text-open);
}
@media (min-width: 1200px) {
  .is-map-filter-open .resort-map__body {
    grid-template-columns: 1fr 37rem;
  }
  .is-map-filter-open .resort-map__offcanvas {
    transform: none;
  }
}

[data-map-tooltip] {
  cursor: pointer;
}

.resort-map {
  --filter-width: 37rem;
  margin: 0 0 8rem;
}

.resort-map__head {
  margin: 0 0 2.8rem;
}
@media (min-width: 768px) {
  .resort-map__head {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .resort-map__head {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .resort-map__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 2rem;
    grid-template-areas: "title title" "tags caption";
  }
}

.resort-map__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .resort-map__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .resort-map__title {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .resort-map__title {
    font-size: 4.2rem;
    grid-area: title;
  }
}

.resort-map__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (min-width: 992px) {
  .resort-map__tags {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .resort-map__tags {
    grid-area: tags;
  }
}

.resort-map__caption {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}
@media (min-width: 1200px) {
  .resort-map__caption {
    grid-area: caption;
    text-align: right;
    color: #6d7c83;
  }
}

.resort-map__body {
  border: 0.1rem solid #ebeff1;
  background: #f1f5f7;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  height: auto;
}
@media (min-width: 1200px) {
  .resort-map__body {
    display: grid;
    grid-template-columns: 1fr 0px;
    height: 52.6rem;
    transition: 0.4s;
  }
}

.resort-map__panzoom {
  position: relative;
  width: 100%;
  height: 54rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .resort-map__panzoom {
    height: 52rem;
  }
}
@media (min-width: 992px) {
  .resort-map__panzoom {
    height: 54rem;
  }
}
@media (min-width: 1200px) {
  .resort-map__panzoom {
    height: 52.6rem;
  }
}

.resort-map__panzoom-wrapper {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resort-map__panzoom-wrapper svg {
  display: block;
  height: 100%;
  width: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resort-map__panzoom-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 100;
}
@media (min-width: 768px) {
  .resort-map__panzoom-control {
    position: absolute;
    top: 2rem;
    left: 2rem;
    bottom: auto;
    right: auto;
    gap: 1rem;
  }
}

.resort-map__panzoom-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff;
  color: #071c26;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
}
.resort-map__panzoom-btn svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.resort-map__panzoom-btn path {
  transition: 0.4s;
}
.resort-map__panzoom-btn path:nth-child(1) {
  opacity: 1;
}
.resort-map__panzoom-btn path:nth-child(2) {
  opacity: 0;
}
.resort-map__panzoom-btn:hover path:nth-child(1) {
  opacity: 0;
}
.resort-map__panzoom-btn:hover path:nth-child(2) {
  opacity: 1;
}
@media (min-width: 768px) {
  .resort-map__panzoom-btn {
    width: 4rem;
    height: 4rem;
  }
  .resort-map__panzoom-btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.resort-map__panzoom-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.resort-map__aside {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 200;
}
@media (min-width: 768px) {
  .resort-map__aside {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 37rem;
    padding: 2rem;
  }
}

.resort-map__offcanvas {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 6.2rem;
  z-index: 1500;
  background: #f9fbfc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .resort-map__offcanvas {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1500;
    border-radius: 2rem 0 0 2rem;
    padding: 2rem 2.4rem;
    width: 41.8rem;
    max-width: 100%;
    box-shadow: 0 0 0 999.9rem rgba(7, 28, 38, 0.4);
    background: #f1f5f7;
    transform: translate(100%, 0);
  }
}
@media (min-width: 1200px) {
  .resort-map__offcanvas {
    position: relative;
    padding: 0;
    width: 37rem;
    min-width: 37rem;
    box-shadow: none;
    transform: none;
  }
}

.resort-map__offcanvas-head {
  display: none;
}
@media (min-width: 768px) {
  .resort-map__offcanvas-head {
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin: 0 0 2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .resort-map__offcanvas-head {
    display: none;
  }
}

.resort-map__offcanvas-body {
  -ms-flex: 1;
  flex: 1;
}

.resort-map__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  height: 40px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #fff;
  color: #071c26;
  border-radius: 50%;
}
.resort-map__close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.resort-map__close:hover svg {
  transform: rotate(180deg);
}

.resort-map__filter {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .resort-map__filter {
    border-radius: 1rem;
    background: #fff;
  }
}

.resort-map__filter-head {
  padding: 2.4rem 2rem 2rem;
}
.resort-map__filter-head .resort-map__tabs {
  box-shadow: none;
  background: #f1f5f7;
}
.resort-map__filter-head .resort-map__tabs-line {
  display: none;
}
@media (min-width: 768px) {
  .resort-map__filter-head {
    padding: 2rem;
  }
}

.resort-map__filter-body {
  padding: 0 2rem 2.4rem;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}
.resort-map__filter-body::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 10rem;
}
.resort-map__filter-body::-webkit-scrollbar-thumb {
  background: #c0c8cc;
  border-radius: 10rem;
}
@media (min-width: 768px) {
  .resort-map__filter-body {
    padding: 0 2rem 2rem;
  }
}

.resort-map__filter-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.resort-map__filter-content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.resort-map__toggle {
  display: none;
}
@media (min-width: 1200px) {
  .resort-map__toggle {
    position: absolute;
    top: 50%;
    right: 100%;
    height: 3.2rem;
    margin: -1.6rem 1rem 0 0;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
  }
  .resort-map__toggle:hover .resort-map__toggle-text {
    opacity: 1;
  }
  .resort-map__toggle:hover .resort-map__toggle-icon g.is-default {
    opacity: 0;
  }
  .resort-map__toggle:hover .resort-map__toggle-icon g.is-hover {
    opacity: 1;
  }
}

.resort-map__toggle-text {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 0.4rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: #ffffff;
  color: #071c26;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
  border-radius: 0.4rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.resort-map__toggle-text::before {
  content: attr(data-map-text-close);
}

.resort-map__toggle-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #ffffff;
  color: #2f444e;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
  border-radius: 0.4rem;
}
.resort-map__toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: 0.4s;
}
.resort-map__toggle-icon g {
  transition: 0.4s;
}
.resort-map__toggle-icon g.is-default {
  opacity: 1;
}
.resort-map__toggle-icon g.is-hover {
  opacity: 0;
}

.resort-map__tabs {
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem;
  background: #ffffff;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
  border-radius: 1rem;
}

.resort-map__tabs-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
  height: 3.6rem;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #6d7c83;
  transition: 0.4s;
  border-radius: 0.6rem;
}
.resort-map__tabs-btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #97a1a7;
  transition: 0.4s;
}
.resort-map__tabs-btn g {
  transition: 0.4s;
}
.resort-map__tabs-btn g.is-default {
  opacity: 1;
}
.resort-map__tabs-btn g.is-hover {
  opacity: 0;
}
.resort-map__tabs-btn:hover {
  color: #071c26;
}
.resort-map__tabs-btn:hover g.is-default {
  opacity: 0;
}
.resort-map__tabs-btn:hover g.is-hover {
  opacity: 1;
}
.resort-map__tabs-btn.is-active {
  background: #fff;
  color: #071c26;
}
.resort-map__tabs-btn.is-active g.is-default {
  opacity: 0;
}
.resort-map__tabs-btn.is-active g.is-hover {
  opacity: 1;
}

.resort-map__tabs-line {
  width: 0.1rem;
  height: 2rem;
  background: #dfe4e6;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.4s;
}

.resort-map__label {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #2f444e;
}

.resort-map__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 2.4rem;
}
.resort-map__points:last-child {
  margin-bottom: 0;
}

.resort-map__point {
  display: block;
}
.resort-map__point.is-open .resort-map__point-arrow {
  transform: rotate(180deg);
}
.resort-map__point--blue .resort-map__point-icon {
  background: #174b86;
  color: #fff;
}
.resort-map__point--lightgreen .resort-map__point-icon {
  background: #c9d408;
  color: #071c26;
}
.resort-map__point--pink .resort-map__point-icon {
  background: #c2226a;
  color: #fff;
}

.resort-map__point-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: 0.4s;
  color: #071c26;
}
.resort-map__point-toggle:hover {
  color: #6d7c83;
}

.resort-map__point-divider {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 -0.6rem;
}

.resort-map__point-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.resort-map__point-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.resort-map__point-arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.4s;
}
.resort-map__point-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.resort-map__point-content {
  display: none;
  position: relative;
  top: 1rem;
  padding: 0 0 1rem;
}

.resort-map__point-list {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.resort-map__point-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.4rem;
  position: relative;
  padding: 0 0 0 3.4rem;
  margin: 0 0 0.4rem;
}
.resort-map__point-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  margin: -0.3rem 0 0 0;
}
.resort-map__point-list > li:last-child {
  margin-bottom: 0;
}

.resort-map__checklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.resort-map__checklist .ui-check__btn {
  height: 3.2rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}

[data-map-category].is-hidden {
  display: none;
  pointer-events: none;
}

.calendar {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .calendar {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .calendar {
    margin: 0 0 10rem;
  }
}
@media (min-width: 992px) {
  .calendar {
    overflow: clip;
  }
}

.calendar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .calendar__grid {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .calendar__grid {
    display: grid;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 21.2rem 1fr;
    gap: 4rem;
  }
}

.calendar__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .calendar__aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .calendar__aside {
    position: sticky;
    top: 10rem;
    display: block;
  }
}

.calendar__control {
  position: relative;
  min-height: 3.6rem;
  margin: 0;
  padding: 0 5.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .calendar__control {
    min-height: 4.4rem;
    padding: 0 6.4rem;
  }
}
@media (min-width: 1200px) {
  .calendar__control {
    display: block;
    padding: 0;
    margin: 0 0 4rem;
  }
}

.calendar__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .calendar__title {
    font-size: 3.2rem;
    gap: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .calendar__title {
    font-size: 4.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.2rem;
    margin: 0 0 2.4rem;
  }
}

.calendar__title-month {
  display: block;
}

.calendar__title-year {
  display: block;
  color: #97a1a7;
}
@media (min-width: 1200px) {
  .calendar__title-year {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .calendar__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
  }
}

.calendar__prev,
.calendar__next {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f5f7;
  border: 0.1rem solid #ebeff1;
  color: #2f444e;
  transition: 0.2s;
}
.calendar__prev svg,
.calendar__next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.calendar__prev path,
.calendar__next path {
  transition: opacity 0.4s;
}
.calendar__prev path.is-default,
.calendar__next path.is-default {
  opacity: 1;
}
.calendar__prev path.is-hover,
.calendar__next path.is-hover {
  opacity: 0;
}
.calendar__prev:hover path.is-default,
.calendar__next:hover path.is-default {
  opacity: 0;
}
.calendar__prev:hover path.is-hover,
.calendar__next:hover path.is-hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .calendar__prev,
  .calendar__next {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.calendar__prev {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .calendar__prev {
    position: relative;
  }
}

.calendar__next {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .calendar__next {
    position: relative;
  }
}

.calendar__filter .ui-check {
  width: 100%;
}
.calendar__filter:not(:has(:checked)) button[type=reset] {
  opacity: 0;
  visibility: visible;
}
.calendar__filter.is-open .calendar__filter-offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.calendar__filter-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  height: 4rem;
  padding: 0 1.6rem;
  border-radius: 10rem;
  background: #f1f5f7;
  color: #071c26;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
}
.calendar__filter-toggle:hover {
  color: #4e6069;
}
.calendar__filter-toggle svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 992px) {
  .calendar__filter-toggle {
    height: 4.8rem;
    font-size: 1.6rem;
  }
  .calendar__filter-toggle svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .calendar__filter-toggle {
    display: block;
    margin: 0 0 1.6rem;
    padding: 0;
    height: auto;
    background: none;
    color: #071c26;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    cursor: text;
  }
  .calendar__filter-toggle svg {
    display: none;
  }
  .calendar__filter-toggle:hover {
    color: #071c26;
  }
}

.calendar__filter-offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem;
  box-shadow: 0 0 0 999.9rem rgba(7, 28, 38, 0.1);
  max-height: 80svh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.4s;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .calendar__filter-offcanvas {
    all: unset;
  }
}

.calendar__filter-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 2rem;
}
@media (min-width: 992px) {
  .calendar__filter-head {
    display: none;
  }
}

.calendar__filter-body {
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 2rem;
}
.calendar__filter-body::-webkit-scrollbar {
  display: none;
}
.calendar__filter-body:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .calendar__filter-body {
    overflow: unset;
  }
}

.calendar__filter-title {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .calendar__filter-title {
    font-size: 1.8rem;
  }
}

.calendar__filter-close {
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar__filter-close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.calendar__filter-close:hover svg {
  transform: rotate(180deg);
}

.calendar__filter-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.calendar__filter-foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.calendar__filter-foot .ui-btn--reset {
  display: none;
}
@media (min-width: 1200px) {
  .calendar__filter-foot {
    display: block;
    padding: 1.2rem 0 0;
  }
  .calendar__filter-foot .ui-btn--reset {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .calendar__filter-foot .ui-btn--primary, .calendar__filter-foot .ui-payment__btn {
    display: none;
  }
}

.calendar__datepicker .-other-month- > .calendar__cell {
  opacity: 0.5;
}

.calendar__cell {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar__cell.is-lock {
  pointer-events: none;
}
.calendar__cell.is-open .calendar__cell-offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .calendar__cell {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    gap: 0.4rem;
  }
}

.calendar__cell-circle {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  padding: 0.2rem;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .calendar__cell-circle {
    display: none;
  }
}

.calendar__cell-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  top: -0.4rem;
  height: 0;
}
@media (min-width: 768px) {
  .calendar__cell-dots {
    display: none;
  }
}

.calendar__cell-dot {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #2f444e;
  color: #fff;
  max-width: 100%;
}
@media (min-width: 768px) {
  .calendar__cell-dot {
    width: auto;
    height: auto;
    border-radius: 1.4rem;
    padding: 0.4rem 0.6rem 0.6rem 1rem;
  }
}

@media (min-width: 768px) {
  .calendar__cell-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 10rem;
    margin: auto 0 0 0;
    position: relative;
    background: #fff;
  }
}

.calendar__cell-offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem;
  box-shadow: 0 0 0 999.9rem rgba(7, 28, 38, 0.1);
  max-height: 80svh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.4s;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .calendar__cell-offcanvas {
    all: unset;
  }
}

.calendar__cell-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .calendar__cell-head {
    display: none;
  }
}

.calendar__cell-body {
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 2rem;
}
.calendar__cell-body::-webkit-scrollbar {
  display: none;
}
.calendar__cell-body:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .calendar__cell-body {
    all: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
}

.calendar__cell-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
.calendar__cell-title span:nth-of-type(1) {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.calendar__cell-title span:nth-of-type(2) {
  color: #acb4b8;
}

.calendar__cell-close {
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar__cell-close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.calendar__cell-close:hover svg {
  transform: rotate(180deg);
}

.calendar__cell-event:not(.is-hidden):not(:has(~ .calendar__cell-event:not(.is-hidden))) {
  margin: 0;
  padding: 0;
  border: none;
}

.calendar__cell-event {
  text-align: left;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: 0.1rem solid #dfe4e6;
}
.calendar__cell-event:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .calendar__cell-event {
    all: unset;
    text-align: left;
    position: relative;
  }
}

.calendar__cell-event-toggle {
  display: none;
}
@media (min-width: 768px) {
  .calendar__cell-event-toggle {
    display: block;
    background: #071c26;
    color: #fff;
    padding: 0.4rem 0.6rem 0.6rem 1rem;
    border-radius: 1.4rem;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .calendar__cell-event-toggle-ellipsis {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .calendar__cell-event-content {
    display: none;
  }
}

@media (min-width: 768px) {
  .calendar__cell-event-tooltip {
    width: 26rem;
    padding: 1.6rem;
    background: #ffffff;
    box-shadow: 0.2rem 0.2rem 3rem rgba(7, 28, 38, 0.08);
    border-radius: 2rem;
  }
}

.calendar__cell-event-tooltip-head {
  display: none;
}
@media (min-width: 768px) {
  .calendar__cell-event-tooltip-head {
    display: block;
    padding: 0 0 1.2rem;
    margin: 0 0 1.2rem;
    border-bottom: 0.1rem solid #ebeff1;
  }
}

.calendar__cell-event-tooltip-time {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  color: #071c26;
}
.calendar__cell-event-tooltip-time:last-child {
  margin-bottom: 0;
}

.calendar__cell-event-tooltip-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.calendar__cell-event-tooltip-title:last-child {
  margin-bottom: 0;
}
.calendar__cell-event-tooltip-title span:nth-of-type(1) {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.calendar__cell-event-tooltip-title span:nth-of-type(2) {
  color: #acb4b8;
}

.calendar__cell-event-tooltip-text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.calendar__cell-event-tooltip-text:last-child {
  margin-bottom: 0;
}

.calendar__cell-event-tooltip-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.calendar__cell-event-tooltip-action .ui-btn, .calendar__cell-event-tooltip-action .ui-payment__btn {
  height: 4.2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  background: #fff;
  color: #071c26;
}
@media (min-width: 768px) {
  .calendar__cell-event-tooltip-action .ui-btn, .calendar__cell-event-tooltip-action .ui-payment__btn {
    background: #f1f5f7;
    color: #071c26;
  }
  .calendar__cell-event-tooltip-action .ui-btn:hover, .calendar__cell-event-tooltip-action .ui-payment__btn:hover {
    background: #f1f5f7;
    color: #4e6069;
  }
}

.faq {
  margin: 0 0 6rem;
  overflow: clip;
}
@media (min-width: 992px) {
  .faq {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .faq {
    margin: 0 0 10rem;
  }
}

.faq__head {
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .faq__head {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .faq__head {
    margin: 0 0 5rem;
  }
}

.faq__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .faq__body {
    display: grid;
    grid-template-columns: 290fr 600fr;
    gap: 2rem;
    grid-template-areas: "aside main";
  }
}
@media (min-width: 1200px) {
  .faq__body {
    grid-template-columns: 298fr 934fr;
  }
}

@media (min-width: 992px) {
  .faq__aside {
    grid-area: aside;
  }
}

@media (min-width: 992px) {
  .faq__main {
    grid-area: main;
  }
}

.faq__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 3.2rem;
  max-width: 94rem;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
.faq__title:last-child {
  margin-bottom: 0;
}

.faq__group {
  background: #f1f5f7;
  border-radius: 2rem;
  margin: 0 -2rem 2rem;
  padding: 2rem;
}
.faq__group:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faq__group {
    padding: 2rem 2.4rem 2.4rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .faq__group {
    padding: 2.4rem 3.2rem 3.2rem;
  }
}

.faq__group-title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq__group-title {
    font-size: 2rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .faq__group-title {
    font-size: 2.4rem;
    margin: 0 0 2.8rem;
  }
}

.faq__group-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .faq__group-accordion {
    gap: 1.6rem;
  }
}

.faq-sect {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .faq-sect {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .faq-sect {
    margin: 0 0 10rem;
  }
}

.faq-sect__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .faq-sect__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .faq-sect__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .faq-sect__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .faq-sect__title {
    margin: 0 0 3.2rem;
  }
}

.faq-sect__accordion .ui-accordion__card-question > *,
.faq-sect__accordion .ui-accordion__card-answer-in {
  background: #f1f5f7;
}

:has(.privilege) .header {
  margin: 0;
}

.privilege {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .privilege {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .privilege {
    margin: 0 0 10rem;
  }
}

.privilege__head {
  position: relative;
  isolation: isolate;
  margin: 0 0 4rem;
}
.privilege__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: #ebeff1;
}
@media (min-width: 768px) {
  .privilege__head {
    min-height: 37rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .privilege__head .row {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .privilege__head {
    margin: 0 0 5rem;
  }
}
@media (min-width: 1200px) {
  .privilege__head {
    margin: 0 0 6rem;
  }
}

.privilege__desc {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .privilege__desc {
    padding: 3.2rem 0;
  }
}
@media (min-width: 1200px) {
  .privilege__desc {
    padding: 4rem 0;
  }
}

.privilege__title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.privilege__title mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .privilege__title {
    margin: 0 0 1.6rem;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .privilege__title {
    font-size: 4.2rem;
    margin: 0 0 2.4rem;
    max-width: 54.8rem;
  }
}

.privilege__wysiwyg {
  margin: 0 0 2.4rem;
}
.privilege__wysiwyg:last-child {
  margin-bottom: 0;
}

.privilege__image {
  display: block;
  max-width: 46.8rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}
.privilege__image img {
  display: block;
  width: 100%;
  max-width: 46.8rem;
  height: auto;
}
@media (min-width: 768px) {
  .privilege__image {
    max-width: none;
    margin: 0 -10rem 0 0;
  }
}
@media (min-width: 992px) {
  .privilege__image {
    margin: 0 -3rem 0 0;
  }
}

.privilege__body {
  margin: 0 0 4rem;
}
.privilege__body:last-child {
  margin-bottom: 0;
}

.privilege__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .privilege__list {
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .privilege__list {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .privilege__list {
    gap: 1.2rem;
  }
}

.terms {
  margin: 0 0 6rem;
}
@media (min-width: 1200px) {
  .terms {
    margin: 0 0 8rem;
  }
}

.terms__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .terms__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .terms__title {
    font-size: 3.6rem;
  }
}

.terms__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 0 -2rem;
}
@media (min-width: 768px) {
  .terms__list {
    gap: 2rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .terms__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}

.terms__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 2rem;
  padding: 2rem;
  background: #f1f5f7;
}
@media (min-width: 768px) {
  .terms__card {
    padding: 2.4rem;
  }
}

.terms__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .terms__card-title {
    font-size: 1.8rem;
  }
}

.partners {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .partners {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .partners {
    margin: 0 0 8rem;
  }
}

.partners__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .partners__title {
    margin: 0 0 3.6rem;
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .partners__title {
    margin: 0 0 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .partners__title {
    margin: 0 0 4rem;
    font-size: 4.2rem;
  }
}

.partners__list {
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.partners__list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .partners__list {
    margin: 0 0 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 992px) {
  .partners__list {
    margin: 0 0 2.4rem;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .partners__list {
    margin: 0 0 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.heading {
  margin: 0 0 2.8rem;
}
@media (min-width: 768px) {
  .heading {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .heading {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .heading {
    margin: 0 0 4rem;
  }
}

.heading__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
  max-width: 94rem;
}
@media (min-width: 768px) {
  .heading__title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .heading__title {
    font-size: 4rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .heading__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
.heading__title:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .is-page-lake .header__search-offcanvas {
    display: none;
  }
}

.lake {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .lake {
    margin: 0 0 10rem;
  }
}
.lake.is-loading .ui-output {
  display: -ms-flexbox;
  display: flex;
}
.lake.is-loading .ui-output__text::after {
  opacity: 1;
}
.lake.is-loading .lake__zone [data-lake-svg] {
  filter: blur(0.6rem);
}
.lake.is-ready .ui-output {
  display: -ms-flexbox;
  display: flex;
}
.lake.is-ready[data-lake-type=bungalow] g[data-lake-bungalow] {
  pointer-events: auto;
}
.lake.is-ready[data-lake-type=inkerman] g[data-lake-inkerman] {
  pointer-events: auto;
}
.lake.is-ready[data-lake-type=family] g[data-lake-family] {
  pointer-events: auto;
}
.lake.is-selected .ui-payment {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.lake__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 992px) {
  .lake__title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}

.lake__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
}
@media (min-width: 992px) {
  .lake__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 40.4rem 1fr;
  }
}
@media (min-width: 992px) {
  .lake__aside {
    background: #f1f5f7;
    border-radius: 2rem;
    padding: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lake__main {
  position: relative;
}
@media (min-width: 992px) {
  .lake__main {
    border-radius: 2rem;
    overflow: hidden;
  }
}

.lake__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -ms-flex: 1;
  flex: 1;
}
.lake__form .ui-label {
  display: none;
}
@media (min-width: 992px) {
  .lake__form {
    gap: 1.6rem;
  }
  .lake__form .ui-label {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.lake__zones {
  position: relative;
  isolation: isolate;
  min-width: 0;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0 0;
  margin: 0 -2rem;
  overflow: hidden;
}
.lake__zones::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4 8.0001C14.4 11.5347 11.5346 14.4001 7.99998 14.4001C4.46535 14.4001 1.59998 11.5347 1.59998 8.0001C1.59998 4.46548 4.46535 1.6001 7.99998 1.6001' stroke='url(%23paint0_linear_212_124983)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_212_124983' x1='1.59998' y1='7.66326' x2='14.4' y2='7.66326' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A335C'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  animation: spin 0.4s infinite linear;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: -1.2rem 0 0 -1.2rem;
}
.lake__zones .swiper {
  width: 100%;
  height: 100%;
}
.lake__zones .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.lake__zones .swiper-slide {
  height: 100%;
  width: auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.lake__zones .swiper-scrollbar {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  z-index: 100;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #ebeff1;
  margin: 0;
  padding: 0;
}
.lake__zones .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
}
.lake__zones .swiper-scrollbar-lock {
  display: none;
}
.lake__zones .swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  margin: 0;
  padding: 0;
}
.lake__zones .swiper-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff;
  color: #071c26;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
}
.lake__zones .swiper-btn svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.lake__zones .swiper-btn path {
  transition: 0.4s;
}
.lake__zones .swiper-btn path:nth-child(1) {
  opacity: 1;
}
.lake__zones .swiper-btn path:nth-child(2) {
  opacity: 0;
}
.lake__zones .swiper-btn:hover path:nth-child(1) {
  opacity: 0;
}
.lake__zones .swiper-btn:hover path:nth-child(2) {
  opacity: 1;
}
.lake__zones .swiper-btn.swiper-button-disabled {
  pointer-events: none;
}
.lake__zones .swiper-btn.swiper-button-disabled svg {
  opacity: 0.2;
}
@media (min-width: 992px) {
  .lake__zones {
    margin: 0;
    border-radius: 2rem;
    background: #f1f5f7;
  }
  .lake__zones .swiper-scrollbar {
    display: none;
  }
  .lake__zones .swiper-control {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    top: auto;
    right: auto;
  }
}

.lake__zone {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 54rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lake__zone.is-active {
  position: relative;
  pointer-events: auto;
  animation: lakeShow 0.4s forwards;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .lake__zone[data-lake-zone="*"] {
    height: auto;
    aspect-ratio: 826/600;
  }
  .lake__zone[data-lake-zone=family] [data-lake-svg] {
    aspect-ratio: 2468/889;
    height: 100%;
    width: auto;
  }
  .lake__zone[data-lake-zone=inkerman] [data-lake-svg] {
    aspect-ratio: 1094/790;
    height: 100%;
    width: auto;
  }
  .lake__zone[data-lake-zone=bungalow] [data-lake-svg] {
    aspect-ratio: 1483/889;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .lake__zone {
    height: 60rem;
  }
}
.lake__zone svg {
  transition: 0.4s;
}
.lake__zone image {
  pointer-events: none;
}
.lake__zone g[data-lake-inkerman],
.lake__zone g[data-lake-bungalow],
.lake__zone g[data-lake-family] {
  cursor: pointer;
  pointer-events: none;
}
.lake__zone g[data-lake-inkerman]:hover rect[data-lake-marker-bg],
.lake__zone g[data-lake-bungalow]:hover rect[data-lake-marker-bg],
.lake__zone g[data-lake-family]:hover rect[data-lake-marker-bg] {
  opacity: 0.5;
}
.lake__zone g[data-lake-inkerman].is-disabled,
.lake__zone g[data-lake-bungalow].is-disabled,
.lake__zone g[data-lake-family].is-disabled {
  opacity: 0.5;
  pointer-events: none !important;
}
.lake__zone g[data-lake-inkerman].is-active g[data-lake-marker-checked],
.lake__zone g[data-lake-bungalow].is-active g[data-lake-marker-checked],
.lake__zone g[data-lake-family].is-active g[data-lake-marker-checked] {
  opacity: 1;
}
.lake__zone g[data-lake-family].is-active:has([fill="#3C3C3C"]) rect[data-lake-marker-bg] {
  fill: #fff;
}
.lake__zone g[data-lake-family].is-active rect[data-lake-marker-bg] {
  opacity: 1;
  fill: url(#gradient-primary);
}
.lake__zone g[data-lake-family].is-active g[data-lake-marker-checked] {
  transform: scale(1);
}
.lake__zone g[data-lake-inkerman].is-active rect[data-lake-marker-bg] {
  opacity: 1;
  fill: url(#gradient-primary);
}
.lake__zone g[data-lake-inkerman].is-active g[data-lake-marker-checked] {
  transform: scale(1);
}
.lake__zone g[data-lake-bungalow].is-active path[fill="#FDA44A"],
.lake__zone g[data-lake-bungalow].is-active path[fill="#EA864E"],
.lake__zone g[data-lake-bungalow].is-active path[fill="#E86C4F"] {
  fill: url(#gradient-primary);
}
.lake__zone g[data-lake-bungalow].is-active g[data-lake-marker-checked] {
  transform: scale(1.3);
}
.lake__zone rect[data-lake-marker-bg] {
  opacity: 0;
}
.lake__zone g[data-lake-marker-checked] {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.lake__zone path[data-lake-area] {
  transition: opacity 0.4s, stroke 0.4s;
}
.lake__zone [data-lake-general] {
  cursor: pointer;
}
.lake__zone [data-lake-general]:hover path[data-lake-area] {
  opacity: 1;
  stroke: #fff;
}

.lake__back {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 150;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  height: 3.2rem;
  padding: 0 1.2rem 0 0.8rem;
  border-radius: 10rem;
  background: #fff;
  color: #2f444e;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.4s;
}
.lake__back svg {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.lake__back:hover {
  color: #4e6069;
}

.lake__location {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, 0);
  height: 3.2rem;
  padding: 0 1rem 0 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: 0px 0px 1.6rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
}
.lake__location svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
}

.lake__utils {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

@keyframes lakeShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.lake__modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  pointer-events: none;
}
.lake__modal.is-open {
  pointer-events: auto;
}
.lake__modal.is-open .lake__modal-overlay,
.lake__modal.is-open .lake__modal-content {
  opacity: 1;
}
@media (min-width: 992px) {
  .lake__modal {
    position: absolute;
    inset: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 400;
  }
}

.lake__modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 12, 0.2);
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .lake__modal-overlay {
    position: absolute;
  }
}

.lake__modal-content {
  position: relative;
  z-index: 2;
  background: #f1f5f7;
  border-radius: 2rem 2rem 0px 0px;
  padding: 2rem;
  transition: 0.4s;
  opacity: 0;
}
@media (min-width: 992px) {
  .lake__modal-content {
    width: 41rem;
    max-width: 100%;
    border-radius: 2rem;
    padding: 2.4rem;
  }
}

.lake__modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
}
.lake__modal-close svg {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: transform 0.4s;
}
.lake__modal-close:hover svg {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .lake__modal-close {
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
  }
}

.lake__modal-desc {
  padding: 0 4.8rem 0 0;
}

.lake__modal-title {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #071c26;
}
@media (min-width: 992px) {
  .lake__modal-title {
    margin: 0 0 1.2rem;
  }
}

.lake__modal-text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #4e6069;
}
@media (min-width: 992px) {
  .lake__modal-text {
    margin: 0 0 2.4rem;
  }
}

.lake__modal-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.lake__modal-action .ui-btn, .lake__modal-action .ui-payment__btn {
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 992px) {
  .lake__modal-action .ui-btn, .lake__modal-action .ui-payment__btn {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}

.lake__move {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0.8rem;
}
@media (min-width: 992px) {
  .lake__move {
    display: none;
  }
}

.lake__move-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  color: #6d7c83;
}

.lake__move-icon {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.5rem;
  height: 2.9rem;
  overflow: hidden;
}

.lake__move-icon-card {
  animation: animMoveCard 2s infinite;
}

.lake__move-icon-hand {
  animation: animMoveHand 2s infinite;
}

@keyframes animMoveHand {
  0% {
    transform: translateX(-1.5rem) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(-1.5rem) scale(1);
    opacity: 1;
  }
  20%, 60% {
    transform: translateX(1.5rem) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(-0.5rem) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(-0.5rem) scale(0.6);
    opacity: 0;
  }
}
@keyframes animMoveCard {
  0%, 60% {
    transform: translateX(0);
  }
  80%, to {
    transform: translateX(-3.7rem);
  }
}
:has(.cover) .header {
  margin: 0;
}

.cover {
  position: relative;
  isolation: isolate;
  background: #071c26;
  color: #fff;
  padding: 5rem 0;
  min-height: 46.4rem;
}
.cover:has(video) {
  padding: 4rem 0;
  min-height: 56rem;
}
.cover:has(video) .cover__bg::after {
  background: linear-gradient(359.79deg, rgba(122, 51, 92, 0) 0.18%, rgba(122, 51, 92, 0.0265374) 30.57%, rgba(122, 51, 92, 0.14) 99.82%), linear-gradient(0deg, rgba(0, 8, 18, 0) 0%, rgba(0, 8, 18, 0.151607) 24.72%, rgba(0, 8, 18, 0.8) 100%), linear-gradient(269.98deg, rgba(0, 8, 18, 0) 11.54%, rgba(0, 8, 18, 0.4) 99.98%);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cover:has(video) {
    min-height: 46.4rem;
  }
}
@media (min-width: 992px) {
  .cover {
    min-height: 56rem;
    padding: 6rem 0;
  }
  .cover:has(video) {
    min-height: 56rem;
    padding: 6.4rem 0;
  }
}
@media (min-width: 1200px) {
  .cover {
    min-height: 68rem;
    padding: 10rem 0;
  }
  .cover:has(video) {
    min-height: 68rem;
    padding: 6rem 0;
  }
}

.cover__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.cover__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background: linear-gradient(269.98deg, rgba(0, 8, 18, 0) 11.54%, rgba(0, 8, 18, 0.4) 99.98%), linear-gradient(0.21deg, rgba(122, 51, 92, 0) 0.18%, rgba(122, 51, 92, 0.0265) 30.57%, rgba(122, 51, 92, 0.14) 99.82%), linear-gradient(360deg, rgba(0, 8, 18, 0) 0%, rgba(0, 8, 18, 0.1516) 24.72%, rgba(0, 8, 18, 0.8) 100%), linear-gradient(269.98deg, rgba(0, 8, 18, 0) 11.54%, rgba(0, 8, 18, 0.4) 99.98%);
}
.cover__bg img,
.cover__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .cover__title {
    font-size: 4rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .cover__title {
    font-size: 4.8rem;
    margin: 0 0 3rem;
  }
}

.cover__subtitle {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cover__subtitle {
    font-size: 3.2rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .cover__subtitle {
    font-size: 3.6rem;
  }
}

.cover__wysiwyg {
  max-width: 50.4rem;
  color: #fff;
}

.tabs-mobile {
  padding: 5rem 0 0;
  margin: 0 0 2rem;
}
.tabs-mobile .ui-select {
  margin: 0;
  height: 4.6rem;
}
@media (min-width: 768px) {
  .tabs-mobile {
    padding: 6rem 0 0;
    margin: 0 0 2.8rem;
  }
}
@media (min-width: 992px) {
  .tabs-mobile {
    margin: 0;
    padding: 8rem 0 0;
  }
  .tabs-mobile .container-fluid {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tabs-mobile {
    padding: 10rem 0 0;
  }
}

.complex {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .complex {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .complex {
    margin: 0 0 10rem;
  }
}
.complex .row {
  gap: 2.4rem 0;
}
.complex[data-tabs-section] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.complex[data-tabs-section].is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.8s;
}
@media (min-width: 768px) {
  .complex .row {
    gap: 4rem 0;
  }
}
@media (min-width: 992px) {
  .complex {
    margin: 0 0 8rem;
    overflow: clip;
  }
  .complex[data-tabs-section] {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }
  .complex--reverse .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .complex__sticky {
    position: sticky;
    top: 8.4rem;
  }
}
@media (min-width: 1200px) {
  .complex__sticky {
    top: 10rem;
  }
}

.complex__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
.complex__title mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .complex__title {
    margin: 0 0 2.4rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .complex__title {
    font-size: 3.6rem;
  }
}

.complex__wysiwyg {
  margin: 0 0 2rem;
}
.complex__wysiwyg:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .complex__wysiwyg {
    margin: 0 0 2.4rem;
  }
}

.complex__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
}
@media (min-width: 768px) {
  .complex__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complex__action .ui-btn--purple {
    -ms-flex-order: -100;
    order: -100;
  }
}

.complex__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.complex__swiper .swiper-slide {
  padding: 0 0.5rem;
  width: 33.333%;
  min-width: 25rem;
}
.complex__swiper picture {
  background-color: #dfe4e6;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 240/220;
}
.complex__swiper picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .complex__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .complex__swiper .swiper-slide {
    padding: 0 0.8rem;
    min-width: 34.4rem;
  }
}
@media (min-width: 992px) {
  .complex__swiper {
    padding: 0 4rem 0 0;
  }
  .complex__swiper .swiper {
    overflow: hidden;
    margin: 0;
  }
  .complex__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: none !important;
  }
  .complex__swiper .swiper-slide {
    padding: 0;
    min-width: 100%;
  }
  .complex__swiper picture {
    aspect-ratio: 328/300;
  }
}
@media (min-width: 1200px) {
  .complex__swiper {
    padding: 0 5rem 0 0;
  }
  .complex__swiper picture {
    aspect-ratio: 566/338;
  }
}

.procedures {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .procedures {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .procedures {
    margin: 0 0 10rem;
  }
}

.procedures__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .procedures__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .procedures__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .procedures__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .procedures__title {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .procedures__title {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .procedures__title {
    margin: 0 0 4rem;
    max-width: 66.6666666667%;
  }
}

.procedures__swiper .swiper {
  overflow: unset;
  margin-inline: -1rem;
}
.procedures__swiper .swiper-slide {
  padding-inline: 1rem;
  height: auto;
}
.procedures__swiper .swiper-control {
  padding-inline: 1rem;
}
.procedures__swiper .swiper-prev,
.procedures__swiper .swiper-next {
  width: 3.6rem;
  height: 3.6rem;
}
@media (min-width: 992px) {
  .procedures__swiper .swiper-prev,
  .procedures__swiper .swiper-next {
    width: 4.4rem;
    height: 4.4rem;
  }
  .procedures__swiper .swiper-slide {
    transition: opacity 0.4s;
  }
  .procedures__swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
  }
}

.procedures__card {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .procedures__card {
    display: grid;
    grid-template-columns: 294fr 418fr;
    grid-template-areas: "desc primary" "secondary primary";
    grid-template-rows: 1fr auto;
    gap: 3.2rem 1.6rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .procedures__card {
    grid-template-columns: 368fr 522fr;
    gap: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .procedures__card {
    grid-template-columns: 404fr 828fr;
  }
}

.procedures__card-image {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.procedures__card-image--primary {
  position: relative;
  z-index: 1;
  background: #071c26;
  height: 25.5rem;
  overflow: hidden;
}
.procedures__card-image--secondary {
  display: none;
}
.procedures__card-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .procedures__card-image {
    overflow: hidden;
    border-radius: 2rem;
    height: 100%;
    min-height: 23.4rem;
  }
  .procedures__card-image--primary {
    position: relative;
    grid-area: primary;
  }
  .procedures__card-image--secondary {
    display: block;
    grid-area: secondary;
  }
}
@media (min-width: 992px) {
  .procedures__card-image {
    min-height: 30rem;
  }
}

.procedures__card-desc {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .procedures__card-desc {
    grid-area: desc;
  }
}
.procedures__card-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .procedures__card-title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 1.6rem;
  }
}

.procedures__card-action {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.harmony {
  margin: 0 0 6rem;
  overflow: unset;
}
@media (min-width: 992px) {
  .harmony {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .harmony {
    margin: 0 0 10rem;
  }
}

.harmony__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2.4rem;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .harmony__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .harmony__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .harmony__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .harmony__title {
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .harmony__title {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .harmony__title {
    margin: 0 0 4rem;
  }
}

.harmony__swiper .swiper {
  overflow: unset;
  margin-inline: -0.5rem;
}
.harmony__swiper .swiper-slide {
  width: 33.2rem;
  max-width: 100%;
  padding-inline: 0.5rem;
}
.harmony__swiper .swiper-prev,
.harmony__swiper .swiper-next {
  width: 3.6rem;
  height: 3.6rem;
}
@media (min-width: 768px) {
  .harmony__swiper .swiper {
    margin: -0.8rem;
  }
  .harmony__swiper .swiper-wrapper {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: 23rem;
    gap: 0;
    height: 44.2rem;
  }
  .harmony__swiper .swiper-slide {
    width: 100%;
    height: 100% !important;
    padding: 0.8rem;
  }
  .harmony__swiper .swiper-slide:nth-of-type(3n) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .harmony__swiper .swiper-control {
    padding-inline: 0.8rem;
  }
}
@media (min-width: 992px) {
  .harmony__swiper .swiper {
    margin: -1rem;
  }
  .harmony__swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 23.4rem;
    height: 44.6rem;
  }
  .harmony__swiper .swiper-slide {
    padding: 1rem;
  }
  .harmony__swiper .swiper-control {
    padding-inline: 1rem;
  }
}
@media (min-width: 1200px) {
  .harmony__swiper .swiper-wrapper {
    grid-auto-columns: 32rem;
    height: 61.6rem;
  }
}

.harmony__card {
  border-radius: 2rem;
  position: relative;
  background: #071c26;
  color: #fff;
  display: block;
  width: 100%;
  height: 32rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .harmony__card {
    height: 100%;
  }
}

.harmony__card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.harmony__card-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(267.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.5;
  -webkit-backdrop-filter: blur(0.1rem);
  backdrop-filter: blur(0.1rem);
}
.harmony__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.harmony__card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
}

.harmony__card-title {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}

.gift {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .gift {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .gift {
    margin: 0 0 10rem;
  }
}
.gift .row {
  gap: 3.2rem 0;
}

.gift__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .gift__title {
    font-size: 3.2rem;
    margin: 0 0 3.2rem;
  }
}
@media (min-width: 992px) {
  .gift__title {
    font-size: 3.2rem;
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .gift__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 768px) {
  .gift__title {
    margin: 0 0 2.4rem;
  }
}

.gift__wysiwyg {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .gift__wysiwyg {
    margin: 0 0 2.4rem;
  }
}

.gift__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .gift__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gift__image {
  display: block;
}
.gift__image img {
  display: block;
  width: 100%;
  height: auto;
}

.tabs {
  margin: 0 0 6rem;
}
@media (min-width: 992px) {
  .tabs {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .tabs {
    margin: 0 0 10rem;
  }
}

.tabs__select {
  margin: 0 0 2.8rem;
}
.tabs__select .ui-select {
  margin: 0;
  height: 4.6rem;
}
@media (min-width: 992px) {
  .tabs__select {
    display: none;
  }
}

.tabs__control {
  display: none;
}
@media (min-width: 992px) {
  .tabs__control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.8rem;
    padding: 0.6rem;
    border-radius: 2rem;
    background: #f1f5f7;
  }
}
@media (min-width: 1200px) {
  .tabs__control {
    margin: 0 0 3.6rem;
  }
}

@media (min-width: 992px) {
  .tabs__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 1.6rem;
    height: 4.8rem;
    border-radius: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500;
    color: #6d7c83;
    -ms-flex: 1;
    flex: 1;
    transition: 0.2s;
  }
  .tabs__btn svg {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
  }
  .tabs__btn:hover {
    color: #071c26;
  }
  .tabs__btn:hover path {
    fill: url(#gradient-primary);
  }
  .tabs__btn.is-active {
    background: #fff;
    color: #071c26;
  }
  .tabs__btn.is-active path {
    fill: url(#gradient-primary);
  }
}

.tabs__wrapper {
  position: relative;
}

.tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.tabs__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.tabs__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  color: #071c26;
}
.tabs__title:not(:has(~ .tabs__wysiwyg)) {
  margin: 0 0 2.8rem;
}
@media (min-width: 768px) {
  .tabs__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .tabs__title {
    margin: 0 0 2rem;
    font-size: 3.6rem;
  }
  .tabs__title:not(:has(~ .tabs__wysiwyg)) {
    margin: 0 0 3.6rem;
  }
}

.tabs__wysiwyg {
  margin: 0 0 2.8rem;
}
@media (min-width: 1200px) {
  .tabs__wysiwyg {
    margin: 0 0 3.6rem;
    max-width: 83.3333333333%;
  }
}

.tabs__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.tabs__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.tabs__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .tabs__swiper {
    grid-area: swiper;
  }
  .tabs__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .tabs__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .tabs__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .tabs__swiper .swiper {
    margin: 0 -1rem;
  }
  .tabs__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .tabs__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .tabs__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.examples {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .examples {
    margin: 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .examples {
    margin: 0 0 8rem;
  }
}

@media (min-width: 768px) {
  .examples__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title action" "swiper swiper";
  }
}

.examples__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .examples__title {
    margin: 0 0 3rem;
    font-size: 3.2rem;
    grid-area: title;
  }
}
@media (min-width: 992px) {
  .examples__title {
    margin: 0 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .examples__title {
    font-size: 3.6rem;
    margin: 0 0 4rem;
  }
}

.examples__tags {
  margin: 0 0 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (min-width: 768px) {
  .examples__tags {
    margin: 0 0 3rem;
  }
}
@media (min-width: 992px) {
  .examples__tags {
    margin: 0 0 3.6rem;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .examples__tags {
    margin: 0 0 4rem;
  }
}

.examples__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  background: #ecf0f2;
  color: #6d7c83;
  padding: 0 1.6rem;
  border-radius: 10rem;
  transition: 0.4s;
  height: 3.2rem;
}
.examples__tag:hover {
  color: #071c26;
}
.examples__tag.is-active {
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  color: #fff;
}
@media (min-width: 992px) {
  .examples__tag {
    height: 4rem;
    padding: 0 2rem;
  }
}

.examples__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.examples__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.examples__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .examples__swiper {
    grid-area: swiper;
  }
  .examples__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .examples__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .examples__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .examples__swiper .swiper {
    margin: 0 -1rem;
  }
  .examples__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .examples__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .examples__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.examples__action {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .examples__action {
    grid-area: action;
    padding: 0;
  }
}

.examples__list {
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.examples__list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .examples__list {
    margin: 0 0 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .examples__list {
    margin: 0 0 2.4rem;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .examples__list {
    margin: 0 0 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.maintenance-page__header {
  margin-bottom: 0;
}

.maintenance-page-body main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.maintenance-page {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  padding: 3.6rem 0;
}
.maintenance-page > .container-fluid {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .maintenance-page {
    padding: 4.8rem 0;
  }
}
@media (min-width: 992px) {
  .maintenance-page {
    padding: 6.4rem 0;
  }
}

.maintenance-page__content {
  width: calc(100vw - 4rem);
  max-width: 100%;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .maintenance-page__content {
    width: calc(100vw - 6rem);
    max-width: 76rem;
  }
}
@media (min-width: 992px) {
  .maintenance-page__content {
    max-width: 90rem;
  }
}

.maintenance-page__title {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 1.15;
  font-weight: 400;
  color: #4a3e45;
}
@media (min-width: 768px) {
  .maintenance-page__title {
    margin-bottom: 2.4rem;
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .maintenance-page__title {
    margin-bottom: 2.8rem;
    font-size: 4.8rem;
  }
}

.maintenance-page__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 400;
  color: #111;
}
@media (min-width: 768px) {
  .maintenance-page__text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .maintenance-page__text {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.maintenance-page__text .ui-link, .maintenance-page__text .parking__desc a, .parking__desc .maintenance-page__text a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.6rem 0.4rem 0;
  vertical-align: baseline;
}

.maintenance-page__phone {
  margin: 0.8rem 0;
  font-weight: 500;
}

.lk {
  margin: 0 0 6rem;
  overflow: clip;
}
@media (min-width: 992px) {
  .lk {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .lk {
    margin: 0 0 10rem;
  }
}
.lk section:last-child {
  margin-bottom: 0;
}

.lk__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media (min-width: 992px) {
  .lk__body {
    display: grid;
    grid-template-columns: 29.8rem 1fr;
    gap: 2rem;
    grid-template-areas: "aside main";
  }
}
@media (min-width: 992px) {
  .lk__aside {
    grid-area: aside;
  }
}

@media (min-width: 992px) {
  .lk__main {
    grid-area: main;
  }
}

:has(.auth) .header {
  margin: 0;
}

.auth {
  position: relative;
  padding: 3rem 0;
  isolation: isolate;
  background: #071c26;
  color: #fff;
}
.auth .row {
  gap: 3rem 0;
}
.auth .row > [class^=col] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auth__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.auth__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(267.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.3;
}
.auth__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth__swiper {
  padding: 1.8rem 0;
}
.auth__swiper .swiper {
  overflow: unset;
}
.auth__swiper .swiper-slide {
  height: auto;
}
.auth__swiper .swiper-pagination {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin: 2.4rem 0 0;
}
.auth__swiper .swiper-pagination-bullet {
  -ms-flex: 1;
  flex: 1;
  width: auto;
  max-width: 5.6rem;
  height: 0.3rem;
  border-radius: 10rem;
  background: rgba(241, 245, 247, 0.4);
  opacity: 1;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  overflow: unset;
}
.auth__swiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.4rem;
  border-radius: inherit;
}
.auth__swiper .swiper-pagination-bullet:hover {
  background: rgba(241, 245, 247, 0.6);
}
.auth__swiper .swiper-pagination-bullet-progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  border-radius: inherit;
  background: #fff;
  transition: opacity 0.4s;
  opacity: 0;
}
.auth__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.auth__swiper .swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  opacity: 1;
}

.auth__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 55.4rem;
}

.auth__slide-title {
  text-wrap: balance;
  margin: 0 0 1.2rem;
}

.auth__slide-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 40rem;
}

.auth__form {
  background: #fff;
  color: #071c26;
  box-shadow: -0.2rem 0px 0.8rem rgba(7, 28, 38, 0.05);
  border-radius: 2rem;
  padding: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .auth__form {
    width: 51rem;
    min-height: 70.6rem;
  }
}

.auth__form-head .ui-tabs {
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  border-radius: 1rem;
  background: #f1f5f7;
  padding: 0.6rem;
  margin: 0 0 2.4rem;
}
.auth__form-head .ui-tabs:last-child {
  margin-bottom: 0;
}
.auth__form-head .ui-tabs > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.auth__form-body {
  -ms-flex: 1;
  flex: 1;
}

.auth__form-foot {
  border-top: 0.1rem solid #ebeff1;
  padding: 2rem 0 0;
  text-align: center;
}

.auth__form-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
}

.auth__form-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4e6069;
}
.auth__form-text a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #071c26;
}
.auth__form-text a:hover {
  color: #6d7c83;
}
.auth__form-text svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}

.auth__form-data .ui-code {
  margin: 0 0 1.2rem;
}
.auth__form-data .ui-code .ui-field {
  margin: 0;
}
.auth__form-data .ui-field {
  margin: 0 0 1.2rem;
}
.auth__form-data .ui-validate {
  margin: 0 0 1.2rem;
  padding: 0;
}
.auth__form-data .ui-checklist {
  margin: 0 0 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.auth__form-data .ui-check__checkbox {
  background-color: #f1f5f7;
}
.auth__form-data .ui-btn, .auth__form-data .ui-payment__btn {
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}

:has(.booking) .header {
  margin: 0;
}

.booking {
  position: relative;
  isolation: isolate;
  min-height: 36.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  overflow: unset;
  padding: 3rem 0;
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .booking {
    margin: 0 0 8rem;
  }
}

.booking__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin: 0 0 0 -50vw;
  background: #071c26;
}
.booking__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 74rem;
  background: linear-gradient(267.28deg, rgba(122, 51, 92, 0) 1.88%, rgba(122, 51, 92, 0.14) 97.35%), linear-gradient(275deg, rgba(0, 8, 18, 0) 4.59%, rgba(0, 8, 18, 0.8) 96.54%);
  opacity: 0.4;
}

.booking__title {
  margin: 0 0 3rem;
}

.booking__form {
  border-radius: 2rem;
  background: #fff;
  color: #071c26;
  padding: 2rem;
}
.booking__form .row {
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -1rem;
  gap: 2rem 0;
}
.booking__form .row > [class^=col] {
  padding: 0 1rem;
}
.booking__form .ui-label {
  margin: 0 0 1rem;
}

.payments {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .payments {
    margin: 0 0 6rem;
  }
}

.payments__title {
  display: block;
  margin: 0 0 4rem;
  max-width: 82rem;
}
.payments__title mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.payments__loyalty {
  margin: -1rem 0 2rem;
}

.payments__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29.8rem, 1fr));
  gap: 2rem;
}
@media (min-width: 992px) {
  .payments__list:not(:has(li:nth-of-type(3))) {
    grid-template-columns: 1fr;
  }
}

.discounts {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .discounts {
    margin: 0 0 6rem;
  }
}

.discounts__title {
  display: block;
  margin: 0 0 4rem;
}
.discounts__title mark {
  background: linear-gradient(90deg, #7a335c 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.discounts__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .discounts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .discounts__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.orders {
  margin: 0 0 6rem;
}

.orders__title {
  margin: 0 0 3.2rem;
}

.orders__wysiwyg {
  margin: -0.8rem 0 3.2rem;
}

.orders__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.orders__total {
  display: block;
  margin: 0;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.orders__total b {
  font-weight: 600;
}

.cart {
  margin: 0 0 6rem;
  overflow: unset;
}
@media (min-width: 992px) {
  .cart {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .cart {
    margin: 0 0 10rem;
  }
}

.cart__head {
  margin: 0 0 3rem;
}
.cart__head > * {
  margin: 0;
}

.cart__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 2rem;
}
.cart__body:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cart__body {
    display: grid;
    grid-template-columns: 1fr 29.8rem;
    grid-template-areas: "main aside";
  }
}

@media (min-width: 1200px) {
  .cart__aside {
    grid-area: aside;
  }
}

.cart__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .cart__main {
    grid-area: main;
  }
}

.cart__sticky {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cart__sticky {
    position: sticky;
    top: 9rem;
  }
}
@media (min-width: 1200px) {
  .cart__sticky {
    top: 10rem;
  }
}

.cart__foot .ui-check {
  max-width: 46rem;
}

.cart__title {
  margin: 0 0 3rem;
}
.cart__title:last-child {
  margin-bottom: 0;
}

.cart__total {
  background: linear-gradient(89.58deg, #7a335c -0.44%, #ed1c24 100%);
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .cart__total {
    min-height: 28.6rem;
  }
}

.cart__total-price {
  display: block;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
}
.cart__total-price small {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
}

.cart__total-action {
  margin: auto 0 0 0;
  padding: 2rem 0 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.cart__group {
  border-radius: 2rem;
  padding: 2rem;
  background: #f1f5f7;
}

.cart__group-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.cart__group-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.profile {
  margin: 0 0 6rem;
}

.profile__title {
  margin: 0 0 3rem;
}

.profile__group {
  background: #f1f5f7;
  padding: 2rem;
  border-radius: 2rem;
  margin: 0 0 2rem;
}
.profile__group:last-child {
  margin-bottom: 0;
}

.profile__group-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}

.profile__group-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0 0 2rem;
}
.profile__group-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .profile__group-action {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.profile__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .profile__data {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.profile__data-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -2.4rem;
  overflow: hidden;
}
.profile__data-info > li {
  position: relative;
  padding: 0 2.4rem;
}
.profile__data-info > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  border-right: 0.1rem solid #dfe4e6;
}
.profile__data-info > li:last-child {
  border-right: none;
}
.profile__data-info small {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #2f444e;
}

@media (max-width: 1199px) {
  .profile__data-action {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.empty {
  margin: 0 0 6rem;
}

.empty__title {
  margin: 0 0 2rem;
}

.empty__wysiwyg {
  max-width: 51rem;
  margin: 0 0 2.4rem;
}

.recommended {
  margin: 0 0 6rem;
  overflow: unset;
}
@media (min-width: 992px) {
  .recommended {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1200px) {
  .recommended {
    margin: 0 0 10rem;
  }
}

.recommended__title {
  margin: 0 0 2.4rem;
}

.recommended__swiper .swiper {
  overflow: unset;
  margin: 0 -0.5rem;
}
.recommended__swiper .swiper-slide {
  width: 100%;
  max-width: 31rem;
  height: auto;
  padding: 0 0.5rem;
}
.recommended__swiper .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .recommended__swiper {
    grid-area: swiper;
  }
  .recommended__swiper .swiper {
    margin: 0 -0.8rem;
  }
  .recommended__swiper .swiper-slide {
    width: 50%;
    max-width: 50%;
    padding: 0 0.8rem;
  }
  .recommended__swiper .swiper-control {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.8rem;
  }
}
@media (min-width: 992px) {
  .recommended__swiper .swiper {
    margin: 0 -1rem;
  }
  .recommended__swiper .swiper-slide {
    padding: 0 1rem;
  }
  .recommended__swiper .swiper-control {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .recommended__swiper .swiper-slide {
    width: 33.333%;
    max-width: 33.333%;
  }
}