.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;
}

a {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.modal-background {
  background-color: #12141de6;
  position: absolute;
  inset: 0%;
}

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

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

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

.modal-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-panel-bg {
  background-color: #12141d;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.text-small {
  color: #000;
  letter-spacing: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.form-input {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
}

.form-input:focus {
  color: #fff;
  background-color: #ffffff40;
}

.form-input::placeholder {
  color: #ffffff80;
}

.form-input.form-input-large {
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-input.form-input-large.search-modal-input {
  padding-right: 96px;
}

.navbar-buttons {
  display: flex;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-width-medium {
  width: 100%;
  max-width: 612px;
}

.content-width-medium.modal-content {
  z-index: 2;
  position: relative;
}

.search-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.panel-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body.modal-panel-body {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.panel-body.footer-1-panel-body {
  background-color: #dbddd859;
  border-radius: 12px;
  padding: 72px 72px 48px;
}

.panel-body.align-content-center {
  justify-content: center;
  align-items: center;
}

.panel-body.footer-1-panel-body {
  background-color: #ffffff59;
  padding: 72px 72px 48px;
}

.button {
  text-shadow: 2px 2px 4px #00000080;
  background-color: #64dd17;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button.w--current {
  max-width: 180px;
}

.button.search-form-button {
  background-color: #3c5ccf;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
}

.navbar-brand {
  margin-right: 24px;
}

.panel {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel.modal-panel {
  position: relative;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-controls {
  display: flex;
}

.container {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.align-content-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-content {
  direction: ltr;
  flex-direction: column;
  align-items: flex-start;
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-heading-3 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.display-inline {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}

.section {
  margin-top: 72px;
  margin-bottom: 72px;
}

.section.hero-section {
  background-color: #004aad;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 72px;
}

.about-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: center;
}

.about-grid.reverse {
  direction: rtl;
}

.rounded-image {
  border-radius: 12px;
  margin-left: auto;
}

.space-bottom {
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.navbar-wrapper {
  z-index: 5;
  background-color: #12141d;
  position: relative;
}

.navbar-wrapper.sticky-top {
  z-index: 99;
  background-color: #004aad;
  position: sticky;
  top: 0;
}

.display-heading-4 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.link-arrow {
  align-items: center;
  display: flex;
}

.space-bottom-large {
  color: #000;
  margin-bottom: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.card-heading {
  color: #000;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.card-heading.text-gray-4 {
  color: #00000080;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.card-heading.display-inline {
  color: #000;
  text-transform: capitalize;
}

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

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

.circle-large {
  background-color: #ffffff1a;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  display: flex;
}

.circle-large.bg-primary-2 {
  background-color: #004aad;
  border-radius: 48px;
}

.space-bottom-2 {
  color: #000;
  margin-bottom: 24px;
}

.panel-2 {
  direction: ltr;
  background-color: #dbddd859;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.no-bottom-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-services {
  margin-top: 72px;
  margin-bottom: 72px;
}

.panel-4 {
  direction: ltr;
  background-color: #dbddd859;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel-top-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-height: 440px;
}

.section-title {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.display-heading-6 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.section-about {
  background-color: #dbddd8;
  background-image: url('../images/bg4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.display-heading-8 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.display-inline-3 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  display: inline;
}

.footer-1-top {
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.social-link-item {
  margin-left: 8px;
  margin-right: 8px;
  transition: opacity .2s;
}

.social-link-item:hover {
  opacity: .5;
}

.social-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.content-width-extra-small {
  width: 100%;
  max-width: 328px;
}

.rounded-image-2 {
  border-radius: 12px;
  margin-right: auto;
}

.center-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-heading-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.card-heading-3.display-inline {
  color: #000;
}

.card-heading-3.display-inline.text-gray-4 {
  color: #000;
  font-weight: 500;
}

.space-bottom-large-4 {
  margin-bottom: 36px;
}

.display-heading-10 {
  color: #004aad;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.panel-5 {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel-5.section {
  background-color: #ffffff59;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 108px;
  padding-bottom: 108px;
  position: relative;
}

.section-information {
  background-color: #dbddd8;
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer {
  background-color: #dbddd8;
  padding-top: 72px;
}

.footer-1-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.space-bottom-4 {
  margin-bottom: 24px;
}

.space-bottom-4.w--current {
  margin-bottom: 0;
}

.panel-6 {
  direction: ltr;
  background-color: #dbddd859;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-5 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: 700;
}

.link-5:hover {
  color: #000000e6;
  text-decoration: underline;
}

.link-5.w--current {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link-5.w--current:hover {
  color: #000000bf;
}

.social-image {
  max-width: 40px;
}

.display-heading-11 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.privacy-container {
  width: 100%;
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}

.paragraph {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.text-primary-2 {
  color: #36a9e1;
}

.text-primary-2.no-bottom-space {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.footer-2 {
  background-color: #fff;
  padding-top: 72px;
}

.navbar-wrapper-2 {
  z-index: 5;
  background-color: #12141d;
  position: relative;
}

.navbar-wrapper-2.sticky-top {
  z-index: 99;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-2-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel-2-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-2-body.footer-2-panel-body {
  background-color: #ffffff59;
  padding: 72px 72px 48px;
}

.panel-7 {
  direction: ltr;
  background-color: #dbddd8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.business-details {
  margin-bottom: 24px;
}

.large-heading {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.large-heading.text-gray-4 {
  color: #00000080;
}

.display-inline-4 {
  color: #000;
  display: inline;
}

.sign-up-grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1107px;
  margin-left: auto;
  margin-right: auto;
}

.rounded-image-3 {
  border-radius: 12px;
}

.button-2 {
  text-shadow: 2px 2px 4px #00000080;
  background-color: #004aad;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 20px 20px #0000;
}

.button-2:hover {
  box-shadow: inset 0 0 20px 20px #0000001a;
}

.button-2.w--current {
  background-color: #004aad;
}

.fullscreen-section-content {
  flex: 1;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.space-bottom-5 {
  margin-bottom: 24px;
}

.paragraph-2 {
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section-information-2 {
  background-color: #0000;
  padding-top: 72px;
  padding-bottom: 72px;
}

.panel-5-2 {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel-5-2.section {
  background-color: #dbddd859;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 108px;
  padding-bottom: 108px;
  position: relative;
}

.card-heading-2 {
  color: #004aad;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.mobile-link {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.mobile-link.text-block {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .panel-body.footer-1-panel-body {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-controls, .hero-content {
    align-items: center;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .section {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .section.hero-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .about-grid.reverse {
    grid-row-gap: 19px;
  }

  .rounded-image {
    margin-right: auto;
  }

  .display-heading-4 {
    font-size: 40px;
    line-height: 44px;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 824px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-services {
    margin-top: 96px;
    margin-bottom: 0;
  }

  .section-about {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .display-heading-8 {
    font-size: 54px;
    line-height: 54px;
  }

  .footer-1-top {
    flex-direction: column;
    margin-bottom: 72px;
  }

  .rounded-image-2 {
    margin-left: auto;
  }

  .display-heading-10 {
    font-size: 54px;
    line-height: 54px;
  }

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

  .section-information {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .footer {
    padding-top: 24px;
  }

  .display-heading-11 {
    font-size: 50px;
    line-height: 50px;
  }

  .navbar-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .panel-2-body.footer-2-panel-body {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .sign-up-grid-halves {
    grid-template-columns: 1fr;
    max-width: 612px;
  }

  .rounded-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-information-2 {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .panel-5-2.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .form-input.form-input-large {
    height: 48px;
    padding-left: 20px;
  }

  .navbar-buttons {
    display: none;
  }

  .panel-body.footer-1-panel-body {
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .section {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section.hero-section {
    padding-bottom: 24px;
  }

  .rounded-image {
    border-radius: 6px;
  }

  .display-heading-4 {
    font-size: 32px;
    line-height: 44px;
  }

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

  .section-services {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .display-heading-6 {
    font-size: 40px;
    line-height: 44px;
  }

  .section-about {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 72px;
  }

  .display-heading-8 {
    font-size: 54px;
    line-height: 54px;
  }

  .footer-1-top {
    margin-bottom: 48px;
  }

  .rounded-image-2 {
    border-radius: 6px;
  }

  .display-heading-10 {
    font-size: 54px;
    line-height: 54px;
  }

  .panel-5.section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-information {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .footer {
    padding-top: 24px;
  }

  .footer-1-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .display-heading-11 {
    font-size: 50px;
    line-height: 50px;
  }

  .panel-2-body.footer-2-panel-body {
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .sign-up-grid-halves {
    max-width: 400px;
  }

  .rounded-image-3 {
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-information-2 {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .panel-5-2.section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .panel-body {
    padding: 24px;
  }

  .panel {
    border-radius: 6px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .display-heading-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .section.hero-section {
    padding-bottom: 24px;
  }

  .about-grid.reverse {
    grid-row-gap: 21px;
    padding-top: 0;
  }

  .display-heading-4 {
    font-size: 28px;
    line-height: 23px;
  }

  .card-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .panel-2 {
    border-radius: 6px;
  }

  .section-services {
    margin-bottom: 72px;
  }

  .panel-4 {
    border-radius: 6px;
  }

  .panel-top-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-about {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .display-heading-8 {
    font-size: 40px;
    line-height: 44px;
  }

  .footer-1-top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .card-heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .display-heading-10 {
    font-size: 40px;
    line-height: 44px;
  }

  .panel-5 {
    border-radius: 6px;
  }

  .panel-5.section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-information {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .footer-1-bottom {
    text-align: center;
  }

  .panel-6 {
    border-radius: 6px;
  }

  .display-heading-11 {
    font-size: 40px;
    line-height: 44px;
  }

  .panel-2-body {
    padding: 24px;
  }

  .panel-7 {
    border-radius: 6px;
  }

  .rounded-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-information-2 {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .panel-5-2 {
    border-radius: 6px;
  }

  .panel-5-2.section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-heading-2 {
    font-size: 24px;
    line-height: 30px;
  }
}


