/*!
Theme Name: Stantico
Author: First
Author URI: https://2bfirst.nl/
Description: Thema voor Stantico
Text Domain: stantico
Version: 1
*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

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

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

*,
*::before,
*::after {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: inherit;
  background-color: transparent;
  appearance: none;
  color: inherit;
  outline: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

[type=date],
[type=datetime-local],
[type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
textarea,
select {
  display: block;
  width: 100%;
}

select {
  background: url('data:image/svg+xml,%3Csvg height="10" viewBox="0 0 12 10" width="12" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m12 0-6 10-6-10z" fill="silver"/%3E%3C/svg%3E') no-repeat right 15px top 52%;
}

button {
  cursor: pointer;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  display: none;
}

html {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: "sweet-square-pro", sans-serif;
  color: #3C332D;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

#main {
  position: relative;
  overflow: hidden;
}

::selection, ::-moz-selection {
  color: #fff;
  background: #3C332D;
}

.cover-image {
  position: relative;
}
.cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (min-width: 960px) {
  .wrapper {
    width: calc(100% - 80px);
  }
}

.inner-wrapper {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4 {
  font-family: "acme-gothic-extrawide", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #3C332D;
}

h1 {
  position: relative;
  font-size: 30px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  h1 {
    font-size: 45px;
    margin-bottom: 118px;
  }
}
h1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 170px;
  height: 2px;
  background: #3C332D;
}
@media (min-width: 960px) {
  h1:after {
    bottom: -60px;
  }
}

h2, h3, h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  h2, h3, h4 {
    margin-bottom: 20px;
  }
}

.text-container p, .text-container ul, .text-container ol,
.text-container blockquote,
.text-container .embed-container,
.text-container .wp-caption {
  line-height: 2;
  margin-bottom: 2rem;
  max-width: 100%;
}
.text-container p:last-child, .text-container ul:last-child, .text-container ol:last-child,
.text-container blockquote:last-child,
.text-container .embed-container:last-child,
.text-container .wp-caption:last-child {
  margin-bottom: 0;
}
.text-container ul, .text-container ol {
  position: relative;
  list-style: none;
}
.text-container ul li:not(.gfield), .text-container ol li:not(.gfield) {
  padding-left: 1.25em;
}
.text-container ul li:not(.gfield)::before, .text-container ol li:not(.gfield)::before {
  position: absolute;
  text-indent: -1.25em;
}
.text-container ul li:not(.gfield)::before {
  content: "-";
}
.text-container ol {
  counter-reset: ol-counter;
}
.text-container ol li {
  counter-increment: ol-counter;
}
.text-container ol li::before {
  content: counter(ol-counter) ".";
}
.text-container blockquote {
  padding-left: 1em;
  font-size: 1.4em;
  line-height: 1.2;
  border-left: 1px solid currentColor;
}

#main .gform_wrapper .gform_button,
form .gform_button, .btn {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  background: #2C4025;
  color: #fff;
  padding: 10px 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 960px) {
  #main .gform_wrapper .gform_button,
  form .gform_button, .btn {
    padding: 15px 40px;
  }
}
@media (min-width: 1280px) {
  #main .gform_wrapper .gform_button,
  form .gform_button, .btn {
    padding: 15px 68px;
  }
}

#main .gform_wrapper .gform_button:hover,
form .gform_button:hover, .btn:hover {
  background: #D5946D;
}

.btn-white {
  background-color: #fff;
  color: #D5946D;
}
.btn-white:hover {
  background-color: #2C4025;
  color: #fff;
}

.arrow-btn {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 35px;
  text-transform: uppercase;
}
.arrow-btn:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 26px;
  height: 16px;
  background: url(//stantico.nl/wp-content/themes/stantico/images/arrow-white.svg) no-repeat 0 0;
  background-size: contain;
}

#main .gform_wrapper .gfield,
form .gfield {
  margin-bottom: 20px;
}
#main .gform_wrapper .gfield_label,
form .gfield_label {
  font-weight: 700;
}
@media (min-width: 768px) {
  #main .gform_wrapper .gform_fields,
  form .gform_fields {
    grid-column-gap: 40px;
  }
}
#main .gform_wrapper div,
form div {
  position: relative;
}
#main .gform_wrapper [type=date],
#main .gform_wrapper [type=datetime-local],
#main .gform_wrapper [type=email],
#main .gform_wrapper [type=number],
#main .gform_wrapper [type=password],
#main .gform_wrapper [type=search],
#main .gform_wrapper [type=tel],
#main .gform_wrapper [type=text],
#main .gform_wrapper [type=time],
#main .gform_wrapper [type=url],
#main .gform_wrapper textarea,
#main .gform_wrapper select,
form [type=date],
form [type=datetime-local],
form [type=email],
form [type=number],
form [type=password],
form [type=search],
form [type=tel],
form [type=text],
form [type=time],
form [type=url],
form textarea,
form select {
  display: block;
  width: 100%;
  padding: 12px 20px 14px;
  line-height: 1.2;
  background-color: #F8F6F4;
}
#main .gform_wrapper textarea,
form textarea {
  height: 140px;
  resize: vertical;
}
#main .gform_wrapper [type=radio],
#main .gform_wrapper [type=checkbox],
form [type=radio],
form [type=checkbox] {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 16px !important;
  height: 16px !important;
  appearance: none;
  border: 1px solid #3C332D;
  transition: background-color 0.2s ease;
  margin: 0;
}
#main .gform_wrapper [type=radio]:checked,
#main .gform_wrapper [type=checkbox]:checked,
form [type=radio]:checked,
form [type=checkbox]:checked {
  background-color: #3C332D;
  border-color: transparent;
}
#main .gform_wrapper [type=radio]:focus,
#main .gform_wrapper [type=checkbox]:focus,
form [type=radio]:focus,
form [type=checkbox]:focus {
  border: 1px solid #3C332D;
}
#main .gform_wrapper [type=radio] + label,
#main .gform_wrapper [type=checkbox] + label,
form [type=radio] + label,
form [type=checkbox] + label {
  padding-left: 24px;
}
#main .gform_wrapper [type=radio],
form [type=radio] {
  border-radius: 50%;
}
#main .gform_wrapper .gform_footer.top_label::after,
form .gform_footer.top_label::after {
  content: "";
  display: table;
  clear: both;
}
#main .gform_wrapper .gform_button,
form .gform_button {
  float: right;
  cursor: pointer;
}
#main .gform_wrapper .gform_button:hover,
form .gform_button:hover {
  color: #fff;
}
#main .gform_wrapper label,
form label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
#main .gform_wrapper input::-webkit-outer-spin-button,
#main .gform_wrapper input::-webkit-inner-spin-button,
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
#main .gform_wrapper input[type=number],
form input[type=number] {
  -moz-appearance: textfield;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
header.transparent::before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.header-main {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.transparent .header-main {
  position: relative;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media (min-width: 960px) {
  .header-wrapper {
    height: 76px;
    transition: height 0.3s ease;
  }
  .transparent .header-wrapper {
    height: 110px;
  }
}

.header-wrapper-right {
  display: flex;
  align-items: center;
}

.header-logo {
  display: block;
}
.header-logo svg {
  width: 140px;
  display: block;
}
@media (min-width: 960px) {
  .header-logo svg {
    width: 240px;
  }
}

.header-hero {
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.header-hero + section {
  z-index: 2;
}
@media (min-width: 768px) {
  .header-hero {
    height: 450px;
  }
}
.home .header-hero {
  height: 80vh;
  min-height: 760px;
}
.header-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(200deg, rgba(0, 0, 0, 0.5004376751) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
.header-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
}
@media (min-width: 400px) {
  .video {
    margin-bottom: -150px;
  }
}
@media (min-width: 960px) {
  .video {
    margin-bottom: -350px;
  }
}
.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 51, 45, 0.6);
}
.video + section {
  position: relative;
  z-index: 2;
}

.header-phone {
  font-weight: 700;
}
.header-phone::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(//stantico.nl/wp-content/themes/stantico/images/phone-brown.svg) no-repeat center center/contain;
}
.header-phone a {
  color: #D5946D !important;
  font-size: 20px !important;
  transform: translateY(-2px);
  transition: color 0.2s ease;
}
.header-phone a:hover {
  color: #3C332D !important;
}
.transparent .header-phone a:hover {
  color: #fff !important;
}

.header-progress {
  position: relative;
  pointer-events: none;
}

.header-progress-indicator {
  height: 4px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  background-color: #D5946D;
}

#container.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
}

.header-menu-mobile {
  display: none;
  position: relative;
  width: 100%;
  background-color: #3C332D;
  color: #fff;
  padding: 110px 0 30px;
  order: 0;
  text-align: right;
  margin: 0;
  list-style: none;
  z-index: 10;
  min-height: 100vh;
}
.header-menu-mobile li {
  padding: 0 !important;
}
.header-menu-mobile li:before {
  display: none;
}
.header-menu-mobile li.menu-item-has-children a {
  padding-bottom: 4px;
}
.header-menu-mobile ul.sub-menu {
  margin-bottom: 10px;
}
.header-menu-mobile ul.sub-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 4px 20px;
}
.header-menu-mobile a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-menu-mobile a {
    padding: 15px 30px;
  }
}
.header-menu-mobile a:hover, .header-menu-mobile a:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-menu {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}
@media (max-width: 1279px) {
  .header-menu {
    display: none;
  }
}
.header-menu li {
  padding: 0 !important;
  height: 100%;
}
.header-menu li:before {
  display: none;
}
.header-menu > li {
  position: relative;
  border-radius: 0;
  color: #3C332D;
  margin: 0 20px;
}
.header-menu > li:last-child {
  margin-right: 0;
}
.header-menu > li.to-moodboard {
  color: #D5946D;
}
.header-menu > li.to-moodboard a {
  transition: all 0.4s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  text-indent: -99999px;
}
.header-menu > li.to-moodboard a:before, .header-menu > li.to-moodboard a:after {
  display: none;
}
.header-menu > li.to-moodboard a:hover {
  transform: scale(1.1);
}
.header-menu > li.to-moodboard-empty {
  background-image: url(//stantico.nl/wp-content/themes/stantico/images/heart.svg);
}
.transparent .header-menu > li.to-moodboard-empty {
  background-image: url(//stantico.nl/wp-content/themes/stantico/images/heart-white.svg);
}
.header-menu > li.to-moodboard-filled {
  background-image: url(//stantico.nl/wp-content/themes/stantico/images/heart-filled.svg);
}
.header-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  height: 29px;
}
.transparent .header-menu > li > a {
  color: #fff;
}
.header-menu > li > a:before {
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  left: -8px;
  bottom: 2px;
  height: 12px;
  width: 12px;
  border-left: 2px solid #D9D1C9;
  border-bottom: 2px solid #D9D1C9;
  transform: translate(10px, -10px);
  opacity: 0;
}
.header-menu > li > a:after {
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  right: -8px;
  top: -6px;
  height: 12px;
  width: 12px;
  border-right: 2px solid #D9D1C9;
  border-top: 2px solid #D9D1C9;
  transform: translate(-10px, 10px);
  opacity: 0;
}
.header-menu > li:hover a:after, .header-menu > li:hover a:before {
  transform: translate(0, 0);
  opacity: 1;
}
.header-menu > li:hover.current-menu-item a:after, .header-menu > li:hover.current-menu-item a:before {
  display: none;
}
.header-menu > li.current-menu-item a {
  font-weight: 700;
}
.header-menu > li.current-menu-item a:after, .header-menu > li.current-menu-item a:before {
  display: none;
}
.header-menu > li:hover > ul {
  display: block;
}
.header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #D9D1C9;
}
.header-menu .sub-menu li {
  transition: background 0.2s ease, opacity 0.2s ease;
  float: none;
}
.header-menu .sub-menu li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 960px) {
  .header-menu .sub-menu li a {
    padding: 6px 15px;
  }
}
.header-menu .sub-menu li:hover {
  background: #2C4025;
}
.header-menu .sub-menu li:hover a {
  color: #fff;
}
.header-menu a {
  font-family: "sweet-square-pro";
  position: relative;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  color: #76706C;
}
@media (min-width: 960px) {
  .header-menu a {
    font-size: 18px;
    padding: 0;
    line-height: 1;
  }
}

.header-burger {
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  transition: all 0.2s ease;
}
@media (min-width: 1280px) {
  .header-burger {
    display: none;
  }
}
.header-burger .fa-chevron-down {
  display: none;
}
.header-burger.menu-is-open {
  transform: rotate(180deg);
}
.header-burger.menu-is-open .fa-chevron-down {
  display: inline-block;
}
.header-burger.menu-is-open .fa-bars {
  display: none;
}

footer h4 {
  font-family: "sweet-square-pro";
  text-transform: none;
  font-size: 16px;
  line-height: 1.857;
  font-weight: 700;
  margin-bottom: 0;
}

.footer-image {
  position: relative;
  width: 100%;
  height: 200px;
}
@media (min-width: 960px) {
  .footer-image {
    height: 370px;
  }
}
.footer-image .wrapper {
  position: relative;
  height: inherit;
}
.footer-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #D9D1C9;
}
.footer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 960px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
    padding: 100px 0 80px;
  }
}

.footer-bottom {
  padding: 20px 0 50px;
}
@media (min-width: 960px) {
  .footer-bottom {
    padding: 20px 0 90px;
  }
}
@media (min-width: 768px) {
  .footer-bottom .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-bottom p, .footer-bottom a, .footer-bottom li {
  color: #9D9895;
}
.footer-bottom p {
  margin-right: 20px;
}
.footer-bottom a:hover {
  color: #3C332D;
}

.footer-copyright a {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  text-decoration: none;
}
.footer-copyright a:first-of-type {
  margin-left: 50px;
}
.footer-copyright a:before {
  content: "|";
  position: absolute;
  top: 0;
  left: -28px;
}

.footer-social {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .footer-social {
    margin-left: auto;
  }
}
.footer-social a {
  font-size: 20px;
  margin: 0;
}
.footer-social a + a {
  margin-left: 30px;
}
.footer-social a::before {
  display: none;
}

.with-margin {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .with-margin {
    margin: 80px 0;
  }
}
@media (min-width: 960px) {
  .with-margin {
    margin: 120px 0;
  }
}

.with-padding {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .with-padding {
    padding: 80px 0;
  }
}
@media (min-width: 960px) {
  .with-padding {
    padding: 120px 0;
  }
}

section {
  position: relative;
}

.body-text {
  margin-top: -50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .body-text {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .body-text {
    margin-top: -120px;
    padding-bottom: 120px;
  }
}
.body-text .wrapper {
  position: relative;
  background: #fff;
  padding: 50px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) {
  .body-text .wrapper {
    padding: 100px 0;
  }
}
@media (min-width: 1280px) {
  .body-text .wrapper {
    padding: 120px 0;
  }
}
.body-text:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D1C9;
}
@media (min-width: 960px) {
  .body-text:before {
    top: 100px;
  }
}
@media (min-width: 1280px) {
  .body-text:before {
    top: 120px;
  }
}
.body-text + section {
  z-index: 3;
  margin-top: 0;
}
.body-text + section.steps:before {
  height: 10%;
}
.body-text + section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #D9D1C9;
}
.body-text + .features::before,
.body-text + .moodboard::before {
  height: 50px;
}
@media (min-width: 1280px) {
  .body-text + .features::before,
  .body-text + .moodboard::before {
    height: 150px;
  }
}

@media (min-width: 960px) {
  .intro .inner-wrapper {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .intro .inner-wrapper {
    max-width: 1000px;
  }
}
.intro.bg-dark::before,
.intro.bg-dark + section::before {
  background-color: #3C332D;
}

@media (min-width: 960px) {
  .intro-title {
    margin-right: 30px;
    width: 390px;
  }
}
@media (min-width: 1280px) {
  .intro-title {
    margin-right: 70px;
  }
}
@media (min-width: 960px) {
  .intro-title h1 {
    font-size: 30px;
    line-height: 1.25;
    text-align: right;
    margin-bottom: 45px;
  }
}
@media (min-width: 1280px) {
  .intro-title h1 {
    font-size: 40px;
  }
}
@media (min-width: 960px) {
  .intro-title h1.has-btn {
    margin-bottom: 140px;
  }
}
@media (min-width: 960px) {
  .home .intro-title h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (min-width: 960px) {
  .intro-title h1:after {
    left: auto;
    right: 0;
    bottom: -34px;
  }
}

@media (min-width: 960px) {
  .intro-text {
    width: 690px;
  }
}

.overview {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .overview .intro {
    margin-bottom: 80px;
  }
}

.overview-text {
  position: relative;
}
.overview-text h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .overview-text h2 {
    margin-bottom: 60px;
  }
}

.block-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .block-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 960px) {
  .block-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}

.block {
  position: relative;
  height: 100vw;
  max-height: 400px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .block {
    height: 60vw;
    max-height: 600px;
  }
}
.block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media (min-width: 960px) {
  .block:hover .block-text {
    padding-bottom: 52px;
  }
  .block:hover .arrow-btn {
    opacity: 1;
    bottom: 0;
  }
}

div.block {
  align-items: flex-start;
}

.block-just-added-overlay {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(213, 148, 109, 0.7);
  z-index: 3;
  border-radius: 50%;
  opacity: 0;
  animation: fade-explode 0.4s ease 0.2s forwards, fade-implode 0.3s ease 4s forwards;
  color: #fff;
}
@keyframes fade-explode {
  to {
    border-radius: 0;
    opacity: 1;
  }
}
@keyframes fade-implode {
  to {
    opacity: 0;
  }
}
.block-just-added-overlay i {
  font-size: 32px;
}
.block-just-added-overlay h4 {
  margin: 20px 0;
  color: #fff;
}
.was-just-added .block-just-added-overlay {
  display: flex;
}

.block-text {
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  margin: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #fff;
}
@media (min-width: 960px) {
  .block-text {
    margin: 20px;
  }
}
@media (min-width: 1280px) {
  .block-text {
    margin: 40px;
  }
}
.block-text h3 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #fff;
}
.block-text p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.block-text .arrow-btn {
  display: none;
}
@media (min-width: 960px) {
  .block-text .arrow-btn {
    transition: all 0.4s ease-in-out;
    display: block;
    position: absolute;
    bottom: -20px;
    opacity: 0;
    left: 0;
  }
}

.add-to-moodboard,
.remove-from-moodboard {
  position: relative;
  color: #fff;
  margin: 20px 0 0 30px;
  background-size: auto 16px;
  text-decoration: none;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.add-to-moodboard i,
.remove-from-moodboard i {
  margin-right: 10px;
  font-size: 18px;
}
.add-to-moodboard:hover,
.remove-from-moodboard:hover {
  text-decoration: underline;
}

.add-to-moodboard .fas {
  display: none;
}
.is-on-moodboard .add-to-moodboard .far {
  display: none;
}
.is-on-moodboard .add-to-moodboard .fas {
  display: inline-block;
}

.was-just-added .add-to-moodboard .fas,
.to-moodboard-was-just-filled {
  position: relative;
}
.was-just-added .add-to-moodboard .fas::after,
.to-moodboard-was-just-filled::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: currentColor;
  animation: scale-fade-out 1s ease-out forwards;
}

@keyframes scale-fade-out {
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.usps {
  padding: 40px 0;
  background: #D9D1C9;
}
@media (min-width: 960px) {
  .usps {
    padding: 80px 0;
  }
}
.usps.no-margins {
  padding: 0;
}
.usps ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .usps ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
.usps ul li {
  position: relative;
  color: #3C332D;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 32px;
}
.usps ul li:first-child {
  margin-left: 0;
}
.usps ul li:last-child {
  margin-right: 0;
}
.usps ul li .usps-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  min-height: 25px;
}
.usps ul li .usps-icon img {
  height: 20px;
  width: auto;
}

.block-layout {
  position: relative;
}
.block-layout:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  top: 100px;
  background: #D9D1C9;
}
@media (min-width: 1280px) {
  .block-layout:before {
    height: 50%;
    top: 10%;
  }
}
.block-layout .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .block-layout .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 1280px) {
  .block-layout .wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
    max-width: 1440px;
  }
}
.block-layout .block {
  width: 100%;
  height: 200px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1280px) {
  .block-layout .block {
    grid-column-end: span 4;
    height: 500px;
  }
}
.block-layout .block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media (min-width: 1280px) {
  .block-layout .block:first-child {
    grid-column-end: span 7;
  }
}
@media (min-width: 1280px) {
  .block-layout .block:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: span 3;
    grid-row-end: span 2;
  }
}
@media (min-width: 1280px) {
  .block-layout .block:nth-child(3) {
    height: 590px;
  }
}
@media (min-width: 1280px) {
  .block-layout .block:nth-child(4), .block-layout .block:nth-child(5) {
    height: 340px;
  }
}
@media (min-width: 1280px) {
  .block-layout .block:nth-child(5) {
    grid-row-end: span 2;
    height: 590px;
  }
}
@media (min-width: 1280px) {
  .block-layout .block:nth-child(6) {
    grid-row-end: span 2;
  }
}
.block-layout .block-text {
  position: relative;
}

.features .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .features .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 1280px) {
  .features .wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
    max-width: 1440px;
  }
}
.features .block {
  width: 100%;
  min-height: 200px;
  height: auto;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1280px) {
  .features .block {
    grid-column-end: span 4;
    min-height: 490px;
  }
}
.features .block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 2;
}
.features .block .add-to-moodboard {
  position: relative;
  z-index: 3;
}
@media (min-width: 1280px) {
  .features .block:first-child {
    grid-column-end: span 7;
  }
}
@media (min-width: 1280px) {
  .features .block:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
@media (min-width: 1280px) {
  .features .block:nth-child(5) {
    grid-column-start: 2;
  }
}
@media (min-width: 1280px) {
  .features .block:nth-child(6) {
    grid-column-end: span 6;
  }
}

.features-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #D5946D;
  color: #fff;
  padding: 20px 24px 24px;
}
@media (min-width: 500px) {
  .features-text {
    padding: 24px 30px 30px;
  }
}
@media (min-width: 1280px) {
  .features-text {
    grid-column-end: span 5;
    padding: 80px 90px 90px;
  }
}

.features-title {
  color: inherit;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .features-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .features-list {
    margin-bottom: 55px;
  }
}
.features-list li {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.features-list img {
  width: 21px;
  margin-right: 26px;
}

@media (min-width: 1280px) {
  .features-link {
    margin-top: auto;
  }
}

.review-item-image {
  position: relative;
  width: 90%;
  margin-left: 10%;
  height: 300px;
  z-index: 1;
}
@media (min-width: 768px) {
  .review-item-image {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .review-item-image {
    height: 650px;
  }
}

.review-item-text {
  position: relative;
  background: #D5946D;
  padding: 40px;
  width: 90%;
  max-width: 700px;
  margin-top: -40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .review-item-text {
    padding: 60px 90px;
    margin-top: -180px;
  }
}
@media (min-width: 960px) {
  .review-item-text {
    padding: 100px 130px;
    margin-top: -250px;
  }
}
.review-item-text h3 {
  margin-bottom: 20px;
}
.review-item-text p {
  margin-bottom: 24px;
}
.review-item-text p.review-name {
  margin-bottom: 0;
  font-weight: 700;
}
.review-item-text h3, .review-item-text p {
  color: #fff;
}

.text-block .text-container {
  max-width: 800px;
}

.text-columns .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px 40px;
  gap: 40px 40px;
}
@media (min-width: 768px) {
  .text-columns .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 50px;
    gap: 50px 50px;
  }
}
@media (min-width: 960px) {
  .text-columns .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px 100px;
    gap: 100px 100px;
  }
}
@media (min-width: 1280px) {
  .text-columns .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 120px 120px;
    gap: 120px 120px;
  }
}

.steps .wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .steps .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px 60px;
    gap: 60px 60px;
  }
}
@media (min-width: 1280px) {
  .steps .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 100px 100px;
    gap: 100px 100px;
  }
}

@media (min-width: 768px) {
  .steps-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.steps-item:nth-child(odd) .steps-item-text {
  background: #D5946D;
}
.steps-item:nth-child(odd) .steps-item-text h3, .steps-item:nth-child(odd) .steps-item-text p {
  color: #fff;
}
@media (min-width: 768px) {
  .steps-item:nth-child(even) .steps-item-image {
    order: 2;
  }
  .steps-item:nth-child(even) .steps-item-image .steps-label {
    left: auto;
    right: -30px;
  }
}

.steps-item-image {
  position: relative;
}
@media (min-width: 768px) {
  .steps-item-image {
    width: 300px;
    height: 100%;
    min-height: 300px;
  }
}
@media (min-width: 960px) {
  .steps-item-image {
    width: 400px;
    min-height: 400px;
  }
}
.steps-item-image img {
  display: block;
}
@media (min-width: 768px) {
  .steps-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.steps-label {
  font-family: "acme-gothic-extrawide";
  position: absolute;
  top: 0;
  left: 0;
  background: #3C332D;
  color: #fff;
  font-size: 25px;
  line-height: 62px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .steps-label {
    left: -30px;
    top: 30px;
  }
}

.steps-item-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .steps-item-text {
    width: calc(100% - 300px);
    padding: 40px 60px;
  }
}
@media (min-width: 960px) {
  .steps-item-text {
    width: calc(100% - 400px);
    padding: 80px 100px;
  }
}
.steps-item-text h3 {
  margin-bottom: 20px;
}

.cta {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .cta {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .cta .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.cta-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cta-text {
    width: calc(100% - 300px);
    margin-bottom: 60px;
    margin-top: 60px;
    padding-right: 100px;
  }
}
@media (min-width: 960px) {
  .cta-text {
    width: calc(100% - 490px);
    padding-right: 200px;
  }
}

.cta-image {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-image {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .cta-image {
    width: 490px;
  }
}
.cta-image img {
  display: block;
}

.team {
  position: relative;
  background: #fff;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .team {
    padding: 100px 0;
  }
}
@media (min-width: 1280px) {
  .team {
    padding: 150px 0;
  }
}
.team:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 540px !important;
  top: auto !important;
  bottom: 0;
  background: #D9D1C9;
}
.team h2.center {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .team h2.center {
    grid-column-end: span 2;
    margin-bottom: 60px;
  }
}
@media (min-width: 960px) {
  .team h2.center {
    font-size: 45px;
    margin-bottom: 80px;
    grid-column-end: span 3;
  }
}
.team .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (min-width: 768px) {
  .team .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 960px) {
  .team .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}

.team-item {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.team-item-image {
  padding: 20px 20px 0;
  max-width: 360px;
  margin: 0 auto 30px;
}

.team-item-text {
  padding: 0 20px 20px;
  text-align: center;
}
@media (min-width: 960px) {
  .team-item-text {
    padding: 0 50px 50px;
  }
}
.team-item-text h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.team-item-text p.function {
  margin-bottom: 15px;
  font-weight: 700;
}

.slider {
  position: relative;
  background: #D9D1C9;
}
.slider img {
  display: block;
  width: 100%;
}
.slider .tns-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 10;
}
@media (min-width: 960px) {
  .slider .tns-controls {
    height: 88px;
  }
}
.slider .tns-controls button {
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  text-indent: -99999px;
}
@media (min-width: 960px) {
  .slider .tns-controls button {
    width: 88px;
  }
}
.slider .tns-controls button[data-controls=prev] {
  background: url(//stantico.nl/wp-content/themes/stantico/images/prev.svg) no-repeat 0 0;
  background-size: contain;
  left: 0;
}
.slider .tns-controls button[data-controls=next] {
  background: url(//stantico.nl/wp-content/themes/stantico/images/next.svg) no-repeat 0 0;
  background-size: contain;
  right: 0;
}
.slider .tns-controls button[disabled] {
  opacity: 0;
}

.slider-item-image {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .slider-item-image {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .slider-item-image {
    height: 800px;
    max-height: 80vh;
  }
}
.slider-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.videoblock-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .videoblock-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .videoblock-title {
    margin-bottom: 50px;
  }
}

.videoblock-container {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (min-width: 960px) {
  .videoblock-container {
    padding: 20px;
  }
}

.moodboard.empty {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .moodboard.empty {
    padding-top: 80px;
  }
}
@media (min-width: 960px) {
  .moodboard.empty {
    padding-top: 120px;
  }
}
.moodboard.empty::before {
  background-color: #fff;
  height: 100%;
}

.moodboard-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 20px;
  gap: 20px 20px;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .moodboard-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}
@media (min-width: 1280px) {
  .moodboard-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px 30px;
    gap: 30px 30px;
  }
}

@media (min-width: 1280px) {
  .moodboard-block {
    min-height: 0;
    max-height: none;
  }
  .moodboard-block:nth-child(6n+1) {
    grid-column-end: span 7;
    height: 500px;
  }
  .moodboard-block:nth-child(6n+2) {
    grid-column-end: span 4;
    height: 500px;
  }
  .moodboard-block:nth-child(6n+3) {
    grid-column-end: span 4;
    grid-column-start: 2;
    grid-row-end: span 2;
    height: 640px;
  }
  .moodboard-block:nth-child(6n+4) {
    grid-column-end: span 3;
    grid-column-start: 6;
    height: 305px;
  }
  .moodboard-block:nth-child(6n+5) {
    grid-column-end: span 3;
    grid-column-start: 6;
    grid-row-start: 3;
    height: 305px;
  }
  .moodboard-block:nth-child(6n+6) {
    grid-column-end: span 4;
    grid-row-end: span 2;
    height: 640px;
  }
}

.moodboard-explanation {
  max-width: 600px;
}
@media (min-width: 1280px) {
  .moodboard-explanation {
    grid-column-end: span 12;
  }
}

.moodboard-cta-wrapper {
  background-color: #D5946D;
  color: #fff;
}
.moodboard-cta-wrapper h3 {
  color: inherit;
  margin-bottom: 1.5rem;
}

.moodboard-cta-text {
  padding: 20px;
}
@media (min-width: 768px) {
  .moodboard-cta-text {
    padding: 30px;
    width: calc(100% - 330px);
  }
}
@media (min-width: 960px) {
  .moodboard-cta-text {
    padding: 40px;
    width: calc(100% - 523px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .moodboard-cta-text {
    padding: 96px 104px;
  }
}

@media (min-width: 768px) {
  .moodboard-cta-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    top: -30px;
    bottom: 0;
  }
  .moodboard-cta-image img {
    display: block;
    margin-top: auto;
    object-fit: contain;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .moodboard-cta-image {
    top: -120px;
  }
}

.moodboard-cta-form {
  display: none;
  width: 100%;
}
.moodboard-cta-form p {
  margin-bottom: 1rem;
}
.moodboard-cta-form input {
  color: #3C332D;
}
.moodboard-cta-form [type=submit] {
  margin-top: 1.5rem;
}

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