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

.home-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  padding: 18px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.home-link:hover {
  background-color: #222;
}

.header-image {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.h1 {
  margin-top: 50px;
  padding-top: 0px;
  background-color: rgba(50, 50, 50, 0);
  font-family: 'Roboto Slab', sans-serif;
  color: #323232;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: default;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #323232;
  font-family: 'Roboto Slab', sans-serif;
}

.columns {
  margin-bottom: 20px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 40px;
  font-family: Raleway, sans-serif;
  color: #323232;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
}

.h3 {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  cursor: default;
}

.link-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 33%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 5px;
  background-color: #1c588d;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
}

.link-button:hover {
  background-color: #144066;
  box-shadow: 0 3px 10px -4px #323232;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: static;
  display: block;
  width: 993px;
  height: 8px;
  max-width: 50px;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1c588d;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
  text-align: center;
}

.disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  cursor: default;
}

.link-2 {
  padding-left: 3px;
  text-decoration: none;
}

.paragraph1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  text-align: center;
  cursor: default;
}

.paragraph {
  padding-right: 100px;
  padding-left: 100px;
  font-family: Raleway, sans-serif;
  text-align: center;
  cursor: default;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.image {
  position: relative;
  padding-right: 0px;
  float: left;
  clear: none;
  border-radius: 8px;
  box-shadow: 1px 2px 8px 0 #555;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-bottom: 100px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #323232;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0px auto;
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #323232;
  text-align: center;
}

.heading {
  margin: 0px;
  padding: 10px 20px;
  border-radius: 36px;
  background-color: #f0f0f0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-5 {
  margin: 20px auto;
  font-family: Raleway, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-buttons {
  margin: 0px 20px;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #1c588d;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-buttons:hover {
  background-color: #154672;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 60px;
  max-height: 60px;
  background-color: #333;
}

.nav-link {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
}

.icon {
  color: #fff;
  font-size: 28px;
}

.nav-menu {
  background-color: #555;
}

.menu-button {
  max-height: 60px;
  background-color: #323232;
}

.menu-button:hover {
  background-color: #222;
}

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

.menu-button.w--open:focus {
  background-color: #555;
}

.nav-link-2 {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
}

.nav-link-3 {
  text-align: right;
}

.section {
  background-color: #1c588d;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 130px;
  border-bottom: 10px solid #ebebeb;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-2 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: transparent;
}

.section-3 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: #f0f0f0;
}

.section-4 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: #f0f0f0;
}

.section-5 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: transparent;
}

.section-6 {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
}

.section-7 {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #f0f0f0;
}

.section-8 {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f0f0f0;
}

.section-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #f0f0f0;
}

.section-10 {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  font-family: Raleway, sans-serif;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.div-block-6 {
  margin-right: auto;
  margin-left: auto;
}

.signup-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-copy {
  margin-top: 30px;
  padding-top: 0px;
  background-color: rgba(50, 50, 50, 0);
  font-family: 'Roboto Slab', sans-serif;
  color: #323232;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: default;
}

.h1-copy-copy {
  margin-top: 0px;
  padding-top: 60px;
  background-color: rgba(50, 50, 50, 0);
  font-family: 'Roboto Slab', sans-serif;
  color: #323232;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: default;
}

.h1-copy-copy-copy {
  margin-top: 40px;
  padding-top: 0px;
  background-color: rgba(50, 50, 50, 0);
  font-family: 'Roboto Slab', sans-serif;
  color: #323232;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: default;
}

.h2-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 40px;
  font-family: Raleway, sans-serif;
  color: #323232;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c588d;
}

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

.image-3 {
  position: static;
  margin-left: 10px;
  float: right;
  clear: both;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.image-4 {
  display: block;
  margin: 20px auto 40px;
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.25);
}

.banner-message {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #af3e1b;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  cursor: default;
}

@media screen and (max-width: 991px) {
  .home-link {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .disclaimer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-2 {
    max-width: 400px;
  }

  .html-embed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .icon {
    color: #fff;
    font-size: 28px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    max-height: 60px;
  }

  .banner-message {
    padding-right: 32px;
    padding-left: 32px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .home-link {
    margin-left: 0px;
  }

  .h2 {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 22px;
  }

  .column {
    margin-bottom: 40px;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .disclaimer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .paragraph1 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .paragraph-2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image {
    max-width: 75%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-3 {
    max-width: 75%;
  }

  .html-embed {
    position: static;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .grid {
    padding-right: 60px;
    padding-left: 60px;
  }

  .main-buttons {
    padding: 10px 20px;
    font-size: 16px;
  }

  .heading-2 {
    padding-top: 80px;
    padding-bottom: 100px;
    font-size: 36px;
  }

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

  .h2-copy {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .home-link {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .header-image {
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .h1 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 3px;
  }

  .h2 {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .h3 {
    margin-top: 15px;
    font-size: 24px;
  }

  .link-button {
    font-size: 22px;
  }

  .column {
    margin-bottom: 30px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .disclaimer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph1 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .paragraph {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand {
    padding-left: 0px;
  }

  .paragraph-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }

  .image {
    position: static;
    display: block;
    clear: both;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .paragraph-3 {
    max-width: 85%;
    font-size: 18px;
    line-height: 24px;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

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

  .heading-2 {
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 30px;
    letter-spacing: 3px;
  }

  .div-block-5 {
    margin-bottom: 60px;
  }

  .signup-button {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .h1-copy {
    margin-top: 30px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }

  .h1-copy-copy {
    margin-top: 0px;
    padding-top: 50px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }

  .h1-copy-copy-copy {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }

  .h2-copy {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .banner-message {
    margin-top: 30px;
    padding-right: 29px;
    padding-left: 29px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}

#w-node-heading-777872dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0b4185d7-f95f-cd1b-8c0e-5547ca01da38-777872dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9c687f90-51fa-4a71-b387-29b2409de9b3-777872dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18b109a1-289b-2342-eafb-6d58e934376b-777872dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

