:root {
  --white: #ffffff;
  --red: #f02a42;
  --brad: 12px;
  --bradSmall: 20px;
  --bradMed: 24px;
  --bradMed2: 28px;
  --bradBig: 32px;
  --blue: #061540;
  --lightBlue: #041957;
  --darkBlue: #191b23;
  --orange: #f13b3b;
  --gray1: #191b23;
  --gray2: #f0f0fb;
  --gray3: #e1e1ec;
  --gray5: #75767f;
  --gray7: #aaaab4;
  --gray9: #e1e1ec;
  --gray95: #f0f0fb;
  --radius: 24px;
  --flex-row: {
    display: flex;
  }
}

.bg-white {
  background-color: var(--white) !important;
}

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
}
* {
  font-family: 'Poppins', sans-serif;
  position: relative;
}
html {
  position: relative;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  body {
    overflow: hidden;
  }
}
body,
html {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  background-color: #f9f9f9;
  color: var(--gray1);
}
h2 > * {
  display: inline-block;
  vertical-align: middle;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: var(--white);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: var(--radius);
}
a {
  text-decoration: none;
  color: inherit;
}
a:has(span) span,
a:has(span) {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
}
a:has(span) span {
  transform: translateY(-1px);
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* div:has(img) {
  display: inherit;
} */
a:has(svg)::after {
  content: none;
}
svg {
  fill: transparent;
  height: auto;
  width: auto;
}
ul,
li {
  padding: 0;
  list-style: none;
  marker: none;
}
/* 
ul:not([class]) li::before {
    position: absolute;
    content: "";
    background-image: url(/assets/imgs/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    left: -25px;
    transform: translateY(35%);
    width: 16px;
    height: 16px;
} */

section h2 {
  margin-bottom: 20px;
}

section h3 {
  margin-bottom: 16px;
}
section p {
  margin-bottom: 16px;
}
section > * > p,
section > p {
  opacity: 0.85;
}

section > .wrapper > p,
section > .wrapper > h2,
section > p,
section > h2 {
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.wrapper > p,
section.wrapper div > p,
section .wrapper > p:first-of-type {
  margin-bottom: var(--mar-32) !important;
}

section {
  padding: 72px 0 80px;
  /* margin-bottom: var(--mar-80); */
}
section > h2 {
  text-align: center;
  margin-bottom: 8px;
}
section > p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: var(--mar-32);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  height: 100%;
  width: 100%;
}

a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  bottom: -2px;
  left: 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover::after {
  width: 100%;
}
a:has(img, div)::after {
  content: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: var(--gray1);
  line-height: 130%;
}
h1 {
  font-size: 60px;
}
p,
a {
  color: var(--gray5);
  font-weight: 500;
  position: relative;
  line-height: 160%;
}
.fz18 {
  font-size: 18px;
}
.fz124 {
  font-size: 124px;
}
.fz72 {
  font-size: 72px;
  font-weight: 700;
}
.fz64 {
  font-size: 64px;
}
.fz64 {
  font-size: 64px;
}
.fz56 {
  font-size: 56px;
}
.fz52,
.bigMessage_title {
  font-size: 52px;
}
.fz48 {
  font-size: 48px;
}
h2,
.fz42 {
  font-size: 42px;
  line-height: 120% !important;
}
.fz36 {
  font-size: 36px;
}
.fz32 {
  font-size: 32px;
}
.fz30,
h3 {
  font-size: 30px;
}
.fz28 {
  font-size: 28px;
  text-transform: none;
}
h4,
.fz24 {
  font-size: 24px;
  text-transform: none;
}
.fz20 {
  font-size: 20px; /* font-weight: 600; */
}
.fz16 {
  font-size: 16px;
}
.fz14 {
  font-size: 14px;
}
.fz12 {
  font-size: 12px;
}
.fz10 {
  font-size: 10px;
}
p > * {
  display: inline-block;
}

.width80 {
  max-width: 80%;
}
.width70 {
  max-width: 70%;
}
.width60 {
  max-width: 60%;
}
.width50 {
  max-width: 50%;
}
.width40 {
  max-width: 40%;
}
.width30 {
  max-width: 30%;
}
.mw284 {
  max-width: 284px;
  min-width: 284px;
}
.width235 {
  max-width: 235px;
  width: 100%;
}

#faq h2 {
  text-align: left;
  margin-left: 0;
}

.sectionImg {
  overflow: hidden;
  border-radius: var(--brad);
}

@media (max-width: 1280px) {
  .wrapper {
    max-width: 95%;
  }
  .fz124 {
    font-size: 12vw;
  }
}
@media (max-width: 768px) {
  section > .wrapper > p,
  section > .wrapper > h2,
  section > .wrapper > div > p,
  section > .wrapper > div > h2,
  section > p,
  section > h2 {
    max-width: 100%;
  }

  .width80,
  .width70,
  .width60,
  .width40,
  .width30,
  .width235,
  .mw284,
  .width50 {
    max-width: 100%;
    min-width: 100%;
  }
  .padding {
    padding: 0 14px;
  }
  h2 {
    font-size: 6vw;
  }
  .fz72 {
    font-size: 52px;
  }
  .fz64 {
    /* font-size: 6vw; */
    font-size: 52px;
    width: 100%;
    max-width: max-content;
  }
  .fz56 {
    /* font-size: 6.4vw; */
    font-size: 40px;
  }
  .fz52,
  h2 {
    font-size: 32px; /* font-size: 6.2vw; */
  }
  .fz48 {
    /* font-size: 4vw; */
    font-size: 32px;
  }
  .fz42 {
    font-size: 36px;
  }
  .fz36 {
    font-size: 36px; /* font-size: 4.6vw; */
  }
  .fz30 {
    font-size: 26px; /* font-size: 4.2vw; */
  }
  .fz28 {
    font-size: 20px; /* font-size: 3.9vw; */
  }
  h4,
  h3,
  .fz24 {
    font-size: 20px; /* font-size: 3.8vw; */
  }
  .fz20 {
    font-size: 18px; /* font-size: 3.6vw; */
  }
  p,
  a,
  .fz18 {
    font-size: 16px; /* font-size: 2.6vw; */
  }
  .fz16 {
    font-size: 14px; /* font-size: 2.2vw; */
  }
  .wrapper {
    max-width: 93%;
  }
  h1 {
    font-size: 38px;
  }
  section {
    padding: 36px 0 40px;
  }
}
