
    @import url(/dam/jcr:8a3d44d7-1e4e-4c63-b4b4-2d02c9965f4d/Montserrat-Bold.woff2);
    @import url(/dam/jcr:dcd6a46f-a0d4-445e-86a7-45ef04ecb6b8/Montserrat-Regular.woff2);
    @import url(/dam/jcr:d944c8aa-85c9-4534-8bad-81458d6aeac0/Montserrat-SemiBold.ttf);

    @font-face {
      font-family: 'Montserrat-Bold';
      font-display: swap;
      src: url(/dam/jcr:8a3d44d7-1e4e-4c63-b4b4-2d02c9965f4d/Montserrat-Bold.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Montserrat-Regular';
      font-display: swap;
      src: url(/dam/jcr:dcd6a46f-a0d4-445e-86a7-45ef04ecb6b8/Montserrat-Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Montserrat-SemiBold';
      font-display: swap;
      src: url(/dam/jcr:d944c8aa-85c9-4534-8bad-81458d6aeac0/Montserrat-SemiBold.ttf) format('woff2');
    }

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


























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




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




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
































:root {
  --theme-color-primary1: #084ea5;
  --theme-color-primary2: #2b2b38;
  --theme-color-primary3: #002A69;
  --theme-color-secondary1: #2157A1;
  --theme-color-secondary2: #525ca3;
  --theme-color-secondary3: #e5f1fe;
  --theme-color-secondary4: #478040;
  --theme-color-secondary5: #CF483E;
  --theme-color-secondary6: #BE006B;
  --theme-color-secondary7: #033684;
  --theme-color-secondary8: #886AA3;
  --theme-color-tertiary1: #414042;
  --theme-color-tertiary2: #2B2B38;
  --theme-color-tertiary3: #084EA5;
  --theme-color-tertiary4: #faeeed;
  --theme-color-tertiary5: #414042;
  --theme-color-tertiary6: #f500ff;
  --theme-color-tertiary7: #333333;
  --theme-color-tertiary8: #ffffff;
  --theme-color-transparent: transparent;



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

  /*
    Typography
  */
  --theme-font-title: Montserrat-Bold;
  --theme-title-text-color: #084ea5;
  --theme-font-body: Montserrat-Regular;
  --theme-body-text-color: #2b2b38;
  /*
    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: #084ea5;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: Montserrat-Bold;
  /*
    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: ;
  --theme-button-text-color: #084ea5;
  --theme-button-text-color-hover: #084ea5;
  --theme-button-bg-color: white;
  --theme-button-bg-color-hover: white;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 0.5rem 1.25rem;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: ;
  --theme-button-secondary-text-color: #fff;
  --theme-button-secondary-text-color-hover: #fff;
  --theme-button-secondary-bg-color: #2157A1;
  --theme-button-secondary-bg-color-hover: #007CB1;
  --theme-button-secondary-border-radius: 999rem;
  --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-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-radius: 999rem;
  --theme-button-quaternary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: ;
  --theme-category-tags-border-radius: 4px;
  --theme-category-tags-text-color: black;
  --theme-category-tags-bg-color: #084ea5;
  /*
    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: ;
  /*
    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: #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: 40px;
  --title-2-font-size: 27px;
  --title-3-font-size: 24px;
  --title-4-font-size: 31px;
  --title-5-font-size: 20px;
  --title-6-font-size: 16px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 21px;
  --text-2-font-size: 16px;
  --text-3-font-size: 1.25rem;
  --text-4-font-size: 14px;
  --text-5-font-size: 13px;
  --text-6-font-size: 14px;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 5.2rem;
    --title-2-font-size: 4.2rem;
    --title-3-font-size: 3.4rem;
    --title-4-font-size: 2.8rem;
    --title-5-font-size: 2.2rem;
    --title-6-font-size: 1.6rem;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 1.75rem;
    --text-2-font-size: 1.5rem;
    --text-3-font-size: 1.25rem;
    --text-4-font-size: 1rem;
    --text-5-font-size: .75rem;
    --text-6-font-size: .5rem;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 77px;
      --title-2-font-size: 36px;
      --title-3-font-size: 38px;
      --title-4-font-size: 53px;
      --title-5-font-size: 22px;
      --title-6-font-size: 19px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 28px;
      --text-2-font-size: 22px;
      --text-3-font-size: 1.25rem;
      --text-4-font-size: 14px;
      --text-5-font-size: 13px;
      --text-6-font-size: 16px;
    }
}

