@charset "UTF-8";
body {
  --cc-primary: #37525B;
  --cc-secondary: #7A9493;
  --cc-text: #111111;
  --cc-accent: #7A9493;
  --cc-grey: #D4D8DA;
  --cc-darkgrey: #223843;
}

html {
  max-width: 100vw !important;
  overflow-x: hidden;
}

.page-content {
  max-width: 100vw !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible;
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* override global grey for mobile */
  body {
    --e-global-color-c31a8b5: #f5f5f5 !important;
    --cc-grey: #f5f5f5 !important;
  }
  .cc-intext {
    width: calc(100vw - 20px);
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .scroll_stopper {
    height: calc(100vh - 100px) !important;
    min-height: calc(100vh - 100px) !important;
  }
}
@media (min-width: 767px) {
  .scroll_stopper {
    height: calc(100vh - 5px) !important;
    min-height: calc(100vh - 5px) !important;
  }
}
.scroll_stopper.half_height {
  height: calc(50vh - 100px) !important;
  min-height: calc(50vh - 100px) !important;
}
@media (max-width: 767px) {
  .scroll_stopper:first-child {
    height: 100vh !important;
    min-height: 100vh !important;
  }
}
@media (min-width: 767px) {
  .scroll_stopper:first-child {
    height: calc(100vh - 5px) !important;
    min-height: calc(100vh - 5px) !important;
  }
}
.scroll_stopper:first-child.half_height {
  height: 50vh !important;
  min-height: 50vh !important;
}

.absolute_center_hor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute_center_hor.bottom {
  bottom: 0 !important;
}
.absolute_center_hor.top {
  top: 0 !important;
}
.absolute_center_hor.middle {
  top: 50%;
  transform: translateY(-50%);
}
.absolute_center_vert {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.absolute_center_vert.bottom {
  bottom: 0 !important;
}
.absolute_center_vert.top {
  top: 0 !important;
}
.absolute_center_vert.middle {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .pig_spinner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}

ul.checkmarks {
  list-style: none;
  padding-bottom: 1em !important;
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 2em;
}

ul.checkmarks li:before {
  content: "✓";
  padding-right: 15px;
}

.blog-post__image img {
  max-height: 550px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .prod_home .dce-post-item {
    justify-content: center;
  }
  .prod_home .swiper-button-right,
  .prod_home .swiper-button-left {
    margin-top: 0 !important;
    padding: 5px;
    background-color: var(--cc-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prod_home .swiper-button-right svg,
  .prod_home .swiper-button-left svg {
    height: 20px !important;
    width: 100%;
    fill: var(--cc-grey);
  }
}
.prod_home .dce-post-block,
.prod_home .swiper-slide-contents {
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  background-color: #1e1e1e !important;
  border: 2px solid var(--cc-grey);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 210px !important;
}
@media (max-width: 767px) {
  .prod_home .dce-post-block,
  .prod_home .swiper-slide-contents {
    max-height: 300px;
    width: 150px !important;
  }
}
.prod_home .dce-post-block a > img,
.prod_home .swiper-slide-contents a > img {
  object-fit: cover;
  height: 180px;
}
@media (max-width: 1025px) {
  .prod_home .dce-post-block a > img,
  .prod_home .swiper-slide-contents a > img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .prod_home .dce-post-block a > img,
  .prod_home .swiper-slide-contents a > img {
    height: 130px;
  }
}
.prod_home .dce-post-block a.thumb,
.prod_home .swiper-slide-contents a.thumb {
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #1e1e1e 15%);
  mask-image: linear-gradient(to top, transparent 2%, #1e1e1e 15%);
}
.prod_home .dce-post-block a.btn,
.prod_home .swiper-slide-contents a.btn {
  border-radius: 30px;
  background-color: var(--cc-secondary);
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 14px 10px;
  width: auto;
  font-family: "Lato", Sans-serif;
  margin: 15px 0px;
  width: 85%;
  text-align: center;
}
@media (max-width: 1025px) {
  .prod_home .dce-post-block a.btn,
  .prod_home .swiper-slide-contents a.btn {
    padding: 10px 50px;
    font-size: 1.2rem;
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .prod_home .dce-post-block a.btn,
  .prod_home .swiper-slide-contents a.btn {
    padding: 10px 10px;
  }
}
.prod_home .dce-post-block h4.title,
.prod_home .swiper-slide-contents h4.title {
  text-transform: unset;
  margin-top: -0.5rem;
  margin-bottom: 0.1em;
  font-size: 1.6rem;
}
@media (max-width: 1025px) {
  .prod_home .dce-post-block h4.title,
  .prod_home .swiper-slide-contents h4.title {
    font-size: 1.25rem;
  }
}
.prod_home .dce-post-block h4.title a,
.prod_home .swiper-slide-contents h4.title a {
  color: var(--cc-grey);
  font-family: "Lato", Sans-serif;
  font-weight: 400;
}
.prod_home .dce-post-block .subtitle,
.prod_home .swiper-slide-contents .subtitle {
  color: var(--cc-secondary);
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .prod_home .dce-post-block .subtitle,
  .prod_home .swiper-slide-contents .subtitle {
    font-size: 0.8rem;
  }
}

@media (min-width: 767px) {
  #horizontal-scroll-wrapper-container {
    display: block;
    overflow: hidden;
  }
  #horizontal-scroll-wrapper-container #horizontal-scroll-wrapper {
    height: 100vh;
    will-change: transform;
    overflow: hidden;
    transition: unset !important;
  }
  #horizontal-scroll-wrapper-container #horizontal-scroll-wrapper .horizontal-section {
    flex: 0 0 100vw;
  }
}
.cc-swiper-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cc-swiper-container {
    flex-direction: column-reverse;
    margin-left: calc((100vw - 220px) / 3);
    max-width: calc(100vw - (100vw - 220px) / 3);
    overflow: hidden;
  }
}
.cc-swiper-container .cc-posts-swiper-container {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.cc-swiper-container .cc-posts-swiper-container .cc-post img {
  height: 450px;
  width: 320px;
  object-fit: cover;
}
@media (max-width: 1025px) {
  .cc-swiper-container .cc-posts-swiper-container .cc-post img {
    height: 380px;
    width: 240px;
  }
}
@media (max-width: 767px) {
  .cc-swiper-container .cc-posts-swiper-container .cc-post img {
    height: 310px;
    width: 220px;
  }
}
.cc-swiper-container .cc-swiper-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
@media (max-width: 767px) {
  .cc-swiper-container .cc-swiper-pagination-container {
    display: none;
  }
}
.cc-swiper-container .cc-swiper-pagination-container .cc-swiper-button-prev,
.cc-swiper-container .cc-swiper-pagination-container .cc-swiper-button-next {
  background-color: var(--e-global-color-e673793);
  border-radius: 50px 50px 50px 50px;
  padding: 10px 10px 10px 10px;
}
.cc-swiper-container .cc-swiper-pagination-container .cc-swiper-button-prev svg,
.cc-swiper-container .cc-swiper-pagination-container .cc-swiper-button-next svg {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: block;
  fill: var(--e-global-color-c31a8b5);
}
.cc-swiper-container .cc-swiper-pagination-container .cc-swiper-pagination {
  font-family: "Lato", Sans-serif;
  font-weight: 900 !important;
  font-size: 1.5rem;
  width: auto;
  padding: 20px;
}

.inspiratie.heading-top {
  white-space: nowrap;
  --large: min(2vw, 2em);
  --medium: 2vw;
  --small: 2vw;
  --smallest: 1.5em;
}
.inspiratie.heading-top h2 {
  font-size: var(--large) !important;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .inspiratie.heading-top h2 {
    font-size: var(--medium) !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .inspiratie.heading-top h2 {
    font-size: var(--small) !important;
  }
}
@media (max-width: 1120px) and (min-width: 651px) {
  .inspiratie.heading-top h2 {
    font-size: 1.5em !important;
  }
}
@media (max-width: 650px) {
  .inspiratie.heading-top h2 {
    font-size: var(--smallest) !important;
  }
}
.inspiratie.heading-bottom h2 {
  white-space: nowrap;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .inspiratie.heading-bottom h2 {
    font-size: 1.9vw !important;
  }
}
@media (max-width: 650px) {
  .inspiratie.heading-bottom h2 {
    font-size: 3.2vw !important;
  }
}

.image-switcher {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 750px;
}
@media (max-width: 1025px) {
  .image-switcher {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .image-switcher {
    min-height: 400px;
  }
}
.image-switcher.left.start-state img {
  width: 75%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1025px) {
  .image-switcher.left.start-state img {
    width: 55%;
  }
}
.image-switcher.left.start-state img.first-top-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1025px) {
  .image-switcher.left.start-state img.first-top-image {
    left: 10%;
  }
}
.image-switcher.left.start-state img.first-bottom-image {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1025px) {
  .image-switcher.left.start-state img.first-bottom-image {
    right: 10%;
  }
}
.image-switcher.right.start-state img {
  width: 75%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1025px) {
  .image-switcher.right.start-state img {
    width: 55%;
  }
}
.image-switcher.right.start-state img.first-top-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1025px) {
  .image-switcher.right.start-state img.first-top-image {
    right: 10%;
  }
}
.image-switcher.right.start-state img.first-bottom-image {
  position: absolute;
  left: 0;
  bottom: 7%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1025px) {
  .image-switcher.right.start-state img.first-bottom-image {
    left: 10%;
  }
}

.footer-col-1 {
  width: 25%;
}
@media (max-width: 1025px) {
  .footer-col-1 {
    width: 100% !important;
  }
}
.footer-col-2 {
  width: 50%;
}
@media (max-width: 1025px) {
  .footer-col-2 {
    width: 100% !important;
  }
}

.footer_logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 767px) {
  .footer_logo img {
    width: 100px;
  }
}

@media (max-width: 1025px) {
  [data-ff-el=root].ff-64186ece13090a3734da141e .ff-64186ece13090a3734da141e__title * {
    line-height: inherit;
    font-size: 1.5rem;
    font-family: "Lato", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
  }
  [data-ff-el=root].ff-64186ece13090a3734da141e .ff-64186ece13090a3734da141e__title {
    margin: 0 0 15px 0;
  }
  [data-ff-el=root].ff-64186ece13090a3734da141e .ff-64186ece13090a3734da141e__subtitle {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1025px) {
  form.ff-64186ece13090a3734da141e__form.fd-focus-visible-applied {
    padding: 40px !important;
  }
  div#fd-form-64186ece13090a3734da141e {
    width: 100%;
  }
  .ff-64186ece13090a3734da141e__container {
    width: 100%;
    max-width: 100% !important;
  }
  form.ff-64186ece13090a3734da141e__form.fd-focus-visible-applied {
    background: #7a9493;
  }
  .elementor-element.elementor-element-c464845.e-con-boxed.e-con {
    padding: 0;
    margin: 0;
    margin-left: 8px;
  }
  .newsletter_col {
    width: 50.5%;
  }
}
@media (max-width: 1025px) {
  form.ff-64186ece13090a3734da141e__form.fd-focus-visible-applied {
    padding: 30px !important;
  }
  .newsletter_col {
    width: 53.5%;
  }
}
@media (max-width: 767px) {
  .newsletter_col {
    width: 100%;
  }
}
#fd-form-64186ece13090a3734da141e {
  position: absolute;
  bottom: 0;
  right: 0;
}

[data-ff-el=root].ff-64186ece13090a3734da141e .ff-64186ece13090a3734da141e__footer {
  text-align: left;
}

[data-ff-el=root].ff-64186ece13090a3734da141e .ff-64186ece13090a3734da141e__container {
  background: rgb(122, 148, 147) !important;
}

.hero-700 {
  height: 70vh !important;
}
@media (min-width: 767px) {
  .hero-700 {
    height: 600px !important;
  }
}
@media (min-width: 1025px) {
  .hero-700 {
    height: 768px !important;
  }
}