/*
Theme Name: Commence
Theme URI: https://commence.pixdev.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema ontwikkeld op maat door Pixel Creation.
Version: 1.0
Text Domain: commence
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@import url("https://use.typekit.net/hzo1gbo.css");
body {
  font-size: 1rem;
  font-family: "bonnie", sans-serif;
  font-weight: 400;
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 800;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #E73939;
}

.second-color {
  color: #293461;
}

.third-color {
  color: #EEEFF3;
}

.text-color {
  color: #000000;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #E73939 !important;
}

.second-bg {
  background-color: #293461 !important;
}

.third-bg {
  background-color: #EEEFF3 !important;
}

.fourth-bg {
  background-color: #A51D2D !important;
}

.fifth-bg {
  background-color: #FEF5F5 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.black-bg {
  background-color: #000000 !important;
}

::selection {
  background-color: #293461;
  color: white;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: normal;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 400;
}

h3, .h3 {
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 400;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
}

p, ul li, ol li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

small {
  font-size: 0.9rem;
}

.small-sm {
  font-size: 0.75rem;
}

a {
  color: #E73939;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #E73939;
  text-decoration: none;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #E73939 !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

strong {
  font-weight: 800;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.fw-thin {
  font-weight: 200 !important;
}

/* SECTIONS */
section {
  padding: 125px 0;
  position: relative;
}
section.section-xs {
  padding: 25px 0;
}
section.section-lg {
  padding: 150px 0;
}
section.section-sm {
  padding: 100px 0;
}
section.section-lg-top {
  padding-top: 150px;
}
section.section-lg-bottom {
  padding-bottom: 150px;
}
section.section-sm-top {
  padding-top: 100px;
}
section.section-sm-bottom {
  padding-bottom: 100px;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #f9f9f9;
}

/* CONTAINER */
.container {
  padding: 0 25px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}

.custom-container-left {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .custom-container-left {
    max-width: calc(50% + 600px);
    margin-right: unset;
  }
}
@media screen and (max-width: 991px) {
  .custom-container-left {
    padding-left: 25px;
  }
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 8px 22px !important;
  border: 0 !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #E73939 !important;
  color: white !important;
}
.btn.btn-primary:after, .button.btn-primary:after, input[type=submit].btn-primary:after, .wp-element-button.btn-primary:after {
  content: "\f178" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300 !important;
  display: inline-block !important;
  margin-left: 10px !important;
  position: relative !important;
  top: 1px !important;
  left: 0 !important;
  transition: 0.3s !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #A51D2D !important;
  color: white !important;
}
.btn.btn-primary:hover:after, .button.btn-primary:hover:after, input[type=submit].btn-primary:hover:after, .wp-element-button.btn-primary:hover:after {
  left: 5px !important;
}
.btn.btn-primary.btn-primary-blue, .button.btn-primary.btn-primary-blue, input[type=submit].btn-primary.btn-primary-blue, .wp-element-button.btn-primary.btn-primary-blue {
  background-color: #293461 !important;
}
.btn.btn-primary.btn-primary-blue:hover, .button.btn-primary.btn-primary-blue:hover, input[type=submit].btn-primary.btn-primary-blue:hover, .wp-element-button.btn-primary.btn-primary-blue:hover {
  background-color: #141b32 !important;
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .wp-element-button.btn-secondary {
  background-color: white !important;
  color: #293461 !important;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover, input[type=submit].btn-secondary:hover, .wp-element-button.btn-secondary:hover {
  background-color: #293461 !important;
  color: white !important;
}
.btn.btn-default, .button.btn-default, input[type=submit].btn-default, .wp-element-button.btn-default {
  background-color: transparent !important;
  color: #293461 !important;
  border: 1px solid #293461 !important;
}
.btn.btn-default:hover, .button.btn-default:hover, input[type=submit].btn-default:hover, .wp-element-button.btn-default:hover {
  background-color: #293461 !important;
  color: white !important;
}
.btn.btn-filter, .button.btn-filter, input[type=submit].btn-filter, .wp-element-button.btn-filter {
  background-color: #E73939 !important;
  color: white !important;
  padding: 15px 22px !important;
  text-align: left;
  width: 300px;
  display: flex;
  align-items: center;
}
.btn.btn-filter.show, .button.btn-filter.show, input[type=submit].btn-filter.show, .wp-element-button.btn-filter.show {
  border-radius: 30px 30px 0 0 !important;
}
.btn.btn-filter span, .button.btn-filter span, input[type=submit].btn-filter span, .wp-element-button.btn-filter span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.btn-filter:hover, .button.btn-filter:hover, input[type=submit].btn-filter:hover, .wp-element-button.btn-filter:hover {
  background-color: #A51D2D !important;
  color: white !important;
}

.wp-element-button {
  background-color: #E73939;
  color: white;
}
.wp-element-button:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.wp-element-button:hover {
  background-color: #A51D2D;
  color: white;
}
.wp-element-button:hover:after {
  left: 5px;
}

/* HEADER */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.topbar {
  padding: 5px 15px;
  background-color: #FEF5F5;
  color: #000000;
  font-size: 0.9rem;
  width: max-content;
  margin-left: auto;
}

.navbar {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
  }
}
.navbar .custom-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1199px) {
  .navbar .custom-container {
    display: unset;
  }
}
.navbar .navbar-nav li:last-of-type .nav-link {
  padding: 8px 25px 6px 25px !important;
  margin-right: 0;
  background-color: #E73939;
  color: white;
  border-radius: 50px;
  width: fit-content;
}
.navbar .navbar-nav li:last-of-type .nav-link:hover {
  background-color: #A51D2D;
  color: white;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav {
    padding-top: 20px;
  }
}
.navbar .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar .nav-link:hover {
  color: #E73939;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #E73939;
}
.navbar .dropdown-toggle:after {
  content: "\f078";
  font-weight: 300;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 6 Pro";
  transition: 0.3s;
}
.navbar .dropdown-toggle.show:after {
  transform: scaleY(-1);
}
.navbar .dropdown-menu {
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 5px;
  min-width: 200px;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 10px 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #E73939;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: white;
  color: #E73939;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline;
  }
}
.navbar .animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.navbar .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.navbar .navbar-brand img {
  width: 210px;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #000000;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}

/* MAIN */
.header-image-title {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 20px;
  height: 525px;
}
.header-image-title .header-image-title-content {
  height: 525px;
  max-width: 600px;
  display: flex;
  align-items: end;
  padding-bottom: 75px;
}

.offer-usps {
  overflow-x: hidden;
}
.offer-usps .offer-usps-container {
  position: relative;
}
.offer-usps .offer-usps-container:after {
  content: "";
  background-color: #EEEFF3;
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: -1;
}
.offer-usps .offer-usps-intro {
  padding-right: 50px;
  background-color: white;
  border-bottom-right-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .offer-usps .offer-usps-intro {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .offer-usps .offer-usps-intro {
    padding-right: 15px;
  }
}
.offer-usps .offer-usps-intro:before {
  content: "";
  background-color: white;
  position: absolute;
  width: 999rem;
  height: 100%;
  left: -999rem;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .offer-usps .offer-usps-first-item > div:first-child {
    padding-left: 17px !important;
  }
}
.offer-usps .item {
  display: block;
  height: 100%;
}
.offer-usps .item:hover {
  text-decoration: none;
}
.offer-usps .item:hover .offer-usps-item {
  background-color: #141b32;
}
.offer-usps .item:hover .btn-primary {
  background-color: #A51D2D;
  color: white;
}
.offer-usps .item:hover .btn-primary:after {
  left: 5px;
}
.offer-usps .offer-usps-item {
  position: relative;
  height: 100%;
  display: block;
  background-color: #293461;
  border-radius: 20px;
  transition: 0.3s;
}
.offer-usps .offer-usps-item .offer-usps-item-label {
  background-color: white;
  color: #000000;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 2px 5px 1px 5px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.offer-usps .offer-usps-item .offer-usps-item-img-lg {
  border-radius: 20px 0 5px 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.offer-usps .offer-usps-item .offer-usps-item-img-sm {
  border-radius: 5px;
  width: 100%;
  height: calc(100px - 1rem);
  object-fit: cover;
}
.offer-usps .offer-usps-item .offer-usps-item-content {
  padding: 25px 1rem 25px 25px;
  height: calc(100% - 200px);
}
.offer-usps .offer-usps-item .offer-usps-item-content .offer-usps-item-content-specs {
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
  color: #000000;
}
.offer-usps .offer-usps-usps .offer-usps-usps-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.offer-usps .offer-usps-usps .offer-usps-usps-icon i {
  font-size: 22px;
}
.offer-usps .offer-usps-usps .offer-usps-usps-img {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.text-with-image {
  overflow-x: hidden;
}
.text-with-image .text-with-image-img-block {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .text-with-image .text-with-image-img-block {
    margin-bottom: 175px;
  }
}
.text-with-image .text-with-image-img-block .text-with-image-img-block-text {
  border-radius: 7px;
  padding: 30px;
  width: 225px;
  height: 250px;
  position: absolute;
  bottom: 30px;
  left: -150px;
}
@media screen and (max-width: 575px) {
  .text-with-image .text-with-image-img-block .text-with-image-img-block-text {
    bottom: -175px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.text-with-image .text-with-image-img-block .text-with-image-img-block-text p {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-with-image .text-with-image-img-block .text-with-image-img-block-text .text-with-image-img-block-text-border {
  width: 226px;
  height: 253px;
  position: absolute;
  left: 0;
  top: -4px;
}

.cta {
  overflow-x: hidden;
}
.cta .cta-content {
  background-color: #E73939;
  color: white;
  border-radius: 20px;
  padding: 40px 50px;
}
.cta .cta-content .cta-content-employee-img {
  width: 90px;
  height: 96px;
  object-fit: cover;
  border-radius: 5px;
}
.cta .cta-content .cta-content-employee-img-border {
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
}

.faqs {
  overflow-x: hidden;
}

.toggle-list .toggle-list-item {
  position: relative;
  border: 0;
  border-radius: 20px;
  background-color: #FEF5F5;
  transition: 0.3s;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.toggle-list .toggle-list-item:hover {
  background-color: #EEEFF3;
}
.toggle-list .toggle-list-item button {
  padding: 25px 50px 25px 25px;
  display: flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon {
  position: absolute;
  right: 1.1rem;
  top: 38px;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon .toggle-list-item-minus {
  width: 18px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -1px;
  opacity: 1;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon .toggle-list-item-plus {
  width: 18px;
  height: 1px;
  background-color: #000000;
  transform: rotate(90deg);
  position: relative;
  top: -2px;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button[aria-expanded=true] .toggle-list-item-minus {
  opacity: 0;
}
.toggle-list .toggle-list-item button[aria-expanded=true] .toggle-list-item-plus {
  transform: rotate(0deg);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 0 25px 25px 25px;
}

.btn-popup {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 0;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  background-color: #E73939;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  transition: 0.3s;
}
.btn-popup:hover {
  background-color: #A51D2D;
}
@media screen and (max-width: 575px) {
  .btn-popup {
    right: 15px;
    bottom: 15px;
  }
}

.modal-backdrop {
  background: unset;
}

#popupModal .modal-dialog {
  position: absolute;
  bottom: 80px;
  right: 15px;
  z-index: 999;
}
@media screen and (max-width: 575px) {
  #popupModal .modal-dialog {
    bottom: 90px;
    right: 0;
  }
}
#popupModal .modal-content {
  background-color: #EEEFF3;
  border-radius: 20px;
  padding: 40px;
  max-width: 430px;
  border: 0;
}
#popupModal .modal-content:after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #EEEFF3 transparent transparent transparent;
  z-index: 1;
  transform: rotate(90deg);
}
@media screen and (max-width: 575px) {
  #popupModal .modal-content:after {
    right: 32px;
  }
}
@media screen and (max-width: 575px) {
  #popupModal .modal-content {
    padding: 25px;
  }
}
#popupModal .modal-content .modal-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin-bottom: 30px;
  border: 0;
}
#popupModal .modal-content .modal-header .modal-content-employee-img {
  width: 80px;
  height: 86px;
  object-fit: cover;
  border-radius: 5px;
}
#popupModal .modal-content .modal-header .modal-content-employee-img-border {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
#popupModal .modal-content .modal-header .btn-close {
  position: absolute;
  top: -25px;
  right: -25px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E73939'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  transform: scale(0.7);
  transition: 0.3s;
}
#popupModal .modal-content .modal-header .btn-close:hover {
  filter: brightness(0);
}
@media screen and (max-width: 575px) {
  #popupModal .modal-content .modal-header .btn-close {
    top: -15px;
    right: -15px;
  }
}
#popupModal .modal-content .modal-body {
  padding: 0;
}
#popupModal .modal-content .modal-body .modal-content-btn {
  padding: 14px 18px;
  background-color: white;
  color: #000000;
  border-radius: 10px;
  border: 0;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  transition: 0.3s;
}
#popupModal .modal-content .modal-body .modal-content-btn i {
  color: #E73939;
  margin-right: 15px;
  transition: 0.3s;
}
#popupModal .modal-content .modal-body .modal-content-btn:hover {
  text-decoration: none;
  background-color: #E73939;
  color: white;
}
#popupModal .modal-content .modal-body .modal-content-btn:hover i {
  color: white;
}
#popupModal .modal-content .modal-body .modal-content-btn:last-child {
  margin-bottom: 0;
}

#callbackModal .modal-content {
  background-color: #EEEFF3;
  border-radius: 20px;
  padding: 40px;
  max-width: 430px;
  border: 0;
  margin: auto;
}
@media screen and (max-width: 575px) {
  #callbackModal .modal-content {
    padding: 25px;
  }
}
#callbackModal .modal-content .modal-header {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  border: 0;
}
#callbackModal .modal-content .modal-header .btn-close {
  position: absolute;
  top: -25px;
  right: -25px;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E73939'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  transform: scale(0.7);
  transition: 0.3s;
}
#callbackModal .modal-content .modal-header .btn-close:hover {
  filter: brightness(0);
}
@media screen and (max-width: 575px) {
  #callbackModal .modal-content .modal-header .btn-close {
    top: -15px;
    right: -15px;
  }
}
#callbackModal .modal-content .modal-body {
  padding: 0;
}
#callbackModal .nf-form-content input:not([type=submit]), #callbackModal .nf-form-content textarea {
  background: rgb(255, 255, 255) !important;
}

.nf-form-title, .nf-form-fields-required, .ninja-forms-req-symbol {
  display: none;
}

.nf-form-content label {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
}
.nf-form-content input:not([type=submit]), .nf-form-content textarea {
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 1.125rem !important;
  color: #000000 !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.row-with-title .row-with-title-content {
  border-radius: 20px;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .row-with-title .row-with-title-content {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .row-with-title .row-with-title-content {
    padding: 35px;
  }
}

.steps {
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .steps .steps-container {
    margin-top: -65px;
  }
}
.steps .steps-container .step {
  padding: 20px;
  border-radius: 20px;
  width: calc(100% + 80px);
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .steps .steps-container .step {
    width: 100%;
  }
}
.steps .steps-container .step:nth-child(even) {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .steps .steps-container .step:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .steps .steps-container .step:nth-child(odd) {
    width: calc(100% - 30px);
  }
}
.steps .steps-img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .steps .steps-img {
    height: 500px;
  }
}

.three-images .three-images-one {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .three-images .three-images-one {
    height: 680px;
  }
}
@media screen and (max-width: 991px) {
  .three-images .three-images-one {
    margin-bottom: 24px;
    height: unset;
    aspect-ratio: 1/1;
  }
}
.three-images .three-images-two {
  width: 100%;
  height: 388px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .three-images .three-images-two {
    height: 328px;
  }
}
@media screen and (max-width: 991px) {
  .three-images .three-images-two {
    height: unset;
    aspect-ratio: 1/1;
  }
}
.three-images .three-images-three {
  width: 100%;
  height: 388px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .three-images .three-images-three {
    height: 328px;
  }
}
@media screen and (max-width: 991px) {
  .three-images .three-images-three {
    height: unset;
    aspect-ratio: 1/1;
  }
}

.offer-overview .dropdown-toggle {
  position: relative;
}
.offer-overview .dropdown-toggle:after {
  content: "\f063";
  font-weight: 300;
  font-size: 1rem;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.offer-overview .dropdown-toggle.show:after {
  transform: scaleY(-1) translateY(50%);
}
.offer-overview .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0 0 30px 30px;
  width: 300px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  top: 50px;
}
.offer-overview .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background-color: #E73939;
  border-bottom: 1px solid white;
  white-space: normal;
  transition: 0.3s;
}
.offer-overview .dropdown-menu .dropdown-item.active {
  background-color: #293461;
  color: white;
  text-decoration: none;
}
.offer-overview .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.offer-overview .dropdown-menu .dropdown-item:hover {
  background-color: #293461;
  color: white;
  text-decoration: none;
}
.offer-overview .dropdown-menu li:last-child .dropdown-item {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.offer-overview .item {
  display: block;
  height: 100%;
}
.offer-overview .item:hover {
  text-decoration: none;
}
.offer-overview .item:hover .offer-overview-item {
  background-color: #141b32;
}
.offer-overview .item:hover .btn-primary {
  background-color: #A51D2D;
  color: white;
}
.offer-overview .item:hover .btn-primary:after {
  left: 5px;
}
.offer-overview .offer-overview-item {
  position: relative;
  height: 100%;
  display: block;
  background-color: #293461;
  border-radius: 20px;
  transition: 0.3s;
}
.offer-overview .offer-overview-item .offer-overview-item-label {
  background-color: white;
  color: #000000;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 2px 5px 1px 5px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.offer-overview .offer-overview-item .offer-overview-item-img-lg {
  border-radius: 20px 0 5px 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.offer-overview .offer-overview-item .offer-overview-item-img-sm {
  border-radius: 5px;
  width: 100%;
  height: calc(100px - 1rem);
  object-fit: cover;
}
.offer-overview .offer-overview-item .offer-overview-item-content {
  padding: 25px 1rem 25px 25px;
  height: calc(100% - 200px);
}
.offer-overview .offer-overview-item .offer-overview-item-content .offer-overview-item-content-specs {
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
  color: #000000;
}
.offer-overview .offer-overview-cta-partners {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .offer-overview .offer-overview-cta-partners {
    padding: 75px 0;
  }
}
.offer-overview .offer-overview-cta-partners .offer-overview-cta-partners-img {
  height: 45px;
  width: 100%;
  max-width: 170px;
}

.usps {
  overflow-x: hidden;
  position: relative;
}
.usps .usps-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.usps .usps-icon i {
  font-size: 22px;
}
.usps .usps-img {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-partners .cta-partners-img {
  height: 45px;
  width: 100%;
  max-width: 170px;
}

.contact .contact-content {
  background-color: #293461;
  color: white;
  border-radius: 20px;
  padding: 80px;
}
@media screen and (max-width: 575px) {
  .contact .contact-content {
    padding: 40px;
  }
}
.contact .contact-content input:not([type=submit]), .contact .contact-content textarea {
  color: white !important;
}
.contact .contact-content .contact-content-info i {
  min-width: 18px;
}

/* FOOTER */
footer {
  padding: 90px 0;
  background-color: #293461;
  color: white;
}

.footerbar {
  font-size: 0.875rem;
}
.footerbar .footerbar-logo-img {
  max-width: 100px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 100px 0;
  }
  section.section-lg {
    padding: 125px 0;
  }
  section.section-sm {
    padding: 75px 0;
  }
  section.section-lg-top {
    padding-top: 125px;
  }
  section.section-lg-bottom {
    padding-bottom: 125px;
  }
  section.section-sm-top {
    padding-top: 75px;
  }
  section.section-sm-bottom {
    padding-bottom: 75px;
  }
  h1, .h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
  h2, .h2 {
    font-size: 2.2rem;
    line-height: normal;
  }
  h3, .h3 {
    font-size: 1.8rem;
    line-height: normal;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: normal;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: normal;
  }
  h6, .h6 {
    font-size: 1.3rem;
    line-height: normal;
  }
  p, ul li, ol li {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
#single-aanbod img {
  border-radius: 10px;
}
#single-aanbod .badge {
  border-radius: 10px;
  background-color: white;
  color: #293461;
  font-size: 1.5rem;
  margin-left: 12px;
  margin-top: 12px;
  padding: 8px 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #single-aanbod .badge {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  #single-aanbod .cta-content {
    padding: 20px 25px;
  }
}
#single-aanbod .card {
  padding: 40px 50px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  #single-aanbod .card {
    padding: 20px 25px;
  }
}
#single-aanbod .owl-carousel .owl-item img {
  aspect-ratio: 1/1;
}

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