
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
@layer vendor {
  :root {
    --swiper-theme-color: #007aff ;
  }
  :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;
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    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 {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d;
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .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 {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    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: "";
    flex-shrink: 0;
    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: 1px;
    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: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    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: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  :root {
    --swiper-navigation-size: 44px ;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
  }
  .swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
  }
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
  }
  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }
  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  }
  .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
  }
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .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;
  }
  .swiper.swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
  }
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper.swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
  .swiper.swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
:root {
  --desktop-viewport: 1200px;
  --tablet-viewport: 768px;
}

@layer components {
  .content {
    display: block;
  }
  .content h2:not(:first-child),
  .content h3:not(:first-child),
  .content h4:not(:first-child),
  .content h5:not(:first-child),
  .content h6:not(:first-child) {
    margin-top: 48px;
  }
  .content h2:not(:last-child),
  .content h3:not(:last-child),
  .content h4:not(:last-child),
  .content h5:not(:last-child),
  .content h6:not(:last-child) {
    margin-bottom: 20px;
  }
  .content p:not(:last-child),
  .content ul:not(:last-child),
  .content ol:not(:last-child),
  .content table:not(:last-child) {
    margin-bottom: 32px;
  }
  .content h2:not(:last-child) {
    margin-bottom: 20px;
  }
  .content strong,
  .content b {
    font-weight: 700;
  }
  .content a:not(.button):not(.btn-img) {
    color: #F15A3B;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .content ol {
    padding-left: 23px;
  }
  .content ol li {
    list-style: decimal;
  }
  .content ul:not(.gallery):not(.tabs):not(.faq) li {
    padding-left: 26px;
    position: relative;
  }
  .content ul:not(.gallery):not(.tabs):not(.faq) li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    background: currentColor;
    width: 4px;
    height: 4px;
  }
  .content ol li {
    list-style: decimal;
  }
  .content h2 + img:not(:first-child), .content h3 + img:not(:first-child), .content h4 + img:not(:first-child), .content h5 + img:not(:first-child), .content h6 + img:not(:first-child),
  .content ul + img:not(:first-child),
  .content ol + img:not(:first-child),
  .content p + img:not(:first-child) {
    margin-top: 48px;
  }
  .content > img:not(:last-child), .content > figure:not(:last-child) {
    margin-bottom: 48px;
  }
  .content > p > img, .content > img, .content > figure > img {
    border-radius: 32px;
    overflow: hidden;
    display: block;
  }
  .content div:has(table) {
    overflow: auto;
  }
  .content div:has(table) table {
    min-width: 600px;
  }
  .content div:has(table) th,
  .content div:has(table) td {
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .content table {
    border-radius: 20px;
    border: 1px solid rgba(76, 99, 118, 0.5);
    border-collapse: inherit;
  }
  .content table tr td {
    padding: 16px 12px;
  }
  @media screen and (min-width: 1024px) {
    .content table tr td {
      text-align: center;
    }
  }
  .content table tr td:nth-child(1) {
    text-align: left;
  }
  @media screen and (min-width: 1024px) {
    .content table tr td {
      padding: 16px 20px;
    }
  }
  .content table thead tr {
    background: #f8f8f8;
    color: #1B2935;
    text-align: center;
  }
  .content table thead tr td {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(76, 99, 118, 0.5);
    text-align: center;
  }
  .content table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(76, 99, 118, 0.5);
  }
  .content table tbody tr td {
    color: #4c6376;
  }
  @media screen and (min-width: 1024px) {
    .content table tbody tr td {
      min-height: 64px;
    }
  }
  .content table tbody tr td:nth-child(1) {
    color: #1B2935;
    font-size: 16px;
    font-weight: 600;
    background: #f8f8f8;
    border-right: 1px solid rgba(76, 99, 118, 0.5);
  }
}
@layer components {
  .block-header:not(:last-child) {
    margin-bottom: 52px;
  }
  .block-header p {
    font-size: 24px;
    line-height: 1.33;
  }
  @media screen and (min-width: 1200px) {
    .block-header:not(:last-child) {
      margin-bottom: 48px;
    }
  }
  .block-header--center {
    text-align: center;
  }
}
@layer components {
  .country-item {
    padding: 6px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 23.371px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    gap: 8px;
    display: inline-flex;
    border: 2px solid #fff;
    font-family: inherit;
  }
  @media screen and (min-width: 1024px) {
    .country-item {
      padding: 12px 15px;
    }
  }
  .country-item__row, .country-item__bottom {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .country-item__label {
    background: #E2EEF7;
    border-radius: 8px;
    padding: 2px 6px;
    line-height: 1;
  }
  .country-item__bottom {
    font-size: 12px;
    margin-top: 8px;
  }
  .country-item__title {
    font-size: 16px;
    font-weight: 600;
  }
  .country-item__img {
    border-radius: 3.2px;
    flex-shrink: 0;
  }
  @media screen and (min-width: 1024px) {
    .country-item__img {
      width: 52px;
      height: 52px;
    }
  }
  .country-item--active {
    border-color: #1B2935;
  }
}
@layer components {
  .tabs {
    border-radius: 18px;
    background: #F2F2F2;
    padding: 6.5px 6px;
    display: inline-flex;
  }
  @media screen and (min-width: 1024px) {
    .tabs {
      gap: 16px;
    }
  }
  .tabs__link {
    border-radius: 12px;
    padding: 12px;
    transition-property: background, font-weight;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
    display: block;
    font-weight: 400;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .tabs__link {
      padding: 12px 24px;
      font-size: 20px;
    }
  }
  .tabs__link--active {
    background: #fff;
    font-weight: 700;
  }
  .tabs--second, .promo-offer .tabs {
    gap: 8px;
    background: #f8f8f8;
  }
  @media screen and (min-width: 480px) {
    .tabs--second, .promo-offer .tabs {
      padding: 8px;
    }
  }
  @media screen and (max-width: 479.9px) {
    .tabs--second, .promo-offer .tabs {
      width: 100%;
    }
  }
  .tabs--second .tabs__item, .promo-offer .tabs .tabs__item {
    flex-grow: 1;
    max-width: 50%;
  }
  @media screen and (min-width: 480px) {
    .tabs--second .tabs__item, .promo-offer .tabs .tabs__item {
      min-width: 80px;
      flex-grow: 0;
      max-width: none;
    }
  }
  .tabs--second .tabs__link--active, .promo-offer .tabs .tabs__link--active {
    background: #1B2935;
    color: #fff;
  }
}
.promo-offer__wrapper {
  background: #f8f8f8;
  padding: 32px 28px;
  border-radius: 32px;
}
@media screen and (min-width: 768px) {
  .promo-offer__wrapper {
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-offer__wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
.promo-offer__tabs {
  width: 100%;
  background: #E2E2E2;
  gap: 16px;
}
.promo-offer__header:not(:last-child) {
  margin-bottom: 40px;
}
.promo-offer__header {
  width: 100%;
}
.promo-offer__tabs .tabs__item {
  width: calc((100% - 16px * (2 - 1)) / 2);
}
.promo-offer__header p:not(:first-child) {
  margin-top: 8px;
}
.promo-offer__content {
  flex-grow: 1;
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 1200px) {
  .promo-offer__content {
    width: calc(100% - 100px - 425px);
  }
}
.promo-offer__content--active {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  animation-delay: 0ms;
  pointer-events: auto;
  opacity: 1;
}
.promo-offer__countries {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .promo-offer__countries {
    flex-direction: row;
    gap: 38px;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.promo-offer__item {
  min-width: 230px;
}
@media screen and (min-width: 1200px) {
  .promo-offer__item {
    min-width: auto;
    width: calc((100% - 38px * (2 - 1)) / 2);
  }
}
.promo-offer__country-item {
  width: 100%;
}
.promo-offer__label:not(:last-child) {
  margin-bottom: 16px;
}
.promo-offer__tabs {
  width: 100%;
}
.promo-offer__header:not(:last-child), .promo-offer__tabs:not(:last-child), .promo-offer__destination:not(:last-child), .promo-offer__select-block:not(:last-child), .promo-offer__footer:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .promo-offer__header:not(:last-child), .promo-offer__tabs:not(:last-child), .promo-offer__destination:not(:last-child), .promo-offer__select-block:not(:last-child), .promo-offer__footer:not(:last-child) {
    margin-bottom: 40px;
  }
}
.promo-offer__image {
  display: none;
}
@media screen and (min-width: 1200px) {
  .promo-offer__image {
    display: block;
    width: 425px;
    flex-shrink: 0;
  }
}
.promo-offer__select {
  background: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(76, 99, 118, 0.5);
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5;
  color: #4c6376;
}

@layer layouts {
  .slider-images {
    background: #1B2935;
    color: #fff;
    overflow: hidden;
  }
  .slider-images__label:not(:last-child), .slider-images__title:not(:last-child) {
    margin-bottom: 16px;
  }
  .slider-images__label {
    background: #fff;
    padding: 8px 16px;
    border-radius: 32px;
    color: #4c6376;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
  }
  .slider-images__wrapper {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-images__wrapper.swiper {
    overflow: visible;
  }
  .slider-images__nav-wrapper {
    display: flex;
    gap: 24px;
  }
  .slider-images__nav-wrapper:has(.swiper-button-disabled + .swiper-button-disabled) {
    display: none;
  }
  .slider-images__item {
    border-radius: 73px;
    border: 15px solid #fff;
    overflow: hidden;
  }
  @media screen and (min-width: 1200px) {
    .slider-images__item {
      border-radius: 120px;
    }
  }
  .slider-images__item:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  @media screen and (min-width: 1200px) {
    .slider-images__item:after {
      background: transparent;
    }
  }
  .slider-images__item:hover .slider-images__content {
    opacity: 1;
    transform: translateY(0);
  }
  .slider-images__item:hover .slider-images__tab-icon {
    opacity: 0;
    transform: translateX(-50%) translateY(50px);
  }
  .slider-images__tab-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media screen and (min-width: 1200px) {
    .slider-images__tab-icon {
      display: none;
    }
  }
  .slider-images__content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0;
    transform: translateY(50px);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  .slider-images__height-proportion {
    padding-bottom: 133.4%;
    position: relative;
  }
  .slider-images__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .slider-images__nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
  }
  .slider-images .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #F15A3B;
    padding: 8px;
    color: #fff;
    transition-property: background, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  .slider-images .nav-btn, .slider-images .nav-btn:focus {
    border: 1px solid #F15A3B;
  }
  @media screen and (min-width: 1200px) {
    .slider-images .nav-btn:focus, .slider-images .nav-btn:focus-visible {
      border-color: #2ECC71;
    }
  }
  @media (hover: hover) {
    .slider-images .nav-btn:hover {
      background: #B4462F;
      border-color: #B4462F;
    }
  }
  .slider-images .nav-btn svg {
    fill: currentColor;
  }
  .slider-images .nav-btn.swiper-button-disabled, .slider-images .nav-btn--disabled {
    background: #E2E2E2;
    color: #A8A8A8;
    border-color: #E2E2E2;
  }
}
@layer layouts {
  .two-columns {
    background: #f8f8f8;
  }
  .two-columns__block-header h2 span {
    display: block;
  }
  .two-columns__text .content li:not(:last-child) {
    margin-bottom: 28px;
  }
  .two-columns__text--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .two-columns__img {
    flex-shrink: 0;
  }
  @media screen and (max-width: 991.9px) {
    .two-columns__img {
      display: flex;
      justify-content: center;
    }
  }
  .two-columns__img img {
    width: var(--width);
    border-radius: 24px;
    overflow: hidden;
  }
  @media screen and (max-width: 991.9px) {
    .two-columns__img img {
      width: 412px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .two-columns__row {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .two-columns__row--mob-reverse {
    flex-direction: column-reverse;
  }
  @media screen and (min-width: 992px) {
    .two-columns__row {
      gap: 80px;
      flex-direction: row;
    }
  }
  .two-columns__strong:not(:first-child), .two-columns__button:not(:first-child) {
    margin-top: 40px;
  }
  .two-columns__strong,
  .two-columns__strong strong {
    font-size: 24px;
    font-weight: 400;
  }
  .two-columns__note {
    margin-top: 48px;
  }
  @media screen and (min-width: 992px) {
    .two-columns__note {
      margin-top: 80px;
    }
  }
  .two-columns--transparent {
    background: transparent;
  }
}
@layer layouts {
  .faq {
    width: 100%;
  }
  .faq__item-details {
    border-bottom: 2px solid #f8f8f8;
  }
  .faq__item-title-wrapper {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    color: #212427;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.55;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .faq__item-title-wrapper img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  .faq__item-details[open] .faq__item-title-wrapper img {
    transform: rotate(180deg);
  }
  .faq__item-content {
    padding-bottom: 16px;
  }
  .faq__item-content a {
    color: #F15A3B;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .faq__item-content br {
    margin-bottom: 20px;
  }
  .faq__item-title {
    padding-right: 20px;
  }
  @media screen and (max-width: 1199.9px) {
    .faq__item-title {
      font-size: 16px;
    }
  }
  .faq--small-title .faq__item-title {
    font-size: 16px;
  }
  .faq.bg-silver .faq__item-details {
    border-color: rgba(76, 99, 118, 0.5);
  }
}
@layer layouts {
  .footer {
    padding-block: 40px;
    margin-top: auto;
    margin-inline: auto;
    background: #fff;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .footer {
      padding-block: 80px;
    }
  }
  .footer__brand {
    flex: 1 1 100%;
    text-align: left;
    margin-bottom: 28px;
  }
  .footer__brand img {
    width: 246px;
    height: 42px;
    padding: 0;
    margin-bottom: 12px;
  }
  .footer__brand p {
    color: #212427;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
  .footer__bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    flex-flow: row wrap;
  }
  @media screen and (min-width: 1024px) {
    .footer__bottom {
      flex-flow: row nowrap;
    }
  }
  .footer__column {
    flex-basis: 100%;
  }
  @media screen and (min-width: 768px) and (max-width: 1023.9px) {
    .footer__column {
      flex-basis: calc(33.33% - 32px);
    }
  }
  @media screen and (min-width: 1024px) {
    .footer__column {
      flex-basis: auto;
    }
  }
  .footer__column h4 {
    color: #212427;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .footer__column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    text-align: left;
  }
  .footer__column ul li {
    margin-bottom: 12px;
  }
  .footer__column a:not(.btn-img, .social-icon),
  .footer__column p,
  .footer__column ul li a {
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .footer__column a:not(.btn-img, .social-icon):hover,
    .footer__column p:hover,
    .footer__column ul li a:hover {
      color: #F15A3B;
    }
  }
  .footer__currency {
    font-weight: 700;
  }
  .footer__apps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
  @media screen and (max-width: 767.9px) {
    .footer__apps {
      align-items: flex-start;
    }
  }
  .footer .social-icons {
    display: flex;
    align-items: center;
    margin: -10px 0 12px -5px;
  }
  .footer .social-icon {
    display: inline-block;
    padding: 10px 6px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-delay: 0ms;
  }
  @media (hover: hover) {
    .footer .social-icon:hover {
      transform: translateY(-5px);
    }
  }
  .footer .social-icon img {
    width: 15px;
    height: 15px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer__bottom-bar:not(:first-child) {
      margin-top: 40px;
    }
  }
  .footer__bottom-links:not(:last-child) {
    margin-bottom: 40px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-links {
      display: flex;
      gap: 24px;
    }
    .footer__bottom-links:not(:last-child) {
      margin-bottom: 0;
    }
  }
  .footer__bottom-links li:not(:last-child) {
    margin-bottom: 24px;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom-links li:not(:last-child) {
      margin-bottom: 0;
    }
  }
  .footer__bottom-links a {
    color: #4c6376;
  }
}