/*!
Theme Name: sessy
Theme URI: https://sessy.nl
Author: Sessy
Author URI: https://sessy.nl
Description: De thuisbatterij voor particulieren met zonnepanelen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sessy
*/
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700&display=swap");
:root {
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
  --component-spacing: 80px;
}
@media (min-width: 768px) {
  :root {
    --component-spacing: 95px;
  }
}
@media (min-width: 992px) {
  :root {
    --component-spacing: 110px;
  }
}
@media (min-width: 992px) {
  :root {
    --component-spacing: 130px;
  }
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  color: #333333;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: #F6F6F6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
}

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

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

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

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4,
img + h2,
img + h3,
img + h4 {
  margin-top: 48px;
}
@media (min-width: 768px) {
  p + h2,
  p + h3,
  p + h4,
  ul + h2,
  ul + h3,
  ul + h4,
  ol + h2,
  ol + h3,
  ol + h4,
  img + h2,
  img + h3,
  img + h4 {
    margin-top: 60px;
  }
}

p {
  font-weight: 400;
}
p strong {
  color: #EB5BF6;
}

a {
  color: #EB5BF6;
}
a:hover {
  color: #333333;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

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

.site-wrapper {
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-wrapper {
    width: calc(100% - 96px);
  }
}
@media (min-width: 992px) {
  .site-wrapper {
    padding: 0 40px;
    width: 90%;
    max-width: 1340px;
  }
}
@media (min-width: 1501px) {
  .site-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  body > .site-wrapper {
    padding-top: 112px;
  }
}

.content-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.full-width {
  margin-left: calc(50% - var(--viewportWidth) / 2);
  margin-right: calc(50% - var(--viewportWidth) / 2);
}

.row {
  width: 100%;
}
.row + .row {
  margin-top: 60px;
}
.row .column {
  width: 100%;
}
.row.vertical-align {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 768px) {
  .row {
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .row .column {
    width: 45%;
  }
  .row .column.one-third {
    width: 37%;
    max-width: 370px;
  }
  .row .column.two-third {
    width: 60%;
  }
}

.bg-blue {
  background: #5E00FB;
}

.bg-lightblue {
  background: #F8FCFF;
}

.bg-pink {
  background: #EB5BF6;
}

.bg-lightpink {
  background: #FFFBFE;
}

.section-spacing {
  margin: 80px 0;
}
@media (min-width: 992px) {
  .section-spacing {
    margin: 100px 0;
  }
}
@media (min-width: 1200px) {
  .section-spacing {
    margin: 120px 0;
  }
}
@media (min-width: 1501px) {
  .section-spacing {
    margin: 140px 0;
  }
}

.section-spacing-inner {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .section-spacing-inner {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .section-spacing-inner {
    padding: 100px 0;
  }
}

.section-inner-spacing {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section-inner-spacing {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .section-inner-spacing {
    padding: 80px 0;
  }
}
@media (min-width: 1501px) {
  .section-inner-spacing {
    padding: 100px 0;
  }
}

section h2, section h3 {
  margin-top: 0;
}

.charged {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.charged h4 {
  margin-top: 0;
}

h1:not(.hero-content h1) {
  margin-top: 0;
}

.back-button {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.back-button:hover::before {
  width: 37px;
}
.back-button::before {
  content: "";
  height: 100%;
  width: 34px;
  background-image: url("/wp-content/themes/sessy/images/back-arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px 16px;
  background-position: left center;
  position: absolute;
  top: 50%;
  left: 0;
  transition: width 300ms ease;
  transform: translate(-100%, -50%);
}

.cta-card {
  background: white;
  max-width: 401px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
  padding: 30px;
  filter: drop-shadow(0px 50px 60px rgba(0, 0, 0, 0.02)) drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.08));
}
.cta-card h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.cta-card p {
  margin: 0;
  font-size: 15px;
}
.cta-card strong,
.cta-card b {
  color: #333333;
}
.cta-card .button, .cta-card .btn > p > a {
  margin: 0;
  margin-top: 32px;
  max-width: 225px;
  font-size: 17px;
}
.cta-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/sessy/images/cta-card.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  z-index: -1;
  transform: translate(-30px, 50%);
}
.cta-card.gradient {
  background: url("/wp-content/themes/sessy/images/cta-card-gradient.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 43px;
  color: #FFFFFF;
}
.cta-card.gradient .button, .cta-card.gradient .btn > p > a {
  padding-top: 17px;
  padding-bottom: 17px;
  max-width: unset;
  letter-spacing: -0.8px;
  line-height: 1;
}
.cta-card.gradient::before {
  all: unset;
}
.cta-card.gradient * {
  color: #FFFFFF;
}
.cta-card.gradient h1 {
  font-size: 38px;
}
.cta-card.gradient small {
  font-size: 14px;
}
@media (min-width: 768px) {
  .cta-card {
    padding: 40px;
  }
  .cta-card h2 {
    font-size: 39px;
  }
  .cta-card::before {
    transform: translate(-40px, 60%);
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Videowrapper fix WProcket lazyload */
.video-wrapper > .rll-youtube-player {
  position: absolute;
  width: 100%;
}

figure {
  margin: 0;
}

.wp-block-columns {
  margin: 0;
}

.navigation {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.navigation .topbar {
  background-color: #EB5BF6;
  margin-bottom: 12px;
}
.navigation .topbar .site-wrapper {
  display: flex;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}
.navigation .topbar .site-wrapper * {
  color: #FFFFFF;
}
.navigation .topbar .site-wrapper p {
  font-weight: 500;
  margin: 0;
}
.navigation .topbar .site-wrapper strong, .navigation .topbar .site-wrapper a {
  font-weight: bold;
}
.navigation-gray-bg {
  background-color: #F6F6F6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.navigation .header-faq-link {
  font-size: 15px;
  text-decoration: none;
  color: #333333;
}
.navigation .header-faq-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navigation .header-faq-link[scroll=none] {
    display: block;
  }
  .navigation .header-faq-link[scroll=scrolled] {
    display: none;
  }
}
.navigation .site-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.navigation .site-wrapper .menu-hoofdmenu-container {
  display: none;
}
.navigation .site-wrapper .menu-hoofdmenu-container li {
  position: relative;
}
.navigation .site-wrapper .menu-hoofdmenu-container li:hover .sub-menu {
  display: block;
}
.navigation .site-wrapper .menu-hoofdmenu-container li .sub-menu {
  display: none;
}
.navigation .site-wrapper .menu-hoofdmenu-container li.menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 4px;
  display: inline-block;
  margin-left: 8px;
  transform: scale(1.5) translateY(-50%);
}
.navigation .site-wrapper .site-logo {
  display: flex;
  align-items: center;
  width: 150px;
  max-width: 150px;
}
.navigation .site-wrapper .site-logo img {
  width: 100%;
}
.navigation .site-wrapper .button {
  margin: 0;
  display: none;
  background-color: #FFFFFF;
  color: #EB5BF6;
  padding: 18px;
  font-size: 17px;
  line-height: 1;
  min-width: unset;
  border-radius: 7px;
}
.navigation .site-wrapper .button#header-cart-btn {
  display: none;
  font-size: 18px;
  padding: 16px 34px;
}
.navigation .site-wrapper .button#header-cart-btn::before {
  content: url("/wp-content/themes/sessy/images/add-to-cart.svg");
}
@media (min-width: 992px) {
  .navigation .site-wrapper .button#header-cart-btn[scroll=none] {
    display: none;
  }
  .navigation .site-wrapper .button#header-cart-btn[scroll=scrolled] {
    display: block;
  }
}
.navigation .site-wrapper .button:hover {
  background-color: #EB5BF6;
  color: #FFFFFF;
}
.navigation .site-wrapper .buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navigation .site-wrapper .buttons .shopping {
  display: flex;
  align-items: center;
}
.navigation .site-wrapper .site-navigation-button {
  width: 22px;
  height: 17.6px;
  transform: rotate(0deg);
  cursor: pointer;
}
.navigation .site-wrapper .site-navigation-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #EB5BF6;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  transition: 250ms ease;
}
.navigation .site-wrapper .site-navigation-button span:nth-child(1) {
  top: 0;
}
.navigation .site-wrapper .site-navigation-button span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navigation .site-wrapper .site-navigation-button span:nth-child(3) {
  top: 100%;
  transform: translate(0, -100%);
}
.navigation .site-wrapper .site-navigation-button.is-visible span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.navigation .site-wrapper .site-navigation-button.is-visible span:nth-child(2) {
  width: 0px;
}
.navigation .site-wrapper .site-navigation-button.is-visible span:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
.navigation.is-visible .site-wrapper {
  position: fixed;
  z-index: 1000;
}
.navigation.is-visible .site-wrapper .button:hover {
  background-color: #EB5BF6;
  color: #FFFFFF;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 0;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
  width: -moz-max-content;
  width: max-content;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu li {
  display: flex;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu li a {
  padding: 12px 8px;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu li a:hover {
  text-decoration: none;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu li:hover {
  background-color: #F6F6F6;
}
.navigation:not(.is-visible) .site-wrapper .menu-hoofdmenu-container .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 768px) {
  .navigation.is-visible .site-wrapper .buttons {
    order: 10;
  }
  .navigation.is-visible .site-wrapper .button {
    background-color: #FFFFFF;
    color: #EB5BF6;
    padding: 18px;
  }
  .navigation.is-visible .site-wrapper .button:hover {
    background-color: #EB5BF6;
    color: #FFFFFF;
  }
  .navigation .site-wrapper .buttons .shopping {
    display: none;
  }
  .navigation .site-wrapper .button {
    margin-left: auto;
    display: block;
    background-color: #EB5BF6;
    color: #FFFFFF;
    padding: 12px 32px;
  }
  .navigation .site-wrapper .button#header-cart-btn::before {
    content: attr(data-text);
  }
  .navigation .site-wrapper .buttons {
    order: 200;
  }
}
@media (max-width: 992px) {
  .navigation .site-wrapper .button {
    margin: 0;
    margin-left: auto;
    background-color: #EB5BF6;
    color: #FFFFFF;
    font-size: 17px;
    padding: 12px 32px;
    line-height: 1;
  }
  .navigation .site-wrapper .button:hover {
    background-color: #5E00FB;
  }
  .navigation.is-visible .site-wrapper {
    background: linear-gradient(360deg, #AD6DAB -1.84%, #3A2783 102.11%);
    top: 0;
    left: 0;
    height: 100vh;
    width: var(--viewportWidth);
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    padding-top: 18px;
  }
  .navigation.is-visible .site-wrapper .site-navigation-button {
    transform: translate(0, calc(50% - 2px));
  }
  .navigation.is-visible .site-wrapper .site-navigation-button span {
    background-color: #FFFFFF;
  }
  .navigation.is-visible .site-wrapper .shopping {
    display: none;
  }
  .navigation.is-visible .site-wrapper .button {
    display: block;
    order: 200;
    margin-top: auto;
    width: 100%;
    padding: 18px;
    text-align: center;
    background-color: #FFFFFF;
    color: #EB5BF6;
  }
  .navigation.is-visible .site-wrapper .site-logo {
    filter: brightness(100);
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container {
    margin-top: auto;
    margin-bottom: auto;
    order: 100;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    justify-content: center;
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container li.menu-item-has-children > a::after {
    transform: scale(2) translateY(-50%) rotate(-90deg);
    filter: invert(1);
    margin-left: 12px;
    position: absolute;
    top: 1em;
    right: 0;
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container li.menu-item-has-children:hover > a::after {
    transform: scale(2) translateY(-50%) rotate(0);
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container > ul {
    all: unset;
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container ul {
    list-style: none;
    font-family: "Quicksand", sans-serif;
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
  }
  .navigation.is-visible .site-wrapper .menu-hoofdmenu-container ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .navigation {
    width: 100%;
    z-index: 99;
    padding: 64px;
  }
  .navigation.is-visible .site-wrapper .button {
    padding: 12px 32px;
    background-color: #EB5BF6;
    color: #FFFFFF;
  }
  .navigation.is-visible .site-wrapper .button:hover {
    background-color: #5E00FB;
  }
  .navigation .topbar {
    margin-bottom: 32px;
  }
  .navigation .site-wrapper {
    max-width: unset;
    padding: unset;
    margin: 0;
  }
  .navigation .site-wrapper .site-logo {
    max-width: 200px;
    width: 200px;
  }
  .navigation .site-wrapper .site-logo img {
    width: 100%;
  }
  .navigation .site-wrapper .buttons {
    display: none;
  }
  .navigation .site-wrapper .button {
    margin-left: unset;
    display: block;
    order: 50;
    background-color: #EB5BF6;
    color: #FFFFFF;
    line-height: 1;
    padding: 12px 32px;
  }
  .navigation .site-wrapper .button:hover {
    background-color: #5E00FB;
  }
  .navigation .site-wrapper .buttons {
    order: 200;
  }
  .navigation .site-wrapper .menu-hoofdmenu-container {
    display: flex;
    flex-direction: row;
    margin-left: auto;
  }
  .navigation .site-wrapper .menu-hoofdmenu-container > ul {
    all: unset;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .navigation .site-wrapper .menu-hoofdmenu-container ul {
    list-style: none;
  }
  .navigation .site-wrapper .menu-hoofdmenu-container ul li a {
    color: #333333;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 15px;
  }
  .navigation .site-wrapper .menu-hoofdmenu-container ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .navigation {
    padding: 64px 122px;
  }
}

.four-o-four {
  margin-top: 200px !important;
}
.four-o-four h1 {
  max-width: 706px;
  margin-bottom: 80px !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  max-width: 466px !important;
  width: unset;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: unset;
}

.woocommerce-product-gallery__image img {
  border-radius: 7px;
}

.woocommerce-order {
  max-width: 710px;
  margin: 0 auto;
}
.woocommerce-order p.woocommerce-notice {
  font-size: 32px;
  font-weight: bold;
  max-width: 700px;
  line-height: 120%;
}
.woocommerce-order .woocommerce-info {
  display: none;
}
.woocommerce-order ul.order_details {
  background-color: #F6F6F6;
  padding: 32px;
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-right: -32px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-order ul.order_details::before, .woocommerce-order ul.order_details::after {
  all: unset;
}
.woocommerce-order ul.order_details li {
  font-size: 16px;
  text-transform: none;
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.woocommerce-order ul.order_details li strong {
  font-size: 16px;
  line-height: 1.9;
}
.woocommerce-order section.woocommerce-order-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-column__title {
  font-size: 24px;
}
.woocommerce-order table.shop_table {
  font-size: 16px !important;
}
.woocommerce-order table.shop_table tfoot, .woocommerce-order table.shop_table tfoot * {
  font-weight: normal !important;
}
.woocommerce-order table.shop_table .table-heading {
  font-weight: bold !important;
}
.woocommerce-order table.shop_table tr th:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order table.shop_table tr td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order table.shop_table tfoot th {
  font-weight: 400;
}
.woocommerce-order .order-again {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.woocommerce-order .order-again a.button {
  color: #EB5BF6;
  background: unset;
  padding-right: 0;
  min-width: 178px;
}
.woocommerce-order .woocommerce-customer-details address {
  padding: 20px 24px;
  border-width: 1px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .woocommerce-order p.woocommerce-notice {
    font-size: 48px;
  }
  .woocommerce-order ul.order_details {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
  .woocommerce-order ul.order_details li {
    font-size: 17px;
  }
  .woocommerce-order ul.order_details li.woocommerce-order-overview__email.email {
    flex: 1 1 60px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .woocommerce-order ul.order_details li strong {
    font-size: 18px;
  }
  .woocommerce-order table.shop_table {
    font-size: inherit !important;
  }
  .woocommerce-order .woocommerce-customer-details address {
    font-size: inherit;
  }
}

.woocommerce #order_review {
  max-width: 710px;
  margin: 0 auto;
}
.woocommerce #order_review::before {
  content: "Betaal je factuur";
  font-size: 48px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  display: block;
  margin-bottom: 110px;
}
.woocommerce #order_review .woocommerce-notices-wrapper::before {
  content: "Betaal je factuur";
  max-width: 710px;
  display: none;
}
.woocommerce #order_review .shop_table {
  border-radius: 7px;
  position: relative;
  margin-bottom: 40px;
}
.woocommerce #order_review .shop_table thead::before {
  content: "Bestelgegevens";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateY(-100%);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.woocommerce #order_review .shop_table th, .woocommerce #order_review .shop_table td {
  border-right: unset;
  border-left: unset;
}
.woocommerce #order_review .shop_table tfoot tr:last-child {
  background-color: #f6f6f6;
}
.woocommerce #order_review .shop_table tfoot tr:not(:last-child) th, .woocommerce #order_review .shop_table tfoot tr:not(:last-child) td {
  font-weight: 400;
}
.woocommerce #order_review .shop_table .order_item .product-quantity {
  font-weight: 400;
}
.woocommerce #order_review .button.alt {
  background-color: #EB5BF6;
  border-radius: 50px;
}
.woocommerce #order_review .woocommerce-checkout #payment .form-row {
  padding: 10px 0;
}
.woocommerce #order_review .wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal p:nth-of-type(1) {
  border: unset;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}
.woocommerce-checkout .woocommerce #order_review #payment {
  background: #f6f6f6;
  border-radius: 7px;
  padding: 24px 27px;
}

.product {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (min-width: 992px) {
  .product {
    grid-template-columns: 466px 1fr;
  }
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .woocommerce div.product div.images {
    margin-bottom: 2em;
  }
}

.summary.entry-summary h3 {
  font-size: 24px;
}
.summary.entry-summary h3.small {
  font-size: 17px;
}
.summary.entry-summary .quantity {
  display: flex;
  flex-wrap: wrap;
  float: unset !important;
}
.summary.entry-summary .quantity h3 {
  margin-top: 0;
  flex-basis: 100%;
}
.summary.entry-summary .quantity::after {
  content: attr(after-text);
  white-space: pre-line;
  display: block;
  font-size: 13px;
  flex-basis: 69%;
}
.summary.entry-summary .wc-deposits-wrapper {
  margin-top: 64px !important;
}
.summary.entry-summary .product_title.entry-title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 40px !important;
  margin-bottom: 4px !important;
}
.summary.entry-summary .price {
  margin-top: 0 !important;
  margin-bottom: 9px !important;
  font-size: 22px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: #333333 !important;
}
.summary.entry-summary .woocommerce-product-details__short-description {
  margin-top: 0 !important;
  margin-bottom: 40px;
  display: none;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .summary.entry-summary .woocommerce-product-details__short-description {
    display: block;
  }
}
.summary.entry-summary .product-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.summary.entry-summary .product-attributes-more {
  color: #333333;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
}
.summary.entry-summary .product-attributes li {
  font-size: 16px;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 4px;
  padding: 6px 0;
}
.summary.entry-summary .product-attributes li div:first-child {
  font-weight: bold;
}
.summary.entry-summary .product-attributes li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.woocommerce .product .summary.entry-summary form.cart {
  margin-bottom: 0;
}

.button-shop-again {
  display: block !important;
  background-color: #EB5BF6 !important;
  color: #FFFFFF !important;
  line-height: 1 !important;
  padding: 12px 32px !important;
  border-radius: 7px !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset;
}

.woocommerce div.product form.cart .button,
.button.alt.wp-element-button {
  float: unset;
  padding: 16px 24px;
  letter-spacing: -1px;
  border-radius: 7px;
  background-color: #EB5BF6 !important;
  line-height: 1.2;
  width: 100%;
  margin-top: 40px;
  max-width: 189px;
}

.button.alt.wp-element-button {
  margin-top: 24px;
  margin-bottom: 0 !important;
}

.quantity-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}
.quantity-wrapper .qty {
  font-size: 18px !important;
  text-align: center !important;
  width: unset !important;
  max-width: 78px;
  padding: 16px 24px !important;
  border: 1px solid rgba(51, 51, 51, 0.25);
  background-color: white;
}
@media (min-width: 992px) {
  .quantity-wrapper .qty {
    padding-right: 8px !important;
  }
}
.quantity-wrapper .quantity-advice {
  font-size: 15px;
  line-height: 1.4;
}
.quantity-wrapper .quantity-advice a {
  color: #333333;
}

.product-quantity-advice-modal {
  padding: 64px 40px 24px 40px;
  border: 0;
  border-radius: 7px;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.25);
  position: relative;
  width: unset;
  position: fixed;
}
.product-quantity-advice-modal::backdrop {
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.product-quantity-advice-modal h3 {
  font-size: 32px !important;
  max-width: 408px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.product-quantity-advice-modal .situation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product-quantity-advice-modal .situation-grid .situation {
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 7px;
  height: 179px;
}
.product-quantity-advice-modal .no-situation {
  color: #333333;
  font-size: 17px;
  margin-top: 32px;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-quantity-advice-modal .situation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-quantity-advice-modal .situation-grid .situation {
    height: 219px;
  }
  .product-quantity-advice-modal h3 {
    font-size: 44px !important;
    margin-right: 150px;
    margin-bottom: 60px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .product-quantity-advice-modal {
    max-width: 854px;
  }
}

.close-modal {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/sessy/images/close-button.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.big-radio-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.big-radio-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 16px 20px;
}
.big-radio-wrapper .title {
  font-weight: bold;
  line-height: 1;
}
.big-radio-wrapper .subtitle {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.75);
}
.big-radio-wrapper input[type=radio] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 7px;
  cursor: pointer;
}
.big-radio-wrapper input[type=radio]:checked {
  border-color: #EB5BF6;
}

.payment-methods {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-top: -3px;
}
.payment-methods .payment-method {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.form-row {
  position: relative;
}
.form-row label {
  display: inline-block;
  position: absolute;
  font-size: 15px;
  line-height: 1 !important;
  pointer-events: none;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.form-row#billing_country_field, .form-row#billing_state_field {
  display: none;
}
.form-row input {
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.25) !important;
}
.form-row input:not(:-moz-placeholder-shown) {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}
.form-row input:focus, .form-row input:not(:placeholder-shown) {
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}
.form-row input:not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  top: 13px;
  transform: unset;
}
.form-row input:focus + label, .form-row input:not(:placeholder-shown) + label {
  font-size: 13px;
  top: 13px;
  transform: unset;
}
.form-row input:focus::-moz-placeholder, .form-row input:not(:placeholder-shown)::-moz-placeholder {
  opacity: 1 !important;
}
.form-row input:not(:-moz-placeholder-shown)::placeholder {
  opacity: 1 !important;
}
.form-row input:focus::placeholder, .form-row input:not(:placeholder-shown)::placeholder {
  opacity: 1 !important;
}

.payment-flow-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.payment-flow-wrapper .privacy-notice {
  font-style: normal;
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 48px;
}
.payment-flow-wrapper .col-2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .payment-flow-wrapper {
    -moz-column-gap: 122px;
         column-gap: 122px;
    grid-template-columns: 466px 406px;
  }
}

.woocommerce-billing-fields > h3:first-of-type {
  margin-top: 0;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last {
  flex: 1 1 auto;
}
.woocommerce-billing-fields__field-wrapper .form-row-wide {
  flex: 1 0 100%;
}

.wc_payment_method.payment_method_mollie_wc_gateway_ideal {
  background: 0;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal::before {
  content: unset !important;
  display: none !important;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal label[for=payment_method_mollie_wc_gateway_ideal] {
  display: none;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal {
  background: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal::before {
  content: unset !important;
  display: none !important;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal p {
  margin: 0 !important;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal p:nth-of-type(1) {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #333333 !important;
  line-height: 1.76;
  margin-bottom: 8px !important;
  padding-top: 24px;
}
.wc_payment_method.payment_method_mollie_wc_gateway_ideal .payment_box.payment_method_mollie_wc_gateway_ideal .selection-image {
  position: absolute !important;
  bottom: -7px;
  transform: translate(0, -50%);
  margin: 0 !important;
  height: 32px;
  margin-left: 9px !important;
  border-radius: 4px;
  pointer-events: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  position: absolute;
  right: 0;
  bottom: -32px;
  transform: translateY(100%);
}

.woocommerce-error-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-error {
  border-radius: 7px;
  background-color: #b81c23;
  border: 0;
  color: white;
  margin: 0 0 20px 0;
  animation: load-notification 400ms ease-in-out forwards;
}
.woocommerce-error::before {
  color: inherit;
}
.woocommerce-error a.button.wc-forward {
  display: none;
}
@keyframes load-notification {
  from {
    height: 0;
    padding-block: 0px;
  }
  to {
    height: 130px;
    padding-block: 17px;
  }
}

.payment_box.payment_method_mollie_wc_gateway_ideal {
  position: relative;
}

select[name=mollie-payments-for-woocommerce_issuer_mollie_wc_gateway_ideal] {
  padding-left: 50px !important;
}

.woocommerce-checkout-payment {
  background: 0 !important;
}
#overview-column[disabled] .woocommerce-checkout-payment {
  display: none;
}

.header-product-info {
  display: none;
  flex-direction: column;
  margin-left: auto;
  font-size: 15px;
  align-items: flex-end;
}
.header-product-info strong, .header-product-info p {
  line-height: 1.7;
  margin: 0;
}
.header-product-info p {
  margin-top: -4px;
}
@media (min-width: 992px) {
  .header-product-info[scroll=none] {
    display: none;
  }
  .header-product-info[scroll=scrolled] {
    display: flex;
  }
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
  border: 0 !important;
}
#add_payment_method #payment ul.payment_methods select, .woocommerce-cart #payment ul.payment_methods select, .woocommerce-checkout #payment ul.payment_methods select {
  background-color: #FFFFFF;
  font-weight: normal;
}
#add_payment_method #payment ul.payment_methods + .form-row.place-order, .woocommerce-cart #payment ul.payment_methods + .form-row.place-order, .woocommerce-checkout #payment ul.payment_methods + .form-row.place-order {
  padding: 0 !important;
  display: flex;
  margin: 0;
  margin-top: 20px;
}
#add_payment_method #payment ul.payment_methods + .form-row.place-order button, .woocommerce-cart #payment ul.payment_methods + .form-row.place-order button, .woocommerce-checkout #payment ul.payment_methods + .form-row.place-order button {
  flex: 1 0 auto;
  padding: 16px 24px;
  border-radius: 7px;
  background-color: #EB5BF6;
}

.woocommerce-checkout-review-order {
  padding: 24px;
  border-radius: 7px;
  background-color: #F6F6F6;
}
.woocommerce-checkout-review-order input[type=radio] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: none !important;
}
.woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  line-height: 1.76 !important;
  border-spacing: 0;
  border: 0;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table th {
  font-family: "Quicksand", sans-serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td {
  padding: 2px 0;
  vertical-align: middle;
  border: 0;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tr > :last-child {
  text-align: right;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .cart-subtotal {
  font-family: "Quicksand", sans-serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td label {
  font-family: "Quicksand", sans-serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td {
  padding-top: 24px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td span {
  font-family: "Quicksand", sans-serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .order-total td small.includes_tax {
  font-size: 13px;
  margin-top: -5px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:last-of-type td {
  padding-bottom: 24px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table li {
  margin: 0 !important;
}

.wc-attribute-dropdown {
  max-width: 393px;
  background-color: white;
  border: 1px solid black;
  padding: 16px 40px 16px 20px !important;
  height: unset;
  font-size: 20px !important;
  white-space: break-spaces;
  min-width: 50% !important;
  max-width: unset !important;
  width: 50% !important;
}

.variations {
  margin-bottom: 56px !important;
}

.woocommerce-variation {
  display: none !important;
}

.wp-post-image {
  height: 466px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wc-image-gallery-wrapper {
  position: relative;
  display: none;
}
.wc-image-gallery-wrapper .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky !important;
  top: 143.84px;
}
.wc-image-gallery-wrapper .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  border-radius: 7px;
  margin-left: -3px;
  margin-right: -3px;
}
.wc-image-gallery-wrapper .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  padding: 3px;
}
@media (min-width: 768px) {
  .wc-image-gallery-wrapper {
    display: block;
  }
}

.order-overview-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 17px;
  align-items: start;
  position: relative;
}
.order-overview-wrapper .text {
  max-width: 650px;
}
.order-overview-wrapper .text h1 {
  font-size: 32px;
  word-spacing: -1px;
  margin-bottom: 26px;
}
.order-overview-wrapper .big-radio-list {
  max-width: 393px;
}
.order-overview-wrapper .installatie-wrapper {
  margin-top: 40px;
}
.order-overview-wrapper .order-review-wrapper {
  background-color: #F6F6F6;
  padding: 48px 40px;
  margin-top: 32px;
  width: var(--viewportWidth);
  margin-left: calc(var(--viewportWidth) / -2 + 50%);
  border-radius: 7px;
}
.order-overview-wrapper .order-review-wrapper h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}
.order-overview-wrapper .order-review-wrapper .order-review-header {
  margin-top: 22px;
}
.order-overview-wrapper .order-review-wrapper .order-review-header,
.order-overview-wrapper .order-review-wrapper .order-review-row {
  display: flex;
  max-width: 424px;
}
.order-overview-wrapper .order-review-wrapper .order-review-header span:last-of-type,
.order-overview-wrapper .order-review-wrapper .order-review-row span:last-of-type {
  margin-left: auto;
}
.order-overview-wrapper .wc-btn-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  width: var(--viewportWidth);
  margin-left: calc(var(--viewportWidth) / -2 + 50%);
  padding: 24px 40px;
  background-color: #F6F6F6;
  text-align: center;
  margin-top: 55px;
  border-radius: 7px;
}
.order-overview-wrapper .wc-btn {
  padding: 16px 24px;
  border-radius: 7px;
  background-color: #EB5BF6 !important;
  color: white;
  font-weight: bold;
  min-width: 189px;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: -1px;
}
.order-overview-wrapper .wc-btn-back {
  font-weight: bold;
  text-decoration: none;
}
.order-overview-wrapper .support-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  font-size: 15px;
}
.order-overview-wrapper .support-cta a {
  color: black;
}
.order-overview-wrapper .support-cta span {
  font-weight: 300;
}
.order-overview-wrapper .payment-methods {
  margin-top: 24px;
}
@media (min-width: 576px) {
  .order-overview-wrapper .wc-btn-group {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .order-overview-wrapper {
    grid-template-columns: 1fr 38%;
  }
  .order-overview-wrapper .text h1 {
    padding-top: 46px;
  }
  .order-overview-wrapper .wc-btn-group {
    width: 100%;
    margin-left: 0;
  }
  .order-overview-wrapper .order-review-wrapper {
    margin-top: 0;
    width: unset;
    margin-left: unset;
  }
}

.checkout-step {
  background-color: #F6F6F6;
  padding: 48px 40px;
}
.checkout-step p {
  margin: 0;
}
.checkout-step[aria-hidden=true] {
  display: none;
}
.checkout-step h2 {
  font-size: 24px;
  margin-top: unset;
  margin-bottom: 24px;
}
.checkout-step input {
  background-color: white;
  font-size: 15px !important;
}
.checkout-step label {
  font-size: 13px;
}
.checkout-step .privacy-notice {
  font-size: 15px;
}
.checkout-step#billing-step .wc-btn-group {
  padding-top: 32px;
  padding-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .checkout-step#billing-step .wc-btn-group {
    padding: 32px 0px 0px;
  }
}

#overview-step .overview-contact {
  margin-bottom: 30px;
}
#overview-step .overview-delivery {
  display: flex;
  gap: 20%;
}
@media (min-width: 768px) {
  #overview-step .wc-btn-group {
    padding: unset;
  }
}

#overview-column button,
#overview-column .wc_payment_method {
  transition: opacity 200ms ease;
}
#overview-column[disabled] button,
#overview-column[disabled] .wc_payment_method {
  pointer-events: none;
  opacity: 0.2;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

body .woocommerce-page > .site-wrapper {
  margin-top: 48px;
}

.product-order-text {
  font-size: 15px;
  margin-top: 8px;
}

.product-information {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .product-information {
    margin-top: 60px;
  }
}

.product-menu {
  display: flex;
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.product-menu a {
  color: black;
  font-size: 17px;
  text-decoration: none;
}
.product-menu a:nth-child(n+2) {
  margin-left: 40px;
}
.product-menu a:hover {
  color: black;
}
@media (min-width: 768px) {
  .product-menu {
    margin-top: 80px;
  }
}

.blockUI.blockOverlay::before {
  display: none !important;
}

#checkout-wrapper .column {
  width: var(--viewportWidth);
  margin-left: calc(var(--viewportWidth) / -2 + 50%);
}
@media (min-width: 768px) {
  #checkout-wrapper .column {
    width: unset;
    margin-left: unset;
  }
}

.product-reviews-wrapper {
  margin-top: 60px;
}
.product-reviews-wrapper h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-reviews-wrapper .product-reviews {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product-reviews-wrapper .product-reviews .product-review {
  display: flex;
  flex-direction: column-reverse;
  gap: 26px;
}
.product-reviews-wrapper .product-reviews .product-review h4 {
  font-family: "Catamaran", sans-serif;
  font-size: 21px;
  margin: 0;
}
.product-reviews-wrapper .product-reviews .product-review p {
  font-size: 17px;
}
.product-reviews-wrapper .product-reviews .product-review-img {
  min-width: 124px;
  height: 100%;
}
.product-reviews-wrapper .product-reviews .product-review-img img {
  border-radius: 7px;
}
.product-reviews-wrapper .product-reviews .product-review-meta {
  margin: 0;
}
.product-reviews-wrapper .product-reviews .product-review-text {
  margin-top: 21px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product-reviews-wrapper .product-reviews .product-review {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .product-reviews-wrapper {
    margin-top: 80px;
  }
}

.product-description {
  white-space-collapse: preserve;
  white-space: pre-line;
}

.table-heading {
  font-weight: bold !important;
}

.onsale {
  display: none;
}

.frontpage.site-wrapper {
  padding-top: 0;
  margin-top: 110px;
  position: relative;
}
.frontpage.site-wrapper::after {
  content: "";
  background-image: url("./images/sessy-img.png");
  width: 158px;
  height: 161px;
  display: none;
  position: absolute;
  top: -40px;
  right: 0;
}
.frontpage h1, .frontpage h2 {
  font-family: "Catamaran", sans-serif;
}
.frontpage h1 {
  margin-bottom: 9px;
}
.frontpage p {
  margin: 0;
  line-height: 1.7;
}
.frontpage h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.frontpage .wp-block-columns {
  gap: 20px;
  margin-top: 60px;
}
.frontpage .wp-block-columns .wp-block-column {
  background-color: white;
  text-align: center;
  padding: 48px 24px 0px;
  position: relative;
}
.frontpage .wp-block-columns .wp-block-column p {
  margin: 0;
  line-height: 1.7;
  padding-bottom: 110px;
  text-wrap: balance;
}
.frontpage .wp-block-columns .wp-block-column .wp-block-button a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: unset;
  border-radius: unset;
  color: #EB5BF6;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 22px 24px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid white;
}
.frontpage .wp-block-columns .wp-block-column .wp-block-button a:hover {
  border-bottom: 2px solid #EB5BF6;
}
.frontpage .wp-block-columns .wp-block-column .wp-block-button a::after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMjU3OTUgMTNDMS4xNzUwMSAxMyAxLjA5MTcxIDEyLjk5MDcgMS4wMTA1NCAxMi45NzE4QzAuMzE3MDY5IDEyLjgxNTEgMC4wMDEzMDQ5MyAxMi4xMzc0IDAuMDAxMzA0OTMgMTEuNTczOUMwLjAwMTMwNDkzIDExLjMxMDIgMC4wNjUwMjc3IDEwLjkyMzEgMC4zNjk0IDEwLjU3OTJMMi43Mzk1OSA3Ljg5NzQ2QzMuNDE4NDYgNy4xMjcwNCAzLjQxODQ2IDUuODczNzYgMi43Mzk1OSA1LjEwMzc1TDAuMzY5MDQ0IDIuNDIxNTlDMC4wMzY1NDgxIDIuMDQ1NDUgLTAuMDgwNTczMSAxLjUxNzA3IDAuMDU1NzcxNSAxLjAwODAyQzAuMTkyMTE2IDAuNDk4OTc4IDAuNTQ4ODE5IDAuMTMyOSAxLjAwOTgzIDAuMDI4OTk2M0MxLjA5MzEzIDAuMDA5NjY1NDggMS4xNzYwOCAwIDEuMjU4MzEgMEMxLjU5MjU5IDAgMS45MDYyMSAwLjE0NzM5OCAyLjE0MTE3IDAuNDE1MjExTDYuNjM0NDkgNS40OTZDNy4xMjE4NCA2LjA0OTM1IDcuMTIxODQgNi45NTAyNSA2LjYzNDQ5IDcuNTA0TDIuMTQyMjQgMTIuNTgzNkMxLjkwNjU3IDEyLjg1MTggMS41OTI5NCAxMi45OTkyIDEuMjU4MzEgMTIuOTk5MkwxLjI1Nzk1IDEzWiIgZmlsbD0iI0VCNUJGNiIvPjwvc3ZnPg==);
  width: 7px;
  height: 13px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .frontpage h1,
  .frontpage h1 + p {
    padding-right: 170px;
  }
  .frontpage.site-wrapper::after {
    display: block;
  }
}
@media (min-width: 992px) {
  .frontpage.site-wrapper::after {
    right: 40px;
  }
  .frontpage .wp-block-columns .wp-block-column {
    padding: 60px 60px 0px;
  }
}

footer {
  height: 200px;
  background-color: #333333;
  margin-top: 186px;
  flex-grow: 1;
  width: 100%;
}/*# sourceMappingURL=style.css.map */