* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body main {
  padding-top: 120px;
}
body main .btn {
  background-color: #DA001A;
}
body main section .btn {
  background-color: #DA001A;
}

body {
  overflow-x: hidden;
}
body:before {
  content: "";
  position: absolute;
  top: 700px;
  left: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-turq.svg");
  background-size: cover;
  background-position: right center;
}
body:after {
  content: "";
  position: absolute;
  top: 80%;
  right: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-green.svg");
  background-size: cover;
  background-position: left center;
}

.home:before {
  content: "";
  position: absolute;
  top: 800px;
  left: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-turq.svg");
  background-size: cover;
  background-position: right center;
}
.home:after {
  content: "";
  position: absolute;
  top: 220%;
  right: 0px;
  width: 200px;
  height: 300px;
  z-index: 2;
  background-image: url("../../img/pattern-turq.svg");
  background-size: cover;
  background-position: left center;
}
.home .text-video {
  margin-bottom: 120px;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.form-posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  margin-left: 7.1428571429%;
  width: 78.5714285714%;
}
.form-posts .col {
  max-width: 700px;
  width: 50%;
}
.form-posts .col:first-of-type {
  padding: 90px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.form-posts .col article h2, .form-posts .col article h3, .form-posts .col article h4 {
  color: #159EDA;
}
.form-posts .col article .nf-form-cont {
  padding-top: 0px;
}
.form-posts .col .posts-stories .title-row {
  margin: inherit;
  width: 100%;
}
.form-posts .col .posts-stories .title-row h2 {
  font-size: 25px;
  color: #136591;
}
.form-posts .col .posts-stories .posts-stories-inner {
  grid-template-columns: repeat(1, 1fr);
  margin: inherit;
  width: 100%;
}

.page-template-page-information-for-students .image-right {
  position: absolute;
  top: 70%;
  right: -100px;
  max-width: 700px;
  max-height: 700px;
}
.page-template-page-information-for-students .image-right image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nf-form-cont {
  padding-top: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
}
.nf-form-cont .nf-form-title {
  display: none;
}
.nf-form-cont .nf-form-layout form .nf-before-form-content {
  display: none;
}
.nf-form-cont .nf-form-layout form .nf-form-content {
  padding: 0px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 10px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-error {
  font-size: 16px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field label {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field textarea {
  border: none;
  border-radius: 10px;
  resize: none;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  background-color: #EBEBEB;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input:focus, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field textarea:focus {
  background-color: #E3E3E3;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=submit], .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=button] {
  padding: 20px 30px;
  border-radius: 0px;
  transition: 0.2s ease;
  height: auto;
  text-decoration: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #136591;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=submit]:hover, .nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=button]:hover {
  background-color: #159EDA;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-container .field-wrap {
  flex-direction: column;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-left: 0px;
  height: 30px;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label:before {
  content: "";
  border: none;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #136591;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label:after {
  left: 0px;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #EBEBEB;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  border: none;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=submit] {
  padding: 20px 30px;
  border-radius: 0px;
  transition: 0.2s ease;
  height: auto;
  text-decoration: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #136591;
}
.nf-form-cont .nf-form-layout form .nf-form-content nf-fields-wrap nf-field input[type=submit]:hover {
  background-color: #159EDA;
}

.single-vacature .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.single-vacature .content article {
  max-width: 800px;
  width: 100%;
}
.single-vacature .content article h2 {
  font-size: 30px;
}
.single-vacature .content article h3 {
  font-size: 25px;
}
.single-vacature .content article h4 {
  font-size: 22px;
}
.single-vacature .content article p {
  font-size: 20px;
  line-height: 30px;
}
.single-vacature .content article ul, .single-vacature .content article ol {
  font-size: 20px;
  line-height: 30px;
}
.single-vacature .content article strong {
  color: #159EDA;
}
.single-vacature .content article .share .icons a:nth-child(1) .icon-wrapper {
  background-color: #136591;
}
.single-vacature .content article .share .icons a:nth-child(2) .icon-wrapper {
  background-color: #C9D200;
}
.single-vacature .content aside {
  max-width: 400px;
}
.single-vacature .content aside .sidebar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  min-width: 400px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.single-vacature .content aside .sidebar h4 {
  padding: 20px 40px;
  font-size: 30px;
  color: #136591;
}
.single-vacature .content aside .sidebar ul {
  list-style: none;
}
.single-vacature .content aside .sidebar ul li {
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  border-top: 1px solid #E6E6E6;
  transition: 0.2s ease;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  background-color: #ffffff;
}
.single-vacature .content aside .sidebar ul li span {
  width: 50%;
}
.single-vacature .content aside .sidebar ul li span:first-of-type {
  font-weight: 700;
  color: #159EDA;
}
.single-vacature .content aside .sidebar .btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  cursor: pointer;
}
.single-vacature .content aside .cta {
  position: sticky;
  top: 120px;
  margin-top: 0px;
  max-width: 400px;
  min-width: 300px;
  width: 100%;
}
.single-vacature .content aside .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 90px 40px 90px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.single-vacature .content aside .cta .cta-inner h2 {
  font-size: 30px;
  color: #C9D200;
}
.single-vacature .content aside .cta .cta-inner h3 {
  font-size: 25px;
  color: #C9D200;
}
.single-vacature .content aside .cta .cta-inner h4 {
  font-size: 22px;
  color: #C9D200;
}
.single-vacature .content aside .cta .cta-inner p {
  font-size: 22px;
}
.single-vacature .content aside .cta .cta-inner ul, .single-vacature .content aside .cta .cta-inner ol {
  font-size: 22px;
}
.single-vacature .content aside .cta .cta-inner a {
  text-decoration: underline;
  color: #ffffff;
}
.single-vacature .content aside .cta .cta-inner .btn:hover {
  background-color: #C9D200;
}

@media only screen and (max-width: 1699px) {
  .single-vacature .content article {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1599px) {
  .page-template-page-information-for-students .image-right {
    max-width: 600px;
    max-height: 600px;
  }
}
@media only screen and (max-width: 1499px) {
  body:before {
    width: 100px;
    opacity: 0.3;
  }
  body:after {
    width: 100px;
    opacity: 0.3;
  }
  .single-vacature .content {
    width: 85.7142857143%;
  }
  .form-posts {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1299px) {
  .single-vacature .content aside .sidebar {
    min-width: inherit;
  }
  .form-posts .col:first-of-type {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  /* font sizes */
  .btn {
    font-size: 16px;
    line-height: 16px;
  }
  .page-template-page-information-for-students .image-right {
    right: -10px;
    max-width: 400px;
    max-height: 400px;
  }
  .single-vacature .content article h2 {
    font-size: 35px;
  }
  .single-vacature .content article h3 {
    font-size: 25px;
  }
  .single-vacature .content article h4 {
    font-size: 20px;
  }
  .single-vacature .content article p {
    font-size: 18px;
  }
  .single-vacature .content article ol, .single-vacature .content article ul {
    font-size: 18px;
  }
  .single-vacature .content article {
    max-width: 480px;
  }
  .single-vacature .content aside .sidebar {
    max-width: 360px;
    min-width: inherit;
  }
  .single-vacature .content aside .sidebar h4 {
    font-size: 20px;
  }
  .single-vacature .content aside .sidebar ul li {
    font-size: 18px;
  }
  .single-vacature .content aside .cta {
    max-width: 360px;
  }
  .single-vacature .content aside .cta .cta-inner {
    padding: 70px 40px 70px 70px;
  }
  .single-vacature .content aside .cta .cta-inner h3 {
    font-size: 20px;
  }
  .single-vacature .content aside .cta .cta-inner p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  .page-template-page-information-for-students .image-right {
    z-index: -1;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 899px) {
  body:before {
    display: none;
  }
  body:after {
    display: none;
  }
  .single-vacature .content article {
    max-width: 600px;
  }
  .form-posts {
    flex-direction: column;
  }
  .form-posts .col {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: filson-soft, sans-serif;
}

article {
  /* How to handle spacing in text */
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 30px;
}
article h2 {
  font-size: 30px;
  line-height: 1;
  color: #159EDA;
}
article h3 {
  font-size: 25px;
  line-height: 1;
  color: #159EDA;
}
article h4 {
  font-size: 22px;
  line-height: 1;
  color: #159EDA;
}
article h5 {
  font-size: 20px;
  line-height: 1;
}
article h6 {
  font-size: 18px;
  line-height: 1.8;
}
article p, article em {
  margin-bottom: 30px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
article p:last-of-type, article em:last-of-type {
  margin-bottom: 0px;
}
article p.space {
  min-height: 30px;
  height: 30px;
}
@media (max-width: 500px) {
  article p.space + p.space {
    min-height: 10px;
    height: 10px;
  }
}
article ul, article ol {
  padding-left: 20px;
  margin-bottom: 30px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
article a {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #136591;
}
article iframe {
  width: 100%;
  height: 400px;
}
article .flowpaper-class {
  height: 900px;
}
article .flowpaper-logo-bg {
  display: none !important;
}
article .btn {
  display: inline-block;
}

.btns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.btns:empty {
  display: none;
}

/* #tinymce = Inside the tinymce editor */
/* .mce-menu = The tinyMCE menu bar */
/* section.container = front-end and backend */
body section .btn, body section button, body section input[type=submit],
article .btn,
article button,
article input[type=submit],
#tinymce .btn,
#tinymce button,
#tinymce input[type=submit],
.mce-menu .btn,
.mce-menu button,
.mce-menu input[type=submit], div .btn, div button, div input[type=submit] {
  padding: 20px 30px;
  transition: 0.2s ease;
  text-decoration: none;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
  background-color: #136591;
}
body section .btn:hover, body section button:hover, body section input[type=submit]:hover,
article .btn:hover,
article button:hover,
article input[type=submit]:hover,
#tinymce .btn:hover,
#tinymce button:hover,
#tinymce input[type=submit]:hover,
.mce-menu .btn:hover,
.mce-menu button:hover,
.mce-menu input[type=submit]:hover, div .btn:hover, div button:hover, div input[type=submit]:hover {
  background-color: #159EDA;
}
body section .btn-1,
body section .mce-i-br-btn-1,
article .btn-1,
article .mce-i-br-btn-1,
#tinymce .btn-1,
#tinymce .mce-i-br-btn-1,
.mce-menu .btn-1,
.mce-menu .mce-i-br-btn-1, div .btn-1,
div .mce-i-br-btn-1 {
  background-color: #136591;
}
body section .btn-1:hover,
body section .mce-i-br-btn-1:hover,
article .btn-1:hover,
article .mce-i-br-btn-1:hover,
#tinymce .btn-1:hover,
#tinymce .mce-i-br-btn-1:hover,
.mce-menu .btn-1:hover,
.mce-menu .mce-i-br-btn-1:hover, div .btn-1:hover,
div .mce-i-br-btn-1:hover {
  background-color: #159EDA;
}
body section .btn-2,
body section .mce-i-br-btn-2,
article .btn-2,
article .mce-i-br-btn-2,
#tinymce .btn-2,
#tinymce .mce-i-br-btn-2,
.mce-menu .btn-2,
.mce-menu .mce-i-br-btn-2, div .btn-2,
div .mce-i-br-btn-2 {
  background-color: #159EDA;
}
body section .btn-2:hover,
body section .mce-i-br-btn-2:hover,
article .btn-2:hover,
article .mce-i-br-btn-2:hover,
#tinymce .btn-2:hover,
#tinymce .mce-i-br-btn-2:hover,
.mce-menu .btn-2:hover,
.mce-menu .mce-i-br-btn-2:hover, div .btn-2:hover,
div .mce-i-br-btn-2:hover {
  background-color: #136591;
}
body section .btn-3,
body section .mce-i-br-btn-3,
article .btn-3,
article .mce-i-br-btn-3,
#tinymce .btn-3,
#tinymce .mce-i-br-btn-3,
.mce-menu .btn-3,
.mce-menu .mce-i-br-btn-3, div .btn-3,
div .mce-i-br-btn-3 {
  background-color: #C9D200;
}
body section .btn-3:hover,
body section .mce-i-br-btn-3:hover,
article .btn-3:hover,
article .mce-i-br-btn-3:hover,
#tinymce .btn-3:hover,
#tinymce .mce-i-br-btn-3:hover,
.mce-menu .btn-3:hover,
.mce-menu .mce-i-br-btn-3:hover, div .btn-3:hover,
div .mce-i-br-btn-3:hover {
  background-color: #159EDA;
}

/* Tinymce header bar styling */
.mce-i-br-buttons {
  display: none !important;
}
.mce-i-br-buttons + span.mce-txt {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1 !important;
}

@media screen and (max-width: 1699px) {
  body section.container .btn, body section.container button,
  article .btn,
  article button,
  #tinymce .btn,
  #tinymce button,
  .mce-menu .btn,
  .mce-menu button {
    font-size: 18px;
  }
}
/* Make sure the buttons looks normal in the editor */
.mce-i-br-btn-0 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-0:before {
  content: "Button";
}
.mce-i-br-btn-0 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-1 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-1:before {
  content: "Button";
}
.mce-i-br-btn-1 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-2 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-2:before {
  content: "Button";
}
.mce-i-br-btn-2 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-3 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-3:before {
  content: "Button";
}
.mce-i-br-btn-3 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-4 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-4:before {
  content: "Button";
}
.mce-i-br-btn-4 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-5 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-5:before {
  content: "Button";
}
.mce-i-br-btn-5 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-6 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-6:before {
  content: "Button";
}
.mce-i-br-btn-6 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-7 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-7:before {
  content: "Button";
}
.mce-i-br-btn-7 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-8 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-8:before {
  content: "Button";
}
.mce-i-br-btn-8 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-9 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-9:before {
  content: "Button";
}
.mce-i-br-btn-9 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

.mce-i-br-btn-10 {
  padding: 20px 30px !important;
  transition: 0.2s ease !important;
  text-decoration: none !important;
  font-family: filson-soft, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  color: #ffffff !important;
}
.mce-i-br-btn-10:before {
  content: "Button";
}
.mce-i-br-btn-10 + span {
  display: none;
}

.btn-1,
.mce-i-br-btn-1 {
  background-color: #136591 !important;
}
.btn-1:hover,
.mce-i-br-btn-1:hover {
  background-color: #159EDA !important;
}

.btn-2,
.mce-i-br-btn-2 {
  background-color: #159EDA !important;
}
.btn-2:hover,
.mce-i-br-btn-2:hover {
  background-color: #136591 !important;
}

.btn-3,
.mce-i-br-btn-3 {
  background-color: #C9D200 !important;
}
.btn-3:hover,
.mce-i-br-btn-3:hover {
  background-color: #159EDA !important;
}

@media screen and (max-width: 599px) {
  body section.container .btn,
  article .btn,
  #tinymce .btn,
  .mce-menu .btn {
    padding: 10px 18px;
    font-size: 16px;
  }
}
.logged-in header {
  top: 32px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  padding: 0px 50px 0px 30px;
  width: 100%;
  height: 120px;
  transition: 0.2s ease;
  z-index: 9;
  background-color: #ffffff;
}
header .header-logo {
  position: relative;
}
header .header-logo img {
  transition: 0.2s ease;
  max-width: 250px;
  width: 100%;
}
header .header-logo span {
  position: absolute;
  top: 110%;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  width: max-content;
  transition: 0.2s ease;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #DA001A;
}
header nav {
  display: flex;
  gap: 30px;
  font-family: filson-soft, sans-serif;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}
header nav .menu .menu-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
}
header nav .menu .menu-item a {
  transition: 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #136591;
}
header nav .menu .menu-item:hover a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children {
  padding-right: 20px;
}
header nav .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 12px;
  background-image: url("../../img/arrow-down.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
header nav .menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 30px 0px;
  min-width: 240px;
  width: max-content;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s ease;
  list-style: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item a {
  transition: 0.2s ease;
  text-decoration: none;
  font-weight: 300;
  color: #136591;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  top: -30px;
  right: 100%;
  left: inherit;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #136591;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  right: 100%;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a {
  color: #136591;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item:hover a {
  color: #159EDA;
}
header nav .menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  transform: scale(1);
  opacity: 1;
}
header nav .menu .menu-item-has-children:hover .sub-menu {
  transform: scale(1);
  opacity: 1;
}
header nav .search {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
header nav .search svg {
  height: 30px;
  cursor: pointer;
}
header nav .search svg path {
  transition: 0.2s ease;
}
header nav .search svg:hover path {
  fill: #136591;
}
header nav .search .search-form {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 0px;
  transition: 0.2s ease;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header nav .search .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
header nav .search .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #159EDA;
}
header nav .search .search-form input[type=submit]:hover {
  border: 1px solid #136591;
  background-color: #136591;
}
header nav .search .search-form-open {
  width: 300px;
}
header #menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  display: none;
}
header #menu-toggle span {
  display: block;
  background: #136591;
  border-radius: 5px;
  transition: 0.2s ease;
}
header #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header #menu-toggle.open #hamburger span {
  width: 0%;
}
header #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}
header .search-bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
}

.header-sticky {
  padding: 0px 30px 0px 30px;
  height: 80px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header-sticky .header-logo img {
  max-width: 200px;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 80px;
  left: 0px;
  padding: 90px 0px 0px 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: scroll;
  background-color: #ffffff;
}
.mobile-menu-wrapper .mobile-menu {
  margin-left: 7.1428571429%;
  width: 100%;
  max-width: 400px;
}
.mobile-menu-wrapper .mobile-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  font-family: filson-soft, sans-serif;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item {
  position: relative;
  font-size: 20px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item a {
  transition: 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #136591;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item:hover a {
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children {
  padding-right: 24px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 14px;
  background-image: url("../../img/arrow-down.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu {
  position: relative;
  opacity: 0;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease;
  list-style: none;
  background-color: #ffffff;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-size: 18px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item a {
  transition: 0.2s ease;
  text-decoration: none;
  font-weight: 300;
  color: #136591;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #136591;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: #159EDA;
}
.mobile-menu-wrapper .mobile-menu .menu .menu-item-has-children:hover .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 400px;
  opacity: 1;
}
.mobile-menu-wrapper .search-form {
  display: flex;
  position: relative;
  top: 20px;
  right: 0px;
  transition: 0.2s ease;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mobile-menu-wrapper .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
.mobile-menu-wrapper .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #159EDA;
}
.mobile-menu-wrapper .search-form input[type=submit]:hover {
  border: 1px solid #136591;
  background-color: #136591;
}

main {
  padding-top: 120px;
}

@media only screen and (max-width: 1499px) {
  header nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  header .header-logo img {
    max-width: 220px;
  }
  header nav {
    gap: 20px;
  }
  header nav .menu {
    gap: 20px;
  }
  header nav .menu .menu-item {
    font-size: 16px;
  }
  header nav .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
  }
  header nav .search svg {
    height: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  header nav {
    display: none;
  }
  header #menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  header .header-logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 799px) {
  .logged-in header {
    top: 46px;
  }
  .logged-in .header-sticky {
    top: 0px;
  }
  .mobile-menu-wrapper {
    padding: 120px 0px 120px 0px;
  }
}
@media only screen and (max-width: 599px) {
  header {
    padding-right: 7.1428571429%;
    padding-left: 7.1428571429%;
  }
  header img {
    max-height: 180px;
  }
  .mobile-menu-wrapper .mobile-menu {
    max-width: inherit;
    width: 85.7142857143%;
  }
}
.alert {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-family: filson-soft, sans-serif;
  background-color: #C9D200;
}
.alert .alert-inner {
  margin: auto auto;
  width: 85.7142857143%;
  text-align: center;
}
.alert p {
  font-size: 16px;
}

.hero-front {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: 800px;
  min-height: 700px;
  height: 70vh;
}
.hero-front .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 3;
}
.hero-front .hero-inner .col h1 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 50px;
  line-height: 50px;
  color: #136591;
}
.hero-front .hero-inner .col h1 .color {
  padding: 5px 10px;
  margin-left: -10px;
  font-size: 44px;
  line-height: 94px;
  color: #ffffff;
  background-color: #136591;
}
.hero-front .hero-inner .col .hero-image-contain {
  max-width: 600px;
  width: 100%;
}
.hero-front .hero-inner .col .cta {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 280px;
  min-width: 160px;
  width: 100%;
}
.hero-front .hero-inner .col .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 40px 30px 20px;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.hero-front .hero-inner .col .cta .cta-inner h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}
.hero-front .hero-inner .col .cta .cta-inner .btn:hover {
  background-color: #159EDA;
}
.hero-front .hero-inner .col .cta .cta-inner a {
  text-decoration: none;
  font-size: 28px;
  color: #ffffff;
}
.hero-front .hero-inner .col .cta svg path {
  fill: #136591;
}
.hero-front .hero-inner-cover .col h1 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
}
.hero-front .hero-image-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-front:has(.regular) {
  background-image: url("../../img/hero-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-front:has(.regular):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgb(255, 255, 255) 90%);
}
.hero-front:has(.regular):after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0px;
  width: 400px;
  height: 100%;
  z-index: 1;
  background-image: url("../../img/hero-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-front:has(.campaign) {
  background-color: #136591;
}
.hero-front .campaign {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 300px;
}
.hero-front .campaign .col.content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero-front .campaign .col.content .btn {
  color: #136591;
  background-color: #ffffff;
}
.hero-front .campaign .col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.hero-front .campaign .col h1 {
  color: #ffffff;
}
.hero-front .campaign .col .pin {
  position: absolute;
  top: -40px;
  width: 100px;
  height: auto;
  z-index: 2;
}
.hero-front .campaign .col .image {
  border: 10px solid #ffffff;
  max-width: 600px;
  width: 100%;
  height: auto;
  transform: rotate(-4deg);
  aspect-ratio: 1/1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  object-fit: cover;
}
.hero-front .campaign .col .cta {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translate(20%, 10%) rotate(4deg);
  max-width: 280px;
  min-width: 160px;
  width: 100%;
}
.hero-front .campaign .col .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 40px 30px 20px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.hero-front .campaign .col .cta .cta-inner h3 {
  font-size: 30px;
}
.hero-front .campaign .col .cta .cta-inner .btn:hover {
  background-color: #159EDA;
}
.hero-front .campaign .col .cta svg path {
  fill: #C9D200;
}
.hero-front .hinkelpad {
  position: absolute;
  left: -120px;
  bottom: 40px;
  width: 400px;
  height: auto;
  transform: rotate(-11deg);
}

@media only screen and (max-width: 2299px) {
  .hero-front .campaign {
    gap: 200px;
  }
}
@media only screen and (max-width: 2099px) {
  .hero-front .campaign {
    gap: 100px;
  }
  .hero-front .campaign .col {
    max-width: 50%;
  }
  .hero-front .campaign .col .image {
    width: 400px;
  }
  .hero-front .campaign .col .cta {
    transform: translate(20%, 50%) rotate(4deg);
  }
}
@media only screen and (max-width: 1499px) {
  .hero-front .hero-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  .hero-front .campaign {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-front .campaign .col {
    max-width: inherit;
    width: 100%;
  }
  .hero-front .campaign .col .image {
    max-width: 400px;
    width: 100%;
  }
  .hero-front .campaign .col .cta {
    right: inherit;
    width: 200px;
    transform: translate(50%, 50%) rotate(4deg);
  }
  .hero-front .campaign .col .cta .cta-inner {
    gap: 10px;
    padding: 20px;
  }
  .hero-front .campaign .col .cta .cta-inner h3 {
    font-size: 20px;
  }
  .hero-front .campaign .col .cta .cta-inner .btn {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 799px) {
  .hero-front .hero-inner .col h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-front .hero-inner .col h1 .turq {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .hero-front {
    min-height: 500px;
    height: 50vh;
  }
  .hero-front .hero-inner:before {
    top: -200px;
    width: 200px;
  }
  .hero-front .hero-inner .col {
    width: 100%;
  }
  .hero-front .hero-inner .col:first-of-type {
    z-index: 2;
  }
  .hero-front .hero-inner .col img {
    width: 100%;
  }
  .hero-front .hero-inner .col .cta {
    position: relative;
  }
  .hero-front .campaign .col .image {
    max-width: 260px;
  }
  .hero-front .campaign .col .cta {
    position: absolute;
    transform: translate(0%, 50%) rotate(4deg);
  }
  .hero-front .hinkelpad {
    display: none;
  }
  .hero-front:after {
    display: none;
  }
}
.hero-page {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  height: 500px;
}
.hero-page:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgb(255, 255, 255) 90%);
}
.hero-page .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 2;
}
.hero-page .hero-inner h1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
}
.hero-page .hero-inner h1 span {
  padding: 5px 10px;
  background-color: #136591;
}
.hero-page .hero-inner .cta {
  position: relative;
  max-width: 480px;
  min-width: 360px;
  width: 100%;
}
.hero-page .hero-inner .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 90px 40px 90px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.hero-page .hero-inner .cta .cta-inner h2 {
  font-size: 24px;
}
.hero-page .hero-inner .cta .cta-inner h3 {
  font-size: 22px;
}
.hero-page .hero-inner .cta .cta-inner h4 {
  font-size: 20px;
}
.hero-page .hero-inner .cta .cta-inner p {
  font-size: 18px;
}
.hero-page .hero-inner .cta .cta-inner ul, .hero-page .hero-inner .cta .cta-inner ol {
  font-size: 18px;
}
.hero-page .hero-inner .cta .cta-inner a {
  color: #ffffff;
}
.hero-page .hero-inner .cta .cta-inner .btn:hover {
  background-color: #C9D200;
}
.hero-page img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-page .breadcrumbs {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
}
.hero-page .breadcrumbs p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  color: #136591;
}
.hero-page .breadcrumbs p a {
  color: #000000;
}

@media only screen and (max-width: 1499px) {
  .hero-page .hero-inner {
    width: 85.7142857143%;
  }
  .hero-page .breadcrumbs {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-page .hero-inner .col .cta {
    max-width: 420px;
  }
  .hero-page .hero-inner .col .cta .cta-inner {
    padding: 70px 40px 70px 70px;
  }
  .hero-page .hero-inner .col .cta .cta-inner h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .hero-page .campaign {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-page .campaign .col {
    max-width: inherit;
    width: 100%;
  }
  .hero-page .campaign .col .image {
    max-width: 400px;
    width: 100%;
  }
  .hero-page .campaign .col .cta {
    right: inherit;
    width: 200px;
    transform: translate(50%, 50%) rotate(4deg);
  }
  .hero-page .campaign .col .cta .cta-inner {
    gap: 10px;
    padding: 20px;
  }
  .hero-page .campaign .col .cta .cta-inner h3 {
    font-size: 20px;
  }
  .hero-page .campaign .col .cta .cta-inner .btn {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 799px) {
  .hero-page {
    padding-bottom: 140px;
    margin-bottom: 0px;
    height: 400px;
  }
  .hero-page:before {
    height: 50%;
  }
  .hero-page .hero-inner h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .hero-page img {
    height: 50%;
  }
  .hero-page .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 699px) {
  .hero-page {
    height: auto;
  }
  .hero-page .hero-inner {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .hero-page .hero-inner .col:first-of-type {
    align-self: flex-start;
  }
}
.home .text-single {
  margin-top: 120px;
  margin-bottom: 120px;
}
.home .text-single .text-single-inner article {
  margin-left: 14.2857142857%;
  max-width: 800px;
}

.page-template-page-information-for-students {
  overflow-x: hidden;
}
.page-template-page-information-for-students .text-single .text-single-inner article {
  margin-left: 14.2857142857%;
  max-width: 800px;
  width: 100%;
}

.text-single .text-single-inner article {
  margin: auto auto;
  width: 57.1428571429%;
}
.text-single .text-single-inner article h2 {
  font-size: 30px;
  color: #136591;
}
.text-single .text-single-inner article h3 {
  font-size: 25px;
  color: #136591;
}
.text-single .text-single-inner article h4 {
  font-size: 22px;
  color: #136591;
}
.text-single .text-single-inner article p {
  font-size: 20px;
  line-height: 30px;
}
.text-single .text-single-inner article ul, .text-single .text-single-inner article ol {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 1699px) {
  .page-template-page-information-for-students .text-single .text-single-inner article {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1499px) {
  .page-template-page-information-for-students .text-single .text-single-inner article {
    margin-left: 7.1428571429%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-template-page-information-for-students .text-single .text-single-inner article p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .text-single .text-single-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .home .text-single .text-single-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .page-template-page-information-for-students .text-single .text-single-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta {
    margin-top: 70px;
  }
}
.page-template-page-vacatures .text-cta {
  padding-top: 0px;
}

.text-cta {
  padding-top: 120px;
  padding-bottom: 120px;
}
.text-cta .text-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-cta .text-cta-inner article {
  max-width: 700px;
  font-size: 25px;
  line-height: 35px;
}
.text-cta .text-cta-inner article h2, .text-cta .text-cta-inner article h3, .text-cta .text-cta-inner article h4 {
  color: #136591;
}
.text-cta .text-cta-inner article p {
  font-size: 20px;
  line-height: 30px;
}
.text-cta .text-cta-inner article ul, .text-cta .text-cta-inner article ol {
  font-size: 20px;
  line-height: 30px;
}
.text-cta .text-cta-inner .cta {
  position: relative;
  max-width: 400px;
  min-width: 300px;
  width: 100%;
}
.text-cta .text-cta-inner .cta .cta-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 70px 40px 70px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #ffffff;
}
.text-cta .text-cta-inner .cta .cta-inner h2 {
  font-size: 30px;
}
.text-cta .text-cta-inner .cta .cta-inner h3 {
  font-size: 25px;
}
.text-cta .text-cta-inner .cta .cta-inner h4 {
  font-size: 22px;
}
.text-cta .text-cta-inner .cta .cta-inner p {
  font-size: 20px;
  line-height: 30px;
}
.text-cta .text-cta-inner .cta .cta-inner ul, .text-cta .text-cta-inner .cta .cta-inner ol {
  font-size: 20px;
  line-height: 30px;
}
.text-cta .text-cta-inner .cta .cta-inner .btn:hover {
  background-color: #C9D200;
}
.text-cta .text-cta-inner .cta svg path {
  fill: #136591;
}

@media only screen and (max-width: 1699px) {
  .text-cta .text-cta-inner article {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-cta .text-cta-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1299px) {
  .text-cta .text-cta-inner .cta {
    max-width: 420px;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 70px 40px 70px 70px;
  }
  .text-cta .text-cta-inner .cta .cta-inner h3 {
    font-size: 20px;
  }
  .text-cta .text-cta-inner .cta .cta-inner p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta-inner article {
    max-width: 500px;
  }
  .text-cta .text-cta-inner article h2 {
    font-size: 30px;
  }
  .text-cta .text-cta-inner article h3 {
    font-size: 25px;
  }
  .text-cta .text-cta-inner article h4 {
    font-size: 20px;
  }
  .text-cta .text-cta-inner article p {
    font-size: 18px;
  }
  .text-cta .text-cta-inner article ul, .text-cta .text-cta-inner article ol {
    font-size: 18px;
  }
  .text-cta .text-cta-inner .cta {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1099px) {
  .text-cta .text-cta-inner article {
    max-width: 440px;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 50px 40px 50px 70px;
  }
}
@media only screen and (max-width: 999px) {
  header .header-logo img {
    max-width: 200px;
  }
  .text-cta .text-cta-inner article {
    max-width: 360px;
  }
}
@media only screen and (max-width: 899px) {
  body:before {
    display: none;
  }
  body:after {
    display: none;
  }
  .text-cta .text-cta-inner .cta {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 599px) {
  .text-cta {
    overflow: hidden;
  }
  .text-cta .text-cta-inner {
    margin: inherit;
    width: 100%;
    gap: 70px;
  }
  .text-cta .text-cta-inner article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta {
    margin-top: 70px;
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .text-cta .text-cta-inner .cta .cta-inner {
    padding: 0px;
  }
  .text-cta .text-cta-inner .cta svg {
    position: relative;
    left: -20%;
    width: 140%;
  }
}
.text-image {
  position: relative;
}
.text-image .text-image-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
  background-color: #136591;
}
.text-image .text-image-inner article {
  padding: 100px 0px 100px 100px;
  width: 50%;
  color: #ffffff;
}
.text-image .text-image-inner article a {
  color: #ffffff;
}
.text-image .text-image-inner article h1, .text-image .text-image-inner article h2, .text-image .text-image-inner article h3, .text-image .text-image-inner article h4, .text-image .text-image-inner article h5, .text-image .text-image-inner article h6 {
  color: #ffffff;
}
.text-image .text-image-inner .image-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  right: -40px;
  max-width: 600px;
  width: auto;
  height: calc(100% - 80px);
  aspect-ratio: 600/537;
}
.text-image .text-image-inner .image-wrapper svg {
  position: relative;
}
.text-image .text-image-inner .image-wrapper svg image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reversed .text-image-inner {
  flex-direction: row-reverse;
  background-color: #159EDA;
}
.reversed .text-image-inner article {
  padding: 100px 100px 100px 0px;
  color: #ffffff;
}
.reversed .text-image-inner article .btn:hover {
  background-color: #C9D200;
}
.reversed .text-image-inner .image-wrapper {
  right: inherit;
  left: -40px;
}

.page-template-page-werken-bij .text-image .text-image-inner {
  background-color: #159EDA;
}
.page-template-page-werken-bij .text-image .text-image-inner article {
  color: #ffffff;
}
.page-template-page-werken-bij .text-image .text-image-inner article .btns .btn:hover {
  background-color: #C9D200;
}

@media only screen and (max-width: 1599px) {
  .text-image .text-image-inner {
    align-items: center;
  }
  .text-image .text-image-inner .image-wrapper {
    max-width: 400px;
  }
  .reversed .text-image-inner .image-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-image .text-image-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-image .text-image-inner {
    flex-direction: column;
  }
  .text-image .text-image-inner article {
    padding: 80px;
    max-width: inherit;
    width: 100%;
  }
  .text-image .text-image-inner .image-wrapper {
    position: relative;
    right: inherit;
    padding: 0px 40px 40px 40px;
    width: 100%;
  }
  .reversed .text-image-inner .image-wrapper {
    left: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image-inner article {
    padding: 40px;
  }
  .text-image .text-image-inner .image-wrapper {
    padding: 0px 20px 20px 20px;
  }
}
.text-menu .text-menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-menu .text-menu-inner article {
  max-width: 700px;
  font-size: 25px;
  line-height: 35px;
}
.text-menu .text-menu-inner article h2, .text-menu .text-menu-inner article h3, .text-menu .text-menu-inner article h4, .text-menu .text-menu-inner article h5, .text-menu .text-menu-inner article h6 {
  color: #136591;
}
.text-menu .text-menu-inner article p {
  font-size: 20px;
  line-height: 30px;
}
.text-menu .text-menu-inner article ul, .text-menu .text-menu-inner article ol {
  font-size: 20px;
  line-height: 30px;
}
.text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside {
  position: sticky;
  top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -120px;
  min-width: 400px;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.text-menu .text-menu-inner nav h2, .text-menu .text-menu-inner nav h3, .text-menu .text-menu-inner nav h4, .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4 {
  padding: 20px 40px;
  font-size: 30px;
  color: #136591;
}
.text-menu .text-menu-inner nav p, .text-menu .text-menu-inner aside p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.text-menu .text-menu-inner nav ul, .text-menu .text-menu-inner aside ul {
  list-style: none;
}
.text-menu .text-menu-inner nav ul li, .text-menu .text-menu-inner aside ul li {
  padding: 20px 40px;
  border-top: 1px solid #E6E6E6;
  transition: 0.2s ease;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  background-color: #ffffff;
}
.text-menu .text-menu-inner nav ul li a, .text-menu .text-menu-inner aside ul li a {
  text-decoration: none;
  color: #000000;
}
.text-menu .text-menu-inner nav ul li:hover, .text-menu .text-menu-inner aside ul li:hover {
  background-color: #136591;
}
.text-menu .text-menu-inner nav ul li:hover a, .text-menu .text-menu-inner aside ul li:hover a {
  color: #ffffff;
}
.text-menu .text-menu-inner aside {
  padding: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4 {
  padding: 0px;
  margin-bottom: 30px;
}
.text-menu .text-menu-inner aside a {
  color: #136591;
}

@media only screen and (max-width: 1699px) {
  .text-menu .text-menu-inner article {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1499px) {
  body:before {
    width: 100px;
    opacity: 0.3;
  }
  body:after {
    width: 100px;
    opacity: 0.3;
  }
  .text-menu .text-menu-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .text-menu .text-menu-inner article {
    max-width: 500px;
  }
  .text-menu .text-menu-inner article p {
    font-size: 20px;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-menu .text-menu-inner nav h2, .text-menu .text-menu-inner nav h3, .text-menu .text-menu-inner nav h4, .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4 {
    padding: 20px 40px;
    font-size: 20px;
  }
  .text-menu .text-menu-inner nav p, .text-menu .text-menu-inner aside p {
    font-size: 18px;
  }
  .text-menu .text-menu-inner nav ul li, .text-menu .text-menu-inner aside ul li {
    padding: 20px 40px;
    font-size: 18px;
  }
  .text-menu .text-menu-inner aside {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .text-menu .text-menu-inner aside h2, .text-menu .text-menu-inner aside h3, .text-menu .text-menu-inner aside h4 {
    padding: 0px;
  }
}
@media only screen and (max-width: 1099px) {
  .text-menu .text-menu-inner article {
    max-width: 480px;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside {
    max-width: 360px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 999px) {
  header .header-logo img {
    max-width: 200px;
  }
  .text-menu .text-menu-inner article {
    max-width: 360px;
  }
}
@media only screen and (max-width: 899px) {
  body:before {
    display: none;
  }
  body:after {
    display: none;
  }
  .text-menu .text-menu-inner {
    flex-direction: column;
  }
  .text-menu .text-menu-inner article {
    max-width: inherit;
    width: 100%;
  }
  .text-menu .text-menu-inner nav, .text-menu .text-menu-inner aside {
    margin-top: 40px;
    min-width: inherit;
    width: 100%;
  }
}
.text-sidebar .text-sidebar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-sidebar .text-sidebar-inner article {
  max-width: 700px;
  font-size: 25px;
  line-height: 35px;
}
.text-sidebar .text-sidebar-inner article h2, .text-sidebar .text-sidebar-inner article h3, .text-sidebar .text-sidebar-inner article h4, .text-sidebar .text-sidebar-inner article h5, .text-sidebar .text-sidebar-inner article h6 {
  color: #136591;
}
.text-sidebar .text-sidebar-inner article p {
  font-size: 20px;
  line-height: 30px;
}
.text-sidebar .text-sidebar-inner article ul, .text-sidebar .text-sidebar-inner article ol {
  font-size: 20px;
  line-height: 30px;
}
.text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
  position: sticky;
  top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -120px;
  min-width: 400px;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.text-sidebar .text-sidebar-inner nav h2, .text-sidebar .text-sidebar-inner nav h3, .text-sidebar .text-sidebar-inner nav h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
  padding: 20px 40px;
  font-size: 30px;
  color: #136591;
}
.text-sidebar .text-sidebar-inner nav p, .text-sidebar .text-sidebar-inner aside p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.text-sidebar .text-sidebar-inner nav ul, .text-sidebar .text-sidebar-inner aside ul {
  list-style: none;
}
.text-sidebar .text-sidebar-inner nav ul li, .text-sidebar .text-sidebar-inner aside ul li {
  padding: 20px 40px;
  border-top: 1px solid #E6E6E6;
  transition: 0.2s ease;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  background-color: #ffffff;
}
.text-sidebar .text-sidebar-inner nav ul li a, .text-sidebar .text-sidebar-inner aside ul li a {
  text-decoration: none;
  color: #000000;
}
.text-sidebar .text-sidebar-inner nav ul li:hover, .text-sidebar .text-sidebar-inner aside ul li:hover {
  background-color: #136591;
}
.text-sidebar .text-sidebar-inner nav ul li:hover a, .text-sidebar .text-sidebar-inner aside ul li:hover a {
  color: #ffffff;
}
.text-sidebar .text-sidebar-inner aside {
  padding: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
  padding: 0px;
  margin-bottom: 30px;
}
.text-sidebar .text-sidebar-inner aside a {
  color: #136591;
}

@media only screen and (max-width: 1699px) {
  .text-sidebar .text-sidebar-inner article {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-sidebar .text-sidebar-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .text-sidebar .text-sidebar-inner article {
    max-width: 500px;
  }
  .text-sidebar .text-sidebar-inner article p {
    font-size: 20px;
  }
  .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-sidebar .text-sidebar-inner nav h2, .text-sidebar .text-sidebar-inner nav h3, .text-sidebar .text-sidebar-inner nav h4, .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
    padding: 20px 40px;
    font-size: 20px;
  }
  .text-sidebar .text-sidebar-inner nav p, .text-sidebar .text-sidebar-inner aside p {
    font-size: 18px;
  }
  .text-sidebar .text-sidebar-inner nav ul li, .text-sidebar .text-sidebar-inner aside ul li {
    padding: 20px 40px;
    font-size: 18px;
  }
  .text-sidebar .text-sidebar-inner aside {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .text-sidebar .text-sidebar-inner aside h2, .text-sidebar .text-sidebar-inner aside h3, .text-sidebar .text-sidebar-inner aside h4 {
    padding: 0px;
  }
}
@media only screen and (max-width: 1099px) {
  .text-sidebar .text-sidebar-inner article {
    max-width: 480px;
  }
  .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    max-width: 360px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 999px) {
  .text-sidebar .text-sidebar-inner article {
    max-width: 360px;
  }
}
@media only screen and (max-width: 899px) {
  .text-sidebar .text-sidebar-inner {
    flex-direction: column;
  }
  .text-sidebar .text-sidebar-inner article {
    max-width: inherit;
    width: 100%;
  }
  .text-sidebar .text-sidebar-inner nav, .text-sidebar .text-sidebar-inner aside {
    margin-top: 40px;
    min-width: inherit;
    width: 100%;
  }
}
.image-single {
  margin: auto auto;
  width: 57.1428571429%;
}

@media only screen and (max-width: 899px) {
  .image-single {
    width: 85.7142857143%;
  }
}
.text-video {
  position: relative;
}
.text-video .text-video-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
  background-color: #C9D200;
}
.text-video .text-video-inner article {
  padding: 100px 0px 100px 100px;
  width: 50%;
  color: #ffffff;
}
.text-video .text-video-inner article a {
  color: #ffffff;
}
.text-video .text-video-inner .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -40px;
  max-width: 600px;
  width: auto;
  height: calc(100% - 80px);
  aspect-ratio: 600/537;
}
.text-video .text-video-inner .image-wrapper svg {
  position: relative;
}
.text-video .text-video-inner .image-wrapper svg image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-video .text-video-inner .image-wrapper .play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 120px;
  height: 120px;
  transition: 0.2s ease;
  z-index: 2;
  background-color: #136591;
}
.text-video .text-video-inner .image-wrapper .play img {
  transition: 0.2s ease;
  width: 30px;
}
.text-video .text-video-inner .image-wrapper .play:hover {
  background-color: #159EDA;
}
.text-video .text-video-inner .image-wrapper .play:hover img {
  transform: scale(0.9);
}
.text-video .video-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.text-video .video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: calc(100% - 40px);
  height: auto !important;
  aspect-ratio: 16/9;
  z-index: 2;
}
.text-video .video-popup .video-popup-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1599px) {
  .text-video .text-video-inner {
    align-items: center;
  }
  .text-video .text-video-inner .image-wrapper {
    max-width: 400px;
  }
  .reversed .text-video-inner .image-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1499px) {
  .text-video .text-video-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-video .text-video-inner {
    flex-direction: column;
  }
  .text-video .text-video-inner article {
    padding: 80px;
    max-width: inherit;
    width: 100%;
  }
  .text-video .text-video-inner .image-wrapper {
    position: relative;
    right: inherit;
    padding: 0px 40px 40px 40px;
    width: 100%;
  }
  .reversed .text-video-inner .image-wrapper {
    left: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .text-video .text-video-inner article {
    padding: 40px;
  }
  .text-video .text-video-inner .image-wrapper {
    padding: 0px 20px 20px 20px;
  }
}
.text-kernwaarden {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-kernwaarden .text-kernwaarden-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-kernwaarden .text-kernwaarden-inner article {
  flex: 1;
  max-width: 700px;
  width: 50%;
  font-size: 25px;
  line-height: 35px;
}
.text-kernwaarden .text-kernwaarden-inner .btns .btn {
  text-decoration: none;
}
.text-kernwaarden .text-kernwaarden-inner aside {
  position: sticky;
  top: 140px;
  padding: 100px 40px;
  border-radius: 5px;
  max-width: 700px;
  width: 50%;
  color: #ffffff;
  background-color: #136591;
}
.text-kernwaarden .text-kernwaarden-inner aside h2, .text-kernwaarden .text-kernwaarden-inner aside h3, .text-kernwaarden .text-kernwaarden-inner aside h4 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #ffffff;
}
.text-kernwaarden .text-kernwaarden-inner aside p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.text-kernwaarden .text-kernwaarden-inner aside p:last-of-type {
  margin-bottom: 0px;
}
.text-kernwaarden .text-kernwaarden-inner aside p svg {
  margin-top: 4px;
  flex-shrink: 0;
  height: 20px;
}
.text-kernwaarden .text-kernwaarden-inner aside .bg {
  position: absolute;
  top: 50%;
  left: 40%;
  height: 80%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
.text-kernwaarden .text-kernwaarden-inner aside .bg svg {
  height: 100%;
}

/* Zorg ervoor dat items die de klasse 'js-fade-in-item' hebben, in eerste instantie onzichtbaar zijn */
.js-fade-in-item {
  opacity: 0;
  transform: translateY(10px); /* Een lichte verschuiving voor een mooier effect */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* De klasse die de zichtbaarheid en animatie activeert */
.js-fade-in-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1499px) {
  .text-kernwaarden .text-kernwaarden-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 899px) {
  .text-kernwaarden .text-kernwaarden-inner {
    flex-direction: column;
  }
  .text-kernwaarden .text-kernwaarden-inner article {
    width: 100%;
  }
  .text-kernwaarden .text-kernwaarden-inner aside {
    width: 100%;
  }
}
.posts-actueel {
  padding-bottom: 100px;
}
.posts-actueel .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-actueel .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.posts-actueel .title-row a {
  transition: 0.2s ease;
}
.posts-actueel .title-row a:hover {
  color: #136591;
}
.posts-actueel .posts-actueel-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 500px;
  grid-gap: 50px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-actueel .posts-actueel-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-actueel .posts-actueel-inner .post {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-actueel .posts-actueel-inner .post .wp-post-image {
  position: absolute;
  width: 100%;
  height: 300px;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.posts-actueel .posts-actueel-inner .post .post-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  padding: 40px;
  background-color: #ffffff;
}
.posts-actueel .posts-actueel-inner .post .post-inner .date {
  margin-bottom: 15px;
  max-height: inherit;
  height: auto;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
}
.posts-actueel .posts-actueel-inner .post .post-inner h3 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #136591;
}
.posts-actueel .posts-actueel-inner .post .post-inner p {
  position: relative;
  margin-bottom: 0px;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.posts-actueel .posts-actueel-inner .post .post-inner span {
  text-decoration: underline;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
  color: #136591;
}
.posts-actueel .posts-actueel-inner .post:hover .wp-post-image {
  height: 250px;
}
.posts-actueel .posts-actueel-inner .post:hover .post-inner p {
  margin-bottom: 15px;
  max-height: 200px;
}

@media only screen and (max-width: 1499px) {
  .posts-actueel .title-row {
    width: 85.7142857143%;
  }
  .posts-actueel .posts-actueel-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .posts-actueel .title-row h2 {
    font-size: 30px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner .date {
    font-size: 16px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner h3 {
    font-size: 20px;
  }
  .posts-actueel .posts-actueel-inner .post .post-inner p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 899px) {
  .posts-actueel .posts-actueel-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.posts-agenda {
  position: relative;
  padding-top: 100px;
}
.posts-agenda .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-agenda .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.posts-agenda .title-row a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  color: #136591;
}
.posts-agenda .title-row a:hover {
  color: #C9D200;
}
.posts-agenda .posts-agenda-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-agenda .posts-agenda-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-agenda .posts-agenda-inner .post {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 30px;
  height: 300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-agenda .posts-agenda-inner .post .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts-agenda .posts-agenda-inner .post h3 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #136591;
}
.posts-agenda .posts-agenda-inner .post p {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  transition: 0.3s ease;
  z-index: 2;
  font-family: filson-soft, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  background-color: #136591;
}
.posts-agenda .posts-agenda-inner .post .btn {
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease;
}
.posts-agenda .posts-agenda-inner .post:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #136591;
}
.posts-agenda .posts-agenda-inner .post:hover h3 {
  background-color: inherit;
}
.posts-agenda .posts-agenda-inner .post:hover p {
  margin-bottom: 15px;
  background-color: inherit;
}
.posts-agenda .posts-agenda-inner .post:hover .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  opacity: 1;
}
.posts-agenda .posts-agenda-inner .post:hover:after {
  opacity: 0.8;
}

.archive .title-row {
  margin-top: 70px;
}
.archive .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.archive .posts-agenda {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.archive .posts-agenda:after {
  display: none;
}

@media only screen and (max-width: 1699px) {
  .posts-agenda .posts-agenda-inner {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 1499px) {
  .posts-agenda .title-row {
    width: 85.7142857143%;
  }
  .posts-agenda .posts-agenda-inner {
    width: 85.7142857143%;
  }
  .posts-agenda:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .posts-agenda .posts-agenda-inner {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .posts-agenda .title-row h2 {
    font-size: 30px;
  }
  .posts-agenda .posts-agenda-inner .post h3 {
    font-size: 20px;
  }
  .posts-agenda .posts-agenda-inner .post p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1099px) {
  .archive .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 999px) {
  .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive .posts-agenda .posts-agenda-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts-stories .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-stories .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.posts-stories .title-row a {
  transition: 0.2s ease;
}
.posts-stories .title-row a:hover {
  color: #136591;
}
.posts-stories .posts-stories-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-stories .posts-stories-inner a {
  text-decoration: none;
  color: inherit;
}
.posts-stories .posts-stories-inner .post {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  position: relative;
  padding: 40px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.posts-stories .posts-stories-inner .post:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.posts-stories .posts-stories-inner .post .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.posts-stories .posts-stories-inner .post .post-inner {
  bottom: 0px;
  z-index: 2;
}
.posts-stories .posts-stories-inner .post .post-inner .date {
  margin-bottom: 15px;
  max-height: inherit;
  height: auto;
  font-family: filson-soft, sans-serif;
  font-size: 18px;
}
.posts-stories .posts-stories-inner .post .post-inner h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  z-index: 2;
  transition: 0.3s ease;
}
.posts-stories .posts-stories-inner .post .post-inner p {
  transition: 0.3s ease;
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.posts-stories .posts-stories-inner .post .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  padding: 20px;
  margin-left: 20px;
  width: 150px;
  height: 150px;
  z-index: 2;
}
.posts-stories .posts-stories-inner .post .shape p {
  z-index: 2;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.posts-stories .posts-stories-inner .post .shape svg {
  position: absolute;
}
.posts-stories .posts-stories-inner .post .shape svg path {
  transition: 0.2s ease;
  fill: #136591;
}
.posts-stories .posts-stories-inner .post:hover .wp-post-image {
  transform: scale(1.03);
}
.posts-stories .posts-stories-inner .post:hover .shape svg path {
  fill: #136591;
}

@media only screen and (max-width: 1499px) {
  .posts-stories .title-row {
    width: 85.7142857143%;
  }
  .posts-stories .posts-stories-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  .posts-stories .posts-stories-inner .post .post-inner h3 {
    font-size: 20px;
  }
  .posts-stories .posts-stories-inner .post .post-inner p {
    font-size: 16px;
  }
  .posts-stories .posts-stories-inner .post .shape {
    padding: 10px;
    width: 120px;
    height: 120px;
  }
  .posts-stories .posts-stories-inner .post .shape p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 899px) {
  .posts-stories .posts-stories-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 499px) {
  .posts-stories .posts-stories-inner .post {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .posts-stories .posts-stories-inner .post .shape {
    margin-left: 0px;
  }
}
.posts-vacatures .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 71.4285714286%;
}
.posts-vacatures .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.posts-vacatures .title-row a {
  transition: 0.2s ease;
}
.posts-vacatures .title-row a:hover {
  color: #136591;
}
.posts-vacatures .posts-vacatures-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.posts-vacatures .posts-vacatures-inner .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  max-width: 900px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.posts-vacatures .posts-vacatures-inner .post h3 {
  font-size: 20px;
}

@media only screen and (max-width: 799px) {
  .posts-vacatures .posts-vacatures-inner .post {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
.share {
  padding-top: 20px;
}
.share span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.share .icons {
  display: flex;
}
.share .icons a {
  text-decoration: none;
}
.share .icons .icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 40px;
  width: 100%;
  transition: 0.2s ease;
  overflow: hidden;
}
.share .icons .icon-wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.share .icons .icon-wrapper .icon img {
  max-width: 20px;
  max-height: 20px;
  height: auto;
}
.share .icons .icon-wrapper p {
  font-size: 18px;
  color: #ffffff;
}
.share .icons .icon-wrapper:hover {
  padding-right: 20px;
  max-width: 200px;
  width: auto;
}

.share {
  padding-top: 20px;
}
.share span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.share .icons {
  display: flex;
}
.share .icons a {
  text-decoration: none;
}
.share .icons a:nth-child(1) .icon-wrapper {
  background-color: #136591;
}
.share .icons a:nth-child(2) .icon-wrapper {
  background-color: #136591;
}
.share .icons a:nth-child(3) .icon-wrapper {
  background-color: #C9D200;
}
.share .icons .icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 40px;
  width: 100%;
  transition: 0.2s ease;
  overflow: hidden;
}
.share .icons .icon-wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.share .icons .icon-wrapper .icon img {
  max-width: 20px;
  max-height: 20px;
  height: auto;
}
.share .icons .icon-wrapper p {
  font-size: 18px;
  color: #ffffff;
}
.share .icons .icon-wrapper:hover {
  padding-right: 20px;
  max-width: 200px;
  width: auto;
}

.search-results-title {
  padding-top: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.search-results-title h2 {
  font-size: 30px;
  color: #136591;
}

.search-results-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.search-results-wrapper p {
  margin-bottom: 40px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
}
.search-results-wrapper .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #136591;
  max-width: 800px;
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .search-results-title {
    width: 85.7142857143%;
  }
  .search-results-wrapper {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 499px) {
  .search-results-title {
    padding-top: 40px;
  }
  .search-results-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.slider-image {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.slider-image .swiper {
  position: relative;
  margin: auto auto;
  width: 85.7142857143%;
}
.slider-image .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.slider-image .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 7.1428571429%;
  margin-left: -20px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
  background-color: #136591;
}
.slider-image .swiper-button-prev:after {
  content: "<";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
.slider-image .swiper-button-prev:hover {
  transform: scale(0.9);
}
.slider-image .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 7.1428571429%;
  margin-right: -20px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 2;
  background-color: #136591;
}
.slider-image .swiper-button-next:after {
  content: ">";
  text-transform: uppercase;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
.slider-image .swiper-button-next:hover {
  transform: scale(0.9);
}

.instagram {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: auto auto;
  width: 71.4285714286%;
}
.instagram .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
}
.instagram .title-row h2 {
  font-size: 30px;
  color: #136591;
}

@media only screen and (max-width: 1499px) {
  .instagram {
    width: 85.7142857143%;
  }
}
.faq {
  position: relative;
}
.faq .title-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  margin: auto auto;
  z-index: 1;
  width: 57.1428571429%;
}
.faq .title-row h2 {
  font-size: 30px;
  color: #136591;
}
.faq .faq-inner {
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  background-color: #F8F8F8;
}
.faq .faq-inner .faq-item {
  position: relative;
  transition: 0.3s ease;
}
.faq .faq-inner .faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 40px;
}
.faq .faq-inner .faq-item .question h4 {
  font-size: 20px;
  color: #159EDA;
}
.faq .faq-inner .faq-item .question svg {
  height: 20px;
  width: 20px;
  transition: 0.3s ease;
}
.faq .faq-inner .faq-item .answer {
  display: none;
  overflow: hidden;
}
.faq .faq-inner .faq-item .answer article {
  padding: 0px 40px 30px 40px;
}
.faq .faq-inner .faq-item .answer article p {
  font-size: 18px;
}
.faq .faq-inner .faq-item .answer article ul, .faq .faq-inner .faq-item .answer article ol {
  font-size: 18px;
}
.faq .faq-inner .faq-item.open .question svg {
  transform: rotate(180deg);
}
.faq .faq-inner .faq-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #707070;
}
.faq .faq-inner .faq-item:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 1499px) {
  .faq .title-row {
    width: 85.7142857143%;
  }
  .faq .faq-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1099px) {
  .faq .faq-inner .faq-item .question {
    padding: 20px 30px;
  }
  .faq .faq-inner .faq-item .answer article {
    padding: 0px 30px 20px 30px;
  }
}
.home .site-footer {
  margin-top: 140px;
}

.site-footer {
  position: relative;
  margin-top: 200px;
  background-color: #ffffff;
}
.site-footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 300px;
  z-index: -2;
  background-image: url("../../img/footer-top.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.site-footer .top-footer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
}
.site-footer .top-footer h4 {
  position: absolute;
  transform: translateY(-120px);
  text-decoration: underline;
  text-decoration-color: #C9D200;
  font-size: 35px;
  line-height: 35px;
  color: #136591;
}
.site-footer .footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 120px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
  font-family: filson-soft, sans-serif;
}
.site-footer .footer-inner .footer-column h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #159EDA;
}
.site-footer .footer-inner .footer-column .menu {
  list-style: none;
  line-height: 35px;
}
.site-footer .footer-inner .footer-column .menu .menu-item {
  font-size: 20px;
}
.site-footer .footer-inner .footer-column .menu .menu-item a {
  text-decoration: none;
  font-weight: 300;
  color: #000000;
}
.site-footer .footer-inner .footer-column .menu .menu-item:hover a {
  text-decoration: underline;
}
.site-footer .footer-inner .footer-column p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
}
.site-footer .footer-inner .footer-column p:last-of-type {
  margin-bottom: 0px;
}
.site-footer .footer-inner .footer-column p strong {
  color: #159EDA;
}
.site-footer .footer-inner .footer-column p a {
  text-decoration: none;
  color: #136591;
}
.site-footer .footer-inner .footer-column p a:hover {
  text-decoration: underline;
}
.site-footer .under-footer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D1D1D1;
  margin: auto auto;
  width: 85.7142857143%;
  font-family: filson-soft, sans-serif;
}
.site-footer .under-footer p {
  font-size: 20px;
  font-weight: 300;
}
.site-footer .under-footer p a {
  text-decoration: none;
  font-weight: 300;
  color: #000000;
}
.site-footer .under-footer p a:last-of-type {
  color: #136591;
}
.site-footer .under-footer p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1499px) {
  .site-footer .top-footer {
    width: 85.7142857143%;
  }
  .site-footer .footer-inner {
    width: 85.7142857143%;
  }
  .site-footer .under-footer {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1499px) {
  .site-footer .top-footer h4 {
    font-size: 20px;
  }
  .site-footer .footer-inner .footer-column h2 {
    font-size: 20px;
  }
  .site-footer .footer-inner .footer-column .menu .menu-item {
    font-size: 18px;
  }
  .site-footer .footer-inner .footer-column p {
    font-size: 18px;
  }
  .site-footer .under-footer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1099px) {
  .site-footer .footer-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .site-footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.error404 .error-404 {
  padding-top: 140px;
  margin: auto auto;
  width: 57.1428571429%;
}
.error404 .error-404 article h2 {
  font-size: 30px;
  color: #136591;
}
.error404 .error-404 article h3 {
  font-size: 25px;
  color: #136591;
}
.error404 .error-404 article h4 {
  font-size: 22px;
  color: #136591;
}
.error404 .error-404 article p {
  font-size: 20px;
  line-height: 30px;
}
.error404 .error-404 article ul, .error404 .error-404 article ol {
  font-size: 20px;
  line-height: 30px;
}
.error404 .error-404 article .search-form {
  display: flex;
  margin-top: 40px;
  max-width: 400px;
  width: 100%;
  transition: 0.2s ease;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.error404 .error-404 article .search-form input {
  padding: 10px;
  border: none;
  width: 70%;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-size: 18px;
  background-color: #F0F9FE;
}
.error404 .error-404 article .search-form input[type=submit] {
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  width: 30%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  background-color: #136591;
}
.error404 .error-404 article .search-form input[type=submit]:hover {
  border: 1px solid #159EDA;
  background-color: #159EDA;
}

/*# sourceMappingURL=style.css.map */
