:root {
  --dark-blue: #001c4c;
  --white: white;
  --red: #ef5c48;
  --green: #2ee847;
  --light-blue: #0ccffb;
  --white--8: #ffffff14;
  --bg-light: #f7f8fa;
  --body-text: #8796a4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-blue);
  letter-spacing: -.01em;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  letter-spacing: -.03125em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  letter-spacing: -.0416em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.section.cc-black {
  color: var(--white);
  background-color: #020202;
}

.container {
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.container.cc-full {
  padding: 0%;
}

.section-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: max(5vw, 40px);
  padding-bottom: max(5vw, 40px);
  display: flex;
  position: relative;
}

.section-inner.cc-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.section-heading.cc-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-heading.cc-left.cc-max-md {
  max-width: 840px;
}

.section-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 50vw;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.section-pill.cc-red {
  background-color: #ef5c480d;
}

.section-pill.cc-purple {
  background-color: #9747ff0d;
}

.section-pill.cc-green {
  background-color: #2ee84740;
}

.section-pill.cc-purple_dark {
  background-color: #9747ff33;
}

.section-pill.cc-blue {
  background-color: #0ccffb26;
}

.i-24 {
  width: 24px;
  height: 24px;
}

.uc-bodytext {
  opacity: .8;
}

.st-emphasis {
  font-family: Crimson Pro, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
}

.st-emphasis.cc-red {
  color: var(--red);
}

.st-emphasis.cc-purple {
  color: #9747ff;
}

.st-emphasis.cc-green {
  color: var(--green);
}

.st-emphasis.cc-blue {
  color: var(--light-blue);
}

.scg-3-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.scg-card {
  color: var(--white);
  background-color: #001c4c;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 520px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scg-card.cc-dark {
  background-color: var(--white--8);
}

.scg-card.cc-full {
  width: 100%;
}

.scg-card_inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.scg-card_title {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
}

.scg-card_bg {
  position: absolute;
  inset: 0%;
}

.scg-card_bg.cc-red {
  background-color: #ef5c481a;
}

.scg-card_bg.cc-green {
  background-color: #2ee84729;
}

.scg-card_bg.cc-purple {
  background-color: #9747ff33;
}

.c-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.c-button.cc-transparent {
  border: 1px solid var(--white--8);
  background-color: var(--white--8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.c-button.cc-transparent.cc-small {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.c-button.cc-gray {
  background-color: var(--bg-light);
}

.c-button.cc-blue {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.c-button.cc-blue.cc-small {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.c-button.cc-calc {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white--8);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white--8);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white--8);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white--8);
  background-color: var(--white--8);
  color: var(--white);
  width: 100%;
}

.i-20 {
  width: 20px;
  height: 20px;
}

.c-image {
  width: 100%;
  height: 100%;
}

.c-image.cc-cover {
  object-fit: cover;
}

.c-image.cc-cover.cc-right {
  object-position: 100% 50%;
}

.scg-icon {
  background-color: var(--white--8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.prose-italic {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.scg-3-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-heading {
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.faq-body {
  height: 0;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.faq-body.cc-closed {
  height: 0;
  padding-top: 0;
  overflow: hidden;
}

.faq-intro {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-wrap: balance;
  flex-flow: column;
  display: flex;
}

.faq-btn {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 24px;
  height: 24px;
  display: grid;
}

.faq-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 56px 48px;
  display: grid;
}

.faq {
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-1 {
  letter-spacing: -.02em;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.uc-bold {
  font-weight: 600;
}

.scg-2-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.c-trusted {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-trusted.cc-left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.trusted-logo {
  background-color: #fff;
  border-radius: 8px;
}

.cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  margin-top: 48px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-avatars {
  display: flex;
  position: relative;
}

.c-navatar {
  background-color: #fff6;
  border: 2px solid #fff;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: -12px;
  overflow: hidden;
}

.c-navatar.cc-frist {
  margin-left: 0;
}

.cta-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-bg {
  position: absolute;
  inset: 0%;
}

.form-success {
  background-color: #21cc3f12;
  border-radius: 20px;
  margin-top: 24px;
  padding: 24px;
}

.subscribe-label {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.form-error {
  background-color: #fe5f5712;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-field {
  background-color: #f7f8fa;
  border: 1px solid #0000;
  border-radius: 16px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: #b7c0c8;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-field.cc-white {
  background-color: #fff;
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field.cc-calc_input {
  color: var(--dark-blue);
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  height: 56px;
  padding-left: 0;
  padding-right: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.text-field.cc-calc_input::placeholder {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.text-field.cc-large {
  border-radius: 20px;
  height: 64px;
}

.subscribe-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.success-icon {
  color: #21cc3f;
  width: 56px;
  height: 56px;
}

.form-message {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #001c4c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.form-message.cc-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-message.cc-flex.cc-dark, .form-message.cc-dark {
  color: var(--white);
}

.error-icon {
  color: #fe5f57;
  width: 20px;
  height: 20px;
}

.cta-content_inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.c-logo {
  width: 100px;
  height: 40px;
}

.footer-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.footer-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.form-loading {
  display: none;
}

.footer {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 5vw;
  padding: 40px;
}

.footer-btm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #f7f8fa;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.c-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-cols {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  font-weight: 600;
  display: flex;
}

.footer-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 160px;
  display: flex;
}

.footer-col_title {
  color: #c8c9cb;
  font-size: 14px;
  line-height: 20px;
}

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

.badge {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.badge.cc-red {
  color: var(--red);
  background-color: color-mix(in srgb, var(--red), transparent 90%);
}

.hero-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-blue);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-bottom: max(5vw, 40px);
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.hero-cta {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 1;
  text-align: center;
  text-wrap: balance;
  max-width: 480px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}

.hero-content.cc-max-md {
  max-width: 850px;
}

.hero-sub {
  margin-top: 24px;
}

.hero-em {
  opacity: .8;
  mix-blend-mode: screen;
  font-family: Crimson Pro, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 600;
}

.hero-em.cc-red {
  color: #ee222d;
}

.hero-em.cc-blue {
  color: #0ccffb;
}

.hero-bg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-nav {
  z-index: 5;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 4px #00000014;
}

.nav-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.nav-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-links {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
}

.section-bg {
  position: absolute;
  inset: 0%;
}

.c-calculator {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark-blue);
  background-color: #03161e;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 480px;
  padding: 16px;
  display: flex;
}

.calc-input {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.calc-select {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--bg-light);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
}

.i-16 {
  width: 16px;
  height: 16px;
}

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

.calc-input_text {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.calc-input_group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.calc-arrow {
  background-color: #03161e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 2px 3px #0000004d, 0 6px 10px #00000026;
}

.hero-img {
  position: absolute;
  inset: 0%;
}

.h-screen {
  height: 100vh;
}

.swiper-wrapper, .hero-swiper {
  width: 100%;
  height: 100%;
}

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

.nav-menu {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 32px;
  width: 32px;
  height: 32px;
  position: relative;
}

.menu-icon {
  position: absolute;
}

.uc-desktophide {
  display: none;
}

.primary-btn {
  color: #fff;
  letter-spacing: -.01em;
  cursor: pointer;
  background-color: #001c4c;
  border-radius: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.uc-red {
  color: var(--red);
}

.roles-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.careers-section_bg {
  position: absolute;
  inset: 0%;
}

.max-w-md {
  max-width: 840px;
}

.uc-balance {
  text-wrap: balance;
}

.contact-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: grid;
}

.input-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-form {
  border: 1px solid #001c4c1a;
  border-radius: 20px;
  padding: 24px;
}

.contact-form_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.textarea-field {
  background-color: #f7f8fa;
  border: 1px solid #0000;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.textarea-field::placeholder {
  color: #b7c0c8;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.textarea-field.cc-white {
  background-color: #fff;
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px #1018280d;
}

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

.page-loader {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: all;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #001c4c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-loader.cc-hide {
  display: none;
}

.loader-progress {
  background-color: #ffffff14;
  border-radius: 50px;
  width: 50%;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.loader-progress-inner {
  background-color: #fff;
  border-radius: 40px;
  width: 7%;
  height: 40px;
}

.loader-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.calc-select_tab {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--dark-blue);
  mix-blend-mode: normal;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.calc-select_tab.cc-active {
  color: var(--white);
}

.calc-select_indicator {
  background-color: var(--dark-blue);
  border-radius: 32px;
  width: 53.75px;
  height: 32px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.uc-text {
  color: var(--body-text);
}

.popup-title-text {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.popup-close {
  background-color: #f7f8fa;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.modal {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.cc-open {
  z-index: 1;
  opacity: 100;
  pointer-events: auto;
}

.ea-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.popup {
  letter-spacing: -.01em;
  background-color: #fff;
  border: 4px solid #0ccffb;
  border-radius: 40px;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
}

.popup-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.scg-card_body {
  text-wrap: balance;
  max-width: 640px;
}

@media screen and (max-width: 991px) {
  .cta-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-message.cc-dark {
    color: var(--white);
  }

  .footer-top {
    flex-flow: column-reverse;
  }

  .c-nav {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .nav-inner {
    flex-flow: column;
    align-items: stretch;
    height: 72px;
  }

  .nav-inner.cc-open {
    height: auto;
  }

  .uc-desktophide {
    display: block;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .st-emphasis {
    font-size: 44px;
  }

  .scg-3-2 {
    grid-template-columns: 1fr;
  }

  .scg-card.cc-dark {
    padding: 24px;
  }

  .scg-card_inner {
    font-size: 15px;
  }

  .scg-card_title {
    font-size: 20px;
  }

  .scg-3-1 {
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 48px;
  }

  .scg-2-1 {
    grid-template-columns: 1fr;
  }

  .cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .c-navatar {
    width: 40px;
    height: 40px;
  }

  .text-field.cc-calc_input, .text-field.cc-calc_input::placeholder {
    font-size: 32px;
    line-height: 40px;
  }

  .footer {
    padding: 32px 12px;
  }

  .footer-btm {
    flex-flow: wrap-reverse;
    margin-top: 32px;
    padding-top: 32px;
  }

  .footer-cols {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-col {
    min-width: 130px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-em {
    font-size: 56px;
  }

  .nav-links {
    flex-flow: wrap;
    align-items: center;
  }

  .calc-input {
    font-size: 13px;
    font-weight: 500;
  }

  .calc-input_text {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .popup {
    margin-left: 5%;
    margin-right: 5%;
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .c-button.cc-transparent {
    width: auto;
  }

  .cta {
    padding: 24px;
  }

  .text-field.cc-calc_input, .text-field.cc-calc_input::placeholder {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-inner {
    min-height: 90vh;
  }

  .hero-cta, .nav-links {
    flex-flow: column;
  }

  .calc-duration {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .calc-input_text {
    font-size: 24px;
    line-height: 32px;
  }

  ._w-max {
    max-width: max-content;
  }
}

#w-node-_16a7cabc-c08e-c27d-cbc8-ce0f63ba5008-e4e74c5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d33dd177-098a-9e6d-147b-ada18e3c1800-8e3c17fb, #w-node-d33dd177-098a-9e6d-147b-ada18e3c1801-8e3c17fb {
  grid-area: 1 / 1 / 2 / 2;
}


