@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.woff') format("woff"), url('../fonts/Poppins-ExtraBoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.woff') format("woff"), url('../fonts/Poppins-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --blue: #374797;
  --deep-blue: #2d3975;
  --white: white;
  --white-opacity: #fff0;
  --dark-grey: #999;
  --gainsboro: #e6e6e6;
  --deep-pink-opacity: #ea5db61a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  font-weight: 500;
  text-decoration: underline;
}

ul, ol {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  align-content: center;
  width: 100%;
  height: 100%;
}

.container.container-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
}

.paragraph.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  font-family: Libre Baskerville, sans-serif;
  overflow: auto;
}

.paragraph.left.small {
  height: auto;
}

.footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 50px 24px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 55px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form.mobile {
  flex-flow: row;
  width: 70%;
}

.form-block {
  margin-top: 20px;
}

.navigation-link {
  color: #000;
  align-content: space-between;
  height: 90px;
  padding: 34px 20px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.navigation-link-text {
  color: #000;
  text-transform: none;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: #000;
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.nav-menu {
  display: flex;
}

.h2 {
  color: #000;
  text-transform: none;
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.3em;
}

.h2.left {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 700;
  display: flex;
}

.h2.left.center {
  text-align: center;
  justify-content: center;
}

.h2.left.m-0 {
  margin-bottom: 0;
}

.h3 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3.left {
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
}

.separator-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

.line-color {
  background-color: #0000001c;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.h1 {
  color: #000;
  text-transform: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--deep-blue);
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.section {
  background-image: linear-gradient(#ecfde9, #daeffd);
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-form, .custom-form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cta {
  background-color: var(--blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.cta:hover {
  background-color: var(--deep-blue);
}

.cta.outline {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.cta.outline:hover {
  border-color: var(--deep-blue);
  background-color: var(--deep-blue);
  color: var(--white);
}

.cta.small {
  width: 80%;
  height: 45px;
  font-size: 16px;
}

.cta.small.outline {
  background-color: var(--white-opacity);
  width: 100%;
  color: var(--blue);
  font-weight: 700;
}

.cta.small.outline:hover {
  background-color: var(--deep-blue);
  color: var(--white);
}

.cta.submit {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.cta.submit.mobiel {
  width: 40%;
}

.text-field-2 {
  border: 1px solid #0009;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
}

.body {
  font-family: Libre Baskerville, sans-serif;
}

.h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5em;
}

.h5.color {
  color: #6d6d6d;
  text-align: left;
  width: 100%;
  font-weight: 700;
}

.h5.color.center {
  text-align: center;
}

.container-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 120px;
  margin-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.input {
  border: 1px solid #0009;
  height: 55px;
  margin-bottom: 0;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: #ececec;
  margin-top: 10px;
}

.text-error-en {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-seccess-en {
  color: #127245;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.item-content {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.grid-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  display: grid;
}

.grid-cards.header {
  align-items: center;
}

.grid-cards.header.mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid-cards.header.desktop {
  border-radius: 5px;
  grid-template-rows: auto;
  place-items: end stretch;
  margin-top: 0;
}

.image-wrapper {
  width: 100%;
  height: 350px;
}

.image-wrapper.small {
  height: 100%;
  position: relative;
}

.image-wrapper.small.mobile {
  height: 350px;
}

.card_item {
  width: 100%;
  height: 100%;
}

.card_item.wv {
  padding-top: 0;
}

.card-image {
  aspect-ratio: 3 / 2;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-image.top {
  object-fit: cover;
}

.button-wrapper {
  width: 100%;
}

.button-wrapper.absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.wrapper-card {
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.h4 {
  color: var(--black);
  text-transform: none;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.h4.center {
  text-align: center;
}

.div-title-newletters {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  display: flex;
}

.div-title-newletters.mobile {
  justify-content: center;
  align-items: center;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_component {
  background-color: var(--white);
  border: 1px solid #0000001c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  padding-top: .25em;
  padding-bottom: .25em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--deep-blue);
}

.code-embed-sm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-social-media {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.image-logo-loop {
  width: 70px;
}

.container-link-social-media {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-links-social-media {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.link:hover {
  color: var(--deep-blue);
}

.card_item_small {
  width: 100%;
  height: 100%;
}

.wrapper-card-small {
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-wrapper-small {
  width: 66%;
  height: 200px;
}

.item-content-small {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.logo-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-wrapper.mobile {
  justify-content: center;
  align-items: center;
}

.div-links-footer-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logo_subtitle_input-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.title_subtitle-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar2_component {
    position: fixed;
  }
}

@media screen and (min-width: 1440px) {
  .form {
    flex-flow: row;
  }

  .link-footer {
    font-weight: 600;
  }

  .section {
    background-image: linear-gradient(#f0ffe9, #daeffd);
  }

  .cta.submit {
    width: 40%;
  }

  .image-wrapper {
    height: 400px;
  }

  .div-title-newletters {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .h2 {
    font-size: 50px;
  }

  .h2.left {
    font-size: 40px;
  }

  .h3 {
    font-weight: 600;
  }

  .container-header {
    max-width: 1400px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-title-newletters {
    padding-left: 20px;
    padding-right: 40px;
  }

  .container-link-social-media {
    max-width: 1400px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .form {
    width: 70%;
  }

  .form.mobile {
    width: 80%;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .h2 {
    text-align: center;
  }

  .h2.left {
    text-align: center;
    justify-content: center;
  }

  .h3 {
    text-align: center;
  }

  .icon-2 {
    color: #000;
  }

  .div-form {
    flex-direction: column;
    padding-left: 0;
  }

  .custom-form.mobile {
    align-items: center;
  }

  .cta.mobile {
    width: 75%;
  }

  .h5.color {
    text-align: center;
  }

  .container-header {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-cards {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .grid-cards.header.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-cards.header.desktop {
    display: none;
  }

  .image-wrapper {
    height: 340px;
  }

  .h4 {
    text-align: center;
  }

  .div-title-newletters {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .div-social-media {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-logo-loop {
    width: 60px;
  }

  .container-link-social-media {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-wrapper-small {
    width: 50%;
    height: 220px;
  }

  .div-block-3 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .form {
    flex-flow: column;
  }

  .form.mobile {
    width: 90%;
  }

  .navigation-link {
    display: flex;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin;
    font-weight: 600;
  }

  .h2 {
    font-size: 30px;
  }

  .h1 {
    font-size: 25px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .div-form {
    flex-direction: column;
  }

  .cta.submit {
    width: 100%;
  }

  .cta.mobile {
    width: 80%;
  }

  .text-field-2, .input {
    margin-bottom: 0;
  }

  .grid-cards {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    height: 500px;
  }

  .div-title-newletters {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .wrapper-card-small {
    flex-flow: column;
  }

  .image-wrapper-small {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.white {
    margin-right: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .form {
    width: 100%;
  }

  .form.mobile {
    flex-flow: column;
    width: 100%;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .h3 {
    text-align: center;
    font-size: 18px;
  }

  .h1 {
    font-size: 20px;
  }

  .link-footer {
    font-size: 18px;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .div-form {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-form {
    width: 100%;
  }

  .cta {
    height: 50px;
    font-size: 16px;
  }

  .cta.submit.mobiel {
    width: 100%;
  }

  .cta.mobile {
    width: 90%;
  }

  .text-field-2 {
    height: 50px;
    margin-bottom: 0;
  }

  .h5 {
    font-size: 16px;
  }

  .h5.color {
    font-size: 14px;
  }

  .container-header {
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input {
    height: 50px;
    margin-bottom: 0;
  }

  .item-content {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-cards {
    grid-template-columns: minmax(200px, 1fr);
  }

  .image-wrapper {
    height: 300px;
  }

  .card-image {
    object-fit: cover;
  }

  .div-title-newletters {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    padding-bottom: .5em;
  }

  .div-social-media {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .image-logo-loop {
    width: 50px;
  }

  .container-link-social-media {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-links-social-media {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-wrapper-small {
    height: 150px;
  }

  .item-content-small {
    flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo_subtitle_input-wrapper, .title_subtitle-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff') format('woff'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}