/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

.archive-banner {
  min-height: 300px;
  background: linear-gradient(#049ee2, #037FCC); }
  .archive-banner__content-wrapper p.h1 {
    font-size: 38px; }
  .archive-banner p {
    color: #ffffff; }
    .archive-banner p.h1 {
      margin-top: 50px; }
    .archive-banner p.subtitle {
      font-weight: 500;
      font-size: 18px; }
  .archive-banner__wrapper {
    overflow: hidden;
    position: relative;
    min-height: 300px; }
    .archive-banner__wrapper:before {
      content: "";
      width: 500px;
      height: 500px;
      position: absolute;
      border-radius: 50%;
      background: red;
      right: 0;
      z-index: 0;
      background: transparent linear-gradient(-90deg, #049EEA 0%, #037FCC 100%) 0% 0% no-repeat padding-box;
      bottom: -115%; }
  .archive-banner button {
    height: 100%;
    width: 100%; }
  .archive-banner__select {
    margin-bottom: 45px; }
    .archive-banner__select p {
      font-size: 14px;
      margin-bottom: 17px; }
    .archive-banner__select form {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0px 20px; }
      .archive-banner__select form select {
        border-radius: 6px;
        border: 1px solid #037FCC;
        height: 100%;
        padding: 25px 10px 10px 10px;
        width: 100%;
        font-size: 14px; }
      .archive-banner__select form label {
        position: absolute;
        left: 10px;
        font-size: 12px;
        color: #535E6D;
        top: 10px;
        z-index: 1; }
    .archive-banner__select .select__item {
      position: relative; }
    @media all and (-ms-high-contrast: none) {
      .archive-banner__select form {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr;
        gap: 0px 20px; }
      .archive-banner__select .select__item--button {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 4; } }
  .archive-banner__img {
    position: absolute;
    right: 250px;
    left: auto;
    transform: translateX(50%);
    bottom: -10px;
    width: auto; }
  @media (max-width: 991px) {
    .archive-banner {
      padding: 0; }
      .archive-banner__content-wrapper {
        z-index: 1; }
      .archive-banner__wrapper {
        padding: 0 15px !important; }
        .archive-banner__wrapper p {
          z-index: 1; }
        .archive-banner__wrapper:before {
          bottom: unset;
          bottom: -50%;
          right: -30%;
          z-index: 0;
          height: 600px;
          width: 600px; }
      .archive-banner__img {
        right: 100px;
        top: 20px;
        transform: translateX(50%); }
        .archive-banner__img img {
          width: 300px;
          height: auto; }
      .archive-banner__select form {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 7px 7px; } }
  @media (max-width: 767px) {
    .archive-banner {
      padding: 0; }
      .archive-banner__content-wrapper {
        z-index: 1; }
      .archive-banner__wrapper {
        padding: 0 15px !important; }
        .archive-banner__wrapper p {
          z-index: 1; }
        .archive-banner__wrapper:before {
          bottom: unset;
          bottom: -15%;
          z-index: 0;
          height: 600px;
          width: 600px; }
      .archive-banner__img {
        right: 0px;
        top: 20px;
        transform: translateX(50%); }
        .archive-banner__img img {
          width: 300px;
          height: auto; }
      .archive-banner__select form {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 7px 0;
        grid-template-areas: "." "." "." "button"; } }

.breadcrumb__wrapper {
  margin-top: 0; }

/*# sourceMappingURL=archive-banner.css.map */
