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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 60px solid #ff683b;
  border-radius: 30px;
  background-image: url('../images/BG1.jpg'), url('../images/BG5_1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/BG1.jpg'), url('../images/BG5_1.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, -8% 50%, 0px 0px;
  background-size: cover, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.body {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f5f5f5;
  font-family: Lato, sans-serif;
}

.div-block {
  width: 45%;
  margin-left: 150px;
  padding: 60px 50px 50px;
  border-left: 5px none #000;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.maint {
  margin-top: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 50px;
  line-height: 65px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-radius: 5px;
  background-color: #ff683b;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e74e20;
}

.button.cta {
  margin-right: auto;
  margin-left: auto;
}

.button._2 {
  width: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.button.white {
  width: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding: 0px 50px;
  -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;
  border-radius: 0px 30px 30px 0px;
  background-color: #ebebeb;
}

.title {
  width: auto;
  border-style: none;
  border-width: 1px;
  border-color: #ff673b;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
}

.title.cta {
  width: 50%;
  padding-right: 40px;
  text-align: left;
}

.title.middle {
  text-align: center;
}

.title._2 {
  margin-top: 10px;
  font-size: 25px;
  line-height: 35px;
}

.p {
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
}

.p.policy {
  margin-bottom: 20px;
  padding-top: 0px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 100px 40px 100px 0px;
  -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;
  border-radius: 30px;
  background-image: url('../images/1.jpg');
  background-size: cover;
  text-align: right;
}

.section-2.first {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BG5.jpg');
}

.section-2.cta {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: none;
}

.div-block-2 {
  width: 50%;
  height: auto;
  padding: 50px 60px;
  border-style: none;
  border-width: 2px;
  border-color: #ebebeb;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.div-block-2.first {
  width: 55%;
  height: auto;
  padding-bottom: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.div-block-2.cta {
  width: 85%;
  padding: 20px;
}

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: #ff683b;
  box-shadow: none;
}

.nav-menu {
  display: block;
  float: right;
  clear: none;
}

.container {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navlink {
  background-color: rgba(255, 104, 59, 0);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.navlink:hover {
  color: #fff;
  text-decoration: underline;
}

.navlink.w--current {
  color: #fff;
  text-decoration: underline;
}

.grid {
  grid-template-areas: "Area Area-4" "Area-2 Area-3";
}

.benefit-text {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.benefittext {
  margin-top: 20px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.column-3 {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.image {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 20px;
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(silver), to(#fff));
  background-image: linear-gradient(180deg, silver, #fff);
}

.container-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.columns-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.form-block {
  width: 50%;
  padding: 0px 0px 0px 65px;
  border-left: 5px dotted #ff683b;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.form-block.contact {
  width: auto;
  padding-right: 40px;
  padding-left: 0px;
  border-right: 5px dotted #ff683b;
  border-left-style: none;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  text-align: left;
}

.text-field {
  height: 45px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.text-field:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  border-color: #000;
  color: #000;
}

.text-field::-webkit-input-placeholder {
  color: #c2c2c2;
}

.text-field:-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field::-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field::placeholder {
  color: #c2c2c2;
}

.text-field.message {
  height: 100px;
}

.form {
  text-align: center;
}

.checkbox-label {
  font-family: Lato, sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 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;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #8f8f8f;
}

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

.footer-link {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #5c5c5c;
  text-decoration: none;
}

.section-5 {
  display: none;
  margin: 20px;
  padding: 100px 20px 150px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

.section-5.privacy {
  display: block;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  position: absolute;
  width: auto;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left: 15px;
  border-radius: 0px;
  background-color: rgba(167, 167, 167, 0);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 150px;
  margin-right: 150px;
  -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;
  border-radius: 30px;
  background-color: #888;
}

.headertext {
  margin-bottom: 20px;
  color: #ff683b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.heading-2 {
  font-family: Merriweather, serif;
}

.pagetitle {
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 65px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  padding-left: 25px;
}

.policytitle {
  margin-top: 35px;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  text-decoration: underline;
}

.div-block-5 {
  margin-top: 50px;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #ff683b;
  border-radius: 14px;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.success-message.text {
  border-style: none;
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.error {
  margin-top: 25px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

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

.heading-3 {
  text-align: left;
}

.subtitle {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text {
  margin-top: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.columns-5 {
  display: none;
  margin-top: 20px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-2 {
  margin-right: 20px;
  float: left;
  border-style: dashed;
  border-width: 2px;
  border-color: #ff683b;
}

.image-3 {
  margin-right: 20px;
  float: left;
  border-style: dashed;
  border-width: 2px;
  border-color: #ff683b;
}

.image-4 {
  margin-right: 20px;
  float: left;
  border-style: dashed;
  border-width: 2px;
  border-color: #ff683b;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 200px;
  height: 50px;
  margin-top: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 104, 59, 0.39)), to(rgba(255, 104, 59, 0.39))), url('../images/ModoRate-logo.png');
  background-image: linear-gradient(180deg, rgba(255, 104, 59, 0.39), rgba(255, 104, 59, 0.39)), url('../images/ModoRate-logo.png');
  background-position: 0px 0px, 0px 11px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.brand.w--current {
  width: 200px;
  height: 50px;
  margin-top: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 104, 59, 0.39)), to(rgba(255, 104, 59, 0.39))), url('../images/ModoRate-logo.png');
  background-image: linear-gradient(180deg, rgba(255, 104, 59, 0.39), rgba(255, 104, 59, 0.39)), url('../images/ModoRate-logo.png');
  background-position: 0px 0px, 0px 11px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.link {
  color: #000bff;
}

.link-2 {
  color: #000bff;
}

.smalllink {
  color: #000bff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .section {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding: 100px 40px 100px 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-width: 20px;
    background-image: url('../images/BG1.jpg'), url('../images/BG5_1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/BG1.jpg'), url('../images/BG5_1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 50%, -8% 50%, 0px 0px;
  }
  .div-block {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .button.white {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .title.cta {
    width: auto;
    padding-right: 0px;
    text-align: center;
  }
  .title._2 {
    text-align: center;
  }
  .p {
    text-align: left;
  }
  .p.policy {
    text-align: left;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .div-block-2 {
    width: auto;
  }
  .div-block-2.first {
    display: block;
    width: auto;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    border-top: 1px none #e2e2e2;
    background-color: #fff;
  }
  .navlink {
    padding-right: 40px;
    border-top: 1px solid #e0e0e0;
    color: #ff683b;
    text-align: right;
  }
  .navlink.w--current {
    border-top: 1px solid #e0e0e0;
    color: #ff683b;
    text-align: right;
  }
  .benefittext {
    padding-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .form-block {
    width: auto;
    margin-top: 25px;
    padding-top: 40px;
    padding-left: 0px;
    border-top: 5px dotted #ff683b;
    border-left-style: none;
  }
  .form-block.contact {
    margin-top: 0px;
    padding-right: 0px;
    border-right-style: none;
  }
  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-3 {
    display: block;
  }
  .footer-link {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 40px;
  }
  .section-5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .headertext {
    line-height: 30px;
  }
  .pagetitle {
    font-size: 40px;
  }
  .columns-4 {
    display: block;
    margin-top: 50px;
  }
  .column-4 {
    padding-left: 10px;
    text-align: center;
  }
  .menu-button {
    background-color: hsla(0, 0%, 100%, 0.23);
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .columns-6 {
    display: block;
  }
  .column-8 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section {
    margin-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/BG1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/BG1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 100% 50%, 0px 0px;
  }
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .maint {
    font-size: 40px;
    line-height: 55px;
    text-align: left;
  }
  .button {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.white {
    width: 180px;
  }
  .title {
    color: #000;
    font-size: 30px;
    line-height: 45px;
  }
  .title.cta {
    line-height: 45px;
  }
  .title.middle {
    font-size: 30px;
  }
  .p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .p.policy {
    font-size: 18px;
    line-height: 30px;
  }
  .section-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 0% 0%;
  }
  .section-2.first {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section-2.cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-2.cta {
    width: 90%;
  }
  .benefittext {
    padding-left: 0px;
  }
  .column-3 {
    padding-top: 20px;
  }
  .image {
    margin-right: 0px;
  }
  .columns {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .columns-2 {
    padding-top: 0px;
  }
  .section-3 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-4 {
    height: 130px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-link {
    font-size: 13px;
  }
  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .headertext {
    font-size: 18px;
    text-align: left;
  }
  .pagetitle {
    font-size: 40px;
  }
  .columns-4 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .section {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    border-left-width: 10px;
  }
  .div-block {
    padding-top: 30px;
    padding-bottom: 40px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: rgba(255, 255, 255, 0.87);
  }
  .maint {
    font-size: 35px;
    line-height: 45px;
  }
  .button.white {
    width: 180px;
  }
  .title {
    font-size: 25px;
    line-height: 35px;
  }
  .title.cta {
    line-height: 35px;
  }
  .title.middle {
    font-size: 25px;
    line-height: 35px;
  }
  .p {
    font-size: 18px;
    line-height: 30px;
  }
  .section-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    background-position: 23% 0%;
  }
  .section-2.first {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2.cta {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-2 {
    padding: 30px 20px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .div-block-2.first {
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .div-block-2.cta {
    width: auto;
  }
  .navlink {
    color: #ff683b;
  }
  .navlink.w--current {
    color: #ff683b;
  }
  .benefittext {
    margin-top: 10px;
    text-align: center;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-2 {
    padding-bottom: 25px;
  }
  .section-3 {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }
  .container-3 {
    padding: 30px 20px;
  }
  .text-field {
    font-size: 18px;
  }
  .section-4 {
    height: 130px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-link {
    font-size: 12px;
  }
  .section-5 {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 30px;
  }
  .columns-3 {
    display: block;
  }
  .pagetitle {
    font-size: 35px;
    line-height: 50px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .policytitle {
    margin-top: 35px;
    font-size: 22px;
  }
  .div-block-5 {
    margin-top: 30px;
  }
  .menu-button {
    background-color: hsla(0, 0%, 100%, 0.2);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .subtitle {
    font-size: 18px;
  }
  .column-8 {
    margin-bottom: 10px;
  }
}