:root {
  --text: #190229;
  --white: white;
  --purple: #2a004f;
  --black\<deleted\|variable-190a3f1e\>: #121212;
  --yellow: gold;
}

body {
  color: var(--text);
  font-family: Jost, sans-serif;
  font-weight: 400;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: var(--purple);
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .8;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
}

label {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: 5px solid var(--black\<deleted\|variable-190a3f1e\>);
  padding: 0 0 0 18px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.branding-item {
  border-top: 1px solid #303030;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.experience-list {
  border-top: 1px solid #303030;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.achievement-list {
  border-top: 1px solid #303030;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.achievement-link {
  width: 100%;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 360px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.footer {
  z-index: 2;
  border-top: 3px solid var(--yellow);
  background-color: var(--text);
  color: var(--white);
  position: relative;
}

.container_main {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper_navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.parent_logo.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.parent_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn_nav {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--text);
  text-align: center;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
}

.btn_nav.is-secondary {
  border-color: var(--text);
  background-color: var(--white);
}

.link_nav {
  color: var(--text);
  font-size: 16px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.link_nav:hover {
  color: var(--purple);
}

.section_hero-home {
  background-color: var(--purple);
  background-image: linear-gradient(325deg, var(--text), var(--purple));
  color: var(--white);
  text-align: center;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.content_hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1_home {
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph_hero-home {
  color: var(--white);
  max-width: 800px;
  margin-bottom: 45px;
  font-size: 30px;
}

.button_primary {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--text);
  border-radius: 10px;
  padding: 20px 45px;
  font-size: 20px;
  font-weight: 500;
}

.parent_companies {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  font-size: 16px;
  display: flex;
}

.img_companies.mobile {
  display: none;
}

.section_casestudies {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.wrapper_casestudies {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_casestudy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.imaga_casestudy {
  background-color: #f5e8ff;
  border-radius: 15px;
  order: -9999;
  width: 100%;
}

.h2_casestudies {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.h3_portfolio {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.content_card-casestudy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.section_tech {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_tech {
  text-align: center;
  text-transform: uppercase;
  max-width: 550px;
  margin: 0 auto 60px;
}

.items_tech {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_tech {
  background-color: var(--white);
  border: 1px solid #ededed;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.logo_tech._1 {
  max-width: 135px;
}

.logo_tech._2 {
  max-width: 130px;
}

.logo_tech._3 {
  max-width: 140px;
}

.logo_tech._4 {
  max-width: 100px;
}

.logo_tech._5 {
  max-width: 120px;
}

.logo_tech._6 {
  max-width: 150px;
}

.logo_tech._7 {
  max-width: 120px;
}

.logo_tech._8 {
  max-width: 100px;
}

.logo_tech._9 {
  max-width: 155px;
}

.logo_tech._10 {
  max-width: 105px;
}

.logo_tech._11 {
  max-width: 100px;
}

.logo_tech._12 {
  max-width: 150px;
}

.section_websites {
  background-color: #f5e8ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_websites {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.grid_websites {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_website {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.img_website {
  object-fit: cover;
  background-color: #f5e8ff;
  border: 1px solid #ededed;
  border-radius: 8px;
  width: 100%;
}

.paragraph_website {
  margin-bottom: 30px;
  font-size: 16px;
}

.link_website {
  color: var(--text);
  text-align: right;
  margin-top: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
}

.cta_center {
  text-align: center;
  margin-top: 40px;
}

.cta_center.cta {
  margin-top: 40px;
}

.section_about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_about {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.wrapper_about {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.image_about {
  border-radius: 20px;
  width: 100%;
}

.paragraph_about {
  margin-bottom: 20px;
  font-size: 20px;
}

.section_reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_reviews {
  text-align: center;
  text-transform: uppercase;
  max-width: 550px;
  margin: 0 auto 60px;
}

.col2_reviews {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.col_reviews {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.item_review {
  background-color: #f0f0f0;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
}

.cols_reviews {
  display: flex;
}

.img_reviews {
  max-width: 130px;
  margin-bottom: 15px;
}

.content_review {
  margin-bottom: 20px;
}

.bottom_part-reviews {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img_logo-company {
  max-width: 140px;
}

.img_logo-company._1 {
  width: 130px;
}

.img_logo-company._2 {
  width: 70px;
}

.img_logo-company._3 {
  width: 120px;
}

.img_logo-company._4 {
  width: 100px;
}

.img_logo-company._5 {
  width: 110px;
}

.img_logo-company._6 {
  width: 120px;
}

.img_logo-company._7 {
  width: 100px;
}

.img_logo-company._8 {
  opacity: .65;
  width: 130px;
}

.img_logo-company.mob {
  max-width: 40px;
}

.img_client {
  object-fit: cover;
  border-radius: 100px;
  width: 47.99px;
  height: 47.99px;
}

.client {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.client_info {
  flex-flow: column;
  display: flex;
}

.section_cta {
  background-color: var(--purple);
  background-image: linear-gradient(180deg, var(--text), var(--purple));
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_cta {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 70px;
}

.paragraph_cta {
  color: var(--white);
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.parent_img-portfolio {
  margin-bottom: 20px;
  overflow: hidden;
}

.wrapper_footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.parent_brand-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  font-size: 18px;
  display: flex;
}

.links_footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.img_logo-footer {
  border-radius: 50%;
  width: 65px;
}

.btn_footer {
  background-color: var(--yellow);
  color: var(--text);
  border-radius: 15px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.parent_links-footer {
  max-width: 260px;
}

.link_footer {
  opacity: .8;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s, opacity .2s;
  display: block;
}

.link_footer:hover {
  opacity: 1;
  color: var(--white);
}

.h_links-footer {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.parent_h-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -10px;
  display: flex;
}

.circle-footer {
  background-color: var(--yellow);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.job-title {
  font-size: 12px;
  font-weight: 400;
}

.btn_nav-menu {
  background-color: var(--purple);
  width: 35px;
  height: 35px;
  margin-left: 20px;
  display: none;
}

.image-2 {
  max-width: 56px;
}

.footer_bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  display: flex;
}

.link_footer-bottom {
  color: var(--white);
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.link_footer-bottom:hover {
  opacity: 1;
  color: var(--white);
}

.tag_footer {
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.6;
}

.wrapper_benefits {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item_benefit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5e8ff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.icon_benefit {
  background-color: var(--purple);
  border-radius: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
}

.icon_bn {
  width: 30px;
}

.icon_bn.s {
  flex: none;
  width: 25px;
}

.icon_bn._1 {
  margin-right: -2px;
}

.h3_benefits {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.paragraph_benefit {
  margin-bottom: 0;
}

.btns_nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 10px;
  display: flex;
}

.name_founder {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

.signature {
  width: 80px;
}

.section_faqs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2_faqs {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 60px;
}

.wrapper_faqs {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.item_faq {
  border: 2px solid var(--purple);
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 15px;
  margin-bottom: 20px;
}

.question_faq {
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.answer_faq {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.h3_faq {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.paragraph_answer-faq {
  margin-bottom: 15px;
}

.icon_faq {
  background-color: var(--purple);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 2.5px;
  display: flex;
}

.image-3 {
  width: 12px;
}

.star_hero {
  opacity: .7;
  position: absolute;
  inset: 200px 100px auto auto;
}

.star_hero._2 {
  opacity: .55;
  width: 52px;
  top: 180px;
  right: 100px;
}

.star_hero._1 {
  width: 70px;
  top: 160px;
  left: 100px;
  right: auto;
}

.star_hero._3 {
  opacity: .55;
  width: 55px;
  top: auto;
  bottom: 240px;
  right: 240px;
}

.star_hero._4 {
  opacity: .6;
  width: 65px;
  inset: auto auto 220px 140px;
}

.parent_badge {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.badge_reviews {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_testimonials {
  max-width: 160px;
}

.div-block-4 {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  display: flex;
}

.icon_5stars {
  width: 80px;
}

.text-block-2 {
  margin-left: 2px;
}

.paragraph_service {
  margin-bottom: 0;
}

.signature_parent {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .star_hero._4 {
    opacity: .55;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-transform: uppercase;
    font-size: 50px;
  }

  h2 {
    text-transform: uppercase;
    font-size: 40px;
  }

  .navbar {
    position: relative;
  }

  .parent_links {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 3px solid var(--yellow);
    background-color: var(--white);
    text-align: center;
    flex-flow: column;
    width: 300px;
    margin-left: auto;
    margin-right: 20px;
    padding: 20px 40px;
    display: flex;
    position: absolute;
    inset: 90% 0% auto auto;
  }

  .btn_nav {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
  }

  .section_hero-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph_hero-home {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .section_casestudies {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .item_casestudy {
    grid-template-columns: 1fr;
  }

  .h2_casestudies {
    margin-bottom: 60px;
  }

  .content_card-casestudy {
    max-width: none;
  }

  .section_tech, .section_websites {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2_websites {
    margin-bottom: 40px;
  }

  .grid_websites {
    grid-template-columns: 1fr 1fr;
  }

  .section_about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper_about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .paragraph_about {
    margin-bottom: 0;
    font-size: 20px;
  }

  .section_reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2_reviews {
    margin-bottom: 40px;
  }

  .col2_reviews {
    padding-left: 0;
  }

  .col_reviews._1 {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .cols_reviews {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section_cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2_cta {
    font-size: 50px;
  }

  .paragraph_cta {
    font-size: 20px;
  }

  .wrapper_footer {
    flex-flow: column;
  }

  .parent_brand-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .links_footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
  }

  .btn_nav-menu {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img_menu {
    width: 20px;
  }

  .footer_bottom {
    font-size: 16px;
  }

  .btns_nav {
    flex-flow: column;
    margin-left: 0;
  }

  .section_faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2_faqs {
    margin-bottom: 40px;
  }

  .star_hero._2 {
    display: none;
  }

  .star_hero._1 {
    width: 60px;
    display: none;
    top: 40px;
    left: 20px;
  }

  .star_hero._3, .star_hero._4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 18px;
    line-height: 24px;
  }

  .navbar {
    background-color: var(--white);
    position: relative;
  }

  .btn_nav {
    height: 35px;
    margin-left: auto;
  }

  .link_nav {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .h1_home {
    margin-bottom: 20px;
  }

  .wrapper_casestudies {
    grid-template-columns: 1fr;
  }

  .item_casestudy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2_casestudies {
    margin-bottom: 40px;
  }

  .items_tech {
    grid-template-columns: 1fr 1fr;
  }

  .grid_websites {
    grid-template-columns: 1fr;
  }

  .paragraph_about {
    font-size: 18px;
    line-height: 1.4;
  }

  .h2_cta {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .wrapper_footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .parent_brand-footer {
    max-width: none;
  }

  .parent_h-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: -10px;
  }

  .btn_nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img_menu {
    width: 18px;
    height: auto;
  }

  .footer_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link_footer-bottom {
    margin-left: auto;
  }

  .text-block {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .name_founder {
    font-size: 20px;
  }

  .signature {
    width: 60px;
  }

  .star_hero._1 {
    width: 50px;
  }

  .badge_reviews {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .img_testimonials {
    max-width: 120px;
  }

  .div-block-4 {
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
    font-size: 10px;
  }

  .icon_5stars {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-top: -10px;
  }

  label {
    font-size: 14px;
  }

  blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .branding-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .experience-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .achievement-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    z-index: 1000;
    height: 70px;
  }

  .parent_links {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section_hero-home {
    padding-top: 40px;
  }

  .parent_companies {
    margin-top: 60px;
  }

  .img_companies.mobile {
    max-width: 90%;
    display: block;
  }

  .img_companies.desktop {
    display: none;
  }

  .h2_tech {
    margin-bottom: 40px;
  }

  .items_tech {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .item_tech {
    height: 60px;
  }

  .logo_tech._1 {
    max-width: 84px;
  }

  .logo_tech._2 {
    max-width: 81px;
  }

  .logo_tech._3 {
    max-width: 90px;
  }

  .logo_tech._4 {
    max-width: 72px;
  }

  .logo_tech._5 {
    max-width: 75px;
  }

  .logo_tech._6 {
    max-width: 90px;
  }

  .logo_tech._7 {
    max-width: 78px;
  }

  .logo_tech._8, .logo_tech._10, .logo_tech._11 {
    max-width: 66px;
  }

  .item_review {
    padding: 20px;
  }

  .img_reviews {
    max-width: 100px;
  }

  .bottom_part-reviews {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .img_logo-company {
    margin-left: auto;
  }

  .paragraph_cta {
    margin-bottom: 0;
    font-size: 16px;
  }

  .wrapper_footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .parent_brand-footer {
    max-width: none;
  }

  .links_footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .btn_nav-menu {
    margin-left: 10px;
  }

  .image-2 {
    max-width: 55px;
  }

  .footer_bottom {
    justify-content: space-between;
    align-items: center;
  }

  .link_footer-bottom {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e1f08b7a-7619-77ec-5d08-2ef0245ce8dd-9681f740 {
    order: -9999;
  }
}


