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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 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;
  background-image: url('../images/4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.maintitle {
  color: #000;
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
  text-align: center;
}

.maincontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  background-color: #fff;
}

.div-block {
  width: 90%;
  text-align: center;
}

.text-block {
  color: #646464;
}

.subtitle {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #929292;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.button {
  padding: 20px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fbda04;
  background-color: #fbda04;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: #000;
  background-color: #e6e6e6;
}

.button.form {
  padding: 15px 40px;
}

.sectiontitle {
  margin-bottom: 20px;
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.text-block-2 {
  width: 650px;
  color: #000;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

.container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.consumers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  width: 80%;
}

.title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
}

.title.privacy {
  margin-top: 50px;
}

.paragraph {
  margin-bottom: 30px;
  color: #929292;
  line-height: 30px;
  text-align: left;
}

.paragraph._2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.paragraph.slider {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.column {
  padding-right: 60px;
}

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

.bussiness {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e6e6e6;
}

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

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

.cta {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4b4b4b;
}

.whitetitle {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.slider-2 {
  display: block;
  height: 50px;
  margin-bottom: 20px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.container-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-top: 1px solid #e6e6e6;
}

.footerlink {
  padding-right: 25px;
  padding-left: 25px;
  clear: both;
  color: #929292;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.footerlink:hover {
  border: 1px none #000;
  text-decoration: underline;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
}

.navlinks {
  color: #5e5e5e;
}

.nav-link {
  border-bottom: 1px solid #e6e6e6;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.nav-link.w--current {
  color: #000;
}

.brand {
  width: 180px;
  height: 60px;
  background-color: hsla(0, 0%, 100%, 0.35);
  background-image: url('../images/letmeforget-logo.png');
  background-position: 50% 55%;
  background-size: 149px;
  background-repeat: no-repeat;
}

.brand.w--current {
  height: 60px;
}

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

.pagetop {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #000;
  background-color: #d8d8d8;
}

.pagetitle {
  color: #000;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
}

.formsection {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lable {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.form-block {
  width: 620px;
  margin-top: 0px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.container-3 {
  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-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;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

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

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

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

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

.text-field.message {
  display: block;
  overflow: visible;
  height: 100px;
}

.checkbox-label {
  color: #929292;
  font-size: 10px;
}

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

.link {
  color: #0004ff;
  text-decoration: underline;
}

.smalltitle {
  margin-top: 10px;
  color: #929292;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-3 {
  width: 620px;
  margin-bottom: 30px;
}

.image {
  width: 100%;
  border: 2px solid #000;
}

.heading {
  text-align: center;
}

.privacyp {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

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

.text-block-3 {
  text-transform: capitalize;
}

.sucsess {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.success-message {
  border: 2px solid #000;
  background-color: #fbda04;
}

.errortext {
  color: #ca0000;
  font-weight: 500;
  text-transform: uppercase;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .text-block-2 {
    width: auto;
  }

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

  .consumers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title {
    text-align: center;
  }

  .title.privacy {
    text-align: left;
  }

  .paragraph {
    text-align: center;
  }

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

  .column._1 {
    margin-bottom: 40px;
    text-align: center;
  }

  .columns {
    display: block;
  }

  .bussiness {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

  .pagetop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pagetitle {
    font-size: 50px;
  }

  .lable {
    text-align: left;
  }

  .form-block {
    width: auto;
  }

  .container-3 {
    display: block;
  }

  .smalltitle {
    text-align: center;
  }

  .div-block-3 {
    width: auto;
  }

  .image {
    margin-bottom: 40px;
  }

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

  .form-2 {
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  .section {
    height: 70vh;
  }

  .maintitle {
    font-size: 40px;
    line-height: 55px;
  }

  .maincontainer {
    padding: 20px 10px 40px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 28px;
  }

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

  .text-block-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .consumers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title {
    font-size: 30px;
  }

  .paragraph._2 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph.slider {
    font-size: 16px;
    line-height: 29px;
  }

  .bussiness {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .whitetitle {
    font-size: 30px;
  }

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

  .pagetop {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pagetitle {
    font-size: 40px;
    line-height: 50px;
  }

  .formsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lable {
    text-align: left;
  }

  .checkbox-label {
    text-align: left;
  }

  .heading {
    font-size: 30px;
  }

  .form-2 {
    text-align: center;
  }

  .error-message {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 65vh;
    margin-right: 0px;
    margin-left: 0px;
    background-position: 49% 50%;
  }

  .maintitle {
    font-size: 30px;
    line-height: 40px;
  }

  .maincontainer {
    padding-right: 0px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

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

  .text-block-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .consumers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    width: auto;
  }

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

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

  .bussiness {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta {
    margin-bottom: 30px;
    padding-top: 45px;
    padding-bottom: 60px;
  }

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

  .pagetop {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pagetitle {
    font-size: 35px;
  }

  .formsection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

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

  .section-3 {
    padding: 40px 0px;
  }
}