body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.62;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #00276c;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00276c;
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: rgba(48, 48, 48, 0.75);
}

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

.margin.navbar-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin.hero-margin {
  height: 100%;
}

.button {
  padding: 20px 30px;
  border-radius: 100px;
}

.button.primary {
  border-style: solid;
  border-width: 1px;
  border-color: #00276c;
  background-color: #00276c;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
}

.button.primary:hover {
  background-color: transparent;
  color: #00276c;
}

.button.primary.ml10 {
  margin-left: 10px;
}

.button.primary.ml10.navbar-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #fb8500;
  background-color: #fb8500;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
}

.button.secondary:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fb8500;
  background-color: transparent;
  color: #fb8500;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #00276c;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
  color: #00276c;
}

.button.outline:hover {
  border-color: #fb8500;
  color: #fb8500;
}

.button.outline.navbar-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.seconday-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
}

.button.seconday-outline:hover {
  border-color: #00276c;
  color: #00276c;
}

.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #00276c;
  color: #fff;
  font-size: 0.8rem;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: underline;
}

.footer-link.hide {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #00276c;
  font-weight: 700;
}

.navbar-link:hover {
  color: #fb8500;
}

.footer-details-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sns-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: #0c00d6;
}

.footer-detail-text {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.4);
}

.logo-footer {
  width: 10vw;
}

.hero {
  height: 90vh;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 1fr 0.75fr;
}

.hero-paragraph._0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.compativel {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-social-proof {
  position: relative;
  margin-top: 20px;
  padding-top: 125px;
  padding-bottom: 100px;
  background-color: #00276c;
  background-image: url('../images/background-circle-new-color.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.grid-2fr-1fr {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.75fr 0.25fr 1fr;
  grid-template-columns: 1.75fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-proof-logos {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-proof-image {
  height: 45px;
}

.section-dark-cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #00276c;
  color: #fff;
}

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

.grid-2-col.mb100 {
  margin-bottom: 100px;
}

.section-about {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.section-heading {
  margin-bottom: 7vh;
}

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

.about-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.about-card-image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.about-card-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.section-highlights {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #faf6f3;
}

.white {
  color: #fff;
}

.white.mt10 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.white.m0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading {
  color: #00276c;
}

.section-cta-orange {
  padding-top: 100px;
  padding-bottom: 100px;
}

.orange-cta {
  padding: 60px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fb8500;
}

.section-faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-card {
  margin-bottom: 40px;
}

.faq-title {
  font-size: 1.5em;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section-cta-big {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/background-circle-new-color-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.cta-big-text {
  margin-top: 40px;
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, 0.75);
}

.brand-image {
  height: 40px;
  margin-bottom: 5px;
}

.absolute-cards {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

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

.absolute-card-item {
  margin-top: -100px;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.35);
}

.cookies-link {
  color: hsla(0, 0%, 100%, 0.56);
}

@media screen and (max-width: 991px) {
  .margin {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .margin.navbar-margin {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button.primary.ml10.navbar-button {
    width: 100%;
    margin-top: 20px;
  }

  .button.outline.navbar-button {
    width: 100%;
  }

  .nav-menu {
    padding: 20px;
    background-color: #f8f8f8;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.23);
  }

  .navbar-link {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 2em;
  }

  .compativel {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-dark-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-highlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-cta-orange {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-footer {
    width: auto;
    height: 35px;
  }

  .section-social-proof {
    position: static;
  }

  .grid-2fr-1fr {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .absolute-cards {
    position: static;
    margin-top: 60px;
  }

  .absolute-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .absolute-card-item {
    margin-top: 0px;
  }
}

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

  h2 {
    font-size: 2em;
  }

  .button.secondary.full-width {
    width: 100%;
    text-align: center;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .navbar-link {
    margin-bottom: 30px;
  }

  .hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .compativel {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-social-proof {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2fr-1fr {
    grid-row-gap: 15px;
  }

  .social-proof-logos {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-2-col {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2-col.mb100 {
    margin-bottom: 60px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-card-image {
    margin-bottom: 20px;
  }

  .orange-cta {
    padding: 20px;
  }

  .absolute-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

#w-node-ea5b0f2d-ff0c-4014-0cdd-e0b155babec5-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33a95ceb-ad0b-1b39-f724-7d08aaa6a721-919be938 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cbb0dd1c-0ad6-bbe7-88f1-cc78740077d4-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5e436551-d1ac-9b30-2e4a-ab78fb7bf904-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd66b546-5764-b715-735b-24bbd598d29b-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a295b226-9a23-6d1e-91ef-eec5ad0bee60-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cbf71181-a4ee-f8db-bf9f-0d34b0377f16-919be938 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5b8ffb31-c9f2-6095-b4ac-779622b493d1-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e837ceee-62cb-0d65-c65f-b41a80f937f1-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4267b70-3446-ec70-ddec-79a9bfa3edd0-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2425fa51-3843-7970-d0a0-3a222b0efea0-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_69edeb17-e324-9f3e-7420-1f72f292f2d9-919be938 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ff2772a4-3f5c-6fac-b0a1-0c4ea784a22d-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8758f89f-f3c7-569d-5642-653fb6cd7138-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd41da66-55f5-1608-eae8-8be5d58891b7-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0012275e-e777-a8a9-c1af-080eecbaad03-919be938 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8f72d00-e5a1-86e5-913a-6c8e3bbe04fd-919be938 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c8f72d00-e5a1-86e5-913a-6c8e3bbe0500-919be938 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ce9113c3-7983-8e93-5376-c7c55bda7e9c-919be938 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f2f86ce1-edbb-b358-9f40-50968077fff8-919be938 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_33a95ceb-ad0b-1b39-f724-7d08aaa6a721-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cbf71181-a4ee-f8db-bf9f-0d34b0377f16-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_69edeb17-e324-9f3e-7420-1f72f292f2d9-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff2772a4-3f5c-6fac-b0a1-0c4ea784a22d-919be938 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c8f72d00-e5a1-86e5-913a-6c8e3bbe04fd-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c8f72d00-e5a1-86e5-913a-6c8e3bbe0500-919be938 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33a95ceb-ad0b-1b39-f724-7d08aaa6a721-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_761c45fb-0d97-33b6-3a67-dd293ce794a7-919be938 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0012275e-e777-a8a9-c1af-080eecbaad08-919be938 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ce9113c3-7983-8e93-5376-c7c55bda7e9c-919be938 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}