
    @font-face {
      font-family: 'nexa-black';
      font-display: swap;
      src: url(/dam/jcr:a3bbef15-ff37-4724-9b4c-f87408dc1566/Nexa-Black.woff2) format('woff2');
    }
    @font-face {
      font-family: 'nexa-heavy';
      font-display: swap;
      src: url(/dam/jcr:9f4f6916-0c9c-4e03-831a-ca87e6f9bf20/Nexa-Heavy.woff2) format('woff2');
    }
    @font-face {
      font-family: 'nexa-book';
      font-display: swap;
      src: url(/dam/jcr:d295b907-41bc-41fb-afcd-eaa78162ff32/Nexa-Book.woff2) format('woff2');
    }

:root {
  --theme-color-white: #fff;
  --theme-color-black: #000;
}


























    .font-title {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }




    .font-body {
      font-family: 'nexa-book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-navigation {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }






    .font-card {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }




    .category-tags {
      font-family: 'nexa-book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--default, .button--outline {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }




    .button--secondary, .button--secondary--outline {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }










    .button--link {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }




    .accordion-title {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }








    .breadcrumbs {
      font-family: 'nexa-heavy', sans-serif !important;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0px;
    }








:root {
  --theme-color-primary1: #853A92;
  --theme-color-primary2: #21082a;
  --theme-color-primary3: #707070;
  --theme-color-secondary1: #CBB2D0;
  --theme-color-secondary2: #F1ECF2;
  --theme-color-secondary3: #FFD100;
  --theme-color-secondary4: #007CBC;
  --theme-color-secondary5: #007ABD;
  --theme-color-secondary6: #914E9E;
  --theme-color-secondary7: #E7D8E9;
  --theme-color-secondary8: #92589D;
  --theme-color-tertiary1: #4B4B4B;
  --theme-color-tertiary2: #007CBD;
  --theme-color-tertiary3: #014286;
  --theme-color-tertiary4: #001689;
  --theme-color-tertiary5: #BBBAC6;
  --theme-color-tertiary6: #D6D5DD;
  --theme-color-tertiary7: #E6EDF9;
  --theme-color-tertiary8: #F4F7FC;
  --theme-color-transparent: transparent;


--grid-max-width-xs: 480px;
--grid-max-width-sm: 640px;
--grid-max-width-md: 768px;
--grid-max-width-lg: 1025px;
--grid-max-width-xl: 1280px;


  /*
    page
  */
  --theme-body-background-color: transparent;

  /*
    Typography
  */
  --theme-font-title: nexa-heavy;
  --theme-title-text-color: #21082a;
  --theme-font-body: nexa-book;
  --theme-body-text-color: #707070;
  /*
    Title
  */
  --theme-title-font-weight: inherit;
  /*
    Rich text
  */
  --theme-rich-text-line-height: inherit;
  --theme-rich-text-p-vertical-spacing: 1.5rem;
  --theme-rich-text-heading-weight: inherit;
  --theme-rich-text-heading-font-color: #21082a;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: nexa-heavy;
  /*
    Page Menu
  */
  --theme-pageMenu-active-anchor-link: black;
  /*
    Footer Links
  */
  --theme-footerLinks-font-family: ;
  /*
    Link (Button links and Akamai form links)
  */
  --theme-link-text-color: #853A92;
  --theme-link-text-color-hover: #853A92;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: nexa-heavy;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: white;
  --theme-button-bg-color: #853A92;
  --theme-button-bg-color-hover: #853A92;
  --theme-button-border-color: #853A92;
  --theme-button-border-color-hover: transparent;
  --theme-button-border-radius: 4px;
  --theme-button-padding: 0.5rem 1.25rem;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: nexa-heavy;
  --theme-button-secondary-text-color: #853A92;
  --theme-button-secondary-text-color-hover: #853A92;
  --theme-button-secondary-bg-color: white;
  --theme-button-secondary-bg-color-hover: white;
  --theme-button-secondary-border-color: transparent;
  --theme-button-secondary-border-color-hover: transparent;
  --theme-button-secondary-border-radius: 0px;
  --theme-button-secondary-padding: 0.5rem 1.25rem;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: ;
  --theme-button-tertiary-text-color: #fff;
  --theme-button-tertiary-text-color-hover: #fff;
  --theme-button-tertiary-bg-color: #2157A1;
  --theme-button-tertiary-bg-color-hover: #007CB1;
  --theme-button-tertiary-border-color: #2157A1;
  --theme-button-tertiary-border-color-hover: #007CB1;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 0.5rem 1.25rem;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: ;
  --theme-button-quaternary-text-color: #fff;
  --theme-button-quaternary-text-color-hover: #fff;
  --theme-button-quaternary-bg-color: #2157A1;
  --theme-button-quaternary-bg-color-hover: #007CB1;
  --theme-button-quaternary-border-color: #2157A1;
  --theme-button-quaternary-border-color-hover: #007CB1;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-padding: 0.5rem 1.25rem;
  /*
    Button quinary
  */
  --theme-button-quinary-font-family: ;
  --theme-button-quinary-text-color: #fff;
  --theme-button-quinary-text-color-hover: #fff;
  --theme-button-quinary-bg-color: #2157A1;
  --theme-button-quinary-bg-color-hover: #007CB1;
  --theme-button-quinary-border-color: #2157A1;
  --theme-button-quinary-border-color-hover: #007CB1;
  --theme-button-quinary-border-radius: 999rem;
  --theme-button-quinary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: nexa-book;
  --theme-category-tags-border-radius: 0px;
  --theme-category-tags-text-color: white;
  --theme-category-tags-bg-color: transparent;
  --theme-category-tags-border-color: transparent;
  /*
    Content Block
  */
  --theme-content-block-bullet-color:  #000;
  --theme-content-block-table-width: auto;
  --theme-content-block-table-border-width: 0px;
  --theme-content-block-table-border-color:  #000;
  --theme-content-block-thead-bg-color:  #fff;
  --theme-content-block-thead-txt-color:  #000;
  --theme-content-block-cell-bg-color:  #fff;
  --theme-content-block-cell-txt-color:  #000;
  --theme-content-block-cell-horizontal-padding: 1rem;
  --theme-content-block-cell-vertical-padding: 1rem;
  /*
    Cards
  */
  --theme-cards-border-radius: 4px;
  /*
    Accordion
  */
  --theme-accordion-font-family: nexa-heavy;
  /*
    FAQs
  */
  --theme-faqs-font-family: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #007CBD;
  --theme-carousel-btn-active-color: #007CBD;
  --theme-carousel-btn-inactive-color: #FFFFFF;
  --theme-carousel-playpause-btn-icon-color: #007CBD;
  --theme-carousel-playpause-btn-icon-hover-color: white;
  --theme-carousel-playpause-btn-bg-hover-color: #007CBD;
  /*
    Forms
  */
  --theme-forms-header-color: #525CA3;
  --theme-forms-bg-color: #FFFFFF;
  --theme-forms-text-color: #525CA3;
  --theme-forms-title-color: #FFFFFF;
  --theme-forms-subtitle-color: #525CA3;
  --theme-forms-label-color: #525CA3;
  /*
    Image Caption
  */
  --theme-image-caption-font-size: 1rem;
  --theme-image-caption-font-family: ;

  /*
    Share Page
  */
  --theme-share-page-border-radius: 999rem;
  --theme-share-page-fill: var(--theme-color-white);

/*
  Title size varibles for mobile
*/
  --title-1-font-size: 32px;
  --title-2-font-size: 28px;
  --title-3-font-size: 24px;
  --title-4-font-size: 20px;
  --title-5-font-size: 16px;
  --title-6-font-size: 14px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 1.75rem;
  --text-2-font-size: 16px;
  --text-3-font-size: 16px;
  --text-4-font-size: 1rem;
  --text-5-font-size: 13px;
  --text-6-font-size: 14px;
  --text-7-font-size: .5rem;
  --text-8-font-size: .5rem;
  --text-9-font-size: .5rem;
  --text-10-font-size: .5rem;
  --text-11-font-size: .5rem;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 32px;
    --title-2-font-size: 28px;
    --title-3-font-size: 24px;
    --title-4-font-size: 20px;
    --title-5-font-size: 16px;
    --title-6-font-size: 14px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 1.75rem;
    --text-2-font-size: 16px;
    --text-3-font-size: 16px;
    --text-4-font-size: 1rem;
    --text-5-font-size: 13px;
    --text-6-font-size: 14px;
    --text-7-font-size: .5rem;
    --text-8-font-size: .5rem;
    --text-9-font-size: .5rem;
    --text-10-font-size: .5rem;
    --text-11-font-size: .5rem;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 40px;
      --title-2-font-size: 32px;
      --title-3-font-size: 28px;
      --title-4-font-size: 20px;
      --title-5-font-size: 16px;
      --title-6-font-size: 14px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 1.75rem;
      --text-2-font-size: 16px;
      --text-3-font-size: 18px;
      --text-4-font-size: 1rem;
      --text-5-font-size: 13px;
      --text-6-font-size: 14px;
      --text-7-font-size: .5rem;
      --text-8-font-size: .5rem;
      --text-9-font-size: .5rem;
      --text-10-font-size: .5rem;
      --text-11-font-size: .5rem;
    }
}

