:root {
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin: 10px 0 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #848999;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d7280;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #848a9c;
}

.button.nav {
  margin-left: 18px;
  transition: all .2s;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  text-transform: capitalize;
  background-color: #32ac97;
  margin-top: 191px;
  padding: 25px 22px;
  font-size: 29px;
  transition: all .2s;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  background-color: #2c9986;
  font-weight: 500;
}

.button.sign-up:hover {
  background-color: #33b59f;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 16px;
}

.section.header {
  background-color: #262933;
  padding-top: 22px;
  padding-bottom: 22px;
}

.section.hero {
  text-align: center;
  background-color: #363b48;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.grey {
  text-align: center;
  background-color: #eff1f4;
  padding-top: 40px;
  padding-bottom: 48px;
  overflow: visible;
}

.section.grey.invisible {
  display: none;
}

.section.centered {
  text-align: center;
}

.section.footer {
  text-align: left;
  background-color: #c63534;
}

.section.footer-homepage {
  color: #fff;
  text-align: left;
  background-color: #292c38;
}

.section.footer-nec {
  text-align: left;
  background-color: #88bcc2;
}

.company {
  float: left;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.4em;
  font-weight: 900;
  line-height: .8em;
}

.nav-link {
  color: rgba(255, 255, 255, .81);
  text-transform: uppercase;
  margin-left: 11px;
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.sign-up {
  background-color: #2c9986;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  display: none;
}

.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}

.nav-link.lhflowbutton {
  float: none;
  clear: none;
  background-color: #2c9986;
  border-radius: 5px;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 600;
  position: static;
}

.nav-link.lhflowbutton:hover {
  background-color: #3ac2ab;
}

.nav-link.lhflowbutton-bottom {
  text-align: center;
  background-color: #2c9986;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.nav-link.lhflowbutton-bottom:hover {
  background-color: #3ac2ab;
}

.nav-column {
  text-align: right;
  padding-top: 10px;
}

.logo {
  float: left;
  margin-right: 11px;
}

.hero-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.hero-subhead {
  width: 70%;
  color: #a3a8b6;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.section-title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.section-subtitle {
  width: 80%;
  color: #848999;
  text-align: center;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.responsive-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grey-icon {
  margin-right: 9px;
}

.content-column {
  text-align: left;
  padding-top: 0;
}

.circle {
  height: 303px;
  background-color: #f7f8fa;
  border-radius: 190px;
  margin-bottom: 25px;
  padding-top: 21px;
}

.number {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #363b48;
  border-radius: 50px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.icons {
  width: 100px;
  height: 100px;
  background-color: #eff1f4;
  border-radius: 51px;
  margin-top: 30px;
  padding-top: 14px;
  padding-right: 8px;
  display: inline-block;
}

.quote-box {
  text-align: left;
  background-color: #fff;
  background-image: url('../images/12-quotes_112-quotes.png');
  background-position: 8% 22%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 8px;
  padding: 34px 40px 34px 98px;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  margin-top: -2px;
  margin-left: 45px;
  margin-right: auto;
  display: block;
}

.by-section {
  text-align: left;
}

.person-icon {
  float: left;
  margin-right: 15px;
}

.location {
  color: #848999;
  font-family: Varela, sans-serif;
  font-size: 15px;
}

.logo-bottom {
  float: left;
  margin-right: 14px;
}

.footer-text {
  color: #7d8391;
  margin-top: 11px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.social-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #596073;
  border-radius: 40px;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 9px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.social-icon.socialiconfb, .social-icon.socialicontwitter {
  display: none;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  background-color: #292c38;
  padding-top: 21px;
  padding-bottom: 32px;
  overflow: visible;
}

.image-crop {
  height: 302px;
  transition: height .3s;
  overflow: hidden;
  box-shadow: inset 0 -11px red;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.center {
  text-align: left;
}

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

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

.body {
  font-size: 14px;
}

.paragraph {
  font-size: 18px;
  line-height: 30px;
}

.heading {
  margin-bottom: 10px;
  font-weight: 500;
}

.container {
  text-align: center;
}

.columns, .columns-2, .columns-3 {
  margin-top: 40px;
}

.image {
  max-width: 140px;
  background-color: #292c38;
  border-radius: 3px;
  margin-top: -10px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-2, .image-3 {
  filter: grayscale();
}

.section-2 {
  background-color: #c63534;
}

.section-3 {
  background-color: #c63534;
  padding: 10px 20px;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: right;
}

.container-2 {
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  background-color: #f5f5f5;
}

.section-5 {
  background-color: #f5f5f5;
  padding: 80px 20px;
}

.column-3 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.paragraph-2 {
  color: #464646;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-6 {
  width: 100%;
  max-width: none;
  min-width: 100%;
  padding: 80px 20px;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 2.2em;
  line-height: 110%;
}

.button-red {
  text-transform: none;
  white-space: normal;
  background-color: #c63534;
  border-radius: 4px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: auto;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4.smallerpic {
  padding-left: 60px;
  padding-right: 60px;
}

.section-7 {
  background-color: #c63534;
  padding-left: 20px;
  padding-right: 20px;
}

.button-white {
  color: #c63534;
  text-transform: none;
  white-space: normal;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.section-form {
  width: 100%;
  max-width: none;
  min-width: 100%;
  color: #fff;
  background-image: url('../images/bg.soldier.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 60px 20px 20px;
}

.heading-3 {
  text-shadow: 3px 3px 1px #000;
  font-size: 4.5em;
  line-height: 110%;
}

.column-5 {
  position: -webkit-sticky;
  position: sticky;
}

.paragraph-3 {
  color: #fff;
  text-shadow: 2px 2px 1px #000;
  background-color: rgba(0, 0, 0, .7);
  border: 0 rgba(0, 0, 0, .6);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 20px;
  line-height: 32px;
}

.column-6 {
  height: 100%;
  min-height: 100%;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  position: static;
}

.div-block-2 {
  object-fit: fill;
  padding-bottom: 60px;
  position: static;
  top: 50%;
}

.columns-4 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-2-copy {
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  font-size: 14px;
}

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

.div-block-4 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 26px;
}

.column-7 {
  align-self: flex-start;
}

.columns-5 {
  color: #000;
  padding: 20px 26px;
}

.heading-4 {
  font-size: 2em;
  line-height: 110%;
}

.column-8 {
  text-align: right;
}

.columns-5-copy {
  color: #000;
  padding: 20px 26px;
}

.image-5 {
  max-width: 100%;
  min-height: auto;
}

.submit-button {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #c63534;
  background-clip: border-box;
  border-radius: 4px;
  position: static;
}

.submit-button.button-red {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  overflow: visible;
}

.submit-button.button-nec {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  object-fit: fill;
  background-color: #008e9e;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  display: block;
  overflow: visible;
}

.paragraph-4 {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 16px;
}

.div-block-5 {
  padding-right: 20px;
}

.checkbox-label {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: none;
}

.bold-text {
  color: #000;
  font-weight: 400;
}

.checkbox {
  height: 20px;
  font-size: 30px;
  line-height: 30px;
}

.textarea {
  border: 1px solid #8f8f8f;
  border-radius: 3px;
  margin-bottom: 14px;
  display: none;
}

.paragraph-5 {
  color: #000;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: none;
}

.checkbox-field-2 {
  display: none;
}

.text-field {
  border: 1px solid #6866b8;
  border-radius: 4px;
}

.select-field {
  border: 1px solid #6866b8;
  border-radius: 3px;
}

.button-white-mobile {
  color: #c63534;
  text-transform: none;
  white-space: normal;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.button-white-desktop {
  color: #c63534;
  text-transform: none;
  white-space: normal;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.grid {
  grid-template: "Area-2 Area"
  / 4.25fr 1fr;
  grid-auto-flow: row dense;
}

.checkbox-mobile {
  font-size: 30px;
  line-height: 30px;
  display: none;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-top: 4px;
}

.paragraph-7 {
  margin-bottom: 0;
  display: none;
}

.checkbox-label-desktop {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.button-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d7280;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-copy:hover {
  background-color: #848a9c;
}

.button-copy.nav {
  margin-left: 18px;
  transition: all .2s;
}

.button-copy.nav:hover {
  background-color: #9299ad;
}

.button-copy.big-green {
  text-transform: capitalize;
  background-color: #32ac97;
  margin-top: 191px;
  padding: 25px 22px;
  font-size: 29px;
  transition: all .2s;
}

.button-copy.big-green:hover {
  background-color: #258575;
}

.button-copy.sign-up {
  background-color: #2c9986;
  font-weight: 500;
}

.button-copy.sign-up:hover {
  background-color: #33b59f;
}

.heading-5 {
  text-align: center;
}

.list {
  color: #848999;
  margin-top: 40px;
  font-size: 14px;
}

.list-item {
  padding-bottom: 10px;
  font-family: Varela Round, sans-serif;
}

.list-item-2, .list-item-3 {
  padding-bottom: 10px;
}

.radio-button-label {
  color: #848999;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
}

.radio-button-field {
  margin-bottom: 10px;
}

.div-block-6 {
  margin-bottom: 20px;
}

.paragraph-8 {
  text-align: left;
  margin-top: 20px;
}

.link {
  color: #848999;
}

.contactush1 {
  margin-bottom: 40px;
}

.div-block-7 {
  border: 1px dashed #505050;
  padding-bottom: 20px;
}

.column-9, .column-10, .column-11, .column-12 {
  text-align: right;
}

.image-6 {
  margin-top: 6px;
  margin-right: 8px;
}

.image-7, .image-8, .image-9 {
  margin-right: 8px;
}

.columns-6 {
  margin-top: 50px;
}

.container-3 {
  max-width: 1180px;
  color: #fff;
}

.bold-text-2 {
  color: #fff;
}

.paragraph-8-on-red {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.link-on-red {
  color: #fff;
}

.html-embed {
  margin-top: 0;
  padding-top: 20px;
}

.image-4-copy {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: auto;
  object-fit: cover;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-2 {
  text-decoration: underline;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  grid-auto-flow: row;
}

.columns-7, .columns-8 {
  display: flex;
}

.paragraph-frontpage {
  text-align: left;
  margin-top: 20px;
}

.thankyoupagesection {
  padding-top: 100px;
  padding-bottom: 60px;
}

.heading-6 {
  text-align: center;
}

.paragraph-9 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
}

.container-4 {
  text-align: center;
  padding-top: 100px;
}

.text-span-3 {
  font-weight: 400;
  text-decoration: underline;
}

.heading-3-smaller {
  text-shadow: 3px 3px 1px #000;
  font-size: 4.2em;
  line-height: 110%;
}

.grid-3 {
  grid-template: "Area"
  / 1fr 1fr 1fr;
  align-content: stretch;
}

.tyad-body {
  padding: 10px 4px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.tyad-container {
  background-color: #f3f3f3;
  border-radius: 16px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.tyad-image {
  max-width: 100%;
  min-width: 100%;
}

.tyad-but {
  min-width: 100%;
  text-align: center;
  object-fit: fill;
  background-color: #2c9986;
  border-radius: 5px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: static;
}

.tyad-content {
  flex: 1;
}

.container-5 {
  display: block;
}

.thankyoiupagecontainer {
  height: auto;
}

.heading-7 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.columns-9 {
  margin: 40px;
}

.text-field-large {
  height: 2.1em;
  border: 1px solid #6866b8;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.8em;
}

.text-field-large.masked {
  line-height: 1.9em;
}

.field-label-large {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.4em;
}

.submit-button-large {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #c63534;
  background-clip: border-box;
  border-radius: 4px;
  position: static;
}

.submit-button-large.button-red {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1em;
  display: block;
  overflow: visible;
}

.usa---nec---top-cont {
  max-width: 600px;
}

.usa---nec---body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.usa---nec---top-sec {
  height: 80px;
  background-color: #036;
  border-top: 3px solid #c20017;
  padding-top: 6px;
  padding-bottom: 16px;
}

.usa---nec---logo-div {
  max-width: 20%;
  background-color: #fff;
  border: 3px solid #fff;
}

.usa---nec---logo-div-sub {
  background-color: #036;
  border-bottom: 12px solid #c20017;
}

.usa---nec---logo-div-sub-sub {
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}

.usa---nec---mid-cont {
  max-width: 600px;
  margin-top: 20px;
}

.usa---nec---h1-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 900;
}

.usa---nec---social-column {
  text-align: right;
}

.usa---nec---social-column.hide {
  display: block;
}

.usa---nec---social-colright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.usa---nec---social-div {
  border-top: 1px solid #cedfef;
  border-bottom: 1px solid #cedfef;
}

.bold-text-4 {
  font-size: 1.1em;
  line-height: 1.2em;
}

.usa---nec---social-colleft {
  padding-top: 18px;
}

.usa---nec---social-text {
  text-align: left;
  padding-left: 6px;
  font-size: 14px;
}

.usa---nec---social-text-bold-sub {
  color: #036;
  font-weight: 900;
}

.div-block-12 {
  max-width: 100%;
}

.usa---nec---body-img {
  text-align: left;
  margin-top: 20px;
}

.usa---nec---social-img {
  padding-right: 6px;
}

.usa---nec---text-indicator-h3 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.74em;
  font-weight: 500;
  line-height: 1.4em;
}

.usa---nec---mid-sec {
  padding-bottom: 600px;
}

.usa---nec---bottom-sec {
  background-color: #036;
  padding-top: 40px;
  padding-bottom: 40px;
}

.usa---nec---text-indicator {
  margin-top: 20px;
}

.heading-8 {
  color: #036;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.body-3 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.container-6 {
  max-width: 600px;
  margin-top: 100px;
}

.tpl---usa---button {
  width: 100%;
  text-align: center;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 50px;
  display: block;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .35);
}

.tpl---usa---button.btnext.btnextdisabled {
  color: #c7c7c7;
  background-color: #70859b;
}

.tpl---usa---button.btnext.extra20top, .tpl---usa---button.extra20top {
  margin-top: 30px;
}

.tpl---usa---para {
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.tpl---usa---head1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.tpl---usa---head1.head1withinpuit {
  margin-bottom: 10px;
}

.tpl---usa---head2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.tpl---usa---box {
  min-height: 200px;
  background-color: rgba(207, 207, 207, .3);
  border: 4px solid #1b4e81;
  border-radius: 12px;
  padding: 20px 25px;
}

.tpl---usa---box-head {
  color: green;
  text-align: center;
  border: 4px #1b4e81;
  border-radius: 0;
  margin-top: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-9 {
  text-align: center;
}

.tpl---usa---para-center {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}

.tpl---usa---fontawsm {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 900;
}

.container-7 {
  max-width: 640px;
}

.usa---nec---bottom-footer-text {
  color: #fff;
  text-align: center;
}

.paragraph-10 {
  color: #000;
  text-align: center;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.link-2, .text-span-4, .text-span-5 {
  color: #fff;
}

.html-embed-2 {
  margin-top: 0;
  margin-left: 30px;
  padding-top: 19px;
  padding-bottom: 0;
  padding-left: 20px;
}

.html-embed-3 {
  display: block;
}

.text-span-6 {
  font-family: "Fa solid 900", sans-serif;
}

.div-block-13 {
  display: block;
}

.section-3-nec {
  padding: 10px 20px;
  display: none;
}

.button-nec {
  text-transform: none;
  white-space: normal;
  background-color: #c63534;
  border-radius: 4px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-white-desktop-nec {
  color: #fff;
  text-transform: none;
  white-space: normal;
  background-color: #6358bc;
  border-radius: 4px;
  margin-top: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.button-white-mobile-nec {
  color: #c63534;
  text-transform: none;
  white-space: normal;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.section-form-nec {
  width: 100%;
  max-width: none;
  min-width: 100%;
  color: #fff;
  background-image: url('../images/bg.soldier.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 60px 20px 20px;
}

.nec-form-section {
  padding: 0;
  display: block;
}

.div-block-3-nec {
  display: none;
}

.div-block-4-nec {
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  padding: 20px 26px;
}

.grid-nec {
  grid-template: "Area-2 Area"
  / 4.25fr 1fr;
  grid-auto-flow: row dense;
}

.div-block-14 {
  padding: 20px 26px;
}

.div-block-14-nec {
  text-align: center;
  background-color: #008e9e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 26px;
}

.heading-2-nec-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 110%;
}

.nec-link {
  color: #333;
  text-decoration: underline;
}

.button-purple-nec {
  text-transform: none;
  white-space: normal;
  background-color: #008e9e;
  border-radius: 4px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.checkbox-label-desktop-nec {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.logo-above-form-nec {
  margin-bottom: 20px;
}

.form-section-header-nec {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-2-nec-purple {
  color: #008e9e;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1.7em;
  line-height: 110%;
}

.heading-2-nec {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9em;
  line-height: 116%;
}

.heading-10 {
  font-size: 2.4em;
}

.paragraph-form-header-nec {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.columns-10 {
  display: flex;
}

.form-columns-left {
  min-height: 1160px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-columns-right {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.body-nec {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.paragraph-terms-nec {
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.container-nec {
  max-width: 1280px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5-nec {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-6-nec {
  width: 100%;
  max-width: none;
  min-width: 100%;
  padding: 60px 20px;
}

.section-5-copy {
  background-color: #f5f5f5;
  padding: 80px 20px;
}

.column-3-nec {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nec-right-background {
  background-image: url('../images/shutterstock_566796565.optim.jpg');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: auto 1200px;
  background-attachment: scroll;
}

.form-columns-right-content-div {
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/shutterstock_566796565.optim.jpg');
  background-position: 100% 0;
  background-size: cover;
  display: none;
}

.heading-2-copy {
  margin-bottom: 20px;
  font-size: 2.2em;
  line-height: 110%;
}

.heading-2-nec-2 {
  margin-bottom: 20px;
  font-size: 1.8em;
  line-height: 110%;
}

.paragraph-2-nec {
  color: #464646;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-column-2-nec {
  text-align: right;
}

.header-column-nec {
  text-align: left;
}

.i-agree-para-nec {
  margin-bottom: 0;
  padding-top: 4px;
}

.heading-3-nec-form-step-header {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 116%;
}

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

.div-block-16 {
  min-height: 69px;
  text-align: center;
}

.button-purple-nec-form-horiz {
  text-transform: none;
  white-space: normal;
  background-color: #6358bc;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.button-purple-nec-form-horiz.next {
  background-color: #008e9e;
}

.backlink.previous {
  text-decoration: none;
}

.div-block-17 {
  height: 40px;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
}

.text-span-7 {
  color: #909090;
  text-decoration: none;
}

.column-13 {
  text-align: right;
}

.div-block-18 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-16-formfields {
  min-height: 0;
  text-align: center;
  padding-bottom: 22px;
}

.text-span-8 {
  font-weight: 900;
}

.bold-disclaimer {
  color: #000;
  font-weight: 500;
}

.camp-right-background {
  background-image: url('../images/shutterstock_648779863.optim.jpg');
  background-position: 74% 22%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header-column-cpap {
  text-align: left;
}

.cpap-question-note {
  text-align: justify;
  margin-top: 20px;
  font-size: 12px;
  line-height: 17px;
}

.bold-text-5 {
  line-height: 124%;
}

.cpap-question-columns {
  margin-top: 10px;
}

.cpap-div-block-16 {
  min-height: 59px;
  text-align: center;
}

.header-column-camp {
  text-align: left;
}

.cpap-right-background {
  background-image: url('../images/shutterstock_1537947143.optim.jpg');
  background-position: 80% 0;
  background-size: cover;
}

.field-label {
  display: none;
}

.camp-consent-box-spacing {
  margin-top: 10px;
}

.camp-heading-in-between-sections {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
}

.div-block-19 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.camp-separator-line {
  width: 80%;
  border-bottom: 2px solid #008e9e;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2-nec-with-list-below {
  color: #464646;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.list-with-paragraph-above-button-below {
  margin-bottom: 26px;
}

.bold-text-6 {
  font-weight: 900;
}

.camp-form-columns-left {
  min-height: 960px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.wizardpage.tpl---usa---box {
  background-color: rgba(207, 207, 207, .1);
  padding-bottom: 0;
  display: none;
}

.tpl-usa-input-text-field {
  min-height: 50px;
  border-radius: 10px;
  font-size: 1.8em;
  line-height: 1.4em;
}

.tpl-usa-input-field-label {
  padding-top: 10px;
  padding-left: 8px;
  font-size: 1.3em;
  line-height: 1em;
}

.div-block-21 {
  margin-top: 20px;
}

.div-block-20-specific {
  display: block;
}

.div-block-22 {
  margin-top: 20px;
}

.tpl---usa---button-submit {
  width: 100%;
  text-align: center;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 50px;
  display: block;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .35);
}

.tpl---usa---button-submit.extra20top {
  margin-top: 20px;
}

.tpl---usa---para-center-bold {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-10-bigger {
  color: #000;
  text-align: center;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.usa---nec---mid-cont-wider {
  max-width: 640px;
  margin-top: 30px;
}

.usa---nec---top-cont-wider {
  max-width: 600px;
}

.usa---nec---h1-title-margin-change {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 900;
}

.text-block {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}

.advertorial {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.div-block-23 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 2px;
  padding-bottom: 12px;
}

.advertorial-section {
  background-color: #008e9e;
}

.advertorial-section-usa {
  background-color: #036;
}

.advertorial-usa {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-footer-disclaimer {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
  line-height: 14px;
}

.html-embed-4 {
  margin-top: 40px;
}

.tpl---usa---para-center-bigor {
  color: #000;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.usa-footer-legal-text {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 16px;
}

.tpl---usa---button-submit-mobile-switch-desk {
  width: 100%;
  text-align: center;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 50px;
  text-decoration: none;
  display: block;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .35);
}

.tpl---usa---button-submit-mobile-switch-mobile {
  width: 100%;
  text-align: center;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 50px;
  text-decoration: none;
  display: none;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .35);
}

.html-embed-3-hidden {
  display: none;
}

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

.tpl---usa---button-half {
  width: 60%;
  text-align: center;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 50px;
  display: block;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .35);
}

.text-span-9 {
  text-decoration: underline;
}

.container-5-talcum-thank-you-hidden {
  display: none;
}

.heading-11 {
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  line-height: 80px;
}

.columns-12 {
  align-items: center;
  display: flex;
}

.column-14 {
  text-align: right;
}

.column-15 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3 Area-8"
                       "Area-4 Area-5 Area-6 Area-7";
  grid-auto-flow: row;
}

.button-10-nopad {
  width: 100%;
  text-align: center;
  object-fit: fill;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  overflow: visible;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .25);
}

.wzpage.tpl---usa---box {
  background-color: rgba(207, 207, 207, .1);
  padding-bottom: 0;
  display: block;
}

.button-10-nopad-darkblue {
  width: 100%;
  text-align: center;
  object-fit: fill;
  background-color: #1b4e81;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  overflow: visible;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .25);
}

.grid-4-mobile {
  grid-template: "Area Area-2"
                 "Area-4 Area-5"
                 "Area-9 Area-10"
                 "Area-11 Area-12"
                 / 1fr 1fr;
  grid-auto-flow: row;
  display: none;
}

.wzpageheadline {
  text-align: center;
  margin-bottom: 20px;
}

.wzheadline {
  color: #3e404c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.wzpagecontent {
  padding-left: 10px;
  padding-right: 10px;
}

.wzpagecontent.wzpagecontentcenter {
  text-align: center;
  margin-top: -50px;
}

.image-13 {
  filter: hue-rotate(352deg);
}

.text-span-10 {
  font-size: 1.3em;
  text-decoration: underline;
}

.tpl---usa---box-head-smallertopmargin {
  color: green;
  text-align: center;
  border: 4px #1b4e81;
  border-radius: 0;
  margin-top: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}

.select-field-2 {
  height: 60px;
  border: 3px solid #1b4e81;
  border-radius: 6px;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-11 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.list-item-10, .paragraph10left {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-12 {
  font-size: 12px;
}

.heading-12 {
  margin-bottom: 20px;
}

.paragraph-13 {
  color: #333;
}

.div-block-25 {
  padding-left: 20px;
}

.select-field-3 {
  height: 60px;
  border: 3px solid #1b4e81;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 40px;
}

.text-block-center {
  color: #fff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}

.hide {
  display: none;
}

.image-copy {
  max-width: 100px;
  background-color: #292c38;
  border-radius: 3px;
  margin-top: -10px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.thankyoupagesection-lhflow {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 0;
}

.nav-bar-lh {
  background-color: #292c38;
  padding-top: 21px;
  padding-bottom: 32px;
  overflow: visible;
}

.customcheckboxlabel {
  margin-bottom: 0;
}

.legalcheckboxcolumns {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 0;
}

.legalcheckboxcolumnstitle {
  padding-top: 4px;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-26 {
  margin-bottom: 20px;
}

.legalcheckboxcolumnstitle-right {
  text-align: right;
  padding-top: 4px;
  font-size: 28px;
  font-weight: 500;
}

.list-item-11, .list-item-12, .list-item-13 {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (min-width: 1440px) {
  .paragraph-9 {
    margin-top: 25px;
  }

  .usa---nec---mid-sec {
    text-align: left;
    font-size: 20px;
  }

  .button-purple-nec {
    text-align: left;
  }

  .nec-right-background {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-purple-nec-form-horiz {
    text-align: center;
    display: block;
  }

  .camp-right-background {
    background-color: rgba(0, 0, 0, 0);
    background-position: 74% 22%;
  }

  .usa---nec---mid-cont-wider {
    text-align: left;
    flex: 0 auto;
  }

  .tpl---usa---button-submit-mobile-switch-mobile {
    display: none;
  }

  .heading-11 {
    line-height: 80px;
  }

  .columns-12 {
    flex-direction: row;
    margin-top: 60px;
  }

  .column-15 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-11 {
    margin-top: 15px;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    font-size: 20px;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    line-height: 26px;
  }

  .list-2 {
    margin-top: 15px;
  }

  .list-item-12, .list-item-13 {
    text-align: left;
    line-height: 28px;
  }

  .list-3 {
    text-align: left;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.big-green {
    margin-top: 148px;
  }

  .nav-link {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

  .grey-icon {
    margin-top: 19px;
  }

  .content-column {
    padding-top: 0;
  }

  .circle {
    height: 226px;
  }

  .frames {
    width: 75%;
  }

  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }

  .image {
    max-width: 120px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-6 {
    padding: 30px 20px 20px;
  }

  .image-4.smallerpic {
    padding-left: 0;
    padding-right: 0;
  }

  .section-form {
    background-color: #000;
    background-position: 0 0;
    background-size: contain;
    background-attachment: scroll;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 3em;
  }

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

  .paragraph-3 {
    font-size: 19px;
  }

  .column-6 {
    display: none;
  }

  .div-block-3 {
    display: block;
  }

  .image-5 {
    display: inline-block;
  }

  .button-copy.nav {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-copy.big-green {
    margin-top: 148px;
  }

  .image-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3, .text-span {
    text-decoration: underline;
  }

  .grid-2 {
    grid-auto-flow: row;
  }

  .columns-7, .columns-8 {
    flex-direction: column-reverse;
  }

  .thankyoupagesection {
    padding-top: 60px;
  }

  .paragraph-9 {
    margin-top: 0;
  }

  .heading-3-smaller {
    font-size: 3em;
  }

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

  .section-3-nec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-form-nec {
    background-color: #000;
    background-position: 0 0;
    background-size: contain;
    background-attachment: scroll;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3-nec {
    display: block;
  }

  .heading-2-nec-white {
    font-size: 1.9em;
  }

  .image-10 {
    padding-left: 20px;
  }

  .heading-2-nec-purple {
    padding-right: 20px;
    font-size: 1.6em;
  }

  .heading-2-nec {
    padding-right: 20px;
    font-size: 1.8em;
  }

  .paragraph-form-header-nec {
    text-align: center;
    font-size: 19px;
  }

  .form-columns-left {
    min-height: auto;
  }

  .form-columns-right {
    display: none;
  }

  .section-5-nec {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6-nec {
    padding: 30px 20px 20px;
  }

  .section-5-copy {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3-nec {
    padding-top: 0;
  }

  .nec-right-background {
    display: none;
  }

  .form-columns-right-content-div {
    min-height: 400px;
    background-position: 80% 0;
    display: none;
  }

  .div-block-nec-last-button {
    text-align: center;
    padding-bottom: 30px;
  }

  .header-column-2-nec {
    padding-right: 0;
  }

  .heading-3-nec-form-step-header {
    padding-right: 20px;
    font-size: 1.8em;
  }

  .camp-right-background {
    display: none;
  }

  .cpap-question-note {
    line-height: 16px;
  }

  .cpap-right-background {
    display: none;
  }

  .camp-form-columns-left {
    min-height: auto;
  }

  .advertorial {
    font-size: 14px;
  }

  .thankyoupagesection-lhflow {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .button.nav {
    width: 60%;
    margin: 23px auto 17px;
    display: block;
  }

  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }

  .section {
    padding: 32px 15px;
  }

  .section.hero {
    padding-top: 42px;
  }

  .section.footer, .section.footer-homepage, .section.footer-nec {
    text-align: center;
  }

  .company {
    float: none;
    display: inline-block;
  }

  .nav-link.lhflowbutton {
    display: none;
  }

  .nav-link.lhflowbutton-bottom {
    font-weight: 600;
    display: block;
  }

  .nav-column {
    text-align: center;
    padding-top: 19px;
  }

  .logo {
    float: none;
    margin-top: -14px;
  }

  .company-column {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 23px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .grey-icon {
    margin-top: 28px;
  }

  .content-column {
    padding-left: 0;
  }

  .circle {
    height: auto;
    border-radius: 10px;
    display: inline-block;
  }

  .frames {
    width: 55%;
    margin-bottom: 19px;
  }

  .number {
    margin-bottom: 20px;
  }

  .quote-box {
    background-image: url('../images/12-quotes_112-quotes.png');
  }

  .by-section.first {
    margin-bottom: 35px;
  }

  .logo-bottom {
    float: none;
    margin-bottom: 37px;
    margin-right: -1px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .social-icon.first {
    margin-left: 1px;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand-column {
    text-align: center;
  }

  .image {
    max-width: 80px;
    padding-bottom: 0;
    position: relative;
  }

  .section-3 {
    padding-bottom: 10px;
  }

  .column {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .section-6 {
    padding-bottom: 20px;
  }

  .button-red, .button-white {
    text-align: left;
  }

  .button-white.w--current {
    display: none;
  }

  .section-form {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-position: 10% 0;
    background-repeat: no-repeat;
    background-size: 190%;
    background-clip: border-box;
    padding-top: 20px;
  }

  .heading-3 {
    font-size: 2.8em;
  }

  .column-4, .column-5, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .checkbox-label {
    font-weight: 700;
    display: block;
  }

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

  .checkbox {
    display: block;
  }

  .paragraph-5 {
    color: #000;
    text-align: justify;
    margin-bottom: 0;
    font-size: 11px;
    display: block;
  }

  .checkbox-field, .checkbox-field-2 {
    display: block;
  }

  .button-white-mobile {
    text-align: center;
    display: block;
  }

  .button-white-desktop {
    text-align: left;
    display: none;
  }

  .button-white-desktop.w--current {
    display: none;
  }

  .checkbox-mobile {
    display: block;
  }

  .paragraph-7 {
    margin-bottom: 0;
    display: block;
  }

  .checkbox-label-desktop {
    font-weight: 700;
    display: none;
  }

  .button-copy {
    margin-bottom: 10px;
  }

  .button-copy.nav {
    width: 60%;
    margin: 23px auto 17px;
    display: block;
  }

  .button-copy.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }

  .thankyoupagesection {
    padding-top: 20px;
  }

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

  .paragraph-9 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-3-smaller {
    font-size: 2.8em;
  }

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

  .container-5, .thankyoiupagecontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-9 {
    margin-top: 20px;
  }

  .usa---nec---logo-div {
    margin-left: 10px;
  }

  .usa---nec---mid-cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tpl---usa---button {
    font-size: 1.6rem;
  }

  .section-3-nec {
    padding-bottom: 10px;
  }

  .button-nec {
    text-align: left;
  }

  .button-white-desktop-nec {
    text-align: left;
    display: none;
  }

  .button-white-desktop-nec.w--current {
    display: none;
  }

  .button-white-mobile-nec {
    text-align: center;
    display: none;
  }

  .section-form-nec {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-position: 10% 0;
    background-repeat: no-repeat;
    background-size: 190%;
    background-clip: border-box;
    padding-top: 20px;
  }

  .heading-2-nec-white {
    font-size: 1.7em;
  }

  .button-purple-nec {
    text-align: left;
  }

  .image-10 {
    height: 140px;
    background-color: #fff;
    padding: 25px 25px 25px 20px;
  }

  .checkbox-label-desktop-nec {
    font-weight: 700;
    display: none;
  }

  .logo-above-form-nec {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .form-section-header-nec {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-2-nec-purple, .heading-2-nec {
    padding-left: 20px;
  }

  .paragraph-form-header-nec {
    text-align: center;
    font-size: 18px;
  }

  .form-columns-left {
    padding-top: 0;
  }

  .section-5-nec {
    padding-bottom: 40px;
  }

  .section-6-nec {
    padding-bottom: 20px;
  }

  .section-5-copy {
    padding-bottom: 40px;
  }

  .column-3-nec {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-columns-right-content-div {
    display: none;
  }

  .div-block-nec-last-button {
    padding-bottom: 30px;
  }

  .header-column-2-nec {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-column-nec {
    text-align: left;
    background-image: url('../images/shutterstock_566796565.optim.jpg');
    background-position: 100%;
    background-size: cover;
    padding: 40px 0 60px;
  }

  .i-agree-para-nec {
    padding-top: 3px;
    font-family: Verdana, Geneva, sans-serif;
  }

  .nece-header-columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-3-nec-form-step-header {
    padding-left: 20px;
    font-size: 1.6em;
  }

  .div-block-16 {
    padding-bottom: 10px;
  }

  .button-purple-nec-form-horiz {
    text-align: center;
  }

  .div-block-16-formfields {
    padding-bottom: 10px;
  }

  .header-column-cpap {
    text-align: left;
    background-image: url('../images/shutterstock_1537947143.optim.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
  }

  .cpap-question-note {
    line-height: 16px;
  }

  .cpap-div-block-16 {
    padding-bottom: 10px;
  }

  .header-column-camp {
    text-align: left;
    background-image: url('../images/shutterstock_648779863.optim.jpg');
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
  }

  .camp-form-columns-left {
    padding-top: 0;
  }

  .usa---nec---mid-cont-wider, .container-5-talcum-thank-you-hidden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-10-nopad-darkblue {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .image-copy {
    padding-bottom: 0;
    position: relative;
  }

  .thankyoupagesection-lhflow {
    padding-top: 20px;
  }

  .nav-bar-lh {
    padding-top: 26px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
  }

  .button.nav {
    width: 80%;
  }

  .button.big-green {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section {
    padding-right: 11px;
  }

  .section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-link.lhflowbutton {
    text-align: center;
    margin-right: auto;
    display: none;
  }

  .nav-link.lhflowbutton-bottom {
    text-align: center;
    margin-right: auto;
  }

  .hero-subhead {
    margin-bottom: 34px;
  }

  .grey-icon {
    margin-top: 34px;
  }

  .content-column {
    text-align: center;
  }

  .frames {
    width: 75%;
  }

  .quote-box {
    background-image: url('../images/12-quotes_112-quotes.png');
    background-position: 8% 17%;
    padding-left: 75px;
  }

  .column, .column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    padding: 20px 10px;
  }

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

  .paragraph-2 {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }

  .section-6 {
    padding: 20px 10px 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.7em;
    line-height: 115%;
  }

  .button-red {
    width: 100%;
    text-align: center;
    object-fit: fill;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .image-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-white {
    white-space: break-spaces;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .section-form {
    background-image: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-shadow: 2px 2px 2px #000;
    font-size: 2.3em;
  }

  .column-4 {
    display: block;
  }

  .paragraph-3 {
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3 {
    background-image: url('../images/bg.soldier.jpg');
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4px 10px 10px;
  }

  .div-block-4 {
    margin-top: 10px;
    padding: 10px;
  }

  .column-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button.button-nec {
    font-size: 22px;
    line-height: 30px;
  }

  .checkbox-label {
    padding-left: 16px;
  }

  .paragraph-5 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .button-white-mobile {
    white-space: break-spaces;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .button-white-mobile.w--current {
    font-weight: 700;
  }

  .button-white-desktop {
    white-space: break-spaces;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .grid {
    grid-template-columns: 2.75fr 1fr;
  }

  .button-copy {
    display: block;
  }

  .button-copy.nav {
    width: 80%;
  }

  .button-copy.big-green {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-9 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .heading-3-smaller {
    text-shadow: 2px 2px 2px #000;
    font-size: 2.3em;
  }

  .columns-9 {
    margin-top: 20px;
  }

  .submit-button-large.button-red {
    font-size: 1.7em;
  }

  .usa---nec---top-cont {
    text-align: center;
  }

  .usa---nec---logo-div {
    max-width: 35%;
    text-align: center;
    display: inline-block;
  }

  .usa---nec---mid-cont {
    margin-top: 40px;
  }

  .usa---nec---h1-title {
    font-size: 1.9em;
    line-height: 1.4em;
  }

  .usa---nec---social-colright {
    text-align: center;
  }

  .usa---nec---social-colleft {
    padding-top: 10px;
  }

  .usa---nec---social-text {
    text-align: center;
  }

  .usa---nec---body-img {
    margin-top: 10px;
  }

  .usa---nec---text-indicator-h3 {
    font-size: 1.4em;
  }

  .usa---nec---bottom-sec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .tpl---usa---button {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 40px;
  }

  .tpl---usa---para {
    font-size: 17px;
    line-height: 24px;
  }

  .tpl---usa---head2 {
    margin-top: 40px;
    font-size: 26px;
  }

  .tpl---usa---box {
    padding: 15px 10px;
  }

  .tpl---usa---box-head {
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .tpl---usa---para-center {
    font-size: 18px;
    line-height: 24px;
  }

  .usa---nec---bottom-footer-text {
    font-size: 12px;
  }

  .button-nec {
    width: 100%;
    text-align: center;
    object-fit: fill;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .button-white-desktop-nec, .button-white-mobile-nec {
    white-space: break-spaces;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .button-white-mobile-nec.w--current {
    margin-top: 0;
    padding-top: 16px;
    font-weight: 700;
  }

  .section-form-nec {
    background-image: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3-nec {
    background-image: url('../images/bg.soldier.jpg');
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4px 10px 10px;
  }

  .div-block-4-nec {
    background-color: #f5f5f5;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 40px;
    padding: 10px 10px 60px;
  }

  .grid-nec {
    grid-template-columns: 2.75fr 1fr;
  }

  .div-block-14-nec {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .heading-2-nec-white {
    font-size: 1.6em;
    line-height: 115%;
  }

  .button-purple-nec {
    width: 100%;
    text-align: center;
    object-fit: fill;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .image-10 {
    height: 90px;
    padding: 10px;
  }

  .logo-above-form-nec {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-section-header-nec {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2-nec-purple {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.7em;
    line-height: 115%;
  }

  .heading-2-nec {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4em;
    line-height: 115%;
  }

  .paragraph-form-header-nec {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .columns-10 {
    display: block;
  }

  .form-columns-left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-nec {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5-nec {
    padding: 20px 10px;
  }

  .section-6-nec {
    padding: 20px 10px 10px;
  }

  .section-5-copy {
    padding: 20px 10px;
  }

  .column-3-nec {
    padding-top: 0;
  }

  .columns-11 {
    display: block;
  }

  .image-11 {
    text-align: left;
  }

  .image-12 {
    text-align: center;
  }

  .heading-2-copy {
    text-align: center;
    font-size: 1.7em;
    line-height: 115%;
  }

  .heading-2-nec-2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 115%;
  }

  .paragraph-2-nec {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .header-column-2-nec {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-column-nec {
    text-align: left;
    background-image: url('../images/shutterstock_566796565.optim.jpg');
    background-position: 100%;
    background-size: cover;
    padding: 20px 10px 40px;
  }

  .i-agree-para-nec {
    font-family: Verdana, Geneva, sans-serif;
  }

  .nece-header-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3-nec-form-step-header {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3em;
    line-height: 115%;
  }

  .button-purple-nec-form-horiz {
    width: 100%;
    text-align: center;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .backlink.previous {
    font-size: 12px;
  }

  .div-block-17 {
    padding-left: 10px;
  }

  .header-column-cpap {
    text-align: left;
    background-image: url('../images/shutterstock_1537947143.optim.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px 20px;
  }

  .cpap-question-note {
    font-size: 11px;
    line-height: 15px;
  }

  .header-column-camp {
    text-align: left;
    background-image: url('../images/shutterstock_648779863.optim.jpg');
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px 20px;
  }

  .paragraph-2-nec-with-list-below {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .camp-form-columns-left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wizardpage.tpl---usa---box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tpl-usa-input-text-field {
    min-height: 40px;
    border-radius: 6px;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .tpl-usa-input-field-label {
    font-size: 1em;
  }

  .tpl---usa---button-submit {
    margin-bottom: 0;
    padding: 6px;
    font-size: 1.5rem;
  }

  .usa---nec---mid-cont-wider {
    margin-top: 20px;
  }

  .usa---nec---top-cont-wider {
    text-align: center;
  }

  .usa---nec---h1-title-margin-change {
    font-size: 1.9em;
    line-height: 1.4em;
  }

  .text-block, .usa-footer-legal-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tpl---usa---button-submit-mobile-switch-desk {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.8rem;
    display: none;
  }

  .tpl---usa---button-submit-mobile-switch-mobile {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.6rem;
    display: block;
  }

  .tpl---usa---button-half {
    font-size: 1.7rem;
    line-height: 40px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: none;
  }

  .button-10-nopad {
    width: 100%;
    float: none;
    text-align: center;
    column-count: auto;
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    font-weight: 700;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .wzpage.tpl---usa---box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-10-nopad-darkblue {
    width: 100%;
    float: none;
    text-align: center;
    column-count: auto;
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    font-weight: 700;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .button-10-nopad-darkblue.btnext {
    font-weight: 400;
  }

  .grid-4-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .wzheadline {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .tpl---usa---box-head-smallertopmargin {
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    font-size: 20px;
    line-height: 26px;
  }

  .list-2 {
    margin-top: 15px;
    padding-left: 20px;
  }

  .select-field-3 {
    font-size: 1.4em;
  }

  .text-block-center {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-14 {
    padding-top: 20px;
  }

  .list-item-12, .list-item-13 {
    font-size: 20px;
    line-height: 28px;
  }
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-49664b79, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-49664b79, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-49664b79, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-49664b79, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-49664b79, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-49664b79, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-49664b79, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-49664b79, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-49664b79, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-49664b79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-49664b79 {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-49664b79 {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-49664b79 {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-49664b79 {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-49664b79 {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-49664b79 {
  grid-area: Area-12;
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-4d8ac256, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-4d8ac256, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-4d8ac256, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-4d8ac256, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-4d8ac256, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-4d8ac256, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-4d8ac256, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-4d8ac256, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-4d8ac256, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-4d8ac256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-4d8ac256 {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-4d8ac256 {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-4d8ac256 {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-4d8ac256 {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-4d8ac256 {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-4d8ac256 {
  grid-area: Area-12;
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-36f68676, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-36f68676, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-36f68676, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-36f68676, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-36f68676, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-36f68676, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-36f68676, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-36f68676, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-36f68676, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-36f68676 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-36f68676 {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-36f68676 {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-36f68676 {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-36f68676 {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-36f68676 {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-36f68676 {
  grid-area: Area-12;
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-688ae4fd, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-688ae4fd, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-688ae4fd, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-688ae4fd, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-688ae4fd, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-688ae4fd, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-688ae4fd, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-688ae4fd, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-688ae4fd, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-688ae4fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-688ae4fd {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-688ae4fd {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-688ae4fd {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-688ae4fd {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-688ae4fd {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-688ae4fd {
  grid-area: Area-12;
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-24bb7600, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-24bb7600, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-24bb7600, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-24bb7600, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-24bb7600, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-24bb7600, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-24bb7600, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-24bb7600, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-24bb7600, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-24bb7600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-24bb7600 {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-24bb7600 {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-24bb7600 {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-24bb7600 {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-24bb7600 {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-24bb7600 {
  grid-area: Area-12;
}

#w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef0-88e78c64, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef2-88e78c64, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef4-88e78c64, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef6-88e78c64, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4ef8-88e78c64, #w-node-ca95cb82-3b49-cb0e-2191-3290460f4efa-88e78c64, #w-node-_366c2273-291b-83bb-ecdf-359c9b26cf71-88e78c64, #w-node-_17c63260-cea8-941e-6874-59c6443429d2-88e78c64, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911d-88e78c64, #w-node-fb7e36b7-916a-bb5a-e322-89a242b6911f-88e78c64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69121-88e78c64 {
  grid-area: Area-4;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69123-88e78c64 {
  grid-area: Area-5;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69125-88e78c64 {
  grid-area: Area-9;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69127-88e78c64 {
  grid-area: Area-10;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b69129-88e78c64 {
  grid-area: Area-11;
}

#w-node-fb7e36b7-916a-bb5a-e322-89a242b6912b-88e78c64 {
  grid-area: Area-12;
}

@media screen and (max-width: 479px) {
  #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-188b78f4, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-44106449, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-aa434fe8, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-11b3197e, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-a3f46f4c, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-ffc3acb2, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-f7905271, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-f3aafa09, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-8c83fc58, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-cbc28120, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-49063039, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-27c42e8c, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-0136d408, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-d4b6f477, #w-node-_517614f5-26d5-36ea-c36f-13078b9820f3-d08d0cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: baseline;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}