.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px 48px;
  position: fixed;
  box-shadow: 0 1px 6px #dadada;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.nav-button-wrapper:hover {
  color: #ff6d1d;
}

.button-primary {
  color: #ff6d1d;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(26, 27, 31, 0);
  padding: 12px 20px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #ff6d1d;
  background-color: rgba(50, 52, 58, 0);
}

.button-primary:active {
  background-color: rgba(255, 255, 255, 0);
}

.body {
  background-color: #f9fbfc;
}

.image {
  width: 140px;
  height: auto;
}

.home-section {
  padding: 160px 40px 110px;
}

.large-text {
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.large-text.large-text-orange {
  color: #ff6d1d;
}

.large-text.section-header {
  text-align: center;
  text-transform: none;
  margin-bottom: 36px;
  padding-bottom: 0;
  display: block;
}

.large-text.section-header.column-header {
  text-align: left;
}

.subtext {
  margin-top: 20px;
  padding-top: 0;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.button {
  width: auto;
  float: left;
  background-color: #ff6d1d;
  border-radius: 6px;
  margin-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-tag {
  color: #6e6b7b;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  padding-left: 0;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline;
  overflow: visible;
}

.div-block {
  float: left;
  clear: left;
  object-fit: fill;
  margin-top: 12px;
  font-family: Metropolis, sans-serif;
  display: block;
  overflow: visible;
}

.why-section {
  object-fit: fill;
  background-color: #fff;
  margin-top: -140px;
  padding: 220px 40px 110px;
  position: static;
}

.grid-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  margin-top: -24px;
}

.text {
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
}

.text.footer-text {
  width: 100%;
  float: right;
  color: #fff;
  text-align: left;
  padding-top: 10px;
}

.reasoning {
  text-align: center;
  background-color: #f9fbfc;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(26, 5, 29, .08);
}

.text-header {
  margin-bottom: 8px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-header.footer-header {
  width: 60%;
  float: right;
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.image-2 {
  margin-bottom: 24px;
}

.featured-section {
  z-index: 1;
  width: auto;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px rgba(26, 5, 29, .08);
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.featured-grid {
  text-align: center;
  padding: 32px;
}

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

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

.columns {
  padding-left: 40px;
  padding-right: 40px;
}

.image-3 {
  width: 75%;
  margin-top: 40px;
}

.text-field {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f9fbfc;
  overflow-wrap: normal;
  background-color: #f9fbfc;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-2 {
  height: 1px;
  -webkit-text-stroke-color: #6e6b7b;
  background-color: #6e6b7b;
  margin-bottom: 40px;
}

.text-field-2 {
  background-color: #f9fbfc;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
}

.field-label, .field-label-2 {
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 400;
}


.column {
  padding-left: 100px;
}

.checkbox-label {
  color: #000;
  font-family: Metropolis, sans-serif;
  font-weight: 700;
}

.checkbox-field {
  margin-bottom: 20px;
}

.submit-button {
  background-color: #ff6d1d;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 28px;
}

.checkbox {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  border: 1px solid #000;
  border-radius: 1px;
  padding-left: 0;
}

.section {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 60px;
}

.column-2 {
  padding-left: 40px;
}

.image-4 {
  width: 25%;
  margin-left: -8px;
  padding-left: 0;
}

.text-block {
  color: #fff;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
}

.socials-grid {
  width: 40%;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  margin-top: 40px;
}

.column-3 {
  padding-right: 0;
}

.text-block-2, .text-block-3 {
  width: 60%;
  float: right;
  color: #fff;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  color: #8a8a8a;
  text-align: center;
  margin-top: 24px;
  font-family: Metropolis, sans-serif;
}

.social-link {
  width: 60%;
  float: right;
  text-decoration: none;
}

.text-span {
  font-weight: 700;
}

.link {
  color: #000;
}

.text-span-2 {
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow-container {
    max-width: 100%;
    padding-left: 48px;
  }

  .subtext {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 40px;
  }

  .container-regular {
    max-width: 100%;
  }

  .navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 16%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .home-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .large-text {
    font-size: 26px;
    line-height: 32px;
  }

  .large-text.large-text-orange {
    font-size: 26px;
  }

  .subtext {
    font-size: 18px;
    line-height: 24px;
  }

  .button {
    font-size: 16px;
  }

  .text-tag {
    font-size: 14px;
  }

  .why-section {
    margin-top: -160px;
    padding-bottom: 80px;
  }

  .text {
    text-align: center;
  }

  .text.footer-text {
    text-align: left;
  }

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

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-2 {
    margin-bottom: 24px;
  }

  .submit-button {
    font-size: 16px;
  }

  .image-4 {
    margin-left: -8px;
  }

  .column-4 {
    clear: none;
  }

  .icon {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    display: block;
  }

  .image {
    width: 140px;
  }

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

  .large-text {
    width: 80%;
    line-height: 36px;
  }

  .large-text.large-text-orange {
    line-height: 36px;
  }

  .large-text.section-header {
    width: 100%;
  }

  .subtext {
    width: 80%;
  }

  .grid-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
  }

  .text.footer-text, .text-header.footer-header {
    width: auto;
    float: left;
  }

  .grid-2 {
    grid-template: "."
                   "Area"
                   "Area-2"
                   / 1fr;
  }

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

  .image-3 {
    display: none;
  }

  .column {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 60px;
  }

  .section {
    padding-top: 60px;
  }

  .image-4 {
    width: 60%;
    float: left;
  }

  .text-block {
    float: left;
    clear: left;
    display: inline-block;
  }

  .socials-grid {
    width: 60%;
    float: left;
    clear: left;
  }

  .column-3 {
    margin-top: 20px;
    padding-left: 80px;
  }

  .social-link {
    width: 100%;
    float: right;
    text-align: left;
  }

  .column-5 {
    display: none;
  }

  .columns-2 {
    float: none;
    clear: none;
  }

  .column-6 {
    margin-bottom: 40px;
  }

  .icon {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    width: 40%;
  }

  .home-section {
    text-align: left;
    margin-top: 0;
    padding-top: 120px;
  }

  .large-text {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .large-text.large-text-orange {
    font-size: 24px;
    line-height: 28px;
  }

  .subtext {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .text-tag {
    font-size: 12px;
  }

  .div-block {
    float: none;
    display: block;
  }

  .why-section {
    padding-bottom: 60px;
  }

  .text.footer-text {
    float: none;
    text-align: center;
  }

  .reasoning {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-header.footer-header {
    float: none;
    text-align: center;
  }

  .featured-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .featured-grid {
    padding: 20px;
  }

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

  .column {
    padding-right: 10px;
  }

  .submit-button {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
  }

  .image-4 {
    width: 40%;
    float: none;
    margin-left: 0;
  }

  .text-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .socials-grid {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .column-3 {
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .column-6 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-3 {
    text-align: center;
  }

  .image-5 {
    width: 8%;
  }

  .icon {
    display: block;
  }
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d794-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d795-bbd7e031 {
  grid-area: Area-3;
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d79a-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d79b-bbd7e031 {
  grid-area: Area-3;
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d7a0-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d205bd-fc64-f7fa-0841-e1f03258d7a1-bbd7e031 {
  grid-area: Area-3;
}

#w-node-d1d57738-3757-1a13-0281-c8aadae6e569-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb0c656-f5b4-52bf-7703-83b2f4bf865b-bbd7e031, #w-node-_4fce514b-f1a4-9b21-9df9-5a79e0ebe220-bbd7e031 {
  grid-area: Area-3;
}

#w-node-a421ec65-ee0f-5983-9bd9-2c8d0b291550-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a421ec65-ee0f-5983-9bd9-2c8d0b291551-bbd7e031, #w-node-a421ec65-ee0f-5983-9bd9-2c8d0b291552-bbd7e031 {
  grid-area: Area-3;
}

#w-node-_853a05f9-2a0e-bed1-855c-1836ac47ddec-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_853a05f9-2a0e-bed1-855c-1836ac47dded-bbd7e031, #w-node-_853a05f9-2a0e-bed1-855c-1836ac47ddee-bbd7e031 {
  grid-area: Area-3;
}

#w-node-_5b33b83e-5446-6c2b-c69f-16a8a5d86c03-bbd7e031, #w-node-a80e3d78-4cdc-886e-5304-5bbf4c60c1e0-bbd7e031, #w-node-_1945596f-bc12-6ec3-0b56-7f4102fb891e-bbd7e031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_00d205bd-fc64-f7fa-0841-e1f03258d79a-bbd7e031 {
    grid-area: Area-2;
  }

  #w-node-_00d205bd-fc64-f7fa-0841-e1f03258d7a0-bbd7e031 {
    grid-area: Area-3;
  }

  #w-node-a421ec65-ee0f-5983-9bd9-2c8d0b291550-bbd7e031 {
    grid-area: Area;
  }

  #w-node-_853a05f9-2a0e-bed1-855c-1836ac47ddec-bbd7e031 {
    grid-area: Area-2;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Metropolis-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}