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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.jrdll {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--gray-0-backgroun-primary-text, #F2F2F2);
}

.miobe {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--gray-0-backgroun-primary-text, #f2f2f2);
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
.ovvee {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
}

.xxtll {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  position: relative;
}
.xxtll::before, .xxtll::after {
  content: "";
  background: #f2f2f2;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ianlj {
  color: var(--gray-100-primary-text-background, #010101);
  position: relative;
}
.ianlj::before, .ianlj::after {
  content: "";
  background: #010101;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.olani {
  margin-top: 24px;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  text-transform: capitalize;
}
.ckwmb {
  color: var(--gray-100-primary-text-background, #010101);
}

@-webkit-keyframes kgzmv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kgzmv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lzspc {
  font-weight: 700;
}

.edzbe {
  padding-inline: 16px;
  padding-block: 8px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: var(--gray-0-backgroun-primary-text, #f2f2f2);
}
@media (min-width: 768px) {
  .edzbe {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .edzbe {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .edzbe {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .edzbe {
    padding-block: 24px;
  }
}
.sshhn {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kisnk {
  display: block;
  margin-left: auto;
}
.kisnk img {
  display: block;
  width: 44px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.kisnk img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 1024px) {
  .kisnk {
    display: none;
  }
}
.kzszy {
  margin-left: auto;
}
.kzszy img {
  display: block;
  width: 44px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.kzszy img:hover {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@media (min-width: 1024px) {
  .kzszy {
    display: none;
  }
}
.xxbky {
  display: none;
}
@media (min-width: 1024px) {
  .xxbky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.tvxkh {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Primary-Pink, #e0304c);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  color: #f2f2f2;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.tvxkh:hover {
  background-color: #000;
}
.gdgem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 217px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #e0304c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  color: #e0304c;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.gdgem:hover {
  background-color: #000;
}

.wxctr {
  display: none;
}

@media (min-width: 1024px) {
  .wxctr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .adrts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    width: 100%;
  }
  .ykfro {
    color: var(--Gray-100-primary-text, #181b1d);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
  }
  .fegrh {
    color: #181b1d;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .fegrh::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #181b1d;
    bottom: -5px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .fegrh:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .fegrh:hover {
    color: #181b1d;
  }
}
.pvlox {
  padding-inline: 16px;
  background: var(--gray-0-backgroun-primary-text, #f2f2f2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .pvlox {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .pvlox {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .pvlox {
    padding-inline: 0;
  }
}
.pvlox:target {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 1024px) {
  .pvlox {
    display: none;
  }
}
.mrujp {
  margin-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zmwnv {
  width: 337px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Primary-Pink, #e0304c);
  border: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.zmwnv:hover {
  background: #010101;
}
.crwvx {
  width: 337px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #e0304c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  color: var(--Primary-Pink, #e0304c);
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.crwvx:hover {
  background: #010101;
}

.ebdkp {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.jqitp {
  color: var(--Gray-100-primary-text, #181b1d);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
.dtpan {
  color: var(--Gray-100-primary-text, #181b1d);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.dtpan::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #000;
  width: 100%;
  bottom: -5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dtpan:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.dtpan:hover {
  color: #000;
}

.xduea {
  padding-inline: 16px;
  padding-block: 120px 100px;
}
@media (min-width: 768px) {
  .xduea {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .xduea {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .xduea {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .xduea {
    padding-block: 144px 120px;
  }
}
.gzbys {
  width: 100%;
  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;
}
.xlble {
  display: block;
  width: clamp(348px, 90vw, 1400px);
}
@media (min-width: 1024px) {
  .xlble {
    width: clamp(348px, 100%, 1400px);
  }
}
.dqjwd {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .dqjwd {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.ybilh {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
@media (min-width: 1440px) {
  .ybilh {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.olcvf {
  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;
  gap: 60px;
}
@media (min-width: 1024px) {
  .olcvf {
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.olcvf p {
  max-width: 378px;
  color: #000;
}
.hivda {
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Primary-Pink, #e0304c);
  border: none;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.hivda:hover {
  background-color: #000;
}
@media (min-width: 1024px) {
  .hivda {
    width: 282px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.vktpr {
  display: block;
  width: 226px;
  height: 75px;
  cursor: pointer;
  -webkit-animation: kgzmv 2s ease infinite;
          animation: kgzmv 2s ease infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iabmy {
  padding-block: 100px;
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .iabmy {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .iabmy {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .iabmy {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .iabmy {
    padding-inline: 0;
  }
}
.icqxh {
  margin-top: 60px;
  border-radius: 20px;
  background: #171717;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .icqxh {
    margin-top: 80px;
    gap: 16px;
    padding: 24px;
  }
}
.huzoe {
  width: clamp(311px, 80vw, 326px);
  max-height: 155px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .huzoe {
    height: 138px;
  }
}
.huzoe h4 {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.huzoe p {
  color: var(--Gray-80-secondary-text, #747474);
}

.kirek {
  padding-block: 100px;
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .kirek {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .kirek {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .kirek {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .kirek {
    padding-inline: 0;
  }
}
.cseow {
  margin-top: 60px;
  padding: 24px;
  border-radius: 20px;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .cseow {
    margin-top: 80px;
    gap: 16px;
  }
}
.mbkid {
  width: clamp(295px, 70vw, 326px);
  max-height: 137px;
  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;
}
.mbkid span {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 91.2px */
  text-transform: capitalize;
}
.mbkid p {
  color: var(--Gray-70-divider, #bcbcbc);
  text-align: center;
}

.mfvoc {
  padding-block: 100px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .mfvoc {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .mfvoc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .mfvoc {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .mfvoc {
    padding-inline: 0;
  }
}
.ttreb {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .ttreb {
    margin-top: 80px;
  }
}
.thklg {
  max-width: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.ypdnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ypdnd span {
  color: var(--Primary-Pink, #e0304c);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
.ypdnd p {
  color: var(--gray-100-primary-text-background, #010101);
}
.mnuvn {
  display: block;
  width: clamp(315px, 80vw, 348px);
}

.uoajc {
  padding-block: 100px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .uoajc {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .uoajc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .uoajc {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .uoajc {
    padding-inline: 0;
  }
}
.hiuxr {
  margin-top: 60px;
  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;
  row-gap: 32px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hiuxr {
    margin-top: 80px;
  }
}
.nkdkg {
  width: clamp(343px, 80vw, 692px);
  max-height: 838px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nkdkg img {
  display: block;
  width: 100%;
  height: 100%;
}
.nkdkg h5 {
  margin-top: 8px;
  color: var(--Gray-100-primary-text, #002a34);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.nkdkg p {
  margin-top: 4px;
  color: var(--Gray-80-secondary-text, #747474);
}

.sppzc {
  padding-block: 100px;
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .sppzc {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .sppzc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .sppzc {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .sppzc {
    padding-inline: 0;
  }
}
.tubzp {
  margin-top: 60px;
  border-radius: 20px;
  background: #171717;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .tubzp {
    margin-top: 80px;
    padding: 24px;
    gap: 16px;
  }
}
.yweht {
  width: clamp(303px, 80vw, 326px);
  height: 215px;
  padding: 16px;
  border-radius: 20px;
  background: var(--gray-100-primary-text-background, #010101);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.yweht p {
  color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.yweht h6 {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.yweht span {
  display: block;
  margin-top: 8px;
  color: var(--Gray-80-secondary-text, #747474);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.lsxxo {
  padding-block: 100px;
  padding-inline: 16px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 1024px) {
  .lsxxo {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .lsxxo {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .lsxxo {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .lsxxo {
    padding-inline: 0;
  }
}
.hbgcr {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hbgcr {
    margin-top: 80px;
    gap: 16px;
  }
}
.uyaya {
  width: 343px;
  max-height: 159px;
  padding: 16px;
  border-radius: 20px;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .uyaya {
    width: 338px;
  }
}
@media (min-width: 1440px) {
  .uyaya {
    height: 159px;
  }
}
.uyaya span {
  display: block;
  color: var(--Primary-Pink, #e0304c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.uyaya h6 {
  margin-top: 8px;
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: capitalize;
}
.uyaya p {
  margin-top: 16px;
  color: #747474;
}

.zkofi {
  padding-block: 100px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  .zkofi {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .zkofi {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .zkofi {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .zkofi {
    padding-inline: 0;
  }
}
.qksal {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .qksal {
    margin-top: 80px;
    gap: 16px;
  }
}
.troof {
  width: clamp(343px, 80vw, 456px);
  max-height: 541px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media (min-width: 1024px) {
  .troof {
    height: 541px;
  }
}
.troof img {
  display: block;
  width: 100%;
}
.troof p {
  color: var(--Gray-100-primary-text, #002a34);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
}

.aymbr {
  padding-inline: 16px;
  padding-block: 60px 40px;
  background: var(--gray-100-primary-text-background, #010101);
}
@media (min-width: 768px) {
  .aymbr {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .aymbr {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .aymbr {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .aymbr {
    padding-block: 80px 40px;
  }
}
.evbsw {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (min-width: 550px) {
  .evbsw {
    -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;
    -webkit-column-gap: 180px;
       -moz-column-gap: 180px;
            column-gap: 180px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ajvcd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1440px) {
  .ajvcd {
    margin-right: 288px;
  }
}
.ajvcd p {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
.ajvcd a {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  text-decoration: none;
}
.hvbnn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.hvbnn a {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
}
.xlntj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.xlntj a {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
}
.mapof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.mapof a {
  color: var(--gray-0-backgroun-primary-text, #f2f2f2);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-decoration: none;
}
.anlom {
  margin-top: 60px;
  color: var(--Gray-80-secondary-text, #747474);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-align: center;
}

.jttth {
  padding-inline: 16px;
  border-top: 2px solid #000;
  padding-block: 24px;
  background: var(--wight, #f2f2f2);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .jttth {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .jttth {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .jttth {
    padding-inline: 0;
  }
}
@media (min-width: 1440px) {
  .jttth {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.zrqvd {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
  text-align: left;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .zrqvd {
    margin: 0 auto;
    font-size: 36px;
  }
}
.xuxrv {
  max-width: 750px;
  color: var(--green_text, #1c3f3a);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 1024px) {
  .xuxrv {
    text-align: center;
    font-size: 24px;
  }
}
.xmbuv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rlbsl {
  width: 343px;
  height: 55px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  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;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.winzy {
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.winzy:hover {
  background-color: #0c5a2e;
}

.epkgb {
  color: #000;
  border: none;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.epkgb:hover {
  background-color: #8c2f1a;
}

.nwsfu {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

#nwsfu {
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.msyuc {
  padding-inline: 16px;
  margin-top: 76px;
  margin-bottom: 100px;
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
}
@media (min-width: 768px) {
  .msyuc {
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .msyuc {
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .msyuc {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .msyuc {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}

.rstfi {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Nunito Sans", sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 91.2px */
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .rstfi {
    font-size: 160px;
    font-weight: 500;
    line-height: 90%;
  }
}
.vmgim {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .vmgim {
    margin-top: 24px;
  }
}
.bnjaf {
  margin-top: 16px;
}

.egmlw {
  padding-top: 32px;
  text-align: left;
}
.nzxwk {
  color: var(--gray-100-primary-text-background, #010101);
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  text-transform: capitalize;
}
.inhvl {
  margin-top: 16px;
}
.iwjvt {
  color: #000;
}
.jigwi {
  list-style-type: disc;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .jigwi {
    margin-left: 35px;
  }
}
.egqfp {
  color: #000;
  text-decoration: none;
}
.ibryy {
  margin-top: 8px;
}
.tfwfg {
  text-decoration: none;
  color: inherit;
}

.pfjbi {
  list-style: disc;
  margin-left: 10px;
}

.docuf {
  max-width: 1400px;
  margin: 0 auto;
}

.ggenl {
  padding: 0;
}

.pwmgl {
  margin: 0;
}

.ycoku {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}