/* 
   New Section Body
 */
.main_bg {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
}

.bg-blue {
  background-image: url("/img/site_specific_images/blue_off.jpg") !important;
}

.bg-white {
  background-image: url("/img/site_specific_images/after_white.jpg") !important;
}

.hidden-bg {
  background-image: none !important;
}

.section_body {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
}

/* 
   Collage Image Control & Title
 */

.price_value {
  width: 100%;
  margin: 0 auto;
  padding: 3% 3% 0%;
}

.price-title-container {
  text-align: center;
  padding: 0% 3%;
}

.value {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
}

.month-text {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-top: 1%;
}

.get2 {
  color: var(--design-sys-sec-color__white);
  font-style: normal;
  font-weight: 500;
  margin: 3% 0%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 60px;
  //width: 180px !important;
}

.collage_image_control {
  width: 100%;
  margin: 0 auto;
  padding: 4% 3% 0%;
}

.price_value.new-bg.whats-block {
  margin-top: -70px;
}

.title-container {
  padding-left: 7%;
}

.died {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  width: 130%;
}

.heaven {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 51px;
  font-weight: 700;
  line-height: 60px;
}

.create_market {
  color: var(--design-sys-sec-color__blue--4);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-top: 5%;
}

.done_for_you {
  color: #0e1f47;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}

.professionally {
  margin-top: 12px;
  font-size: 14px;
  color: var(--design-sys-sec-color__grey--3);
  font-family: Poppins;
}

.professionally i {
  color:#000;
}

.new-features {
  padding-bottom:0;
  padding-top:0;
}

.new-features .professionally {
  margin-bottom: 80px;
  line-height: 24px;
}

.new-features .hover-image img {
  height: 160px;
  border-radius: 12px;
}

.new-features .post_control1 {
  align-items: flex-start;
}

.features-head {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:poppins;
}

.take-action-btn {
    width: 120px !important;
    margin-top: 40px;
    padding: 4px 12px  !important;
    font-size: 14px !important;
}

.take-action-btn.learn {
  width: 180px !important;
}

.new-bg {
background-color: #fafafa;;
}

.core-features {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.whats-included {
  color: black;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}

.yt-iframe-bb {
  border-radius: 10px;
  height: 280px;
  width: 500px;
}

.video-wrapper {
  margin-top:30px;
  margin-bottom: 30px;
}

.business-2025 {
  height:400px !important;
}

.busi-div {
  padding-top: 15% !important;
}

.second-line {
  margin-top:50px;
}

.specifically {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 25px;
  width: 90%;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-top: 4%;
}

.get3 {
  color: var(--design-sys-sec-color__white);
  font-style: normal;
  font-weight: 500;
  margin: 8% 0%;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 12px !important;
  width: auto !important;
}

.tryit.get3 {
  margin-top:2% !important;
}

/* 
   Hover Image Effects
 */
.hover-image {
  position: relative;
  display: inline-block;
}

.right-post-image {
  width: 70%;
}

.hover-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.hover-image .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.hover-image:hover .hover-img {
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 272px 76px 0px rgba(0, 0, 0, 0),
    0px 174px 70px 0px rgba(0, 0, 0, 0.01),
    0px 98px 59px 0px rgba(0, 0, 0, 0.05), 0px 44px 44px 0px rgba(0, 0, 0, 0.09),
    0px 11px 24px 0px rgba(0, 0, 0, 0.1);
}

/* 
   Post Control Layouts
 */
.post_control {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: flex-end;
}

.post_control1 {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  justify-content: center;
  align-items: flex-end;
}

.main_image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 22px;
  padding-top: 2.5%;
}

.main_image_mobile {
  display: flex;
  justify-content: space-between;
  column-gap: 13px;
  padding-top: 5.5%;
}

.post_control1_mobile {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  width: 30%;
}

/* 
   Top Main Section
 */
.Top_main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6%;
}

/* 
   Card Section
 */
.card-control {
  width: 100%;
  margin: 0 auto;
  padding: 0% 3% 0%;
}

.card-container {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  perspective: 1000px;
}

.card {
  width: 65%;
  border-radius: 25px;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  padding: 20px;
  box-shadow: 0px 325px 91px 0px rgba(0, 0, 0, 0),
    0px 208px 83px 0px rgba(0, 0, 0, 0.01),
    0px 117px 70px 0px rgba(0, 0, 0, 0.05),
    0px 52px 52px 0px rgba(0, 0, 0, 0.09), 0px 13px 29px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: rotateY(180deg);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-container .card {
  grid-row-start: 1;
  grid-column-start: 1;
}

/* Card Variants */
.card1 {
  background: linear-gradient(180deg, #ffd731, #fff7d6, #fff);
  z-index: 4;
}

.card2 {
  background: linear-gradient(180deg, #575ac2, #bfbeea, #fff);
  z-index: 3;
}

.card3 {
  background: linear-gradient(180deg, #61c1a0, #c0e6d9, #fff);
  z-index: 2;
}

.card4 {
  background: linear-gradient(180deg, #ff8551, #ffccb6, #fff);
  z-index: 1;
}

.card.active {
  opacity: 1;
  transform: rotateY(0deg);
  z-index: 5;
}

.whats-col {
  margin-top:-20px;
}

/* 
   Landing Page Buttons
 */
.landing-page-summary-button {
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 92px 26px 0px rgba(0, 0, 0, 0),
    0px 59px 23px 0px rgba(0, 0, 0, 0.01), 0px 33px 20px 0px rgba(0, 0, 0, 0.05),
    0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  width: min(24.67vw, 270px);
  padding: 9px 30px;
  border-radius: 8px;
  font-family: "Poppins";
  font-weight: 500;
}

.design-sys__btn-primary--orange:hover {
  background-color: var(--design-sys-sec-color__orange--1);
  transform: scale(1.1);
  box-shadow: 0px 92px 26px 0px rgba(0, 0, 0, 0),
    0px 59px 23px 0px rgba(0, 0, 0, 0.01), 0px 33px 20px 0px rgba(0, 0, 0, 0.05),
    0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

/* 
   Strategies & Text Elements
 */
.Strategies {
  color: #123466;
  text-align: left;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  padding-left: 4%;
}

.get_more {
  font-size: 37px;
}

.step {
  font-size: 60px;
}

.generate {
  color: #123466;
  text-align: left;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  padding: 2% 0;
  padding-left: 4%;
}

.overall_content {
  padding: 8% 0;
  width: 100%;
}

.top_agent {
  color: var(--design-sys-sec-color__purple--2);
  font-family: "Poppins";
  font-size: 55px;
  line-height: 68px;
  font-weight: 600;
}

.do {
  color: var(--design-sys-sec-color__purple--2);
  font-family: "Poppins";
  font-size: 55px;
  font-weight: 700;
  line-height: 68px;
}

.build {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 28px;
  line-height: 45px;
  font-weight: 600;
  padding: 5% 11% 15% 0;
}

.real_over_all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21% 0 5% 0;
  flex-direction: column;
}

/* 
   Landing Page About Us
 */
.landing-page-about-us {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 64px;
  text-align: center;
  padding: 9% 3% 4%;
  background-color: var(--design-sys-sec-color__white);
  padding-top:2%;
}

.button-arrow {
  padding-left:2px;
}

.landing-page-about-us__text {
  max-width: 900px;
}

.design-sys-typo__h1_title {
  font-family: "Poppins";
  font-weight: 600;
  /* text-shadow: 59px 115px 36px rgba(10, 29, 123, 0.01),
    38px 74px 33px rgba(10, 29, 123, 0.04),
    21px 41px 28px rgba(10, 29, 123, 0.15),
    9px 18px 21px rgba(10, 29, 123, 0.26), 2px 5px 11px rgba(10, 29, 123, 0.29); */
  color: var(--design-sys-sec-color__purple--2);
  font-size: 42px;
  line-height: 55px;
}

.design-sys-typo__body-big-1 {
  font-size: 18px;
  line-height: 29px;
  font-family: "poppins";
  font-weight: 500;
  color: var(--design-sys-sec-color__grey--3);
}

.landing-page-about-us__text h3 {
  margin-bottom: 8px;
}

.landing-page-about-us__text h1 {
  margin-bottom: 40px;
}

.landing-page-about-us__photo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 496px;
  gap: 20px;
}

.landing-page-about-us__photo {
  flex: 0 0 216px;
}

.landing-page-about-us__photo img {
  width: 75%;
  margin-bottom: 25px;
  border-radius: 200px;
  border: 2px solid var(--design-sys-sec-color__white);
}

.design-sys-typo__button-name {
  font-family: "poppins";
  font-weight: 600;
  color: var(--design-sys-sec-color__grey--3);
  font-size: 23px;
  line-height: 32px;
}

.design-sys-typo__body-title {
  font-family: "poppins";
  font-weight: 600;
  color: var(--design-sys-sec-color__grey--3);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.title_content {
  color: var(--design-sys-sec-color__white);
  text-align: center;
  text-shadow: 59px 115px 36px rgba(10, 29, 123, 0.01),
    38px 74px 33px rgba(10, 29, 123, 0.04),
    21px 41px 28px rgba(10, 29, 123, 0.15),
    9px 18px 21px rgba(10, 29, 123, 0.26), 2px 5px 11px rgba(10, 29, 123, 0.29);
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  width: 70%;
  line-height: 78px;
}

.created {
  color: var(--design-sys-sec-color__white);
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding-top: 4%;
}

/* 
   Profile & President
 */
.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.eric {
  color: var(--design-sys-sec-color__white);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding: 9% 0 2% 0;
}

.President {
  color: var(--lightest-lilac-dfdff-4, #dfdff4);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 20% 0;
}

/* 
   Learn Button & About Expand
 */
.learn {
  color: var(--design-sys-sec-color__orange--1);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid var(--design-sys-sec-color__orange--1);
  padding: 2% 9%;
  background-color: transparent;
}

.learn:hover {
  background-color: var(--design-sys-sec-color__orange--1);
  transition: all 0.5s ease;
  color: var(--design-sys-sec-color__white);
  box-shadow: 0px 237px 66px 0px rgba(0, 0, 0, 0),
    0px 152px 61px 0px rgba(0, 0, 0, 0.01),
    0px 85px 51px 0px rgba(0, 0, 0, 0.05), 0px 38px 38px 0px rgba(0, 0, 0, 0.09),
    0px 9px 21px 0px rgba(0, 0, 0, 0.1);
}

.learn_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 7% 0 0 0;
}

.about_expand {
  background: linear-gradient(180deg, #fff 20%, #e8eaf8 100%);
  padding: 5% 3%;
  display: none;
}

/* 
   Built & Breakthroughs
 */
.built_all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Breakthroughs {
  color: #0e1f47;
  font-family: Poppins;
  font-size: 42px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}

.more {
  color: var(--design-sys-sec-color__grey--3);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

/* 
   Our All & Growth
 */
.our_all {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  height: 100%;
}

.Our {
  color: var(--design-sys-sec-color__purple--2);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  
}

.growth {
  color: var(--design-sys-sec-color__grey--3);
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  padding-top: 5%;
}

.your {
  color: var(--design-sys-sec-color__grey--3);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

/* 
   Image Pad & White Box
 */
.image_pad {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.white_box {
  border-radius: 25px;
  border: 1px solid var(--design-sys-sec-color__white);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0px 407px 114px 0px rgba(48, 53, 187, 0),
    0px 261px 104px 0px rgba(48, 53, 187, 0.01),
    0px 147px 88px 0px rgba(48, 53, 187, 0.05),
    0px 65px 65px 0px rgba(48, 53, 187, 0.09),
    0px 16px 36px 0px rgba(48, 53, 187, 0.1);
  padding: 4% 2% 2% 2%;
  margin: 7% 0;
}

.estate {
  color: var(--design-sys-sec-color__purple--2);
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

/* 
   Group Profile & Founded
 */
.group_profile_main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9%;
  height: 100%;
}

.Founded {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
  color: var(--design-sys-sec-color__grey--3);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

/* 
   Close Button
 */
.Close_about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.Close:hover,
.Close_about img:hover {
  cursor: pointer;
}

.Close {
  color: var(--design-sys-sec-color__purple--2);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 5px;
  text-decoration: none;
}

/* 
   Brand Section
 */
.brand_section {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 3% 0%;
  transition: background-image 0.5s ease-in-out;
}

.Better_all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.height_set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.lap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Better_all1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 19% 0 0;
}

.Brand {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.Personalized {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
  padding: 5% 5% 3% 3%;
  text-shadow: 2px 4px 10px rgba(10, 29, 123, 0.29);
}

.list_main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2% 0;
}

.marketing {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 24px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 4px 10px rgba(10, 29, 123, 0.29);
  padding-left: 4px;
}

.Brand1 {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.social_pad {
  padding-top: 6%;
}

.img_mobile {
  padding-top: 10%;
}

.Personalized1 {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 3%;
  text-shadow: 2px 4px 10px rgba(10, 29, 123, 0.29);
}

.marketing1 {
  color: var(--design-sys-sec-color__white);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 2px 4px 10px rgba(10, 29, 123, 0.29);
  padding-top: 7%;
}

.get1 {
  margin-top: 5%;
  width: min(17.67vw, 300px);
  font-size: 16px;
  padding: 12px 60px;
  line-height: 24px;
}

.get {
  font-size: 16px;
  line-height: 24px;
}

/* 
   Main Profile & Profile Control
 */
.main_profile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile_control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.disable {
  display: none;
}

.desktop-hide {
  display: none;
}

/* 
   MEDIA QUERIES
 */

/* For devices between 320px and 480px */
@media (min-width: 320px) and (max-width: 480px) {
  .collage_image_control_mobile {
    width: 100%;
    margin: 0 auto;
    padding: 4% 4% 10%;
  }

  .collage_image_control {
    display: none;
  }

  .title-container {
    padding-left: 0;
  }

  .price-title-container {
    padding: 0% 5%;
  }

  .value {
    font-size: 25px;
    line-height: 30px;
  }

  .month-text {
    font-size: 16px;
    line-height: 22px;
  }

  .died {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
  }

  .heaven {
    font-size: 24px;
    line-height: 20px;
  }

  .get3,
  .get2 {
    width: 89vw;
    max-width: 100%;
    padding: 12px 30px;
  }

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

  .get1 {
    width: 89vw;
    max-width: 95%;
    padding: 12px 30px;
  }

  .get {
    width: 89vw;
    max-width: 95%;
    padding: 12px 30px;
  }

  .specifically {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    line-height: 22px;
  }

  .create_market {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
  }

  .Top_main {
    justify-content: center;
    align-items: center;
    padding-top: 11%;
  }

  .card {
    border-radius: 14px;
    border: 2px solid var(--design-sys-sec-color__white);
    width: 95%;
    padding: 2%;
  }

  .Strategies {
    font-size: 33px;
    line-height: 43px;
  }

  .get_more {
    font-size: 24px;
  }

  .step {
    font-size: 43px;
  }

  .self {
    font-size: 28px;
  }

  .generate {
    font-size: 23px;
  }

  .top_agent,
  .do {
    font-size: 30px;
    line-height: 34px;
  }

  .build {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding: 7% 0% 7% 0;
  }

  .design-sys-typo__h1_title {
    font-size: 41px;
    line-height: 50px;
    padding-top: 13%;
  }

  .design-sys-typo__body-big-1 {
    font-size: 17px;
    line-height: 27px;
  }

  .landing-page-about-us__photo {
    flex: 0 0 135px;
  }

  .design-sys-typo__button-name {
    font-size: 16px;
    line-height: 23px;
  }

  .design-sys-typo__body-title {
    font-size: 14px;
    line-height: 23px;
  }

  .learn_main {
    width: 100%;
    padding: 4% 0 5% 0;
  }

  .title_content {
    text-shadow: 59.573px 116.117px 36.35px rgba(10, 29, 123, 0.01),
      38.369px 74.719px 33.321px rgba(10, 29, 123, 0.04),
      21.204px 41.398px 28.272px rgba(10, 29, 123, 0.15),
      9.087px 18.175px 21.204px rgba(10, 29, 123, 0.26),
      2.019px 5.049px 11.107px rgba(10, 29, 123, 0.29);
    width: 90%;
    line-height: 40px;
    font-size: 30px;
  }

  .created {
    font-size: 17px;
    line-height: 29px;
    padding: 10% 0;
  }

  .Breakthroughs {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 5%;
    padding-top: 10%;
  }

  .more {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
    text-align: center;
  }

  .Our {
    font-size: 40px;
    text-align: center;
    padding: 8% 0 5% 0;
    width: 100%;
  }

  .our_all {
    width: 100%;
  }

  .growth {
    font-size: 19px;
    line-height: 31px;
    padding-top: 4%;
  }

  .your {
    font-size: 19px;
    padding-bottom: 10%;
  }

  .estate {
    font-size: 22px;
    line-height: 31px;
  }

  .Founded {
    font-size: 18px;
    line-height: 27px;
    padding: 5% 4% 8% 4%;
  }

  .white_box {
    margin: 10% 0 0 0;
  }

  .Close_about {
    padding: 12% 0;
  }

  .Brand {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 10% 15% 0% 15%;
  }

  .Personalized {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    padding-top: 8%;
    padding-bottom: 7%;
  }

  .Better_all1 {
    align-items: center;
    padding: 0;
  }

  .marketing {
    font-size: 15px;
    line-height: 20px;
    padding-left: 4px;
  }

  .list_main {
    padding: 3% 0;
  }

  .Brand1 {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    padding-top: 28px;
  }

  .Personalized1 {
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding-top: 8%;
  }

  .marketing1 {
    font-size: 16px;
    padding-top: 9%;
    text-align: center;
  }

  .Better_all {
    align-items: center;
  }

  .web_diasble {
    display: none;
  }

  .disable {
    display: block;
  }

  .img_pad {
    text-align: center;
    padding-top: 14%;
  }

  .landing-page-about-us {
    padding: 9% 4% 4%;
  }

  .about_expand {
    padding: 5% 4%;
  }

  .brand_section {
    padding: 3% 4% 0%;
  }
}

/* For devices between 481px and 767px */
@media (min-width: 481px) and (max-width: 767px) {

  .row {
    margin-top:20px;
  }

  .title-container .hover-image {
    margin-bottom:5px;
    margin-top: 35px;
  }

  .collage_image_control_mobile {
    width: 100%;
    margin: 0 auto;
    padding: 4% 3% 10%;
  }

  /* .collage_image_control {
    display: none;
  } */

  .title-container {
    padding-left: 0;
  }

  .value {
    font-size: 39px;
    line-height: 50px;
  }

  .month-text {
    font-size: 19px;
    line-height: 30px;
  }

  .heaven {
    font-size: 39px;
    line-height: 50px;
  }

  .died {
    font-size: 39px;
    line-height: 49px;
    width: 100%;
  }

  .create_market {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
  }

  .specifically {
    font-size: 19px;
    width: 100%;
    line-height: 30px;
    font-weight: 500;
  }

  .card {
    width: 95%;
  }

  .generate {
    padding: 2% 0;
    padding-left: 4%;
  }

  .top_agent,
  .do {
    font-size: 33px;
    line-height: 43px;
    padding: 3%;
  }

  .landing-page-summary-button {
    width: 89vw;
    max-width: 70%;
    padding: 12px 15px;
  }

  .get1,
  .get {
    width: 89vw;
    max-width: 63%;
    padding: 12px 60px;
  }

  .get3,
  .get2 {
    width: 89vw;
    max-width: 66%;
    padding: 12px 60px;
  }

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

  .build {
    font-size: 21px;
    padding: 5% 3%;
    line-height: 35px;
  }

  .landing-page-about-us {
    padding: 1% 3% 4%;
  }

  .design-sys-typo__h1_title {
    font-size: 38px;
    line-height: 57px;
  }

  .design-sys-typo__body-big-1 {
    font-size: 16px;
    line-height: 30px;
  }

  .landing-page-about-us__photo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 496px;
  }

  .landing-page-about-us__photo img {
    width: 55%;
  }

  .landing-page-about-us__photo {
    flex: 0 0 200px;
  }

  .design-sys-typo__button-name {
    font-size: 22px;
    line-height: 32px;
  }

  .design-sys-typo__body-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 5%;
  }

  .Top_main {
    justify-content: center;
    align-items: center;
  }

  .title_content {
    font-size: 43px;
    width: 95%;
    line-height: 53px;
  }

  .created {
    font-size: 20px;
    line-height: 31px;
    padding-top: 7%;
  }

  .Breakthroughs {
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
  }

  .about_expand {
    padding: 10% 3%;
  }

  .more {
    font-size: 23px;
    line-height: 33px;
    padding-top: 4%;
  }

  .our_all {
    width: 95%;
  }

  .brand_section {
    padding: 5% 3% 0%;
  }

  .Our {
    font-size: 32px;
    text-align: center;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 2%;
  }

  .growth {
    font-size: 20px;
    line-height: 30px;
    padding-top: 4%;
    width: 95%;
    padding-left: 5%;
  }

  .your {
    font-size: 20px;
    padding-left: 5%;
    padding-bottom: 10%;
  }

  .estate {
    font-size: 25px;
    padding-top: 10%;
  }

  .Founded {
    padding: 7% 5% 9% 5%;
    line-height: 30px;
  }

  .Close_about {
    padding-top: 5%;
  }

  .Better_all {
    align-items: center;
  }

  .Brand {
    padding: 5% 20% 0%;
    font-size: 28px;
    text-align: center;
  }

  .Personalized {
    font-size: 20px;
    padding: 5%;
    line-height: 35px;
    text-align: center;
  }

  .marketing {
    font-size: 16px;
  }

  .lap {
    padding: 5% 0;
  }

  .Better_all1 {
    align-items: center;
    padding: 0;
  }

  .Brand1 {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
  }

  .Personalized1 {
    font-size: 20px;
    padding-top: 6%;
    text-align: center;
  }

  .marketing1 {
    font-size: 15px;
    padding: 5%;
    padding-top: 7%;
    line-height: 25px;
    text-align: center;
  }

  .web_diasble {
    display: none;
  }

  .disable {
    display: block;
  }

  .img_pad {
    padding-top: 10%;
  }
}

/* For devices between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .row {
    margin-top:20px;
  }

  .title-container .hover-image {
    margin-bottom:25px;
    margin-top: 10px;
  }

  .collage_image_control_mobile {
    width: 100%;
    margin: 0 auto;
    padding: 4% 3% 10%;
  }

  .landing-page-brands {
    margin-right: 12px;
    margin-left: 12px;
  }

  .landing-page-brands__image-div img {
    height: 40px;
  }

  .container {
    width: 672px;
  }

  .title-container {
    padding-left: 0;
  }

  .value {
    font-size: 45px;
    line-height: 50px;
  }

  .month-text {
    font-size: 23px;
    line-height: 28px;
  }

  .died {
    font-size: 45px;
    line-height: 50px;
    width: 90%;
  }

  .heaven {
    font-size: 45px;
    line-height: 55px;
  }

  .specifically {
    font-size: 23px;
    width: 92%;
    line-height: 28px;
    padding-top: 3%;
  }

  .create_market {
    font-size: 23px;
    line-height: 33px;
  }

  .landing-page-summary-button {
    width: 89vw;
    max-width: 100%;
    padding: 12px 15px;
  }

  .Top_main {
    padding: 6% 8% 5% 8%;
    align-items: center;
  }

  .card {
    width: 80%;
  }

  .top_agent {
    padding-top: 10%;
    font-size: 48px;
    line-height: 60px;
  }

  .do {
    font-size: 48px;
    line-height: 60px;
  }

  .landing-page-about-us__text {
    max-width: 570px;
  }

  .design-sys-typo__body-big-1 {
    font-size: 28px;
    line-height: 38px;
  }

  .landing-page-about-us__photo-container {
    max-width: 600px;
    gap: 60px;
  }

  .landing-page-about-us__photo img {
    width: 65%;
  }

  .design-sys-typo__button-name {
    font-size: 26px;
    line-height: 35px;
  }

  .design-sys-typo__body-title {
    font-size: 22px;
    line-height: 32px;
  }

  .learn_main {
    width: 100%;
    padding: 0;
  }

  .real_over_all {
    padding: 15% 0 10% 0;
  }

  .title_content {
    width: 100%;
    font-size: 46px;
    line-height: 56px;
  }

  .learn {
    padding: 2% 14%;
    font-size: 20px;
  }

  .Breakthroughs {
    font-size: 46px;
    line-height: 57px;
  }

  .more {
    font-size: 23px;
    line-height: 33px;
    padding-top: 4%;
  }

  .our_all {
    width: 100%;
  }

  .Our {
    font-size: 43px;
    text-align: center;
    width: 100%;
  }

  .image_pad {
    padding-top: 7%;
  }

  .estate {
    font-size: 33px;
    padding-bottom: 5%;
    line-height: 44px;
  }

  .Founded {
    font-size: 20px;
    padding: 7% 5%;
    line-height: 39px;
  }

  .nav-button.broker, .nav-button.create {
    display: none;
  }

  .web_diasble {
    display: none;
  }

  .disable {
    display: block;
  }

  .brand_section {
    padding: 5% 3% 0%;
  }

  .group_profile_main {
    padding: 0 20%;
  }

  .white_box {
    margin: 9% 0;
  }

  .img_pad {
    padding-top: 10%;
  }

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

  .Better_all1 {
    align-items: center;
    padding: 0;
  }

  .Brand1 {
    text-align: center;
  }

  .Personalized1 {
    width: 100%;
    text-align: center;
  }

  .get {
    max-width: 70%;
    width: 89vw;
    padding: 12px 60px;
  }

  .get1 {
    margin-top: 8%;
    width: 89vw;
    max-width: 60%;
    padding: 12px 60px;
  }

  .get3,
  .get2 {
    width: 89vw;
    max-width: 60%;
    padding: 12px 60px;
  }

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

  .desktop-hide {
    display: none;
  }
}

/* For devices between 992px and 1400px */
@media (min-width: 992px) and (max-width: 1400px) {
  .collage_image_control_mobile {
    display: none;
  }

  .title-container {
    padding-left: 0;
  }

  .value {
    font-size: 37px;
    line-height: 48px;
  }

  .month-text {
    font-size: 18px;
    line-height: 26px;

  }

  .died,
  .heaven {
    font-size: 37px;
    line-height: 48px;
  }

  .died {
    width: 130%;
  }

  .marketing,
  .marketing1 {
    font-size: 17px;
    line-height: 26px;
  }

  .your,
  .growth {
    font-size: 16px;
    line-height: 24px;
  }

  .Founded {
    font-size: 14px;
    line-height: 22px;
  }

  .specifically {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding-top: 4%;
  }

  .create_market {
    font-size: 21px;
    line-height: 30px;
    padding-top: 5%;
  }

  .get3 {
    margin: 5.5% 0;
    padding: 12px 20px;
  }

  .get2 {
    margin: 3% 0;
    padding: 12px 20px;
  }

  .card {
    width: 55%;
    border-radius: 15px;
    padding: 10px;
  }

  .Strategies,
  .estate {
    font-size: 30px;
    line-height: 43px;
  }

  .get_more {
    font-size: 24px;
  }

  .step {
    font-size: 38px;
  }

  .self {
    font-size: 27px;
  }

  .generate {
    font-size: 20px;
  }

  .overall_content {
    padding: 4% 0;
  }

  .title_content {
    font-size: 47px;
    width: 70%;
    line-height: 60px;
  }

  .created {
    font-size: 18px;
    line-height: 35px;
  }

  .top_agent,
  .do,
  .Our {
    font-size: 37px;
    line-height: 47px;
  }

  .build {
    font-size: 20px;
    line-height: 33px;
    padding: 3% 10% 11% 0;
  }

  .landing-page-about-us__text {
    max-width: 600px;
  }

  .design-sys-typo__h1_title {
    font-size: 42px;
    line-height: 50px;
  }

  .design-sys-typo__body-big-1 {
    font-size: 12px;
    line-height: 20px;
  }

  .landing-page-about-us__photo img {
    width: 55%;
    border-radius: 50%;
  }

  .design-sys-typo__button-name {
    font-size: 18px;
    line-height: 27px;
  }

  .design-sys-typo__body-title {
    font-size: 13px;
    line-height: 21px;
  }

  .learn_main {
    width: 70%;
  }

  .learn {
    font-size: 16px;
  }

  .real_over_all {
    padding: 12% 0 5% 0;
  }

  .Breakthroughs {
    font-size: 50px;
    line-height: 70px;
  }

  .more {
    font-size: 18px;
    line-height: 25px;
    padding-top: 3%;
  }

  .Personalized {
    font-size: 18px;
    line-height: 25px;
    padding-top: 1%;
    padding: 3% 26% 0 0;
  }

  .our_all {
    width: 90%;
  }

  .Brand,
  .Brand1 {
    font-size: 29px;
    line-height: 37px;
  }

  .Personalized1 {
    font-size: 18px;
  }

  .marketing1 {
    padding-top: 5%;
  }

  .desktop-hide {
    display: none;
  }
}

/* For devices between 1201px and 1400px */
@media (min-width: 1201px) and (max-width: 1400px) {
  .collage_image_control_mobile {
    display: none;
  }

  .Top_main {
    width: 90%;
  }

  .value {
    font-size: 44px;
    line-height: 50px;
  }

  .month-text {
    font-size: 21px;
    line-height: 34px;
  }

  .died,
  .heaven {
    font-size: 44px;
    line-height: 50px;
  }

  .specifically {
    font-size: 21px;
    line-height: 34px;
  }

  .create_market {
    font-size: 23px;
    line-height: 37px;
  }

  .get3 {
    margin: 7% 0;
    padding: 12px 60px;
  }

  .get2 {
    margin: 3% 0;
    padding: 12px 60px;
  }

  .build {
    padding: 3% 16% 11% 0;
  }

  .specifically {
    padding-right: 10%;
  }

  .created {
    width: 85%;
  }

  .title_content {
    width: 60%;
  }

  .our_all {
    width: 72%;
  }

  .your,
  .growth {
    font-size: 18px;
    line-height: 28px;
  }

  .Founded {
    font-size: 17px;
    line-height: 25px;
  }

  .Brand,
  .Brand1 {
    font-size: 36px;
    line-height: 45px;
  }

  .Personalized {
    font-size: 22px;
    line-height: 30px;
    padding: 7% 26% 0 0;
  }

  .Personalized1 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 4%;
  }

  .marketing1 {
    padding: 5% 25% 0 0;
  }
}

/* For devices 992px and above */
@media (min-width: 992px) {
  .collage_image_control_mobile {
    display: none;
  }

  .build-text {
    width: 100%;
  }
}

/* For devices 1400px and above */
@media (min-width: 1400px) {
  .collage_image_control_mobile {
    display: none;
  }

  .container {
    width: 1320px;
  }
}

@media (max-width: 768px) {
  .design-sys-nav__create_btn, .design-sys-nav__freetrial_btn {
    display: inline;
  }

  .desktop-button {
    display: none;
  }
}