@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
body {
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
}
*,
body {
  margin: 0;
}
* {
  box-sizing: border-box;
  padding: 0;
}
.Container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 77px;
  padding-right: 77px;
}
@media (max-width: 999px) {
  .Container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 600px) {
  .Mob {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .Container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop {
    display: none !important;
  }
}
.style_Grow__ViaMT {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin: 2rem 0;
  overflow: hidden;
}
.style_Grow__ViaMT .style_images__quBCm {
  width: 50%;
}
.style_Grow__ViaMT .style_images__quBCm video {
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.style_Grow__ViaMT .style_text__Xkm\+i {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.style_Grow__ViaMT .style_text__Xkm\+i h1 {
  font-size: 48px;
  line-height: 120%;
  margin: 16px 0 0;
}
.style_Grow__ViaMT .style_text__Xkm\+i p,
.style_Grow__ViaMT .style_text__Xkm\+i ul {
  font-size: 18px;
  line-height: 180%;
  margin: 16px 0 0;
}
.style_Grow__ViaMT .style_text__Xkm\+i ul {
  padding-left: 20px;
}
@media (max-width: 599px) {
  .style_Grow__ViaMT {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .style_Grow__ViaMT .style_images__quBCm,
  .style_Grow__ViaMT .style_images__quBCm video,
  .style_Grow__ViaMT .style_text__Xkm\+i {
    width: 100%;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i h1 {
    font-size: 36px;
    line-height: 120%;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i p,
  .style_Grow__ViaMT .style_text__Xkm\+i ul {
    font-size: 16px;
  }
}
@media (max-width: 899px) {
  .style_Grow__ViaMT {
    flex-wrap: wrap;
    gap: 2rem;
    margin: 4rem 0 3rem;
  }
  .style_Grow__ViaMT .style_images__quBCm {
    margin-right: 20px;
    width: 100%;
  }
  .style_Grow__ViaMT .style_images__quBCm img {
    height: 50%;
    width: 100%;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i {
    width: 100%;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i h1 {
    font-size: 37px;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i p {
    font-size: 17px;
  }
  .style_Grow__ViaMT .style_text__Xkm\+i ul {
    font-size: 17px;
    padding-left: 15px;
  }
}
.style_btn__1ndlE {
  align-items: center;
  background: none;
  color: #000;
  display: flex;
  gap: 6px;
  margin-top: 40px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: -webkit-max-content;
  width: max-content;
}
.style_btn__1ndlE .style_text__lK61h {
  word-wrap: break-word;
  border-bottom: 3px solid #0000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
.style_btn__1ndlE:hover > .style_text__lK61h {
  border-bottom: 3px solid #fae053;
}
.style_btn__1ndlE:hover > .style_img__IKUFZ {
  transform: translateX(4px);
}
.style_btn__1ndlE .style_img__IKUFZ {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
}
.style_btn__1ndlE .style_img__IKUFZ img {
  height: 100%;
  object-fit: cover;
}
.style_bgbtn__FcHcW {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 #00000059;
  color: #fff;
  display: inline;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  mix-blend-mode: multiply;
  outline: none;
  padding: 14px 38px;
  text-decoration: none;
  transition: transform 0.2s linear, box-shadow 0.1s linear,
    background-color 0.1s linear;
  white-space: nowrap;
  width: -webkit-min-content;
  width: min-content;
}
.style_bgbtn__FcHcW:hover {
  box-shadow: 0 10px 32px 0 #00000059;
  transform: translateY(-8px);
}
.style_CardWarp__3eIPk {
  background: #fff;
  box-shadow: 4px 4px 16px 2px #0000001a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 50px;
  position: relative;
  width: 100%;
}
.style_CardWarp__3eIPk:hover {
  background: #f9fafb;
}
.style_CardWarp__3eIPk:hover > .style_cardBtn__yvD0x > span:first-child {
  border-bottom: 3px solid #fae053;
}
.style_CardWarp__3eIPk:hover > .style_cardBtn__yvD0x > span:nth-child(2) {
  transform: translateX(4px);
}
.style_CardWarp__3eIPk .style_icon__LMRjf {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 10px 0 20px;
  position: relative;
}
.style_CardWarp__3eIPk .style_icon__LMRjf img {
  border-radius: 10px;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.style_CardWarp__3eIPk h2 {
  color: #0a0c0f;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}
.style_CardWarp__3eIPk ul li {
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
  margin: 16px 0 0;
}
.style_CardWarp__3eIPk .style_cardBtn__yvD0x {
  margin: 50px 0 0;
}
@media (max-width: 999px) {
  .style_CardWarp__3eIPk {
    min-height: 620px;
    padding: 30px;
  }
  .style_CardWarp__3eIPk h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .style_CardWarp__3eIPk ul li {
    font-size: 19px;
  }
}
@media (max-width: 599px) {
  .style_btn__1ndlE .style_text__lK61h {
    font-size: 16px;
    font-weight: 700;
  }
  .style_btn__1ndlE .style_img__IKUFZ {
    height: 10px;
  }
  .style_bgbtn__FcHcW {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px 26px;
  }
  .style_CardWarp__3eIPk {
    min-height: auto !important;
    padding: 25px 30px;
  }
  .style_CardWarp__3eIPk .style_icon__LMRjf {
    height: 80px;
    margin: 8px 0 15px;
    position: relative;
  }
  .style_CardWarp__3eIPk h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .style_CardWarp__3eIPk ul li {
    font-size: 16.5px;
    line-height: 160%;
    margin: 12px 0 0;
  }
  .style_CardWarp__3eIPk ul {
    margin-left: 20px;
  }
  .style_CardWarp__3eIPk .style_cardBtn__yvD0x {
    margin: 40px 0 0;
  }
}
.Hero {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.Hero .Row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.Hero .Row .detail {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
.Hero .Row .detail .firstDetail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px !important;
}
.Hero .Row .detail > div {
  gap: 20px;
  height: 100vh;
  padding-top: 10vh;
}
.Hero .detail h1 {
  color: #000;
  font-size: 36px;
  line-height: 120%;
}
.Hero .detail .dvch2 {
  color: #203764;
  font-size: 55px;
  line-height: 120%;
  white-space: nowrap;
}
.Hero .detail .underline {
  position: relative;
  white-space: nowrap !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Hero .detail .text {
  position: relative;
  z-index: 10;
}
.Hero .detail .line {
  background: #6b8dd4;
  bottom: 10px;
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  width: calc(100% - 8px);
  z-index: 5;
}
.Hero .detail .index-module_type__E-SaG:after {
  font-weight: 300;
  margin-left: -2px;
}
.Hero .detail h2 {
  color: #000;
  font-size: 48px;
  line-height: 120%;
}
.Hero .detail p {
  margin-bottom: 20px;
  padding-right: 20%;
}
.Hero .detail p,
.Hero .detail ul li {
  color: #0a0c0f;
  font-size: 18px;
  line-height: 150%;
}
.Hero .detail ul li {
  font-weight: 500;
}
.Hero .detail .logo {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
  width: 100%;
}
.Hero .detail .logo .imgWhite {
  filter: brightness(100) invert(0);
  transition: filter 0.1s;
  transition-delay: 0.6s;
  transition-timing-function: ease-out;
}
.Hero .detail .logo .divider {
  border-left: 1px solid #000;
  height: 100%;
}
.Hero .detail .logo img {
  height: 56px;
  mix-blend-mode: multiply;
  width: 185px;
}
.Hero .detail .logo p {
  margin-bottom: 0;
}
.Hero .detail .btn {
  background-color: #6b8dd4;
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 #00000059;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  outline: none;
  padding: 14px 38px;
  text-decoration: none;
  transition: transform 0.1s linear, box-shadow 0.1s linear,
    background-color 0.1s linear;
  white-space: nowrap;
}
.Hero .Row .detail .btn:hover {
  box-shadow: 0 10px 32px 0 #00000059;
  transform: translateY(-5px) !important;
}
.Hero .detail .dynamicBg {
  background-color: #6b8dd4;
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 #00000059;
  color: #0a0c0f;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  mix-blend-mode: multiply;
  outline: none;
  padding: 14px 38px;
  text-decoration: none;
  transition: transform 0.1s linear, box-shadow 0.1s linear,
    background-color 0.1s linear;
  white-space: nowrap;
}
.Hero .Row .detail .dynamicBg:hover {
  box-shadow: 0 10px 32px 0 #00000059;
  transform: translateY(-5px) !important;
}
.Hero .anim-mocks {
  align-items: center;
  display: flex;
  grid-column: span 6;
  height: 100vh;
  padding-left: 90px;
  transform-origin: right top;
}
.Hero .phone-frame {
  flex-shrink: 0;
  height: 556px;
  margin-right: -80px;
  padding-top: 0;
  position: relative;
  width: 348px;
  z-index: 20;
}
.Hero .phone-cover-wrapper {
  display: flex;
  height: 426px;
  justify-content: flex-end;
  left: 24px;
  overflow: hidden;
  position: absolute;
  top: 22px;
  width: 197px;
}
.Hero .phone-cover {
  display: flex;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Hero .phone-cover img {
  height: 100%;
  object-fit: cover;
  width: 197px;
}
.Hero .phone-frame .phone-mock {
  display: block;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
.Hero .tablet-frame {
  flex-shrink: 0;
  height: 745px;
  margin-top: 50px;
  position: relative;
  width: 1044px;
  z-index: 20;
}
.Hero .tablet-cover-wrapper {
  display: flex;
  height: 592px;
  justify-content: flex-end;
  left: 50px;
  overflow: hidden;
  position: absolute;
  top: 24px;
  width: 860px;
}
.Hero .tablet-cover {
  display: flex;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Hero .tablet-cover img {
  height: 100%;
  object-fit: cover;
  width: 860px;
}
.Hero .tablet-frame .tablet-mock {
  display: block;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
.Hero .anim-mocks .bgBox {
  height: 300vh;
  left: 210px;
  top: -100%;
}
.Hero .anim-mocks .bgBox,
.Hero .anim-mocks .bgBox2 {
  background: #6b8dd4;
  position: absolute;
  width: 100vw;
  z-index: 5;
}
.Hero .anim-mocks .bgBox2 {
  min-height: 85vh;
  right: 100%;
  top: 59%;
}
#secondDetail {
  justify-content: center;
  padding-top: 0 !important;
}
.Hero .anim-mocks .glasses {
  left: 60%;
  position: absolute;
  top: -13vw;
  width: 373px;
  z-index: 20;
}
.Hero .anim-mocks .glasses img {
  display: block;
  width: 100%;
}
.arrowDown {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: animate--jump;
  cursor: pointer;
  left: 50%;
  position: fixed;
  top: 93vh;
  transform: translateX(-50%) rotate(90deg);
}
@keyframes animate--jump {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0) rotate(90deg);
  }
  40% {
    transform: translateY(-14px) rotate(90deg);
  }
  60% {
    transform: translateY(-7px) rotate(90deg);
  }
}
.Hero .detail .underline * {
  text-decoration: underline;
  text-decoration-color: #6b8dd4;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 13px;
  text-underline-offset: -7px;
}
@media (max-width: 1309px) {
  .Hero .anim-mocks .bgBox2 {
    min-height: 870px;
  }
}
@media (max-width: 1109px) {
  .Hero .anim-mocks .bgBox2 {
    min-height: 100vh;
    right: 100%;
  }
  .Hero .Row .detail > div {
    height: 87vh;
    padding-top: 15vh;
  }
}
@media (max-width: 959px) {
  .Hero .anim-mocks .bgBox2 {
    min-height: 75vh;
  }
  .Hero .Row .detail > div {
    height: 95vh;
    padding-top: 10vh;
  }
  .Hero .detail .dvch2 {
    font-size: 45px;
    white-space: nowrap;
  }
  #secondDetail h2 {
    font-size: 35px;
  }
  #secondDetail p {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .Hero .detail .underline {
    position: relative;
    white-space: wrap !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .Hero .detail .dvch2 {
    font-size: 30px;
    white-space: wrap;
  }
  .Hero .detail .underline * {
    text-decoration: underline;
    text-decoration-color: #6b8dd4;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7px;
    text-underline-offset: -2px;
  }
  .Hero .imgCon {
    width: 100%;
  }
  .Hero .imgCon img {
    display: block;
    height: 100%;
    margin: 0 -10px;
    object-fit: contain;
    width: 150%;
  }
  .Hero .detail {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 100px;
    padding-top: 20px;
    position: relative;
    width: 100%;
  }
  .Hero .detail .bgBox3 {
    background-color: #6b8dd4;
    bottom: 0;
    height: 44%;
    left: -20px;
    position: absolute;
    width: 100vw;
    z-index: 10;
  }
  .Hero .detail > div {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 20;
  }
  .Hero .detail h1 {
    font-size: 18px;
    line-height: 100%;
  }
  .Hero .detail h2 {
    font-size: 39px;
    line-height: 110%;
  }
  .Hero .detail ul {
    margin-bottom: 10px;
    margin-left: 20px;
    padding-right: 0;
  }
  .Hero .detail p {
    font-size: 16px;
    padding-right: 0;
  }
  .Hero .detail .btn {
    text-align: center;
    width: 100%;
  }
  .Hero .detail .line {
    display: none;
  }
}
.style_Manage__nwfNZ {
  align-items: center;
  display: flex;
  gap: 4rem;
  height: 100%;
  justify-content: center;
  margin: 3.5rem 0;
  overflow: hidden;
  width: 100%;
}
.style_Manage__nwfNZ .style_images__oEEp7 {
  flex-shrink: 0;
  height: 650px;
  margin-top: 0;
  position: relative;
  width: 50%;
}
.style_Manage__nwfNZ .style_images__oEEp7 .style_manage2__WXNaH {
  display: none;
}
.style_Manage__nwfNZ .style_images__oEEp7 img {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 50px;
  top: 0;
  width: 90%;
}
.style_Manage__nwfNZ .style_text__PG6SK {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.style_Manage__nwfNZ .style_text__PG6SK .style_logoText__OqoRQ {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: 10px 0 30px;
}
.style_Manage__nwfNZ
  .style_text__PG6SK
  .style_logoText__OqoRQ
  .style_img__6o9uO {
  height: 40px;
  margin: 15px 0 0;
}
.style_Manage__nwfNZ .style_text__PG6SK .style_logoText__OqoRQ img {
  object-fit: cover;
  width: 100%;
}
.style_Manage__nwfNZ .style_text__PG6SK .style_logoText__OqoRQ p {
  max-width: 320px;
}
.style_Manage__nwfNZ .style_text__PG6SK h1 {
  font-size: 48px;
  line-height: 120%;
  margin: 16px 0 0;
}
.style_Manage__nwfNZ .style_text__PG6SK p,
.style_Manage__nwfNZ .style_text__PG6SK ul {
  font-size: 18px;
  line-height: 180%;
  margin: 16px 0 0;
}
.style_Manage__nwfNZ .style_text__PG6SK ul {
  padding-left: 20px;
}
@media (max-width: 899px) {
  .style_Manage__nwfNZ {
    flex-wrap: wrap-reverse;
    gap: 3rem;
    margin: 4rem 0 3rem;
  }
  .style_Manage__nwfNZ .style_images__oEEp7 {
    margin-right: 20px;
    width: 100%;
  }
  .style_Manage__nwfNZ .style_text__PG6SK {
    width: 100%;
  }
  .style_Manage__nwfNZ .style_images__oEEp7 img {
    height: 100%;
    object-fit: cover;
  }
  .style_Manage__nwfNZ .style_text__PG6SK h1 {
    font-size: 37px;
  }
  .style_Manage__nwfNZ .style_text__PG6SK p {
    font-size: 17px;
  }
  .style_Manage__nwfNZ .style_text__PG6SK ul {
    font-size: 17px;
    padding-left: 15px;
  }
  .style_Manage__nwfNZ
    .style_text__PG6SK
    .style_logoText__OqoRQ
    .style_img__6o9uO {
    height: 35px;
  }
}
@media (max-width: 599px) {
  .style_Manage__nwfNZ {
    flex-wrap: wrap-reverse;
    gap: 1rem;
  }
  .style_Manage__nwfNZ .style_images__oEEp7 {
    height: 400px !important;
    width: 100%;
  }
  .style_Manage__nwfNZ .style_images__oEEp7 img {
    height: 100%;
    right: 0;
  }
  .style_Manage__nwfNZ .style_text__PG6SK {
    width: 100%;
  }
  .style_Manage__nwfNZ .style_text__PG6SK h1 {
    font-size: 36px;
    line-height: 120%;
  }
  .style_Manage__nwfNZ .style_text__PG6SK p,
  .style_Manage__nwfNZ .style_text__PG6SK ul {
    font-size: 16px;
  }
  .style_Manage__nwfNZ
    .style_text__PG6SK
    .style_logoText__OqoRQ
    .style_img__6o9uO {
    height: 30px;
    margin: 15px 0 0;
  }
}
.style_Wrapper__MYC6I {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 6rem 0;
  overflow: hidden;
}
.style_wrapBg__cwjXm {
  background-color: #f9fafb;
  margin: 0 auto;
  max-width: 2000px;
  padding-left: 10rem;
  padding-right: 10rem;
}
.style_Payment__JE7OB {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin: 4rem 0;
  max-width: 1600px;
}
.style_Payment__JE7OB .style_images__Xb417 {
  width: 50%;
}
.style_Payment__JE7OB .style_images__Xb417 img {
  width: 100%;
}
.style_Payment__JE7OB .style_text__7TZnQ {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.style_Payment__JE7OB .style_text__7TZnQ .style_btn__14LDo {
  margin: 40px 0 0;
}
.style_Payment__JE7OB .style_text__7TZnQ h1 {
  font-size: 48px;
  line-height: 120%;
  margin: 16px 0 0;
}
.style_Payment__JE7OB .style_text__7TZnQ p {
  font-size: 18px;
  line-height: 180%;
  margin: 16px 0 0;
}
.style_Payment__JE7OB .style_text__7TZnQ .style_smallText__1FTkk {
  font-size: 12px;
  margin: 8px 0 0;
}
@media (max-width: 1200px) {
  .style_wrapBg__cwjXm {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 599px) {
  .style_wrapBg__cwjXm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.style_Sell__1thG\+ {
  display: flex;
  gap: 4rem;
  justify-content: center;
  overflow: hidden;
  padding-top: 1rem;
  width: 100%;
}
.style_Sell__1thG\+ .style_images__9XdhK {
  height: 700px;
  margin-right: 40px;
  position: relative;
  width: 50%;
}
.style_Sell__1thG\+ .style_images2__RnNk5,
.style_Sell__1thG\+ .style_images3__Coq-g,
.style_Sell__1thG\+ .style_images4__sfo\+o {
  display: none;
}
.style_Sell__1thG\+ .style_images__9XdhK img {
  border: 5px solid #fff;
  border-radius: 10px;
  height: 45%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 80%;
}
.style_Sell__1thG\+ .style_images__9XdhK .style_img1__ttk6a {
  right: 10%;
  top: 0;
}
.style_Sell__1thG\+ .style_images__9XdhK .style_img2__-Azl4 {
  right: 30%;
  top: 20%;
}
.style_Sell__1thG\+ .style_images__9XdhK .style_img3__P0kQ2 {
  right: 0;
  top: 40%;
}
.style_Sell__1thG\+ .style_text__R4cui {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 50%;
}
.style_Sell__1thG\+ .style_text__R4cui h1 {
  font-size: 48px;
  line-height: 120%;
  margin: 16px 0 0;
}
.style_Sell__1thG\+ .style_text__R4cui p,
.style_Sell__1thG\+ .style_text__R4cui ul {
  font-size: 18px;
  line-height: 180%;
  margin: 16px 0 0;
}
.style_Sell__1thG\+ .style_text__R4cui ul {
  padding-left: 20px;
}
@media (max-width: 1289px) {
  .style_Sell__1thG\+ {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 899px) {
  .style_Sell__1thG\+ {
    flex-wrap: wrap;
    gap: 0;
  }
  .style_Sell__1thG\+ .style_images__9XdhK {
    margin-right: 20px;
    width: 100%;
  }
  .style_Sell__1thG\+ .style_images__9XdhK img {
    height: 50%;
    width: 80%;
  }
  .style_Sell__1thG\+ .style_text__R4cui {
    width: 100%;
  }
  .style_Sell__1thG\+ .style_text__R4cui h1 {
    font-size: 37px;
  }
  .style_Sell__1thG\+ .style_text__R4cui p {
    font-size: 17px;
  }
  .style_Sell__1thG\+ .style_text__R4cui ul {
    font-size: 17px;
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .style_Sell__1thG\+ {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .style_Sell__1thG\+ .style_images__9XdhK {
    height: 400px;
    width: 100%;
  }
  .style_Sell__1thG\+ .style_images__9XdhK img {
    width: 80%;
  }
  .style_Sell__1thG\+ .style_images__9XdhK .style_img1__ttk6a {
    right: 10%;
    top: 0;
  }
  .style_Sell__1thG\+ .style_images__9XdhK .style_img2__-Azl4 {
    left: 20%;
    top: 20%;
  }
  .style_Sell__1thG\+ .style_images__9XdhK .style_img3__P0kQ2 {
    right: 20%;
    top: 40%;
  }
  .style_Sell__1thG\+ .style_text__R4cui {
    width: 100%;
  }
  .style_Sell__1thG\+ .style_text__R4cui h1 {
    font-size: 36px;
    line-height: 120%;
  }
  .style_Sell__1thG\+ .style_text__R4cui p,
  .style_Sell__1thG\+ .style_text__R4cui ul {
    font-size: 16px;
  }
}
.style_Cards__XJOXQ {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 4.5rem 0 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}
.style_Cards__XJOXQ .style_card__NTE4i {
  height: 100%;
}
.style_titleWrap__7yNT9 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4rem 12% 40px;
}
.style_titleWrap__7yNT9 .style_btn__ZjFAW {
  background-color: #e6cc3d;
  border: none;
  box-shadow: 0 2px 10px 0 #00000059;
  margin-bottom: 5px;
}
.style_titleWrap__7yNT9 .style_btn__ZjFAW:hover {
  background-color: #e5ce4e;
  transform: translateY(-5px);
}
.style_titleWrap__7yNT9 h1 {
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 24px;
  text-align: center;
}
.style_titleWrap__7yNT9 p {
  font-size: 13px;
  margin-top: 16px;
}
@media (max-width: 999px) {
  .style_Cards__XJOXQ {
    margin: 4.5rem 0 0;
  }
  .style_titleWrap__7yNT9 h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .style_titleWrap__7yNT9 p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .style_Cards__XJOXQ {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .style_Cards__XJOXQ {
    grid-template-columns: 1fr;
    margin: 4.5rem 0 0;
  }
  .style_titleWrap__7yNT9 {
    margin: 4rem 20px 40px;
  }
  .style_titleWrap__7yNT9 h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .style_titleWrap__7yNT9 p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.style_Process__Qt85g {
  margin-bottom: 4rem;
  overflow: hidden;
  width: 90%;
}
.style_ProcessWrap__qumju {
  margin: 4rem 0 20px;
}
.style_Process__Qt85g h2 {
  font-size: 50px;
  line-height: 120%;
  margin: 16px 0 0;
  text-align: center;
}
.style_Process__Qt85g .style_subheading__JoETH {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin: 40px 0 20px;
}
.style_Process__Qt85g p {
  font-size: 18px;
  line-height: 180%;
  margin: 20px 0;
}
.style_Process__Qt85g ol {
  font-size: 18px;
  line-height: 180%;
  margin: 16px 0 0;
  padding-left: 20px;
}
@media (max-width: 999px) {
  .style_Process__Qt85g {
    width: 100%;
  }
  .style_Process__Qt85g h2 {
    font-size: 30px;
  }
  .style_Process__Qt85g .style_subheading__JoETH {
    font-size: 19px;
  }
  .style_Process__Qt85g p {
    font-size: 17px;
  }
  .style_Process__Qt85g ol {
    font-size: 17px;
    padding-left: 20px;
  }
}
@media (max-width: 599px) {
  .style_Process__Qt85g {
    margin-bottom: 3rem;
    width: 100%;
  }
  .style_ProcessWrap__qumju {
    margin: 3rem 0 20px;
  }
  .style_Process__Qt85g h2 {
    font-size: 36px;
  }
  .style_Process__Qt85g .style_subheading__JoETH {
    font-size: 18px;
    margin: 40px 0 20px;
  }
  .style_Process__Qt85g p {
    font-size: 16px;
    margin: 20px 0;
  }
  .style_Process__Qt85g ol {
    font-size: 16px;
    margin: 16px 0 0;
    padding-left: 20px;
  }
}
/*# sourceMappingURL=main.cdfaf5a0.css.map*/
