/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
/* Remove default button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* For the entire scrollbar */
::-webkit-scrollbar {
  width: 4px; /* Adjust for desired thinness */
}

/* For the scrollbar track (the background) */
::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 0); /* Light gray background */
  border-radius: 10px; /* Rounded corners for the track */
}

/* For the scrollbar thumb (the draggable handle) */
::-webkit-scrollbar-thumb {
  background-color: #888; /* Dark gray thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

/* Optional: Hover state for the thumb */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker gray on hover */
}

@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casten Round";
  src: url("../fonts/caustenRound/CaustenRound-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greta Arabic";
  src: url("../fonts/greta/ALFONT_COM_ALFONT_COM_GRETA-ARABIC-AR-LT-HAIRLINE.TTF") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greta Arabic";
  src: url("../fonts/greta/alfont_com_Greta-Arabic-AR-LT.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greta Arabic";
  src: url("../fonts/greta/ALFONT_COM_ALFONT_COM_GRETA-ARABIC-AR-LT-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greta Arabic";
  src: url("../fonts/greta/ALFONT_COM_GRETA-ARABIC-AR-LT-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  font-family: "Casten Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}
html[dir=rtl] {
  font-family: "Greta Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

body {
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1;
  color: #181a25;
}

h1 {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (min-width: 1025px) {
  h1 {
    font-size: 7rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 8.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 3.12rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media (min-width: 769px) {
  h2 {
    font-size: 5rem;
    line-height: 0.87;
    letter-spacing: -0.05em;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.88rem;
    line-height: 1.13;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.27;
  letter-spacing: -0.03em;
}
@media (min-width: 769px) {
  h4 {
    font-size: 1.88rem;
    line-height: 1.27;
  }
}

p {
  font-size: 1rem;
  line-height: 1.37;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media (min-width: 769px) {
  p {
    font-size: 1.12rem;
    line-height: 1.33;
  }
}

.grey-70 {
  color: #737585;
}
.grey-70 span {
  color: #181a25;
}

.grey-100 {
  color: #181a25;
}

.text-md {
  font-weight: 500;
  font-size: 1.38rem;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.125em;
  text-decoration-thickness: 0.125em;
  transition: all 150ms ease-in-out;
}
a:focus-within {
  outline: none;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-dark {
  color: #181a25;
}

.text-white {
  color: #fff;
}

.container {
  width: 100%;
  max-width: calc(1280px + 2rem);
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 769px) {
  .container {
    max-width: calc(1280px + 3rem);
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: calc(1280px + 4rem);
    padding-inline: 2rem;
  }
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-7 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-8 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-9 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-10 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-11 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 769px) {
  .col-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 769px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.m-px {
  margin: 1px;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.mt-px {
  margin-top: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-px {
  margin-right: 1px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-24 {
  margin-bottom: 6rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-px {
  margin-left: 1px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.p-px {
  padding: 1px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-32 {
  padding-left: 8rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

@media (max-width: 639px) {
  .d-mobile-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .d-tablet-none {
    display: none;
  }
  .d-tablet-block {
    display: block;
  }
}
@media (min-width: 1025px) {
  .d-desktop-none {
    display: none;
  }
  .d-desktop-block {
    display: block;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: 300ms ease-in-out;
}
.header--hidden {
  transform: translateY(-100%);
}
.header.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header.scrolled .header__content {
  padding-block: 8px;
}
.header.scrolled .header__logo {
  color: #181a25;
  scale: 0.9;
}
.header.scrolled .header__menu-link {
  color: #737585;
}
.header.scrolled .header__menu-link:hover, .header.scrolled .header__menu-link:focus {
  color: #181a25;
}
.header.scrolled .toggle-switch {
  background: #ffebec;
}
.header.scrolled .toggle-switch .lang-code {
  color: #d2161e;
}
.header.scrolled .btn--white {
  background: #181a25;
  color: #fff;
}
.header.scrolled .burger span {
  background: #181a25;
}

.header__content {
  display: flex;
  padding-block: 1rem;
  position: relative;
  z-index: 10;
  transition: padding-block 300ms ease-in-out;
}
@media (max-width: 768px) {
  .header__content {
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .header__content {
    padding-block: 1.5rem 1rem;
    display: grid;
    grid-template-columns: 143px 270px 143px;
    justify-content: space-between;
  }
}

.header__logo {
  scale: 0.75;
}
@media (min-width: 769px) {
  .header__logo {
    height: 52px;
    scale: 1;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.header__menu-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.33;
  letter-spacing: -0.01em;
  transition: all 150ms ease-in-out;
}
.header__menu-link:hover, .header__menu-link:focus {
  color: #fff;
  text-decoration: none;
}

.header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.burger {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  z-index: 1002;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 767px) {
  .burger {
    display: flex;
  }
  .header__menu {
    display: none;
  }
  .header__actions .btn {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 3.5rem;
  color: #181a25;
  z-index: 1002;
  cursor: pointer;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.mobile-menu__list .btn {
  background: #181a25;
  color: #fff;
}

.mobile-menu__link {
  font-size: 2rem;
  color: #737585;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  color: #d2161e;
}

body.menu-open {
  overflow: hidden;
}

.text-page-body .header {
  background: #fff;
}
.text-page-body .header__menu-link {
  color: #737585;
}
.text-page-body .header__logo {
  color: #181a25;
}

.text-container {
  counter-reset: ordered-titles ordered-list-items;
  width: calc(680px + 2rem);
  max-width: 100%;
  margin-inline: auto;
  padding: 10rem 1rem 6.25rem 1rem;
}
.text-container h1 {
  font-weight: 600;
  font-size: 3.12rem;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: right;
  color: #181a25;
  margin-bottom: 2.5rem;
}
.text-container p,
.text-container ul li,
.text-container ol li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  text-align: right;
  color: #737585;
}
.text-container p + ol,
.text-container p + h2 {
  margin-top: 1.75rem;
}
.text-container p {
  margin-block: 0.75rem;
}
.text-container ol li {
  counter-increment: ordered-list-items;
}
.text-container ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.text-container ol li::before {
  content: counter(ordered-list-items) ". ";
  margin-left: 2px;
  font-size: inherit;
}
.text-container ul {
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
  list-style-type: disc;
}
.text-container ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.text-container ul li:last-child {
  margin-bottom: 2.5rem;
}
.text-container h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #181a25;
  display: inline-block;
}
.text-container a {
  color: #181a25;
  text-decoration: none;
}
.text-container a:hover {
  text-decoration: underline;
}

.big-counter ol li {
  counter-increment: ordered-titles;
}
.big-counter ol li::before {
  content: counter(ordered-titles) ". ";
  margin-left: 8px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 125%;
  letter-spacing: -0.03em;
  text-align: right;
  color: #181a25;
  display: inline-block;
}

.small-paragraph {
  max-width: 300px;
}

.footer {
  background: #181a25;
  padding-block: 3rem;
}
@media (min-width: 769px) {
  .footer {
    padding-block: 3.75rem 2.5rem;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 769px) {
  .footer__grid {
    gap: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .footer__grid {
    grid-template-columns: 165px 335px 380px;
  }
}
@media (min-width: 1280px) {
  .footer__grid {
    grid-template-columns: 165px 415px 448px;
  }
}
.footer__item {
  display: flex;
  gap: 0.75rem;
}
.footer__item:has(.footer__links-round) {
  flex-direction: column;
}
@media (min-width: 1025px) {
  .footer__item:has(.footer__links-round) {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .footer__item {
    gap: 2.5rem;
  }
}
.footer__logo {
  color: #fff;
  transition: color 0.3s ease;
}
.footer__logo:hover {
  color: #ef4950;
}
.footer__links {
  display: grid;
  grid-template: 1fr;
  gap: 0.75rem 2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .footer__links {
    grid-template: 1fr 1fr/1fr 1fr;
    text-align: left;
  }
}
.footer__links li a {
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.33;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: 150ms ease-in-out;
}
.footer__links li a:hover, .footer__links li a:focus {
  color: #fff;
}
.footer__links-round {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.footer__links-round li a:not(.vat-icon) {
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
}
.footer__links-round.white li a {
  background: #fff;
  color: #181a25;
}
.footer__links-round.white li a:hover, .footer__links-round.white li a:focus {
  background: #d2161e;
  color: #fff;
}
.footer__links-round.white li a:hover .hoverableBox, .footer__links-round.white li a:focus .hoverableBox {
  color: #fff;
}
.footer__links-round.white li a:hover .hoverablePath, .footer__links-round.white li a:focus .hoverablePath {
  color: #d2161e;
}
.footer__links-round.white li a .hoverableBox {
  transition: fill 0.3s ease;
  color: #d2161e;
}
.footer__links-round.white li a .hoverablePath {
  transition: fill 150ms ease-in-out;
  color: #fff;
}
.footer__links-round.outlined li a:not(.vat-icon) {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__links-round.outlined li a:not(.vat-icon):hover, .footer__links-round.outlined li a:not(.vat-icon):focus {
  border: 1px solid #ef4950;
  color: #ef4950;
}
.footer__copyright {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 769px) {
  .footer__copyright {
    flex-direction: row;
    margin: 3.75rem 0 0 0;
  }
}
.footer__copyright p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 157%;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 769px) {
  .footer__copyright p {
    flex-direction: row;
  }
}

.vat-icon {
  display: block;
  height: 60px;
}

.footer__registration-number {
  margin: 0 0 0 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 0.5rem;
  font-family: "Casten Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  font-size: 1.12rem;
  line-height: 1.33;
  border-radius: 9.38rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn:hover, .btn:focus {
  background: #d2161e;
}
.btn--sm {
  padding: 0.5rem 1.5rem;
  font-size: 1.12rem;
}
.btn--lg {
  padding: 1rem 1.125rem 1rem 1.875rem;
  font-size: 1.12rem;
}
.btn--xl {
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
}
.btn--red {
  background-color: #ef4950;
  color: #fff;
}
.btn--red:hover:not(:disabled), .btn--red:focus:not(:disabled) {
  background-color: #d2161e;
  color: #fff;
}
.btn--red:disabled {
  background: #ffaaae;
  color: rgba(255, 255, 255, 0.8);
}
.btn--white {
  background-color: #fff;
  color: #181a25;
  height: 44px;
}
.btn--white:hover:not(:disabled), .btn--white:focus:not(:disabled) {
  background-color: #d2161e;
  color: #fff;
}
.btn--link {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.btn--link:hover:not(:disabled), .btn--link:focus:not(:disabled) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.btn--icon-right .btn__icon {
  margin-left: 0.5rem;
}

.btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 2rem;
  border: 1px solid #d7d9e5;
}

.card__image {
  padding: 0.25rem;
  aspect-ratio: 120/120;
  max-width: 120px;
}
@media (max-width: 639px) {
  .card__image {
    margin-inline: auto;
  }
}

.card__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .card__title {
    height: 68px;
  }
}
.card__title:last-child {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.modal--visible {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal__content {
  background: white;
  border-radius: 16px;
  padding: 40px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.modal__icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.modal__icon img {
  width: 52px;
  height: 52px;
}
.modal__title {
  font-weight: 600;
  font-size: 1.88rem;
  line-height: 113%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #181a25;
  margin-bottom: 20px;
}
.modal__button {
  width: 100%;
  min-width: 120px;
  padding: 17px 24px 19px;
  font-weight: 500;
  cursor: pointer;
  height: 60px;
}

@media (max-width: 480px) {
  .modal__content {
    padding: 32px;
    margin: 0 10px;
  }
  .modal__title {
    font-size: 1.5rem;
  }
}
.language-dropdown {
  position: relative;
  display: inline-block;
}
.language-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #d2161e;
  border: none;
  border-radius: 30px;
  padding: 4px;
  width: 101px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.language-dropdown__trigger[aria-expanded=true] .language-dropdown__arrow {
  transform: rotate(180deg);
}
.language-dropdown__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 36px;
}
.language-dropdown__flag .flag-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.language-dropdown__code {
  color: #fff;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1px;
  letter-spacing: -0.01em;
}
.language-dropdown__arrow {
  width: 12px;
  height: 6px;
  flex: 0 0 12px;
  transition: transform 0.3s ease;
}
.language-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid rgba(24, 26, 37, 0.2);
  border-radius: 1.88rem;
  padding: 0.5rem;
  overflow: hidden;
  z-index: 1000;
  width: 101px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.language-dropdown__menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-dropdown__menu .language-dropdown__flag {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.language-dropdown__option {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 1.88rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  transition: all 0.2s ease;
}
.language-dropdown__option:hover {
  background: #ffebec;
}
.language-dropdown__text {
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #181a25;
}

p.language-dropdown__option {
  cursor: default;
}

@keyframes dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes dropdownSlideOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
}
.language-dropdown__menu.animating-in {
  animation: dropdownSlideIn 0.3s ease forwards;
}

.language-dropdown__menu.animating-out {
  animation: dropdownSlideOut 0.2s ease forwards;
}

.hero {
  background: #ef4950;
  padding-bottom: 5rem;
  border-radius: 0 0 2.5rem 2.5rem;
  background-image: url("../../../img/hero-bg.svg");
  background-repeat: no-repeat;
  background-position: 20% 55%;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 7.5rem;
  }
}
@media (min-width: 769px) {
  .hero {
    padding-bottom: 5rem;
  }
}

.hero__content {
  position: relative;
  text-align: center;
}
.hero__content {
  width: 100%;
  max-width: calc(1280px + 2rem);
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 769px) {
  .hero__content {
    max-width: calc(1280px + 3rem);
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero__content {
    max-width: calc(1280px + 4rem);
    padding-inline: 2rem;
  }
}

.hero__title {
  position: relative;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.hero__title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font: inherit;
}
@media (min-width: 769px) {
  .hero__title-row {
    flex-direction: row;
    width: 70%;
  }
}
@media (min-width: 769px) {
  .hero__title-row:nth-child(1) {
    left: 15.5%;
  }
}
@media (min-width: 1025px) {
  .hero__title-row:nth-child(1) {
    left: 20.5%;
  }
}
@media (min-width: 1280px) {
  .hero__title-row:nth-child(1) {
    left: 20.5%;
  }
}
.hero__title-row:nth-child(2) {
  left: 150px;
}
@media (min-width: 769px) {
  .hero__title-row:nth-child(2) {
    left: 15%;
  }
}
@media (min-width: 1025px) {
  .hero__title-row:nth-child(2) {
    left: 11%;
  }
}
@media (min-width: 1280px) {
  .hero__title-row:nth-child(2) {
    left: 11%;
  }
}

@media (min-width: 769px) {
  .hero__title-word.word-1 {
    margin-right: 25%;
  }
}
@media (min-width: 1025px) {
  .hero__title-word.word-1 {
    margin-right: 19%;
  }
}
.hero__title-word.word-2 {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .hero__title-word.word-3 {
    margin-right: 29%;
  }
}

.hero__delivery-box {
  position: absolute;
  left: 80px;
  top: 109px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 769px) {
  .hero__delivery-box {
    top: -40px;
    left: 48%;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .hero__delivery-box {
    top: -20px;
  }
}
.hero__delivery-box img {
  width: 220px;
  height: auto;
}
@media (min-width: 769px) {
  .hero__delivery-box img {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .hero__delivery-box img {
    width: 350px;
  }
}
@media (min-width: 1280px) {
  .hero__delivery-box img {
    width: 400px;
  }
}

.hero__app-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .hero__app-buttons {
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-direction: row;
  }
}

.hero__app-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  border-radius: 30px;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  background: #181a25;
  transition: background 150ms ease-in-out;
}
.hero__app-button:hover, .hero__app-button:focus {
  background: #d2161e;
}
@media (min-width: 769px) {
  .hero__app-button {
    width: 200px;
  }
}
.hero__app-button.appgallery-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.hero__app-button.appgallery-btn .appgallery-btn__hover {
  opacity: 0;
}
.hero__app-button.appgallery-btn:hover .appgallery-btn, .hero__app-button.appgallery-btn:focus .appgallery-btn {
  opacity: 0;
}
.hero__app-button.appgallery-btn:hover .appgallery-btn__hover, .hero__app-button.appgallery-btn:focus .appgallery-btn__hover {
  opacity: 1;
}
.hero__app-button img {
  height: 36px;
  width: auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .hero__app-button img {
    height: 36px;
  }
}

.hero__description {
  color: #fff;
  line-height: 1.3;
  margin: 0 auto;
  min-height: 70px;
}
@media (min-width: 769px) {
  .hero__description {
    max-width: 100%;
    width: 540px;
  }
}

.delivery {
  padding-block: 6rem;
}
@media (min-width: 769px) {
  .delivery {
    padding-block: 7.5rem 5rem;
  }
}

.delivery__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}
.delivery__text .grey-70 {
  max-width: 520px;
}
@media (min-width: 769px) {
  .delivery__text .grey-70 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 900px) {
  .delivery__text {
    flex-direction: row;
  }
}

.delivery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-block: 2rem;
}
@media (min-width: 769px) {
  .delivery__grid {
    margin-block: 3.75rem;
  }
}
@media (min-width: 480px) {
  .delivery__grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media (min-width: 1280px) {
  .delivery__grid {
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(289px, 1fr));
  }
}

.delivery__learn-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 639px) {
  .delivery__learn-more .btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .delivery__learn-more {
    flex-direction: row;
  }
}

.benefits__content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .benefits__content {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .benefits__content {
    padding: 2.5rem 0 0 0;
  }
}
@media (min-width: 1025px) {
  .benefits__content {
    padding: 2.5rem 2rem 0 2rem;
  }
}

.benefits__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 2.5rem;
  padding: 2rem;
  width: 100%;
  height: 37rem;
  position: sticky;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .benefits__item {
    height: 45rem;
    padding: 3rem 3.25rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.benefits__item > * {
  position: relative;
  z-index: 1;
}
.benefits__item h2 {
  max-width: 485px;
  letter-spacing: -0.05em;
}
.benefits__item p {
  max-width: 578px;
}
.benefits__item .benefits__item-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.benefits__item.benefits__item-1 {
  background: #f6e9ea;
  top: 40px;
}
@media (min-width: 1025px) {
  .benefits__item.benefits__item-1 {
    top: 20px;
  }
}
.benefits__item.benefits__item-1 .benefits__item-bg {
  top: 140px;
}
@media (max-width: 639px) {
  .benefits__item.benefits__item-1 .benefits__item-bg {
    top: 220px;
  }
}
.benefits__item.benefits__item-2 {
  top: 60px;
}
@media (min-width: 1025px) {
  .benefits__item.benefits__item-2 {
    top: 40px;
  }
}
.benefits__item.benefits__item-3 {
  background: #2b3990;
  top: 80px;
}
@media (min-width: 1025px) {
  .benefits__item.benefits__item-3 {
    top: 60px;
  }
}
.benefits__item.benefits__item-4 {
  background: #ef4950;
  top: 100px;
  height: calc(37rem - 20px);
}
@media (min-width: 1025px) {
  .benefits__item.benefits__item-4 {
    height: calc(45rem - 20px);
    top: 120px;
  }
}
.benefits__item.benefits__item-4 .benefits__item-bg {
  border-radius: 2.5rem;
  top: 30px;
}

.testimonials {
  padding-block: 6rem;
}
@media (min-width: 769px) {
  .testimonials {
    padding-block: 5rem;
  }
}
@media (min-width: 1025px) {
  .testimonials {
    padding: 6rem 0 7.5rem 0;
  }
}

.testimonials__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 769px) {
  .testimonials__text {
    margin: 0 0 3.75rem 0;
  }
}
.testimonials__text p {
  max-width: 520px;
  margin: 0.75rem 0 0 0;
}
@media (min-width: 900px) {
  .testimonials__text {
    flex-direction: row;
  }
}

.splide {
  visibility: visible;
}

@media (min-width: 769px) {
  .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .splide__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.splide__slide {
  background: #fff;
  border: 1px solid rgba(24, 26, 37, 0.2);
  border-radius: 2.5rem;
  padding: 2rem;
  max-width: 478px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .splide__slide {
    padding: 2.75rem 3rem;
  }
}
.splide__slide h4 {
  margin-bottom: 1rem;
}

.splide__pagination {
  display: flex;
  gap: 0.5rem;
  margin: 2rem 0 0 0;
}

.splide__pagination__page {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(24, 26, 37, 0.2);
}
.splide__pagination__page.is-active {
  background: #181a25;
}

.testimonials__stars {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.25rem;
}
.testimonials__stars .star {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.testimonials__card-text {
  margin-bottom: 1.5rem;
  flex-grow: 1;
  margin-top: 0;
}

.testimonials__card-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: #737585;
  font-weight: 400;
}

.testimonials__card-date {
  display: flex;
  align-items: center;
}
.testimonials__card-date::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.5rem;
  height: 5px;
  width: 5px;
  background-color: #737585;
}

.contact {
  background: #f6e9ea;
  padding-block: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../img/contact-bg.svg");
  background-repeat: no-repeat;
  background-position: 1% 45%;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (min-width: 769px) {
  .contact {
    padding-block: 7.5rem;
  }
}

.contact__text {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .contact__text {
    margin-bottom: 3.25rem;
  }
}

.contact__form {
  max-width: 430px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact__form {
    max-width: 630px;
  }
}
.contact__form .btn {
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .contact__form .btn {
    margin-top: 1.25rem;
  }
}

.contact__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 769px) {
  .contact__form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.iti {
  width: 100%;
}
.iti .iti__flag-container {
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  right: auto;
  left: auto;
}
.iti .iti__selected-flag {
  height: 100%;
  padding: 0 1rem 0 1.5rem;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #737585;
  font-weight: 500;
  transition: background-color 150ms ease-in-out;
}
.iti .iti__selected-flag:hover {
  background: rgba(43, 57, 144, 0.05);
}
.iti .iti__selected-flag:focus {
  background: rgba(43, 57, 144, 0.1);
}
.iti .iti__flag {
  margin-right: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.iti .iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #737585;
  border-bottom: none;
  height: auto;
  width: auto;
  margin-left: 0.25rem;
  transition: transform 150ms ease-in-out;
}
.iti.iti--show-dropdown .iti__arrow {
  transform: rotate(180deg);
}

.iti__country-list {
  background: #fff;
  border: 2px solid #2b3990;
  border-radius: 1rem;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}
.iti__country-list .iti__country {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #181a25;
  transition: background-color 150ms ease-in-out;
}
.iti__country-list .iti__country:hover {
  background: rgba(43, 57, 144, 0.05);
}
.iti__country-list .iti__country.iti__highlight {
  background: rgba(43, 57, 144, 0.1);
}
.iti__country-list .iti__country .iti__flag {
  margin-right: 0;
}
.iti__country-list .iti__country .iti__country-name,
.iti__country-list .iti__country .iti__dial-code {
  font-size: 0.875rem;
}
.iti__country-list .iti__country .iti__country-name {
  color: #181a25;
}
.iti__country-list .iti__country .iti__dial-code {
  color: #737585;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: unset;
}

.iti__selected-country-primary {
  padding: 0.5rem 0 0.5rem 1rem;
}

.iti__country-list .iti__country {
  padding: 0.75rem 1rem 0.75rem 1rem;
}

.iti__country-list .iti__country .iti__flag {
  order: 0;
}

.iti__country-list .iti__country .iti__country-name {
  order: 2;
  color: #737585;
}

.iti__country-list .iti__country .iti__dial-code {
  color: #181a25;
}

.contact__form-group {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 1.88rem;
  padding: 0.5rem 1.5rem 0.5rem 1.25rem;
  background: #fff;
  color: #181a25;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.contact__form-group input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
}
.contact__form-group input::-moz-placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__form-group input::placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__form-group:focus-within {
  border: 2px solid #2b3990;
  outline: none;
}
.contact__form-group.contact__phone-group {
  padding: 0;
  display: flex;
  align-items: center;
}
.contact__form-group.contact__phone-group .iti {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact__form-group.contact__phone-group .iti .iti__flag-container {
  border-right: 1px solid rgba(115, 117, 133, 0.2);
}
.contact__form-group.contact__phone-group input {
  padding: 0 1.5rem;
  height: 100%;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
}
.contact__form-group.contact__phone-group input::-moz-placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__form-group.contact__phone-group input::placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__form-group.contact__phone-group input:focus {
  outline: none;
}
.contact__form-group:has(input:invalid:not(:-moz-placeholder)) {
  border: 2px solid #d2161e;
}
.contact__form-group:has(input:invalid:not(:placeholder-shown)) {
  border: 2px solid #d2161e;
}
.contact__form-group:has(input:invalid:not(:-moz-placeholder)):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("/img/errorIcon.webp");
  background-size: contain;
}
.contact__form-group:has(input:invalid:not(:placeholder-shown)):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("/img/errorIcon.webp");
  background-size: contain;
}
.contact__form-group:has(input:user-invalid) {
  border: 2px solid #d2161e;
}
.contact__form-group:has(input:user-invalid):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("/img/errorIcon.webp");
  background-size: contain;
}

.iti--inline-dropdown .iti__dropdown-content {
  border: none;
  border-radius: 20px;
  margin-top: 4px;
  background: #fff;
  border: 1px solid rgba(24, 26, 37, 0.2);
  border-radius: 1.88rem;
  width: 19rem;
}

.iti--inline-dropdown .iti__country-list {
  border: none;
  max-height: 17rem;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: none;
}

.contact__form-group.contact__phone-group input.iti__search-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[dir=ltr] .contact__form-group:has(input:invalid:not(:-moz-placeholder)):after {
  right: 18px;
}

html[dir=ltr] .contact__form-group:has(input:invalid:not(:placeholder-shown)):after,
.contact__form-group:has(input:user-invalid):after {
  right: 18px;
}

html[dir=rtl] .iti .iti__selected-flag {
  padding: 0 1.5rem 0 1rem;
  flex-direction: row-reverse;
}
html[dir=rtl] .iti .iti__flag {
  margin-right: 0;
  margin-left: 0.5rem;
}
html[dir=rtl] .iti .iti__arrow {
  margin-left: 0;
  margin-right: 0.25rem;
}
html[dir=rtl] .contact__phone-group .iti .iti__flag-container {
  border-right: none;
  border-left: 1px solid rgba(115, 117, 133, 0.2);
}
html[dir=rtl] .contact__phone-group input {
  text-align: right;
  padding: 0 1.5rem 0 1.5rem;
}
html[dir=rtl] .contact__form-group:has(input:invalid:not(:-moz-placeholder)):after {
  left: 18px;
  right: auto;
}
html[dir=rtl] .contact__form-group:has(input:invalid:not(:placeholder-shown)):after,
html[dir=rtl] .contact__form-group:has(input:user-invalid):after {
  left: 18px;
  right: auto;
}

.contact__textarea-container {
  border: 2px solid transparent;
  border-radius: 1.88rem;
  padding: 1rem 1rem 1rem 1.25rem;
  background: #fff;
  width: 100%;
  color: #181a25;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.contact__textarea-container::-moz-placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__textarea-container::placeholder {
  color: rgba(24, 26, 37, 0.5);
}
.contact__textarea-container:focus-within {
  border: 2px solid #2b3990;
  outline: none;
}
.contact__textarea-container:has(textarea:invalid:not(:-moz-placeholder)) {
  border: 2px solid #d2161e;
}
.contact__textarea-container:has(textarea:invalid:not(:placeholder-shown)) {
  border: 2px solid #d2161e;
}
.contact__textarea-container:has(textarea:user-invalid) {
  border: 2px solid #d2161e;
}

.contact__textarea {
  resize: none;
  height: 160px;
  width: 100%;
  line-height: 1.5;
  font-family: inherit;
  outline: none;
  border: none;
}
.contact__textarea:focus {
  outline: none;
}

html[dir=rtl] .mobile-menu {
  transform: translateX(-100%);
}
html[dir=rtl] .mobile-menu.open {
  transform: translateX(0);
}
@media (min-width: 769px) {
  html[dir=rtl] .header__content {
    grid-template-columns: 140px 440px 140px;
  }
}
html[dir=rtl] .hero__title-row {
  width: -moz-max-content;
  width: max-content;
  max-width: 1024px;
}
html[dir=rtl] .hero__title-row:nth-child(1) {
  left: unset;
  right: 15%;
}
@media (min-width: 769px) {
  html[dir=rtl] .hero__title-row:nth-child(1) {
    right: 20%;
  }
}
@media (min-width: 1025px) {
  html[dir=rtl] .hero__title-row:nth-child(1) {
    right: 20%;
  }
}
@media (min-width: 1280px) {
  html[dir=rtl] .hero__title-row:nth-child(1) {
    right: 15%;
  }
}
html[dir=rtl] .hero__title-row:nth-child(2) {
  left: unset;
  right: 40%;
}
@media (min-width: 769px) {
  html[dir=rtl] .hero__title-row:nth-child(2) {
    right: 25%;
  }
}
@media (min-width: 1025px) {
  html[dir=rtl] .hero__title-row:nth-child(2) {
    right: 30%;
  }
}
@media (min-width: 1280px) {
  html[dir=rtl] .hero__title-row:nth-child(2) {
    right: 20%;
  }
}
html[dir=rtl] .hero__title-word.word-1 {
  margin-right: unset;
  margin-left: 10%;
}
@media (min-width: 769px) {
  html[dir=rtl] .hero__title-word.word-1 {
    margin-left: 30%;
  }
}
@media (min-width: 1025px) {
  html[dir=rtl] .hero__title-word.word-1 {
    margin-left: 25%;
  }
}
html[dir=rtl] .hero__title-word.word-2 {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
html[dir=rtl] .hero__title-word.word-3 {
  margin-right: unset;
}
@media (max-width: 639px) {
  html[dir=rtl] .hero__title-word.word-4 {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  html[dir=rtl] .hero__delivery-box {
    left: unset;
    right: -120px;
    top: 120px;
  }
}
@media (max-width: 639px) {
  html[dir=rtl] .hero__delivery-box {
    right: -150px;
    top: 110px;
  }
}
@media (min-width: 1025px) {
  html[dir=rtl] .hero__delivery-box img {
    width: 250px;
  }
}
@media (min-width: 1280px) {
  html[dir=rtl] .hero__delivery-box img {
    width: 400px;
  }
}
html[dir=rtl] .delivery__content .btn {
  padding: 1rem 1.875rem 1rem 1.125rem;
}
html[dir=rtl] .delivery__content .btn img {
  rotate: 180deg;
}
html[dir=rtl] .iti__selected-country-primary {
  padding: 0.5rem 1rem 0.5rem 0;
}
html[dir=rtl] .contact__form-group.contact__phone-group {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
html[dir=rtl] .contact__country-code {
  padding: 0.75rem 0.5rem 0.75rem 1.25rem;
}
html[dir=rtl] .contact__form-group:has(input:invalid:not(:-moz-placeholder)):after {
  right: unset;
  left: 18px;
}
html[dir=rtl] .contact__form-group:has(input:invalid:not(:placeholder-shown)):after,
html[dir=rtl] .contact__form-group:has(input:user-invalid):after {
  right: unset;
  left: 18px;
}
html[dir=rtl] .contact__phone-input {
  text-align: right;
}
html[dir=rtl] .footer__registration-number {
  margin: 0 1.25rem 0 0;
}/*# sourceMappingURL=main.css.map */