@charset "UTF-8";

@font-face {
  font-family: "Apercu Arabic Pro";
  src: url("/themes/custom/landing/fonts/ApercuArabicPro.woff2") format("woff2"), url("/themes/custom/landing/fonts/ApercuArabicPro.woff") format("woff"), url("/themes/custom/landing/fonts/ApercuArabicPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Arabic Pro";
  src: url("/themes/custom/landing/fonts/ApercuArabicPro-Bold.woff2") format("woff2"), url("/themes/custom/landing/fonts/ApercuArabicPro-Bold.woff") format("woff"), url("/themes/custom/landing/fonts/ApercuArabicPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Arabic Pro";
  src: url("/themes/custom/landing/fonts/ApercuArabicPro-Light.woff2") format("woff2"), url("/themes/custom/landing/fonts/ApercuArabicPro-Light.woff") format("woff"), url("/themes/custom/landing/fonts/ApercuArabicPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Arabic Pro";
  src: url("/themes/custom/landing/fonts/ApercuArabicPro-Medium.woff2") format("woff2"), url("/themes/custom/landing/fonts/ApercuArabicPro-Medium.woff") format("woff"), url("/themes/custom/landing/fonts/ApercuArabicPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:lang(en) {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
}

:lang(ar) {
  font-family: "Apercu Arabic Pro", "Noto Sans", sans-serif;
}

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #B18CFE;
  text-shadow: none;
}

::selection {
  background: #B18CFE;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  overflow: visible;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

ul {
  list-style: none;
}

picture {
  display: contents;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
  background-color: #111019;
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.panel-shown #overlay {
  display: block;
}

.main {
  -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;
  padding-block: 4rem;
}

section {
  position: relative;
  overflow: hidden;
  padding-block: 2.5rem;
  min-height: 48vh;
}

.container {
  max-width: 90rem;
  padding-inline: 1rem;
  margin: 0 auto;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section__header-description {
  text-align: center;
}

.splide--rtl:not(.splide--fade) {
  direction: unset !important;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #d1d1d1;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.section-plans .price-box,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}

.h1 {
  font-size: clamp(2.5rem, 4.5vw, 5.1875rem);
  text-align: center;
}

.h2 {
  font-size: clamp(2.5rem, 3vw, 3.5625rem);
}

.h3,
.section-plans .price-box {
  font-size: clamp(2.0625rem, 3vw, 3.5625rem);
}

.h4 {
  font-weight: 700;
  font-size: clamp(2.0625rem, 3vw, 2.5rem);
}

.h5 {
  font-weight: 700;
  font-size: clamp(1.4375rem, 2vw, 2.0625rem);
}

.h6 {
  font-weight: 700;
  font-size: 1.4375rem;
}

.section__header-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

a[href]:not([class*=btn]) {
  font-weight: 500;
  color: #E9E667;
}

a[href]:not([class*=btn]):hover {
  color: #F5F7CA;
}

a[href]:not([class*=btn]):active {
  color: #EEF098;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

.btn,
.btn--slider,
.btn--orange,
.btn--accent,
.btn--primary,
.btn--default,
.btn--plain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  border: none;
  border-radius: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:focus,
.btn--slider:focus,
.btn--orange:focus,
.btn--accent:focus,
.btn--primary:focus,
.btn--default:focus,
.btn--plain:focus {
  outline: 2px solid #E9E667;
  outline-offset: -1px;
}

.btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.btn__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  margin-inline: 1rem;
  text-decoration: none;
}

.btn__text + .btn__icon {
  margin-left: 1rem;
  margin-right: -0.5rem;
}

.btn--plain {
  color: #E9E667;
  background: transparent;
}

.btn--plain:hover {
  color: #F5F7CA;
}

.btn--plain:active {
  color: #E9E667;
}

[dir=rtl] .btn--plain .btn__icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.btn--default {
  color: #ffffff;
  background: #403b68;
}

.btn--default:hover {
  color: #ffffff;
  background: #2B2346;
}

.btn--default:active {
  color: #B18CFE;
  background: #2B2346;
}

.btn--primary {
  color: #131313;
  background: #B18CFE;
}

.btn--primary:hover {
  color: #131313;
  background: #C9B2FF;
}

.btn--primary:active {
  color: #131313;
  background: #dfd5ff;
}

.btn--accent {
  color: #131313;
  background: #E9E667;
}

.btn--accent:hover {
  color: #131313;
  background: #F5F7CA;
}

.btn--accent:active {
  color: #131313;
  background: #EEF098;
}

.btn--accent:focus {
  outline: 2px solid #B18CFE;
}

.btn--orange {
  color: #131313;
  background: #F2BB2E;
}

.btn--orange:hover {
  color: #131313;
  background: #F9E4A9;
}

.btn--orange:active {
  color: #131313;
  background: #F6D16F;
}

.btn--orange:focus {
  outline: 2px solid #B18CFE;
}

.btn--slider {
  color: #888888;
  background: rgba(255, 255, 255, 0.1);
}

.btn--slider:hover {
  color: #B18CFE;
  background: rgba(255, 255, 255, 0.3);
}

.btn--slider:active {
  color: #B18CFE;
  background: rgba(255, 255, 255, 0.3);
}

.btn--slider[disabled] {
  color: #131313;
  background: rgba(255, 255, 255, 0.05);
  cursor: default;
}

[dir=rtl] .btn--slider .btn__icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.buttons-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1px;
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 1.5rem;
  color: #111019;
  background-color: #E9E667;
  font-size: 0.875rem;
  font-weight: 700;
}

.plan-content-toggle {
  border: none;
  background: none;
  margin-right: auto;
  color: #E9E667;
}

.plan-content-toggle.expanded .btn__icon {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.question-toggle {
  border: none;
  background: none;
  color: #ffffff;
}

.question-toggle .btn__icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.question-toggle.expanded .btn__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: -100%;
  min-height: 100vh;
  min-height: 100dvh;
  width: min(35rem, 100%);
  background-color: #151422;
  padding: 0.5rem 1rem;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.main-menu.show {
  left: 0;
}

.main-menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.main-menu__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
}

.main-menu a.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.main-menu a.nav-link.selected,
.main-menu a.nav-link:hover {
  color: #B18CFE;
}

.main-menu a.nav-link > span {
  position: relative;
}

.main-menu a.nav-link > span::after {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #B18CFE;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.main-menu a.nav-link:hover > span::after {
  content: "";
}

.main-menu a.nav-link.selected > span::after {
  content: "";
  width: 1rem;
}

.main-menu .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin: auto 1rem 3.5rem;
}

.main-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3rem;
  margin-bottom: 2.5rem;
}

.main-menu .btn--menu-toggle {
  margin-right: auto;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.language-dropdown__list li {
  padding: 0.25rem;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #EFE8FF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.language-dropdown__list li.selected {
  color: #B18CFE;
}

.language-dropdown__list li:hover,
.language-dropdown__list li:focus {
  color: #B18CFE;
}

.card {
  position: relative;
  padding: 1rem;
  border: 0.125rem solid transparent;
  background-color: #151422;
  background-repeat: no-repeat;
  border-radius: 1rem;
  background-clip: padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.card:hover,
.card:focus,
.card:focus-within {
  background-color: #242237;
}

.card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -0.125rem;
  border-radius: inherit;
}

.card img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.card--grad_1 {
  background-image: linear-gradient(-330deg, #242237, #151422);
}

.card--grad_2 {
  background-image: linear-gradient(-330deg, #151422, #242237);
}

.card--bord_1::before {
  content: "";
  background: linear-gradient(-60deg, #564394, #242237);
}

.card--bord_2::before,
.section-plans .card.expanded::before,
.section-plans .card:hover::before,
.section-plans .card:focus::before,
.section-plans .card:focus-within::before,
.question-card.expanded::before,
.question-card:hover::before,
.question-card:focus::before,
.question-card:focus-within::before {
  content: "";
  background: linear-gradient(-300deg, #564394, #242237);
}

.card__title {
  line-height: 140%;
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.card__subtitle {
  color: #dfd5ff;
}

.card__picture {
  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;
}

.card.app-link {
  width: 6rem;
  height: 6rem;
  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;
  padding: 0.375rem;
}

.card.app-link img {
  width: 100%;
}

.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.card-grid__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-grid__item .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-grid__item .card:hover,
.card-grid__item .card:focus,
.card-grid__item .card:focus-within {
  background-color: #151422;
}

.card-grid__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.card-grid__item:nth-child(2) .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.splide .splide__pagination li {
  margin: 0 0.2rem;
}

.splide .splide__pagination__page {
  border: none;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.2s, color 0.2s;
  transition: width 0.2s, color 0.2s;
}

.splide .splide__pagination__page.is-active {
  background-color: #E9E667;
  width: 1rem;
}

.titles-card.card {
  padding: 0;
  overflow: hidden;
}

.titles-card__image {
  position: relative;
  overflow: hidden;
  height: 17.5rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(transparent));
  -webkit-mask-image: linear-gradient(white 60%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(transparent));
  mask-image: linear-gradient(white 60%, transparent);
}

.titles-card__body {
  padding: 1rem 1rem 2rem;
  height: 15.5rem;
}

.titles-card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
  font-size: 0.8125rem;
}

.titles-card__header .card__title {
  padding-left: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.titles-card__header .btn--plain {
  position: absolute;
  left: 0;
  top: 0;
}

.titles-card .story-tag {
  text-transform: uppercase;
  font-weight: 700;
}

.titles-card article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  color: #888888;
}

.news-card.card {
  padding: 0;
  overflow: hidden;
}

.news-card__image {
  position: relative;
  overflow: hidden;
  height: 17.5rem;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(transparent));
  -webkit-mask-image: linear-gradient(white 60%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(transparent));
  mask-image: linear-gradient(white 60%, transparent);
}

.news-card__body {
  padding: 1rem 1rem 2rem;
  height: 10.5rem;
}

.news-card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}

.news-card__header .card__title {
  padding-left: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.news-card__header .btn--plain {
  position: absolute;
  left: 0;
  top: 0;
}

.news-card .news-date {
  font-size: 0.8125rem;
}

.store-card.card {
  padding: 1rem;
  height: 100%;
  border: none;
}

.store-card__image {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 17.5rem;
}

.store-card__image img {
  height: 100%;
}

.store-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.store-card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
  font-size: 0.8125rem;
}

.store-card__header .card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.store-card__open-hours .caption {
  font-size: 1rem;
  color: #888888;
  margin-bottom: 0.5rem;
}

.store-card__open-hours .schedule-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 1.25rem;
}

.store-card__open-hours .schedule-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #d1d1d1;
}

.store-card__open-hours .schedule-item.disabled::before {
  background-color: #888888;
}

.store-card__open-hours .schedule-item:last-child {
  margin-bottom: 0;
}

.store-card .schedule-item,
.store-card__contact,
.store-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.store-card__footer {
  margin-top: auto;
}

.mark__icon {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
}

.question-card {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.question-card .card__header {
  position: relative;
  padding-left: 3rem;
  gap: 0.5rem;
  cursor: pointer;
}

.question-card .question-category:not(:last-child)::after {
  content: ", ";
}

.question-card .question-toggle {
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
}

.question-card .card__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  padding-top: 0;
  padding-left: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.question-card .card__body.expanded {
  padding-top: 2rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.question-card .question-article {
  overflow: hidden;
}

.enjoy-card {
  position: relative;
  height: 100%;
}

.enjoy-card__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  height: 100%;
  max-width: 34rem;
  position: relative;
  margin: 0 auto;
  backdrop-filter: blur(2px);
  z-index: 1;
}

.enjoy-card__image {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 0;
}

.enjoy-card__image img {
  height: 25rem;
  width: auto;
  max-width: none;
}

.enjoy-card__sector {
  position: relative;
}

.enjoy-card__sector:nth-child(odd) .phrase {
  text-align: center;
  left: 0;
}

.splide__slide:nth-child(1) .enjoy-card__sector:nth-child(odd) .phrase {
  top: 0;
}

.splide__slide:nth-child(2) .enjoy-card__sector:nth-child(odd) .phrase {
  top: 14%;
}

.splide__slide:nth-child(3) .enjoy-card__sector:nth-child(odd) .phrase {
  top: 58%;
}

.enjoy-card__sector:nth-child(even) .phrase {
  text-align: center;
  right: 0;
}

.splide__slide:nth-child(1) .enjoy-card__sector:nth-child(even) .phrase {
  top: 52%;
}

.splide__slide:nth-child(2) .enjoy-card__sector:nth-child(even) .phrase {
  top: 60%;
}

.splide__slide:nth-child(3) .enjoy-card__sector:nth-child(even) .phrase {
  top: 10%;
}

.enjoy-card .phrase {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  width: 14rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #242237;
  font-size: 0.8125rem;
}

.header {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.25rem);
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.header .btn--download {
  margin-right: auto;
}

.header .btn--download .btn__text {
  display: none;
}

.footer .card {
  border-top-right-radius: 0;
}

.footer .card::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  width: min(16rem, 30%);
  height: 3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  background-image: url("/themes/custom/landing/img/footer-thug.svg");
  background-size: auto 100%;
}

.footer .card:hover,
.footer .card:focus,
.footer .card:focus-within {
  background-color: #151422;
}

.footer .card img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.footer__row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.footer__downloads {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__downloads-heading {
  margin-bottom: 1.5rem;
}

.footer__downloads .common-buttons {
  display: none;
}

.footer__downloads .presentation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__downloads .presentation-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__downloads .presentation-box__image img {
  width: 5rem;
}

.footer .button-download,
.footer .button-download:hover,
.footer .button-download:active {
  background: none;
  border-radius: 6px;
}

.footer__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
}

.footer__heading {
  font-weight: normal;
  color: #C9B2FF;
  font-size: 1.1875rem;
  margin-bottom: 0.5rem;
}

.footer__contact,
.footer__contact a[href]:not([class*=btn]),
.footer__legal-box,
.footer__legal-box a[href]:not([class*=btn]) {
  text-decoration: none;
  color: #ffffff;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto 1rem;
}

.footer__row .buttons-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.footer__legal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  font-size: 0.8125rem;
}

.footer__legal-box:first-child {
  margin-left: auto;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 16, 25, 0.95);
  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;
  padding-inline: 1rem;
  z-index: 101;
}

.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 50rem;
  max-width: 100%;
  min-height: 70%;
  max-height: calc(100vh - 4rem);
  max-height: calc(100dvh - 4rem);
  background-color: #242237;
  padding-inline: 1rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.modal__close {
  margin-right: auto;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}

.modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-bottom: 4rem;
  padding-inline: 1rem;
  scrollbar-color: #403b68 #242237;
}

.modal__content::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

.modal__content::-webkit-scrollbar-thumb {
  background: #403b68;
}

.modal__content::-webkit-scrollbar-track {
  background: #242237;
}

.modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.modal__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.modal__subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #dfd5ff;
}

.modal .modal__article {
  overflow: visible;
  -webkit-line-clamp: none;
  line-clamp: none;
}

.modal__media-content {
  min-width: 0;
  position: relative;
}

.modal__media-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__media-content iframe {
  width: 100%;
  height: auto;
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.section-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  height: calc(100vh - 4rem);
  height: calc(100dvh - 4rem);
}

.section-hero .hero-video__mask {
  position: absolute;
  inset: 0;
}

.section-hero .hero-video__mask::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.section-hero .hero-video__mask::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: max(22rem, 30%);
  height: 7.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  background-image: url("/themes/custom/landing/img/mask-mobile.svg");
  background-size: auto 100%;
  z-index: 1;
}

[dir=rtl] .section-hero .hero-video__mask::before {
  background-image: url("/themes/custom/landing/img/mask-mobile-rtl.svg");
}

.section-hero .hero-video__item {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-hero .container {
  position: relative;
  max-width: none;
  width: 100%;
  padding: 2.5rem;
  z-index: 1;
}

.section-hero .container .buttons-box {
  gap: 2rem;
}

.section-hero .hero-title {
  text-transform: uppercase;
  text-align: center;
  font-size: min(6.5rem, 12vw);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 3.75rem;
}

.section-hero .section__header-description {
  display: none;
}

.section-hero .button-download img {
  display: none;
}

.section-hero .join-buttons {
  display: none;
}

.section-enjoy .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-enjoy .splide__arrow--prev {
  right: -6rem;
}

.section-enjoy .splide__arrow--next {
  left: -6rem;
}

.section-enjoy .splide__pagination {
  padding-top: 1rem;
}

.section-stats .card img {
  height: 100%;
  width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.section-stats .art-box {
  height: clamp(2.5rem, 7vw, 3.5rem);
}

.section-stats .card__header {
  gap: 0.5rem;
}

.stat-stories {
  min-height: 18rem;
  background-position: 10% bottom;
  background-size: auto 80%;
}

.stat-stories .card__subtitle {
  max-width: 45%;
}

.stat-downloads {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

.stat-users {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

.stat-users .art-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 1rem;
}

.stat-users .art-box picture {
  display: contents;
}

.stat-users .art-box img {
  margin-right: -1rem;
}

.stat-competition {
  min-height: 18rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-position: 10% 20%;
  background-size: auto 80%;
}

.section-join .card-grid__item:nth-child(2) {
  display: contents;
}

.section-join .card-grid__item:nth-child(2) .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.section-join .card {
  gap: 1.5rem;
}

.section-join .card img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.section-join .card .buttons-box {
  margin-top: auto;
  margin-bottom: 1rem;
}

.section-join .join-app .card__title {
  max-width: 60%;
}

.section-join .join-app .presentation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  min-width: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-join .join-app .presentation-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-top: -9rem;
  margin-right: auto;
}

.section-join .join-app .presentation-box__image img {
  width: 10rem;
}

.section-plans .card.expanded,
.section-plans .card:hover,
.section-plans .card:focus,
.section-plans .card:focus-within {
  background-color: #242237;
}

.section-plans .card.expanded .buttons-box,
.section-plans .card:hover .buttons-box,
.section-plans .card:focus .buttons-box,
.section-plans .card:focus-within .buttons-box {
  opacity: 1;
}

.section-plans .card__header {
  cursor: pointer;
  gap: 1.375rem;
}

.section-plans .card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  min-height: 2.125rem;
}

.section-plans .card__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  padding-top: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-plans .card__body.expanded {
  padding-top: 2rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.section-plans .plan-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  min-height: 2rem;
}

.section-plans .plan-type .h3,
.section-plans .plan-type .price-box {
  color: #dfd5ff;
  font-size: 1rem;
  font-weight: normal;
}

.section-plans .price-condition {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #888888;
}

.section-plans .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0.8;
}

.section-plans .price-box__value {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

[dir=rtl] .section-plans .price-box__value {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-plans .currency--main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-plans .currency--main .saudi-riyal {
  width: 0.7em;
  height: 0.7em;
}

[dir=rtl] .section-plans .currency--main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-plans .currency--secondary {
  color: #888888;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.section-plans .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.section-plans .plan-content ul {
  list-style: "🔥 " inside;
  margin-bottom: 2rem;
}

.section-plans .plan-content ul li {
  margin-bottom: 1rem;
}

.section-plans .buttons-box {
  margin-top: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-about {
  overflow: hidden;
}

.section-about .card {
  gap: 1rem;
}

.section-about article {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  overflow: hidden;
}

.section-about .buttons-box {
  margin-top: auto;
}

.about-slider {
  margin-block: 1rem;
  position: relative;
}

.about-slider .splide__track {
  overflow: visible;
}

.about-slider .splide__slide {
  border-radius: 1rem;
  overflow: hidden;
}

.about-slider .about-img {
  height: 100%;
  width: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-slider .about-img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.about-slider .progress {
  margin-top: 1rem;
  background: #242237;
  border-radius: 0.5rem;
}

.about-slider .progress-bar {
  background: #403b68;
  height: 0.25rem;
  border-radius: 0.5rem;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  width: 0;
}

.section-slider {
  overflow: hidden;
}

.section-slider .splide__slide img {
  width: 100%;
  height: 100%;
}

.section-stores {
  overflow: hidden;
}

.stores-slider {
  position: relative;
}

.stores-slider .splide__track {
  overflow: visible;
}

.section-mission .section__header {
  text-align: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.section-mission .section__header-description {
  width: min(70rem, 95%);
  margin: 0 auto;
  font-weight: normal;
  color: #d1d1d1;
}

.mission-arts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.mission-arts__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: none;
}

.mission-arts__col:nth-child(1) {
  display: block;
}

.mission-arts__col:nth-child(1) .art-img {
  right: 0;
}

.mission-arts .card {
  aspect-ratio: 302/280;
  border: none;
}

.mission-arts .card .art-img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.section-faq .card-accordion {
  max-width: 56rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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: ltr;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 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;
}

@media only screen and (min-width: 30rem) {
  .mission-arts__col:nth-child(2) {
    display: block;
  }

  .mission-arts__col:nth-child(2) .card {
    top: 2rem;
  }

  .mission-arts__col:nth-child(2) .card .art-img {
    height: 100%;
    right: auto;
    max-width: none;
    right: 0;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}

@media only screen and (min-width: 40rem) {
  .card-grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .card-grid__item:nth-child(2) {
    display: contents;
  }

  .card-grid__item:nth-child(2) .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .footer__downloads .round-buttons {
    display: none;
  }

  .footer__downloads .common-buttons {
    display: block;
  }

  .section-join .card-grid__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-join .join-app .card__title {
    max-width: unset;
  }

  .section-join .join-app .presentation-box__image {
    margin-top: 0;
    margin-bottom: -1rem;
  }

  .section-join .join-app .presentation-box__image img {
    width: 6.5rem;
  }
}

@media only screen and (min-width: 52rem) {
  .footer__row-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__downloads {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__info-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    text-align: right;
  }

  .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    gap: 3rem;
  }

  .footer__row .buttons-box {
    margin: 0;
  }

  .section-join .join-app .card__title {
    max-width: 60%;
  }

  .section-join .join-app .presentation-box__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -9rem;
    margin-bottom: auto;
  }

  .section-join .join-app .presentation-box__image img {
    width: 9rem;
  }

  .mission-arts__col:nth-child(3) {
    display: block;
  }

  .mission-arts__col:nth-child(3) .card:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  body {
    padding-bottom: 5rem;
  }

  .main {
    padding-block: 5rem;
  }

  section {
    padding-block: 5rem;
  }

  .section__header {
    margin-bottom: 4rem;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  .section-plans .price-box,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 120%;
  }

  .btn,
  .btn--slider,
  .btn--orange,
  .btn--accent,
  .btn--primary,
  .btn--default,
  .btn--plain {
    height: 3rem;
    min-width: 3rem;
  }

  .btn__icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .main-menu {
    position: relative;
    top: auto;
    left: auto;
    min-height: initial;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    padding: 0;
    margin-right: 4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .main-menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-menu__top,
  .main-menu .join-buttons {
    display: none;
  }

  .main-menu .service-box {
    margin: 0 auto 0 0;
  }

  .language-dropdown__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 3rem 0 0.75rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(-3.25rem);
        -ms-transform: translateY(-3.25rem);
            transform: translateY(-3.25rem);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: none;
  }

  .language-dropdown__list.shown {
    opacity: 1;
    -webkit-transform: translateY(-3rem);
        -ms-transform: translateY(-3rem);
            transform: translateY(-3rem);
    pointer-events: auto;
  }

  .language-dropdown__list li {
    color: #131313;
  }

  .language-dropdown__list li.selected {
    color: #B18CFE;
  }

  .language-dropdown__list li:hover,
  .language-dropdown__list li:focus {
    color: #131313;
    background: #EFE8FF;
  }

  .language-dropdown .btn--lang-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }

  .language-dropdown .btn--lang-switch[aria-expanded=true] {
    color: #B18CFE;
    background: #2B2346;
    -webkit-box-shadow: 0 0 0 1px #2B2346;
            box-shadow: 0 0 0 1px #2B2346;
  }

  .card {
    padding: 2rem;
  }

  .card.app-link {
    width: 8rem;
    height: 8rem;
    padding: 0.5rem;
  }

  .card-grid {
    gap: 1.5rem;
  }

  .card-grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .card-grid__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }

  .card-grid__item:nth-child(2) .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .titles-card {
    width: 25rem;
  }

  .news-card {
    width: 25rem;
  }

  .question-card .card__body {
    padding-left: 3rem;
  }

  .enjoy-card__grid {
    max-width: 52rem;
  }

  .enjoy-card__image {
    z-index: 1;
  }

  .enjoy-card__image img {
    height: 38rem;
  }

  .enjoy-card__sector:nth-child(odd) .phrase {
    padding-right: 7rem;
  }

  .enjoy-card__sector:nth-child(even) .phrase {
    padding-left: 7rem;
  }

  .enjoy-card .phrase {
    width: 22rem;
    padding: 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
  }

  .splide__slide:nth-child(1) .enjoy-card__sector:nth-child(1) .phrase {
    top: 6rem;
    left: 1rem;
  }

  .splide__slide:nth-child(1) .enjoy-card__sector:nth-child(2) .phrase {
    top: 14rem;
    right: 0;
  }

  .splide__slide:nth-child(1) .enjoy-card__sector:nth-child(3) .phrase {
    top: -1rem;
  }

  .splide__slide:nth-child(1) .enjoy-card__sector:nth-child(4) .phrase {
    top: 7rem;
    right: 2rem;
  }

  .splide__slide:nth-child(2) .enjoy-card__sector:nth-child(1) .phrase {
    top: 10rem;
    left: 0;
    padding-right: 8rem;
  }

  .splide__slide:nth-child(2) .enjoy-card__sector:nth-child(2) .phrase {
    top: 6rem;
    right: 1rem;
    padding-left: 9rem;
  }

  .splide__slide:nth-child(2) .enjoy-card__sector:nth-child(3) .phrase {
    top: 5rem;
    left: 1rem;
    padding-right: 9rem;
  }

  .splide__slide:nth-child(2) .enjoy-card__sector:nth-child(4) .phrase {
    top: 0rem;
    right: 0;
    padding-left: 8rem;
  }

  .splide__slide:nth-child(3) .enjoy-card__sector:nth-child(1) .phrase {
    top: 12rem;
    left: 0;
  }

  .splide__slide:nth-child(3) .enjoy-card__sector:nth-child(2) .phrase {
    top: 6rem;
    right: 2rem;
  }

  .splide__slide:nth-child(3) .enjoy-card__sector:nth-child(3) .phrase {
    top: 8rem;
    left: 2rem;
  }

  .splide__slide:nth-child(3) .enjoy-card__sector:nth-child(4) .phrase {
    top: -1rem;
    right: 0;
  }

  .header {
    padding: 1rem 2.5rem;
  }

  .header .btn--download .btn__icon {
    display: none;
  }

  .header .btn--download .btn__text {
    display: block;
  }

  .header .btn--menu-toggle {
    display: none;
  }

  .footer .card::after {
    width: max(34rem, 30%);
    height: 4rem;
    top: -4rem;
  }

  .footer__row-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
    padding-top: 0;
    margin-top: -4rem;
  }

  .footer__downloads {
    margin-left: auto;
  }

  .footer__downloads-heading {
    max-width: 25vw;
  }

  .modal__container {
    padding-inline: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
  }

  .modal__title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .modal__subtitle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .modal__cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .section-hero {
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
  }

  .section-hero .hero-video__mask {
    bottom: 8rem;
    -webkit-mask-image: url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg");
    -webkit-mask-position: left top, center bottom, right bottom, right top;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto calc(100% + 7rem);
    mask-image: url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg"), url("/themes/custom/landing/img/hero-mask.svg");
    mask-position: left top, center bottom, right bottom, right top;
    mask-repeat: no-repeat;
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    mask-size: auto calc(100% + 7rem);
  }

  [dir=rtl] .section-hero .hero-video__mask {
    -webkit-mask-image: url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg");
    -webkit-mask-position: right top, center bottom, left bottom, left top;
  }

  [dir=rtl] .section-hero .hero-video__mask {
    -webkit-mask-image: url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg");
            mask-image: url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg"), url("/themes/custom/landing/img/hero-mask-rtl.svg");
    -webkit-mask-position: right top, center bottom, left bottom, left top;
            mask-position: right top, center bottom, left bottom, left top;
  }

  .section-hero .hero-video__mask::before {
    display: none;
  }

  .section-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }

  .section-hero .container .section__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40rem;
            flex: 0 1 40rem;
    margin: 0;
  }

  .section-hero .container .buttons-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 2.5rem;
  }

  .section-hero .hero-title {
    text-align: initial;
    font-size: 8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 2rem;
  }

  .section-hero .section__header-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0.25rem;
    min-height: 5rem;
    text-align: right;
  }

  .section-hero .button-download,
  .section-hero .button-download:hover,
  .section-hero .button-download:active {
    background: none;
    border-radius: 6px;
  }

  .section-hero .button-download .btn__icon {
    display: none;
  }

  .section-hero .button-download img {
    display: block;
    height: 100%;
  }

  .section-hero .join-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 2.5rem;
    top: 10%;
  }

  .section-hero .join-buttons .buttons-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-enjoy .enjoy-slider {
    padding-inline: 8rem;
  }

  .section-enjoy .splide__pagination {
    padding-top: 3rem;
  }

  .stat-stories {
    min-height: clamp(30rem, 34vw, 37.5rem);
    background-size: auto 70%;
  }

  .stat-stories .card__subtitle {
    max-width: none;
  }

  .stat-competition {
    background-position: center 20%;
    background-size: auto 60%;
  }

  .section-join .card {
    gap: 2rem;
  }

  .section-join .card .buttons-box {
    margin-bottom: 0;
  }

  .section-join .join-app .presentation-box__image {
    margin-top: -11rem;
  }

  .section-join .join-app .presentation-box__image img {
    width: 12rem;
  }

  .section-plans .card__header {
    cursor: default;
  }

  .section-plans .card__body {
    padding-top: 2rem;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .section-plans .plan-content-toggle {
    display: none;
  }

  .section-plans .buttons-box {
    opacity: 0;
  }

  .section-about .card-grid__item:nth-child(2) .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .about-slider {
    margin-block: 1.5rem;
  }

  .about-slider::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #111019;
    width: 100rem;
    height: 100%;
    left: 100%;
    z-index: 1;
  }

  .section-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }

  .section-slider__wrap .section__header {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    background-color: #111019;
    z-index: 1;
  }

  .section-slider__wrap .section__header::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #111019;
    width: 100rem;
    height: 100%;
    left: 100%;
  }

  .section-slider__wrap .section__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }

  .section-slider__wrap .splide__track {
    overflow: visible;
  }

  .section-slider__wrap .splide__arrows {
    position: absolute;
    bottom: 0;
    right: -21.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    z-index: 1;
  }

  .stores-slider::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #111019;
    width: 100rem;
    height: 100%;
    left: 100%;
    z-index: 1;
  }

  .section-mission .section__header {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 72rem) {
  .footer__row-top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer__info-box {
    padding-top: 7rem;
    text-align: left;
    margin-right: 3rem;
    width: 12rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .mission-arts {
    gap: 1.5rem;
  }

  .mission-arts__col:nth-child(2) .card {
    top: 8rem;
  }

  .mission-arts__col:nth-child(3) .card:nth-child(1) {
    margin-bottom: 1.5rem;
  }

  .mission-arts__col:nth-child(3) .card:nth-child(2) {
    display: block;
  }

  .mission-arts__col:nth-child(3) .card:nth-child(2) .art-img {
    height: 100%;
    max-width: none;
    left: 0;
    right: auto;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }

  .mission-arts__col:nth-child(4) {
    display: block;
  }

  .mission-arts__col:nth-child(4) .card {
    top: 4rem;
  }

  .mission-arts__col:nth-child(4) .card .art-img {
    right: 0;
  }
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 64rem) {
  .language-dropdown__list li {
    position: relative;
  }

  .language-dropdown__list li > span {
    position: relative;
  }

  .language-dropdown__list li > span::after {
    display: block;
    position: absolute;
    bottom: -0.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.25rem;
    background-color: #B18CFE;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }

  .language-dropdown__list li:hover > span::after {
    content: "";
  }

  .language-dropdown__list li.selected > span::after {
    content: "";
    width: 1rem;
  }

  .section-plans .card-grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .section-plans .card-grid__item:nth-child(2) {
    display: block;
  }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media only screen and (min-aspect-ratio: 16/9) {
  .section-hero .hero-video__mask {
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
}