@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background: #302948;
  color: #fff;
}

::selection {
  background: #302948;
  color: #fff;
}

::placeholder {
  color: #222;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #222;
}

::-ms-input-placeholder {
  color: #222;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1132px;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  color: #302948;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
html body.noscroll {
  overflow: hidden;
  position: fixed;
}
html body main {
  padding: 100px 0;
}
html body main:has(> section:first-child) {
  padding-top: 0;
}
html body main:has(> section:last-child) {
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
  font-weight: 700;
  color: #302948;
  line-height: 115%;
  margin-bottom: 0px;
}

h1 {
  font-size: 60px;
  margin-bottom: 40px;
}

h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px;
  margin-bottom: 26px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
  color: #C30B30;
  font-weight: 600;
  margin-bottom: 5px;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  margin-top: 15px;
}
ul li, ol li {
  margin-bottom: 0px;
}
ul li a, ol li a {
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}
ul li a:hover, ol li a:hover {
  color: #C30B30;
}
ul.usps, ol.usps {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.usps li, ol.usps li {
  position: relative;
  padding-left: 30px;
}
ul.usps li:before, ol.usps li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  mask-image: url(../images/check.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #C30B30;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0px;
}
p.large {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #9793A3;
}

a {
  transition: all 0.3s;
  color: #C30B30;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #302948;
}

a.btn {
  padding: 16px 30px;
  color: #fff;
  background-color: #C30B30;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
a.btn:hover {
  text-decoration: none;
  background-color: #302948;
  color: #fff;
}
@media (max-width: 600px) {
  a.btn {
    padding: 10px 15px;
  }
}

/* --- Responsive --- */
@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h3 {
    margin-bottom: 20px;
  }
  p.large {
    font-size: 17px;
    line-height: 26px;
  }
}
.has-primary-background-color {
  background-color: #302948 !important;
}

.has-primary-color {
  color: #302948 !important;
}

.has-secondary-background-color {
  background-color: #C30B30 !important;
}

.has-secondary-color {
  color: #C30B30 !important;
}

.has-gray-background-color {
  background-color: #FEEFE0 !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-gray-color {
  color: #FEEFE0 !important;
}

.has-gradient-gradient-background {
  color: #fff;
  background-image: linear-gradient(to right, #9F0060, #302948) !important;
}
.has-gradient-gradient-background h1, .has-gradient-gradient-background h2, .has-gradient-gradient-background h3 p {
  color: #fff;
}

html main {
  position: relative;
  z-index: 1;
}
html main > * {
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

/* --- Responsvive --- */
@media (max-width: 1400px) {
  html main > * {
    max-width: 1132px;
  }
}
@media (max-width: 1200px) {
  html main > * {
    max-width: 1132px;
  }
}
@media (max-width: 992px) {
  html main > * {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  html main > * {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  html main > * {
    max-width: 540px;
  }
}
html #wpadminbar {
  position: fixed;
}
html body.admin-bar .header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  html body.admin-bar .header {
    margin-top: 46px;
  }
}
.wp-block-list.vink {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.wp-block-list.vink li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 5px;
}
.wp-block-list.vink li:before {
  content: "";
  height: 20px;
  width: 20px;
  mask-image: url(../images/check.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #C30B30;
}

.wp-block-group {
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .wp-block-spacer {
    height: 30px !important;
  }
}
.wp-block-columns {
  align-items: normal !important;
}
.wp-block-columns .wp-block-column {
  width: 100%;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .wp-block-columns {
    display: block !important;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
  }
  .wp-block-group {
    padding: 30px;
  }
}
.wp-block-media-text {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 60px;
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0;
  margin: 0px;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  border-radius: 10px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  padding: 0;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}

@media (max-width: 1024px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0px !important;
    margin-bottom: 0px;
    width: 100%;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px !important;
    margin-bottom: 0px;
  }
  .wp-block-media-text.has-media-on-the-right {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 0;
    margin-bottom: 0px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1;
    margin-bottom: 0px;
  }
}
.wp-block-table {
  overflow-x: auto;
  background-color: #fff;
  border-radius: 10px;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
  font-size: 16px;
}
.wp-block-table table thead tr {
  background-color: #302948;
}
.wp-block-table table thead tr th {
  border-right: solid 1px #4A445F;
  padding: 10px 20px;
  font-weight: 600;
  color: #9793A3;
}
.wp-block-table table tr {
  border-bottom: solid 1px #E5E4E8;
}
.wp-block-table table tr td {
  border-right: solid 1px #E5E4E8;
  padding: 10px 20px;
}
.wp-block-table table tr td:last-child {
  border-right: none;
}
.wp-block-table table tr:last-child {
  border-bottom: none;
}
.wp-block-table table tfoot {
  background-color: #302948;
}
.wp-block-table table tfoot tr td {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table.is-style-stripes table {
  width: 100%;
  border: none;
}
.wp-block-table.is-style-stripes table thead {
  background-color: transparent;
}
.wp-block-table.is-style-stripes table thead th {
  color: #302948;
}
.wp-block-table.is-style-stripes table tr {
  border: none;
}
.wp-block-table.is-style-stripes table tr:first-child {
  border-bottom: solid 4px #302948;
}
.wp-block-table.is-style-stripes table tr td {
  border-right: solid 1px #302948;
  padding: 3px 7px;
}
.wp-block-table.is-style-stripes table tr td:last-child {
  border-right: none;
}
.wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #fff;
}
.wp-block-table.is-style-stripes table tfoot {
  background-color: transparent;
  border-top: solid 4px #302948;
}
.wp-block-table.is-style-stripes table tfoot tr td {
  color: #302948;
}
.wp-block-table.is-style-stripes table tfoot tr:last-child {
  border: none;
}

.wp-block-preformatted {
  background-color: #FEEFE0;
  padding: 60px;
}

.wp-block-pullquote {
  background-color: #FEEFE0;
  padding: 60px;
  font-size: 22px;
}
.wp-block-pullquote cite {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-quote {
  padding: 60px;
  margin: 0px;
  max-width: 100%;
  font-size: 24px !important;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.wp-block-quote p {
  max-width: 1132px;
  width: 100%;
  margin: 0px auto 30px;
  padding-left: 12px;
  padding-right: 12px;
}
.wp-block-quote cite {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  font-size: 16px;
}

@media (max-width: 600px) {
  .wp-block-quote {
    padding: 30px;
  }
}
.wp-block-image {
  overflow: hidden;
  position: relative;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-image.is-style-rounded img {
  border-radius: 2.5px;
}

.wp-block-button .wp-element-button {
  padding: 16px 30px;
  color: #fff;
  background-color: #C30B30;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
.wp-block-button .wp-element-button:hover {
  text-decoration: none;
  background-color: #302948;
  color: #fff;
}
@media (max-width: 600px) {
  .wp-block-button .wp-element-button {
    padding: 10px 15px;
  }
}
.wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent;
  color: #C30B30;
  border-color: #C30B30;
}
.wp-block-button.is-style-outline .wp-element-button:hover {
  border-color: #C30B30;
  background-color: #C30B30;
  color: #fff;
}

h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
  padding: 0px;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-embed.aligncenter {
  text-align: center;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.has-x-large-font-size,
.has-large-font-size,
.has-medium-font-size,
.has-small-font-size {
  font-size: 22px !important;
  line-height: 30px !important;
  margin-bottom: 35px;
  color: #9793A3;
}
@media (max-width: 600px) {
  .has-x-large-font-size,
  .has-large-font-size,
  .has-medium-font-size,
  .has-small-font-size {
    font-size: 17px !important;
    line-height: 26px !important;
  }
}

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

.has-text-align-right {
  text-align: right;
}

.has-text-align-left {
  text-align: left;
}

@media (max-width: 768px) {
  .has-text-align-center {
    text-align: left;
  }
  .has-text-align-right {
    text-align: left;
  }
}
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  gap: 30px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image.aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

.social_media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social_media ul li {
  float: left;
  background-image: none;
  padding: 0px;
}
.social_media ul li span {
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  height: 40px;
  width: 30px;
  display: block;
  mask-size: auto 60%;
  mask-repeat: no-repeat;
  mask-position: left center;
  margin-right: 10px;
}
.social_media ul li span:hover {
  transition: all ease-in-out 0.3s;
  background-color: #C30B30;
}
.social_media ul li.youtube span {
  mask-image: url(../images/social/youtube.svg);
}
.social_media ul li.linkedin span {
  mask-image: url(../images/social/linkedin.svg);
}
.social_media ul li.facebook span {
  mask-image: url(../images/social/facebook.svg);
  mask-size: auto 50%;
}
.social_media ul li.twitter span {
  mask-image: url(../images/social/twitter.svg);
  mask-size: auto 50%;
}
.social_media ul li.instagram span {
  mask-image: url(../images/social/instagram.svg);
  mask-size: auto 50%;
}
.social_media ul li:last-child span {
  margin-right: 0px;
}

/* --- Responsive --- */
.nf-form-content {
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -15px;
}
.nf-form-content .nf-row .nf-cell {
  padding: 0 15px;
}
.nf-form-content .nf-row .nf-cell .nf-field-container {
  margin-bottom: 20px;
}

.nf-before-form-content,
.nf-after-form-content {
  display: none;
}

.nf-field-container .field-wrap input, .nf-field-container .field-wrap textarea {
  background-color: #fff;
  padding: 17px 22px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
}
.nf-field-container .field-wrap input::placeholder, .nf-field-container .field-wrap textarea::placeholder {
  color: #9793A3;
}
.nf-field-container .field-wrap input[type=button], .nf-field-container .field-wrap input[type=submit], .nf-field-container .field-wrap textarea[type=button], .nf-field-container .field-wrap textarea[type=submit] {
  padding: 16px 30px;
  color: #fff;
  background-color: #C30B30;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
.nf-field-container .field-wrap input[type=button]:hover, .nf-field-container .field-wrap input[type=submit]:hover, .nf-field-container .field-wrap textarea[type=button]:hover, .nf-field-container .field-wrap textarea[type=submit]:hover {
  text-decoration: none;
  background-color: #302948;
  color: #fff;
}
@media (max-width: 600px) {
  .nf-field-container .field-wrap input[type=button], .nf-field-container .field-wrap input[type=submit], .nf-field-container .field-wrap textarea[type=button], .nf-field-container .field-wrap textarea[type=submit] {
    padding: 10px 15px;
  }
}
.nf-field-container .field-wrap input[type=button]:hover, .nf-field-container .field-wrap input[type=submit]:hover, .nf-field-container .field-wrap textarea[type=button]:hover, .nf-field-container .field-wrap textarea[type=submit]:hover {
  background-color: #302948;
  color: #fff;
}
.nf-field-container .field-wrap textarea {
  min-height: 240px;
}
.nf-field-container .field-wrap select {
  background-color: #fff;
  padding: 17px 22px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/arrow-down.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.nf-field-container.submit-container {
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {
  .nf-field-container .field-wrap input, .nf-field-container .field-wrap textarea {
    padding: 10px 15px;
  }
  .nf-field-container .field-wrap input[type=button], .nf-field-container .field-wrap input[type=submit], .nf-field-container .field-wrap textarea[type=button], .nf-field-container .field-wrap textarea[type=submit] {
    padding: 10px 15px;
  }
}
.label-left {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #9793A3;
  padding: 15px;
  margin-bottom: 0px !important;
}
.label-left .nf-field-label {
  width: 80% !important;
}
.label-left .nf-field-label .nf-label-span {
  font-weight: normal !important;
}
.label-left .nf-field-element {
  width: auto !important;
}
.label-left .nf-field-element ul li {
  float: left;
}
.label-left input[type=radio] {
  margin-top: 8px !important;
}
.label-left label {
  margin-left: 20px !important;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .label-left .nf-field-label {
    display: inline-block !important;
    width: 100% !important;
    text-align: left !important;
  }
}
.file_upload-container {
  border-radius: 3px;
  border: solid 2px #fff;
  overflow: hidden;
}
.file_upload-container .btn {
  float: left;
  width: 75px;
  border-radius: 0;
  min-height: 70px;
  height: 100%;
  border: none;
  font-size: 0px;
  margin: 0px;
  background-color: #fff;
  background-image: url(../images/upload.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}
.file_upload-container .files_uploaded {
  float: left;
  padding: 15px;
}
.file_upload-container .files_uploaded .delete {
  opacity: 0.5;
}
.file_upload-container .nf-fu-button-cancel,
.file_upload-container .nf-fu-progress {
  display: none !important;
}
.file_upload-container input.nf-element {
  display: none !important;
}

.nf-input-limit {
  display: none !important;
}

.nf-mp-header .nf-progress-container {
  border-radius: 10px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}
.nf-mp-header .nf-progress-container .nf-progress {
  height: 5px;
  background-color: #C30B30;
}

.nf-mp-footer {
  padding: 0 15px;
}
.nf-mp-footer .nf-next-previous {
  display: table;
  width: auto;
}
.nf-mp-footer input[type=button] {
  background: none;
  border: none;
  color: #C30B30;
  font-weight: 600;
}

section.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  transition: all 0.4s;
  background-color: #fff;
}
section.header .hoofdmenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.header .hoofdmenu li {
  margin-bottom: 0px;
  float: left;
  margin-right: 5px;
}
section.header .hoofdmenu li a {
  font-size: 16px;
  color: #302948;
  padding: 10px 20px;
}
section.header .hoofdmenu li:hover a, section.header .hoofdmenu li.current_page_ancestor a, section.header .hoofdmenu li.current_page_item a {
  border-radius: 3px;
  background-color: #302948;
  color: #fff;
}
section.header .hoofdmenu li .sub-menu {
  display: none;
}
section.header .header_top {
  display: grid;
  grid-template-columns: 1fr 70px;
}
section.header .header_top .topmenu {
  display: inline-block;
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0;
}
section.header .header_top .topmenu li {
  margin-bottom: 0px;
  float: left;
  margin-left: 15px;
}
section.header .header_top .topmenu li a {
  font-size: 16px;
  color: #9793A3;
}
section.header .header_top .topmenu li.current-menu-item a, section.header .header_top .topmenu li:hover a, section.header .header_top .topmenu li.current_page_item a {
  border-radius: 3px;
  color: #C30B30;
}
section.header .header_top .contact {
  position: relative;
}
section.header .header_top .contact a span {
  height: 20px;
  position: relative;
  float: left;
  width: 20px;
  margin-left: 15px;
}
section.header .header_top .contact a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #302948;
}
section.header .header_top .contact a span.phone:after {
  width: 15px;
  mask-image: url(../images/phone.svg);
}
section.header .header_top .contact a span.email:after {
  mask-image: url(../images/email.svg);
}
section.header .header_top .contact a span:hover:after {
  background-color: #C30B30;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  section.header {
    display: none;
  }
}
.mobile_menu {
  transition: all ease-in-out 0.3s;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -100vw;
  bottom: 0;
  max-width: calc(100vw - 30px);
  width: 100%;
  background-color: #302948;
  color: #fff;
  z-index: 998;
  margin: 15px;
  padding: 120px 30px 30px;
  border-radius: 10px;
}
.mobile_menu.active {
  display: block;
  transition: all ease-in-out 0.3s;
  right: 0%;
}
.mobile_menu .hoofdmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  gap: 15px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mobile_menu .hoofdmenu::-webkit-scrollbar {
  display: none;
}
.mobile_menu .hoofdmenu li {
  flex: 0 0 auto;
}
.mobile_menu .hoofdmenu li a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #9793A3;
  white-space: nowrap;
  color: #9793A3;
}
.mobile_menu .hoofdmenu li .sub-menu {
  display: none;
}
.mobile_menu .hoofdmenu li.current_page_ancestor a, .mobile_menu .hoofdmenu li.current_page_item a {
  border: 1px solid #C30B30;
  color: #fff;
}
.mobile_menu .hoofdmenu-sub {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0px;
  width: 100%;
}
.mobile_menu .hoofdmenu-sub li {
  display: none;
}
.mobile_menu .hoofdmenu-sub li a {
  display: inline-block;
  width: 100%;
}
.mobile_menu .hoofdmenu-sub li .sub-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.mobile_menu .hoofdmenu-sub li .sub-menu li {
  border: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.mobile_menu .hoofdmenu-sub li .sub-menu li a {
  font-size: 20px;
  color: #fff;
}
.mobile_menu .hoofdmenu-sub li.btn {
  padding: 0px;
}
.mobile_menu .hoofdmenu-sub li.btn a {
  width: auto;
  float: left;
  border-radius: 3px;
  padding: 10px 20px;
  background-color: #C30B30;
  color: #fff !important;
}
.mobile_menu .hoofdmenu-sub li.btn a:hover {
  color: #fff;
  background-color: #302948;
}
.mobile_menu .hoofdmenu-sub li.current_page_ancestor, .mobile_menu .hoofdmenu-sub li.current_page_item {
  display: inline-block;
}
.mobile_menu .hoofdmenu-sub li.current_page_ancestor a, .mobile_menu .hoofdmenu-sub li.current_page_item a {
  display: none;
}
.mobile_menu .hoofdmenu-sub li.current_page_ancestor .sub-menu li a, .mobile_menu .hoofdmenu-sub li.current_page_item .sub-menu li a {
  display: inline-block;
}
.mobile_menu .hoofdmenu-sub li.current_page_ancestor .sub-menu li.current_page_item a, .mobile_menu .hoofdmenu-sub li.current_page_item .sub-menu li.current_page_item a {
  color: #C30B30;
}
.mobile_menu .topmenu {
  list-style-type: none;
  margin: 30px 0 0px;
  padding: 0px;
}
.mobile_menu .topmenu li a {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  color: #9793A3;
}
.mobile_menu .topmenu li.current-menu-item a, .mobile_menu .topmenu li.current_page_item a {
  color: #fff;
}

/* --- Responsive --- */
footer {
  margin: 15px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background-image: linear-gradient(#9F0060, #302948);
  padding-top: 100px;
}
footer .footer_left .wp-block-image {
  margin-bottom: 0px;
}
footer .footer_left .logo {
  margin-bottom: 30px;
  max-width: 260px;
  position: relative;
  top: -20px;
}
footer .footer_right {
  display: flex;
  height: 100%;
}
footer .footer_right .container {
  display: flex;
  flex-direction: column;
}
footer .footer_right .container .b {
  margin-top: auto;
  margin-bottom: 40px;
}
footer .footer_right .widget {
  margin-bottom: 40px;
}
footer .footer_right .widget.widget_block {
  margin-bottom: 0px;
}
footer .footer_right .widget h3 {
  color: #fff;
}
footer .footer_right .widget a {
  color: #fff;
}
footer .footer_right .widget a:hover {
  color: #C30B30;
}
footer .footer_right .widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer .footer_right .widget ul li {
  margin-bottom: 10px;
}
footer .footer_right .widget ul li.current_page_item a {
  color: #C30B30;
}
footer .footer_right .copy {
  padding-top: 5px;
  color: #C30B30;
}
footer .footer_right .copy a:hover {
  color: #fff;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  footer {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  footer .footer_left .wp-block-image {
    display: none;
  }
  footer .footer_left .logo {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 30px;
  }
  footer .footer_left .widget {
    text-align: center;
  }
  footer .footer_left .wp-block-image {
    margin-bottom: 40px;
  }
  footer .footer_left .wp-block-image img {
    max-width: 200px;
  }
  footer .footer_left .logo {
    max-width: 240px;
    top: 0;
    margin: 0 15px 40px;
    float: left;
  }
  footer .footer_right .widget {
    margin: 10px 0 40px;
  }
  footer .footer_right .copy {
    font-size: 15px;
    padding-top: 15px;
    line-height: 130%;
  }
}
section.section {
  max-width: 100%;
  padding: 100px 0;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  border-radius: 10px;
}
section.section .container {
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
section.section .container .row {
  margin-left: 0;
  margin-right: 0;
}
section.section.white {
  background-color: white !important;
}
section.section.primary {
  background-color: #302948 !important;
  color: #fff;
}
section.section.primary h1, section.section.primary h2, section.section.primary h3 {
  color: #C30B30;
}
section.section.secondary {
  background-color: #C30B30 !important;
  color: #fff;
}
section.section.secondary h1, section.section.secondary h2, section.section.secondary h3 {
  color: #302948;
}
section.section.gray {
  background-color: #FEEFE0 !important;
}
section.section.gradient {
  background-color: transparent !important;
  background-image: linear-gradient(to right, #9F0060, #302948);
}

/* --- Responsive --- */
@media (max-width: 1200px) {
  section.section {
    padding: 40px;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.section {
    padding: 40px 20px;
    margin: 0;
    width: 100%;
  }
}
section.pageheader {
  background-color: #302948;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  border-radius: 10px;
  margin: 75px 15px 0;
  overflow: hidden;
}
section.pageheader:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #302948;
  opacity: 0.7;
}
section.pageheader .container {
  z-index: 1;
  position: relative;
}
section.pageheader .menu {
  position: relative;
  z-index: 999;
  padding: 30px 0 100px;
}
section.pageheader .menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  background-image: linear-gradient(to bottom, rgb(48, 41, 72), rgba(48, 41, 72, 0));
}
section.pageheader .menu .hoofdmenu {
  margin: 0px;
  padding: 0px;
  float: right;
}
section.pageheader .menu .hoofdmenu li {
  display: none;
  margin-bottom: 0px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor, section.pageheader .menu .hoofdmenu li.current_page_item {
  display: inline-block;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor a, section.pageheader .menu .hoofdmenu li.current_page_item a {
  font-weight: bold;
  display: none;
  line-height: 20px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu {
  margin: 0px;
  padding: 0px;
  position: relative;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  padding: 16px 20px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li a, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li a {
  display: block;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li a:hover, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li a:hover {
  color: #9793A3;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li.current_page_item a, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li.current_page_item a {
  color: #9793A3;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li.btn, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li.btn {
  padding: 0px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li.btn a, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li.btn a {
  border-radius: 3px;
  padding: 16px 20px;
  background-color: #C30B30;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu li.btn a:hover, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu li.btn a:hover {
  color: #fff;
  background-color: #302948;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  max-width: 260px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 16px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu li, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu li {
  padding: 0px;
  width: 100%;
  margin-bottom: 15px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu li a, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu li a {
  font-weight: normal;
  color: #302948;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu li a:hover, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu li a:hover {
  color: #C30B30;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu li:last-child, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0px;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children .sub-menu li.current-menu-item a, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children .sub-menu li.current-menu-item a {
  color: #C30B30;
}
section.pageheader .menu .hoofdmenu li.current-page-ancestor .sub-menu .menu-item-has-children:hover .sub-menu, section.pageheader .menu .hoofdmenu li.current_page_item .sub-menu .menu-item-has-children:hover .sub-menu {
  position: absolute;
  display: inline-block;
}
section.pageheader .menu .hamburger {
  display: none;
  height: 55px;
  width: 55px;
  mask-image: url("../images/hamburger.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  cursor: pointer;
  float: right;
}
section.pageheader .menu .hamburger.active {
  mask-image: url(../images/close.svg);
}
section.pageheader .extra_txt {
  position: relative;
  padding: 65px;
}
section.pageheader .extra_txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #302948;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}
section.pageheader .extra_txt .nf-field-element {
  color: #fff;
}
section.pageheader h1, section.pageheader p, section.pageheader li {
  color: #fff;
}
section.pageheader p {
  margin-bottom: 30px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  section.pageheader {
    margin: 15px 15px 0;
    padding: 120px 30px 60px;
  }
  section.pageheader .menu {
    padding: 15px 0;
    position: fixed;
    right: 15px;
    top: 15px;
    left: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  section.pageheader .menu:after {
    height: 90px;
  }
  section.pageheader .menu.scroll {
    background-color: #302948;
  }
  section.pageheader .menu .menu-hoofdmenu-container {
    display: none;
  }
  section.pageheader .menu .hamburger {
    display: inline-block;
  }
  section.pageheader .extra_txt {
    padding: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  section.pageheader {
    padding: 120px 0 30px;
  }
}
.klantenvertellen {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
  width: 180px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #transpafff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .klantenvertellen {
    right: 20px;
    bottom: 20px;
  }
}
.nav {
  display: table;
  width: auto;
  margin: 0 auto;
}
.nav .arrow {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  margin: 0 15px;
  float: left;
}
.nav .arrow:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  mask-image: url("../images/arrow-next.svg");
  mask-size: 60px auto;
  width: 60px;
  height: 30px;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #C30B30;
}
.nav .arrow:hover:after {
  transition: all 0.3s;
  width: 70px;
}
.nav .arrow.prev {
  transform: rotate(180deg);
  float: left;
}
.nav .arrow.swiper-button-disabled {
  opacity: 0.3;
}
.nav .arrow.swiper-button-disabled:hover:after {
  width: 60px;
}

.item {
  height: 100%;
  background-color: #FEEFE0;
  border-radius: 10px;
  overflow: hidden;
}
.item .image_placeholder {
  background-color: #302948;
}
.item .image_placeholder .image {
  transition: all ease-in-out 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
}
.item .image_placeholder:hover .image {
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
}
.item .text_placeholder {
  padding: 30px;
}
.item .text_placeholder .link {
  text-decoration: none;
  font-weight: 600;
  color: #C30B30;
}

/* --- Responsive --- */
section.block_gallerij_slider .swiper {
  overflow: hidden;
}
section.block_gallerij_slider .swiper:before {
  display: none;
}
section.block_gallerij_slider .swiper .image_placeholder {
  background-color: #302948;
  overflow: hidden;
  border-radius: 2.5px;
  width: 100%;
  height: 230px;
}
section.block_gallerij_slider .swiper .image_placeholder .image {
  transition: all 0.3s;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
section.block_gallerij_slider .swiper .image_placeholder:hover .image {
  transition: all 0.3s;
  opacity: 0.5;
}
section.block_gallerij_slider .nav {
  display: inline-block;
  margin: 30px auto 0;
  width: auto;
}
section.block_gallerij_slider .nav .arrow {
  transition: all 0.3s;
  position: relative;
  display: block;
  mask-image: url("../images/arrow-next.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #302948;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px;
  cursor: pointer;
  opacity: 0.3;
}
section.block_gallerij_slider .nav .arrow:hover {
  transition: all 0.3s;
  opacity: 1;
}
section.block_gallerij_slider .nav .arrow.prev {
  transform: rotate(180deg);
  float: left;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  section.block_gallerij_slider .swiper .image_placeholder .image {
    height: 400px;
  }
}
section.block_content .intro {
  margin-bottom: 100px;
}
section.block_content .blocks .image_placeholder {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #302948;
}
section.block_content .blocks .image_placeholder .image {
  transition: all 0.3s;
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
section.block_content .blocks .image_placeholder .image:hover {
  transition: all 0.3s;
  opacity: 0.5;
  transform: scale(1.05);
}
section.block_content .blocks .text_placeholder {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 60px;
  position: relative;
  top: -80px;
  max-width: 75%;
  z-index: 2;
  margin-bottom: -70px;
}
section.block_content .blocks .text_placeholder h3 a {
  color: #302948;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  section.block_content .blocks .text_placeholder {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  section.block_content .intro {
    margin-bottom: 30px;
  }
  section.block_content .blocks .image_placeholder .image {
    height: 210px;
  }
  section.block_content .blocks .text_placeholder {
    padding: 30px 0;
    top: 0px;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
section.block_faq .intro {
  margin-bottom: 60px;
}
section.block_faq .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background: none;
  border-radius: 10px;
  background-color: #FEEFE0;
  border: none;
  margin-bottom: 10px;
}
section.block_faq .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px 50px 20px 20px;
  font-size: inherit;
  font-weight: normal;
  color: #302948;
  width: 100%;
  position: relative;
  border: none;
  border-radius: 0px;
  background: none;
}
section.block_faq .accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  height: 15px;
  right: 20px;
  width: 15px;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-image: url(../images/plus.svg);
  background-color: #302948;
}
section.block_faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
section.block_faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: rotate(0deg);
  mask-image: url(../images/min.svg);
}
section.block_faq .accordion .accordion-item .accordion-body {
  padding: 20px;
  background-color: #fff;
}
section.block_faq .accordion .accordion-item .accordion-body p {
  margin-bottom: 0px;
}

/* --- Responsive --- */
section.block_zekerheden h2 {
  margin-bottom: 0px;
}
section.block_zekerheden .block {
  background-color: #FEEFE0;
  padding: 30px;
  border: solid 2px #fff;
  height: 100%;
  display: flex;
  min-height: 190px;
}
section.block_zekerheden .block p {
  margin-top: auto;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_zekerheden .block {
    min-height: auto;
  }
}
section.block_quotes .quote_left {
  height: 100%;
  padding: 60px;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(to right, #9F0060, #302948);
  color: #fff;
}
section.block_quotes .quote_left h2 {
  color: #fff;
}
section.block_quotes .quote_left .btn {
  margin-top: 15px;
}
section.block_quotes .qoute_right {
  height: 100%;
  padding: 60px;
  background-color: #302948;
  border-radius: 0 10px 10px 0;
}
section.block_quotes .qoute_right .image_placeholder .image {
  height: 70px;
  width: 70px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.block_quotes .qoute_right .text_placeholder h3 {
  color: #fff;
}
section.block_quotes .qoute_right .text_placeholder .name {
  color: #C30B30;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_quotes .quote_left {
    border-radius: 0;
    padding: 30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  section.block_quotes .qoute_right {
    border-radius: 0;
    padding: 30px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
  }
}
section.block_ervaringen .intro {
  margin-bottom: 60px;
}
section.block_ervaringen .swiper-slide {
  height: auto;
}
section.block_ervaringen .swiper-slide .ervaring {
  background-color: #FEEFE0;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}
section.block_ervaringen .swiper-slide .ervaring .score {
  color: #C30B30;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
section.block_ervaringen .swiper-slide .ervaring .name {
  color: #C30B30;
  display: inline-block;
  width: 100%;
  color: #9793A3;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_ervaringen .intro {
    margin-bottom: 0;
  }
  section.block_ervaringen .nav {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    z-index: 3;
    left: -15px;
  }
  section.block_ervaringen .swiper-wrapper {
    padding-bottom: 60px;
  }
}
section.block_stappen .intro {
  margin-bottom: 60px;
}
section.block_stappen .swiper-slide {
  height: auto;
}
section.block_stappen .swiper-slide .step {
  background-color: #302948;
  height: 100%;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}
section.block_stappen .swiper-slide .step h3 {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
section.block_stappen .swiper-slide .step h3 span {
  float: left;
  position: absolute;
  left: 0;
}
section.block_stappen .swiper-slide .step .subtitle {
  color: #9793A3;
  font-size: 22px;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  margin-bottom: 15px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_stappen .intro {
    margin-bottom: 0;
  }
  section.block_stappen .nav {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    z-index: 3;
    left: -15px;
  }
  section.block_stappen .swiper-wrapper {
    padding-bottom: 60px;
  }
}
section.block_producten {
  background-color: #FEEFE0;
}
section.block_producten .intro {
  text-align: center;
}
section.block_producten .outro {
  padding-top: 60px;
  text-align: center;
}
section.block_producten .col-md-4 {
  margin-bottom: 30px;
}
section.block_producten .product {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.block_producten .product .image_placeholder {
  padding: 30px;
  text-align: center;
}
section.block_producten .product .image_placeholder img {
  max-height: 200px;
  max-width: 100%;
}
section.block_producten .product .text_placeholder {
  display: inline-block;
  width: 100%;
  padding: 30px;
}
section.block_producten .product .text_placeholder h3 {
  margin-bottom: 10px;
}
section.block_producten .product .price {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background-color: #302948;
  color: #fff;
  margin-top: auto;
}
section.block_producten .product .price span {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
section.block_producten .product .price span.sub {
  font-size: 16px;
  font-weight: normal;
  color: #9793A3;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_producten .outro {
    padding-top: 0px;
  }
}
section.block_hoeveel .intro {
  text-align: center;
}
section.block_hoeveel .outro {
  color: #9793A3;
  text-align: center;
}
section.block_hoeveel .custom-dropdown {
  position: relative;
  width: 400px;
  margin: 30px auto;
  max-width: 100%;
  z-index: 99;
  font-family: sans-serif;
}
section.block_hoeveel .custom-dropdown .dropdown-toggle {
  height: 50px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  color: #302948;
}
section.block_hoeveel .custom-dropdown .dropdown-toggle:after {
  content: "";
  background-color: #9793A3;
  mask-image: url(../images/arrow-down.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  transition: transform 0.3s ease;
}
section.block_hoeveel .custom-dropdown.open .dropdown-toggle:after {
  transform: rotate(180deg);
}
section.block_hoeveel .custom-dropdown.open .dropdown-list {
  max-height: 300px;
}
section.block_hoeveel .custom-dropdown .dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: absolute;
}
section.block_hoeveel .custom-dropdown .dropdown-list li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
section.block_hoeveel .custom-dropdown .dropdown-list li:last-child {
  border-bottom: none;
}
section.block_hoeveel .custom-dropdown .dropdown-list li a {
  color: #302948;
  text-decoration: none;
}
section.block_hoeveel .custom-dropdown .dropdown-list li a:hover {
  color: #C30B30;
}
section.block_hoeveel .custom-dropdown .dropdown-list li.active {
  background-color: #f8f8f8;
}
section.block_hoeveel .center {
  text-align: center;
}
section.block_hoeveel .table {
  display: flex;
  padding: 0px;
  list-style-type: none;
  margin: 30px 0;
  position: relative;
  padding-left: 15%;
}
section.block_hoeveel .table .info {
  margin-top: 122px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
section.block_hoeveel .table .info span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  position: relative;
  padding: 5px 0;
}
section.block_hoeveel .table .info span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  left: 0;
}
section.block_hoeveel .table .aantal {
  transition: all 0.3s;
  flex: 1;
  margin: 0 15px;
  opacity: 0.4;
}
section.block_hoeveel .table .aantal .item {
  transition: all 0.3s;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
section.block_hoeveel .table .aantal .item .item_top {
  background-color: #302948;
  padding: 25px 15px 15px;
  color: #9793A3;
  font-size: 16px;
  font-weight: 700;
}
section.block_hoeveel .table .aantal .item .item_top .ammount {
  display: inline-block;
  width: 100%;
  font-size: 38px;
  color: #fff;
}
section.block_hoeveel .table .aantal .item .item_specs {
  padding: 15px;
}
section.block_hoeveel .table .aantal .item .item_specs span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 5px 0;
}
section.block_hoeveel .table .aantal .item .item_specs span span {
  padding: 0;
}
section.block_hoeveel .table .aantal .item .item_specs span.mobile_info {
  display: none;
  color: #9793A3;
}
section.block_hoeveel .table .aantal.active {
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}
section.block_hoeveel .table .aantal.active .item {
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  section.block_hoeveel .table {
    padding-left: 0px;
    display: block;
  }
  section.block_hoeveel .table .info {
    display: none;
  }
  section.block_hoeveel .table .aantal {
    margin: 0;
    display: none;
  }
  section.block_hoeveel .table .aantal .item .item_specs span {
    line-height: 20px;
  }
  section.block_hoeveel .table .aantal .item .item_specs span.mobile_info {
    display: inline-block;
  }
  section.block_hoeveel .table .aantal.active {
    display: block;
  }
}
section.block_usps .intro {
  margin-bottom: 60px;
}
section.block_usps .col-lg-4 {
  margin-bottom: 20px;
}
section.block_usps .item {
  background-color: #FEEFE0;
  height: 100%;
  padding: 60px;
  border-radius: 10px;
}
section.block_usps .item .image_placeholder {
  margin-bottom: 15px;
  background-color: transparent;
  width: 100%;
  display: inline-block;
}
section.block_usps .item .text_placeholder {
  padding: 0px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_usps .item .text_placeholder {
    padding: 0;
  }
}
section.block_vergelijk .outro {
  text-align: center;
  margin-top: 60px;
  color: #9793A3;
}
section.block_vergelijk .col-md-6 {
  margin-bottom: 30px;
}
section.block_vergelijk .block {
  background-color: #FEEFE0;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.block_vergelijk .block .title {
  background-color: #302948;
  padding: 30px;
}
section.block_vergelijk .block .title h2 {
  color: #fff;
  margin-bottom: 0px;
}
section.block_vergelijk .block .text_placeholder {
  padding: 30px;
  border-bottom: solid 1px #E5D8D1;
}
section.block_vergelijk .block .text_placeholder:last-child {
  border-bottom: none;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.block_vergelijk .outro {
    margin-top: 0px;
  }
}
body.page-template-configurator section.pageheader {
  margin: 15px;
  padding: 0px;
}
body.page-template-configurator section.pageheader .menu {
  padding: 30px 0;
}

body.archive section.intro {
  padding: 100px 0 0;
}
body.archive section.posts {
  padding: 100px 0;
}
body.archive section.posts .col-12 {
  margin-bottom: 30px;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  body.archive section.intro {
    padding: 30px 15px 0;
  }
  body.archive section.posts {
    padding: 0 0 60px;
  }
}

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