/**handles:landing-page-style**/
@use 'sass:math';
/* All values are in px */
@media only screen and (max-width: 1023px) {
  .page-template-page-landing-page #foundation-form-page.section-block {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns {
      row-gap: 0 !important; }
      .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column:nth-of-type(1) {
        padding-right: var(--wp--preset--spacing--50) !important;
        padding-left: var(--wp--preset--spacing--50) !important; }
        .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column:nth-of-type(1) .foundation-logo {
          max-width: 300px; }
        .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-columns {
          row-gap: 31px !important; }
      .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column:nth-of-type(2) {
        padding-right: var(--wp--preset--spacing--0) !important;
        padding-left: var(--wp--preset--spacing--0) !important; }
      .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column#form-sidebar .wp-block-group {
        padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--50) !important; }
        .page-template-page-landing-page #foundation-form-page.section-block .wp-block-columns .wp-block-column#form-sidebar .wp-block-group * {
          margin-right: auto !important;
          margin-left: auto !important; } }
.page-template-page-landing-page #foundation-form-page.section-block {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar #start-here-logo {
    display: block;
    max-width: 100%;
    margin-left: -2.25rem !important; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar #instructions {
    margin-top: -2.45rem; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field {
    width: 100%;
    margin-bottom: 1.3125rem; }
    .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .control {
      margin-top: 0.2375rem; }
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .control .input,
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .control select {
        display: block;
        width: 100%;
        height: 2.97063rem;
        padding: 0.776875rem 0.25rem;
        border: 1px solid #4e4e4e;
        border-radius: 3px;
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.05556;
        color: #000;
        background: #fff; }
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .control select {
        width: 100%; }
    .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: flex-start;
      -webkit-column-gap: 0.9375rem;
      -moz-column-gap: 0.9375rem;
      column-gap: 0.9375rem;
      margin-top: 0;
      font-size: 0.8125rem;
      font-weight: normal;
      line-height: 1.2307692308;
      text-align: left;
      color: #696969;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-box-align: start;
      -ms-flex-align: start; }
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .checkbox a {
        text-decoration: underline;
        color: #696969; }
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .checkbox input {
        display: block;
        width: 1.0625rem;
        height: 1.0625rem;
        margin-top: 0.1875rem;
        border: 1px solid #707070;
        background: #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .field .checkbox .label {
        max-width: 17.625rem; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .submit-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 11.6875rem;
    margin-top: 1.625rem;
    padding: 1.25rem 1.25rem;
    border: 2px solid #af1f57;
    border-radius: 0.6875rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    background: #af1f57;
    cursor: pointer;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .submit-form:hover {
      color: #af1f57;
      background-color: transparent; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .fsOptionLabel input {
    padding-right: 25px; }
  .page-template-page-landing-page #foundation-form-page.section-block #form-sidebar .fsSubmit .fsSubmitButton {
    border-radius: 50px; }
.page-template-page-landing-page .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-top: 91.3px;
  background: rgba(72, 90, 113, 0.59);
  overflow-y: scroll; }
  .page-template-page-landing-page .modal .button-close {
    position: fixed;
    top: 1rem;
    right: 2rem;
    z-index: 5;
    width: 3rem;
    height: 3rem;
    border: none;
    color: #fff;
    background: transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 400ms ease;
    transition: 400ms ease; }
    .page-template-page-landing-page .modal .button-close:hover {
      color: #d90000; }
  .page-template-page-landing-page .modal #ebook-cover-modal-container {
    margin-bottom: 2.0625rem; }
    @media screen and (min-width: 768px) {
      .page-template-page-landing-page .modal #ebook-cover-modal-container {
        position: relative;
        margin-bottom: 4.125rem; }
        .page-template-page-landing-page .modal #ebook-cover-modal-container::before {
          display: block;
          width: 100%;
          padding-top: 50.3215434084%;
          content: ""; }
        .page-template-page-landing-page .modal #ebook-cover-modal-container #ebook-cover-modal {
          position: absolute;
          top: -4.125rem;
          right: 0;
          left: 0;
          width: 36.1875rem;
          max-width: 100%;
          margin: auto; } }
    .page-template-page-landing-page .modal #ebook-cover-modal-container img {
      max-width: 100%; }
  .page-template-page-landing-page .modal .modal-card {
    position: relative;
    width: 90%;
    max-width: 622px;
    margin: 7.10625rem auto;
    border-radius: 1.75rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16); }
  .page-template-page-landing-page .modal .modal-card-header {
    background: #c6e5e3;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem; }
  .page-template-page-landing-page .modal .modal-card-content {
    width: 96%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 3rem;
    color: var(--body-color); }
    .page-template-page-landing-page .modal .modal-card-content #modal-title {
      margin-bottom: 1.375rem;
      font-size: 2.25rem;
      font-weight: normal;
      line-height: 1.2222222222;
      text-align: left; }
    .page-template-page-landing-page .modal .modal-card-content p {
      margin-top: 0;
      margin-bottom: 2.625rem; }

/*# sourceMappingURL=page-landing-page.min.css.map */