.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;
}
.whoami .w-checkbox-input--inputType-custom.w--redirected-checked {
  border:solid 2px !important;
  background-color: hsl(0deg 0% 82.8% / 38%) !important;
}
.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;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: 'Red Hat Text', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: -0.3px;
}

a {
  color: #1200ee;
  text-decoration: none;
}

label {
  display: block;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
  text-align: left;
}

.login-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 100px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.signup-field {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: transparent;
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.signup-field:focus {
  border: 1px solid #a279f9;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #a279f9;
}

.login-page-link {
  font-weight: 500;
}

.terms-text {
  position: relative;
  top: -2px;
  padding-left: 5px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.made-with-ms {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 100;
  display: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/Close.8fe26ae30f4f.svg");
  background-position: 50% 50%;
  background-size: 12px 1000px;
  background-repeat: no-repeat;
}

.made-with-memberstack {
  overflow: hidden;
  width: 210px;
  float: right;
  clear: both;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(26, 39, 81, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.ms-image {
  position: relative;
  z-index: 2;
  min-width: 200px;
}

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

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

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

.login-link:hover {
  text-decoration: underline;
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  margin-top: -5px;
  text-align: right;
}

.login-nav-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 50px;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
}

.login-nav-link.home {
  position: relative;
  margin-right: 0px;
}

.login-nav-link.no-padding {
  padding-right: 0px;
}

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

.form-field {
  position: relative;
  z-index: 1;
  height: 60px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
}

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

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.last-name {
  z-index: 0;
  margin-left: -1px;
}

.form-field.last-name:focus {
  z-index: 2;
}

.signup-form {
  width: 550px;
  padding: 50px 80px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.signup-form.success-block {
  padding-top: 0px;
  text-align: center;
}

.field-label {
  position: absolute;
  left: 0px;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  line-height: 14px;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 0.75em;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid transparent;
  border-radius: 30px;
  background-color: #fe3f40;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  font-family: 'Red Hat Text', sans-serif;
  color: #fff;
  font-weight: 500;
}

.submit-button:hover {
  border-color: #fe3f40;
  background-color: #fff;
  color: #fe3f40;
}

.submit-button.margin {
  margin-top: 50px;
  background-color: #fe3f40;
  color: #fff;
}

.submit-button.margin:hover {
  background-color: #fff;
  color: #fe3f40;
}

.field-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-column {
  position: relative;
  width: 50%;
}

.onboarding-h2 {
  margin-top: 14px;
  margin-bottom: 17px;
  padding-right: 26px;
  padding-left: 26px;
  font-size: 21px;
  line-height: 1.7em;
  font-weight: 400;
}

.onboarding-h1 {
  margin-top: 0px;
  margin-bottom: 0em;
}

.onboarding-h1.no-subtext {
  margin-bottom: 0.6em;
}


.option-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 41px auto 25px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.input-label {
  min-height: 75px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

.input-label:hover {
  border-color: #1200ee;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.input-label-wrap {
  margin-bottom: 0px;
  padding-left: 0px;
}

.onboarding-image {
  max-width: 200px;
}

.progress-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.progress-link {
  width: 100%;
  height: 15px;
  margin-right: 3%;
  margin-left: 3%;
  border-radius: 5px;
  background-color: #e7e7e7;
}

.progress-link.current {
  background-color: #00afff;
}

.progress-link.past {
  background-color: #03a4ed;
  opacity: 0.35;
}

.progress-link.past:hover {
  opacity: 1;
}

.onboarding-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 100px;
  -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;
  text-align: center;
}

.hide {
  display: none;
}

.tour-bottom-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 15px;
  -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-top: 1px solid #d8e3f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  color: #64636e;
}

.relative {
  position: relative;
}

.help-tooltip-content {
  position: relative;
  z-index: 2;
  padding: 22px 20px 13px;
  border-radius: 5px;
  background-color: #f5f8fd;
  font-size: 12.5px;
  line-height: 1.6em;
}

.help-tooltip {
  position: absolute;
  left: 100%;
  top: -14px;
  display: block;
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 5px;
  background-color: #f5f8fd;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  font-size: 11.5px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.help-tooltip.tour-tooltip {
  position: relative;
  left: 0px;
  top: 100%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: block;
  min-height: 0px;
  margin-top: 10px;
  border: 2px solid #2aa8ff;
  background-color: #f5f8fd;
  box-shadow: 0 30px 20px -10px rgba(45, 62, 80, 0.25), 1px 1px 10px 1px rgba(45, 62, 80, 0.2);
  color: #000;
  font-size: 12.5px;
  line-height: 1.6em;
}

.help-tooltip.tour-tooltip.buttons {
  position: relative;
  left: 0%;
  top: 13px;
  width: 250px;
  margin-right: -246px;
  margin-left: 15px;
}

.tour-diamond {
  position: absolute;
  left: 0%;
  top: -7px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #2aa8ff;
  border-radius: 2px;
  background-color: #f5f8fd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tour-diamond.left-tour {
  left: -7px;
  top: 35%;
  right: auto;
}

.help-title {
  margin-bottom: 3px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
}

.ms-logo {
  margin-right: 10px;
}

.dashboard-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 100px;
  -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;
}

.sub-text {
  margin-top: 60px;
}

.message-from-duncan {
  font-size: 18px;
  line-height: 1.7em;
}

.ms-iframe {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
}

.ms-iframe-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 180px;
  height: 70px;
  -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;
}

.loom-video {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 2em;
  border: 1px solid #dbe2eb;
  border-radius: 4px;
  box-shadow: 14px 14px 40px 0 rgba(45, 62, 80, 0.12);
}

.embed-code {
  height: 100px;
  padding-top: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #27d56d;
  background-color: rgba(42, 216, 112, 0.1);
  text-align: center;
}

.signup-modal {
  display: block;
  margin-top: 11px;
}

.free-wrap {
  margin-right: 30px;
}

.ms-iframe-footer-embed {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-bottom: 0px;
  -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;
}

.custom-checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
}

.custom-checkbox.w--redirected-checked {
  border-color: transparent;
  background-color: hsla(0, 0%, 82.8%, 0.57);
  background-image: none;
  box-shadow: 1px 1px 1px 0 rgba(3, 164, 237, 0.13);
}

.custom-checkbox.notsure {
  margin-top: 0px;
}

.custom-checkbox-label {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: 27px;
  font-size: 24px;
  font-weight: 500;
}

.checkbox-field {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 0px 16px 0px 44px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease;
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

.checkbox-field:hover {
  position: relative;
  border-color: rgba(3, 164, 237, 0.22);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.13);
}

.checkbox-field.text-area {
  width: 175px;
  height: 75px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  -webkit-transition: box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease;
  transition: box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  line-height: 3em;
}

.checkbox-field.text-area:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.13);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.checkbox-field.text-area:focus {
  width: 100%;
}

.checkbox-field.notsure {
  border-width: 2px;
  border-color: rgba(3, 164, 237, 0.59);
  border-radius: 20px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.image {
  width: 50px;
  height: 50px;
}

.form-block {
  width: 80%;
}

.form-block.smaller-form {
  width: 80%;
}

.select-field-2 {
  margin-bottom: 34px;
}

.text-block {
  margin-top: 18px;
  margin-bottom: 27px;
  line-height: 1.7em;
  text-align: left;
}

.form-block-2 {
  width: 70%;
}

.onboarding-h3 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
}

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

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

.radio-button-field {
  position: static;
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 27px;
  text-align: left;
}

.radio-button {
  font-size: 27px;
  line-height: 1.7em;
}

.columns {
  width: 80%;
}

.image-2 {
  width: 20px;
}

.link-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.container {
  position: relative;
  display: block;
  -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;
}

.text-block-2 {
  color: #505050;
  font-size: 18px;
}

.slider {
  height: 100%;
  background-color: #fff;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  position: absolute;
  display: none;
  overflow: visible;
  background-color: #1200ee;
}

.mask {
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.pricing-rich-text-block h4 {
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url("../images/Black-Check-Arrow.12d5d75e1dee.svg");
  background-position: 0% 0%;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
}

.text-block-3 {
  font-size: 22px;
}

.text-block-4 {
  display: inline-block;
}

.image-3 {
  margin-left: 16px;
}

.link-block-2 {
  padding: 8px;
  color: #000;
}

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

.back-button {
  position: relative;
  top: 15px;
  float: left;
  background-color: transparent;
  color: #000;
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 60%;
  }

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

@media screen and (max-width: 767px) {
  .made-with-memberstack {
    padding: 10px 18px;
    font-size: 12px;
  }

  .form-block {
    width: 80%;
  }

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

@media screen and (max-width: 479px) {
  .submit-button {
    font-size: 12pt;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
  }
  .submit-button.creatortypes{
    float: unset !important;
  }
  span.custom-checkbox-label.w-form-label {
    font-size: 16pt;
}
  .targetform label.w-checkbox.checkbox-field {
      padding-left: 26px;
      padding-right: 0px;
  }
label.w-checkbox.checkbox-field {
      padding-left: 12px;
      padding-right: 12px;
  }
  .custom-checkbox-label{
    margin-right: 20px;
  }
  .image {
    width: 20px;
    height: 20px;
  }
  .notsure .custom-checkbox-label {
    margin-right: 0px;
}
}

