/* Define a mixin for responsiveness */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  line-height: 1.15;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  padding: 0;
  /* 3 */
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* :focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem; }

:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --blue-color-300: #2067a4;
  --blue-color-400: #12558f;
  --blue-color-500: #004179;
  --blue-color-600: #002245;
  --blue-color-700: #001634;
  --white-color: #fff;
  --black-color: #000;
  --color-gold: #e3b130;
  --box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  --margin: 20px;
  --spacer-15: 15px; }

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }

.group {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top; }

.group--full-width {
  width: 100%; }

.border-top {
  border-top: 1px solid #d4d4d4; }

.button {
  flex: 1;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  transition: background 100ms cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--blue-color-500);
  padding: 10px;
  color: var(--white-color);
  font-weight: 500;
  line-height: 2.15em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .button:hover {
    background: var(--blue-color-600); }
  .button.transparent {
    background-color: transparent;
    color: var(--blue-color-500); }
    .button.transparent:hover {
      color: var(--blue-color-300);
      text-decoration: underline; }
  .button.neutral {
    background-color: #bcbcbc;
    color: var(--dark-color); }
    .button.neutral:hover {
      background-color: #f3f3f3; }

.section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1023px) {
    .section {
      padding: 0 20px;
      box-sizing: border-box; } }
  .section.news {
    margin-top: -100px;
    z-index: 1;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .section.news {
        padding: 0 10px; } }

.container {
  width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.navigation-container {
  background: #f3f3f3;
  height: auto;
  border-bottom: 2px solid var(--blue-color-500); }
  @media screen and (max-width: 1023px) {
    .navigation-container {
      padding: 0; } }

.navigation-wrapper {
  display: flex;
  width: 990px;
  background: #f3f3f3;
  height: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 900; }
  @media screen and (max-width: 1023px) {
    .navigation-wrapper {
      width: 100%; } }
  .navigation-wrapper a.logo {
    width: 246px;
    height: auto;
    font-size: 0;
    background-color: transparent;
    margin-right: 20px;
    padding: 0;
    position: relative;
    top: 17px; }
    @media screen and (max-width: 1023px) {
      .navigation-wrapper a.logo {
        width: 206px;
        height: 60px;
        z-index: 900; } }
  .navigation-wrapper .navigation {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: flex;
    list-style: none;
    text-transform: uppercase;
    width: 990px; }
    @media screen and (max-width: 1023px) {
      .navigation-wrapper .navigation {
        display: none;
        background-color: white;
        position: absolute;
        width: 100%;
        flex-direction: column;
        top: 62px; } }
    .navigation-wrapper .navigation li {
      font-size: 13px;
      line-height: 1.6rem; }
      @media screen and (max-width: 1023px) {
        .navigation-wrapper .navigation li {
          border-bottom: 2px solid var(--blue-color-500); } }
      .navigation-wrapper .navigation li:hover ul {
        display: flex; }
        @media screen and (max-width: 1023px) {
          .navigation-wrapper .navigation li:hover ul {
            display: block; } }
      .navigation-wrapper .navigation li a {
        display: flex;
        color: var(--blue-color-500);
        padding: 18px 20px 15px; }
        @media screen and (max-width: 1023px) {
          .navigation-wrapper .navigation li a {
            font-weight: 600; } }
        .navigation-wrapper .navigation li a:hover {
          background: var(--blue-color-500);
          color: #fff; }
      .navigation-wrapper .navigation li ul {
        display: none;
        position: absolute;
        width: auto;
        margin-top: 1px;
        background: #f3f3f3;
        border: 1px solid var(--blue-color-500);
        border-radius: 0 0 3px 3px;
        padding: 20px;
        gap: 10px;
        list-style: none;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 28px; }
        @media screen and (max-width: 1023px) {
          .navigation-wrapper .navigation li ul {
            display: block;
            position: relative;
            background: transparent;
            border: none;
            padding: 0 0 10px;
            font-weight: 400;
            letter-spacing: 0px;
            font-size: 13px; } }
        .navigation-wrapper .navigation li ul .grouped {
          display: flex;
          flex-direction: column;
          gap: 10px; }
        .navigation-wrapper .navigation li ul li {
          border-bottom: none; }
          .navigation-wrapper .navigation li ul li a {
            border: 1px solid var(--blue-color-500);
            width: 218px;
            font-size: 14px;
            line-height: 14px;
            padding: 0;
            color: var(--blue-color-500);
            display: flex;
            justify-content: center;
            align-items: center; }
            @media screen and (max-width: 1023px) {
              .navigation-wrapper .navigation li ul li a {
                border: none;
                width: 100%;
                justify-content: start;
                font-weight: 400;
                padding: 18px 20px 15px;
                box-sizing: border-box; }
                .navigation-wrapper .navigation li ul li a::before {
                  content: '';
                  display: block;
                  width: 6px;
                  height: 6px;
                  background: var(--blue-color-500);
                  border-radius: 50%;
                  margin-right: 10px;
                  margin-left: 10px; }
                .navigation-wrapper .navigation li ul li a:hover {
                  background: var(--blue-color-500);
                  color: #fff; }
                  .navigation-wrapper .navigation li ul li a:hover::before {
                    background: #fff; } }
            .navigation-wrapper .navigation li ul li a:hover {
              background: var(--blue-color-500);
              color: #fff; }
          .navigation-wrapper .navigation li ul li.menu-item-one a {
            height: calc(305px / 1); }
          .navigation-wrapper .navigation li ul li.menu-item-one-third a {
            height: calc(281px / 3); }
          @media screen and (max-width: 1023px) {
            .navigation-wrapper .navigation li ul li.menu-item-one a,
            .navigation-wrapper .navigation li ul li.menu-item-one-third a {
              height: auto; } }
          .navigation-wrapper .navigation li ul li ul {
            padding: 0;
            position: relative;
            border: none; }

.hamburger {
  display: none;
  cursor: pointer;
  padding: 27px 20px;
  position: absolute;
  right: 0; }
  @media screen and (max-width: 1023px) {
    .hamburger {
      display: block; } }

.hamburger-line {
  background: var(--blue-color-500);
  display: block;
  height: 2px;
  position: relative;
  width: 24px; }

.hamburger-line::before,
.hamburger-line::after {
  background: var(--blue-color-500);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%; }

.hamburger-line::before {
  top: 8px; }

.hamburger-line::after {
  top: -8px; }

.menu {
  display: none; }

/* Toggle menu icon */
.menu:checked ~ .hamburger .hamburger-line {
  background: transparent; }

.menu:checked ~ .hamburger .hamburger-line::before {
  transform: rotate(-45deg);
  top: 0; }

.menu:checked ~ .hamburger .hamburger-line::after {
  transform: rotate(45deg);
  top: 0; }

.menu:checked ~ .navigation {
  display: block; }

.menu:checked ~ .menu-logo {
  display: flex; }

.block.calendar {
  display: flex;
  flex: 1;
  font-weight: 500;
  color: #000;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  @media screen and (max-width: 1023px) {
    .block.calendar {
      flex-direction: column; } }
  .block.calendar .calendar-item {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .block.calendar .calendar-item {
        width: 100%; }
        .block.calendar .calendar-item:last-child {
          border-bottom: none; } }
    @media screen and (min-width: 1023px) {
      .block.calendar .calendar-item {
        border-right: 1px solid #d4d4d4; }
        .block.calendar .calendar-item:nth-child(2n) {
          border-right: none; }
        .block.calendar .calendar-item:nth-child(3), .block.calendar .calendar-item:nth-child(4) {
          border-bottom: none; } }
    .block.calendar .calendar-item .calendar-item--content {
      font-size: 22px;
      font-family: 'Poppins', sans-serif;
      overflow: hidden;
      white-space: nowrap;
      color: var(--blue-color-500); }
      .block.calendar .calendar-item .calendar-item--content h3 {
        margin-bottom: 5px; }
    .block.calendar .calendar-item .calendar-item__date {
      font-weight: 300;
      color: var(--blue-color-500);
      margin-bottom: 5px; }
    .block.calendar .calendar-item .calendar-item-location {
      font-weight: 300;
      color: var(--blue-color-500);
      font-size: 14px; }
    .block.calendar .calendar-item .calendar-item__title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: var(--blue-color-500);
      font-family: 'Poppins', sans-serif; }

.hero {
  height: 80dvh;
  width: 100%;
  background-image: url("../images/hero.jpeg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .hero {
      height: 300px; } }
  .hero.page {
    background-image: url("http://www.pasveer.nl/wp-content/uploads/2023/06/Header-StQ-scaled.jpg"); }

.hero.small {
  height: 40dvh; }

.hero--shade {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
  overflow: hidden; }

.hero--shade img {
  width: 120vw;
  max-width: none;
  position: absolute;
  bottom: 0;
  left: -10vw; }

.hero .hero-page-inner {
  top: 0;
  position: relative;
  z-index: 2;
  height: calc(100% - 120px);
  width: 990px;
  color: var(--white-color); }
  @media only screen and (max-width: 1023px) {
    .hero .hero-page-inner {
      width: 100%;
      padding: 0 10px; } }

.hero .hero-page-inner {
  width: 990px; }

.hero h1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  border: 1px;
  text-shadow: 2px 2px 2px black;
  box-shadow: 2px 2px 1px #002245;
  background-color: #004179;
  padding: var(--spacer-15) 25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.content-grid {
  --padding-inline: 1rem;
  --content-max-width: 990px;
  --breakout-max-width: 1200px;
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] 40px [content-start] var(--content-max-width) [content-end] 40px [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end]; }
  @media only screen and (max-width: 1023px) {
    .content-grid {
      grid-template-columns: [full-width-start] var(--spacer-15) [breakout-start] var(--spacer-15) [content-start] 1fr [content-end] var(--spacer-15) [breakout-end] var(--spacer-15) [full-width-end]; } }
  .content-grid.small {
    --content-max-width: 860px; }

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content; }

.content-grid > .breakout {
  grid-column: breakout; }

.content-grid > .full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit; }

.background-blue {
  background: var(--blue-color-500);
  color: var(--white-color);
  padding: 30px; }
  .background-blue h1,
  .background-blue h2,
  .background-blue h3 {
    color: var(--color-gold);
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin-bottom: var(--margin); }
  .background-blue h1 {
    font-size: 1.5rem; }
  .background-blue p:last-child {
    margin-bottom: 0; }
  .background-blue strong {
    font-weight: 500; }
  .background-blue .button {
    background-color: var(--white-color);
    color: var(--blue-color-500); }
    .background-blue .button:hover {
      background-color: var(--color-gold);
      color: var(--white-color); }
    @media only screen and (max-width: 1023px) {
      .background-blue .button {
        margin-bottom: 15px; }
        .background-blue .button:last-child {
          margin-bottom: 0; } }

.border-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: var(--margin); }
  .video:last-child {
    margin-bottom: 0; }

.image-galary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: var(--margin); }
  @media only screen and (max-width: 1023px) {
    .image-galary {
      grid-template-columns: 1fr; } }
  .image-galary img {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
  .image-galary:has(img:hover) > :not(:hover) {
    opacity: 0.8;
    scale: 0.9; }

article {
  background: white;
  padding: 30px 0;
  line-height: 24px;
  box-shadow: var(--box-shadow);
  margin: 0 auto; }
  article div,
  article p,
  article img {
    margin-bottom: var(--margin); }
  article .button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    padding: 5px 30px; }
    @media only screen and (max-width: 1023px) {
      article .button {
        text-align: center;
        width: 100%; } }
  article p {
    font-size: 1rem;
    line-height: 1.7rem; }
  article div.breakout {
    margin-bottom: var(--margin); }
  article a {
    padding: 4px 8px 5px;
    border-radius: 2px;
    background: #e3b130;
    color: var(--white-color); }
    article a:hover {
      border: inset 1px solid #987415;
      color: #987415;
      background: #e9c25d; }

.image-galary {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  margin-bottom: var(--margin); }
  .image-galary:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .image-galary {
      grid-template-columns: repeat(2, 1fr); } }
  .image-galary img {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover; }
  .image-galary:has(img:hover) > :not(:hover) {
    opacity: 0.8;
    scale: 0.9;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .image-galary:has(img:hover) > :not(:hover) {
        opacity: 1;
        scale: 1; } }

.modal-toggle {
  display: none; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-toggle:checked + .modal {
  display: flex;
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.modal-content {
  display: block;
  z-index: 999;
  margin: auto;
  max-width: 80%;
  max-height: 80%; }
  .modal-content img {
    aspect-ratio: auto 1/1; }

.close {
  color: white;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer; }

.close:hover {
  color: #ccc; }

.container.frontpage {
  margin-top: -123px;
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  gap: 20px; }
  @media screen and (max-width: 1023px) {
    .container.frontpage {
      margin-top: -130px;
      flex-direction: column; } }

.block {
  background-color: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1023px) {
    .block {
      width: 100%; } }

.block.cta {
  width: 320px;
  float: left;
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1023px) {
    .block.cta {
      width: 100%; } }
  .block.cta span {
    padding: 20px;
    flex: 1;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    color: var(--blue-color-500);
    font-family: 'Poppins', sans-serif; }
    .block.cta span h3 {
      font-size: 28px;
      line-height: 34px;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 10px; }

footer {
  height: 400px;
  background: var(--blue-color-500);
  margin-top: 100px;
  position: relative; }
  footer::before {
    content: '';
    background-image: url("../images/logo/logo_pasveer.png");
    position: absolute;
    width: 200px;
    height: 60px;
    font-size: 0;
    top: -42px;
    background-color: transparent;
    padding: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

footer .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: var(--blue-color-600); }

.item1 {
  grid-area: news1; }

.item2 {
  grid-area: news2; }

.item3 {
  grid-area: news3; }

.item4 {
  grid-area: news4; }

.item5 {
  grid-area: long;
  height: 560px; }

.item6 {
  grid-area: main; }

.item7 {
  grid-area: logoA;
  height: 205px; }

.item8 {
  grid-area: logoB;
  height: 205px; }

.item9 {
  grid-area: logoC;
  height: 205px; }

.grid-container {
  width: 990px;
  display: grid;
  grid-template-areas: 'news1 news2 long' 'news3 news4 long' 'main  main  long' 'logoA logoB logoC';
  gap: 20px;
  margin-top: 7px; }
  @media (max-width: 990px) {
    .grid-container {
      margin-top: 20px;
      grid-template-areas: 'news1 news1 news1' 'news2 news2 news2' 'news3 news3 news3' 'news4 news4 news4' 'long long long' 'main main main' 'logoA logoA logoA' 'logoB logoB logoB' 'logoC logoC logoC'; } }

.grid-container > div {
  text-align: center;
  padding: 20px 20px; }
