
    @import url(/dam/jcr:5d576f92-2237-4882-9a28-c977d53dbc5a/Poppins-Bold.woff2);
    @import url(/dam/jcr:4b79cb0e-13d4-4d11-8ce4-45e903c9df85/Open%20Sans%20Regular.woff2);
    @import url(/dam/jcr:01f628ea-a0d7-408f-9b43-cb2a0d0e08bb/Poppins-Medium.woff2);
    @import url(/dam/jcr:2b4bec4a-3e74-42e7-aeb4-6c6f8c0085e0/Poppins-SemiBold.woff2);

    @font-face {
      font-family: 'Poppins-Bold';
      font-display: swap;
      src: url(/dam/jcr:5d576f92-2237-4882-9a28-c977d53dbc5a/Poppins-Bold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'OpenSans-Regular';
      font-display: swap;
      src: url(/dam/jcr:4b79cb0e-13d4-4d11-8ce4-45e903c9df85/Open%20Sans%20Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Medium';
      font-display: swap;
      src: url(/dam/jcr:01f628ea-a0d7-408f-9b43-cb2a0d0e08bb/Poppins-Medium.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-SemiBold';
      font-display: swap;
      src: url(/dam/jcr:2b4bec4a-3e74-42e7-aeb4-6c6f8c0085e0/Poppins-SemiBold.woff2) format('woff2');
    }

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


























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




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




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












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




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




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




    .button--quaternary, .button--quaternary--outline {
      font-family: 'Poppins-SemiBold', 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: 400;
      letter-spacing: 0px;
    }














:root {
  --theme-color-primary1: #E35521;
  --theme-color-primary2: #CC4919;
  --theme-color-primary3: #D79B6A;
  --theme-color-secondary1: #3C3A3E;
  --theme-color-secondary2: #E6E7E8;
  --theme-color-secondary3: #EFD7C3;
  --theme-color-secondary4: #272727;
  --theme-color-secondary5: #F5F5F5;
  --theme-color-secondary6: #E414FF;
  --theme-color-secondary7: #EBECEC;
  --theme-color-secondary8: #886AA3;
  --theme-color-tertiary1: #7079BD;
  --theme-color-tertiary2: #2B2B38;
  --theme-color-tertiary3: #575771;
  --theme-color-tertiary4: #6E6E91;
  --theme-color-tertiary5: #BBBAC6;
  --theme-color-tertiary6: #D6D5DD;
  --theme-color-tertiary7: #EBECEC;
  --theme-color-tertiary8: #F4F7FC;
  --theme-color-transparent: transparent;



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

  /*
    Typography
  */
  --theme-font-title: Poppins-SemiBold;
  --theme-title-text-color: #525CA3;
  --theme-font-body: OpenSans-Regular;
  --theme-body-text-color: #000;
  /*
    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: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: OpenSans-Regular;
  /*
    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: #525CA3;
  --theme-link-text-color-hover: #735A8F;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: Poppins-SemiBold;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: white;
  --theme-button-bg-color: #CC4919;
  --theme-button-bg-color-hover: #CC4919;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 0.5rem 1.25rem;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Poppins-SemiBold;
  --theme-button-secondary-text-color: white;
  --theme-button-secondary-text-color-hover: white;
  --theme-button-secondary-bg-color: #D79B6A;
  --theme-button-secondary-bg-color-hover: #D79B6A;
  --theme-button-secondary-border-radius: 999rem;
  --theme-button-secondary-padding: 0.5rem 1.25rem;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: Poppins-SemiBold;
  --theme-button-tertiary-text-color: black;
  --theme-button-tertiary-text-color-hover: black;
  --theme-button-tertiary-bg-color: white;
  --theme-button-tertiary-bg-color-hover: white;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 0.5rem 1.25rem;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: Poppins-SemiBold;
  --theme-button-quaternary-text-color: #E35521;
  --theme-button-quaternary-text-color-hover: #E35521;
  --theme-button-quaternary-bg-color: white;
  --theme-button-quaternary-bg-color-hover: white;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-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;
  /*
    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: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #525CA3;
  --theme-carousel-playpause-btn-icon-color: #525CA3;
  --theme-carousel-playpause-btn-icon-hover-color: #FFFFFF;
  --theme-carousel-playpause-btn-bg-hover-color: #525CA3;
  /*
    Forms
  */
  --theme-forms-header-color: transparent;
  --theme-forms-bg-color: #FFFFFF;
  --theme-forms-text-color: #525CA3;
  --theme-forms-title-color: black;
  --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: 28px;
  --title-2-font-size: 22px;
  --title-3-font-size: 22px;
  --title-4-font-size: 20px;
  --title-5-font-size: 16px;
  --title-6-font-size: 16px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 1.75rem;
  --text-2-font-size: 1.5rem;
  --text-3-font-size: 16px;
  --text-4-font-size: 17px;
  --text-5-font-size: 14px;
  --text-6-font-size: 12px;
}


/*
  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: 22px;
    --title-5-font-size: 20px;
    --title-6-font-size: 18px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 1.75rem;
    --text-2-font-size: 1.5rem;
    --text-3-font-size: 16px;
    --text-4-font-size: 18px;
    --text-5-font-size: 14px;
    --text-6-font-size: 14px;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 46px;
      --title-2-font-size: 36px;
      --title-3-font-size: 34px;
      --title-4-font-size: 30px;
      --title-5-font-size: 26px;
      --title-6-font-size: 24px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 1.75rem;
      --text-2-font-size: 1.5rem;
      --text-3-font-size: 20px;
      --text-4-font-size: 18px;
      --text-5-font-size: 14px;
      --text-6-font-size: 14px;
    }
}

