/**
 * 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; }

.section-content-usps .container {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr; }
  @media (min-width: 981px) {
    .section-content-usps .container {
      gap: 4em;
      grid-template-columns: 1.25fr 1fr;
      align-items: center; } }
  .section-content-usps .container .content p:last-of-type {
    margin-bottom: 0; }
  .section-content-usps .container .content .btn {
    margin-top: 1em; }
  .section-content-usps .container .content #popup-content {
    display: none; }
  .section-content-usps .container .content .video-popup {
    background: none;
    position: relative;
    width: 100%;
    height: 385px;
    display: block;
    margin-top: 1.5rem; }
    .section-content-usps .container .content .video-popup img {
      height: 100%;
      width: 100%;
      position: absolute;
      inset: 0;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-content-usps .container .content .video-popup .icon-play {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80px;
      width: 128px;
      border-radius: 26px;
      background: rgba(42, 37, 45, 0.85);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px; }
  .section-content-usps .container .usps .usp {
    display: flex;
    gap: .5em;
    padding: 1em 0;
    border-bottom: 1px solid var(--light-gray);
    font-weight: 700; }
    @media (min-width: 768px) {
      .section-content-usps .container .usps .usp {
        padding: 2em 0;
        gap: 1.5em; } }
    .section-content-usps .container .usps .usp span {
      font-size: 20px;
      color: var(--red); }
      @media (min-width: 768px) {
        .section-content-usps .container .usps .usp span {
          font-size: 30px; } }
    .section-content-usps .container .usps .usp:first-of-type {
      padding-top: 0; }
    .section-content-usps .container .usps .usp:last-child {
      border-bottom: none; }

.fancybox-content {
  max-width: 800px; }
  .fancybox-content .fancybox-close-small {
    padding: 0;
    right: 2em;
    top: 2em; }
    .fancybox-content .fancybox-close-small svg {
      width: 48px;
      height: 48px; }

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

.section-content-usps[class*="white-darkgray-section"] {
  background-color: #ffffff; }
  .section-content-usps[class*="white-darkgray-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="white-darkgray-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="white-darkgray-section"] .usps .usp span {
      color: #2A252D; }

.section-content-usps[class*="white-red-section"] {
  background-color: #ffffff; }
  .section-content-usps[class*="white-red-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="white-red-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="white-red-section"] .usps .usp span {
      color: #FF0500; }

.section-content-usps[class*="red-white-section"] {
  background-color: #FF0500; }
  .section-content-usps[class*="red-white-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="red-white-section"] .content h1, .section-content-usps[class*="red-white-section"] .content h2, .section-content-usps[class*="red-white-section"] .content h3, .section-content-usps[class*="red-white-section"] .content h4, .section-content-usps[class*="red-white-section"] .content h5, .section-content-usps[class*="red-white-section"] .content .h1, .section-content-usps[class*="red-white-section"] .content .h2, .section-content-usps[class*="red-white-section"] .content .h3, .section-content-usps[class*="red-white-section"] .content .h4, .section-content-usps[class*="red-white-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="red-white-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="red-white-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="red-white-section"] .usps .usp h1, .section-content-usps[class*="red-white-section"] .usps .usp h2, .section-content-usps[class*="red-white-section"] .usps .usp h3, .section-content-usps[class*="red-white-section"] .usps .usp h4, .section-content-usps[class*="red-white-section"] .usps .usp h5, .section-content-usps[class*="red-white-section"] .usps .usp .h1, .section-content-usps[class*="red-white-section"] .usps .usp .h2, .section-content-usps[class*="red-white-section"] .usps .usp .h3, .section-content-usps[class*="red-white-section"] .usps .usp .h4, .section-content-usps[class*="red-white-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="red-white-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="red-white-section"] .usps .usp span {
      color: #ffffff; }

.section-content-usps[class*="white-lightgray-section"] {
  background-color: #ffffff; }
  .section-content-usps[class*="white-lightgray-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="white-lightgray-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="white-lightgray-section"] .usps .usp span {
      color: #F7F7F7; }

.section-content-usps[class*="lightgray-white-section"] {
  background-color: #F7F7F7; }
  .section-content-usps[class*="lightgray-white-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="lightgray-white-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="lightgray-white-section"] .usps .usp span {
      color: #ffffff; }

.section-content-usps[class*="red-lightgray-section"] {
  background-color: #FF0500; }
  .section-content-usps[class*="red-lightgray-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="red-lightgray-section"] .content h1, .section-content-usps[class*="red-lightgray-section"] .content h2, .section-content-usps[class*="red-lightgray-section"] .content h3, .section-content-usps[class*="red-lightgray-section"] .content h4, .section-content-usps[class*="red-lightgray-section"] .content h5, .section-content-usps[class*="red-lightgray-section"] .content .h1, .section-content-usps[class*="red-lightgray-section"] .content .h2, .section-content-usps[class*="red-lightgray-section"] .content .h3, .section-content-usps[class*="red-lightgray-section"] .content .h4, .section-content-usps[class*="red-lightgray-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="red-lightgray-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="red-lightgray-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="red-lightgray-section"] .usps .usp h1, .section-content-usps[class*="red-lightgray-section"] .usps .usp h2, .section-content-usps[class*="red-lightgray-section"] .usps .usp h3, .section-content-usps[class*="red-lightgray-section"] .usps .usp h4, .section-content-usps[class*="red-lightgray-section"] .usps .usp h5, .section-content-usps[class*="red-lightgray-section"] .usps .usp .h1, .section-content-usps[class*="red-lightgray-section"] .usps .usp .h2, .section-content-usps[class*="red-lightgray-section"] .usps .usp .h3, .section-content-usps[class*="red-lightgray-section"] .usps .usp .h4, .section-content-usps[class*="red-lightgray-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="red-lightgray-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="red-lightgray-section"] .usps .usp span {
      color: #F7F7F7; }

.section-content-usps[class*="lightgray-red-section"] {
  background-color: #F7F7F7; }
  .section-content-usps[class*="lightgray-red-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="lightgray-red-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="lightgray-red-section"] .usps .usp span {
      color: #FF0500; }

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

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

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

.section-content-usps[class*="magenta-darkblue-section"] {
  background-color: #FA0F64; }
  .section-content-usps[class*="magenta-darkblue-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="magenta-darkblue-section"] .content h1, .section-content-usps[class*="magenta-darkblue-section"] .content h2, .section-content-usps[class*="magenta-darkblue-section"] .content h3, .section-content-usps[class*="magenta-darkblue-section"] .content h4, .section-content-usps[class*="magenta-darkblue-section"] .content h5, .section-content-usps[class*="magenta-darkblue-section"] .content .h1, .section-content-usps[class*="magenta-darkblue-section"] .content .h2, .section-content-usps[class*="magenta-darkblue-section"] .content .h3, .section-content-usps[class*="magenta-darkblue-section"] .content .h4, .section-content-usps[class*="magenta-darkblue-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="magenta-darkblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="magenta-darkblue-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="magenta-darkblue-section"] .usps .usp h1, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp h2, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp h3, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp h4, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp h5, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp .h1, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp .h2, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp .h3, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp .h4, .section-content-usps[class*="magenta-darkblue-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="magenta-darkblue-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="magenta-darkblue-section"] .usps .usp span {
      color: #002896; }

.section-content-usps[class*="darkblue-magenta-section"] {
  background-color: #002896; }
  .section-content-usps[class*="darkblue-magenta-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="darkblue-magenta-section"] .content h1, .section-content-usps[class*="darkblue-magenta-section"] .content h2, .section-content-usps[class*="darkblue-magenta-section"] .content h3, .section-content-usps[class*="darkblue-magenta-section"] .content h4, .section-content-usps[class*="darkblue-magenta-section"] .content h5, .section-content-usps[class*="darkblue-magenta-section"] .content .h1, .section-content-usps[class*="darkblue-magenta-section"] .content .h2, .section-content-usps[class*="darkblue-magenta-section"] .content .h3, .section-content-usps[class*="darkblue-magenta-section"] .content .h4, .section-content-usps[class*="darkblue-magenta-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="darkblue-magenta-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="darkblue-magenta-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="darkblue-magenta-section"] .usps .usp h1, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp h2, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp h3, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp h4, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp h5, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp .h1, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp .h2, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp .h3, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp .h4, .section-content-usps[class*="darkblue-magenta-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="darkblue-magenta-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="darkblue-magenta-section"] .usps .usp span {
      color: #FA0F64; }

.section-content-usps[class*="lightblue-purple-section"] {
  background-color: #00BEFF; }
  .section-content-usps[class*="lightblue-purple-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="lightblue-purple-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="lightblue-purple-section"] .usps .usp span {
      color: #50008C; }

.section-content-usps[class*="purple-lightblue-section"] {
  background-color: #50008C; }
  .section-content-usps[class*="purple-lightblue-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="purple-lightblue-section"] .content h1, .section-content-usps[class*="purple-lightblue-section"] .content h2, .section-content-usps[class*="purple-lightblue-section"] .content h3, .section-content-usps[class*="purple-lightblue-section"] .content h4, .section-content-usps[class*="purple-lightblue-section"] .content h5, .section-content-usps[class*="purple-lightblue-section"] .content .h1, .section-content-usps[class*="purple-lightblue-section"] .content .h2, .section-content-usps[class*="purple-lightblue-section"] .content .h3, .section-content-usps[class*="purple-lightblue-section"] .content .h4, .section-content-usps[class*="purple-lightblue-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="purple-lightblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="purple-lightblue-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="purple-lightblue-section"] .usps .usp h1, .section-content-usps[class*="purple-lightblue-section"] .usps .usp h2, .section-content-usps[class*="purple-lightblue-section"] .usps .usp h3, .section-content-usps[class*="purple-lightblue-section"] .usps .usp h4, .section-content-usps[class*="purple-lightblue-section"] .usps .usp h5, .section-content-usps[class*="purple-lightblue-section"] .usps .usp .h1, .section-content-usps[class*="purple-lightblue-section"] .usps .usp .h2, .section-content-usps[class*="purple-lightblue-section"] .usps .usp .h3, .section-content-usps[class*="purple-lightblue-section"] .usps .usp .h4, .section-content-usps[class*="purple-lightblue-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="purple-lightblue-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="purple-lightblue-section"] .usps .usp span {
      color: #00BEFF; }

.section-content-usps[class*="yellow-magenta-section"] {
  background-color: #FFC800; }
  .section-content-usps[class*="yellow-magenta-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="yellow-magenta-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="yellow-magenta-section"] .usps .usp span {
      color: #FA0F64; }

.section-content-usps[class*="magenta-yellow-section"] {
  background-color: #FA0F64; }
  .section-content-usps[class*="magenta-yellow-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="magenta-yellow-section"] .content h1, .section-content-usps[class*="magenta-yellow-section"] .content h2, .section-content-usps[class*="magenta-yellow-section"] .content h3, .section-content-usps[class*="magenta-yellow-section"] .content h4, .section-content-usps[class*="magenta-yellow-section"] .content h5, .section-content-usps[class*="magenta-yellow-section"] .content .h1, .section-content-usps[class*="magenta-yellow-section"] .content .h2, .section-content-usps[class*="magenta-yellow-section"] .content .h3, .section-content-usps[class*="magenta-yellow-section"] .content .h4, .section-content-usps[class*="magenta-yellow-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="magenta-yellow-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="magenta-yellow-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="magenta-yellow-section"] .usps .usp h1, .section-content-usps[class*="magenta-yellow-section"] .usps .usp h2, .section-content-usps[class*="magenta-yellow-section"] .usps .usp h3, .section-content-usps[class*="magenta-yellow-section"] .usps .usp h4, .section-content-usps[class*="magenta-yellow-section"] .usps .usp h5, .section-content-usps[class*="magenta-yellow-section"] .usps .usp .h1, .section-content-usps[class*="magenta-yellow-section"] .usps .usp .h2, .section-content-usps[class*="magenta-yellow-section"] .usps .usp .h3, .section-content-usps[class*="magenta-yellow-section"] .usps .usp .h4, .section-content-usps[class*="magenta-yellow-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="magenta-yellow-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="magenta-yellow-section"] .usps .usp span {
      color: #FFC800; }

.section-content-usps[class*="green-purple-section"] {
  background-color: #00C878; }
  .section-content-usps[class*="green-purple-section"] .content {
    color: #2A252D; }
  .section-content-usps[class*="green-purple-section"] .usps .usp {
    color: #2A252D; }
    .section-content-usps[class*="green-purple-section"] .usps .usp span {
      color: #50008C; }

.section-content-usps[class*="purple-green-section"] {
  background-color: #50008C; }
  .section-content-usps[class*="purple-green-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="purple-green-section"] .content h1, .section-content-usps[class*="purple-green-section"] .content h2, .section-content-usps[class*="purple-green-section"] .content h3, .section-content-usps[class*="purple-green-section"] .content h4, .section-content-usps[class*="purple-green-section"] .content h5, .section-content-usps[class*="purple-green-section"] .content .h1, .section-content-usps[class*="purple-green-section"] .content .h2, .section-content-usps[class*="purple-green-section"] .content .h3, .section-content-usps[class*="purple-green-section"] .content .h4, .section-content-usps[class*="purple-green-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="purple-green-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="purple-green-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="purple-green-section"] .usps .usp h1, .section-content-usps[class*="purple-green-section"] .usps .usp h2, .section-content-usps[class*="purple-green-section"] .usps .usp h3, .section-content-usps[class*="purple-green-section"] .usps .usp h4, .section-content-usps[class*="purple-green-section"] .usps .usp h5, .section-content-usps[class*="purple-green-section"] .usps .usp .h1, .section-content-usps[class*="purple-green-section"] .usps .usp .h2, .section-content-usps[class*="purple-green-section"] .usps .usp .h3, .section-content-usps[class*="purple-green-section"] .usps .usp .h4, .section-content-usps[class*="purple-green-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="purple-green-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="purple-green-section"] .usps .usp span {
      color: #00C878; }

.section-content-usps[class*="darkgray-black-section"] {
  background-color: #2A252D; }
  .section-content-usps[class*="darkgray-black-section"] .content {
    color: #ffffff; }
    .section-content-usps[class*="darkgray-black-section"] .content h1, .section-content-usps[class*="darkgray-black-section"] .content h2, .section-content-usps[class*="darkgray-black-section"] .content h3, .section-content-usps[class*="darkgray-black-section"] .content h4, .section-content-usps[class*="darkgray-black-section"] .content h5, .section-content-usps[class*="darkgray-black-section"] .content .h1, .section-content-usps[class*="darkgray-black-section"] .content .h2, .section-content-usps[class*="darkgray-black-section"] .content .h3, .section-content-usps[class*="darkgray-black-section"] .content .h4, .section-content-usps[class*="darkgray-black-section"] .content .h5 {
      color: #ffffff; }
    .section-content-usps[class*="darkgray-black-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-usps[class*="darkgray-black-section"] .usps .usp {
    color: #ffffff; }
    .section-content-usps[class*="darkgray-black-section"] .usps .usp h1, .section-content-usps[class*="darkgray-black-section"] .usps .usp h2, .section-content-usps[class*="darkgray-black-section"] .usps .usp h3, .section-content-usps[class*="darkgray-black-section"] .usps .usp h4, .section-content-usps[class*="darkgray-black-section"] .usps .usp h5, .section-content-usps[class*="darkgray-black-section"] .usps .usp .h1, .section-content-usps[class*="darkgray-black-section"] .usps .usp .h2, .section-content-usps[class*="darkgray-black-section"] .usps .usp .h3, .section-content-usps[class*="darkgray-black-section"] .usps .usp .h4, .section-content-usps[class*="darkgray-black-section"] .usps .usp .h5 {
      color: #ffffff; }
    .section-content-usps[class*="darkgray-black-section"] .usps .usp a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-usps[class*="darkgray-black-section"] .usps .usp span {
      color: #111; }

/*# sourceMappingURL=content-usps.css.map */
