.body {
  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;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.text-field {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  padding-right: 16px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #757575;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 20px;
  cursor: text;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.submit-button {
  margin-top: 8px;
  padding: 12px 21px;
  border-style: none;
  border-width: 2px;
  border-color: #6b6b6b;
  border-radius: 8px;
  background-color: #437cff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.submit-button.employer {
  margin-top: 12px;
  padding: 15px 25px 14px;
  background-color: #4333eb;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1050px;
  max-width: 90vw;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 90vw;
  margin-top: 10vh;
  margin-bottom: 5vh;
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  padding-top: 5px;
  padding-left: 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;
}

.div-block-9 {
  width: auto;
  max-width: 500px;
  padding-top: 10px;
  padding-left: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #b5ff53;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 20px;
  margin-top: 210px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.attribution-link {
  font-family: Nunito, sans-serif;
  color: #1b5355;
  font-weight: 400;
  text-decoration: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.text-block-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 50px;
  background-color: transparent;
  color: #000;
  font-size: 26px;
  line-height: 36px;
}

.image-5 {
  margin-top: 10px;
  border-radius: 3px;
}

.div-block-14 {
  position: static;
  display: block;
  overflow: visible;
  direction: ltr;
}

.div-block-14.tilt-header-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 20px;
  -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;
}

.text-block-11 {
  margin-top: 10px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 4px;
  background-color: transparent;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.text-block-11.smaller {
  margin-bottom: 10px;
  font-size: 23px;
}

.text-block-11.explainer-subext {
  display: block;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

.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: 280px;
  -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;
}

.div-block-15 {
  text-align: left;
  text-decoration: none;
}

.paragraph {
  color: #4a47ff;
}

.text-block-12 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-12.premium-body {
  line-height: 40px;
}

.text-block-13 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.image-6 {
  width: 249px;
  height: 53px;
  margin-top: 10px;
}

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

.feedback-form {
  position: static;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: none;
  width: 250px;
  height: 240px;
  padding-top: 5px;
  -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;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.feedback-form.feedback-page {
  display: block;
}

.text-block-14 {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.div-block-18 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.textarea-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  min-width: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.submit-button-2 {
  border-radius: 7px;
  background-color: #ea532a;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.text-field-3 {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block-15 {
  color: #b6b3b3;
  font-size: 8px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.html-embed {
  display: none;
}

.feedback-holder {
  position: fixed;
  right: 5%;
  bottom: 5%;
  display: none;
  overflow: hidden;
  width: 252px;
  height: 100px;
  background-color: transparent;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  height: 235px;
  -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;
  border: 1px solid #000;
  border-radius: 7px;
  text-align: center;
}

.body-3 {
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block-16 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-19 {
  margin-top: 8px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

.body-4 {
  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: transparent;
}

.image-8 {
  width: 178px;
}

.checkbox-label {
  color: #3c4257;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-label-2 {
  font-size: 15px;
  font-weight: 400;
}

.checkbox {
  width: auto;
}

.checkbox-field {
  max-width: 420px;
  margin-bottom: 8px;
}

.checkbox-field-2 {
  max-width: 420px;
  margin-bottom: 8px;
}

.paragraph-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.paragraph-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.deal-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.deal-card {
  overflow: hidden;
  width: 260px;
  height: 230px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deal-test {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.deal-desription {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 2px;
  padding-left: 0px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.image-9 {
  width: 500px;
}

.card-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0a0a;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #7f0;
}

.card-image.cph {
  background-image: none;
}

.card-image.cun {
  background-image: none;
}

.card-image.togo {
  background-image: none;
}

.card-image.tokyo {
  background-image: none;
}

.card-image.costa-rica {
  background-color: #000;
  background-image: none;
}

.crossout {
  color: #646464;
  font-size: 14px;
  text-decoration: line-through;
}

.better-price {
  color: #397ff8;
  font-weight: 700;
}

.bold-text {
  color: #f87239;
}

.text-block-20 {
  padding-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 18px;
  font-weight: 700;
  text-shadow: 0 1px 6px #000;
}

.div-block-23 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 150px;
  height: 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-color: #ff8c21;
  box-shadow: 0 1px 4px 1px rgba(13, 0, 70, 0.24);
  -webkit-transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
  -ms-transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
  transform: translate(-20px, -20px) rotate(45deg) translate(50%, -50%);
}

.text-block-21 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #74839c;
  background-image: url('../images/topography.svg');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0.43;
}

.div-block-25 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11-copy {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 4px;
  background-color: transparent;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.text-block-11-copy.smaller {
  margin-bottom: 10px;
  font-size: 23px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-22 {
  margin-top: 120px;
  margin-bottom: 20px;
  text-align: center;
}

.text-block-22.brand-copy {
  margin-top: 60px;
  color: #d1d1d1;
  font-size: 18px;
  line-height: 30px;
}

.div-block-27 {
  width: 250px;
  height: 250px;
  background-color: #d2d2d2;
}

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

.image-10 {
  display: block;
  max-width: 92%;
}

.link {
  font-size: 16px;
}

.link.bottom-link {
  font-weight: 500;
}

.bottom-link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #d1d1d1;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.about-link {
  display: none;
  margin-right: 60px;
  color: #030303;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-29 {
  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;
}

.signup-button {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  padding: 20px 32px;
  -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;
  background-color: #253551;
  cursor: pointer;
}

.signup-button.lower-button {
  margin-top: 60px;
  border-radius: 5px;
  background-color: #555efe;
  cursor: pointer;
}

.signup-button.top-button {
  margin-top: 0px;
  border: 2px solid #253551;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.signup-button.top-button.mid-page {
  display: none;
}

.signup-button.top-button.top-button-stack {
  margin-bottom: 20px;
}

.signup-text {
  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;
  color: #253551;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.form-block {
  display: none;
}

.explainer-image {
  display: none;
  width: 400px;
  max-width: 100%;
  border-radius: 5px;
}

.explainer-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: auto;
  margin-top: 24px;
  padding: 30px 25px;
  -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: #eef1f5;
  color: #253551;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.explainer-div {
  position: relative;
  display: none;
  padding-top: 20px;
  padding-bottom: 35px;
  -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;
}

.product-price-text {
  display: none;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 28px;
}

.product-title-text {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.text-block-23 {
  width: 92%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.team-profile {
  width: 270px;
  height: 340px;
  border-radius: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: contain;
}

.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  padding-top: 50px;
  padding-right: 0px;
  padding-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;
}

.team-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.profile-holder {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-name {
  margin-top: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.team-description {
  width: 300px;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
}

.endtaglist {
  max-width: 600px;
  margin-top: 50px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 40px;
  line-height: 50px;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 5vh;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  width: 100vw;
  background-color: #2a2729;
}

.bold-text-2 {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.bold-text-3 {
  cursor: pointer;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/landing-full-topleft-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/landing-full-topleft-01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-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;
}

.about-section {
  max-width: 300px;
  font-size: 18px;
  line-height: 26px;
}

.about-header {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}

.about-big-text {
  max-width: 50vw;
  border: 0px solid #fff;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.div-block-34 {
  width: 100%;
  max-width: 1000px;
  padding: 20px 0px;
}

.header-prompt {
  width: 100%;
  font-size: 40px;
  line-height: 60px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 15vh;
  margin-bottom: 80px;
  -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;
}

.link-block {
  text-decoration: none;
}

.submit-button-3 {
  margin-top: 20px;
  padding: 20px 32px;
  background-color: #253551;
  font-size: 16px;
  font-weight: 700;
}

.text-field-4 {
  max-width: 400px;
}

.text-field-4.text-field {
  height: 55px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.text-field {
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
}

.submit-button-4 {
  margin-top: 20px;
  padding: 20px 32px;
  border-radius: 5px;
  background-color: #555efe;
  font-size: 18px;
  font-weight: 500;
}

.image-11 {
  width: 500px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1100px;
  margin-top: 100px;
  padding: 20px 50px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}

.div-block-36.saver {
  display: none;
}

.div-block-36.lower-after {
  margin-top: 80px;
  padding-right: 50px;
  -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;
}

.field-label-2 {
  font-size: 16px;
}

.field-label-3 {
  margin-top: 20px;
  font-size: 16px;
}

.field-label-4 {
  margin-top: 20px;
  font-size: 16px;
}

.field-label-5 {
  margin-top: 20px;
  font-size: 16px;
}

.notif-esque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 70px;
  padding-left: 30px;
  -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;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}

.notif-esque.top-landingtile {
  margin-top: 40px;
  background-color: #f8fffc;
  -webkit-transform: translate(214px, 0px) rotate(17deg);
  -ms-transform: translate(214px, 0px) rotate(17deg);
  transform: translate(214px, 0px) rotate(17deg);
}

.notif-esque.mid-landingtile {
  background-color: #fff8f8;
  -webkit-transform: translate(200px, 0px) translate(0px, 71px) translate(-24px, 33px) rotate(-9deg);
  -ms-transform: translate(200px, 0px) translate(0px, 71px) translate(-24px, 33px) rotate(-9deg);
  transform: translate(200px, 0px) translate(0px, 71px) translate(-24px, 33px) rotate(-9deg);
}

.notif-esque.bottom-landingtile {
  background-color: #f8f8ff;
  -webkit-transform: rotate(-14deg) translate(0px, -24px);
  -ms-transform: rotate(-14deg) translate(0px, -24px);
  transform: rotate(-14deg) translate(0px, -24px);
}

.notif-esque.last-landingtile {
  background-color: #f8fff8;
  -webkit-transform: translate(0px, 105px) rotate(14deg);
  -ms-transform: translate(0px, 105px) rotate(14deg);
  transform: translate(0px, 105px) rotate(14deg);
}

.notif-esque.how-it-works {
  height: auto;
  margin-bottom: 25px;
  padding: 20px 30px;
}

.notif-esque-text {
  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;
  background-color: transparent;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

.how-it-works-header {
  margin-bottom: 40px;
}

.text-block-24 {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 20px;
}

.div-block-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-38 {
  width: 100%;
  padding-left: 0px;
  font-size: 18px;
}

.div-block-39 {
  display: none;
  width: 1100px;
  height: 500px;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 60px;
}

.div-block-40 {
  width: 50vw;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #c8dcff;
  color: #fff;
}

.div-block-41 {
  width: 50vw;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-25 {
  border: 2px solid #000;
}

.why-header {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-44 {
  padding: 20px 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #93fe55;
}

.text-block-26 {
  padding: 25px 20px 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.image-12 {
  border-bottom-left-radius: 5px;
}

.girl-studying {
  max-width: 500px;
  border-radius: 5px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 400px;
  -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;
}

.image-13 {
  max-width: 450px;
  margin-left: 30px;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.image-14 {
  width: auto;
  max-width: 450px;
  margin-right: 30px;
}

.text-block-27 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-thick-header {
  margin-top: 60px;
  margin-bottom: 35px;
  text-align: center;
}

.text-block-28 {
  height: auto;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 100%;
}

.div-block-49 {
  display: none;
  margin-bottom: 60px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #f2f8fe;
}

.news-header {
  padding-right: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.why-we-built {
  width: 800px;
  margin-top: 100px;
  margin-bottom: 0px;
}

.why-we-built.edied {
  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;
}

.image-div {
  width: 300px;
  height: 300px;
  border-radius: 3px;
  background-image: url('../images/fopl1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-div.carole {
  background-image: url('../images/fopl3.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-div.cole {
  background-image: url('../images/fopl2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-51 {
  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;
}

.div-block-52 {
  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;
}

.image-15 {
  display: none;
  max-width: 100%;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.bold-text-4 {
  color: #fff;
  font-size: 18px;
}

.div-block-56 {
  width: auto;
  max-width: 1000px;
}

.school-image {
  max-width: 140px;
}

.text-block-30 {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 18px;
}

.bullets {
  line-height: 30px;
}

.news-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo-image {
  height: 90px;
}

.div-block-58 {
  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;
}

.bold-text-5 {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.text-block-31 {
  margin-top: 30px;
  text-align: center;
}

.price-container {
  width: 300px;
  text-align: center;
}

.heading-3 {
  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;
  text-align: center;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  max-width: 260px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.quotebody {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #00022c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.quoter {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .body {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-field {
    margin-bottom: 9px;
  }
  .text-block-2 {
    line-height: 60px;
    white-space: nowrap;
  }
  .submit-button {
    height: 45px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .submit-button.employer {
    height: 50px;
    padding-bottom: 16px;
  }
  .div-block-6 {
    width: 90vw;
    max-width: 90vw;
    padding-left: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-7 {
    width: auto;
    max-width: 100vw;
    -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;
  }
  .div-block-8 {
    width: 420px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-10 {
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .text-block-8 {
    max-width: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
  }
  .image-5 {
    max-width: 500px;
  }
  .text-block-11 {
    font-size: 32px;
    line-height: 40px;
  }
  .text-block-11.smaller {
    font-size: 24px;
  }
  .html-embed {
    display: block;
  }
  .feedback-holder {
    display: none;
  }
  .checkbox-field {
    width: 500px;
  }
  .checkbox-field-2 {
    width: 500px;
  }
  .deal-card {
    height: 220px;
    margin-right: 26px;
    margin-bottom: 15px;
  }
  .deal-card.cancun {
    display: none;
  }
  .deal-card.costa-rica {
    display: block;
  }
  .div-block-22 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-11-copy {
    padding-top: 0px;
    line-height: 68px;
  }
  .text-block-11-copy.smaller {
    font-size: 24px;
  }
  .text-block-22.brand-copy {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .image-10 {
    display: none;
    overflow: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bottom-link {
    font-size: 18px;
  }
  .signup-button.lower-button {
    display: inline-block;
  }
  .signup-button.top-button {
    text-decoration: none;
  }
  .signup-text {
    text-decoration: none;
  }
  .product-price-text {
    margin-bottom: 20px;
  }
  .team-profile {
    width: 400px;
    height: 500px;
  }
  .team-section {
    width: auto;
    max-width: 1000px;
    padding-top: 30px;
    -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;
  }
  .div-block-30 {
    width: auto;
    max-width: 100vw;
  }
  .profile-holder {
    margin-bottom: 50px;
  }
  .team-description {
    font-size: 18px;
  }
  .endtaglist {
    width: auto;
    padding-right: 10px;
    padding-left: 20px;
    text-align: center;
  }
  .footer-div {
    width: auto;
    max-width: 100vw;
    margin-top: 1vh;
    padding-right: 10px;
  }
  .about-section {
    max-width: 25vw;
    text-align: center;
  }
  .about-header {
    margin-bottom: 10px;
  }
  .about-big-text {
    max-width: 80vw;
  }
  .div-block-34 {
    padding-left: 0px;
  }
  .header-prompt {
    font-size: 38px;
    line-height: 50px;
  }
  .link-block-2 {
    text-decoration: none;
  }
  .div-block-36 {
    width: auto;
    max-width: 1100px;
    -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;
  }
  .notif-esque.top-landingtile {
    -webkit-transform: rotate(-26deg) rotate(17deg);
    -ms-transform: rotate(-26deg) rotate(17deg);
    transform: rotate(-26deg) rotate(17deg);
  }
  .notif-esque.last-landingtile {
    margin-bottom: 40px;
  }
  .text-block-24 {
    text-align: center;
  }
  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  .div-block-42 {
    height: auto;
  }
  .image-13 {
    max-width: 400px;
    margin-left: 0px;
  }
  .div-block-46 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-14 {
    max-width: 400px;
    margin-right: 0px;
  }
  .team-thick-header {
    text-align: center;
  }
  .text-block-28 {
    height: auto;
    margin-right: 40px;
    margin-bottom: 15px;
    margin-left: 40px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .div-block-49 {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-header {
    color: #000;
    font-size: 24px;
    line-height: 30px;
  }
  .div-block-50 {
    height: 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;
    text-align: center;
  }
  .why-we-built {
    width: auto;
    max-width: 800px;
    margin-top: 80px;
    text-align: center;
  }
  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-54 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 30px;
  }
  .text-block-29 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .quote-section {
    -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;
  }
  .quote-box {
    height: auto;
    margin-bottom: 30px;
  }
  .quotebody {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .quoter {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .text-field {
    height: 53px;
  }
  .text-block-2 {
    width: auto;
    font-size: 30px;
  }
  .submit-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-6 {
    width: auto;
    max-width: 95vw;
  }
  .div-block-7 {
    max-width: 80vw;
    margin-top: 5vh;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-10 {
    background-size: 140vw;
  }
  .text-block-8 {
    padding-right: 20px;
    font-size: 22px;
    line-height: 32px;
  }
  .image-5 {
    max-width: 400px;
  }
  .html-embed {
    display: none;
  }
  .checkbox-field {
    width: 400px;
  }
  .checkbox-field-2 {
    width: 400px;
  }
  .deal-card {
    width: 240px;
    margin-top: 20px;
  }
  .div-block-22 {
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .heading {
    margin-bottom: 10px;
  }
  .about-link {
    margin-right: 30px;
  }
  .signup-button.top-button {
    margin-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .team-title {
    max-width: 80%;
  }
  .div-block-30 {
    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;
  }
  .endtaglist {
    width: auto;
    max-width: 490px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-row {
    max-width: 90vw;
    -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;
  }
  .about-section {
    max-width: 70vw;
    margin-bottom: 20px;
  }
  .about-header {
    margin-bottom: 20px;
  }
  .about-big-text {
    max-width: 80vw;
  }
  .div-block-34 {
    max-width: 90vw;
  }
  .header-prompt {
    text-align: center;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-36 {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-36.lower-after {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 50px;
  }
  .notif-esque.top-landingtile {
    -webkit-transform: translate(38px, 0px) rotate(17deg);
    -ms-transform: translate(38px, 0px) rotate(17deg);
    transform: translate(38px, 0px) rotate(17deg);
  }
  .notif-esque.mid-landingtile {
    -webkit-transform: translate(52px, 0px) translate(0px, 114px) translate(-24px, 67px) rotate(-9deg);
    -ms-transform: translate(52px, 0px) translate(0px, 114px) translate(-24px, 67px) rotate(-9deg);
    transform: translate(52px, 0px) translate(0px, 114px) translate(-24px, 67px) rotate(-9deg);
  }
  .notif-esque.bottom-landingtile {
    -webkit-transform: rotate(-14deg) translate(-48px, -5px);
    -ms-transform: rotate(-14deg) translate(-48px, -5px);
    transform: rotate(-14deg) translate(-48px, -5px);
  }
  .notif-esque.last-landingtile {
    -webkit-transform: translate(0px, 181px) rotate(14deg);
    -ms-transform: translate(0px, 181px) rotate(14deg);
    transform: translate(0px, 181px) rotate(14deg);
  }
  .div-block-38 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-45 {
    width: auto;
  }
  .image-13 {
    max-width: 380px;
    margin-left: 0px;
  }
  .div-block-48 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-14 {
    width: auto;
    max-width: 370px;
    margin-right: 0px;
  }
  .team-thick-header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-28 {
    height: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .div-block-49 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-header {
    font-size: 14px;
    line-height: 20px;
  }
  .div-block-50 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .why-we-built {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-53 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-15 {
    max-width: 400px;
  }
  .div-block-57 {
    margin-bottom: 30px;
  }
  .logo-image {
    height: 70px;
  }
  .price-container {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .text-field {
    width: 100%;
    height: 53px;
  }
  .text-block-2 {
    width: 100px;
    font-size: 30px;
  }
  .submit-button {
    height: 40px;
  }
  .submit-button.employer {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .div-block-6 {
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-7 {
    max-width: 90vw;
    margin-bottom: 0vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-8 {
    width: 90vw;
    padding-left: 0px;
  }
  .div-block-9 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-9.checkout-page {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .div-block-10 {
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
    background-size: 200vw;
  }
  .div-block-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-block-8 {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .image-5 {
    max-width: 90vw;
  }
  .form-2 {
    width: 100%;
  }
  .text-block-11 {
    padding-bottom: 2px;
    color: #000;
    font-size: 28px;
    line-height: 38px;
  }
  .text-block-11.explainer-subext {
    font-size: 22px;
  }
  .image-6 {
    max-width: 100%;
  }
  .html-embed {
    display: none;
  }
  .checkbox-field {
    width: auto;
    max-width: 300px;
  }
  .checkbox-field-2 {
    width: auto;
    max-width: 300px;
  }
  .deal-card {
    margin-right: 0px;
  }
  .div-block-22 {
    max-width: 90vw;
  }
  .heading {
    max-width: 90vw;
  }
  .div-block-25 {
    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;
  }
  .text-block-11-copy {
    padding-bottom: 2px;
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }
  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-22.brand-copy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottom-link {
    display: none;
    font-size: 16px;
    line-height: 24px;
  }
  .about-link {
    margin-right: 30px;
  }
  .signup-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .signup-button.top-button {
    display: block;
  }
  .signup-text {
    font-size: 16px;
  }
  .explainer-text {
    overflow: visible;
    width: 180px;
    font-size: 16px;
    line-height: 26px;
  }
  .team-profile {
    width: 300px;
    height: 400px;
  }
  .team-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .team-title {
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .profile-holder {
    margin-bottom: 30px;
  }
  .team-name {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .team-description {
    padding-left: 0px;
    line-height: 30px;
  }
  .endtaglist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 38px;
    line-height: 40px;
  }
  .footer-div {
    margin-top: 0vh;
  }
  .div-block-33 {
    height: auto;
    max-height: none;
    min-height: 80vh;
  }
  .about-row {
    margin-top: 30px;
    margin-bottom: 0px;
    -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;
  }
  .about-section {
    max-width: 300px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
  }
  .about-header {
    color: #000;
  }
  .about-big-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-34 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-prompt {
    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;
    color: #000;
    font-size: 35px;
    line-height: 50px;
  }
  .div-block-35 {
    margin-bottom: 0px;
  }
  .link-block {
    text-decoration: none;
  }
  .submit-button-4 {
    font-size: 16px;
  }
  .div-block-36 {
    max-width: 400px;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-36.lower-after {
    max-width: 400px;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .notif-esque.top-landingtile {
    width: 300px;
    padding-left: 20px;
    -webkit-transform: translate(0px, 0px) rotate(17deg);
    -ms-transform: translate(0px, 0px) rotate(17deg);
    transform: translate(0px, 0px) rotate(17deg);
  }
  .notif-esque.mid-landingtile {
    width: 300px;
    -webkit-transform: translate(24px, 0px) translate(0px, 110px) translate(-24px, 67px) rotate(-9deg);
    -ms-transform: translate(24px, 0px) translate(0px, 110px) translate(-24px, 67px) rotate(-9deg);
    transform: translate(24px, 0px) translate(0px, 110px) translate(-24px, 67px) rotate(-9deg);
  }
  .notif-esque.bottom-landingtile {
    width: 300px;
    -webkit-transform: rotate(-14deg) translate(0px, -5px);
    -ms-transform: rotate(-14deg) translate(0px, -5px);
    transform: rotate(-14deg) translate(0px, -5px);
  }
  .notif-esque.last-landingtile {
    width: 300px;
    -webkit-transform: translate(0px, 138px) rotate(9deg);
    -ms-transform: translate(0px, 138px) rotate(9deg);
    transform: translate(0px, 138px) rotate(9deg);
  }
  .notif-esque.how-it-works {
    width: auto;
    max-width: 350px;
  }
  .text-block-24 {
    line-height: 110%;
  }
  .div-block-38 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .div-block-42 {
    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;
  }
  .div-block-45 {
    width: auto;
    max-width: 400px;
  }
  .image-13 {
    max-width: 100%;
  }
  .heading-2 {
    text-align: center;
  }
  .div-block-47 {
    width: auto;
  }
  .div-block-48 {
    width: auto;
  }
  .image-14 {
    max-width: 100%;
  }
  .team-thick-header {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 36px;
  }
  .text-block-28 {
    height: auto;
    margin-bottom: 50px;
  }
  .div-block-49 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-header {
    padding-right: 7px;
  }
  .div-block-50 {
    -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;
  }
  .why-we-built {
    margin-top: 40px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
  }
  .image-15 {
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
  }
  .div-block-54 {
    margin-top: 10px;
    margin-left: 0px;
  }
  .text-block-29 {
    margin-bottom: 0px;
  }
  .bullets {
    line-height: 30px;
  }
  .logo-image {
    height: 50px;
  }
  .div-block-58 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
  }
  .div-block-60 {
    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;
  }
}

