@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "poppins";
  font-display: swap;
  src: url("/c7iLpx__fonts/c7iLpx__poppins-regular.woff2") format("woff2"), url("/c7iLpx__fonts/c7iLpx__poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins";
  font-display: swap;
  src: url("/c7iLpx__fonts/c7iLpx__poppins-semibold.woff2") format("woff2"), url("/c7iLpx__fonts/c7iLpx__poppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --section-padding-block: 70px;
  --section-padding-block-mobile: 60px;
  --background: #fff;
  --font-color: #242424;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: poppins, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --btn-font-size: 1.4rem;
  --btn-font-weight: 600;
  --btn-padding: 0.4912em 3em;
  --btn-bg: #0A6BD4;
  --btn-bg-hover: var(--btn-bg);
  --btn-color: #ffffff;
  --btn-color-hover: #F8E968;
  --btn-radius: .6rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: 0 5px 0 0 #114780;
  --btn-shadow-hover: 0 5px 0 0 #114780, 0 6px 16px rgba(248, 234, 104, 0.6);
}

strong {
  font-weight: 600;
}

h1,
.c7iLpx__h1,
h2,
.c7iLpx__h2,
h3,
.c7iLpx__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 600;
}

h1,
.c7iLpx__h1 {
  font-size: clamp(1.875rem, 1.2259615385rem + 2.8846153846vw, 3.75rem);
}

h2,
.c7iLpx__h2 {
  font-size: clamp(1.75rem, 1.6634615385rem + 0.3846153846vw, 2rem);
}

h3,
.c7iLpx__h3 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.c7iLpx__no-scroll {
  overflow: hidden;
}

.c7iLpx__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c7iLpx__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c7iLpx__items .c7iLpx__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.c7iLpx__terms .c7iLpx__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c7iLpx__terms ul li,
.c7iLpx__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c7iLpx__terms ul li:before,
.c7iLpx__ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

.c7iLpx__terms ol,
.c7iLpx__ol-list {
  counter-reset: item;
}

.c7iLpx__terms ol li,
.c7iLpx__ol-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: item;
}

.c7iLpx__terms ol li::before,
.c7iLpx__ol-list li::before {
  content: counter(item) ".";
  margin-inline: 8px;
}

.c7iLpx__main section,
.c7iLpx__main .c7iLpx__section {
  padding-block: var(--section-padding-block);
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  min-height: 50px;
  letter-spacing: 0.8px;
  border: 1px solid #5D8FC5;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: btnShine 0.6s linear infinite;
  animation: btnShine 0.6s linear infinite;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@-webkit-keyframes btnShine {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes btnShine {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.c7iLpx__center {
  text-align: center;
}

.c7iLpx__center .btn {
  margin-inline: auto;
}

.c7iLpx__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

/* Blocks */

.c7iLpx__banner {
  background-color: #465167;
  background-image: linear-gradient(110deg, rgba(4, 30, 47, 0.5) 0%, rgba(122, 127, 137, 0.3) 42%, transparent 100%), url("/c7iLpx__img/c7iLpx__banner.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}

.c7iLpx__avif .c7iLpx__banner {
  background-image: linear-gradient(110deg, rgba(4, 30, 47, 0.5) 0%, rgba(122, 127, 137, 0.3) 42%, transparent 100%), url("/c7iLpx__img/c7iLpx__banner.avif")
}

.c7iLpx__banner .c7iLpx__container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  overflow: hidden;
}

.c7iLpx__banner .c7iLpx__inner {
  padding-block: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c7iLpx__banner .c7iLpx__descr {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.c7iLpx__banner .c7iLpx__descr::before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/c7iLpx__img/c7iLpx__icon-check-seal.svg");
}

.c7iLpx__banner .c7iLpx__betting {
  color: #F8E968;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  font-weight: 600;
  scale: 1 1.2;
}

.c7iLpx__banner .c7iLpx__check {
  -webkit-columns: 316px;
  -moz-columns: 316px;
  columns: 316px;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.c7iLpx__banner .c7iLpx__check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.c7iLpx__banner .c7iLpx__check li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/c7iLpx__img/c7iLpx__icon-check.svg");
}

.c7iLpx__arm-mob {
  -webkit-transform-origin: 60% 85%;
  -ms-transform-origin: 60% 85%;
  transform-origin: 60% 85%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: armMobFloat 3.4s cubic-bezier(0.45, 0.05, 0.25, 1) infinite;
  animation: armMobFloat 3.4s cubic-bezier(0.45, 0.05, 0.25, 1) infinite;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  margin-top: auto;
  max-height: 572px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@-webkit-keyframes armMobFloat {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1.005);
    transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1.005);
  }
}

@keyframes armMobFloat {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1.005);
    transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1.005);
  }
}

.c7iLpx__footer {
  background: #1E202D;
  color: #FFF;
  margin-top: auto;
  padding-block: 30px;
}

.c7iLpx__footer a:hover {
  opacity: 0.6;
}

.c7iLpx__footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

.c7iLpx__footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.c7iLpx__footer nav .c7iLpx__link {
  display: contents;
}

.c7iLpx__header {
  padding-block: 10px;
  background: #1E202D;
}

.c7iLpx__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c7iLpx__header .c7iLpx__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.c7iLpx__header a:hover {
  opacity: 0.6;
}

.c7iLpx__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c7iLpx__logo img {
  width: 195px;
  aspect-ratio: 3.0462/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.c7iLpx__logos {
  overflow: hidden;
}

.c7iLpx__logos__list {
  --logos-gap: 20px;
  display: grid;
  grid-template-columns: repeat(7, minmax(60px, 100px));
  gap: var(--logos-gap);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c7iLpx__logos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c7iLpx__logos__item--dup {
  display: none;
}

.c7iLpx__logos__item img {
  width: 100%;
  height: auto;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

section.c7iLpx__logos {
  padding-block: 0 var(--section-padding-block);
}

@-webkit-keyframes logosMarquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(calc(-50% - var(--logos-gap) / 2), 0, 0);
    transform: translate3d(calc(-50% - var(--logos-gap) / 2), 0, 0);
  }
}

@keyframes logosMarquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(calc(-50% - var(--logos-gap) / 2), 0, 0);
    transform: translate3d(calc(-50% - var(--logos-gap) / 2), 0, 0);
  }
}

.c7iLpx__our .c7iLpx__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  max-width: 400px;
  margin-inline: auto;
}

.c7iLpx__review .c7iLpx__wrapper {
  border-radius: 20px;
  border: 1px solid #C1CEC0;
  background-color: #465167;
  background-image: linear-gradient(110deg, rgba(4, 30, 47, 0.5) 0%, rgba(122, 127, 137, 0.3) 42%, transparent 100%), url("/c7iLpx__img/c7iLpx__bg-wrapper.avif");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  padding-inline: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c7iLpx__avif .c7iLpx__review .c7iLpx__wrapper {
  background-image: linear-gradient(110deg, rgba(4, 30, 47, 0.5) 0%, rgba(122, 127, 137, 0.3) 42%, transparent 100%), url("/c7iLpx__img/c7iLpx__bg-wrapper.avif")
}

.c7iLpx__review .c7iLpx__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: 414px;
  margin-block: 24px;
  margin-inline: auto;
}

.c7iLpx__review .c7iLpx__inner-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 870px;
  flex: 1 1 870px;
  max-width: 870px;
  margin-block: 24px;
  margin-inline: 0 auto;
}

.c7iLpx__review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 870px;
}

.c7iLpx__review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  justify-content: center;
}

.c7iLpx__review-card .c7iLpx__wrap {
  width: 100%;
}

.c7iLpx__review .c7iLpx__wrap {
  border-radius: 20px;
  border: 1px solid #F8E968;
  background: rgba(49, 60, 85, 0.59);
  backdrop-filter: blur(4px);
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  line-height: 1.2;
  max-width: 429px;
  width: 100%;
}

.c7iLpx__review .c7iLpx__wrap p {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c7iLpx__review .c7iLpx__review-slider {
  width: 100%;
}

.c7iLpx__review-slider__viewport {
  overflow: hidden;
}

.c7iLpx__review-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c7iLpx__review-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c7iLpx__review-slide .c7iLpx__wrap {
  width: 100%;
}

.c7iLpx__review-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.c7iLpx__review-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #F8E968;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}

.c7iLpx__review-slider__dot.is-active {
  width: 26px;
  border-radius: 6px;
  background: #F8E968;
}

.c7iLpx__review .c7iLpx__bonus {
  color: #F8E968;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.c7iLpx__review .c7iLpx__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.c7iLpx__review .c7iLpx__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #F8E968;
  background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(4px);
  padding: 9px 16px;
  color: #EFEFEF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c7iLpx__review .c7iLpx__info li::before {
  content: "";
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c7iLpx__review .c7iLpx__info .c7iLpx__cup::before {
  background-image: url("/c7iLpx__img/c7iLpx__icon-cup.avif");
}

.c7iLpx__avif .c7iLpx__review .c7iLpx__info .c7iLpx__cup::before {
  background-image: url("/c7iLpx__img/c7iLpx__icon-cup.avif")
}

.c7iLpx__review .c7iLpx__info .c7iLpx__days::before {
  background-image: url("/c7iLpx__img/c7iLpx__icon-days.avif");
}

.c7iLpx__avif .c7iLpx__review .c7iLpx__info .c7iLpx__days::before {
  background-image: url("/c7iLpx__img/c7iLpx__icon-days.avif")
}

.c7iLpx__review .c7iLpx__arm-mob {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  min-width: 0;
  width: min(100%, 500px);
  height: auto;
  margin-block: -100px;
  max-width: 400px;
  -o-object-position: center;
  object-position: center;
  margin-right: -96px;
}

.c7iLpx__tickets-section .btn {
  margin-inline: auto;
}

.c7iLpx__tickets-section__intro {
  width: min(100%, 750px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c7iLpx__tickets-section__avatar {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
}

.c7iLpx__tickets-section__text {
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.375rem);
  line-height: 1.5;
  max-width: 700px;
}

.c7iLpx__tickets-slider {
  --ticket-gap: 18px;
  --ticket-width: min(537px, 78vw);
  --arrow-size: 42px;
  position: relative;
}

.c7iLpx__tickets-slider__viewport {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.c7iLpx__tickets-slider__viewport::-webkit-scrollbar {
  display: none;
}

.c7iLpx__tickets-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--ticket-gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-block: 8px;
}

.c7iLpx__tickets-slider__arrow {
  position: absolute;
  bottom: 50%;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 10px;
  border: 1px solid #5D8FC5;
  background: #0A6BD4;
  -webkit-box-shadow: 0 2px 0 0 #114780;
  box-shadow: 0 2px 0 0 #114780;
  color: #ffffff;
  display: grid;
  place-items: center;
  padding: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 2;
}

.c7iLpx__tickets-slider__arrow:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.c7iLpx__tickets-slider__arrow:disabled {
  opacity: 0.65;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.c7iLpx__tickets-slider__arrow svg {
  pointer-events: none;
}

.c7iLpx__tickets-slider__arrow--prev {
  left: calc(var(--arrow-size) * -1.3);
}

.c7iLpx__tickets-slider__arrow--next {
  right: calc(var(--arrow-size) * -1.3);
}

.c7iLpx__tickets-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--ticket-width);
  flex: 0 0 var(--ticket-width);
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 19px;
  border: 1px solid #6681F2;
  -webkit-box-shadow: 0 2px 10px 0 rgba(24, 19, 123, 0.6);
  box-shadow: 0 2px 10px 0 rgba(24, 19, 123, 0.6);
}

.c7iLpx__tickets-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1220px) {
  .c7iLpx__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .c7iLpx__header {
    padding-block: 12px;
  }

  .c7iLpx__header__nav {
    display: none;
  }

  .c7iLpx__tickets-section .c7iLpx__container {
    gap: 28px;
  }

  .c7iLpx__tickets-section__intro {
    width: min(100%, 700px);
    gap: 20px;
  }

  .c7iLpx__tickets-slider__arrow {
    display: none;
  }
}

@media (max-width: 820px) {
  .c7iLpx__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c7iLpx__main section,
  .c7iLpx__main .c7iLpx__section {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    margin-inline: auto;
    max-width: 420px;
    padding-inline: 1rem;
    font-size: 1.2rem;
  }

  .c7iLpx__banner .c7iLpx__container {
    grid-template-columns: 1fr;
  }

  .c7iLpx__banner .c7iLpx__inner {
    padding-block: 24px 0;
  }

  .c7iLpx__banner .c7iLpx__check li {
    margin-bottom: 4px;
  }

  .c7iLpx__arm-mob {
    max-height: 260px;
  }

  .c7iLpx__footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c7iLpx__footer .c7iLpx__logo {
    margin-inline: auto;
  }

  .c7iLpx__logo img {
    width: 120px;
  }

  section.c7iLpx__logos {
    padding-block: 10px;
  }

  .c7iLpx__logos .c7iLpx__container {
    padding-inline: clamp(16px, 5vw, 3em);
  }

  .c7iLpx__logos__list {
    --logos-gap: clamp(14px, 6vw, 3.6em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: var(--logos-gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: logosMarquee 16s linear infinite;
    animation: logosMarquee 16s linear infinite;
    will-change: transform;
  }

  .c7iLpx__logos__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c7iLpx__logos__item--dup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c7iLpx__logos__item img {
    width: auto;
    height: clamp(60px, 12vw, 80px);
    max-width: none;
  }

  .c7iLpx__review .c7iLpx__inner {
    margin-block: 20px 0;
  }

  .c7iLpx__review .c7iLpx__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c7iLpx__tickets-section .c7iLpx__container {
    gap: 22px;
  }

  .c7iLpx__tickets-section__intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 16px;
  }

  .c7iLpx__tickets-section__avatar {
    width: 94px;
  }

  .c7iLpx__tickets-slider {
    --ticket-gap: 12px;
    --ticket-width: min(86vw, 420px);
  }

  .c7iLpx__tickets-slider__arrow {
    display: none;
  }

  .c7iLpx__tickets-slider__viewport {
    margin-inline: 0;
    padding-inline: 0;
  }
}

@media (max-width: 1381px) {
  .c7iLpx__review .c7iLpx__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1221px) {
  .c7iLpx__review .c7iLpx__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .c7iLpx__review .c7iLpx__inner-new {
    display: contents;
  }

  .c7iLpx__review-grid {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 100%;
  }

  .c7iLpx__review .c7iLpx__arm-mob {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: min(100%, 320px);
    max-width: 320px;
    margin-block: 20px 0;
    margin-inline: auto;
  }

  .c7iLpx__review .btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 991px) {
  .c7iLpx__review-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }
}

@media (max-width: 348px) {
  .c7iLpx__review .btn {
    padding-inline: 0;
  }
}

@media (hover: hover) and (pointer: fine) {

  .btn:hover,
  .btn:focus-visible {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-animation: none;
    animation: none;
  }

  .c7iLpx__banner .c7iLpx__arm-mob {
    -webkit-animation: none;
    animation: none;
  }

  .c7iLpx__logos__list {
    -webkit-animation: none;
    animation: none;
  }
}