html {
  margin: 0;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 10px;
}

body {
  margin: 0;
}
body a {
  color: #0084fd;
  text-decoration: none;
}
body a:visited {
  color: #0084fd;
  text-decoration: none;
}

.geshi {
  font-size: 10px;
  color: #212529;
}
.geshi-cont {
  max-width: 200rem;
  margin: auto;
}
@media only screen and (max-width: 1999px) {
  .geshi-cont {
    width: auto;
  }
}
.geshi-cont .top-bar {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.geshi-cont .top-bar-logo img {
  max-width: 22rem;
  max-height: 5.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .top-bar-logo img {
    max-width: 12rem;
    max-height: 5.5rem;
  }
}
.geshi-cont .top-bar-clickable_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2.5rem;
}
.geshi-cont .top-bar-clickable_text a {
  line-height: 1.25;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.6rem;
}
.geshi-cont .top-bar-clickable_text span {
  margin-left: 2rem;
}
.geshi-cont .hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 46rem;
  max-height: 47rem;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  background-position: center;
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero {
    max-height: none;
  }
}
.geshi-cont .hero-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
  width: 60%;
  margin: 0 auto;
  padding: 1rem 1rem 0;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1850px) {
  .geshi-cont .hero-box {
    width: 80%;
  }
}
@media screen and (max-width: 1250px) {
  .geshi-cont .hero-box {
    width: 100%;
  }
}
.geshi-cont .hero-box-text {
  flex: 1;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-text {
    margin-bottom: 2rem;
  }
}
.geshi-cont .hero-box-text .before {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4.25rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .hero-box-text .before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1060px) {
  .geshi-cont .hero-box-text .before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-text .before {
    font-size: 2.1rem;
  }
}
.geshi-cont .hero-box-text .sale {
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 9.5rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .hero-box-text .sale {
    font-size: 8.3rem;
    line-height: 8.3rem;
  }
}
@media screen and (max-width: 1060px) {
  .geshi-cont .hero-box-text .sale {
    font-size: 5.3rem;
    line-height: 5.3rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-text .sale {
    font-size: 5.3rem;
  }
}
.geshi-cont .hero-box-text .after {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.25rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .hero-box-text .after {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1060px) {
  .geshi-cont .hero-box-text .after {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-text .after {
    font-size: 2.2rem;
  }
}
.geshi-cont .hero-box-text .button {
  padding: 1rem 3rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  min-width: 30rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-text .button {
    min-width: 25rem;
  }
}
.geshi-cont .hero-box-image {
  height: 46rem;
  flex: 0.4;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.geshi-cont .hero-box-image img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .hero-box-image img {
    padding-bottom: 2rem;
  }
}
.geshi-cont .icon {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.geshi-cont .icon .icon-row {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .geshi-cont .icon .icon-row {
    gap: 5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .geshi-cont .icon .icon-row {
    animation-name: infiniteScroll;
    overflow: visible;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: visible;
    gap: 8rem;
  }
}
.geshi-cont .icon .icon-row #extra-elements-for-scroll {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .geshi-cont .icon .icon-row #extra-elements-for-scroll {
    display: flex;
  }
}
.geshi-cont .icon .icon-row .row {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
.geshi-cont .icon .icon-row .row-icon img {
  max-width: 5rem;
}
.geshi-cont .icon .icon-row .row-text {
  font-size: 1.6rem;
  margin-left: 1rem;
}
.geshi-cont .image-row-repeater {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212529;
  padding: 2.5rem 1.5rem;
}
.geshi-cont .image-row-repeater .title h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 4rem;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .image-row-repeater .title h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-row-repeater .title h2 {
    font-size: 2.4rem;
  }
}
.geshi-cont .image-row-repeater .repeater {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 700px) {
  .geshi-cont .image-row-repeater .repeater {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.geshi-cont .image-row-repeater .repeater-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 1rem;
}
.geshi-cont .image-row-repeater .repeater-col-image img {
  width: 36rem;
  height: 21.6rem;
  object-fit: contain;
  max-width: 100%;
}
.geshi-cont .image-row-repeater .repeater-col-text {
  font-size: 1.6rem;
}
.geshi-cont .image-row-repeater .repeater-col-text p {
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 700px) {
  .geshi-cont .image-row-repeater .repeater-col-text p {
    margin: 1.2 0;
  }
}
.geshi-cont .image-grid {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212529;
  padding: 2.5rem 1.5rem;
}
.geshi-cont .image-grid-title h2 {
  margin: 0 0 1.5rem 0;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .image-grid-title h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid-title h2 {
    font-size: 2.4rem;
  }
}
.geshi-cont .image-grid-subtitle {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: center;
}
.geshi-cont .image-grid-table {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid-table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.geshi-cont .image-grid-table .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0.5;
  margin: 0 1rem;
  gap: 1.75rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid-table .left {
    margin-bottom: 0.75rem;
  }
}
.geshi-cont .image-grid-table .left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.geshi-cont .image-grid-table .left-col-image img {
  max-width: 6rem;
}
.geshi-cont .image-grid-table .left-col-text {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid-table .left-col-text {
    width: 100%;
  }
}
.geshi-cont .image-grid-table .middle {
  flex: 1;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid-table .middle {
    order: -1;
  }
}
.geshi-cont .image-grid-table .middle img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 54rem;
}
.geshi-cont .image-grid-table .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0.5;
  margin: 0 1rem;
  gap: 1.75rem;
}
.geshi-cont .image-grid-table .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.geshi-cont .image-grid-table .right-col-image img {
  max-width: 6rem;
}
.geshi-cont .image-grid-table .right-col-text {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  text-align: center;
  width: 80%;
}
.geshi-cont .image-grid .left-circular {
  margin-right: 0;
}
.geshi-cont .image-grid .left-circular:first-child,
.geshi-cont .image-grid .left-circular:last-child {
  margin-right: -50%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid .left-circular:first-child,
  .geshi-cont .image-grid .left-circular:last-child {
    margin: 0;
  }
}
.geshi-cont .image-grid .right-circular {
  margin-left: 0;
}
.geshi-cont .image-grid .right-circular:first-child,
.geshi-cont .image-grid .right-circular:last-child {
  margin-left: -50%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .image-grid .right-circular:first-child,
  .geshi-cont .image-grid .right-circular:last-child {
    margin: 0;
  }
}
.geshi-cont .stars {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .stars {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
.geshi-cont .stars-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.geshi-cont .stars-row .logo {
  margin-right: 2rem;
}
.geshi-cont .stars-row .logo img {
  max-width: 22rem;
  max-height: 6rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .stars-row .logo img {
    max-width: 17rem;
    max-height: 5.5rem;
  }
}
.geshi-cont .stars-row .review {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.geshi-cont .stars-row .review img {
  width: 2rem;
}
.geshi-cont .stars .button button {
  padding: 1rem 3rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
@media screen and (max-width: 650px) {
  .geshi-cont .stars .button button {
    min-width: 25rem;
  }
}
.geshi-cont .background-image {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 46rem;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
}
.geshi-cont .background-image .content1 {
  max-width: 117rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-image .content1 {
    padding: 0 1.5rem;
  }
}
.geshi-cont .background-image .content1-title {
  font-size: 3.2rem;
  margin: 0 0 4rem;
  font-weight: 400;
  line-height: 1.5;
}
.geshi-cont .background-image .content1-title p {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-image .content1-title {
    text-align: center;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .geshi-cont .background-image .content1-title {
    font-size: 2.8rem;
  }
}
.geshi-cont .background-image .content1-article {
  font-size: 1.6rem;
  margin: 0 0 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-image .content1-button {
    text-align: center;
  }
}
.geshi-cont .background-image .content1-button button {
  padding: 1rem 3rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  min-width: 30rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-image .content1-button button {
    min-width: 25rem;
  }
}
.geshi-cont .image_grid {
  max-width: 117rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .geshi-cont .image_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
  }
}
.geshi-cont .image_grid-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
}
@media screen and (max-width: 750px) {
  .geshi-cont .image_grid-container {
    margin: 0;
  }
}
.geshi-cont .image_grid-container-title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 650px) {
  .geshi-cont .image_grid-container-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .geshi-cont .image_grid-container-title {
    font-size: 2.8rem;
  }
}
.geshi-cont .image_grid-container-repeater {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 80rem;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .geshi-cont .image_grid-container-repeater {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
.geshi-cont .image_grid-container-repeater-image img {
  max-width: 90%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-width: 1.5rem;
  border-style: solid;
  border-color: #f9f9f9;
  --tw-shadow: 4px 6px 11px 0 #00000040;
}
@media screen and (max-width: 900px) and (min-width: 750px) {
  .geshi-cont .image_grid-container-repeater-image img {
    border-width: 1rem;
  }
}
.geshi-cont .image_grid .right-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .geshi-cont .image_grid .right-image {
    justify-content: center;
    margin-top: 2rem;
  }
}
.geshi-cont .image_grid .right-image img {
  max-width: 90%;
}
.geshi-cont .title-image-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .title-image-article {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .title-image-article-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .title-image-article-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.geshi-cont .title-image-article-row .title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .title-image-article-row .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .title-image-article-row .title {
    font-size: 2.4rem;
  }
}
.geshi-cont .title-image-article-row .article {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  flex-basis: 50%;
}
.geshi-cont .title-image-article-row .image {
  flex-basis: 50%;
}
.geshi-cont .title-image-article-row .image img {
  max-width: 100%;
}
.geshi-cont .media {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
  max-width: 100%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .media {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .media-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 117rem;
  margin: 0 auto;
  gap: 3rem;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .geshi-cont .media-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.geshi-cont .media-row .title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .media-row .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .media-row .title {
    font-size: 2.4rem;
  }
}
.geshi-cont .media-row .box {
  flex-basis: 30%;
}
.geshi-cont .media-row .box img {
  max-width: 90%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 2rem solid white;
}
.geshi-cont .media-row .box video {
  max-width: 90%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 2rem solid white;
}
.geshi-cont .media-row .box p {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 2rem;
}
.geshi-cont .comparison {
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
.geshi-cont .comparison-title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .comparison-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .comparison-title {
    font-size: 2.4rem;
  }
}
.geshi-cont .comparison-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .geshi-cont .comparison-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.geshi-cont .comparison-box-left {
  flex-basis: 50%;
}
.geshi-cont .comparison-box-left-logo {
  height: 3rem;
  text-align: center;
  margin: 1.25rem 0;
}
.geshi-cont .comparison-box-left-logo img {
  max-width: 50%;
  object-fit: contain;
  height: inherit;
  margin: 0 auto;
}
.geshi-cont .comparison-box-left-image {
  width: 100%;
  height: auto;
  max-height: 58rem;
  max-width: 100%;
  text-align: center;
}
.geshi-cont .comparison-box-left-image img {
  max-width: 100%;
  max-height: 30rem;
}
.geshi-cont .comparison-box-left-title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.geshi-cont .comparison-box-left-article {
  font-size: 1.6rem;
}
.geshi-cont .comparison-box-left-article P {
  margin: 0;
}
.geshi-cont .comparison-box-right {
  flex-basis: 50%;
}
.geshi-cont .comparison-box-right-logo {
  height: 3rem;
  text-align: center;
  margin: 1.25rem 0;
}
.geshi-cont .comparison-box-right-logo img {
  max-width: 50%;
  object-fit: contain;
  height: inherit;
  margin: 0 auto;
}
.geshi-cont .comparison-box-right-image {
  width: 100%;
  height: auto;
  max-height: 58rem;
  max-width: 100%;
  text-align: center;
}
.geshi-cont .comparison-box-right-image img {
  max-width: 100%;
  max-height: 30rem;
}
.geshi-cont .comparison-box-right-title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.geshi-cont .comparison-box-right-article {
  font-size: 1.6rem;
}
.geshi-cont .comparison-box-right-article P {
  margin: 0;
}
.geshi-cont .comparison-image-instead {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.geshi-cont .comparison-image-instead img {
  max-width: 100%;
}
.geshi-cont .video {
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .video {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .video-title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .video-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .video-title {
    font-size: 2.4rem;
  }
}
.geshi-cont .video-video {
  text-align: center;
}
.geshi-cont .video-video iframe {
  width: 90%;
}
.geshi-cont .faqs {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .faqs {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .faqs-title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .faqs-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .faqs-title {
    font-size: 2.4rem;
  }
}
.geshi-cont .faqs-subtitle {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  .geshi-cont .faqs-subtitle {
    font-size: 2.1rem;
  }
}
.geshi-cont .faqs-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
}
.geshi-cont .faqs-row-icon img {
  max-width: 4rem;
}
.geshi-cont .faqs-row-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.6rem;
  margin-left: 2rem;
}
.geshi-cont .faqs-row-text-question {
  font-weight: 700;
  margin-bottom: 2rem;
}
.geshi-cont .faqs-row-text-answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.geshi-cont .faqs-row-text-answer p {
  margin: 0;
}
.geshi-cont .reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .reviews {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .reviews-title {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .geshi-cont .reviews-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .reviews-title {
    font-size: 2.4rem;
  }
}
.geshi-cont .reviews-cont {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .geshi-cont .reviews-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.geshi-cont .reviews-cont-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  border-radius: 0.375rem;
  padding: 1.6rem;
  border: 1px solid rgb(115, 115, 115);
  font-size: 1.6rem;
  flex-basis: 30%;
  flex: 1 1 calc(33.33% - 20px); /* 33.33% for 3 items per row, minus gap space */
  box-sizing: border-box;
}
.geshi-cont .reviews-cont-box-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: left;
}
.geshi-cont .reviews-cont-box-verified {
  color: rgb(26, 199, 14);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.geshi-cont .reviews-cont-box-verified-icon {
  width: 2rem;
}
.geshi-cont .reviews-cont-box-verified-title {
  margin-left: 0.75rem;
}
.geshi-cont .reviews-cont-box-stars {
  width: 100%;
  text-align: left;
  font-size: x-large;
}
.geshi-cont .reviews-cont-box-image {
  max-width: 100%;
}
.geshi-cont .reviews-cont-box-image img {
  width: 100%;
  height: auto;
  max-height: 55rem;
  margin: 0 auto;
}
.geshi-cont .reviews-cont-box-review p {
  margin: 0 0 1rem;
}
.geshi-cont .background {
  color: white;
  width: 100%;
  min-height: 56rem;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.geshi-cont .background-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 117rem;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-cont {
    padding: 2.5rem 1.5rem;
  }
}
.geshi-cont .background-cont-above {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}
.geshi-cont .background-cont-above p {
  margin: 0;
}
@media screen and (max-width: 1060px) {
  .geshi-cont .background-cont-above {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-cont-above {
    font-size: 2.4rem;
  }
}
.geshi-cont .background-cont-button button {
  padding: 1rem 3rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  min-width: 30rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-cont-button button {
    min-width: 25rem;
  }
}
.geshi-cont .background-cont-below {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}
.geshi-cont .background-cont-below p {
  margin: 0;
}
@media screen and (max-width: 1060px) {
  .geshi-cont .background-cont-below {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 650px) {
  .geshi-cont .background-cont-below {
    font-size: 2rem;
  }
}

.footer_boxed_area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.footer_boxed_area .footer-content-style {
  font-size: 14px;
  line-height: 29px !important;
  padding: 20px;
  align-items: center;
  text-align: center;
  max-width: 1200px !important;
  color: #777;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.footer_boxed_area .footer-content-style a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0084fd;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.footer_boxed_area .footer-content-style ul {
  padding-left: 0;
}

.no-top-space {
  margin-top: 0px;
  padding-top: 0px;
  max-width: 200rem;
  margin: auto;
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

@media only screen and (max-width: 1000px) {
  @keyframes infiniteScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(0px - 100%));
    }
  }
}
#topBtn {
  display: none;
  position: fixed;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.8rem;
  border: none;
  outline: none;
  background-color: rgb(52, 74, 154);
  color: white;
  cursor: pointer;
}

#topBtn:hover {
  background-color: #555;
}/*# sourceMappingURL=child-geshi.css.map */