@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  letter-spacing: -.05em;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  z-index: 0;
  color: #000;
  text-align: center;
  background-color: #9bff5d;
  border-radius: 100px;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  box-shadow: inset -4px -6px 10px #ffffff80, inset 4px 6px 10px #ffffff80;
}

.button.full-width {
  width: 100%;
}

.button.is-blue {
  background-color: #4ee7ff;
}

.hide {
  display: none;
}

.home-banner_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-banner_logo-wrp {
  justify-content: center;
  align-items: center;
  margin-right: 5rem;
  display: flex;
}

.home-banner_logo-wrp.is-modulus {
  width: 6.5rem;
}

.home-banner_logo-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-banner_logo-img.is-exclusion {
  filter: grayscale();
}

.home-banner_logo-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_home-banner {
  position: relative;
  overflow: hidden;
}

.home-faq_margin-answer {
  margin-top: .75rem;
  margin-bottom: .25rem;
  padding-right: 18%;
}

.home-faq_answer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
}

.home-faq_accordion {
  border-top: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 1rem;
}

.home-faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: .25rem;
  display: flex;
}

.home-faq_question-text {
  color: #8d8b8a;
  letter-spacing: -.4px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-faq_answer-p {
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 1.5;
}

.icon-dropdown-faq {
  color: #8d8b8a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.home-faq_answer-p-wrp {
  max-width: 40rem;
}

.padding-section-footer {
  padding: 3.25rem 0 2.25rem;
}

.footer_social-link {
  margin-right: .75rem;
}

.footer_social-link.is-last {
  margin-right: 0;
}

.footer_component {
  z-index: 10;
  position: relative;
}

.footer_socials {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.footer {
  z-index: 1000;
  position: relative;
  overflow: hidden;
}

.footer_legal-link {
  color: #12121280;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar_link {
  z-index: 99;
  color: #ffffffe6;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 3.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar_link.is-last {
  margin-right: 0;
}

.navbar_logo-wrapper {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_container {
  border-bottom: 1px #0414341a;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_menu-link-wrp, .navbar_menu-icon, .navbar_logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_left-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar_menu-wrapper-mobile {
  z-index: 10000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
  overflow: scroll;
}

.navbar-wrapper {
  height: 4.5rem;
}

.navbar_component {
  z-index: 9999;
  background-color: #f2efed00;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_cta-wrp {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_menu-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 -.5px 2px #fff3, inset 0 .5px 2px #fff3;
}

.navbar_mobile-link-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  display: flex;
}

.navbar_container-mobile {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar_link-mobile {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar_menu-button {
  display: none;
}

.navbar_menu-button.is-open {
  color: #0d0d0d;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -.5rem;
  display: flex;
}

.navbar_menu-button.is-main {
  z-index: 10000;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  position: relative;
}

.navbar_menu-wrapper-mobile-top {
  width: 100%;
  max-width: 92.5rem;
}

.section_home-hero {
  position: relative;
  overflow: hidden;
}

.padding-section-home-hero {
  padding-top: 12rem;
  padding-bottom: 11rem;
}

.home-hero_content-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  transition: all 1s;
  display: grid;
}

.home-hero_h1-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 50rem;
  display: grid;
}

.home-hero_tag-wrp {
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff03;
  border: 0 #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 .5px 2px #fff3, inset 0 -.5px 2px #fff3;
}

.home-hero_tag-wrp.is-bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #168392;
  background-image: linear-gradient(135deg, #ffffff0d, #fff0 50%, #ffffff12), linear-gradient(#ffffff03, #ffffff03);
}

.home-hero_circle-wrp {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  margin-right: .75rem;
  display: flex;
  position: relative;
}

.home-hero_circle-small {
  background-color: #6eff14;
  border-radius: 100px;
  width: .625rem;
  height: .625rem;
}

.home-hero_h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.home-hero_desc-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 33rem;
  display: grid;
}

.p-20 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
}

.home-hero_btn-wrp {
  position: relative;
}

.home-hero_tag-txt {
  color: #fff;
  font-weight: 500;
}

.home-hero_bg-wrp {
  z-index: -1;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-fw-fh {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-fw-fh.is-desktop {
  display: inline-block;
}

.image-fw-fh.is-mobile {
  display: none;
}

.padding-section-home-banner {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.padding-section-home-results {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-results_heading-wrp {
  width: 100%;
  max-width: 57rem;
  margin-bottom: 4rem;
}

.home-results_h2 {
  font-size: 3rem;
  overflow: hidden;
}

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

.home-results_item {
  background-color: #fafafa;
  border: 1px solid #cdcaca;
  border-radius: 12px;
  overflow: hidden;
}

.home-results_image-wrp {
  position: relative;
  overflow: hidden;
}

.home-results_img {
  width: 100%;
}

.home-results_item-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 1.5rem 2rem;
  display: grid;
}

.home-results_h3 {
  font-size: 1.5rem;
}

.p-16 {
  letter-spacing: -.05em;
  font-size: 1rem;
}

.section_home-services {
  background-color: #fafafa;
}

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

.home-services_h2-wrp {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45rem;
  margin-bottom: 4rem;
  display: flex;
}

.home-services_h2 {
  text-align: center;
}

.home-services_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
}

.home-services_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border: 1px solid #cdcaca;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 2rem;
  transition: all .2s;
  display: flex;
}

.home-services_img-wrp {
  border-radius: 6px;
  flex: none;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
  overflow: hidden;
}

.home-services_img.is-desktop {
  display: inline-block;
}

.home-services_img.is-mobile {
  display: none;
}

.home-services_content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: grid;
}

.home-services_tools-wrp {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-services_tools-txt-wrp {
  flex: none;
}

.home-services_line {
  background-color: #000;
  width: 100%;
  height: .75px;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  position: relative;
  top: 3px;
}

.home-services_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.home-services_logo-wrp, .home-services_logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-services_tool-txt {
  font-size: 1.25rem;
}

.padding-section-home-work {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-work_h2-wrp {
  overflow: hidden;
}

.home-work_h2 {
  font-size: 5rem;
}

.home-work_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.home-work_item-wrp {
  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: stretch;
  display: flex;
}

.home-work_content-wrp {
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 20rem;
  max-width: 28rem;
  margin-right: 4rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.home-work_logo-wrp.is-skyarc {
  max-width: 7.5rem;
}

.home-work_desc-wrp {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-work_item-heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-18 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.home-work_img-wrp {
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  width: 100%;
  min-width: 32rem;
  max-width: 50rem;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.home-work_img {
  border-radius: 10px;
  overflow: hidden;
}

.home-work_img.is-bg {
  z-index: -2;
  filter: blur(10px);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-work_img-overlay {
  z-index: -1;
  background-color: #0003;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_home-pricing {
  background-color: #fafafa;
  background-image: linear-gradient(#fafafa, #fff);
}

.padding-section-home-pricing {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-pricing_h2-wrp {
  margin-bottom: 4rem;
  overflow: hidden;
}

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

.home-pricing_card-wrp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #cecece;
  border-radius: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #0000001a;
}

.home-pricing_bg-wrp {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.home-pricing_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-pricing_content-wrp {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border: .75px solid #fff;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 2px 2px 2px #fff3;
}

.home-pricing_item-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.home-pricing_circle-icon {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.home-pricing_circle-icon.is-blue {
  background-color: #14e0ff;
  width: 1rem;
  height: 1rem;
}

.home-pricing_circle-icon.is-blue-large {
  z-index: -1;
  background-color: #14e0ff33;
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.home-pricing_circle-icon.is-green {
  background-color: #6eff16;
  width: 1rem;
  height: 1rem;
}

.home-pricing_circle-icon.is-green-large {
  z-index: -1;
  background-color: #6eff1633;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.home-pricing_cat-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.home-pricing_price-wrp {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.75rem;
  display: grid;
}

.home-pricing_price-desc {
  font-size: 1.125rem;
  font-weight: 500;
}

.home-pricing_price-fig {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.home-pricing_table-wrp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-pricing_table-heading {
  color: #6b6b6b;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.home-pricing_table-cat {
  max-width: 20rem;
}

.home-pricing_table-cat.is-2 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.home-pricing_table-cat-h-wrp {
  border-bottom: .75px solid #e3e3e3;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .875rem;
  padding-bottom: .375rem;
  display: flex;
}

.home-pricing_table-cat-h-wrp.is-2 {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-pricing_table-cat-icon {
  justify-content: center;
  align-items: center;
  margin-right: .625rem;
  display: flex;
}

.home-pricing_cat-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-pricing_table-cat-h {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.home-pricing_table-cat-list-item {
  color: #6b6b6b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.home-pricing_cta-wrp {
  z-index: 1;
  border-radius: 100px;
  position: relative;
  box-shadow: 0 4px 10px #fff3;
}

.home-pricing_price-span {
  margin-left: .625rem;
  font-size: 1.25rem;
}

.home-pricing_bg-overlay {
  z-index: 0;
  background-color: #ffffff4d;
  position: absolute;
  inset: 0%;
}

.button-overlay {
  z-index: 0;
  opacity: 0;
  background-color: #ffffff40;
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.button-txt {
  z-index: 2;
  position: relative;
}

.home-cta_component {
  z-index: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  padding: 5rem 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-cta_img-wrp {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.home-cta_content-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  max-width: 40rem;
  display: grid;
}

.home-cta_h2 {
  color: #fff;
  text-align: center;
  font-size: 2.75rem;
}

.home-hero_bg-overlay {
  z-index: 5;
  background-color: #0000002e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_cta-wrp-mobile {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demo_h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.demo_h1-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 50rem;
}

.demo-hero_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.demo-hero_content-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.cal-widget {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 74rem;
  min-height: 38rem;
  display: flex;
  overflow: hidden;
}

.cal-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.padding-section-demo {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

.padding-section-demo-banner {
  padding-top: 2.25rem;
  padding-bottom: 10rem;
}

.home-banner_overlay {
  background-image: linear-gradient(90deg, #fff, #fff0 10% 90%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filter-blur {
  filter: blur(5px);
}

.home_results_anim-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.orb {
  border: 1px solid #ffffff80;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 91px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.orb.is-1 {
  border-width: 1px;
  border-color: #000;
  border-radius: 200px;
  flex: 0 auto;
  width: 225px;
  height: 91px;
}

.orb.is-2 {
  border-width: 1px;
  border-color: #000;
  border-radius: 314px;
  flex: 0 auto;
  width: 353px;
  height: 143px;
}

.orb.is-3 {
  border-color: #000;
  border-radius: 450px;
  width: 503px;
  height: 204px;
}

.navbar_menu-mobile-bg-wrp {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_menu-mobile-bg-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.no-select-wrp {
  width: 100%;
  height: 100%;
}

.demo-hero_bg-overlay {
  z-index: 5;
  background-color: #0000002e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-hero_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.demo-hero_bg-wrp {
  z-index: -1;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.demo-hero_bg-overlay2 {
  z-index: 5;
  background-color: #0000002e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_logo-wrapper {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
  position: relative;
}

.padding-footer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_logo-overlay {
  display: none;
}

.demo-hero_img-desktop {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-results_h2-span {
  display: inline-block;
  position: relative;
}

.home-results_h2-span2 {
  display: inline-block;
}

.home-hero_circle-large {
  background-color: #6eff1433;
  border-radius: 100px;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.home-services_img-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff5c;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-pricing_circle-wrp {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
  position: relative;
}

.home-results_h2-span-wrp {
  overflow: hidden;
}

.gtm-container {
  display: none;
}

.home-pricing_price-span2 {
  margin-right: .75rem;
  font-size: 1.25rem;
}

._404_logo {
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  .home-faq_answer {
    font-size: 1rem;
  }

  .padding-section-footer {
    padding: 0 0 2.5rem;
  }

  .footer_content-wrp {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .footer_legal-link {
    margin-right: 0;
  }

  .navbar_link {
    color: #001137;
    text-align: left;
    object-fit: fill;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: 70px;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .navbar_logo-wrapper {
    display: flex;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .navbar_menu-link-wrp {
    background-color: #fff;
    height: auto;
    display: none;
    position: absolute;
  }

  .navbar_left-wrapper {
    display: none;
  }

  .navbar_menu-wrapper-mobile {
    z-index: 10000;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    object-fit: fill;
    background-color: #00000080;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    min-height: auto;
    position: fixed;
    inset: 0 0% 0%;
  }

  .navbar_component {
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    padding-top: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_cta-wrp {
    display: none;
  }

  .navbar_menu-wrapper.is-mobile {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar_mobile-link-wrapper {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar_container-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_mobile-menu-wrapper {
    width: 100%;
    padding-top: 1rem;
  }

  .navbar_link-mobile {
    color: #fff;
    text-transform: none;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    display: block;
  }

  .navbar_menu-button {
    color: #fff;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding: .75rem;
    display: flex;
  }

  .navbar_menu-button.is-open {
    color: #fff;
  }

  .navbar_menu-button.is-main {
    z-index: 9999;
    color: #fff;
    display: flex;
    position: relative;
  }

  .navbar_menu-wrapper-mobile-top {
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    display: flex;
  }

  .home-hero_h1-wrp {
    max-width: 40rem;
  }

  .home-hero_h1 {
    font-size: 3.5rem;
  }

  .home-hero_bg-wrp {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .padding-section-home-results {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-results_h2, .home-services_h2 {
    font-size: 2.5rem;
  }

  .home-services_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-home-work {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-work_h2 {
    font-size: 4rem;
  }

  .home-work_item-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-work_content-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    display: grid;
  }

  .home-work_img-wrp {
    min-width: auto;
    max-width: none;
  }

  .home-work_img {
    width: 100%;
  }

  .home-work_img.is-bg {
    filter: none;
  }

  .home-pricing_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-pricing_content-wrp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-cta_component {
    margin-top: 10rem;
  }

  .navbar_cta-wrp-mobile {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .demo_h1-wrp {
    max-width: 40rem;
  }

  .demo-hero_content-wrp {
    transition: all 1s;
  }

  .padding-section-demo {
    padding-top: 10rem;
  }

  .demo-hero_bg-overlay {
    z-index: 6;
    background-color: #0000;
    background-image: linear-gradient(#fff0, #fff 67%);
    height: 48rem;
    top: 26rem;
  }

  .demo-hero_img {
    width: 100%;
    max-width: none;
    height: 47rem;
  }

  .demo-hero_mobile-img-wrp {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .demo-hero_bg-wrp {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .demo-hero_bg-overlay2 {
    background-color: #0000;
    background-image: linear-gradient(#0000002e 70%, #fff 84%);
    height: 50rem;
  }

  .footer_logo-wrapper {
    display: flex;
  }

  .demo-hero_tab-img-wrp {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .demo-hero_img-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-faq_margin-answer {
    padding-right: 0%;
  }

  .home-faq_answer {
    padding-right: 10%;
    font-size: .875rem;
  }

  .home-faq_question-text {
    font-size: 1rem;
  }

  .icon-dropdown-faq {
    width: 1.625rem;
    min-width: 1.625rem;
    height: 1.625rem;
    min-height: 1.625rem;
    margin-left: 2rem;
  }

  .padding-section-footer {
    padding: 2rem 0 1rem;
  }

  .footer_content-wrp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
  }

  .navbar_logo {
    width: 100%;
  }

  .navbar_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .navbar_mobile-link-wrapper {
    padding-top: .5rem;
  }

  .navbar_link-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .navbar_menu-button.is-open {
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .padding-section-home-hero {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .home-hero_h1 {
    font-size: 3rem;
  }

  .home-hero_bg-wrp {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .padding-section-home-results {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-results_heading-wrp {
    max-width: 43rem;
    margin-bottom: 3rem;
  }

  .home-results_h2 {
    font-size: 2.25rem;
  }

  .home-results_list {
    grid-template-columns: 1fr;
  }

  .home-services_h2-wrp {
    max-width: 32rem;
  }

  .home-services_h2 {
    font-size: 2.25rem;
  }

  .home-services_list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
  }

  .home-services_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    place-items: start stretch;
    padding: .5rem .5rem 1.5rem;
    display: grid;
  }

  .home-services_img-wrp {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .home-services_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .home-services_img.is-desktop {
    display: none;
  }

  .home-services_img.is-mobile {
    display: inline-block;
  }

  .home-services_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-services_tools-wrp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-services_line {
    height: 1px;
    margin: 1rem 0 2rem;
  }

  .home-services_logo-list {
    margin-left: 0;
  }

  .padding-section-home-work {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-work_h2 {
    font-size: 3rem;
  }

  .home-work_list {
    margin-top: 3rem;
  }

  .home-work_item-wrp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    overflow: hidden;
  }

  .home-work_content-wrp {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .home-work_item-heading {
    font-size: 1.5rem;
  }

  .home-work_img-wrp {
    z-index: 0;
    overflow: hidden;
  }

  .home-work_img {
    z-index: 1;
    position: relative;
  }

  .home-work_img.is-bg {
    z-index: -1;
  }

  .padding-section-home-pricing {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .home-pricing_h2-wrp {
    margin-bottom: 3rem;
  }

  .home-pricing_h2 {
    font-size: 2.25rem;
    font-weight: 500;
  }

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

  .home-cta_component {
    margin-top: 8rem;
    padding: 3rem 2rem;
  }

  .home-cta_content-wrp {
    max-width: 33rem;
  }

  .home-cta_h2 {
    font-size: 2.25rem;
  }

  .demo_h1 {
    font-size: 4rem;
  }

  .padding-section-demo {
    padding-top: 9rem;
  }

  .padding-section-demo-banner {
    padding-bottom: 8rem;
  }

  .navbar_menu-mobile-bg-wrp {
    z-index: -1;
  }

  .demo-hero_bg-wrp {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .footer_logo-wrapper {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
  }

  .padding-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_logo-overlay {
    z-index: 1;
    background-image: linear-gradient(#fff0 44%, #fff 87%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.75rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .home-faq_margin-answer {
    padding-right: 0%;
  }

  .icon-dropdown-faq {
    align-self: flex-start;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: .25rem;
    margin-left: 1rem;
    padding: 0;
  }

  .padding-section-footer {
    padding-top: 1rem;
  }

  .footer_content-wrp {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .navbar_container {
    min-width: 0;
    max-width: none;
  }

  .navbar_menu-wrapper-mobile {
    background-image: none;
    top: 0;
  }

  .navbar-wrapper {
    height: 4rem;
  }

  .navbar_component {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .navbar_cta-wrp {
    display: none;
  }

  .navbar_menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar_container-mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_link-mobile {
    display: block;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .padding-section-home-hero {
    padding-bottom: 8rem;
  }

  .home-hero_content-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-hero_h1-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-hero_h1 {
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .home-hero_desc-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-20 {
    font-size: 1.125rem;
  }

  .image-fw-fh.is-desktop {
    display: none;
  }

  .image-fw-fh.is-mobile {
    z-index: 2;
    display: inline-block;
  }

  .padding-section-home-results {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-results_h2 {
    font-size: 2rem;
  }

  .home-services_list {
    grid-template-columns: 1fr;
  }

  .home-services_item {
    border-radius: 20px;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-services_content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-work_list {
    margin-top: 3rem;
  }

  .home-work_img-wrp {
    overflow: hidden;
  }

  .home-pricing_h2-wrp {
    margin-bottom: 3rem;
  }

  .home-pricing_content-wrp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-pricing_cat-title {
    font-size: 1.75rem;
  }

  .home-pricing_price-desc {
    font-size: 1.125rem;
  }

  .home-pricing_price-fig {
    font-size: 2.5rem;
  }

  .home-pricing_table-heading {
    font-size: 1rem;
  }

  .home-pricing_table-cat-h {
    font-size: 1rem;
    font-weight: 500;
  }

  .home-cta_component {
    padding: 5rem 1.5rem;
  }

  .navbar_cta-wrp-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .demo_h1 {
    line-height: 1.2;
  }

  .demo_h1-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .demo-hero_content-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar_menu-mobile-bg-img {
    object-position: 50% 100%;
  }

  .demo-hero_bg-overlay {
    z-index: 6;
    background-color: #0000;
    background-image: linear-gradient(#fff0, #fff 67%);
    height: 34rem;
    top: 22rem;
  }

  .demo-hero_img {
    object-fit: cover;
    width: 30rem;
    max-width: none;
    height: 44rem;
  }

  .demo-hero_mobile-img-wrp {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .demo-hero_bg-wrp {
    border-radius: 0;
  }

  .demo-hero_bg-overlay2 {
    background-image: linear-gradient(#0000002e 62%, #fff 73%);
    height: 44rem;
  }

  .footer_logo-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .demo-hero_tab-img-wrp {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
  }
}

#w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe25-225ffe1f {
  justify-self: start;
}

#w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe27-225ffe1f {
  justify-self: center;
}

#w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe29-225ffe1f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe27-225ffe1f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe25-225ffe1f, #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe29-225ffe1f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe25-225ffe1f {
    justify-self: center;
  }

  #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe27-225ffe1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_87e7c82d-3ccb-7a59-8461-18e5225ffe29-225ffe1f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}