:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

.new-home.marketingToolSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0;
  background: var(--src) center center/cover no-repeat;
  overflow: hidden;
}
.new-home .headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 59;
  margin: 36px 30px 0;
  width: 95%;
}
@media (max-width: 991px) {
  .new-home .headerContainer {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media (max-width: 575px) {
  .new-home .headerContainer {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .headerContainer {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .logoImage {
  max-width: 155.9895935059px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 575px) {
  .new-home .logoImage {
    position: relative;
    /* margin: 0 0 0 16px; */

  }
}
@media (max-width: 383px) {
  .new-home .logoImage {
    margin: 0 0 0 0px;
  }
}
.new-home .brandIcon {
  display: none !important;
  width: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .new-home .brandIcon {
    position: relative;
  }
}
@media (max-width: 767px) {
  .new-home .brandIcon {
    display: flex !important;
    width: 18px;
    height: 14px;
  }
}
.new-home .mainNav {
  display: flex;
  flex-direction: column;
  /* width: 412px; */
  min-width: 0;
  max-width: 411.9965515137px;
  background-color: rgba(184, 183, 183, 0.219);
  outline-offset: 0;
  border-radius: 24px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 767px) {
  .new-home .mainNav {
    position: relative;
    display: none !important;
  }
}
.new-home .navLinksContainer {
  display: flex;
  /* padding: 6px 6px; */
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 4px;
}
@media (max-width: 991px) {
  .new-home .navLinksContainer {
    position: relative;
    margin: 4px auto;
  }
}
/* .new-home .home:active, .aboutLink:active, .pricingLink:active, faqLink:active{
  display: flex;
  justify-content: center;
  min-width: 84px;
  font: 700 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: #29009c;
  text-align: center;
  background-color: white;
  padding: 10px 6px;
  border-radius: 20px;
  letter-spacing: -0.08px;
  cursor: pointer;
} */
.new-home .home.active, 
.aboutLink.active, 
.pricingLink.active, 
.faqLink.active,
.contactLink.active {
  display: flex;
  justify-content: center;
  min-width: 84px;
  font: 700 14px/1.43 "Instrument Sans", Helvetica, Arial, serif!important;
  color: #29009c!important;
  text-align: center;
  background-color: white;
  padding: 10px 6px;
  border-radius: 20px;
  letter-spacing: -0.08px;
  cursor: pointer;
}

.new-home .aboutLink{
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}
.new-home .home {
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}

.new-home .pricingLink {
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
}
.new-home .faqLink {
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}
.new-home .contactLink {
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
}
.new-home .userOptionsContainer {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media (max-width: 767px) {
  .new-home .userOptionsContainer {
    position: relative;
    display: none !important;
  }
}
@media (max-width: 383px) {
  .new-home .userOptionsContainer {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .userIcon {
  width: 24px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-home .loginLink {
  display: flex;
  justify-content: center;
  width: 38px;
  font: 500 14px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.new-home .introSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0;
  margin: 132px 0 0;
  /* margin: 180px 0 0; */
  width: 76.28%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .new-home .introSection {
    position: relative;
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .introSection {
    margin: 50px 0 0;
  }
}
.new-home .introContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 52px;
}
@media (max-width: 383px) {
  .new-home .introContent {
    position: relative;
    row-gap: 50px;
    width: 95%;
  }
}
.new-home .mainTagline {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  width: 100%;
}
.new-home .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row {
    flex-direction: row;
  }
}
@media (min-width: 1400px) and (max-width: 1919px) {
  .new-home .row {
    flex-direction: column;
  }
}
.new-home .marketingToolDescription {
  display: flex;
  justify-content: center;
  font: 700 52px/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (min-width: 1400px) and (max-width: 1919px) {
  .new-home .marketingToolDescription {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .new-home .marketingToolDescription {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .new-home .marketingToolDescription {
    font-size: 32px;
  }
}
@media (max-width: 383px) {
  .new-home .marketingToolDescription {
    position: relative;
  }
}
.new-home .marketingToolFeatures {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .marketingToolFeatures {
    position: relative;
    margin: unset;
  }
}
@media (max-width: 575px) {
  .new-home .marketingToolFeatures {
    flex-direction: column;
    align-items: center;
  }
}
.new-home .featureDescription {
  display: flex;
  justify-content: flex-end;
  margin: 19px 0 12px;
  /* width: 155px; */
  font: 700 40px/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: right;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .featureDescription {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .new-home .featureDescription {
    position: relative;
    justify-content: center;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .new-home .featureDescription {
    font-size: 32px;
  }
}
.new-home .desc1_box {
  display: flex;
  width: 196px;
  text-align: right;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .new-home .desc1_box {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .new-home .desc1_box {
    position: relative;
    justify-content: center;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .desc1 {
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .new-home .desc1 {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .new-home .desc1 {
    font-size: 36px;
  }
}
.new-home .desc1_span0 {
  font: italic 600 1em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
}
.new-home .desc1_span1 {
  font: 200 1.3333333333em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
}
.new-home .featureHighlight {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 24px/1.35 "Instrument Sans", Helvetica, Arial, serif!important;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .featureHighlight {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .featureHighlight {
    font-size: 16px;
  }
}
.new-home .block1 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0 auto;
  width: 194px;
  max-width: 100%;
  height: 56px;
  padding: 18px 24px;
  outline-offset: -2px;
  border-radius: 28px;
  outline: #ffc700 solid 2px;
}
.new-home .image {
  width: 24px;
}
.new-home .info3 {
  display: flex;
  justify-content: center;
  margin: 2px 0;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  letter-spacing: -0.08px;
}
.new-home .howItWorksContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 56px;
  margin: 140px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .howItWorksContent {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .howItWorksContent {
    row-gap: 24px;
  }
}
@media (max-width: 575px) {
  .new-home .howItWorksContent {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .howItWorksContent {
    margin: 50px 0 0;
  }
}
.new-home .howItWorksSection_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .howItWorksSection_box {
    align-items: flex-start;
  }
}
.new-home .howItWorksSection {
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .howItWorksSection {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .new-home .howItWorksSection {
    font-size: 36px;
  }
}
.new-home .howItWorksSection_span0 {
  font: italic 600 1em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
}
.new-home .howItWorksSection_span1 {
  font: 700 0.8333333333em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .row1 {
  display: flex;
  -moz-column-gap: 32px;
  column-gap: 32px;
  width: 96.93%;
}
@media (max-width: 991px) {
  .new-home .row1 {
    flex-direction: column;
    align-items: center;
    gap: 16px 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row1 {
    gap: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row1 {
    gap: 16px 8px;
  }
}
.new-home .processStep1 {
  display: flex;
  flex-direction: column;
  width: 33%;
  min-width: 0;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .new-home .processStep1 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .visionStep {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 32px 12px 59px;
}
@media (max-width: 383px) {
  .new-home .visionStep {
    position: relative;
    margin: 32px 8px 59px;
  }
}
.new-home .image2 {
  width: 47px;
  outline-offset: 0;
  border-radius: 23.39px;
  filter: drop-shadow(4px 4px 20px rgba(255, 255, 255, 0.1));
  -o-object-fit: cover;
  object-fit: cover;
  outline: white solid 0.8000000119px;
}
.new-home .row2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  width: 100%;
}
.new-home .info5 {
  display: flex;
  justify-content: center;
  width: 161.9444580078px;
  max-width: 85%;
  font: 700 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info5 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info5 {
    font-size: 16px;
  }
}
.new-home .desc3 {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.69 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.new-home .block2 {
  display: flex;
  flex-direction: column;
  width: 33%;
  min-width: 0;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .new-home .block2 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 32px 12px;
}
@media (max-width: 1199px) {
  .new-home .row3 {
    position: relative;
    margin: 32px auto;
  }
}
@media (max-width: 383px) {
  .new-home .row3 {
    margin: 32px 8px;
  }
}
.new-home .info51 {
  display: flex;
  justify-content: center;
  width: 192.9340362549px;
  max-width: 85%;
  font: 700 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info51 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info51 {
    font-size: 16px;
  }
}
.new-home .desc31 {
  display: flex;
  justify-content: center;
  width: auto;
  font: 400 16px/1.69 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.new-home .row4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 32px 12px;
}
@media (max-width: 383px) {
  .new-home .row4 {
    position: relative;
    margin: 32px 8px;
  }
}
.new-home .row5 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.new-home .info52 {
  display: flex;
  justify-content: center;
  margin: 0 1px 0 0;
  font: 700 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info52 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info52 {
    font-size: 16px;
  }
}
.new-home .desc32 {
  display: flex;
  justify-content: left;
  font: 14px/1.69 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.new-home .row6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  /* margin: 236px 0 0; */
  margin: -5px 0 0;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row6 {
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
}
@media (max-width: 991px) {
  .new-home .row6 {
    position: relative;
    flex-direction: column;
    gap: 40px 32px;
    margin: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .new-home .row6 {
    gap: 40px 16px;
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row6 {
    gap: 40px 8px;
    margin: 50px 0 0;
  }
}
.new-home .row7 {
  display: flex;
  flex-direction: column;
  row-gap: 77px;
  width: 50%;
  min-width: 0;
}
@media (max-width: 991px) {
  .new-home .row7 {
    position: relative;
    row-gap: 32px;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row8 {
  display: flex;
  flex-direction: column;
  row-gap: 51px;
}
@media (max-width: 991px) {
  .new-home .row8 {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .row8 {
    row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .new-home .desc4_box {
    align-items: flex-start;
  }
}
.new-home .desc4 {
  font: 700 40px/1.45 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc4 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .new-home .desc4 {
    font-size: 32px;
  }
}
.new-home .desc4_span0 {
  font: 700 1em/1.45 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc4_span1 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc4_span2 {
  font: italic 600 1.2em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.new-home .desc4_span3 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc4_span4 {
  font: 700 1em/1.45 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc4_span5 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc4_span6 {
  font: 700 1em/1.45 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .row9 {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.new-home .info6 {
  font: 400 20px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info6 {
    align-items: flex-start;
    /* font-size: 18px; */
    font: 400 18px/1.25 "Instrument Sans", Helvetica, Arial, serif!important;
  }
}
@media (max-width: 479px) {
  .new-home .info6 {
    font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif!important;
  }
}
.new-home .desc5 {
  display: flex;
  justify-content: center;
  width: 200.9895935059px;
  max-width: 85%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc5 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc5 {
    font-size: 16px;
  }
}
.new-home .image1 {
  width: 40%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .new-home .image1 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 52px;
  margin: 180px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row10 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row10 {
    row-gap: 24px;
  }
}
@media (max-width: 575px) {
  .new-home .row10 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row10 {
    margin: 50px 0 0;
  }
}
.new-home .desc6_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .desc6_box {
    align-items: flex-start;
  }
}
.new-home .desc6 {
  font: 700 40px/1.22 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc6 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .new-home .desc6 {
    font-size: 32px;
  }
}
.new-home .desc6_span0 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc6_span1 {
  font: italic 600 1.2em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.new-home .desc6_span2 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .image3 {
  width: 100%;
  object-fit: contain;
  /* margin-bottom: -40px;
  margin-top: -35px; */
}
.new-home .desc2 {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc2 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc2 {
    font-size: 16px;
  }
}
.new-home .desc51 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 278px;
  max-width: 85%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc51 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc51 {
    font-size: 16px;
  }
}
.new-home .row11 {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  margin: 180px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row11 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row11 {
    row-gap: 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row11 {
    /* row-gap: 80px; */
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row11 {
    margin: 50px 0 0;
  }
}
.new-home .row12 {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row12 {
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
}
@media (max-width: 991px) {
  .new-home .row12 {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .row12 {
    gap: 24px 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row12 {
    gap: 24px 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row12 {
    gap: 24px 8px;
  }
}
.new-home .image4 {
  width: 50%;
  min-width: 0;
  -o-object-fit: contain;
  object-fit: contain;
  /* margin-top: -10%; */
  max-height: 450px;
}
@media (max-width: 991px) {
  .new-home .image4 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row13 {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  width: 50%;
}
@media (max-width: 991px) {
  .new-home .row13 {
    position: relative;
    row-gap: 32px;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .new-home .row13 {
    row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .new-home .desc61_box {
    align-items: flex-start;
  }
}
.new-home .desc61 {
  font: 700 40px/1.22 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc61 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .new-home .desc61 {
    font-size: 32px;
  }
}
.new-home .desc61_span0 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc61_span1 {
  font: italic 600 1.2em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.new-home .row14 {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
@media (max-width: 767px) {
  .new-home .row14 {
    row-gap: 20px;
  }
}
@media (max-width: 383px) {
  .new-home .row14 {
    row-gap: 50px;
  }
}
.new-home .desc21 {
  font: 400 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc21 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc21 {
    font-size: 16px;
  }
}
.new-home .row15 {
  display: flex;
  -moz-column-gap: 16px;
  /* column-gap: 16px; */
  column-gap: 10px;
  margin: 8px 0 0;
}
@media (max-width: 383px) {
  .new-home .row15 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .image5 {
  margin: 0 0 34px;
  width: 13px;
  /* width: 24px; */
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .new-home .info53_box {
    align-items: flex-start;
  }
}
.new-home .info53 {
  font: 700 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info53 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info53 {
    font-size: 16px;
  }
}
.new-home .info53_span0 {
  font: 700 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
}
.new-home .info53_span1 {
  font: 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
}
.new-home .image6 {
  margin: 0 0 61px;
  width: 13px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 383px) {
  .new-home .image6 {
    position: relative;
    margin: 0 0 50px;
  }
}
.new-home .desc52 {
  display: flex;
  justify-content: center;
  width: 210.9895935059px;
  max-width: 85%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc52 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc52 {
    font-size: 16px;
  }
}
.new-home .row16 {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
.new-home .row17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* row-gap: 52px; */
  row-gap: 62px;
  margin: 180px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row17 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row17 {
    row-gap: 24px;
  }
}
@media (max-width: 575px) {
  .new-home .row17 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row17 {
    margin: 50px 0 0;
  }
}
.new-home .info2 {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 700 40px/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info2 {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .new-home .info2 {
    font-size: 32px;
  }
}
.new-home .row18 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  -moz-column-gap: 100px;
  column-gap: 100px;
  width: 100%;
}
@media (max-width: 575px) {
  .new-home .row18 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row18 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .info7 {
  width: 194px;
  font: 400 28px/0.89 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 991px) {
  .new-home .info7 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .new-home .info7 {
    position: relative;
    display: none !important;
    font-size: 22px;
  }
}
.new-home .info71 {
  width: 136px;
  font: 400 28px/0.89 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 991px) {
  .new-home .info71 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .new-home .info71 {
    position: relative;
    display: none !important;
  }
}
@media (max-width: 479px) {
  .new-home .info71 {
    font-size: 22px;
  }
}
.new-home .info72 {
  width: fit-content;
  font: 400 25px/0.89 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 991px) {
  .new-home .info72 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .new-home .info72 {
    font-size: 22px;
  }
}
.new-home .info8 {
  display: flex;
  justify-content: center;
  width: 129px;
  font: italic 700 36px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36001px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .new-home .info8 {
    align-items: flex-start;
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .new-home .info8 {
    font-size: 30px;
  }
}
.new-home .info73 {
  width: 181px;
  font: 400 28px/0.89 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  white-space: nowrap;
  cursor: pointer;
}
.info72.active{
  display: flex;
  justify-content: center;
  width: fit-content;
  font: italic 700 27px/1.0 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .new-home .info73 {
    position: relative;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .new-home .info73 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .new-home .info73 {
    font-size: 22px;
  }
}
.new-home .image7 {
  width: 493.8368225098px;
  max-width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-home .desc53 {
  display: flex;
  justify-content: center;
  width: 28.31%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc53 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc53 {
    font-size: 16px;
  }
}
.new-home .row19 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 360px;
}
.new-home .row20 {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  margin: 180px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row20 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row20 {
    row-gap: 24px;
  }
}
@media (max-width: 575px) {
  .new-home .row20 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row20 {
    margin: 50px 0 0;
  }
}
.new-home .info4_box {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .new-home .info4_box {
    align-items: flex-start;
  }
}
@media (min-width: 991px) {
  .new-home .info4_box {
    width: 714px;
  }
}
.new-home .info4 {
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info4 {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .new-home .info4 {
    font-size: 36px;
  }
}
.new-home .info4_span0 {
  font: italic 600 1em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
}
.new-home .info4_span1 {
  font: 700 0.8333333333em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .row21 {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  margin-top: 0px;
}
.new-home .row22 {
  display: flex;
  align-items: center;
  -moz-column-gap: 66px;
  column-gap: 66px;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row22 {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .new-home .row22 {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .row22 {
    gap: 20px 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row22 {
    gap: 20px 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row22 {
    gap: 20px 8px;
  }
}
.new-home .row23 {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  width: 50%;
  min-width: 0;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row23 {
    position: relative;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .new-home .row23 {
    position: relative;
    row-gap: 16px;
    flex: 0 1 auto;
    order: 3;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 383px) {
  .new-home .row23 {
    row-gap: 24px;
  }
}
.new-home .desc7 {
  font: 700 32px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  
}
@media (max-width: 991px) {
  .new-home .desc7 {
    /* align-items: flex-start; */
    font-size: 25px;
    margin-top: -10px!important;
  }
}
@media (max-width: 479px) {
  .new-home .desc7 {
    font-size: 20px;
    margin-top: -10px!important;
  }
}
.new-home .desc54 {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc54 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc54 {
    font-size: 16px;
  }
}
.new-home .image51 {
  width: 40%;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .image51 {
    position: relative;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .new-home .image51 {
    position: relative;
    flex: 0 1 auto;
    order: 1;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}

.new-home .image51_video {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .image51_video {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .new-home .image51_video {
    position: relative;
    flex: 0 1 auto;
    order: 1;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%!important;
  }
}

.new-home .image52 {
  width: 50%;
  min-width: 0;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .image52 {
    position: relative;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .new-home .image52 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row24 {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  width: 50%;
  min-width: 0;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row24 {
    position: relative;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .new-home .row24 {
    position: relative;
    gap: 16px 0;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 383px) {
  .new-home .row24 {
    gap: 24px 0;
  }
}
.new-home .row25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (max-width: 991px) {
  .new-home .row25 {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .row25 {
    gap: 20px 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row25 {
    gap: 20px 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row25 {
    gap: 20px 8px;
  }
}
.new-home .desc55 {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc55 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc55 {
    font-size: 16px;
  }
}
.new-home .image53 {
  width: 50%;
  min-width: 0;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .image53 {
    position: relative;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .new-home .image53 {
    position: relative;
    flex: 0 1 auto;
    order: 1;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .row26 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row26 {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .new-home .row26 {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home .row26 {
    gap: 20px 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row26 {
    gap: 20px 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row26 {
    gap: 20px 8px;
  }
}
.new-home .row27 {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 50%;
  min-width: 0;
}
@media (min-width: 1400px) and (max-width: 2999px) {
  .new-home .row27 {
    position: relative;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .new-home .row27 {
    position: relative;
    row-gap: 16px;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
.new-home .info61 {
  margin: 52px 0 0;
  font: 400 20px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info61 {
    position: relative;
    align-items: flex-start;
    margin-top: unset;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info61 {
    font-size: 16px;
  }
}
.new-home .desc56 {
  display: flex;
  justify-content: center;
  margin: 77px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc56 {
    position: relative;
    align-items: flex-start;
    margin-top: unset;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc56 {
    font-size: 16px;
  }
}
.new-home .row28 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 60px;
  /* margin: 220px 0 0; */
  margin: 180px 0 0;
  /* width: 100%; */
}
@media (max-width: 991px) {
  .new-home .row28 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row28 {
    row-gap: 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row28 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row28 {
    margin: 50px 0 0;
  }
}
.new-home .row29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home .row29 {
    row-gap: 32px;
  }
}
.new-home .block5 {
  display: flex;
  flex-direction: column;
  background-color: rgba(184, 183, 183, 0.219);
  padding: 0px 2px 0px 2px;
  outline-offset: 0;
  border-radius: 30px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 383px) {
  .new-home .block5 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 8px;
  }
}
.new-home .row30 {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 6px;
}
@media (max-width: 1199px) {
  .new-home .row30 {
    position: relative;
    margin: 4px auto;
  }
}
@media (max-width: 383px) {
  .new-home .row30 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .desc8 {
  display: flex;
  justify-content: center;
  /* min-width: 162px; */
  /* min-width: 180px; */
  /* min-width: 120px!important; */
  width: auto;
  /* font: 700 16px/1.25 Poppins, Helvetica, Arial, serif; */
  font: 700 20px/1.25 Poppins, Helvetica, Arial, serif;
  color: #29009c;
  text-align: center;
  background-color: white;
  padding: 16px 20px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  cursor: pointer;
}


@media (min-width: 300px) and (max-width: 480px) {
  .new-home .desc8 {
    display: flex;
    justify-content: center;
    min-width: 80px;
    width: fit-content;
    font: 700 12px/1.25 Poppins, Helvetica, Arial, serif;
    color: #29009c;
    text-align: center;
    background-color: white;
    padding: 16px 20px;
    border-radius: 26px;
    letter-spacing: -0.08px;
    cursor: pointer;
  }

}
.new-home .info9 {
  display: flex;
  justify-content: center;
  /* width: 119px;
  font: 500 16px/1.25 Poppins, Helvetica, Arial, serif; */
  width: 170px;
  font: 500 20px/1.25 Poppins, Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}

@media (min-width: 300px) and (max-width: 480px) { 
  .new-home .info9 {
    display: flex;
    justify-content: center;
    /* width: 119px;
    font: 500 12px/1.25 Poppins, Helvetica, Arial, serif; */
    min-width: 80px;
    width: fit-content;
    font: 700 12px/1.25 Poppins, Helvetica, Arial, serif;
    color: white;
    text-align: center;
    letter-spacing: -0.08px;
    cursor: pointer;
  }

  #individual_tab_monthly, #individual_tab_yearly, #enterprise_tab_quarterly, #enterprise_tab_yearly {
    font: 700 10px/1.25 Poppins, Helvetica, Arial, serif!important;
    width: fit-content;
  }
}
.new-home .row31 {
  display: flex;
  -moz-column-gap: 32px;
  column-gap: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row31 {
    justify-content: center;
    /* align-items: center; */
  }
}
@media (max-width: 575px) {
  .new-home .row31 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row31 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .block21 {
  display: flex;
  flex-direction: column;
  flex: 0 1 326;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .new-home .block21 {
    position: relative;
    display: none !important;
  }
}
.new-home .row32 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 68px;
  margin: 60px 12px 32px;
}
@media (max-width: 1199px) {
  .new-home .row32 {
    position: relative;
    margin: 60px auto 32px;
  }
}
@media (max-width: 383px) {
  .new-home .row32 {
    row-gap: 50px;
    margin: 50px auto 32px;
  }
}
.new-home .row33 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 99.99%;
}
.new-home .row34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.new-home .info10 {
  display: flex;
  justify-content: center;
  width: 109.9132003784px;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info10 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .new-home .info10 {
    font-size: 22px;
  }
}
.new-home .desc9 {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 18px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc9 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.new-home .row35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.new-home .row36 {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 204.8784790039px;
  max-width: 85%;
}
@media (max-width: 383px) {
  .new-home .row36 {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}
.new-home .info11 {
  display: flex;
  justify-content: center;
  width: 126px;
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info11 {
    align-items: flex-start;
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .new-home .info11 {
    font-size: 36px;
  }
}
.new-home .info12 {
  display: flex;
  justify-content: center;
  width: 67px;
  font: 600 14px/1.93 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.new-home .info13_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .info13_box {
    align-items: flex-start;
  }
}
.new-home .info13 {
  font: 400 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info13 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info13 {
    font-size: 16px;
  }
}
.new-home .info13_span0 {
  font: 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .info13_span1 {
  font: italic 500 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.new-home .info13_span2 {
  font: 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc57 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 133px;
  max-width: 85%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .new-home .desc57 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .desc57 {
    font-size: 16px;
  }
}
.new-home .block22 {
  display: flex;
  flex-direction: column;
  flex: 0 1 326;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
  width: 220px;
}
@media (max-width: 383px) {
  .new-home .block22 {
    position: relative;
    /* display: none !important; */
  }
}
.new-home .row37 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 68px;
  margin: 60px 12px 32px;
}
@media (max-width: 383px) {
  .new-home .row37 {
    position: relative;
    row-gap: 50px;
    margin: 50px 8px 32px;
  }
}
.new-home .info101 {
  display: flex;
  justify-content: center;
  width: 185.9027862549px;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info101 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .new-home .info101 {
    font-size: 22px;
  }
}
.new-home .block23 {
  display: flex;
  flex-direction: column;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;

}
.new-home .new_block {
  height: 35px;
  color: white;
  padding: 12px;
}

.new-home .block24 {
  display: flex;
  flex-direction: column;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .new-home .block24 {
    position: relative;
    display: none !important;
  }
}
.new-home .row38 {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  margin: 180px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .new-home .row38 {
    position: relative;
    margin: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .new-home .row38 {
    row-gap: 32px;
  }
}
@media (max-width: 575px) {
  .new-home .row38 {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .row38 {
    margin: 50px 0 0;
  }
}
.new-home .desc6_box1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .new-home .desc6_box1 {
    align-items: flex-start;
  }
}
.new-home .desc6_span11 {
  font: 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.new-home .desc6_span21 {
  font: italic 600 1.0em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.new-home .row39 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  flex: 0 1 1013;
}
@media (max-width: 991px) {
  .new-home .row39 {
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .new-home .row39 {
    row-gap: 20px;
  }
}
@media (max-width: 383px) {
  .new-home .row39 {
    margin: 0 0 50px;
  }
}
.new-home .row40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px;
  width: auto;
}
.new-home .info14 {
  font: 600 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  text-align: left;
  width: 100%;
}

.new-home .desc {
  /* font: 400 16px/1.35 "Instrument Sans", Helvetica, Arial, serif; */
  font: 400 18px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 499px){
  .new-home .desc {
    font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  }
}

@media (max-width: 991px) {
  .new-home .info14 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info14 {
    font-size: 16px;
  }
}
.new-home .image8 {
  width: 12px;
  object-fit: contain;
  cursor: pointer;
  justify-content: end;
  display: flex;
  margin-right: 0;
}
.new-home .block6 {
  display: flex;
  flex-direction: column;
  margin: 92px 0 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .new-home .block6 {
    position: relative;
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .new-home .block6 {
    margin: 50px 0 0;
  }
}
.new-home .footerContent {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin: 100px auto 36px;
  width: 90%;
}
@media (max-width: 991px) {
  .new-home .footerContent {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .new-home .footerContent {
    position: relative;
    margin: 80px auto 36px;
  }
}
@media (max-width: 383px) {
  .new-home .footerContent {
    margin: 50px auto 36px;
  }
}
.new-home .row41 {
  display: flex;
  flex-direction: column;
  /* row-gap: 48px; */
  row-gap: 38px;
  width: 381px;
  min-width: 0;
}
@media (max-width: 991px) {
  .new-home .row41 {
    position: relative;
    width: 100%;
    min-width: unset;
  }
}
.new-home .row42 {
  display: flex;
  flex-direction: column;
  /* row-gap: 24px; */
  row-gap: 2px;
}
.new-home .image9 {
  width: 216.9965362549px;
  max-width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-home .desc33 {
  font: 400 16px/1.69 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
.new-home .subscriptionSection {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (max-width: 383px) {
  .new-home .subscriptionSection {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .image10 {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.new-home .image11 {
  width: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-home .image12 {
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-home .row43 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin: 0 0 43px;
  width: 362px;
  min-width: 0;
}
@media (max-width: 991px) {
  .new-home .row43 {
    position: relative;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .new-home .row43 {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .row43 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.new-home .row44 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  /* width: 116px;
  min-width: 0; */
}
.new-home .info15 {
  margin: 0 19px 0 0;
  font: 700 20px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info15 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .new-home .info15 {
    position: relative;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 479px) {
  .new-home .info15 {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .new-home .info15 {
    margin: 0 8px 0 0;
  }
}
.new-home .desc91 {
  font: 400 18px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .desc91 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.new-home .row45 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 0 27px;
  width: 185px;
  min-width: 0;
}
.new-home .info151 {
  width: 133.993057251px;
  max-width: 85%;
  font: 700 20px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .new-home .info151 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-home .info151 {
    font-size: 16px;
  }
}
.new-home .row46 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  /* margin: 0 0 26px; */
  margin: 0 0 60px;
  width: 381px;
  min-width: 0;
}
@media (max-width: 991px) {
  .new-home .row46 {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
.new-home .row47 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.new-home .info16 {
  display: flex;
  align-items: center;
  font: 600 20px/1.25 Poppins, Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 479px) {
  .new-home .info16 {
    font-size: 16px;
  }
}
.new-home .desc34 {
  font: 400 18px/1.69 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 479px) {
  .new-home .desc34 {
    align-items: flex-start;
    font-size: 16px;
  }
}
.new-home .info17 {
  margin: 8px 0 8px 16px;
  width: 32.986114502px;
  max-width: 85%;
  font: 400 12px/1.67 Poppins, Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 383px) {
  .new-home .info17 {
    position: relative;
    margin: 8px 0 8px 8px;
  }
}
.new-home .desc10 {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 18px/1.33 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 479px) {
  .new-home .desc10 {
    align-items: flex-start;
    font-size: 16px;
  }
}

/* --------------------------- swiper --------------------------- */

.swiper-carrousel.imageGallery {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* .swiper-carrousel.imageGallery { */
    /* flex-direction: column;
    align-items: center;
    gap: 32px 8px; */
  /* } */
}
.swiper-carrousel .primaryImg {
  margin: 0 0 0 63px;
  width: 300px;
  min-width: 0;
  max-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .swiper-carrousel .primaryImg {
    position: relative;
    margin: 0 0 0 32px;
  }
}
@media (max-width: 767px) {
  .swiper-carrousel .primaryImg {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .swiper-carrousel .primaryImg {
    margin: 0 auto;
  }
}
/* .swiper-carrousel .secondaryImg {
  margin: 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
} */
.swiper-carrousel .secondaryImg{
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .swiper-carrousel .secondaryImg {
    position: relative;
    min-width: unset;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .swiper-carrousel .secondaryImg {
    width: 180px;
    height: 180px;
  }
}
.swiper-carrousel .tertiaryImg {
  margin: 0 63px 0 0;
  width: 300px;
  min-width: 0;
  max-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .swiper-carrousel .tertiaryImg {
    position: relative;
    margin: 0 32px 0 0;
  }
}
@media (max-width: 767px) {
  .swiper-carrousel .tertiaryImg {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .swiper-carrousel .tertiaryImg {
    margin: 0 auto;
  }
}

input {
  border: none;
}

/* ------------------------------------- */

.homepage-ads-suite.productAdSection {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  -moz-column-gap: 8px;
  column-gap: 22px;
}
@media (max-width: 991px) {
  .homepage-ads-suite.productAdSection {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .carousel {
    position: relative;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: stretch !important; /* Newer spec */
    width: 100%; /* Fallback for unsupported browsers */
  }
}


/* @media (max-width: 630px) {
  .carousel {
    position: relative;
    min-width: 250px;
    width: 100%;
    max-width: 450px;
  }
}  */

@media (max-width: 630px) {
  .carousel {
    position: relative;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: stretch !important; /* Newer spec */
    width: 100%; /* Fallback for unsupported browsers */
   
     
  }
}

@media (max-width: 859px) {
  .homepage-ads-suite.productAdSection {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  
}
.homepage-ads-suite .advertisementWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  width: 100%;
  max-width: 48%;
}
@media (max-width: 999px) {
  .homepage-ads-suite .advertisementWrapper {
    position: relative;
    width: 100%!important;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-ads-suite .advertisementWrapper {
    position: relative;
    width: 100%;
    /* max-width: 630px; */
    max-width: 98%;
  }
}
@media (max-width: 650px) {
  .homepage-ads-suite .advertisementWrapper {
    position: relative;
    width: 100%;
    /* max-width: 295px; */
    max-width: 98%;
  }
}
@media (max-width: 522px) {
  .homepage-ads-suite .advertisementWrapper {
    position: relative;
    width: 100%;
    /* max-width: 295px; */
  }
}
@media (max-width: 383px) {
  .homepage-ads-suite .advertisementWrapper {
    row-gap: 50px;
    width: 100%;
    /* max-width: 240px; */
    /* max-width: 630px; */
  }
}

.homepage-ads-suite .adDescription {
  font: 400 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-ads-suite .adDescription {
    align-items: flex-start;
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .homepage-ads-suite .adDescription {
    font-size: 16px;
  }
}
.homepage-ads-suite .adTitle {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
@media (max-width: 991px) {
  .homepage-ads-suite .adTitle {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .homepage-ads-suite .adTitle {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .homepage-ads-suite .adTitle {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.homepage-ads-suite .productImage {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
}
.homepage-ads-suite .productImage1 {
  width: 35%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 40px;
}


@media (max-width: 767px) {
  .homepage-ads-suite .productImage, .productImage1 {
    /* position: relative; */
    width: 100%;
    max-width: 625px;
  }
}
@media (max-width: 575px) {
  .homepage-ads-suite .productImage, .productImage1 {
    margin: 0 auto;
  }
}


.homepage-subscription.planSection {
  display: grid;
  align-content: start;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 97%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .homepage-subscription.planSection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription.planSection {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.homepage-subscription .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row: span 1;
  grid-column: span 1;
  background-color: rgba(184, 183, 183, 0.329);
  padding: 60px 12px 32px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .homepage-subscription .item {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 300px)  AND (max-width: 449px) {
  .homepage-subscription .item{
    padding-top: 50px;
    width: 70%;
    margin: 0 auto;
  }
}
.homepage-subscription .planHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  width: 100%;
}
.homepage-subscription .planTitle {
  display: flex;
  justify-content: center;
  width: 119.98046875px;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .planTitle {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .planTitle {
    font-size: 22px;
  }
}
.homepage-subscription .planDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}

.listcontent {
  width: 100%;
  font: 400 14px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .planDescription {
    align-items: flex-start;
    font-size: 14px;
  }
}
.homepage-subscription .planDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  margin: auto 0 0;
  width: 100.01%;
}
@media (max-width: 383px) {
  .homepage-subscription .planDetails {
    position: relative;
    margin: 50px 0 0;
  }
}
.homepage-subscription .priceWrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 151.9921875px;
  max-width: 85%;
  flex-direction: column;
}
@media (max-width: 383px) {
  .homepage-subscription .priceWrapper {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.homepage-subscription .price {
  display: flex;
  justify-content: center;
  width: 79px;
  font: italic 600 44px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .price {
    align-items: flex-start;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .price {
    font-size: 36px;
  }
}
.homepage-subscription .duration {
  display: flex;
  justify-content: center;
  width: 60px;
  font: 600 14px/1.93 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.homepage-subscription .featuresWrapper_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .homepage-subscription .featuresWrapper_box {
    align-items: flex-start;
  }
}
.homepage-subscription .featuresWrapper {
  font: 400 20px/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
  margin-top: 20px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .homepage-subscription .featuresWrapper {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .featuresWrapper {
    font-size: 16px;
  }
}
.homepage-subscription .featuresWrapper_span0 {
  font: 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.homepage-subscription .featuresWrapper_span1 {
  font: italic 500 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
}
.homepage-subscription .featuresWrapper_span2 {
  font: 1em/1.35 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.homepage-subscription .ctaBtn {
  display: flex;
  justify-content: center;
  margin: 68px auto 0;
  width: 133px;
  max-width: 100%;
  font: 600 20px/1 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
.homepage-subscription .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0;
  grid-row: span 1;
  grid-column: span 1;
  background-color: rgba(184, 183, 183, 0.329);
  padding: 60px 12px 32px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 991px) {
  .homepage-subscription .item1 {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 300px)  AND (max-width: 449px) {
  .homepage-subscription .item1 {
    padding-top: 50px;
    /* width: 70%; */
    margin: 0 auto;

  }
}
.homepage-subscription .planTitle1 {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .planTitle1 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .planTitle1 {
    font-size: 22px;
  }
}
.homepage-subscription .priceWrapper1 {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 88.24%;
  flex-direction: column;
  margin-top: 25px;

}
@media (max-width: 383px) {
  .homepage-subscription .priceWrapper1 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.homepage-subscription .price1 {
  display: flex;
  justify-content: center;
  width: 115px;
  font: italic 600 44px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .price1 {
    align-items: flex-start;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .price1 {
    font-size: 36px;
  }
}
.homepage-subscription .duration1 {
  display: flex;
  justify-content: center;
  /* width: 67px; */
  font: 600 14px/1.93 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
.homepage-subscription .planTitle2 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .planTitle2 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .planTitle2 {
    font-size: 22px;
  }
}
.homepage-subscription .planDetails1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  margin: auto 0 0;
  width: 100%;
}
.homepage-subscription .priceWrapper2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 87.38%;
  flex-direction: column;
}
@media (max-width: 383px) {
  .homepage-subscription .priceWrapper2 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.homepage-subscription .planTitle3 {
  display: flex;
  justify-content: center;
  width: 121.9921875px;
  max-width: 85%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .planTitle3 {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .planTitle3 {
    font-size: 22px;
  }
}
.homepage-subscription .planDetails2 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 31px 0 0;
  width: 100.01%;
}
.homepage-subscription .priceWrapper3 {
  display: flex;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0 1px;
  flex-direction: column;
}
.homepage-subscription .price2 {
  display: flex;
  justify-content: center;
  width: 151px;
  font: italic 600 44px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .homepage-subscription .price2 {
    align-items: flex-start;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .homepage-subscription .price2 {
    font-size: 36px;
  }
}
.homepage-subscription .featuresWrapper_box1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .homepage-subscription .featuresWrapper_box1 {
    align-items: flex-start;
  }
}

#enterprise {
  top: -60px; 
  position: relative;
}

@media (max-width: 767px) {
  #enterprise {
    top: -30px; 
    position: relative;
  }
}

.adjustSection { 
  grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

@media (min-width: 800px) {
  .adjustSection { 
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
  }
  .adjustyearSection { 
    grid-template-columns: repeat(3, minmax(0, 1fr))!important;
  }
}


/* ---------- how it works ----------------- */


.how-it-works.mainSection {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.how-it-works .introBox_box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1042px;
}
@media (max-width: 991px) {
  .how-it-works .introBox_box {
    align-items: flex-start;
  }
}
.how-it-works .introBox {
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: black;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .how-it-works .introBox {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .how-it-works .introBox {
    font-size: 36px;
  }
}
.how-it-works .introBox_span0 {
  font: italic 600 1em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
}
.how-it-works .introBox_span1 {
  font: 700 0.8333333333em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .contentArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.how-it-works .overviewArticle {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0 auto;
  /* width: 286.015625px;
  max-width: 85%; */
  width: fit-content;
  height: 48px;
  background-color: rgba(184, 183, 183, 0.219);
  padding: 4px;
  outline-offset: 0;
  border-radius: 24px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .how-it-works .overviewArticle {
    width: 350px;
  }
}

@media (max-width: 499px) {
  .how-it-works .overviewArticle {
    width: 300px;
  }
}

@media (max-width: 399px) {
  .how-it-works .overviewArticle {
    width: 220px;
  }
}
/* .how-it-works .researchDesc {
  display: flex;
  justify-content: center;
  min-width: 118px;
  font: 700 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: #29009c;
  text-align: center;
  background-color: white;
  padding: 10px 6px;
  border-radius: 20px;
  letter-spacing: -0.08px;
  cursor: pointer;
} */
.how-it-works .createStep.active {
  display: flex;
  justify-content: center;
  /* min-width: 118px; */
  font: 700 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: #29009c;
  text-align: center;
  background-color: white;
  padding: 10px 6px;
  border-radius: 20px;
  letter-spacing: -0.08px;
  cursor: pointer;
}
.how-it-works .createStep {
  display: flex;
  justify-content: center;
  /* width: 72px; */
  width: 100%;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}
.how-it-works .executeStep {
  display: flex;
  justify-content: center;
  width: 72px;
  font: 500 14px/1.43 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.08px;
  cursor: pointer;
}
.how-it-works .insightSection {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1042px;
  background-color: rgba(184, 183, 183, 0.266);
  padding: 24px 32px;
  outline-offset: 0;
  border-radius: 8px;
  filter: drop-shadow(4px 4px 20px rgba(255, 255, 255, 0.1));
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
  overflow: hidden;
}
@media (max-width: 1259px) {
  .how-it-works .insightSection {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    width: 620px;
  }
}
@media (min-width: 490px) and (max-width: 859px) {
  .how-it-works .insightSection {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    width: 420px;
  }
}
@media (max-width: 489px) {
  .how-it-works .insightSection {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    width: 239px;
  }
}
.how-it-works .insightWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.how-it-works .insightTitle {
  font: 700 24px/1.13 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .how-it-works .insightTitle {
    align-items: flex-start;
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .how-it-works .insightTitle {
    font-size: 20px;
  }
}
.how-it-works .insightCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 24px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .insightCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .analysisImage {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.how-it-works .analysisInfo_box {
  margin: 2px 0;
  /* width: 396px; */
}
.how-it-works .analysisInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .analysisInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .analysisInfo_span1 {
  /* font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif; */
  font: 400 20px / 1.25 "Instrument Sans", Helvetica, Arial, serif;

}
.how-it-works .keywordCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 10px;
  margin: 8px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .keywordCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .keywordImage {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.how-it-works .keywordInfo_box {
  margin: 2px 0;
  width: 702px;
}
.how-it-works .keywordInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .keywordInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .keywordInfo_span1 {
  font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .keywordInfo_span2 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .geoPerformanceCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 12px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .geoPerformanceCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .geoImage {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.how-it-works .geoInfo_box {
  margin: 2px 0;
  width: 642px;
}
.how-it-works .geoInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .geoInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .geoInfo_span1 {
  font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .backlinkCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 12px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .backlinkCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .backlinkImage {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.how-it-works .backlinkInfo_box {
  margin: 2px 0;
  width: 606px;
}
.how-it-works .backlinkInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .backlinkInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .backlinkInfo_span1 {
  /* font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif; */
  font: 400 20px / 1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .socialMonitoringCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 12px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .socialMonitoringCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .socialImage {
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.how-it-works .socialInfo_box {
  margin: 2px 0;
  width: 572px;
}
.how-it-works .socialInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .socialInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .socialInfo_span1 {
  font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .strategyCard {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 12px 0 0;
}
@media (max-width: 383px) {
  .how-it-works .strategyCard {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.how-it-works .strategyImage {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.how-it-works .strategyInfo_box {
  margin: 2px 0;
  width: 853px;
}
.how-it-works .strategyInfo {
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.how-it-works .strategyInfo_span0 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.how-it-works .strategyInfo_span1 {
  font: 400 20px / 1.25 "Instrument Sans", Helvetica, Arial, serif;
}

@media (max-width: 991px){
  .how-it-works .strategyInfo_span1{
    font-size: 16px;
  }
}

/* #research_show{
  background-image: url('../assets/coloricon1.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: top;
  background-size: 170px;
}

#create_show{
  background-image: url('../assets/coloricon2.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: top;
  background-size: 170px;
}

#execute_show{
  background-image: url('../assets/coloricon3.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: top;
  background-size: 170px;
} */


/* how it works */


.homepage-howitworks.actionableInsightsSection {
  display: flex;
  flex-direction: column;
}
.homepage-howitworks .root {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .homepage-howitworks .root {
    position: relative;
  }
}
.homepage-howitworks .root1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
}
.homepage-howitworks .sectionTitle {
  /* width: 222.9829406738px;
  max-width: 85%; */
  text-align: center;
  font: 700 20px/1.2 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 991px) {
  .homepage-howitworks .sectionTitle {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .homepage-howitworks .sectionTitle {
    font-size: 16px;
  }
}
.homepage-howitworks .grid {
  display: grid;
  align-content: start;
  gap: 60px;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .homepage-howitworks .grid {
    -moz-column-gap: 32px;
    column-gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .homepage-howitworks .grid {
    gap: 40px 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.homepage-howitworks .root2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  grid-row: span 1;
  grid-column: span 1;
}
.homepage-howitworks .insightImage {
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .root3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: 100%;
}
.homepage-howitworks .analysisTitle {
  display: flex;
  justify-content: center;
  width: 126.9460144043px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .analysisDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .keywordTrendsImage {
  width: 62px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .keywordTrendsTitle {
  display: flex;
  justify-content: center;
  width: 196.9318084717px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .keywordTrendsDescription_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.homepage-howitworks .keywordTrendsDescription {
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .keywordTrendsDescription_span0 {
  font: 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.homepage-howitworks .keywordTrendsDescription_span1 {
  font: 700 1em/1.25 "Instrument Sans", Helvetica, Arial, serif;
}
.homepage-howitworks .geoPerformanceImage {
  width: 26px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .geoPerformanceTitle {
  display: flex;
  justify-content: center;
  /* width: 95.54%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .geoPerformanceDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .backlinkAnalysisImage {
  width: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .backlinkAnalysisTitle {
  display: flex;
  justify-content: center;
  width: 131.9460144043px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .backlinkAnalysisDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .socialMediaAdImage {
  width: 26px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .socialMediaAdTitle {
  display: flex;
  justify-content: center;
  width: 203.9488525391px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .socialMediaAdDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .strategicRecommendationsImage {
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .strategicRecommendationsTitle {
  display: flex;
  justify-content: center;
  /* width: 218.9204406738px;
  max-width: 85%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .strategicRecommendationsDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .createContentTitle {
  /* width: 242.8977203369px;
  max-width: 85%; */
  text-align: center;
  font: 700 20px/1.2 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 991px) {
  .homepage-howitworks .createContentTitle {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .homepage-howitworks .createContentTitle {
    font-size: 16px;
  }
}
.homepage-howitworks .landingPagesImage {
  width: 67.9971542358px;
  max-width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .landingPagesTitle {
  display: flex;
  justify-content: center;
  /* width: 111.9744262695px;
  max-width: 85%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .landingPagesDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .socialMediaAdCreativesImage {
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .socialMediaAdCreativesTitle {
  display: flex;
  justify-content: center;
  /* width: 211.9460144043px;
  max-width: 85%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .socialMediaAdCreativesDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .aiImagesImage {
  width: 38px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .aiImagesTitle {
  display: flex;
  justify-content: center;
  width: 143.9488525391px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .aiImagesDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .productPhotographyImage {
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .productPhotographyTitle {
  display: flex;
  justify-content: center;
  width: 165.9375px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .productPhotographyDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .talkingImagesImage {
  width: 36px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .talkingImagesTitle {
  display: flex;
  justify-content: center;
  width: 113.9630661011px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .talkingImagesDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .aiVideosImage {
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .root4 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
}
.homepage-howitworks .aiVideosTitle {
  display: flex;
  justify-content: center;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .aiVideosDescription {
  display: flex;
  justify-content: center;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .launchCampaignsTitle {
  /* width: 281.9176025391px;
  max-width: 85%; */
  text-align: center;
  font: 700 20px/1.2 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
@media (max-width: 991px) {
  .homepage-howitworks .launchCampaignsTitle {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .homepage-howitworks .launchCampaignsTitle {
    font-size: 16px;
  }
}
.homepage-howitworks .secureHostingImage {
  width: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .secureHostingTitle {
  display: flex;
  justify-content: center;
  /* width: 116.9460220337px;
  max-width: 85%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .secureHostingDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .socialMediaSchedulerImage {
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .socialMediaSchedulerTitle {
  display: flex;
  justify-content: center;
  width: 177.9403381348px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .socialMediaSchedulerDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .campaignBuilderImage {
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .campaignBuilderTitle {
  display: flex;
  justify-content: center;
  width: 135.9658966064px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .campaignBuilderDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .audienceOptimizerImage {
  width: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .audienceOptimizerTitle {
  display: flex;
  justify-content: center;
  width: 204.9431762695px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .audienceOptimizerDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .campaignRecommendationsImage {
  width: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .campaignRecommendationsTitle {
  display: flex;
  justify-content: center;
  /* width: 226.9460144043px;
  max-width: 85%; */
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .campaignRecommendationsDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
.homepage-howitworks .leadsEmailsImage {
  width: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-howitworks .leadsEmailsTitle {
  display: flex;
  justify-content: center;
  width: 113.9630661011px;
  max-width: 85%;
  font: 700 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
  text-align: center;
}
.homepage-howitworks .leadsEmailsDescription {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 400 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
}

/* mobile view  */

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #020113, #0B0024, #210039, #2F0044, #16002E);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
}
.mobile_menu a {
  color: white;
  font-size: 1.5em;
  margin: 15px 0;
  text-decoration: none;
  display: block;
}
.mobile_menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2em;
  color: white;
  cursor: pointer;
}
.brandIcon {
  cursor: pointer;
}

/* ----------------------- */
.headerContainer {
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.headerContainer.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #020113;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.new-home .headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 59;
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 24px 33px 10px 32px;
}

@media (max-width: 700px) {
  .featureDescription_text{
    font-size: 16px!important;
}
}

.paymentIcon_button {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 20px;
}

.userOptionsContainer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: white;
}

.flag-icon {
  width: 20px;
  height: 100%;
  object-fit: cover;
}

.arrow {
  font-size: 10px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #0f0f23;
  border-radius: 6px;
  padding: 8px 0;
  z-index: 999;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  cursor: pointer;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu.show {
    display: block;
}

.dropdown_country_menu {
    width: 22px;
    height: 100%;
    object-fit: cover;
}