.splide__container {
  box-sizing: border-box;
  position: relative
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}
.splide:not(.is-overflow) .splide__pagination {
  display: none
}
.splide__progress__bar {
  width: 0
}
.splide {
  position: relative;
  visibility: hidden
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative
}
.splide__slide img {
  vertical-align: bottom
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}
@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1
}
.splide--rtl {
  direction: rtl
}
.splide__track--ttb > .splide__list {
  display: block
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}
.splide__arrow:hover:not(:disabled) {
  opacity: .9
}
.splide__arrow:disabled {
  opacity: .3
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__arrow--prev {
  left: 1em
}
.splide__arrow--prev svg {
  transform: scaleX(-1)
}
.splide__arrow--next {
  right: 1em
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__progress__bar {
  background: #ccc;
  height: 3px
}
.splide__slide {
  -webkit-tap-highlight-color: transparent
}
.splide__slide:focus {
  outline: 0
}
@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}
@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}
@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf
  }
}
.splide__toggle {
  cursor: pointer
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: 0;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1
}
ol,
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before {
  content: "";
  content: none
}
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: initial
}
@font-face {
  font-family: FSElliotPro-Bold;
  font-display: swap;
  src: url(../fonts/FSElliotPro-Bold.woff) format("woff"),url(../fonts/FSElliotPro-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat-Regular;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat-Bold;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Jost-Bold;
  font-display: swap;
  src: url(../fonts/Jost-Bold.woff) format("woff"),url(../fonts/Jost-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Jost-ExtraBold;
  font-display: swap;
  src: url(../fonts/Jost-ExtraBold.woff) format("woff"),url(../fonts/Jost-ExtraBold.woff2) format("woff2")
}
@font-face {
  font-family: Jost-Regular;
  font-display: swap;
  src: url(../fonts/Jost-Regular.woff) format("woff"),url(../fonts/Jost-Regular.woff2) format("woff2")
}
:root {
  --f-elliot: 'FSElliotPro-Bold',Arial,sans-serif;
  --f-m-regular: 'Montserrat-Regular',Arial,sans-serif;
  --f-m-bold: 'Montserrat-Bold',Arial,sans-serif;
  --f-j-regular: 'Jost-Regular',Arial,sans-serif;
  --f-j-bold: 'Jost-Bold',Arial,sans-serif;
  --f-j-extrabold: 'Jost-ExtraBold',Arial,sans-serif;
  --primary: #6F52F0;
  --blue: rgba(93, 158, 255, 1)
}
* {
  box-sizing: border-box;
  min-height: .001vw
}
body {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(90deg,#252525 -60%,#151515 -23%,rgba(23,23,23,.79) -3%,#0f0f0f 89%),#7f00d4;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--f-m-regular);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body.body--country-popup .map-container {
  opacity: .2;
  pointer-events: none
}
body.body--country-popup .country-popups {
  pointer-events: all
}
body.body--cases-popup .header::before {
  opacity: 1
}
body.body--cases-popup .bg-blurs {
  opacity: 0
}
body.body--cases-popup .header-item--cases {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all
}
body.body--cases-popup .header-item--main {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none
}
body.body--cases-popup .cases-bg {
  opacity: 1
}
body.body--cases-popup .cases-slider {
  opacity: 1;
  pointer-events: all
}
body.body--cases-popup .cases-slider__inner::after {
  display: block
}
body.body--cases-popup .map {
  pointer-events: none;
  -webkit-mask-image: url(../images/case-mask.svg);
  mask-image: url(../images/case-mask.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
@media (max-width:1024px) {
  body.body--cases-popup .map {
    -webkit-mask-position: 87.4% 54%;
    mask-position: 87.4% 54%;
    -webkit-mask-size: 77.7%;
    mask-size: 77.7%
  }
}
@media (max-width:767px) {
  body.body--cases-popup .map {
    -webkit-mask-position: 17.2% 84.8%;
    mask-position: 17.2% 84.8%;
    -webkit-mask-size: 122%;
    mask-size: 122%;
    top: -31%;
    height: 130%
  }
}
@media (max-width:767px) {
  body.body--cases-popup .map-active__item[data-map-country=brazil] {
    top: 14%
  }
  body.body--cases-popup .map-active__item[data-map-country=argentina] {
    top: 52%
  }
  body.body--cases-popup .map-active__item[data-map-country=chile] {
    top: 46.4%
  }
}
body.body--cases-popup .map-container {
  opacity: .2
}
body.body--cases-popup .map--active-brazil .map-wrapper {
  -webkit-transform: translate(-14%,-20%);
  transform: translate(-14%,-20%)
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  body.body--cases-popup .map--active-brazil .map-wrapper {
    -webkit-transform: translate(-14%,-3%);
    transform: translate(-14%,-3%)
  }
}
@media (max-width:1024px) {
  body.body--cases-popup .map--active-brazil .map-wrapper {
    -webkit-transform: translate(-2%,-7%);
    transform: translate(-2%,-7%)
  }
}
@media (max-width:767px) {
  body.body--cases-popup .map--active-brazil .map-wrapper {
    -webkit-transform: translate(-8%,0);
    transform: translate(-8%,0)
  }
}
body.body--cases-popup .map--active-argentina .map-wrapper {
  -webkit-transform: translate(-3%,-45%);
  transform: translate(-3%,-45%)
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  body.body--cases-popup .map--active-argentina .map-wrapper {
    -webkit-transform: translate(-3%,-40%);
    transform: translate(-3%,-40%)
  }
}
@media (max-width:1024px) {
  body.body--cases-popup .map--active-argentina .map-wrapper {
    -webkit-transform: translate(5%,-38%);
    transform: translate(5%,-38%)
  }
}
@media (max-width:767px) {
  body.body--cases-popup .map--active-argentina .map-wrapper {
    -webkit-transform: translate(3%,-35%);
    transform: translate(3%,-35%)
  }
}
body.body--cases-popup .map--active-chile .map-wrapper {
  -webkit-transform: translate(4%,-45%);
  transform: translate(4%,-45%)
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  body.body--cases-popup .map--active-chile .map-wrapper {
    -webkit-transform: translate(4%,-40%);
    transform: translate(4%,-40%)
  }
}
@media (max-width:1024px) {
  body.body--cases-popup .map--active-chile .map-wrapper {
    -webkit-transform: translate(8%,-35%);
    transform: translate(8%,-35%)
  }
}
body.body--skins-popup .skins {
  pointer-events: all
}
body.body--skins-popup .cases-slider {
  opacity: .2
}
body.body--skins-popup .header-content {
  opacity: .2
}
img,
svg {
  max-width: 100%;
  vertical-align: top
}
a {
  transition: .2s ease
}
.primary {
  color: var(--primary)
}
.main {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
@media (max-width:1400px) {
  .main {
    padding-top: 50px
  }
}
.main-inner {
  margin: auto;
  width: 100%;
  max-width: 1920px
}
.content {
  position: relative;
  width: 100%;
  padding-bottom: 55%
}
@media only screen and (max-height:1050px) and (min-width:1025px) {
  .content {
    padding-bottom: 52%
  }
}
@media only screen and (max-height:950px) and (min-width:1025px) {
  .content {
    padding-bottom: 50%
  }
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .content {
    padding-bottom: 48%
  }
}
@media only screen and (max-height:670px) and (min-width:1025px) {
  .content {
    padding-bottom: 43%
  }
}
@media (max-width:1024px) {
  .content {
    padding-bottom: 80%
  }
}
@media (max-width:767px) {
  .content {
    padding-bottom: 124%
  }
}
.btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(271deg,rgba(255,255,255,0) -30%,rgba(255,255,255,.2) 51%,rgba(255,255,255,0) 105%),#35f;
  position: relative;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: var(--f-m-bold);
  font-size: 16px;
  line-height: 1.1;
  height: 60px;
  padding: 6px 40px;
  color: #fff;
  text-decoration: none;
  transition: .3s ease;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.btn--round {
  -webkit-filter: drop-shadow(3px 0 15px #4b69ff);
  filter: drop-shadow(3px 0 15px #4b69ff);
  letter-spacing: .02em;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.btn--round:hover {
  -webkit-filter: drop-shadow(3px 0 20px #4b69ff);
  filter: drop-shadow(3px 0 20px #4b69ff)
}
.btn--round:active {
  -webkit-filter: drop-shadow(3px 0 15px #4b69ff);
  filter: drop-shadow(3px 0 15px #4b69ff)
}
.header {
  padding-top: clamp(25px,3.1vw,60px);
  position: absolute;
  z-index: 2;
  top: 0;
  inset-inline: 0
}
@media only screen and (max-height:1000px) and (min-width:1025px) {
  .header {
    padding-top: 25px
  }
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .header {
    padding-top: 15px
  }
}
.header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(180deg,rgba(8,8,8,.8) 32.74%,rgba(8,8,8,.432) 100%);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  content: "";
  opacity: 0;
  transition: opacity .3s ease
}
.header-container {
  padding: 0 18px;
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header-logo {
  margin-bottom: clamp(25px,2vw,40px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-height:1000px) and (min-width:1025px) {
  .header-logo {
    margin-bottom: 20px
  }
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .header-logo {
    margin-bottom: 15px
  }
}
.header-title {
  font-size: 24px
}
@media (min-width:1024px) {
  .header-title {
    font-size: calc(.0055803571 * 100vw + 18.2857142857px)
  }
}
@media (min-width:1920px) {
  .header-title {
    font-size: 29px
  }
}
.header-title {
  text-transform: uppercase;
  font-family: var(--f-j-extrabold);
  line-height: 1.1;
  margin-bottom: 20px
}
@media only screen and (max-height:1000px) and (min-width:1025px) {
  .header-title {
    margin-bottom: 10px
  }
}
@media (max-width:767px) {
  .header-title br {
    display: none
  }
}
.header-action {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--f-j-regular);
  background: rgba(15,15,15,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 42px;
  padding: 6px 15px;
  min-height: 48px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .header-action {
    min-height: 40px
  }
}
@media (max-width:767px) {
  .header-action {
    background: rgba(15,15,15,.8);
    border: 1px solid rgba(255,255,255,.25);
    padding: 6px 10px
  }
}
.header-action span {
  font-family: var(--f-j-bold)
}
.header-content {
  width: 100%;
  position: relative;
  transition: opacity .6s ease
}
.header-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease
}
.header-item--cases {
  position: absolute;
  opacity: 0;
  inset: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: none
}
.header-item--cases .header-title {
  font-size: 24px
}
@media (min-width:1024px) {
  .header-item--cases .header-title {
    font-size: calc(.0089285714 * 100vw + 14.8571428571px)
  }
}
@media (min-width:1920px) {
  .header-item--cases .header-title {
    font-size: 32px
  }
}
.header-item--cases .header-action {
  background: rgba(15,15,15,.8);
  border: 1px solid rgba(255,255,255,.25)
}
.footer {
  background: rgba(5,10,22,.7);
  padding: 70px 0;
  font-family: var(--f-elliot);
  position: relative
}
@media (max-width:1920px) {
  .footer {
    padding: 70px 20px
  }
}
@media (max-width:1400px) {
  .footer {
    padding: 20px 20px 40px
  }
}
@media (max-width:767px) {
  .footer {
    padding-inline: 0
  }
}
.footer-container {
  padding: 0 16px;
  max-width: 1298px;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:1024px) {
  .footer-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 20px
  }
}
.footer-text {
  color: #4d4a64
}
.footer-text--primary {
  color: #78758c
}
.footer-menu__link {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--blue)
}
@media (max-width:767px) {
  .footer-logo {
    width: 59px;
    height: 53px
  }
}
.footer-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px
}
@media (max-width:1024px) {
  .footer-left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px
  }
}
.footer-left .footer-menu {
  display: none
}
@media (max-width:1024px) {
  .footer-left .footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px
  }
}
.footer-title {
  font-size: 16px;
  margin-bottom: 12px
}
@media (max-width:1024px) {
  .footer-title {
    margin-bottom: 20px
  }
}
.footer-text {
  margin-bottom: 8px;
  line-height: 1.7
}
.footer-text:last-child {
  margin-bottom: 0
}
.footer-text a {
  text-decoration: underline;
  color: inherit
}
.footer-text a:hover {
  color: var(--blue)
}
.footer-lang {
  margin-bottom: 8px
}
@media (max-width:1024px) {
  .footer-lang {
    margin: 0 auto 15px
  }
}
.footer-right {
  text-align: right;
  display: grid;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  justify-items: end
}
@media (max-width:1024px) {
  .footer-right {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: center
  }
  .footer-right .footer-text {
    margin-bottom: 0
  }
}
@media (max-width:1024px) {
  .footer-right .footer-menu {
    display: none
  }
}
.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-end;
  gap: 30px;
  margin-top: 10px
}
.lang {
  position: relative
}
.lang.active .lang-dropdown {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1
}
.lang.active .lang-btn::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}
.lang.active .lang-btn__inner {
  background-color: #2c467c
}
.lang-btn {
  position: relative;
  padding-right: 24px
}
.lang-btn:active .lang-btn__inner,
.lang-btn:hover .lang-btn__inner {
  background-color: #2c467c
}
.lang-btn::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/arrow-bottom.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  content: "";
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.lang-btn__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #15213a;
  width: 40px;
  height: 40px;
  padding: 3px;
  transition: .3s ease
}
.lang-dropdown {
  background-color: #15213a;
  border-radius: 10px;
  position: absolute;
  bottom: 100%;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  z-index: 2;
}
.lang-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  transition: .3s ease
}
.lang-option:active,
.lang-option:hover {
  background-color: #2c467c
}
.lang-option.active {
  display: none
}
.bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120.56deg,#1d2948 -2.28%,#141d33 21.31%,#0f1628 33.91%,#050a16 92.75%),#141225
}
.bg-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: .6;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bg-stars::after,
.bg-stars::before {
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  content: ""
}
.bg-stars::before {
  background-image: url(../images/stars1.svg);
  left: -7%
}
.bg-stars::after {
  background-image: url(../images/stars2.svg);
  right: 0
}
.bg-blurs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: opacity .6s ease
}
@media (max-width:1024px) {
  .bg-blurs {
    display: none
  }
}
.bg-blurs img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bg-blurs img:nth-child(1) {
  width: 30%;
  height: 100%;
  right: initial;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right
}
.bg-blurs img:nth-child(2) {
  width: 20%;
  height: 100%;
  left: initial;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left
}
.bg-blurs img:nth-child(3) {
  width: 100%;
  height: 30%;
  bottom: initial;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center
}
.map {
  width: 100%;
  position: absolute;
  z-index: 1;
  inset: 0
}
@media (max-width:1024px) {
  .map {
    width: 270%;
    height: 120%;
    inset: -20% -105% 0
  }
}
.map.hovered .map-container {
  opacity: .2
}
.map-container {
  position: absolute;
  inset: 0;
  transition: opacity .3s ease
}
.map-country {
  cursor: pointer
}
.map-country.active .map-country__flag {
  opacity: 0
}
.map-country__flag {
  transition: opacity .3s ease
}
.map-active {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none
}
.map-active__item {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-transform: scale(.97);
  transform: scale(.97);
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease
}
.map-active__item.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2
}
.map-active__item[data-map-country=brazil] {
  top: 10.3%;
  left: 44%;
  width: 36.7%
}
@media (max-width:1024px) {
  .map-active__item[data-map-country=brazil] {
    top: 10.4%;
    left: 46.1%;
    width: 24%
  }
}
@media (max-width:767px) {
  .map-active__item[data-map-country=brazil] {
    top: 10.6%;
    left: 43.8%;
    width: 37%
  }
}
.map-active__item[data-map-country=argentina] {
  top: 52.7%;
  left: 44.5%;
  width: 19.6%
}
@media (max-width:1024px) {
  .map-active__item[data-map-country=argentina] {
    top: 52.7%;
    left: 46.4%;
    width: 12.8%
  }
}
@media (max-width:767px) {
  .map-active__item[data-map-country=argentina] {
    top: 52.5%;
    left: 44.5%;
    width: 19.5%
  }
}
.map-active__item[data-map-country=chile] {
  top: 45.4%;
  left: 42.6%;
  width: 10.3%
}
@media (max-width:1024px) {
  .map-active__item[data-map-country=chile] {
    top: 45.9%;
    left: 45.2%;
    width: 6.7%
  }
}
@media (max-width:767px) {
  .map-active__item[data-map-country=chile] {
    top: 45.4%;
    left: 42.6%;
    width: 10.3%
  }
}
.map-wrapper {
  position: absolute;
  inset-inline: 0;
  bottom: -40px;
  width: 83%;
  padding-bottom: 45%;
  margin: auto auto 0;
  -webkit-mask-image: radial-gradient(ellipse 63% 60% at 50% 54%,#000 60%,rgba(0,0,0,0) 75%);
  mask-image: radial-gradient(ellipse 63% 60% at 50% 54%,#000 60%,rgba(0,0,0,0) 75%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transform: translate(-4%,-5%);
  transform: translate(-4%,-5%);
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease
}
@media (max-width:1024px) {
  .map-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-mask-image: radial-gradient(ellipse 40% 60% at 60% 54%,#000 60%,rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(ellipse 40% 60% at 60% 54%,#000 60%,rgba(0,0,0,0) 75%)
  }
}
.map-wrapper svg {
  width: 100%;
  height: 100%
}
.country-popups {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline: 0;
  padding-bottom: 40%
}
@media (max-width:1024px) {
  .country-popups {
    padding-bottom: 0;
    inset: 0
  }
}
.country-popup {
  max-width: 772px;
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none
}
@media (max-width:1400px) {
  .country-popup {
    width: 75%
  }
}
@media (max-width:1024px) {
  .country-popup {
    width: 100%
  }
}
@media (max-width:767px) {
  .country-popup {
    max-width: 500px;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
  }
}
.country-popup[data-country=argentina] .country-popup__map {
  -webkit-transform: scale(1.8) translate(10%,-5%);
  transform: scale(1.8) translate(10%,-5%)
}
@media (max-width:767px) {
  .country-popup[data-country=argentina] .country-popup__map {
    -webkit-transform: scale(2) translate(7%,5%);
    transform: scale(2) translate(7%,5%)
  }
}
.country-popup[data-country=argentina] .country-popup__case {
  -webkit-transform: translate(30%,10%);
  transform: translate(30%,10%)
}
@media (max-width:1024px) {
  .country-popup[data-country=argentina] .country-popup__case {
    -webkit-transform: translate(50%,15%);
    transform: translate(50%,15%)
  }
}
@media (max-width:767px) {
  .country-popup[data-country=argentina] .country-popup__case {
    -webkit-transform: translate(85%,5%);
    transform: translate(85%,5%)
  }
}
.country-popup[data-country=chile] .country-popup__map {
  -webkit-transform: scale(1.8) translate(0,-5%);
  transform: scale(1.8) translate(0,-5%)
}
@media (max-width:1024px) {
  .country-popup[data-country=chile] .country-popup__map {
    -webkit-transform: scale(2) translate(5%,0);
    transform: scale(2) translate(5%,0)
  }
}
.country-popup[data-country=chile] .country-popup__case {
  -webkit-transform: translate(30%,10%);
  transform: translate(30%,10%)
}
@media (max-width:1024px) {
  .country-popup[data-country=chile] .country-popup__case {
    -webkit-transform: translate(50%,10%);
    transform: translate(50%,10%)
  }
}
@media (max-width:767px) {
  .country-popup[data-country=chile] .country-popup__case {
    -webkit-transform: translate(80%,0);
    transform: translate(80%,0)
  }
}
.country-popup.active {
  pointer-events: all
}
.country-popup.active .country-popup__media {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.country-popup.active .country-popup__btn--mobile,
.country-popup.active .country-popup__card,
.country-popup.active .country-popup__content {
  opacity: 1
}
.country-popup__card {
  opacity: 0;
  position: absolute;
  right: -20px;
  inset-block: 0;
  width: 80%;
  background: rgba(15,15,15,.8);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transition: opacity .3s ease
}
@media (max-width:767px) {
  .country-popup__card {
    padding-bottom: 37%;
    inset: unset;
    right: 20px;
    border-radius: 20px;
    position: relative;
    margin-left: auto
  }
}
.country-popup__card::before {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
  height: 100px;
  background-image: url(../images/blur-red.png);
  background-size: cover;
  background-position: center top;
  content: "";
  pointer-events: none
}
.country-popup__card-lines::after,
.country-popup__card-lines::before {
  position: absolute;
  inset-inline: 40px;
  height: 1px;
  background-image: linear-gradient(90deg,rgba(89,112,255,0),rgba(89,112,255,.6),rgba(89,112,255,0));
  content: ""
}
.country-popup__card-lines::before {
  top: -1px
}
.country-popup__card-lines::after {
  bottom: -1px
}
.country-popup__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-transform: translate(-6%,-40%);
  transform: translate(-6%,-40%)
}
@media (max-width:1920px) {
  .country-popup__inner {
    -webkit-transform: translate(-6%,-10%);
    transform: translate(-6%,-10%)
  }
}
@media (max-width:767px) {
  .country-popup__inner {
    -webkit-transform: none;
    transform: none;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.country-popup__media {
  width: 48%;
  position: absolute;
  left: 0;
  inset-block: 0;
  z-index: 2;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease
}
@media (max-width:767px) {
  .country-popup__media {
    width: 60%;
    inset: 0
  }
}
.country-popup__map {
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: scale(1.65);
  transform: scale(1.65)
}
@media (max-width:1024px) {
  .country-popup__map {
    -webkit-transform: scale(1.65) translate(10%,0);
    transform: scale(1.65) translate(10%,0)
  }
}
@media (max-width:767px) {
  .country-popup__map {
    -webkit-transform: scale(1.9) translate(5%,5%);
    transform: scale(1.9) translate(5%,5%)
  }
}
.country-popup__case {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 79%;
  -webkit-transform: translate(20%,-5%);
  transform: translate(20%,-5%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:1024px) {
  .country-popup__case {
    width: 70%;
    -webkit-transform: translate(50%,5%);
    transform: translate(50%,5%)
  }
}
@media (max-width:767px) {
  .country-popup__case {
    max-width: initial;
    width: 83%;
    -webkit-transform: translate(85%,5%);
    transform: translate(85%,5%)
  }
}
.country-popup__content {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 50px 35px;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: opacity .3s ease
}
@media (max-width:1024px) {
  .country-popup__content {
    padding: 50px 20px;
    width: 45%
  }
}
@media (max-width:767px) {
  .country-popup__content {
    display: none
  }
}
.country-popup__title {
  font-size: 24px
}
@media (min-width:768px) {
  .country-popup__title {
    font-size: calc(.0034722222 * 100vw + 21.3333333333px)
  }
}
@media (min-width:1920px) {
  .country-popup__title {
    font-size: 28px
  }
}
.country-popup__title {
  text-transform: uppercase;
  font-family: var(--f-j-extrabold);
  line-height: 1.1;
  margin-bottom: clamp(30px,2vw,40px)
}
.country-popup__btn:not(.country-popup__btn--mobile) {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 280px;
  -webkit-animation: size 1s infinite alternate;
  animation: size 1s infinite alternate
}
.country-popup__btn:not(.country-popup__btn--mobile):active,
.country-popup__btn:not(.country-popup__btn--mobile):hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.country-popup__btn:not(.country-popup__btn--mobile):active::after,
.country-popup__btn:not(.country-popup__btn--mobile):hover::after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.country-popup__btn:not(.country-popup__btn--mobile)::before {
  background: url(../images/btn-pattern.jpg);
  background-position: center;
  background-size: contain;
  background-blend-mode: overlay;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  opacity: .11;
  content: ""
}
.country-popup__btn:not(.country-popup__btn--mobile)::after {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  -webkit-filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
  filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
  box-shadow: 0 6px 77px rgba(51,85,255,.44),inset 0 0 21px rgba(255,255,255,.47);
  content: "";
  -webkit-animation: glow 1s infinite alternate;
  animation: glow 1s infinite alternate;
  transition: .3s ease
}
.country-popup__btn--mobile {
  display: none
}
@media (max-width:767px) {
  .country-popup__btn--mobile {
    opacity: 0;
    display: block;
    width: 100%;
    transition: opacity .3s ease;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    inset-inline: 0;
    height: 54px;
    width: 80%;
    margin: auto;
    border-radius: 60px;
    background-image: url(../images/btn-big-bg.svg);
    -webkit-animation: size 1s infinite alternate;
    animation: size 1s infinite alternate
  }
  .country-popup__btn--mobile:active,
  .country-popup__btn--mobile:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }
  .country-popup__btn--mobile:active::after,
  .country-popup__btn--mobile:hover::after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }
}
@-webkit-keyframes size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}
@keyframes size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
    filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
    box-shadow: 0 6px 77px rgba(51,85,255,.44),inset 0 0 21px rgba(255,255,255,.47)
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 100px rgb(51, 85, 255));
    filter: drop-shadow(0 6px 100px rgb(51, 85, 255));
    box-shadow: 0 8px 77px #35f,inset 0 0 21px rgba(255,255,255,.47)
  }
}
@keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
    filter: drop-shadow(0 3px 48px rgba(51, 85, 255, .61));
    box-shadow: 0 6px 77px rgba(51,85,255,.44),inset 0 0 21px rgba(255,255,255,.47)
  }
  100% {
    -webkit-filter: drop-shadow(0 6px 100px rgb(51, 85, 255));
    filter: drop-shadow(0 6px 100px rgb(51, 85, 255));
    box-shadow: 0 8px 77px #35f,inset 0 0 21px rgba(255,255,255,.47)
  }
}
.cases-bg {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom,transparent 0,#000 30%,#000 70%,transparent 100%),linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
  mask-image: linear-gradient(to bottom,transparent 0,#000 30%,#000 70%,transparent 100%),linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
  -webkit-mask-composite: source-in,xor;
  mask-composite: intersect;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .6s ease
}
@media (max-width:1024px) {
  .cases-bg {
    width: 210%;
    height: 130%;
    -webkit-transform: translate(-25%,-20%);
    transform: translate(-25%,-20%);
    -webkit-mask-image: linear-gradient(to bottom,transparent 0,#000 50%,#000 60%,transparent 100%),linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
    mask-image: linear-gradient(to bottom,transparent 0,#000 50%,#000 60%,transparent 100%),linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%)
  }
}
@media (max-width:767px) {
  .cases-bg {
    width: 330%;
    -webkit-transform: translate(-35%,-29%);
    transform: translate(-35%,-29%)
  }
}
.cases-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.cases-bg__inner {
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,#000 60%,rgba(0,0,0,0) 75%);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,#000 60%,rgba(0,0,0,0) 75%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%
}
.cases-slider {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding-bottom: clamp(30px,3.5vw,60px);
  margin: 0 auto;
  inset-inline: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease
}
@media (max-width:1400px) {
  .cases-slider {
    bottom: -20px
  }
}
@media (max-width:1024px) {
  .cases-slider {
    bottom: -10px
  }
}
@media (max-width:767px) {
  .cases-slider {
    bottom: 0
  }
}
.cases-slider__inner {
  width: 21%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:1400px) {
  .cases-slider__inner {
    width: 20%
  }
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .cases-slider__inner {
    width: 20%
  }
}
@media (max-width:1024px) {
  .cases-slider__inner {
    width: 40%
  }
}
@media (max-width:767px) {
  .cases-slider__inner {
    width: 70%
  }
}
.cases-slider__inner::after {
  bottom: -17%;
  left: -78%;
  position: absolute;
  width: 255%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/glow.png);
  content: "";
  display: none
}
.cases-slider .splide {
  position: relative;
  z-index: 1;
  width: 100%
}
.cases-slider .splide__track {
  overflow: initial
}
.cases-slider .splide__slide img {
  width: 100%;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  opacity: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease
}
.cases-slider .splide__slide.is-active img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.cases-slider .splide__slide.is-next img,
.cases-slider .splide__slide.is-prev img {
  -webkit-transform: scale(.75);
  transform: scale(.75);
  opacity: .6
}
.cases-slider .splide__arrow {
  position: absolute;
  inset-block: 0;
  margin: auto;
  width: 40px;
  height: 62px;
  background: 0 0;
  border-radius: 0;
  outline: 0!important;
  opacity: 1;
  -webkit-transform: translateY(35%);
  transform: translateY(35%)
}
@media (max-width:1400px) {
  .cases-slider .splide__arrow {
    width: 30px;
    height: 50px
  }
}
@media (max-width:767px) {
  .cases-slider .splide__arrow {
    width: 40px;
    height: 62px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.cases-slider .splide__arrow svg {
  display: none
}
.cases-slider .splide__arrow::after {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url(../images/slider-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.cases-slider .splide__arrow:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.cases-slider .splide__arrow:active::after {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
.cases-slider .splide__arrow--prev {
  left: -20px
}
@media (max-width:1400px) {
  .cases-slider .splide__arrow--prev {
    left: -25px
  }
}
@media (max-width:767px) {
  .cases-slider .splide__arrow--prev {
    left: -30px
  }
}
.cases-slider .splide__arrow--prev::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.cases-slider .splide__arrow--prev:hover::after {
  -webkit-transform: scaleX(-1) scale(1.05);
  transform: scaleX(-1) scale(1.05)
}
.cases-slider .splide__arrow--prev:active::after {
  -webkit-transform: scaleX(-1) scale(.95);
  transform: scaleX(-1) scale(.95)
}
.cases-slider .splide__arrow--next {
  right: -20px
}
@media (max-width:1400px) {
  .cases-slider .splide__arrow--next {
    right: -25px
  }
}
@media (max-width:767px) {
  .cases-slider .splide__arrow--next {
    right: -35px
  }
}
.cases-slider__btn {
  position: relative;
  z-index: 2;
  max-width: 326px;
  width: 90%;
  margin-top: clamp(-50px,-2vw,-20px)
}
@media (max-width:1400px) {
  .cases-slider__btn {
    width: 100%;
    margin-top: -10px
  }
}
@media (max-width:1024px) {
  .cases-slider__btn {
    margin-top: -20px
  }
}
@media (max-width:767px) {
  .cases-slider__btn {
    margin-top: -30px
  }
}
.cases-slider__btn .btn {
  font-size: 20px
}
@media (min-width:1200px) {
  .cases-slider__btn .btn {
    font-size: calc(.0111111111 * 100vw + 6.6666666667px)
  }
}
@media (min-width:1920px) {
  .cases-slider__btn .btn {
    font-size: 28px
  }
}
.cases-slider__btn .btn {
  padding: clamp(12px,.9vw,16px) 0;
  height: auto;
  width: 100%;
  border-radius: 70px;
  background-image: url(../images/btn-big-bg.svg)
}
@media (max-width:1024px) {
  .cases-slider__btn .btn {
    padding: 16px 0
  }
}
@media (max-width:767px) {
  .cases-slider__btn .btn {
    padding: 12px 0
  }
}
.cases-skins {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto
}
.cases-skins__wrapper {
  max-width: 1040px;
  width: 55%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%)
}
@media only screen and (max-height:700px) and (min-width:1025px) {
  .cases-skins__wrapper {
    width: 48%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
  }
}
@media (max-width:1024px) {
  .cases-skins__wrapper {
    width: 100%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%)
  }
}
@media (max-width:767px) {
  .cases-skins__wrapper {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%)
  }
}
.cases-skins__inner {
  width: 36%;
  padding-bottom: 27%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  position: relative
}
@media (max-width:1024px) {
  .cases-skins__inner {
    -webkit-transform: none;
    transform: none
  }
}
@media (max-width:767px) {
  .cases-skins__inner {
    width: 60%;
    padding-bottom: 45%
  }
}
.cases-skins__slide {
  position: relative;
  padding-bottom: 75%
}
.cases-skins__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  inset: 0;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease
}
.cases-skins__slider {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease
}
.cases-skins__slider.active {
  opacity: 1
}
.cases-skins__slider .splide__track {
  overflow: initial
}
.cases-skins__slider .splide__slide.is-active:not(.splide__slide--clone) img {
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.skins {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  padding: 0 40px
}
@media (max-width:1024px) {
  .skins {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
}
@media (max-width:500px) {
  .skins {
    padding: 0 20px
  }
}
.skins-inner {
  max-width: 718px;
  width: 100%;
  position: relative
}
.skins-popup {
  position: absolute;
  inset: 0;
  width: 100%;
  background: rgba(4,1,23,.8);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 40px;
  padding: 40px 40px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .6s ease
}
@media (max-width:767px) {
  .skins-popup {
    border-radius: 30px;
    padding: 20px 20px 30px
  }
}
.skins-popup:first-child {
  position: relative
}
.skins-popup::after {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  width: 100%;
  height: 210px;
  background-image: url(../images/blur-red.png);
  background-size: cover;
  background-position: center top;
  content: ""
}
.skins-popup.active {
  opacity: 1;
  z-index: 2
}
.skins-popup__lines {
  position: absolute;
  inset: 1px;
  pointer-events: none
}
.skins-popup__lines::after,
.skins-popup__lines::before {
  position: absolute;
  inset-inline: 0;
  margin: auto;
  width: 70%;
  height: 1px;
  background-image: linear-gradient(90deg,rgba(252,203,0,0),rgba(252,203,0,.6),rgba(252,203,0,0));
  content: ""
}
.skins-popup__lines::before {
  top: -1px
}
.skins-popup__lines::after {
  bottom: -1px
}
.skins-popup__title {
  position: relative;
  z-index: 1;
  font-size: 20px
}
@media (min-width:500px) {
  .skins-popup__title {
    font-size: calc(.0056338028 * 100vw + 17.1830985915px)
  }
}
@media (min-width:1920px) {
  .skins-popup__title {
    font-size: 28px
  }
}
.skins-popup__title {
  text-transform: uppercase;
  font-family: var(--f-j-extrabold);
  line-height: 1.1
}
@media (max-width:500px) {
  .skins-popup__title br {
    display: none
  }
}
.skins-popup__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px
}
.skins-popup__btn .btn {
  font-size: 14px;
  padding: 14px 40px;
  height: auto;
  width: 100%;
  border-radius: 45px;
  background-image: url(../images/btn-bg.svg)
}
@media (max-width:767px) {
  .skins-popup__btn .btn {
    font-size: 16px;
    background-image: url(../images/btn-big-bg.svg)
  }
}
.skins-popup__slider {
  position: relative;
  z-index: 1;
  width: 250px;
  margin-bottom: 10px
}
.skins-popup__slider .splide__track {
  overflow: initial
}
.skins-popup__slider .splide__slide.is-active .skins-popup__slide {
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.skins-popup__slider .splide__slide.is-next .skins-popup__slide,
.skins-popup__slider .splide__slide.is-prev .skins-popup__slide {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: .2
}
.skins-popup__slide {
  position: relative;
  padding-bottom: 85%;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease
}
.skins-popup__slide::before {
  background-image: url(../images/skins-decor.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  height: 60%;
  position: absolute;
  margin: 0 auto;
  inset: 0;
  top: 10%;
  content: ""
}
.skins-popup__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.skins-popup__slide-title {
  font-family: var(--f-m-bold);
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  bottom: 10px;
  inset-inline: 0
}
/*# sourceMappingURL=maps/main.css.map */
