:root {
 --theme-color-white:#fff;
 --theme-color-background:var(--theme-color-white);
 --theme-color-primary:#044B88;
 --theme-color-primary-microsite:var(--theme-color-primary);
 --theme-color-primary-rgb:0,51,102;
 --theme-color-primary-dimmed-01:#335c85;
 --theme-color-primary-dimmed-02:#b0c4d6;
 --theme-color-primary-dimmed-03:#ccd7e6;
 --theme-color-primary-dimmed-04:#d6e9fa;
 --theme-color-secondary:#BED020;
 --theme-color-secondary-microsite:var(--theme-color-secondary);
 --theme-color-secondary-intensed:#BED020;
 --theme-color-secondary-dimmed:#e4f1e4;
 --theme-color-gradient-01:var(--theme-color-primary);
 --theme-color-gradient-02:var(--theme-color-primary);
 --theme-color-gradient-03:var(--theme-color-primary);
 --theme-color-link:var(--theme-color-primary);
 --theme-color-link-hover:var(--theme-color-secondary-intensed);
 --theme-color-success:var(--theme-color-secondary);
 --theme-color-success-dimmed:var(--theme-color-secondary-dimmed);
 --theme-color-warning:#fdc600;
 --theme-color-warning-dimmed:#fff4cc;
 --theme-color-error:#d54048;
 --theme-color-error-dimmed:#f7d9da;
 --theme-grey-light:#eff3f6;
 --theme-24dp:0px 0px 15px 0px rgba(0,51,102,.2),0px 0px 46px 0px rgba(0,51,102,.12),0px 0px 38px 0px rgba(0,51,102,.14);
 --header-height:160px;
 --container-width:1460px;
 --container-padding:60px;
 --col-padding:20px;
 --content-box-padding:60px;
 --section-margin:calc(1.8vw + 2em);
 --section-padding:calc(1.8vw + 2em);
 --section-headline-margin:-0.3em;
 --border-radius-xl:32px;
 --border-radius-lg:24px;
 --border-radius-md:18px;
 --border-radius-sm:14px;
 --border-radius-xs:4px;
 --border-width:8px;
 --border-width-hover:14px;
 --icon-size:30px;
 --icon-size-small:22px
}
.page-header {
 --logo-size: 110px;
}
@media (max-width: 1199px) {
 .page-header .logo img {
   transition: none;
   height: 75px;
 }
}
