/**
 * 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-sharing-email-page .sharing .button-mail, .section-sharing-email-page .sharing #share-page-button,
.section-sharing-email-page .sharing .button-mail:visited,
.section-sharing-email-page .sharing #share-page-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; }
  .section-sharing-email-page .sharing .button-mail:hover, .section-sharing-email-page .sharing #share-page-button:hover, .section-sharing-email-page .sharing .button-mail:focus, .section-sharing-email-page .sharing #share-page-button:focus,
  .section-sharing-email-page .sharing .button-mail:visited:hover,
  .section-sharing-email-page .sharing #share-page-button:visited:hover,
  .section-sharing-email-page .sharing .button-mail:visited:focus,
  .section-sharing-email-page .sharing #share-page-button:visited:focus {
    background-color: var(--medium-gray);
    color: var(--white);
    text-decoration: none;
    outline: none; }
  .section-sharing-email-page .sharing .red.button-mail, .section-sharing-email-page .sharing .red#share-page-button,
  .section-sharing-email-page .sharing .button-mail:visited.red,
  .section-sharing-email-page .sharing #share-page-button:visited.red {
    background-color: var(--red);
    color: var(--white); }
    .section-sharing-email-page .sharing .red.button-mail:hover, .section-sharing-email-page .sharing .red#share-page-button:hover, .section-sharing-email-page .sharing .red.button-mail:focus, .section-sharing-email-page .sharing .red#share-page-button:focus,
    .section-sharing-email-page .sharing .button-mail:visited.red:hover,
    .section-sharing-email-page .sharing #share-page-button:visited.red:hover,
    .section-sharing-email-page .sharing .button-mail:visited.red:focus,
    .section-sharing-email-page .sharing #share-page-button:visited.red:focus {
      background-color: var(--medium-gray);
      color: var(--white);
      text-decoration: none;
      outline: none; }
  .section-sharing-email-page .sharing .yellow.button-mail, .section-sharing-email-page .sharing .yellow#share-page-button,
  .section-sharing-email-page .sharing .button-mail:visited.yellow,
  .section-sharing-email-page .sharing #share-page-button:visited.yellow {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    .section-sharing-email-page .sharing .yellow.button-mail:hover, .section-sharing-email-page .sharing .yellow#share-page-button:hover,
    .section-sharing-email-page .sharing .button-mail:visited.yellow:hover,
    .section-sharing-email-page .sharing #share-page-button:visited.yellow:hover {
      background-color: #cca000; }

.section-sharing-email-page h2, .section-sharing-email-page h4 {
  text-align: center; }

.section-sharing-email-page .sharing {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  @media (min-width: 981px) {
    .section-sharing-email-page .sharing {
      margin-top: 30px; } }
  .section-sharing-email-page .sharing .button-mail {
    display: flex;
    gap: 1em;
    align-items: center; }

.section-sharing-email-page[class*="darkgray-white-section"] {
  background-color: #2A252D; }
  .section-sharing-email-page[class*="darkgray-white-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="darkgray-white-section"] .container .sharing #share-page-button {
    background-color: #ffffff;
    color: #2A252D; }
    .section-sharing-email-page[class*="darkgray-white-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="darkgray-white-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="darkgray-white-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-white-section"] .container h2 h1, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 h2, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 h3, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 h4, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 h5, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 .h1, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 .h2, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 .h3, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 .h4, .section-sharing-email-page[class*="darkgray-white-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-white-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="white-darkgray-section"] {
  background-color: #ffffff; }
  .section-sharing-email-page[class*="white-darkgray-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="white-darkgray-section"] .container .sharing #share-page-button {
    background-color: #2A252D;
    color: #ffffff; }
    .section-sharing-email-page[class*="white-darkgray-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="white-darkgray-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="white-darkgray-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="white-red-section"] {
  background-color: #ffffff; }
  .section-sharing-email-page[class*="white-red-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="white-red-section"] .container .sharing #share-page-button {
    background-color: #FF0500;
    color: #ffffff; }
    .section-sharing-email-page[class*="white-red-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="white-red-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="white-red-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="red-white-section"] {
  background-color: #FF0500; }
  .section-sharing-email-page[class*="red-white-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="red-white-section"] .container .sharing #share-page-button {
    background-color: #ffffff;
    color: #FF0500; }
    .section-sharing-email-page[class*="red-white-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="red-white-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="red-white-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="red-white-section"] .container h2 h1, .section-sharing-email-page[class*="red-white-section"] .container h2 h2, .section-sharing-email-page[class*="red-white-section"] .container h2 h3, .section-sharing-email-page[class*="red-white-section"] .container h2 h4, .section-sharing-email-page[class*="red-white-section"] .container h2 h5, .section-sharing-email-page[class*="red-white-section"] .container h2 .h1, .section-sharing-email-page[class*="red-white-section"] .container h2 .h2, .section-sharing-email-page[class*="red-white-section"] .container h2 .h3, .section-sharing-email-page[class*="red-white-section"] .container h2 .h4, .section-sharing-email-page[class*="red-white-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="red-white-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="white-lightgray-section"] {
  background-color: #ffffff; }
  .section-sharing-email-page[class*="white-lightgray-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="white-lightgray-section"] .container .sharing #share-page-button {
    background-color: #F7F7F7;
    color: #ffffff; }
    .section-sharing-email-page[class*="white-lightgray-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="white-lightgray-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="white-lightgray-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="lightgray-white-section"] {
  background-color: #F7F7F7; }
  .section-sharing-email-page[class*="lightgray-white-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="lightgray-white-section"] .container .sharing #share-page-button {
    background-color: #ffffff;
    color: #F7F7F7; }
    .section-sharing-email-page[class*="lightgray-white-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="lightgray-white-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="lightgray-white-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="red-lightgray-section"] {
  background-color: #FF0500; }
  .section-sharing-email-page[class*="red-lightgray-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="red-lightgray-section"] .container .sharing #share-page-button {
    background-color: #F7F7F7;
    color: #FF0500; }
    .section-sharing-email-page[class*="red-lightgray-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="red-lightgray-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="red-lightgray-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="red-lightgray-section"] .container h2 h1, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 h2, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 h3, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 h4, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 h5, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 .h1, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 .h2, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 .h3, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 .h4, .section-sharing-email-page[class*="red-lightgray-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="red-lightgray-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="lightgray-red-section"] {
  background-color: #F7F7F7; }
  .section-sharing-email-page[class*="lightgray-red-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="lightgray-red-section"] .container .sharing #share-page-button {
    background-color: #FF0500;
    color: #F7F7F7; }
    .section-sharing-email-page[class*="lightgray-red-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="lightgray-red-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="lightgray-red-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="red-darkgray-section"] {
  background-color: #FF0500; }
  .section-sharing-email-page[class*="red-darkgray-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="red-darkgray-section"] .container .sharing #share-page-button {
    background-color: #2A252D;
    color: #FF0500; }
    .section-sharing-email-page[class*="red-darkgray-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="red-darkgray-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="red-darkgray-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="red-darkgray-section"] .container h2 h1, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 h2, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 h3, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 h4, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 h5, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 .h1, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 .h2, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 .h3, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 .h4, .section-sharing-email-page[class*="red-darkgray-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="red-darkgray-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing #share-page-button {
    background-color: #FF0500;
    color: #2A252D; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="darkgray-red-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h1, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h2, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h3, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h4, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h5, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h1, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h2, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h3, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h4, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing #share-page-button {
    background-color: #FF0500;
    color: #2A252D; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="darkgray-red-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="darkgray-red-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h1, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h2, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h3, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h4, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 h5, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h1, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h2, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h3, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h4, .section-sharing-email-page[class*="darkgray-red-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-red-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="magenta-darkblue-section"] {
  background-color: #FA0F64; }
  .section-sharing-email-page[class*="magenta-darkblue-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="magenta-darkblue-section"] .container .sharing #share-page-button {
    background-color: #002896;
    color: #FA0F64; }
    .section-sharing-email-page[class*="magenta-darkblue-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="magenta-darkblue-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 h1, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 h2, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 h3, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 h4, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 h5, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 .h1, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 .h2, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 .h3, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 .h4, .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="magenta-darkblue-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="darkblue-magenta-section"] {
  background-color: #002896; }
  .section-sharing-email-page[class*="darkblue-magenta-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="darkblue-magenta-section"] .container .sharing #share-page-button {
    background-color: #FA0F64;
    color: #002896; }
    .section-sharing-email-page[class*="darkblue-magenta-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="darkblue-magenta-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 h1, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 h2, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 h3, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 h4, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 h5, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 .h1, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 .h2, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 .h3, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 .h4, .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="darkblue-magenta-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="lightblue-purple-section"] {
  background-color: #00BEFF; }
  .section-sharing-email-page[class*="lightblue-purple-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="lightblue-purple-section"] .container .sharing #share-page-button {
    background-color: #50008C;
    color: #00BEFF; }
    .section-sharing-email-page[class*="lightblue-purple-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="lightblue-purple-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="lightblue-purple-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="purple-lightblue-section"] {
  background-color: #50008C; }
  .section-sharing-email-page[class*="purple-lightblue-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="purple-lightblue-section"] .container .sharing #share-page-button {
    background-color: #00BEFF;
    color: #50008C; }
    .section-sharing-email-page[class*="purple-lightblue-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="purple-lightblue-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 h1, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 h2, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 h3, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 h4, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 h5, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 .h1, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 .h2, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 .h3, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 .h4, .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="purple-lightblue-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="yellow-magenta-section"] {
  background-color: #FFC800; }
  .section-sharing-email-page[class*="yellow-magenta-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="yellow-magenta-section"] .container .sharing #share-page-button {
    background-color: #FA0F64;
    color: #FFC800; }
    .section-sharing-email-page[class*="yellow-magenta-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="yellow-magenta-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="yellow-magenta-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="magenta-yellow-section"] {
  background-color: #FA0F64; }
  .section-sharing-email-page[class*="magenta-yellow-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="magenta-yellow-section"] .container .sharing #share-page-button {
    background-color: #FFC800;
    color: #FA0F64; }
    .section-sharing-email-page[class*="magenta-yellow-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="magenta-yellow-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 h1, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 h2, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 h3, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 h4, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 h5, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 .h1, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 .h2, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 .h3, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 .h4, .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="magenta-yellow-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="green-purple-section"] {
  background-color: #00C878; }
  .section-sharing-email-page[class*="green-purple-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="green-purple-section"] .container .sharing #share-page-button {
    background-color: #50008C;
    color: #00C878; }
    .section-sharing-email-page[class*="green-purple-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="green-purple-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="green-purple-section"] .container h2 {
    color: #2A252D; }

.section-sharing-email-page[class*="purple-green-section"] {
  background-color: #50008C; }
  .section-sharing-email-page[class*="purple-green-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="purple-green-section"] .container .sharing #share-page-button {
    background-color: #00C878;
    color: #50008C; }
    .section-sharing-email-page[class*="purple-green-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="purple-green-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="purple-green-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="purple-green-section"] .container h2 h1, .section-sharing-email-page[class*="purple-green-section"] .container h2 h2, .section-sharing-email-page[class*="purple-green-section"] .container h2 h3, .section-sharing-email-page[class*="purple-green-section"] .container h2 h4, .section-sharing-email-page[class*="purple-green-section"] .container h2 h5, .section-sharing-email-page[class*="purple-green-section"] .container h2 .h1, .section-sharing-email-page[class*="purple-green-section"] .container h2 .h2, .section-sharing-email-page[class*="purple-green-section"] .container h2 .h3, .section-sharing-email-page[class*="purple-green-section"] .container h2 .h4, .section-sharing-email-page[class*="purple-green-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="purple-green-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-sharing-email-page[class*="darkgray-black-section"] {
  background-color: #2A252D; }
  .section-sharing-email-page[class*="darkgray-black-section"] .container .sharing .button-mail, .section-sharing-email-page[class*="darkgray-black-section"] .container .sharing #share-page-button {
    background-color: #111;
    color: #2A252D; }
    .section-sharing-email-page[class*="darkgray-black-section"] .container .sharing .button-mail:hover, .section-sharing-email-page[class*="darkgray-black-section"] .container .sharing #share-page-button:hover {
      background-color: var(--medium-gray);
      color: var(--white); }
  .section-sharing-email-page[class*="darkgray-black-section"] .container h2 {
    color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-black-section"] .container h2 h1, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 h2, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 h3, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 h4, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 h5, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 .h1, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 .h2, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 .h3, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 .h4, .section-sharing-email-page[class*="darkgray-black-section"] .container h2 .h5 {
      color: #ffffff; }
    .section-sharing-email-page[class*="darkgray-black-section"] .container h2 a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

/*# sourceMappingURL=sharing-email-page.css.map */
