@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-VariableItalic.woff2') format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer Variable;
  src: url('../fonts/Switzer-Variable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --shocking-black: #111;
  --luxury-white: #fafafa;
  --casual-black: #17181a;
  --galaxy-black: #292a2c;
  --azure: #08f;
  --christmas-grey: #959595;
  --black: #0a0a0a;
  --dim-gray: #69696b;
  --green: #9effcb;
  --red: #ff6464;
  --mine-shaft: #323232;
  --funky-gray: #777;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global {
  padding-left: 2%;
  padding-right: 2%;
}

.padding-global.relative {
  z-index: 1;
  position: relative;
}

.section_hero {
  height: 120svh;
  position: relative;
  overflow: hidden;
}

.section_hero.relative {
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: var(--shocking-black);
  color: var(--luxury-white);
  font-family: Switzer Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.navbar_component {
  z-index: 100;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.nav_logo-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button {
  border-radius: .2rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--casual-black);
  color: var(--luxury-white);
  border-radius: .2rem;
  justify-content: space-around;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.secondary {
  color: var(--luxury-white);
  background-color: #ffffff1a;
  text-decoration: none;
}

.button.primary {
  background-color: var(--casual-black);
  color: var(--luxury-white);
}

.hero_wrapper {
  position: relative;
}

.hero_layout {
  flex-flow: column;
  justify-content: space-between;
  height: 120svh;
  display: flex;
}

.nav_menu-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--luxury-white);
  border-radius: .2rem;
  padding: .9rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
}

.nav_link:hover {
  background-color: var(--galaxy-black);
}

.button_circle {
  background-color: var(--luxury-white);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  display: flex;
}

.button_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_wrap.is-nav {
  padding: .9rem 1.5rem .9rem 1.3rem;
}

.button_wrap.is-primary {
  padding: 1.3rem 1.5rem 1.3rem 1.3rem;
}

.button_wrap.is-secondary {
  padding: 1.2rem 1.5rem 1.2rem 1.3rem;
}

.button_bg.is-nav {
  background-color: var(--azure);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
}

.hero_content-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.text-size-large {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.feature_text {
  color: var(--christmas-grey);
}

.heading-style-h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
}

.hero_content-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 150px;
  display: grid;
}

.hero_content-headline {
  max-width: 1060px;
}

.heading-style-h1 {
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.hero_logos-group {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos {
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.logos_track {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.logos_overlay {
  z-index: 50;
  background-image: linear-gradient(90deg, var(--shocking-black), #0000 20%, #0000 85%, var(--shocking-black));
  min-height: 200px;
  position: relative;
}

.hero_background {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about_intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 375px 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 100px;
  display: grid;
}

.code-embed {
  position: absolute;
  inset: 0%;
}

.label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 126px;
  display: flex;
}

.section-logos {
  background-color: var(--shocking-black);
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.label_circle {
  background-color: var(--luxury-white);
  border-radius: 99rem;
  width: 4px;
  height: 4px;
}

.text-size-small {
  font-size: 16px;
}

.text-size-small.number {
  color: var(--christmas-grey);
}

.heading-style-h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

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

.stats_card {
  aspect-ratio: 1;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.stats_card._01 {
  background-color: var(--azure);
}

.stats_card._02 {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stats_card._03 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Projetos-entregues.avif');
  background-position: 0 0, 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about_card-label {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 230px;
  display: flex;
}

.stas_card-wrap {
  background-color: #11111180;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.stats_card-video {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_bg {
  background-image: linear-gradient(#0a0a0af2, #0a0a0a40);
  position: absolute;
  inset: 0%;
}

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

.serv_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 375px 1fr;
}

.serv_list-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--galaxy-black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.serv_title {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}

.serv_number {
  width: 50px;
  color: var(--christmas-grey);
  font-size: 20px;
}

.serv_number.number {
  color: var(--christmas-grey);
}

.spline-scene {
  position: absolute;
}

.serv_left {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 135vh;
  position: absolute;
}

.serv_list {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block {
  z-index: 2;
  background-color: #111c;
  height: 135vh;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.serv_image {
  z-index: 6;
  pointer-events: none;
  object-fit: cover;
  border-radius: .2rem;
  flex: none;
  width: 300px;
  height: 400px;
  position: absolute;
}

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

.cta {
  border-top: 1px solid var(--galaxy-black);
  border-bottom: 1px solid var(--galaxy-black);
  color: var(--luxury-white);
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.cta_icon {
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: 100px;
  display: flex;
}

.cta_label {
  width: 100px;
  color: var(--christmas-grey);
  font-size: 20px;
}

.cta_label.number {
  color: var(--christmas-grey);
}

.heading_cta {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.portf_intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 375px 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 100px;
  display: grid;
}

.portf_headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 660px;
  display: flex;
}

.text-size-normal {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.hero_bg-code {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

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

.arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.portf_slider {
  background-color: var(--shocking-black);
  border-radius: .5rem;
  width: auto;
  height: 720px;
  overflow: hidden;
}

.background-video-2 {
  position: absolute;
}

.spline-scene-2 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide_portf-image {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.portf_image {
  object-fit: cover;
  flex: 1;
}

.slide-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .5;
  justify-content: center;
  align-items: flex-start;
  font-size: .5rem;
  display: flex;
}

.section_testimonials {
  padding-top: 100px;
}

.testim_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.testim_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 694px;
  display: flex;
}

.google_review {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--casual-black);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem .5rem .5rem;
  display: flex;
}

.gview_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--azure);
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .5rem;
  display: flex;
}

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

.testimonials_wrap {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.testim_track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.testim_group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  overflow: visible;
}

.testim_card {
  background-color: var(--black);
  border-radius: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 1.5rem;
  display: flex;
}

.testimonial_text {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.4;
}

.testim_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testim_image {
  object-fit: cover;
  flex: none;
}

.testimonial_photo {
  border-radius: 99rem;
  justify-content: space-between;
  align-items: stretch;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.testim_bio {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testim_position {
  color: var(--christmas-grey);
  font-weight: 300;
}

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

.bg_spline {
  width: 100%;
  height: 100%;
  position: absolute;
}

.form_intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 375px 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 100px;
  display: grid;
}

.form_headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 690px;
  display: flex;
}

.input_duo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text_field {
  border: 1px solid var(--shocking-black);
  background-color: var(--casual-black);
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  color: var(--luxury-white);
  border-radius: .4rem;
  margin-bottom: 0;
  padding: 20px;
}

.text_field:active {
  color: var(--luxury-white);
}

.text_field:focus {
  border-width: 1px;
  border-color: var(--azure);
}

.text_field::placeholder {
  color: var(--dim-gray);
  background-color: #fff0;
  font-weight: 300;
}

.input_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.submit_button {
  border: 1px solid var(--shocking-black);
  background-color: var(--galaxy-black);
  border-radius: .5rem;
  width: 100%;
  padding: 30px;
  font-size: 1.2rem;
  transition: background-color .2s;
}

.submit_button:hover {
  background-color: var(--azure);
}

.submit_button:active {
  background-color: var(--green);
  color: var(--shocking-black);
}

.submit_button:focus {
  border: 1px solid var(--azure);
}

.submit_button:focus-visible, .submit_button[data-wf-focus-visible] {
  border-color: var(--azure);
}

.success {
  background-color: var(--casual-black);
  color: var(--green);
  border-radius: .5rem;
}

.error {
  background-color: var(--galaxy-black);
  color: var(--red);
  text-align: center;
  border-radius: .5rem;
  padding: 20px;
}

.form_block {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer {
  background-color: var(--black);
}

.footer_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--galaxy-black);
  grid-template-rows: auto;
  grid-template-columns: 460px 1fr;
  padding-bottom: 50px;
}

.footer_disclaimer {
  width: 500px;
}

.footer_text-disclaimer {
  color: var(--dim-gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.footer_middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 460px 1fr;
  padding-top: 50px;
  padding-bottom: 25px;
}

.footer_copyright {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_colum {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_colum.align {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer_title {
  color: var(--christmas-grey);
  font-size: 14px;
}

.footer_text {
  font-size: 16px;
}

.footer_art {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer_artt-image {
  object-fit: cover;
  height: 100%;
  display: none;
}

.footer_logo-animation {
  flex: 1;
  width: 100%;
  height: 100%;
}

.footer_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 100px;
  display: flex;
}

.bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_bg-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav_menu {
    display: none;
  }

  .heading-style-h1 {
    letter-spacing: -2px;
    font-size: 60px;
  }

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

  .about_intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .about_stats-grid {
    grid-template: ". ."
                   "Area Area" 400px
                   / 1fr 1fr;
  }

  .section_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .serv_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .serv_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .serv_list-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .serv_title {
    font-size: 25px;
  }

  .serv_list {
    margin-bottom: 2rem;
  }

  .serv_image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .section_portf {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta {
    margin-top: 50px;
  }

  .cta_icon {
    margin-left: 0;
  }

  .heading_cta {
    font-size: 25px;
  }

  .portf_intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .portf_headline {
    width: 100%;
  }

  .hero_bg-code {
    display: block;
  }

  .portf_slide-mask {
    height: 500px;
  }

  .portf_slider {
    height: auto;
  }

  .section_testimonials {
    padding-top: 50px;
  }

  .testim_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .testim_heading {
    width: 100%;
  }

  .testimonials_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bg_spline {
    display: none;
  }

  .form_intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .form_headline {
    width: 100%;
  }

  .form_block {
    max-width: 100%;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_disclaimer {
    width: 100%;
  }

  .footer_wrap {
    padding-top: 50px;
  }

  .hero_bg-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    height: 100svh;
  }

  .navbar_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_layout {
    grid-template-columns: .5fr 1fr;
  }

  .hero_layout {
    height: 100svh;
  }

  .hero_content-left {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 100%;
  }

  .text-size-large {
    font-size: 17px;
  }

  .heading-style-h3 {
    font-size: 20px;
  }

  .hero_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hero_content-headline {
    margin-top: 150px;
  }

  .heading-style-h1 {
    font-size: 38px;
  }

  .logos {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .about_intro {
    margin-bottom: 50px;
  }

  .heading-style-h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .about_stats-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .serv_list-wrapper {
    grid-template-columns: 1fr;
  }

  .cta_icon {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }

  .cta_label.hidden {
    display: none;
  }

  .heading_cta {
    font-size: 21px;
  }

  .testim_card {
    width: 360px;
  }

  .bg_spline {
    display: none;
  }

  .input_duo {
    flex-flow: column;
  }

  .hero_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_colum.align {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_1311da65-e6d2-dd33-76e7-bfea75f1108e-43f51c76, #w-node-_473acb6e-183b-d19e-8be9-998ab5a5ac18-43f51c76, #w-node-_8b00f7f3-6898-7398-78d0-65de0042b018-43f51c76, #w-node-_33aa0291-b892-3b17-a75b-a7cc030ffd3f-43f51c76 {
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_6bbc9b76-9ed4-e3eb-f6ab-997f9f29be02-43f51c76 {
    justify-self: end;
  }

  #w-node-becd5c59-8cb4-490c-d49b-3a5cff83bfb3-43f51c76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_473acb6e-183b-d19e-8be9-998ab5a5ac18-43f51c76 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f88c0703-525f-634f-967f-b981e951f3ff-43f51c76 {
    justify-self: start;
  }

  #w-node-_0776d423-b856-0056-81f5-3485c0327596-43f51c76 {
    align-self: end;
  }

  #w-node-_1311da65-e6d2-dd33-76e7-bfea75f1108e-43f51c76 {
    order: -9999;
    justify-self: start;
  }

  #w-node-e8cc0526-5f7e-5721-8f83-96ad744352fd-43f51c76 {
    order: -9999;
    place-self: start;
  }

  #w-node-becd5c59-8cb4-490c-d49b-3a5cff83bfb3-43f51c76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33aa0291-b892-3b17-a75b-a7cc030ffd3f-43f51c76 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}