.l-header {
  padding: 14px 0px 10px;
  padding: 0.58333rem 0 0.41667rem;
  position: relative;
  width: 100%;
  z-index: 20;
  transition: background-color .5s ease-out;
  min-height: 70px; }
  @media (min-width: 992px) {
    .l-header {
      padding: 0px;
      padding: 0;
      height: 100%; } }
  .l-header__logo-link svg {
    max-width: 340px; }
    @media (min-width: 576px) {
      .l-header__logo-link svg {
        max-width: unset; } }
  .l-header__back {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50; }
  .l-header__back-link {
    font-size: 14px;
    font-size: 0.58333rem;
    line-height: 16px;
    line-height: 0.66667rem;
    padding-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #0048AA;
    text-decoration: none;
    transition: color .5s ease-out; }
    .l-header__back-link::after {
      content: '';
      position: absolute;
      -webkit-mask-image: url(icon-external-link.svg);
              mask-image: url(icon-external-link.svg);
      -webkit-mask-size: 16px;
              mask-size: 16px;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      background-color: #0048AA;
      width: 16px;
      height: 16px;
      top: 0;
      right: 0;
      transition: background-color .5s ease-out; }
      @media (min-width: 992px) {
        .l-header__back-link::after {
          -ms-transform: unset;
              transform: unset; } }
    .l-header__back-link:hover span, .l-header__back-link:focus span {
      background-size: 100% 2px; }
    .l-header__back-link span {
      text-align: right; }
      @media (min-width: 992px) {
        .l-header__back-link span {
          display: inline;
          padding-bottom: 2px;
          cursor: pointer;
          text-decoration: none;
          transition: background 0.3s ease-out;
          background: linear-gradient(to bottom, #741678 0%, #741678 98%);
          background-size: 0px 2px;
          background-repeat: no-repeat;
          background-position: left 100%; }
          .l-header__back-link span:hover, .l-header__back-link span:focus {
            background-size: 100% 2px; } }
    .l-header__back-link img {
      margin-left: 9px;
      margin-left: 0.375rem; }
  .l-header__inner {
    width: 100%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }
  .l-header__static {
    z-index: 0;
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .l-header__static {
        padding: 10px 0px;
        padding: 0.41667rem 0; } }
  .l-header__main-start {
    padding-top: 27px;
    padding-top: 1.125rem;
    z-index: 1;
    position: relative; }
    @media (min-width: 576px) {
      .l-header__main-start {
        padding-top: 0px;
        padding-top: 0; } }
  .l-header__main-middle {
    display: none; }
    @media (min-width: 992px) {
      .l-header__main-middle {
        display: block;
        margin: 0 auto; } }
  .l-header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    position: relative; }
  .l-header__burger {
    position: absolute;
    top: 30px;
    left: 25px;
    height: 38px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 1;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .l-header__burger {
        display: none; } }
    .l-header__burger .burger {
      display: block;
      height: 1px;
      position: relative;
      transition: background .5s ease-out, width .5s ease-out;
      width: 36px;
      background: #0048AA;
      background-size: 400% 400%; }
      .l-header__burger .burger::before, .l-header__burger .burger::after {
        content: '';
        display: block;
        height: 100%;
        right: 0;
        width: 36px;
        position: absolute;
        transition: background .5s ease-out, transform .2s ease-out, width .2s ease-out, right .2s ease-out;
        background: #0048AA;
        background-size: 400% 400%; }
      .l-header__burger .burger::before {
        top: 8px; }
      .l-header__burger .burger::after {
        top: -8px; }
    .l-header__burger .label {
      font-size: 12px;
      font-size: 0.5rem;
      font-weight: 400;
      letter-spacing: 1.6px;
      color: #0048AA;
      position: absolute;
      bottom: 6px;
      right: -1px;
      transition: color .5s ease-out; }
    .l-header__burger:hover .burger {
      width: 36px; }
  .l-header__button[type='checkbox'] {
    display: none; }
    .l-header__button[type='checkbox']:hover {
      background-color: #808183; }
    .l-header__button[type='checkbox']:checked ~ .l-header__collapsible {
      -ms-transform: translateX(0);
          transform: translateX(0);
      background-color: #0048AA; }
    .l-header__button[type='checkbox']:checked ~ .l-header__burger span {
      background: transparent;
      z-index: 2; }
    .l-header__button[type='checkbox']:checked ~ .l-header__burger .label {
      color: #FFFFFF;
      z-index: 2; }
    .l-header__button[type='checkbox']:checked ~ .l-header__burger span::before {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      background: #FFFFFF;
      width: 25px;
      right: 7px; }
    .l-header__button[type='checkbox']:checked ~ .l-header__burger span::after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      background: #FFFFFF;
      width: 25px;
      right: 7px; }
    .l-header__button[type='checkbox']:checked ~ .l-header__burger span::before,
    .l-header__button[type='checkbox']:checked ~ .l-header__burger span::after {
      top: 0; }
    .l-header__button[type='checkbox']:checked ~ .l-header__back a {
      color: #FFFFFF; }
      .l-header__button[type='checkbox']:checked ~ .l-header__back a::after {
        background-color: #FFFFFF; }
  .l-header__collapsible {
    width: 100%;
    pointer-events: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    background-color: #FFFFFF;
    height: 100vh;
    min-height: 100vh;
    position: absolute;
    opacity: 1;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform .5s ease-out, background-color .5s ease-out;
    z-index: 0; }
  .l-header__collapsible-container {
    width: 100%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    max-width: 360px;
    margin: auto;
    top: 160px;
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .l-header__collapsible-container {
        padding-bottom: 0;
        top: 325px;
        display: flex;
        justify-content: space-between; } }

.c-page--front .l-header {
  background-color: #EAF4FB; }

@media (min-width: 992px) {
  body:not(.page-node-19)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(top-left-graphic.svg);
    background-repeat: no-repeat;
    width: 200px;
    height: 400px;
    background-size: 200px;
    z-index: 4; } }

