* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background: 0 0;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.display-none {
  display: none;
}

.desktop-only-768 {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only-768 {
    display: inline-block;
  }
}

/*main button*/
.main-button {
  display: block;
  width: 100%;
  background: #FFEE00;
  border: none;
  border-radius: 10px;
  border-width: 1px;
  position: relative;
  isolation: isolate;
  cursor: pointer;
  z-index: 1;
  padding: 15px 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;

}



.main-button:hover {
  background: #dacb02;
  ;

}

.main-button:focus {
  background: #dacb02;

}

.button-wrapper {
  width: 100%;
  margin-top: 11px;
  position: relative;
  display: block;
  text-align: center;
}

.button-wrapper::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

/* .button-sticky::after {
  background: #fff;
  display: none;
} */

.button-wrapper-desktop {
  display: none;
}

.button-wrapper-mt22 {
  margin-top: 22px;
}

.button-wrapper-mt25 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .button-wrapper {
    width: 418px;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
  }

  .main-button {
    width: 418px;
    padding: 20px 46px;
  }
}

@media (min-width: 1024px) {
  .main-button {
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
  }

  .button-wrapper-desktop {
    display: block;
    width: 80%;
    margin: 0;
    margin-top: 45px;
  }

  .button-wrapper-mobile {
    display: none;
  }

  .button-wrapper-w265 {
    width: 265px;
  }
}

@media (min-width: 1224px) {
  .banner-builders-title-wrapper {
    flex: 0 0 39%;
  }
}

@media (min-width: 1440px) {
  .main-button {
    font-size: 18px;
  }

  .button-wrapper-desktop {
    width: 65%;
  }

  .button-wrapper-w265 {
    width: 330px;
  }

  .button-wrapper-w410 {
    width: 410px;
  }

}

@media (min-width: 1920px) {
  .main-button {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 23px 47px 19px 42px;
    width: auto;
  }

  .button-wrapper-desktop {
    width: auto;
    max-width: 413px;
  }

  .button-wrapper-mt120 {
    margin-top: 120px;
  }

  .button-wrapper-w265 {
    width: 416px;
    max-width: 416px;
  }

  .button-wrapper-w410 {
    width: 531.5px;
    max-width: 531.5px;
  }
}



/* banner */
.hero-banner {
  /* width: 375px; */
  height: 670px;

  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #00C742;


}

.header {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}

.header-button {
  width: 139px;
  height: 32px;
  top: 9px;
  left: 216px;
  gap: 10px;
  border-radius: 53px;
  padding-top: 9px;
  padding-right: 11px;
  padding-bottom: 9px;
  padding-left: 11px;
  background: #000000;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.header-button:hover {
  background: #404040;

}

.header-button:focus {
  background: #404040;

}

.banner {
  /* background-image: url("../img/vector_6.svg"); */
  position: relative;
  /* width: 335px; */
  height: 527px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  margin-top: 18px;
  padding-top: 30px;
  padding-left: 20px;
  /* background: linear-gradient(179.31deg, #FFFFFF 0.56%, #E8E3CE 95%); */
  /* border: 1px solid #000000; */
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 527px;
  z-index: 0;
  pointer-events: none;
  object-fit: fill;
}

.banner>*:not(.banner-bg) {
  position: relative;
  z-index: 1;
}

.banner-builders-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.corner-box {
  position: relative;
  display: inline-block;
  line-height: 100%;
}

.corner-box-pink {
  color: #F558ED;
  border-color: #F558ED;
}

.corner-box span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: inherit;
  padding: 3px 10px 3px 9px;
}

.corner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 13px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 6px;
}

.corner-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 13px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 6px;
}

.corner-box span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 13px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 6px;
}

.corner-box span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 13px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 6px;
}

.banner-builders-description {
  margin-top: 20px;
  padding-right: 24px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000000;
}

.banner-images {
  margin-top: 25.5px;
  position: relative;
}


.corner-banner-brickit {
  position: absolute;
  left: 119px;
  top: 0;
  display: inline-block;
  line-height: 100%;
  width: 98px;
  height: 81px;
}

.corner-banner-brickit-text-br {
  display: none;
}

.corner-banner-brickit span {
  position: relative;
  z-index: 1;
  color: #FF5700;

  text-align: center;
  height: 100%;
  padding: 8px 6px;
}

.corner-banner-brickit-text-wrap {
  display: inline-block;
}

.corner-banner-brickit-text {
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.corner-banner-brickit-image {
  margin-top: 3px;
}

.corner-banner-brickit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #FF5700;
  border-left: 1px solid #FF5700;
  border-top-left-radius: 10px;
}

.corner-banner-brickit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #FF5700;
  border-right: 1px solid #FF5700;
  border-bottom-right-radius: 10px;
}

.corner-banner-brickit span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #FF5700;
  border-right: 1px solid #FF5700;
  border-top-right-radius: 10px;
}

.corner-banner-brickit span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #FF5700;
  border-left: 1px solid #FF5700;
  border-bottom-left-radius: 10px;
}

.size_filters {
  position: absolute;
  bottom: -92px;
  right: -20px;
}



.banner-mob-image-wrapper {
  position: relative;
  width: 106px;
  height: 224px;
}

.banner-mob-image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  border: 2px solid black;
}

.banner-mob-image-wrapper::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 15px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 466px) {
  .banner-mob-image-wrapper {
    width: 120px;
    height: 255.8px;
  }

  .corner-banner-brickit {
    left: 145px;
  }

  .size_filters {
    width: 274px;
    bottom: -68px;
  }
}

@media (min-width: 576px) {
  .banner-builders-title {
    font-size: 32px;
  }

  .banner-builders-description {
    font-size: 18px;
  }

  .banner-builders-title-second {
    display: none;
  }

  .banner-mob-image-wrapper {
    width: 126px;
    height: 267.5px;
  }

  .corner-banner-brickit {
    left: 180px;
  }

  .size_filters {
    width: 295px;
    bottom: -80px;
  }
}

@media (min-width: 768px) {


  .banner-mob-image-wrapper {
    width: 136px;
    height: 287.3px;
  }

  .size_filters {
    width: 375px;
    bottom: -70px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-builders-title {
    font-size: 43px;
  }

  .banner {
    display: flex;
    padding-top: 50px;
    padding-left: 30px;
  }

  .banner-builders-title-br-first {
    display: none;
  }

  .banner-builders-title-wrapper {
    flex: 0 0 33%;

  }

  .banner-builders-description {
    margin-top: 30px;
    font-size: 17px;
  }

  .banner-images {
    flex: 1;
    margin-top: 0px;
  }


  .banner-mob-image-wrapper {
    height: 385px;
    width: 180px;
  }

  .banner-mob-image-wrapper::after {
    border-radius: 29px;
  }

  .banner-mob-image {
    border-radius: 29px;

  }

  .corner-banner-brickit {
    left: 210px;
    width: 180px;
    height: 40px;
    margin-top: 13px;
  }

  .corner-banner-brickit-br {
    display: none;
  }

  .corner-banner-brickit span {
    font-size: 12px;
  }

  .corner-banner-brickit-text-wrap {
    display: flex;
  }

  .corner-banner-brickit-image {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .size_filters {
    right: -40px;
    bottom: -20px;
    width: 500px;
  }

  .hero-banner {
    height: 620px;
  }

  .corner-banner-brickit::before {
    width: 13px;
    height: 13px;
    border-top-left-radius: 8px;
  }

  .corner-banner-brickit::after {
    width: 13px;
    height: 13px;
    border-bottom-right-radius: 8px;
  }

  .corner-banner-brickit span::before {
    width: 13px;
    height: 13px;
    border-top-right-radius: 8px;
  }

  .corner-banner-brickit span::after {
    width: 13px;
    height: 13px;
    border-bottom-left-radius: 8px;
  }
}

@media (min-width: 1124px) {
  .hero-banner {
    height: 715px;
  }

  .banner-bg {
    height: 600px;
  }

  .banner-builders-title-wrapper {
    flex: 0 0 36%;
  }

  .size_filters {
    bottom: -110px;
    width: 550px;
  }

}

@media (min-width: 1224px) {
  .banner-builders-title-wrapper {
    flex: 0 0 39%;
  }
}

@media (min-width: 1440px) {
  .banner-builders-title {
    font-size: 60px;
  }

  .banner-builders-description {
    font-size: 20px;
  }

  .banner-mob-image-wrapper {
    height: 432px;
    width: 202px;
  }

  .banner-mob-image {
    border: 3px solid black;
  }

  .size_filters {
    bottom: -113px;
    width: 670px;
  }

  .corner-banner-brickit {
    left: 250px;
    width: auto;
    height: auto;

  }

  .corner-banner-brickit span {
    padding: 10px 19px;
  }

  .corner-banner-brickit-text-wrap {
    gap: 5px;

  }

  .corner-banner-brickit-text {
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
  }

  .corner-banner-brickit-text-br {
    display: block;
  }

  .corner-banner-brickit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #FF5700;
    border-left: 2px solid #FF5700;
  }

  .corner-banner-brickit span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #FF5700;
    border-right: 2px solid #FF5700;
  }

  .corner-banner-brickit span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #FF5700;
    border-left: 2px solid #FF5700;
  }

  .corner-banner-brickit::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #FF5700;
    border-right: 2px solid #FF5700;
    border-bottom-right-radius: 10px;
  }



}

@media (min-width: 1920px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header {
    padding-top: 12px;
  }

  /* .header img {
    width: 189px;
  } */

  .header-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 16px 38px;
    width: auto;
    height: auto;
  }

  .banner {
    margin-top: 13px;
    padding-left: 70px;
    padding-top: 78px;
    gap: 46px;
  }

  .hero-banner {
    height: 944px;
  }

  .banner-bg {
    height: 785px;
  }

  .banner-builders-title-wrapper {
    width: 606px;
    flex: none;
  }

  .banner-builders-title {
    font-size: 76px;
    letter-spacing: 3px;
  }

  .corner-box-banner {
    font-size: 64px;
  }

  .corner-box span {
    padding: 0px 10px 0px 9px;
  }

  .corner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 13px;
    border-top: 3px solid;
    border-left: 3px solid;
    border-top-left-radius: 6px;
  }

  .corner-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 13px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-bottom-right-radius: 6px;
  }

  .corner-box span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 13px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-top-right-radius: 6px;
  }

  .corner-box span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 13px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-bottom-left-radius: 6px;
  }

  .banner-builders-description {
    font-weight: 400;
    font-size: 24px;
    padding-right: 0;
  }


  .banner-mob-image-wrapper {
    width: 262px;
    height: 556px;

  }

  .banner-mob-image-wrapper::after {
    content: "";
    position: absolute;
    top: 8.3px;
    left: -8.3px;
    width: 100%;
    height: 100%;
    border: 1.13px solid black;
    border-radius: 39.68px;
    z-index: 0;
    pointer-events: none;
  }

  .banner-mob-image {
    border: 5px solid black;
    border-radius: 39.68px;
  }

  .corner-banner-brickit {
    left: 315px;
    width: auto;
    height: auto;
  }

  .corner-banner-brickit-text {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0;

  }

  .corner-banner-brickit span {
    padding: 11px 26px;
  }

  .corner-banner-brickit-text-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .size_filters {
    right: -80px;
    bottom: -315px;
    width: 885px;
    height: 549px;
  }

  .corner-banner-brickit-image {
    width: 34px;
    height: 34px;
  }

  .corner-banner-brickit::before {
    width: 14px;
    height: 19px;
    border-top-left-radius: 10px;
  }

  .corner-banner-brickit span::before {
    width: 14px;
    height: 19px;
    border-top-right-radius: 10px;
  }

  .corner-banner-brickit span::after {
    width: 14px;
    height: 19px;
    border-bottom-left-radius: 10px;
  }

  .corner-banner-brickit::after {
    width: 14px;
    height: 19px;
    border-bottom: 2px solid #FF5700;
    border-right: 2px solid #FF5700;
    border-bottom-right-radius: 10px;
  }


}
/*thumbnail*/ 
.thumbnail {
  margin-top: 80px;
}
.thumbnail-image {
width: 100%;
}
@media (min-width: 768px) {
.thumbnail-image {
width: 60%;
display: flex;
margin-left: auto;
margin-right: auto;
}
}
/*ai-scaner*/
.ai-scaner {
  margin-top: 80px;
}

.ai-scaner-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.ai-scaner-decription {
  margin-top: 20.4px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;

}

.ai-scaner-subtitle {
  margin-top: 15.7px;
  padding-right: 14px;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00C742;
}

/* .ai-scaner-image-wrapper {
    margin-top: 20px;
width: 100%;
display: flex;
  justify-content: center;
}
.ai-scaner-image {
    width: 295px;
}
*/
.ai-scaner-image-desktop {
  display: none;
}

#lottie {
  position: relative;
  z-index: 1;
  width: 295px;
  max-width: 373px;
  aspect-ratio: 373 / 744;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 39px;
  border: 2px solid #ffffff;
  overflow: hidden;
}

.lottie-wrapper {
  width: 295px;
  max-width: 373px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 31px;
}

.lottie-wrapper::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  border-radius: 40px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .ai-scaner-title {
    font-size: 30px;
  }

  .ai-scaner-decription {
    font-size: 20px;
    margin-top: 30px;
  }

  .ai-scaner-subtitle {
    font-size: 24px;
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .ai-scaner-image-desktop {
    display: block;
  }

  .ai-scaner {
    display: flex;
    /* gap: 50px */
  }

  .ai-scaner-center-block {
    width: 300px;
    min-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }

  #lottie {
    position: relative;
    z-index: 1;
    width: 270px;
    max-width: 373px;
    aspect-ratio: 373 / 744;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 39px;
    border: 2px solid #ffffff;
    overflow: hidden;
  }

  .lottie-wrapper {
    width: 270px;
    max-width: 373px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 31px;
  }


  .ai-scaner-image-desktop {
    height: 450px;
    padding-left: 50px;
  }

  .ai-scaner-image-desktop img {
    height: 100%;
  }

  .ai-scaner-image-wrapper {
    height: 450px;
    margin-top: 0px;
  }

  .ai-scaner-image {
    width: auto;
    height: 100%;

  }

  .ai-scaner-subtitle {
    font-size: 17px;
    margin-top: 13px;
    padding-right: 0;
  }

  .ai-scaner-left-block {
    margin-top: 35px;
  }

  .ai-scaner-title {
    font-size: 25px;
  }

  .ai-scaner-decription {
    font-size: 15px;
  }




}

@media (min-width: 1124px) {}

@media (min-width: 1224px) {
  .ai-scaner-center-block {
    width: 380px;
    min-width: 380px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }

  .ai-scaner-image-desktop {
    height: 480px;
    padding-left: 50px;
  }

  .ai-scaner-image-wrapper {
    height: 480px;
    margin-top: 0px;
  }

  .ai-scaner-left-block {
    margin-top: 50px;
  }

  .ai-scaner-title {
    font-size: 33px;
  }

  .ai-scaner-decription {
    font-size: 17px;
    margin-top: 15px;
  }

}

@media (min-width: 1440px) {
  .ai-scaner {
    margin-top: 120px;
  }

  .ai-scaner-image-desktop {
    height: 650px;
  }

  .ai-scaner-image-wrapper {
    height: 650px;
  }

  .ai-scaner-left-block {
    margin-top: 95px;
  }

  .ai-scaner-title {
    font-size: 44px;
  }

  .ai-scaner-decription {
    font-size: 21px;
    margin-top: 20px;
  }

  .ai-scaner-subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: -20px;
  }

  #lottie {
    width: auto;
    max-width: 700px;
    height: 650px;
  }

  .lottie-wrapper {
    width: auto;
    max-width: 700px;
    height: 650px;
    margin-top: 0px;
    margin-bottom: 31px;
  }

}

@media (min-width: 1920px) {
  .ai-scaner {
    margin-top: 180px;
  }

  .ai-scaner-image-desktop {
    height: 850px;
    padding-left: 92px;
  }

  .ai-scaner-image-wrapper {
    height: 850px;
  }

  .ai-scaner-center-block {
    width: 470px;
    min-width: 470px;
  }

  .ai-scaner-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
  }

  .ai-scaner-left-block {
    margin-top: 110px;
    margin-right: 52px;
  }

  .ai-scaner-title {
    font-size: 48px;
  }

  .ai-scaner-decription {
    font-size: 24px;
    margin-top: 40px;
  }

  #lottie {
    width: auto;
    max-width: 700px;
    height: 850px;
  }

  .lottie-wrapper {
    width: auto;
    max-width: 700px;
    height: 850px;
    margin-top: 0px;
    margin-bottom: 37px;
  }

  .ai-scaner-title {
    letter-spacing: 2px;
  }
}

/*brick-mess*/
.brick-mess {
  margin-top: 80px;
}

.brick-mess-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.brick-mess-subtitle {
  margin-top: 25px;
  font-family: inherit;
  ;
  font-weight: 400;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 00;
  vertical-align: middle;
  color: #00C742;
}

.corner-box-green {
  color: #00C742;
  border-color: #00C742;
}

.brick-mess-description {
  margin-top: 20px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.corner-box-green-margin {
  color: #00C742;
  ;
  margin-right: 10px;
}

.corner-box-green-margin span {
  color: #000000;
}

.corner-box-green-margin span::before {
  color: #00C742 !important;
}

.corner-box-green-margin span::after {
  color: #00C742 !important;
}

.brick-mess-blocks-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.brick-mess-block-arrow-wraper {
margin-top: 18.5px;
    margin-bottom: 18px;
}
.brick-mess-block-arrow-wraper img {
  width: 18px;
  height: 18px;
}
.brick-mess-vector-wraper {
  
  text-align: center;
  position: relative;
  width: 335px;
  height: 66px;
  overflow: hidden;
  color: #000000;

}

.brick-mess-vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

}

.brick-mess-image-wrapper {
  padding: 20px;
  width: 335px;
  /* height: 254px; */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #EBEBEB;
  display: flex;
  justify-content: center;
}

.brick-mess-image {
  width: 295px;
  height: 232px;
  border-radius: 16px;
}



.brick-mess-vector-text {
  display: flex;
  padding-bottom: 15px;
  margin-top: 31px;
  position: relative;
  z-index: 1;
  color: white;
  color: #000000;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.brick-mess-vector-text2 {
  display: flex;
  position: relative;
  z-index: 1;
  color: white;
  color: #000000;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.brick-mess-vector-text2 p {
  text-align: left;
}

.brick-mess-vector-wraper-flex {
  display: flex;
  align-items: flex-end;
  padding-left: 27px;
  padding-right: 27px;
  /* justify-content: center; */
}

.brick-mess-image2 {
  padding-top: 10px;
  width: auto;
  height: 234px;
}

.brick-mess-image3 {
  width: auto;
  height: 225px;
}

/* .brick-mess-image-wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.brick-mess-image-wrapper-padd {
  padding-top: 0;
}
.corner-box-brick {
  position: relative;
  display: inline-block;
  line-height: 100%;
}

.corner-box-brick span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: inherit;
  padding: 3px 10px 3px 9px;
}

.corner-box-brick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 6px;
}

.corner-box-brick::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 6px;
}

.corner-box-brick span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 6px;
}

.corner-box-brick span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 6px;
}

.corner-box-brick-number {
  position: relative;
  display: inline-block;
  line-height: 100%;
  max-height: 22px;
}

.corner-box-brick-number span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: inherit;
  padding: 3px 10px 3px 9px;
}

.corner-box-brick-number::before {
  width: 8px;
  height: 8px;
  border-top-left-radius: 4px;
}

.corner-box-brick-number::after {
  width: 8px;
  height: 8px;
  border-bottom-right-radius: 4px;
}

.corner-box-brick-number span::before {
  width: 8px;
  height: 8px;
  border-top-right-radius: 4px;
}

.corner-box-brick-number span::after {
  width: 8px;
  height: 8px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .brick-mess-title {
    font-size: 30px;
  }

  .brick-mess-subtitle {
    font-size: 20px;
  }

  .brick-mess-description {
    font-size: 18px;
  }

  .brick-mess-image-wrapper {
    width: 415px;
    height: 315px;
  }

  .brick-mess-vector-wraper {
    width: 415px;
    height: 82px;
  }

  .brick-mess-image {
    width: auto;
    height: 281px;
  }

  .brick-mess-image2 {
    height: 292px;
  }

  .brick-mess-image3 {
    width: 100%;
    height: auto;
  }

  .brick-mess-vector-text,
  .brick-mess-vector-text2 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .brick-mess-description {
    display: none;
  }

  .brick-mess-blocks-wraper {
    flex-direction: initial;
    gap: 10px;
  }

  .brick-mess-block-wraper {
    flex: 1;
  }

  .brick-mess-vector-wraper {
    width: 100%;
    height: 55px;
  }

  .brick-mess-image-wrapper {
    width: auto;
    height: 242px;
  }

  /* .brick-mess-image-wrapper-padd {
    width: 100%;
    padding: 5px 10px;
  } */

  .brick-mess-image {
    width: 100%;
    height: 215px;
  }

  .brick-mess-image2 {
    height: 220px;
  }

  .brick-mess-image-wrapper {
    width: 100%;
    height: 242px;
    padding-top: 5px;
  }

  .brick-mess-vector-text,
  .brick-mess-vector-text2 {
    font-size: 16px;
    width: 290px;
  }

  .brick-mess-image-wrapper-no-padd picture {
    height: 100%;
    width: 100%;
  }

  .brick-mess-image3 {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    object-fit: cover;
  }
}

@media (min-width: 1124px) {
  .brick-mess-vector-wraper {
    height: 58px;
  }
}

@media (min-width: 1224px) {
  .brick-mess-vector-wraper {
    height: 64px;
  }
}

@media (min-width: 1440px) {

  .brick-mess-vector-wraper {
    height: 76px;
  }

  .brick-mess-blocks-wraper {
    gap: 15px;
  }

  .brick-mess-image {
    height: 314px;
  }

  .brick-mess-image-wrapper {
    height: 345px;
    padding-top: 10px;
  }

  .brick-mess-vector-wraper {
    text-align: left;
    justify-content: left;
  }

  .brick-mess-vector-text,
  .brick-mess-vector-text2 {
    padding-left: 0px;
  }

  .brick-mess-image2 {
    height: 324px;
  }

  .brick-mess-image-wrapper-padd {
    padding: 5px 20px;
  }
.brick-mess-block-arrow-wraper img {
    width: 44px;
    height: 44px;
}

}

@media (min-width: 1920px) {
  .brick-mess {
    margin-top: 180px;
  }

  .brick-mess-title {
    font-size: 48px;
  }

  .brick-mess-subtitle {
    font-size: 32px;
    margin-top: 15px;
  }

  .brick-mess-blocks-wraper {
    gap: 20px;
  }

  .brick-mess-vector-wraper {
    height: 99px;
  }

  .brick-mess-vector-text,
  .brick-mess-vector-text2 {
    padding-left: 0px;
    font-size: 24px;
    width: 440px;
  }

  .corner-box-brick-number {
    max-height: 34px;
    width: 39px;
  }

  .corner-box-brick-number span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brick-mess-image-wrapper {
    height: 385px;
    padding: 20px 40px 30px 40px;
  }

  .brick-mess-image {
    height: 100%;
  }

  .brick-mess-image2 {
    height: 100%;
    padding-top: 0;
  }

  .brick-mess-image-wrapper-no-padd {
    padding: 0;
    padding-top: 16px;
  }

  .brick-mess-image3 {
    width: 100%;
    height: 100%;
  }
.brick-mess-vector-wraper-flex {
padding-left: 40px;
padding-right: 40px;
}

}

/*use-button*/
.use-button-wrapper {
  margin-top: 86px;
  width: 100%;
}

.use-button {
  width: 100%;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #00C742;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .use-button-br {
    display: none;
  }

  .use-button {
    font-size: 34px;
    height: auto;
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1124px) {}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .use-button {
    font-size: 38px;
  }
}

@media (min-width: 1920px) {
  .use-button {
    font-size: 48px;
  }
}

/*pay-you-need*/
.pay-you-need {
  margin-top: 80px;
}

.pay-you-need-title {

  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.pay-you-need-subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #00C742;
}

.pay-you-need-description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.pay-you-need-image-wrapper {
  margin-top: 10px;
  position: relative;
}

/*--------------------------*/
.corner-pay-you-need {
  position: absolute;
  left: 173px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 100%;
  width: 162px;
  height: 68px;
}

.corner-pay-you-need span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #00C742;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 14px 10px;
}

.corner-pay-you-need img {
  margin-top: 3px;
}

.corner-pay-you-need::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #00C742;
  border-left: 1px solid #00C742;
  border-top-left-radius: 10px;
}

.corner-pay-you-need::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #00C742;
  border-right: 1px solid #00C742;
  border-bottom-right-radius: 10px;
}

.corner-pay-you-need span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #00C742;
  border-right: 1px solid #00C742;
  border-top-right-radius: 10px;
}

.corner-pay-you-need span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #00C742;
  border-left: 1px solid #00C742;
  border-bottom-left-radius: 10px;
}

.pay-you-need-image-desktop {
  display: none;
}

.corner-pay-you-need-br {
  display: none;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {
  .pay-you-need-image-wrapper {
    margin-top: 20px;
  }

  .corner-pay-you-need {
    left: 190px;
  }
}

@media (min-width: 768px) {
  .pay-you-need-title {
    font-size: 30px;
  }

  .pay-you-need-description {
    margin-top: 30px;
    font-size: 18px;
  }

  .pay-you-need-image-wrapper img {
    width: 200px;
  }

  .corner-pay-you-need {
    left: 245px;
  }
}

@media (min-width: 1024px) {
  .pay-you-need-image-desktop {
    display: block;
  }

  .pay-you-need {
    display: flex;
    justify-content: space-between;
  }

  .pay-you-need-image-desktop img {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pay-you-need-image-desktop {
    height: 415px;
    margin-left: 110px;
  }

  .pay-you-need-image-wrapper {
    margin-top: 0;
    height: 415px;
  }

  .pay-you-need-block-left {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pay-you-need-description {
    margin-top: 20px;
    font-size: 15px;
  }

  .corner-pay-you-need {
    left: 215px;
    width: 100px;
    height: 50px;
  }

  .corner-pay-you-need span {
    font-size: 13px;
    padding: 12px 10px;
  }

  .corner-pay-you-need::before {
    width: 14px;
    height: 14px;
    border-top-left-radius: 7px;
  }

  .corner-pay-you-need::after {
    width: 14px;
    height: 14px;
    border-bottom-right-radius: 7px;
  }

  .corner-pay-you-need span::before {
    width: 14px;
    height: 14px;
    border-top-right-radius: 7px;
  }

  .corner-pay-you-need span::after {
    width: 14px;
    height: 14px;
    border-bottom-left-radius: 7px;
  }
}

@media (min-width: 1124px) {}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .pay-you-need {
    margin-top: 110px;
  }

  .pay-you-need-image-desktop {
    height: 640px;
    margin-left: 170px;
  }

  .pay-you-need-image-wrapper {
    height: 640px;
  }

  .pay-you-need-image-wrapper img {
    width: auto;
    height: 100%;
  }

  .corner-pay-you-need {
    left: 335px;
    width: auto;
    height: auto;
    white-space: nowrap;
  }

  .corner-pay-you-need-br {
    display: block;
  }

  .corner-pay-you-need span {
    font-size: 20px;
  }

  .pay-you-need-title {
    font-size: 40px;
  }

  .pay-you-need-description {
    font-size: 20px;
    padding-right: 20px;
  }


}

@media (min-width: 1920px) {
  .pay-you-need {
    margin-top: 180px;
    justify-content: normal;
  }

  .pay-you-need-title {
    font-size: 48px;
  }

  .pay-you-need-subtitle {
    font-size: 32px;
    margin-top: 15px;
  }

  .pay-you-need-description {
    font-size: 24px;
    padding-right: 20px;
  }

  .pay-you-need-block-left {
    flex: none;
    width: 593px;
    margin-right: 75px;
  }

  .pay-you-need-image-desktop {
    margin-left: auto;
    height: 837px;
  }

  .pay-you-need-image-wrapper {
    height: 837px;
  }

  .pay-you-need-image-desktop img {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .corner-pay-you-need {
    left: 442px;
  }

  .corner-pay-you-need span {
    font-size: 24px;
    padding: 20px 20px;
  }

  .corner-pay-you-need::before {
    width: 16px;
    height: 16px;
    border-top-left-radius: 7px;
  }

  .corner-pay-you-need::after {
    width: 16px;
    height: 16px;
    border-bottom-right-radius: 7px;
  }

  .corner-pay-you-need span::before {
    width: 16px;
    height: 16px;
    border-top-right-radius: 7px;
  }

  .corner-pay-you-need span::after {
    width: 16px;
    height: 16px;
    border-bottom-left-radius: 7px;
  }

}


/*thousands-models*/
.thousands-models {
  margin-top: 86px;
  width: 100%;
  border-radius: 20px;
  background: #E8E3CE;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 56px;
  overflow: hidden;
}

.thousands-models-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.thousands-models-subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00C742;
}

.thousands-models-description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.thousands-models-list-wrapper {
  margin-top: 30px;
}

.thousands-models-list {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.thousands-models-list:not(:first-child) {
  margin-top: 25px;
}

.thousands-models-list-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.thousands-models-list-description {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.thousands-models-image-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: end;
}

.thousands-models-image {
  display: block;
  margin-right: -20px;
  margin-left: auto;
}

.button-wrapper-mt10 {
  margin-top: 10px;
}

.thousands-models-description-br {
  display: none;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .thousands-models {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .thousands-models-image {
    width: 320px;
  }

}

@media (min-width: 1024px) {
  .thousands-models {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-direction: unset;
    align-items: unset;
    position: relative;
  }

  .thousands-models-image-wrapper {
    display: block;
    width: auto;
    position: absolute;
    bottom: 44px;
    right: 0;
  }

  .thousands-models-block-left {
    flex: 0 0 38%;
  }

  .thousands-models-title {
    font-size: 25px;
  }

  .thousands-models-subtitle {
    font-size: 16px;
  }

  .thousands-models-description {
    margin-bottom: 100px;
  }

  .thousands-models-description-br {
    display: block;
  }

  .thousands-models-image {
    width: 235px;
    margin-right: 0;
  }

  .thousands-models-list-wrapper {
    margin-top: 0;
  }

  .thousands-models-list-description {
    font-size: 13px;

  }

}

@media (min-width: 1124px) {
  .thousands-models-list-description {
    font-size: 14px;

  }
}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .thousands-models {
    margin-top: 110px;
  }

  .thousands-models-title {
    font-size: 42px;
  }

  .thousands-models-block-left {
    flex: 0 0 41%;
  }

  .thousands-models-subtitle {
    font-size: 26px;
  }

  .thousands-models-description {
    font-size: 21px;
  }

  .thousands-models-list img {
    width: 55px;
    height: 55px;
  }

  .thousands-models-list-title {
    font-size: 23px;
  }

  .thousands-models-list-description {
    font-size: 21px;
  }

  .thousands-models-image-wrapper {
    bottom: 60px;
  }

  .thousands-models-image {
    width: 263px;

  }

}

@media (min-width: 1920px) {
  .thousands-models {
    margin-top: 180px;
    padding: 70px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .thousands-models-title {
    font-size: 48px;
  }

  .thousands-models-subtitle {
    font-size: 32px;
  }

  .thousands-models-description {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 120px;
  }

  .thousands-models-list img {
    width: 67px;
    height: 67px;
  }

  .thousands-models-list {
    gap: 20px;
  }

  .thousands-models-list-title {
    font-size: 26px;
  }

  .thousands-models-list-description {
    font-size: 24px;
  }

  .thousands-models-list:not(:first-child) {
    margin-top: 40px;
  }

  .thousands-models-block-left {
    flex: none;
    margin-right: 67px;
    width: 605px;
  }

  .thousands-models-image-wrapper {
    bottom: 70px;
  }

  .thousands-models-image {
    width: 368px;
  }
}



/*brick-pile*/
.brick-pile {
  margin-top: 80px;
}

.brick-pile-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.brick-pile-subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00C742;

}

.brick-pile-list-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brick-pile-list-button {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #CDC19F;
  border-radius: 20px;
  background: #E9E2CF;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 8px; */
  cursor: pointer;
}

.brick-pile-list-button-text {
  flex-grow: 1;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.brick-pile-list-button-icon-left,
.brick-pile-list-button-icon-right {
  display: flex;
  align-items: center;
}

.brick-pile-list-button-icon-left img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.brick-pile-list-button-icon-right img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.brick-pile-list-button-icon-left-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button-wrapper-mt30 {
  margin-top: 30px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

.modal-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  background: #00000080;
}

.modal-content {
  position: relative;
  background: #E8E3CE;
  border-radius: 20px;
  padding: 52px 25px 30px 25px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-template-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}

.modal-template-subtitle {
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.modal-template-list-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.modal-template-list {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.modal-template-list-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.modal-template-list-description {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;

}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .brick-pile-list-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .brick-pile-list-wrapper li {
    width: calc(50% - 5px);
  }
}

@media (min-width: 1024px) {
  .brick-pile-list-button-text {
    font-size: 15px
  }

  .brick-pile-list-wrapper li {
    width: calc(33.333% - 6.66px);
  }

  .brick-pile-title {
    font-size: 30px;
  }

  .brick-pile-list-button-icon-left-wrapper {
    gap: 5px;
  }

  .brick-pile-list-button {
    padding: 19px 15px;
  }
}

@media (min-width: 1124px) {
  .brick-pile-list-button {
    padding: 19px 20px;
  }

  .brick-pile-list-button-icon-left-wrapper {
    gap: 10px;
  }
}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .brick-pile {
    margin-top: 110px;
  }

  .brick-pile-list-button-text {
    font-size: 18px;
  }

  .brick-pile-list-button {
    padding: 25px 20px;
  }

  .brick-pile-title {
    font-size: 42px;
  }

  .brick-pile-subtitle {
    font-size: 26px;
  }

  .brick-pile-list-button-icon-left img {
    width: 35px;
    height: 35px;
  }


  .brick-pile-list-wrapper {
    gap: 15px;
  }

  .brick-pile-list-wrapper li {
    width: calc(33.333% - 10px);
  }

  .modal-content {
    padding: 70px;
    max-width: 995px;
    width: 995px;
    max-height: 100%;
    overflow-y: auto;
  }

  .modal-template-title {
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
  }

  .modal-template-subtitle {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
  }

  .modal-template-list-image {
    width: 67px;
    height: 67px;
  }

  .modal-template-list-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
  }

  .modal-template-list-description {
    font-size: 24px;
  }

  .modal-button-wrapper {
    width: 528px;

  }

  .modal-button {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 20.6px 0;
  }

  #modal-body {
    margin-bottom: 50px;
  }

  .modal-template-list-wrapper {
    margin-top: 40px;
    gap: 40px;
  }


}

@media (min-width: 1920px) {
  .brick-pile {
    margin-top: 180px;
  }

  .brick-pile-title {
    font-size: 48px;
  }

  .brick-pile-subtitle {
    font-size: 32px;
  }

  .brick-pile-list-button-text {
    font-size: 24px;
  }

  .brick-pile-list-wrapper {
    margin-top: 41px;
  }

  .brick-pile-list-button-icon-left img {
    width: 50px;
    height: 50px;
  }

  .brick-pile-list-button-icon-right img {
    width: 26px;
    height: 26px;
  }

  .brick-pile-list-button {
    padding: 28px 12px 28px 20px;
  }

  .brick-pile-list-wrapper {
    gap: 20px;
  }

  .brick-pile-list-wrapper li {
    width: calc(33.333% - 13.33px);
  }

  .brick-pile-list-wrapper {
    margin-bottom: 40px;
  }


}




/*How You Build*/
.how-you-build {
  margin-top: 80px;
}

.how-you-build-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.how-you-build-subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00C742;
}

.how-you-build-block-wrapper {
  margin-top: 30px;
}

.how-you-build-block {
  width: 100%;
  border-radius: 20px;
  background: #EBEBEB;
  padding: 40px 20px;

}

.how-you-build-block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.how-you-build-block-subtitle {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #14BD4C;
}

.how-you-build-block-description {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.how-you-build-block-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.how-you-build-block-text-wrapper {
  margin-top: 25px;
}

.how-you-build-block-image {
  height: 200px;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .how-you-build-blocks-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .how-you-build-block-wrapper {
    width: calc(50% - 5px);
  }

  .how-you-build-block {
    height: 100%;
  }



}

@media (min-width: 1024px) {
  .how-you-build-title {
    font-size: 30px;
  }

  .how-you-build-blocks-list {
    margin-top: 30px;
  }

  .how-you-build-block-wrapper {
    width: calc(25% - 7.5px);
    margin-top: 0;
  }

}

@media (min-width: 1124px) {}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .how-you-build {
    margin-top: 110px;
  }

  .how-you-build-title {
    font-size: 42px;
  }

  .how-you-build-subtitle {
    font-size: 26px;
  }

  .how-you-build-block-image {
    height: 278px;
  }
}

@media (min-width: 1920px) {
  .how-you-build {
    margin-top: 180px;
  }

  .how-you-build-title {
    font-size: 48px;
  }

  .how-you-build-subtitle {
    font-size: 32px;
  }

  .how-you-build-blocks-list {
    margin-top: 40px;
  }

  .how-you-build-block {
    padding: 40px 30px;
  }

  .how-you-build-block-text-wrapper {
    margin-top: 40px;
  }

  .how-you-build-block-title {
    font-size: 26px;
  }

  .how-you-build-block-subtitle {
    font-size: 24px;
  }

  .how-you-build-block-description {
    margin-top: 20px;
    font-size: 24px;
  }

}


/*game changer*/

.game-changer {
  /* margin-top: 80px; */
    margin-top: 30px;
  height: 411px;
  position: relative;
}

.game-changer-title-wrapper {
  position: relative;
  padding-top: 17px;
  margin-left: 22px;
  margin-right: 21px;
}

.game-changer-quote-up {
  position: absolute;
  top: 0px;
  left: -20px;
}

.game-changer-quote-down {
  position: absolute;
  bottom: -16px;
  right: -20px;
}

.game-changer-title {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;

}

.game-changer-block-party-wrapper {
  margin-top: 42px;
  display: grid;
  justify-content: end;
}

.game-changer-block-party-text-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 6.5px;
}

.game-changer-block-party-stars {
  margin-left: auto;
  width: 122px;
  height: auto;

}

.game-changer-block-party {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5px;
  vertical-align: middle;

}

.game-changer-main-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.game-changer-desktop-image-wrapper {
  display: none;
}

@media (min-width: 466px) {
  .game-changer-quote-up {
    position: absolute;
    top: 0px;
    left: -26px;
  }
}

@media (min-width: 576px) {
  .game-changer-title-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .game-changer-main-image {
    height: 275px;
  }


}

@media (min-width: 768px) {
  .game-changer {
    display: flex;
    height: auto;
    justify-content: space-between;
  }

  .game-changer-desktop-image-wrapper {
    display: block;
  }

  .game-changer-desktop-image {
    height: 200px;
    margin-right: -20px;
  }

  .game-changer-main-image {
    position: relative;
    height: 200px;
    margin-left: -20px;
  }

  .game-changer-title {
    font-size: 14px;
  }

  .game-changer-title-wrapper {
    padding-top: 0px;
  }

  .game-changer-block-party-wrapper {
    justify-content: center;
  }

  .game-changer-block-party-stars {
    margin-left: auto;
    margin-right: auto;
  }

  .game-changer-title-wrapper-span {
    position: relative;
    padding: 20px;
    display: block;
  }

  .game-changer-quote-up {
    top: 0px;
    left: 0px;
  }

  .game-changer-quote-down {
    bottom: 0px;
    right: 0px;
  }

  .game-changer-title-wrapper {
    width: 88%;
  }

  .game-changer-block-party-wrapper {
    margin-top: 10px;
  }

}

@media (min-width: 1024px) {
  .game-changer-main-image {
    margin-left: -40px;
    height: 320px;
  }

  .game-changer-desktop-image {
    margin-right: -40px;
    height: 320px;
  }

  .game-changer-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .game-changer-title {
    font-size: 18px;
  }

  .game-changer-title-wrapper {
    width: 90%;
  }

}

@media (min-width: 1124px) {
  .game-changer-main-image {
    height: 340px;
  }

  .game-changer-desktop-image {
    height: 340px;
  }
}

@media (min-width: 1224px) {
  .game-changer-desktop-image {
    height: 400px;
  }

  .game-changer-main-image {
    height: 400px;
  }


}

@media (min-width: 1440px) {
  .game-changer-title {
    font-size: 30px;
    padding-top: 10px;
  }

  .game-changer-quote-down,
  .game-changer-quote-up {
    width: 50px;
    height: 50px;
  }

  .game-changer-main-image {
    height: 470px;
    position: absolute;
    left: 0;
    margin-left: 0px;
  }

  .game-changer-desktop-image {
    height: 470px;
  }

  .game-changer-title-wrapper-span {
    padding: 35px;
  }

  .game-changer {
    justify-content: flex-end;
  }

  .game-changer-text-wrapper {
    width: 48%;
  }

  .game-changer-block-party-stars {
    width: 160px;
  }

  .game-changer-block-party {
    font-size: 18px;
  }


}

@media (min-width: 1920px) {
  .game-changer {
    /* margin-top: 180px; */
  }

  .game-changer-main-image {
    height: 606px;
  }

  .game-changer-desktop-image {
    height: 606px;
    margin-right: -80px;
  }

  .game-changer-title-wrapper-span {
    padding: 53.6px 51.4px 53.4px 53.9px;
  }

  .game-changer-title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 1px;
  }

  .game-changer-text-wrapper {
    /* width: 820px; */
  }

  .game-changer-block-party-stars {
    width: 244px;
  }

  .game-changer-block-party-wrapper {
    margin-top: 20px;
  }

  .game-changer-block-party {
    font-size: 24px;
  }

  .game-changer-block-party-image {
    width: 38px;
    height: 34px;
  }

  .game-changer-block-party-text-wrapper {
    margin-top: 5px;
  }

  .game-changer-quote-down,
  .game-changer-quote-up {
    width: 68.5px;
    height: 68.5px;
  }

  .game-changer-title-wrapper {
    width: 820px;
  }

}



/*pars_scaned*/
.pars_scaned {
  margin-top: 80px;
}

.pars_scaned-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pars_scaned-text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}


.corner-pars_scaned {
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 100%;
}

.corner-pars_scaned span {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #00C742;
  padding: 19px 20px;
}

.corner-pars_scaned img {
  margin-top: 3px;
}

.corner-pars_scaned::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #00C742;
  ;
  border-left: 1px solid #00C742;
  ;
  border-top-left-radius: 10px;
}

.corner-pars_scaned::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #00C742;
  ;
  border-right: 1px solid #00C742;
  ;
  border-bottom-right-radius: 10px;
}

.corner-pars_scaned span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #00C742;
  ;
  border-right: 1px solid #00C742;
  ;
  border-top-right-radius: 10px;
}

.corner-pars_scaned span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #00C742;
  ;
  border-left: 1px solid #00C742;
  ;
  border-bottom-left-radius: 10px;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .corner-pars_scaned span {
    font-size: 80px;
  }

  .pars_scaned-text {
    font-size: 22px;
  }


}

@media (min-width: 1024px) {
  .pars_scaned-wrapper {
    flex-direction: row;
    gap: 30px;
  }

  .corner-pars_scaned span {
    font-size: 50px;
  }

  .pars_scaned-wrapper div {
    flex: 1;
  }

  .pars_scaned-text {
    font-size: 18px;
  }


  .corner-pars_scaned-center {
    flex: 0 0 40% !important;
    text-align: center;
  }

}

@media (min-width: 1124px) {}

@media (min-width: 1224px) {}

@media (min-width: 1440px) {
  .pars_scaned {
    margin-top: 110px;
  }

  .corner-pars_scaned span {
    font-size: 80px;
  }

  .pars_scaned-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .corner-pars_scaned-center {
    flex: 0 0 45% !important;
  }

  .pars_scaned-text {
    font-size: 20px;
    margin-top: 20px;
  }

  .corner-pars_scaned::before {
    border-top: 2px solid #00C742;
    border-left: 2px solid #00C742;
  }

  .corner-pars_scaned::after {
    border-bottom: 2px solid #00C742;
    border-right: 2px solid #00C742;
  }

  .corner-pars_scaned span::before {
    border-top: 2px solid #00C742;
    border-right: 2px solid #00C742;

  }

  .corner-pars_scaned span::after {
    border-bottom: 2px solid #00C742;
    border-left: 2px solid #00C742;

  }

}

@media (min-width: 1920px) {
  .corner-pars_scaned span {
    font-size: 96px;
  }

  .pars_scaned-text {
    font-size: 24px;
  }

  .corner-pars_scaned-center {
    flex: none !important;
  }

  .pars_scaned-wrapper {
    gap: 168px;
    margin-bottom: 100px;
  }


}

/*table*/
.table-container {
  margin-top: 80px;
}

.table-title {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.feature-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  background: #F9F9F9;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.feature-table th,
.feature-table td {
  border-bottom: 1px solid #D9D9D9;
  width: calc(100% / 3);
}

.feature-table td.green {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-icon {

  margin-bottom: 5px;
}

.right-col-icon {
  margin-bottom: 5px;
}

.feature-table-mainlogo {
  position: relative;
}

.feature-table td.logo {
  background-color: #FFEE00;
  font-family: monospace;
  text-align: center;
  position: relative;

}

.logo-beyond {
  width: 100%;
  height: 20px;
  background-color: #FFEE00;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 1;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.feature-table tr:last-child td:first-child {}

.feature-table tr:last-child td:nth-child(2) {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.feature-table-main {
  padding-top: 20px;
  padding-bottom: 14px;
  background: #F0F0F0;
}

.left-col {
  border-top-left-radius: 20px;
}

.right-col {
  border-top-right-radius: 20px;
}

.second-tab {
  height: 100px;
}

.third-tab {
  height: 75px;
}

.fourth-tab {
  height: 88px;
}

.fifth-tab {
  height: 103px;
}

.sixth-tab {
  height: 88px;
}

.seventh-tab {
  height: 88px;
}

.eighth-tab {
  height: 88px;
}

.ninth-tab {
  height: 103px;
}

.left-col {
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  border-right: none !important;
}

.right-col {
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  border-right: none !important;
}

.table-desktop {
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}

.table-tab-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.feature-table td.yellow {
  background-color: #FFEE00;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
}

.table-desktop {
  display: none;
}

.desktop-only {
  display: none;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: inline-block;
  }

  .table-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .table-title {
    display: none
  }

  .feature-table {
    max-width: 100%;
    border-radius: 20px;
  }

  .table-mobile {
    display: none;
  }

  .table-desktop {
    display: table-cell;
  }

  .feature-table th,
  .feature-table td {
    width: auto;
    border-right: 1px solid #D9D9D9;
  }

  .feature-table th:first-child,
  .feature-table td:first-child {
    width: 30%;
  }

  .feature-table th:nth-child(2),
  .feature-table td:nth-child(2) {
    width: 30%;
  }

  .feature-table th:nth-child(n+3),
  .feature-table td:nth-child(n+3) {
    width: calc((100% - 30% - 30%) / 4);
  }

  .col-icon {
    position: relative;
    display: block;
    width: 100%;
  }

  .col-text-desktop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30px;
    width: 100%;
  }


  .desktop-only {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30px;
    width: 100%;
  }

}

@media (min-width: 1440px) {
  .table-container {
    margin-top: 110px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-table th:first-child,
  .feature-table td:first-child {
    width: 25%;
  }

  .feature-table th:nth-child(2),
  .feature-table td:nth-child(2) {
    width: 25%;
  }

  .feature-table th:nth-child(n+3),
  .feature-table td:nth-child(n+3) {
    width: calc((100% - 25% - 25%) / 4);
  }

  .feature-table-main {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feature-table th,
  .feature-table td,
  .col-text {
    font-size: 18px;
  }

  .table-tab-title {
    font-size: 22px !important;
  }

  .col-icon img {
    width: 20px;
    height: 20px;
  }

  .col-text {
    margin-top: 10px;
  }

  .table-logo-image {
    width: 150px;
  }

  .feature-table td.yellow {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (min-width: 1920px) {
  .table-container {
    margin-top: 180px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .table-tab-title {
    font-size: 26px !important;
    padding: 50px 0;
  }

  .feature-table {
    table-layout: fixed;
    width: 100%;
  }

  .feature-table th:first-child,
  .feature-table td:first-child {
    width: 423px;
  }

  .feature-table th:nth-child(2),
  .feature-table td:nth-child(2) {
    width: 425px;
  }

  .feature-table th:nth-child(n+3),
  .feature-table td:nth-child(n+3) {
    width: calc((100% - 423px - 425px) / 4);
  }

  .logo-beyond {
    height: 39px;
    top: -36px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }

  .table-logo-image {
    width: 216px;
  }

  .col-icon img {
    width: 40px;
    height: 40px;
  }

  .table-desktop {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feature-table td.yellow {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-only {
    top: 65px;
  }

  .col-text-desktop {
    top: 55px;
  }

  .feature-table th,
  .feature-table td,
  .col-text {
    font-size: 26px;
  }
}

/*coming-soon*/
.coming-soon {
  margin-top: 80px;
}

.coming-soon-main-title-mobile {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.coming-soon-main-title-desktop {
  display: none;
}

.coming-soon-list-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}

.coming-soon-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.coming-soon-item:last-child {
  margin-bottom: 0;
}

.coming-soon-icon {
  width: 48px;
  height: 48px;
}

.coming-soon-icon img {
  width: 48px;
  height: 48px;
}

.coming-soon-text {
  margin-left: 41px;
}

.coming-soon-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.coming-soon-description {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 68px;
  width: 2px;
  background-color: #00C742;
  z-index: -1;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #00c742;
  border-radius: 50%;
  position: absolute;
  left: 63px;
  top: 0px;
  z-index: 1;
}

.circlet16 {
  top: 16px;
}

@media (min-width: 466px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
  .coming-soon-main-title-mobile {
    display: none;
  }

  .coming-soon-main-title-desktop {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

  }

  .coming-soon-list-wrapper {
    flex-direction: row;
    gap: 10px;
  }

  .coming-soon-item {
    flex-direction: column;
    flex: 1;
    /* gap: 10px; */
  }

  .circle {
    width: 12px;
    height: 12px;
    background-color: #00c742;
    border-radius: 50%;
    position: relative;
    left: 18px;
    top: 0px;
    margin-top: 15px;
  }

  .vertical-line {
    top: 68px;
    right: 0;
    left: 0;
    bottom: auto;
    height: 2px;
    width: auto;
  }

  .coming-soon-text {
    margin-left: 0;
    margin-top: 20px;
  }

  .coming-soon-description {
    margin-top: 15px;
  }
}

@media (min-width: 1440px) {
  .coming-soon {
    margin-top: 110px;
  }

  .coming-soon-main-title-desktop {
    font-size: 42px;
  }

  .coming-soon-title {
    font-size: 20px;
  }

  .coming-soon-description {
    font-size: 18px;
  }


}

@media (min-width: 1920px) {
  .coming-soon {
    margin-top: 180px;
  }

  .coming-soon-main-title-desktop {
    font-size: 48px;
  }

  .coming-soon-icon img {
    width: 51px;
    height: 51px;
  }

  .coming-soon-list-wrapper {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .circle {
    width: 15px;
    height: 15px;
  }

  .coming-soon-title {
    font-size: 26px;
  }

  .coming-soon-description {
    margin-top: 25px;
    font-size: 24px;
  }

  .coming-soon-text {
    margin-top: 40px;
  }

  .coming-soon-list-wrapper {
    gap: 21px;
  }




}




/*reviews*/
.reviews {
  margin-top: 80px;
  ;
}

.reviews-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.reviews-subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00C742;
}

.slider-wrapper {
  margin-top: 25px;
}

.slide-btn {
  border: 1px solid #707070;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
}

.slider-box {
  margin-top: 40px;
}

.reviews-image-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.reviews-image-slider video {
  width: 100%;
  max-width: 100%;
  height: 432px !important;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 100%;
  /* max-width: 500px; */
  height: 432px !important;
  /* overflow: hidden; */
  z-index: 0;
}

.video-poster,
.video-poster img,
.custom-video {
  width: 100%;
  max-width: 100%;
  height: 438px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.video-wrapper::after {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  border-radius: 20px;
}

.video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/play.svg') no-repeat center center;
  background-size: 64px 64px;
  border: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0.9;
}


.testimonial-block {
  width: 321px;
  height: 183px !important;
  border-radius: 20px;
  border: 1px solid #00C742;
  padding: 20px 6px 20px 20px !important;
  margin-right: 10px;

}

.testimonial-author-block {
  display: flex;
  gap: 9px;
}

.testimonial-author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.1px;
  vertical-align: middle;
}

.testimonial-author-stars {
  margin-top: 5px;
}

.testimonial-description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}


.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.slider-controls button {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}


.svg-marquee-slider {
  margin-top: 80px;
  margin-left: -20px;
  margin-right: -20px;
}

.svg-marquee-slider div {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.svg-marquee-slider img {
  max-height: 56px;
  width: 100%;
  display: block;
}

.marquee-slider-block {
  width: 163px;
  height: 68px !important;
  border-radius: 15px;
  background: #EBEBEB;
  margin-right: 10px;

}

.testimonial-author-image {
  width: 51px;
  height: 51px;
  border-radius: 10px;
}

.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.video-play-icon img {
  width: 24px;
  height: 24px;
}

.video-container.playing .video-play-icon {
  opacity: 0;
}

@media (min-width: 466px) {

  .video-wrapper,
  .reviews-image-slider video {

    height: 557px !important;
  }
}

@media (min-width: 576px) {

  .video-wrapper,
  .reviews-image-slider video {
    height: 708px !important;
  }
}

@media (max-width: 767px) {
  .button-hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) {

  .video-wrapper,
  .reviews-image-slider video {
    height: 472px !important;
  }

  .video-play-icon {

    width: 110px;
    height: 110px;

  }

  .video-play-icon img {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 1024px) {
.testimonial-block-wrapper {
  flex-direction: row !important;
}
  .video-wrapper,
  .reviews-image-slider video {
    height: 422px !important;
  }

  .reviews-title {
    font-size: 30px;
  }

  .testimonial-block {
    height: 218px !important;
  }

}

@media (min-width: 1440px) {
  .reviews {
    margin-top: 110px;
    ;
  }

  .video-wrapper,
  .reviews-image-slider video {
    height: 595px !important;
  }

  .reviews-title {
    font-size: 43px;
  }

  .reviews-subtitle {
    font-size: 26px;
  }

  .testimonial-author-image {
    width: 65px;
    height: 65px;
  }

  .testimonial-author-name {
    font-size: 18px;

  }

  .testimonial-description {
    font-size: 18px;
  }

  .slider-controls {
    gap: 40px;
    margin-top: 40px;
  }

  .marquee-slider-block {
    width: 190px;
    height: 60px !important;
  }

  .marquee-slider-block {
    margin-right: 20px;
  }

  .slider-box {
    margin-top: 100px;
  }


}

@media (min-width: 1920px) {
  .reviews {
    margin-top: 180px;
    ;
  }

  .reviews-title {
    font-size: 48px;
  }

  .reviews-subtitle {
    font-size: 32px;
  }

  .slider-wrapper {
    margin-top: 40px;
  }

  .slide-btn {
    width: 60px;
    height: 60px;
  }

  .video-wrapper,
  .reviews-image-slider video {
    height: 737px !important;
  }

  .testimonial-block {
    margin-right: 20px;
          padding: 29px 20px !important;
        height: 310px !important;
  }

  .testimonial-author-image {
    width: 80px;
    height: 80px;
  }

  .testimonial-author-name {
    font-size: 24px;
  }

  .testimonial-description {
    font-size: 24px;
  }

  .marquee-slider-block {
    width: 277px;
    height: 68px !important;
  }

  .svg-marquee-slider div {
    padding: 16px 0px;
  }

  .svg-marquee-slider img {
    max-height: 36px;
    width: auto;
  }

  .svg-marquee-slider {
    margin-bottom: 40px;
  }
}

/*faq*/
.faq {
  margin-top: 80px;
}

.faq-title-desktop {
  display: none;
}

.faq-title {

  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.faq-list-wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;

  justify-content: space-between;
}

.faq-list {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #00C742;
}

.faq-question {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.faq-list.active {
  border: none;
  background: #E8E3CE;
}

.faq-list.active .faq-answer {
  opacity: 1;
  margin-top: 20px;
}

.faq-image {
  margin-top: 40px;
}

.faq-image img {
  height: 377px;
  width: auto;
}

.faq-green-block {
  margin-top: 80px;
  height: 306px;
  border-radius: 20px;
  background: #00C742;
  padding: 45px 20px 51px 20px;

}

.faq-green-block-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
.faq-green-block-title {
  margin-bottom: 0;
}
.faq-green-block {
    padding: 45px 20px;
    height: auto;
}
}
@media (min-width: 466px) {
  .faq-green-block-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .faq-green-block {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .faq-green-block-title {
    margin-bottom: 25px;
  }

  .faq-green-block {
    height: 220px;
  }


}

@media (min-width: 1024px) {
  .faq-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }

  .faq-title {
    display: none;
  }

  .faq-title-desktop {
    display: inline-block;
    font-family: DM Sans;
    font-weight: 500;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    vertical-align: middle;
    font-size: 30px;
  }

  .faq-block-left {
    width: 48%;
    min-width: 48%;
  }

  .faq-image {
    display: flex;
    justify-content: center;
    margin-top: 70px;
  }

  .faq-image img {
    height: 450px;
    width: auto;
  }

  .faq-green-block-title {
    font-size: 28px;
  }


}

@media (min-width: 1440px) {
  .faq-question {
    font-size: 20px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .faq-title-desktop {
    font-size: 42px;
  }

  .faq-image img {
    height: 615px;
  }

  .faq-green-block-title {
    font-size: 36px;
  }

  .faq-green-block {
    height: 250px;
  }


}

@media (min-width: 1920px) {
  .faq-title-desktop {
    font-size: 48px;
  }

  .faq-image {
    margin-top: 117px;
  }

  .faq-question {
    font-size: 26px;
  }

  .faq-answer {
    font-size: 24px;
  }

  .faq-list {
    padding: 30px;
  }

  .faq-green-block-title {
    font-size: 48px;
  }

  .faq-green-block {
    height: auto;
    padding: 40px;
  }
}

/*footer*/
.footer {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00C742;
  border-radius: 20px;
  position: relative;


}

.footer-wrapper {
  position: relative;
}

.footer-background {
  width: 335px;
  height: 461px;
  /* background-image: url(../img/vector_7.png); */
  padding: 30px;
  position: relative;
  z-index: 1;
}

.footer-features {
  margin-top: 39.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #00C742;
}

.footer-list-link-wraper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-list-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;

}

.footer-policy-wraper {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-policy {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;

}

.footer-rights-reserved {
  font-weight: 400;
  text-decoration: none;

}

.scroll-to-top {
  position: absolute;

  top: 40px;
  right: 21px;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: position 0.3s ease, bottom 0.3s ease;
}



.scroll-sticky {
  width: 90%;
  z-index: 1000;
}

.scroll-sticky.sticky {
  position: fixed;
  /* bottom: 2rem; */
  bottom: 0rem;
  right: 21px;
  /* top: auto; */
}

/* .button-sticky {
  display: none !important;
} */
.button-sticky {
  position: fixed;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  /* width: 90%; */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;

}
.main-scroll-button {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
#scrollBtn::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    width: 90%;
    height: 60%;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
}
/* .scroll-sticky.sticky .button-sticky {
  display: block !important;
  margin-top: 0;
  background: #fff;
    padding-top: 10px;
    padding-bottom: 10px
} */
/* .button-sticky {
position: absolute;
 z-index: 1000;
}
.button-sticky.sticky {
  position: fixed;
  bottom: 2rem;
  right: auto;
  top: auto;
} */
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 461px;
  z-index: 0;
  pointer-events: none;
  object-fit: fill;
}

.footer-list-link a {
  color: #000000;
}


@media (max-width: 767px) {
.sticky .scroll-to-top {
  top: -145px;
  right: 0;
}

}

@media (min-width: 768px) {
  .button-sticky {
    opacity: 0 !important;
  }

  .sticky .scroll-to-top {
    top: -60px;
    right: 0;
    bottom: 1rem;
  }
}

@media (min-width: 1024px) {

  /* .scroll-to-top {
      display: none;
    } */
  .footer-background {
    width: 100%;
    height: 260px;

  }

  .footer-bg {
    height: 260px;
  }

  .footer-list-link-wraper {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }

  .footer-features {
    margin-top: 10px;
  }

  /* .footer-list-link {
    flex: 1;
    text-align: center;
}
.footer-list-link-left {
    text-align: left;
}
.footer-list-link-right {
    text-align: right;
} */
  .footer-policy-wraper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scroll-to-top.sticky {
    right: 41px;
  }

  .sticky .scroll-to-top {
    top: -100px;
    right: 21px;
    /* bottom: 1rem; */
  }

  .scroll-to-top {
    /* top: 0px; */
    right: 41px;
    /* bottom: 1rem; */
  }
}

@media (min-width: 1440px) {
  .footer {
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bg {
    height: 350px;
  }

  .footer-background {
    height: 350px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-features {
    font-size: 20px;
  }

  .footer-list-link {
    font-size: 18px;
  }

  .footer-list-link-wraper {
    margin-top: 25px;
    /* gap: 100px; */
  }

  .footer-policy {
    font-size: 18px;
  }

  .footer-rights-reserved {
    font-size: 18px;
  }

  .footer-policy-wraper {
    gap: 50px;
  }

  .scroll-to-top {
    top: 80px;
    right: 41px;
  }

  .scroll-to-top img {
    width: 80px;
    height: 80px;
  }




}

@media (min-width: 1920px) {
  .footer {
    margin-top: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bg {
    height: 436px;
  }

  .footer-background {
    height: 436px;
    padding: 70px;
  }

  .footer-logo {
    width: 189px;
  }

  .footer-features {
    font-size: 26px;
    margin-top: 22px;
  }

  .footer-list-link {
    font-size: 24px;
  }

  .footer-list-link-wraper {
    margin-top: 10px;
    /* gap: 118px; */
  }

  .footer-policy-wraper {
    margin-top: 53px;
  }

  .scroll-to-top {
    top: 100px;
    right: 81px;
  }

  .scroll-to-top.sticky {
    right: 81px;
  }

  .sticky .scroll-to-top {
    /* top: 0px; */
    right: 61px;
    /* bottom: 1rem; */
  }

}
/* .hero-banner {
display: none;
}
.landing {
display: none;
} */
.not-found {
  display: none;
}
.paywall {
  display: none;
}
.footer-paywall {
  display: none;
}
.checkout {
  display: none;
}
/*paywall*/
.paywall-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thankyou-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .paywall-container { 
     max-width: 1038px;
     margin-top: 70px;
  }
}
@media (min-width: 1440px) {
  /* .paywall-container {
    padding-left: 0;
    padding-right: 0;
  } */
  .thankyou-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.main-button-paywall {
  display: block;
  width: 100%;
  background: #FFEE00;
  border: none;
  border-radius: 3px;
  border-width: 1px;
  position: relative;
  isolation: isolate;
  cursor: pointer;
  z-index: 1;
  padding: 20px;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
}
.main-button-paywall:hover {
  background: #dacb02;
  ;

}

.main-button-paywall:focus {
  background: #dacb02;

}
.button-wrapper-paywall {
  width: 100%;
  margin-top: 20px;
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.button-wrapper-paywall::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 3  px;
  z-index: 0;
  pointer-events: none;
}
.hero-paywall-banner {
  /* border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; */
  background-color: #91fdb2;
  height: 58px;
  max-width: 1038px;
   position: sticky;
  top: 0;
z-index: 1000;
}

.guaranteed {
  margin-top: 84px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.guaranteed-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;

}
.guaranteed-card-wrapper {
display: flex;
justify-content: space-between;
margin-top: 20px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.guaranteed-transaction {
  margin-top: 15px;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
display: flex;
    justify-content: center;
gap: 8px;
}
.guaranteed-transaction-money_back {
  margin-top: 20px;
}

.testimonial {
  margin-top: 90px;
}
.testimonial-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.testimonial-block-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.testimonial-block-radius {
  border-radius: 5px;
}

.worldwide {
  margin-top: 90px;
text-align: center;
}
.worldwide-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.worldwide-image {
  margin-top: 15px;
  margin-left: -20px;
}

.featured-in {
  margin-top: 90px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.featured-in-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
}

.featured-in-payment {
  margin-top: 50px;
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.header {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
.header-button {
  width: 139px;
  height: 32px;
  top: 9px;
  left: 216px;
  gap: 10px;
  border-radius: 53px;
  padding-top: 9px;
  padding-right: 11px;
  padding-bottom: 9px;
  padding-left: 11px;
  background: #000;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.paywall-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-with {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.paywall-plan-with-title {
  margin-top: 15px;
font-weight: 500;
font-size: 18px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-with-block-list {
  margin-top: 15px;
font-weight: 300;
font-size: 16px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;
display: flex;
flex-direction: column;
gap: 10px;
}
.paywall-plan-with-list {
position: relative;
padding-left: 11px;
}

    
.paywall-plan-with-list::before {
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #000;
    font-size: 1em;
    line-height: 1;
    border-radius: 50%;
}
.paywall-plan-with-block {
  background: #00C74233;
border-radius: 15px;
padding-bottom: 15px;
flex: 1;
}
.paywall-plan-with-block-text {
  padding-left: 10px;
  padding-right: 10px;
}

.paywall-plan-with-image-wrapper {
border: 1px solid #C5C5C5;
border-radius: 5px;
width: 100%;
height: 197px;
background: white;
position: relative;

}


.paywall-plan-with-image {
width: 100%;
height: 197px;
border-radius: 5px;
}
.paywall-plan-with-image-absolute {
position: absolute;
    width: 194px;
    height: 172px;
    top: 13px;
    left: -9px;
}
.paywall-plan-without-block {
  width: 143px;
}
      
.paywall-plan-with-block {
width: 176px;
  }

@media (min-width: 376px) {
  .paywall-plan-with-image-wrapper {
height: 240px;
  }

  .paywall-plan-with-image {
    object-fit: cover;
    
    height: 240px;
    border-radius: 5px;
  }
      .paywall-plan-without-block, .paywall-plan-with-block {
flex: 1;
  }
    .paywall-plan-with-image-absolute {
    object-fit: fill;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .paywall-plan-with-image-wrapper {
    height: 310px;
  }
  .paywall-plan-with-image {
    height: 310px;
  }
  .paywall-plan-with-image-absolute {
    height: 285px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .paywall-plan-with-image-absolute {
        height: 302px;
        width: 90%;
        top: 0;
        left: 20px;
    }
}





.paywall-plan-unlock-section  {
  margin-top: 80.5px;
}
.paywall-plan-unlock-title {
font-weight: 500;
font-size: 18px;
line-height: 1.1;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: #000000;

}

.paywall-plan-discount {
  margin-top: 50px;
  border: 1px solid #00C742;
  padding: 20px;
  border-radius: 5px;
  max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.paywall-plan-discount-title {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.paywall-plan-discount-per-wrapper {
  margin-top: 15px;
  border: 1px solid #000000;
  background-color: #EEEEEE;
  border-radius: 50px;
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 20px;
}

.paywall-plan-discount-name {
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-discount-per {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
background: #00C742;
color: #FFFFFF;
padding: 8px 10px;
border-radius: 19px;
}
.paywall-plan-discount-reserved {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.paywall-plan-discount-reserved-name {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-discount-reserved-time {
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}


.paywall-choose {
font-weight: 400;
font-style: Regular;
font-size: 26px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
  margin-top: 80px;
}
.paywall-plan-button {
  position: relative;
  cursor: pointer;
}
.paywall-plan-button:hover {
  background-color: #d6d6d6;
}
.paywall-plan-block {
  margin-top: 20px;
  /* margin-bottom: 30px; */
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.paywall-plan-month {
  border-radius: 5px;
  border-width: 1px;
  padding: 10px 20px;
  border: 1px solid #000;
}
.paywall-plan-name-block {
    text-align: left;
    flex: 1;
}
.paywall-plan-name-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  display: flex;

}
.paywall-plan-name-free {
  background: #00C742;
color: #FFFFFF;
font-weight: 500;
font-size: 14px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;
padding: 2.5px 10px;
border-radius: 19px;
    margin-left: 10px;
}

.mounth-name {
  width: 80px;
}
.paywall-plan-name-description {
  color: #000;
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-price-block {
  display: flex;
  margin-top: 10px;
      gap: 10px;
    align-items: center;
}
.paywall-plan-old-price-title {
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
vertical-align: middle;
text-decoration: line-through;
color: #9A9A9A;

  
}
.paywall-plan-price {
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-per-day-block {
  background: #EEEEEE;
  padding: 15px;
  border-radius: 3px;

}
.active-plan .paywall-plan-per-day-block {
  background: #00C742;
}
.paywall-plan-per-day-price-zеro {
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 1;
letter-spacing: 0;
vertical-align: middle;

}

.paywall-plan-per-day-price {
font-weight: 800;
font-style: ExtraBold;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;

}
.paywall-plan-price-per-day {
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.active-plan .paywall-plan-per-day-price {
color: #FFFFFF;
}
.active-plan .paywall-plan-price-per-day {
color: #FFFFFF;
}


.paywall-plan-three-month {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 20px;
  text-align: left;
  position: relative;
}
/* .paywall-plan-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
} */
.paywall-plan-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paywall-plan-ckeck-list {
  color: #000;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-ckeck-block {
  display: flex;
  gap: 10px;
}
.paywall-plan-unlock {
  margin-top: 30px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  padding-bottom: 10px;
}
.paywall-plan-button.active-plan .paywall-plan-unlock {
  max-height: 100px;
  opacity: 1;
}
.paywall-plan-days-free {
  margin-top: 15px;
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
.paywall-plan-unlock-titile {
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-list-block {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.paywall-plan-list {
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
  display: flex;
  gap: 10px;
}
.bold {
  font-weight: 700;
}
.paywall-plan-year {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 20px;
}
.paywall-plan-button.active-plan {
  border: 1px solid #00c742;
  background: #00c74233;
}
.your_plan {
  margin-top: 80px;
}
.your_plan_title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-paymant-details-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 15px;
}
.your_plan_checkout {
  display: block;
  height: 80vh;
}
.your_plan_checkout > * {
  display: flex;
  flex-direction: column;
}
.your_plan_checkout-wrapper {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 30px 20px;
  margin-top: 20px;
}
.your_plan_checkout-price {
  display: flex;
  justify-content: space-between;
}
.paywall-plan-then {
  font-weight: 800;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.most_popular {
  background: #f558ed;
  color: #fff;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
  font-size: 14px;
font-weight: 500;
font-style: Medium;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
}
.best {
  background: #fe0;
  color: #000;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
  font-size: 14px;
}
.paywall-plan-guarantee {
font-weight: 300;
font-style: Light;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
text-align: center;
}
@media (min-width: 768px) {
  .button-wrapper-paywall {
    width: 60%;
  }
  .your_plan_checkout {
  height: 70vh;
}
}
@media (min-width: 1024px) {

.paywall-title {
font-weight: 500;
font-size: 48px;
line-height: 1.1;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
padding-left: 29px;
padding-right: 29px;
}
.paywall-plan-with {
gap: 20px;
margin-top: 40px;
}
.paywall-plan-with-title {
  margin-top: 30px;
  font-size: 48px;
}
.paywall-plan-with-block-text {
padding-left: 30px;
}
.paywall-plan-with-block-list {
  font-size: 24px;
}
.paywall-plan-unlock-title {
  text-align: left;
  font-size: 48px;
}
.paywall-plan-block {
gap: 43px;
margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.paywall-plan-list-block {
  gap: 15px;
  margin-top: 30px;
}
.paywall-plan-list {
  font-size: 24px;
}
.paywall-plan-list img {
  width: 26px;
height: 26px;
}
  .paywall-choose {
    text-align: center;
    font-size: 32px;
  }
    .paywall-plan-name-title {
    font-size: 28px;
    text-align: left;
  }
.paywall-plan-name-description {
    font-size: 24px;
  }
.paywall-plan-name-free {
  font-size: 20px;
  padding: 4.5px 10px;
  margin-left: 20px;
}
 
  .paywall-plan-price-title {
    font-size: 20px;
  }
 .paywall-plan-price-perday {
    font-size: 24px;
  }
.most_popular {
  font-size: 24px;
  padding: 9px 40px;
  border-radius: 19px;
  right: 46px;
  top: -25px;
}
.best {

    top: -25px;
    right: 40px;
    border-radius: 19px;
      font-size: 24px;
    padding: 8px 40px;
}
.paywall-plan-ckeck-list {
  font-size: 24px;

}
.paywall-plan-ckeck-block img {
  width: 26px;
height: 26px;
}
.main-button-paywall {
  font-size: 22px;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 3px;
}
.button-wrapper-paywall::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
}
.mounth-name {
  width: 135px;
}
}
@media (min-width: 1440px) {
  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* .paywall-title {
    text-align: center;
    font-size: 42px;
  }


 
 
  .paywall-plan-ckeck-list {
    font-size: 18px;
  }
  .paywall-plan-unlock-titile {
    font-size: 18px;
  }
  .paywall-plan-list {
    font-size: 18px;
  }
  .paywall-plan-then {
    font-size: 18px;
  }
  .paywall-plan-days-free {
    font-size: 18px;
  }
  .paywall-plan-name-free {
    font-size: 36px; 
}*/
}
@media (min-width: 1920px) {
  .footer-container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .header-logo {
    width: 188px;
  }
  /* .hero-paywall-banner {
    padding-top: 12px;
  } */
  .header-button {
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 16px 38px;
  }
  /* .paywall-plan {
    margin-top: 58px;
  }
  .paywall-title {
    font-size: 48px;
  }
  .paywall-choose {
    font-size: 32px;
  }
  .paywall-plan-name-title {
    font-size: 28px;
  }
  .paywall-plan-name-description {
    font-size: 24px;
  }
  .paywall-plan-price-title {
    font-size: 20px;
  }
  .paywall-plan-price-perday {
    font-size: 24px;
  } */
  .your_plan_checkout {
    display: block;
    height: 60vh;
  }
}
.footer {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00c742;
  border-radius: 20px;
  position: relative;
}
.footer-wrapper {
  position: relative;
}
.footer-background {
  width: 335px;
  height: 461px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.footer-features {
  margin-top: 39.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #00c742;
}
.footer-list-link-wraper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-list-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;
}
.footer-policy-wraper {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-policy {
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -0.1;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
}
.footer-rights-reserved {
  font-weight: 400;
  text-decoration: none;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 461px;
  z-index: 0;
  pointer-events: none;
  object-fit: fill;
}
.footer-list-link a {
  color: #000;
}
@media (min-width: 1024px) {
  .footer-background {
    width: 100%;
    height: 260px;
  }
  .footer-bg {
    height: 260px;
  }
  .footer-list-link-wraper {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .footer-features {
    margin-top: 10px;
  }
  .footer-policy-wraper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

}
@media (min-width: 1440px) {
  .footer {
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-bg {
    height: 350px;
  }
  .footer-background {
    height: 350px;
  }
  .footer-logo {
    width: 130px;
  }
  .footer-features {
    font-size: 20px;
  }
  .footer-list-link {
    font-size: 18px;
  }
  .footer-list-link-wraper {
    margin-top: 25px;
  }
  .footer-policy {
    font-size: 18px;
  }
  .footer-rights-reserved {
    font-size: 18px;
  }
  .footer-policy-wraper {
    gap: 50px;
  }

}
@media (min-width: 1920px) {
  .footer {
    margin-top: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-bg {
    height: 436px;
  }
  .footer-background {
    height: 436px;
    padding: 70px;
  }
  .footer-logo {
    width: 189px;
  }
  .footer-features {
    font-size: 26px;
    margin-top: 22px;
  }
  .footer-list-link {
    font-size: 24px;
  }
  .footer-list-link-wraper {
    margin-top: 10px;
  }
  .footer-policy-wraper {
    margin-top: 53px;
  }

}
.thankyou {
  margin-top: 30px;
}
.thankyou-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
}
.thankyou-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00c742;
  margin-top: 15px;
  margin-bottom: 40px;
}
.thankyou-sms-notification {
  margin-top: 40px;
  text-align: center;
}
.thankyou-sms-notification-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .thankyou {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .thankyou {
    margin-top: 40px;
  }
  .thankyou-title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .thankyou {
    margin-top: 70px;
  }
  .thankyou-title {
    font-size: 48px;
  }
  .thankyou-subtitle {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .thankyou-button-wrapper {
    width: 599px;
  }
  .thankyou-button {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 21px 0;
  }
  .thankyou-sms-notification {
    margin-top: 100px;
  }
  .thankyou-sms-notification img {
    width: 80px;
    height: 80px;
  }
  .thankyou-sms-notification-text {
    font-size: 24px;
  }
}
.rcb-ui-navbar {
  background-color: #fff !important;
  font-family: "DM Sans", sans-serif;
}
.layout-wrapper-outer {
  background-color: #fff !important;
}
.layout-content {
  background-color: #fff !important;
}
.rcb-typography.svelte-orw2sj {
  font-family: "DM Sans", sans-serif !important;
}
.rcb-ui-navbar.svelte-jz90ay {
  display: none;
}

.footer-paywall {
  margin-top: 37px;
  padding: 20px;
  background-color: #00C742;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

}

.footer-paywall-wrapper {
    padding: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.header-timer-wrapper {
  display: flex;
}
.header-timer {
  margin-left: 10px;
}

.header-timer-title {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.header-timer-time {
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
}
.btn-get-plan {

  font-family: Rajdhani;
font-weight: 600;
font-size: 12px;
line-height: 130%;
letter-spacing: 0;
text-transform: uppercase;
border-radius: 53px;
    background-color: #000;
    border: none;
    color: #fff;
    padding: 9px 15px;
}
.header-timer-image {
  width: 24px;
  height: 24px;
}


  @media (min-width: 768px) { 
.header-timer-wrapper {
  margin-left: 30%;
}

.header-timer-title {
    font-size: 20px;
}
  }

    @media (min-width: 1024px) { 
.header-timer-wrapper {
  margin-left: 40%;
}

.header-timer-title {
    font-size: 20px;
}
  }




  .not-found {
    background-color: #00C742;
    padding: 25px;
    height: 100vh;
  }
.not-found-wrapper {
 border: 1px solid #000000;
 background-color: #fff;
 padding-top: 22px;
 border-radius: 5px;
 text-align: center;
 height: 100%;
 position: relative;
}

 .not-found-title {
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
margin-left: 25px;
margin-right: 29px;
 }
.not-found-subtitle {
font-weight: 300;
font-style: Light;
font-size: 20px;
line-height: 110.00000000000001%;
letter-spacing: -2;
vertical-align: middle;
margin-top: 15px;
margin-left: 25px;
margin-right: 29px;
}

.not-found-image {
  /* margin-left: -20px;
  margin-top: 20px; */
  position: absolute;
  top: 50%;
transform: translate(-50%, -50%); 
  left: 50%
}