
    @font-face {
      font-family: 'Poppins-Bold';
      font-display: swap;
      src: url(/dam/jcr:b76f35ff-b5ee-46ab-926b-238ac083f4a7/Poppins-Bold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Light';
      font-display: swap;
      src: url(/dam/jcr:a510dc29-1477-4e11-b97e-f944bb3eed0b/Poppins-Light.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Medium';
      font-display: swap;
      src: url(/dam/jcr:890adac8-342e-4a8b-b2ce-c94a3c0b2e16/Poppins-Medium.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Regular';
      font-display: swap;
      src: url(/dam/jcr:f5d0dbd9-0981-4a5c-8045-cbef08788ff3/Poppins-Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-SemiBold';
      font-display: swap;
      src: url(/dam/jcr:2f2c96f6-9397-41b3-972b-17b0e2d897e6/Poppins-SemiBold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Thin';
      font-display: swap;
      src: url(/dam/jcr:4a097780-58f0-4082-8b9d-a5adcd45581f/Poppins-Thin.ttf) format('woff2');
    }

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


























    .font-title {
      font-family: 'Poppins-Light', sans-serif !important;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0px;
    }




    .font-body {
      font-family: 'Poppins-Light', sans-serif !important;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0px;
    }




    .font-navigation {
      font-family: 'Poppins-SemiBold', sans-serif !important;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0px;
    }




    .font-footer-links {
      font-family: 'Poppins-Regular', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }








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




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




    .button--tertiary, .button--tertiary--outline {
      font-family: 'Poppins-Regular', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }










    .accordion-title {
      font-family: 'Poppins-SemiBold', sans-serif !important;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0px;
    }




    .faqs--question {
      font-family: 'Poppins-SemiBold', sans-serif !important;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0px;
    }






    .breadcrumbs {
      font-family: 'Poppins-Light', sans-serif !important;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0px;
    }








:root {
  --theme-color-primary1: #FFD065;
  --theme-color-primary2: #333333;
  --theme-color-primary3: #475552;
  --theme-color-secondary1: #EEEDEE;
  --theme-color-secondary2: #FBFAF7;
  --theme-color-secondary3: #FCEED0;
  --theme-color-secondary4: #FADC98;
  --theme-color-secondary5: #FFC94F;
  --theme-color-secondary6: #D7D7D7;
  --theme-color-secondary7: #969696;
  --theme-color-secondary8: #414141;
  --theme-color-tertiary1: #2F2E2E;
  --theme-color-tertiary2: #242323;
  --theme-color-tertiary3: #B00B47;
  --theme-color-tertiary4: #232323;
  --theme-color-tertiary5: #0C0C0C;
  --theme-color-tertiary6: #F9D37C;
  --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: Poppins-Light;
  --theme-title-text-color: #525CA3;
  --theme-font-body: Poppins-Light;
  --theme-body-text-color: #475552;
  /*
    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: inherit;
  --theme-rich-text-heading-font-family: Poppins-SemiBold;
  /*
    Navigation
  */
  --theme-navigation-font-family: Poppins-SemiBold;
  /*
    Page Menu
  */
  --theme-pageMenu-active-anchor-link: black;
  /*
    Footer Links
  */
  --theme-footerLinks-font-family: Poppins-Regular;
  /*
    Link (Button links and Akamai form links)
  */
  --theme-link-text-color: #525CA3;
  --theme-link-text-color-hover: #735A8F;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: Poppins-Regular;
  --theme-button-text-color: #232323;
  --theme-button-text-color-hover: #EEEDEE;
  --theme-button-bg-color: #FFD065;
  --theme-button-bg-color-hover: #0C0C0C;
  --theme-button-border-color: #FFD065;
  --theme-button-border-color-hover: #FFD065;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 15px 30px;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Poppins-Regular;
  --theme-button-secondary-text-color: white;
  --theme-button-secondary-text-color-hover: white;
  --theme-button-secondary-bg-color: black;
  --theme-button-secondary-bg-color-hover: #414141;
  --theme-button-secondary-border-color: black;
  --theme-button-secondary-border-color-hover: #414141;
  --theme-button-secondary-border-radius: 999rem;
  --theme-button-secondary-padding: 15px 30px;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: Poppins-Regular;
  --theme-button-tertiary-text-color: white;
  --theme-button-tertiary-text-color-hover: white;
  --theme-button-tertiary-bg-color: #333333;
  --theme-button-tertiary-bg-color-hover: black;
  --theme-button-tertiary-border-color: #2157A1;
  --theme-button-tertiary-border-color-hover: #007CB1;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 15px 30px;
  /*
    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: ;
  --theme-category-tags-border-radius: 0px;
  --theme-category-tags-text-color: #000;
  --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: 1px;
  --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: Poppins-SemiBold;
  /*
    FAQs
  */
  --theme-faqs-font-family: Poppins-SemiBold;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #FFD065;
  --theme-carousel-btn-active-color: #FFD065;
  --theme-carousel-btn-inactive-color: #FFFFFF;
  --theme-carousel-playpause-btn-icon-color: black;
  --theme-carousel-playpause-btn-icon-hover-color: #FFD065;
  --theme-carousel-playpause-btn-bg-hover-color: black;
  /*
    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: 34px;
  --title-2-font-size: 29px;
  --title-3-font-size: 18px;
  --title-4-font-size: 24px;
  --title-5-font-size: 18px;
  --title-6-font-size: 60px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 26px;
  --text-2-font-size: 19px;
  --text-3-font-size: 16px;
  --text-4-font-size: 13px;
  --text-5-font-size: 75px;
  --text-6-font-size: 90px;
  --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: 40px;
    --title-2-font-size: 36px;
    --title-3-font-size: 18px;
    --title-4-font-size: 26px;
    --title-5-font-size: 22px;
    --title-6-font-size: 80px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 26px;
    --text-2-font-size: 18px;
    --text-3-font-size: 16px;
    --text-4-font-size: 13px;
    --text-5-font-size: 125px;
    --text-6-font-size: 110px;
    --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: 45px;
      --title-2-font-size: 40px;
      --title-3-font-size: 20px;
      --title-4-font-size: 30px;
      --title-5-font-size: 22px;
      --title-6-font-size: 100px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 35px;
      --text-2-font-size: 18px;
      --text-3-font-size: 16px;
      --text-4-font-size: 13px;
      --text-5-font-size: 200px;
      --text-6-font-size: 140px;
      --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;
    }
}

