/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.cta-popup .gform_footer .button,
.cta-popup .gform_footer .button:visited {
  font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  padding: 9px 20px 12px;
  cursor: pointer;
  color: var(--white);
  background: var(--btn-color);
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  border-radius: 100px;
  border: 1px solid transparent; }
  .cta-popup .gform_footer .button:hover, .cta-popup .gform_footer .button:focus,
  .cta-popup .gform_footer .button:visited:hover,
  .cta-popup .gform_footer .button:visited:focus {
    background-color: var(--medium-gray);
    color: var(--white);
    text-decoration: none;
    outline: none; }
  .cta-popup .gform_footer .red.button,
  .cta-popup .gform_footer .button:visited.red {
    background-color: var(--red);
    color: var(--white); }
    .cta-popup .gform_footer .red.button:hover, .cta-popup .gform_footer .red.button:focus,
    .cta-popup .gform_footer .button:visited.red:hover,
    .cta-popup .gform_footer .button:visited.red:focus {
      background-color: var(--medium-gray);
      color: var(--white);
      text-decoration: none;
      outline: none; }
  .cta-popup .gform_footer .yellow.button,
  .cta-popup .gform_footer .button:visited.yellow {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    .cta-popup .gform_footer .yellow.button:hover,
    .cta-popup .gform_footer .button:visited.yellow:hover {
      background-color: #cca000; }

.section-content-cta-blocks {
  overflow: hidden;
  position: relative; }
  @media (min-width: 981px) {
    .section-content-cta-blocks.heading-style .content-wrapper {
      margin-bottom: 150px; } }
  @media (max-width: 980px) {
    .section-content-cta-blocks.heading-style .content-wrapper .content {
      margin-top: 2em; } }
  @media (min-width: 981px) {
    .section-content-cta-blocks.heading-style .content-wrapper .content {
      font-size: 25px; } }
  .section-content-cta-blocks.heading-style .block-items .block {
    padding: 2em 1em;
    text-align: center; }
  .section-content-cta-blocks .content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: calc(20px + 35px); }
    @media (min-width: 981px) {
      .section-content-cta-blocks .content-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: calc(30px + 55px);
        gap: 3em; } }
    .section-content-cta-blocks .content-wrapper .content p:first-of-type {
      margin-top: 0; }
  .section-content-cta-blocks .blocks-overview {
    position: relative; }
    .section-content-cta-blocks .blocks-overview:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: -45px;
      background-color: var(--white); }
      @media (min-width: 981px) {
        .section-content-cta-blocks .blocks-overview:before {
          bottom: -90px; } }
    .section-content-cta-blocks .blocks-overview .block-items {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3em;
      position: relative; }
      @media (min-width: 981px) {
        .section-content-cta-blocks .blocks-overview .block-items {
          grid-template-columns: repeat(3, 1fr);
          gap: 3em; }
          .section-content-cta-blocks .blocks-overview .block-items.number-of-usps-4 {
            grid-template-columns: repeat(4, 1fr);
            gap: 2em; } }
      .section-content-cta-blocks .blocks-overview .block-items:before {
        content: '';
        position: absolute;
        background-color: var(--white);
        height: 20%;
        width: 200%;
        left: -50%; }
        @media (min-width: 981px) {
          .section-content-cta-blocks .blocks-overview .block-items:before {
            height: 50%; } }
      .section-content-cta-blocks .blocks-overview .block-items .block {
        padding: 2em;
        position: relative; }
        .section-content-cta-blocks .blocks-overview .block-items .block h3 {
          color: var(--white);
          margin: 0; }
        .section-content-cta-blocks .blocks-overview .block-items .block .icon-checkmark {
          color: var(--white);
          position: absolute;
          top: -35px;
          left: -11px;
          font-size: 54px; }
          @media (min-width: 981px) {
            .section-content-cta-blocks .blocks-overview .block-items .block .icon-checkmark {
              font-size: 88px;
              top: -55px;
              left: -17px; } }
  .section-content-cta-blocks.up-bg .blocks-overview:before {
    display: none; }
  .section-content-cta-blocks.up-bg .blocks-overview .block-items:before {
    bottom: -300px;
    height: calc(20% + 300px); }
    @media (min-width: 981px) {
      .section-content-cta-blocks.up-bg .blocks-overview .block-items:before {
        height: calc(50% + 300px); } }

.cta-popup {
  background-color: var(--dark-gray);
  color: var(--white);
  max-width: 750px;
  position: relative;
  overflow: hidden; }
  .cta-popup input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  .cta-popup textarea, .cta-popup select {
    padding: .5em 1em;
    display: block;
    width: 100%;
    box-shadow: none;
    border-radius: 3px;
    height: 55px;
    border: 0.5px solid var(--dark-gray);
    font-size: 16px;
    line-height: 150%;
    transition: .1s all linear; }
    .cta-popup input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):focus,
    .cta-popup textarea:focus, .cta-popup select:focus {
      border-color: var(--dark-gray);
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
      outline: 0; }
    .cta-popup input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::-moz-placeholder, .cta-popup textarea::-moz-placeholder, .cta-popup select::-moz-placeholder {
      color: var(--dark-gray); }
    .cta-popup input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::placeholder,
    .cta-popup textarea::placeholder, .cta-popup select::placeholder {
      color: var(--dark-gray); }
  .cta-popup input:not([type="checkbox"]) {
    border-radius: 100px; }
  .cta-popup .form-checkbox .ginput_container_consent {
    align-items: center;
    display: flex;
    position: relative; }
    .cta-popup .form-checkbox .ginput_container_consent label {
      letter-spacing: .4px;
      padding-left: 1.5em !important; }
      .cta-popup .form-checkbox .ginput_container_consent label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid var(--dark-gray);
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        border-radius: 3px; }
      .cta-popup .form-checkbox .ginput_container_consent label:after {
        content: '';
        width: 6px;
        height: 12px;
        position: absolute;
        left: 6px;
        top: 4px;
        background-color: transparent;
        visibility: hidden;
        transform: rotate(45deg);
        border-bottom: 2px solid var(--white);
        border-right: 2px solid var(--white);
        display: block; }
      .cta-popup .form-checkbox .ginput_container_consent label:hover {
        cursor: pointer; }
    .cta-popup .form-checkbox .ginput_container_consent input {
      opacity: 0;
      width: 100%;
      position: absolute;
      z-index: 2; }
      .cta-popup .form-checkbox .ginput_container_consent input:checked + label:before {
        background-color: var(--dark-gray); }
      .cta-popup .form-checkbox .ginput_container_consent input:checked + label:after {
        display: block;
        opacity: 1;
        visibility: visible; }
      .cta-popup .form-checkbox .ginput_container_consent input:focus {
        border-bottom: 1px solid var(--dark-blue); }
    .cta-popup .form-checkbox .ginput_container_consent a {
      color: #2A252D;
      text-decoration: underline;
      z-index: 3; }
  .cta-popup .gform_fields {
    grid-row-gap: 9px; }
  .cta-popup .gform_wrapper .gfield_consent_description {
    overflow: unset;
    max-height: inherit;
    border: 0;
    font-size: 16px;
    padding: 0 0 2em; }
  .cta-popup .gform_footer .button {
    display: block;
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
    line-height: 120% !important; }
    @media (min-width: 981px) {
      .cta-popup .gform_footer .button {
        font-size: 25px;
        line-height: 110% !important; } }
  .cta-popup .validation_message:before {
    content: '\e90d';
    font-family: Icomoon;
    color: #c02b0a;
    font-size: 20px;
    position: relative;
    margin-right: .5em;
    top: 3px;
    margin-left: -11px; }
  .cta-popup .gfield_error legend:before {
    content: '\e90d';
    font-family: Icomoon;
    color: #c02b0a;
    font-size: 20px;
    position: relative;
    margin-right: .5em;
    top: 3px;
    font-weight: normal; }
  .cta-popup .gform_required_legend {
    display: none; }
  .cta-popup .gform_wrapper .float-label.active label, .cta-popup .gform_validation_error .gfield.float-label label {
    color: rgba(42, 37, 45, 0.7);
    font-size: 12px;
    top: 11px !important;
    left: 18px; }
  .cta-popup .gform_wrapper span.gfield_required {
    color: var(--dark-gray);
    font-weight: 100; }
  .cta-popup .gform_wrapper .gfield {
    position: relative; }
  .cta-popup .gform_wrapper .ginput_complex > span {
    position: relative; }
  .cta-popup .gform_wrapper .float-label label {
    color: var(--dark-gray);
    cursor: text;
    font-weight: 100 !important;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s all linear;
    z-index: 1; }
  .cta-popup .gform_wrapper .float-label input::-moz-placeholder {
    display: none; }
  .cta-popup .gform_wrapper .float-label input::placeholder {
    display: none; }
  .cta-popup .gform_wrapper legend.gfield_label {
    font-size: inherit !important; }
  .cta-popup h2.gform_submission_error {
    color: #c02b0a !important; }
  .cta-popup .gform_validation_error .gfield.gfield_error.float-label label {
    color: #c02b0a; }
  .cta-popup .gform_validation_error .gfield.gfield_error.float-label input {
    border-color: #c02b0a; }
  .cta-popup form {
    max-width: 450px; }
  @media (min-width: 768px) {
    .cta-popup:after {
      content: '';
      background-image: url(/app/themes/nfc-talent-pro/assets/images/rocket-popup.png);
      position: absolute;
      bottom: -160px;
      right: -260px;
      width: 500px;
      height: 380px;
      background-size: contain;
      background-repeat: no-repeat; } }
  .cta-popup h1, .cta-popup h2, .cta-popup h3, .cta-popup h4, .cta-popup .h1, .cta-popup .h2, .cta-popup .h3, .cta-popup .h4 {
    color: var(--white); }
  .cta-popup .gform_footer .button {
    background-color: var(--red);
    color: var(--white); }
    .cta-popup .gform_footer .button:hover {
      color: var(--red);
      background-color: var(--white); }

.section-content-cta-blocks[class*="darkgray-white-section"].up-bg {
  background-color: #ffffff;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-white-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="darkgray-white-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-white-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-white-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-white-section"].down-bg .blocks-overview:before {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-white-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-white-section"] .block {
  background-color: #2A252D; }

.section-content-cta-blocks[class*="white-darkgray-section"].up-bg {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-cta-blocks[class*="white-darkgray-section"].up-bg h1, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg h2, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg h3, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg h4, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg h5, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg .h1, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg .h2, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg .h3, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg .h4, .section-content-cta-blocks[class*="white-darkgray-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="white-darkgray-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="white-darkgray-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="white-darkgray-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="white-darkgray-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="white-darkgray-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="white-darkgray-section"].down-bg .blocks-overview:before {
  background-color: #2A252D; }

.section-content-cta-blocks[class*="white-darkgray-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #2A252D; }

.section-content-cta-blocks[class*="white-darkgray-section"] .block {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="white-red-section"].up-bg {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-cta-blocks[class*="white-red-section"].up-bg h1, .section-content-cta-blocks[class*="white-red-section"].up-bg h2, .section-content-cta-blocks[class*="white-red-section"].up-bg h3, .section-content-cta-blocks[class*="white-red-section"].up-bg h4, .section-content-cta-blocks[class*="white-red-section"].up-bg h5, .section-content-cta-blocks[class*="white-red-section"].up-bg .h1, .section-content-cta-blocks[class*="white-red-section"].up-bg .h2, .section-content-cta-blocks[class*="white-red-section"].up-bg .h3, .section-content-cta-blocks[class*="white-red-section"].up-bg .h4, .section-content-cta-blocks[class*="white-red-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="white-red-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="white-red-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="white-red-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="white-red-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="white-red-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="white-red-section"].down-bg .blocks-overview:before {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="white-red-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FF0500; }

.section-content-cta-blocks[class*="white-red-section"] .block {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="red-white-section"].up-bg {
  background-color: #ffffff;
  color: #2A252D; }
  .section-content-cta-blocks[class*="red-white-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="red-white-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="red-white-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="red-white-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="red-white-section"].down-bg .blocks-overview:before {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="red-white-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #ffffff; }

.section-content-cta-blocks[class*="red-white-section"] .block {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="white-lightgray-section"].up-bg {
  background-color: #F7F7F7;
  color: #2A252D; }
  .section-content-cta-blocks[class*="white-lightgray-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="white-lightgray-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="white-lightgray-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="white-lightgray-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="white-lightgray-section"].down-bg .blocks-overview:before {
  background-color: #F7F7F7; }

.section-content-cta-blocks[class*="white-lightgray-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #F7F7F7; }

.section-content-cta-blocks[class*="white-lightgray-section"] .block {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-white-section"].up-bg {
  background-color: #ffffff;
  color: #2A252D; }
  .section-content-cta-blocks[class*="lightgray-white-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="lightgray-white-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-white-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="lightgray-white-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-white-section"].down-bg .blocks-overview:before {
  background-color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-white-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-white-section"] .block {
  background-color: #F7F7F7; }

.section-content-cta-blocks[class*="red-lightgray-section"].up-bg {
  background-color: #F7F7F7;
  color: #2A252D; }
  .section-content-cta-blocks[class*="red-lightgray-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="red-lightgray-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="red-lightgray-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="red-lightgray-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="red-lightgray-section"].down-bg .blocks-overview:before {
  background-color: #F7F7F7; }

.section-content-cta-blocks[class*="red-lightgray-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #F7F7F7; }

.section-content-cta-blocks[class*="red-lightgray-section"] .block {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="lightgray-red-section"].up-bg {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-cta-blocks[class*="lightgray-red-section"].up-bg h1, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg h2, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg h3, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg h4, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg h5, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg .h1, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg .h2, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg .h3, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg .h4, .section-content-cta-blocks[class*="lightgray-red-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="lightgray-red-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="lightgray-red-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="lightgray-red-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="lightgray-red-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="lightgray-red-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="lightgray-red-section"].down-bg .blocks-overview:before {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="lightgray-red-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FF0500; }

.section-content-cta-blocks[class*="lightgray-red-section"] .block {
  background-color: #F7F7F7; }

.section-content-cta-blocks[class*="red-darkgray-section"].up-bg {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-cta-blocks[class*="red-darkgray-section"].up-bg h1, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg h2, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg h3, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg h4, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg h5, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg .h1, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg .h2, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg .h3, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg .h4, .section-content-cta-blocks[class*="red-darkgray-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="red-darkgray-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="red-darkgray-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="red-darkgray-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="red-darkgray-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="red-darkgray-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="red-darkgray-section"].down-bg .blocks-overview:before {
  background-color: #2A252D; }

.section-content-cta-blocks[class*="red-darkgray-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #2A252D; }

.section-content-cta-blocks[class*="red-darkgray-section"] .block {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="darkgray-red-section"].up-bg {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h1, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h2, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h3, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h4, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h5, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h1, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h2, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h3, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h4, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-red-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg .blocks-overview:before {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FF0500; }

.section-content-cta-blocks[class*="darkgray-red-section"] .block {
  background-color: #2A252D; }

.section-content-cta-blocks[class*="darkgray-red-section"].up-bg {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h1, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h2, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h3, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h4, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg h5, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h1, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h2, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h3, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h4, .section-content-cta-blocks[class*="darkgray-red-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="darkgray-red-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-red-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg .blocks-overview:before {
  background-color: #FF0500; }

.section-content-cta-blocks[class*="darkgray-red-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FF0500; }

.section-content-cta-blocks[class*="darkgray-red-section"] .block {
  background-color: #2A252D; }

.section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg {
  background-color: #002896;
  color: #ffffff; }
  .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg h1, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg h2, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg h3, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg h4, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg h5, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg .h1, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg .h2, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg .h3, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg .h4, .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="magenta-darkblue-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="magenta-darkblue-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="magenta-darkblue-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="magenta-darkblue-section"].down-bg .blocks-overview:before {
  background-color: #002896; }

.section-content-cta-blocks[class*="magenta-darkblue-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #002896; }

.section-content-cta-blocks[class*="magenta-darkblue-section"] .block {
  background-color: #FA0F64; }

.section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg h1, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg h2, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg h3, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg h4, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg h5, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg .h1, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg .h2, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg .h3, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg .h4, .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="darkblue-magenta-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="darkblue-magenta-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkblue-magenta-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="darkblue-magenta-section"].down-bg .blocks-overview:before {
  background-color: #FA0F64; }

.section-content-cta-blocks[class*="darkblue-magenta-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FA0F64; }

.section-content-cta-blocks[class*="darkblue-magenta-section"] .block {
  background-color: #002896; }

.section-content-cta-blocks[class*="lightblue-purple-section"].up-bg {
  background-color: #50008C;
  color: #ffffff; }
  .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg h1, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg h2, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg h3, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg h4, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg h5, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg .h1, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg .h2, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg .h3, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg .h4, .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="lightblue-purple-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="lightblue-purple-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="lightblue-purple-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="lightblue-purple-section"].down-bg .blocks-overview:before {
  background-color: #50008C; }

.section-content-cta-blocks[class*="lightblue-purple-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #50008C; }

.section-content-cta-blocks[class*="lightblue-purple-section"] .block {
  background-color: #00BEFF; }

.section-content-cta-blocks[class*="purple-lightblue-section"].up-bg {
  background-color: #00BEFF;
  color: #2A252D; }
  .section-content-cta-blocks[class*="purple-lightblue-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="purple-lightblue-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="purple-lightblue-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="purple-lightblue-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="purple-lightblue-section"].down-bg .blocks-overview:before {
  background-color: #00BEFF; }

.section-content-cta-blocks[class*="purple-lightblue-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #00BEFF; }

.section-content-cta-blocks[class*="purple-lightblue-section"] .block {
  background-color: #50008C; }

.section-content-cta-blocks[class*="yellow-magenta-section"].up-bg {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg h1, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg h2, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg h3, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg h4, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg h5, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg .h1, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg .h2, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg .h3, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg .h4, .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="yellow-magenta-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="yellow-magenta-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="yellow-magenta-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="yellow-magenta-section"].down-bg .blocks-overview:before {
  background-color: #FA0F64; }

.section-content-cta-blocks[class*="yellow-magenta-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FA0F64; }

.section-content-cta-blocks[class*="yellow-magenta-section"] .block {
  background-color: #FFC800; }

.section-content-cta-blocks[class*="magenta-yellow-section"].up-bg {
  background-color: #FFC800;
  color: #2A252D; }
  .section-content-cta-blocks[class*="magenta-yellow-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="magenta-yellow-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="magenta-yellow-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="magenta-yellow-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="magenta-yellow-section"].down-bg .blocks-overview:before {
  background-color: #FFC800; }

.section-content-cta-blocks[class*="magenta-yellow-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #FFC800; }

.section-content-cta-blocks[class*="magenta-yellow-section"] .block {
  background-color: #FA0F64; }

.section-content-cta-blocks[class*="green-purple-section"].up-bg {
  background-color: #50008C;
  color: #ffffff; }
  .section-content-cta-blocks[class*="green-purple-section"].up-bg h1, .section-content-cta-blocks[class*="green-purple-section"].up-bg h2, .section-content-cta-blocks[class*="green-purple-section"].up-bg h3, .section-content-cta-blocks[class*="green-purple-section"].up-bg h4, .section-content-cta-blocks[class*="green-purple-section"].up-bg h5, .section-content-cta-blocks[class*="green-purple-section"].up-bg .h1, .section-content-cta-blocks[class*="green-purple-section"].up-bg .h2, .section-content-cta-blocks[class*="green-purple-section"].up-bg .h3, .section-content-cta-blocks[class*="green-purple-section"].up-bg .h4, .section-content-cta-blocks[class*="green-purple-section"].up-bg .h5 {
    color: #ffffff; }
  .section-content-cta-blocks[class*="green-purple-section"].up-bg a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-cta-blocks[class*="green-purple-section"].up-bg a.btn.hollow {
    border-color: #ffffff;
    color: #ffffff; }
    .section-content-cta-blocks[class*="green-purple-section"].up-bg a.btn.hollow:hover {
      border-color: #2A252D; }

.section-content-cta-blocks[class*="green-purple-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="green-purple-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="green-purple-section"].down-bg .blocks-overview:before {
  background-color: #50008C; }

.section-content-cta-blocks[class*="green-purple-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #50008C; }

.section-content-cta-blocks[class*="green-purple-section"] .block {
  background-color: #00C878; }

.section-content-cta-blocks[class*="purple-green-section"].up-bg {
  background-color: #00C878;
  color: #2A252D; }
  .section-content-cta-blocks[class*="purple-green-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="purple-green-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="purple-green-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="purple-green-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="purple-green-section"].down-bg .blocks-overview:before {
  background-color: #00C878; }

.section-content-cta-blocks[class*="purple-green-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #00C878; }

.section-content-cta-blocks[class*="purple-green-section"] .block {
  background-color: #50008C; }

.section-content-cta-blocks[class*="darkgray-black-section"].up-bg {
  background-color: #111;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-black-section"].up-bg a.btn.hollow {
    border-color: #2A252D;
    color: #2A252D; }
    .section-content-cta-blocks[class*="darkgray-black-section"].up-bg a.btn.hollow:hover {
      color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-black-section"].down-bg a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  .section-content-cta-blocks[class*="darkgray-black-section"].down-bg a.btn.hollow:hover {
    color: #ffffff; }

.section-content-cta-blocks[class*="darkgray-black-section"].down-bg .blocks-overview:before {
  background-color: #111; }

.section-content-cta-blocks[class*="darkgray-black-section"].down-bg .blocks-overview .block-items .block span.icon-checkmark {
  color: #111; }

.section-content-cta-blocks[class*="darkgray-black-section"] .block {
  background-color: #2A252D; }

/*# sourceMappingURL=content-cta-blocks.css.map */
