/*
Theme Name: De Lange Flooring
Theme URI: http://delangeflooring.nl
Description: Wordpress thema voor De Lange Flooring
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: delangeflooring
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 28);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -16);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-Bold.eot');
    src: url('fonts/StageGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-Bold.woff2') format('woff2'),
        url('fonts/StageGrotesk-Bold.woff') format('woff'),
        url('fonts/StageGrotesk-Bold.svg#StageGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-Black.eot');
    src: url('fonts/StageGrotesk-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-Black.woff2') format('woff2'),
        url('fonts/StageGrotesk-Black.woff') format('woff'),
        url('fonts/StageGrotesk-Black.svg#StageGrotesk-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-ExtraBold.eot');
    src: url('fonts/StageGrotesk-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-ExtraBold.woff2') format('woff2'),
        url('fonts/StageGrotesk-ExtraBold.woff') format('woff'),
        url('fonts/StageGrotesk-ExtraBold.svg#StageGrotesk-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-Regular.eot');
    src: url('fonts/StageGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-Regular.woff2') format('woff2'),
        url('fonts/StageGrotesk-Regular.woff') format('woff'),
        url('fonts/StageGrotesk-Regular.svg#StageGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-Medium.eot');
    src: url('fonts/StageGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-Medium.woff2') format('woff2'),
        url('fonts/StageGrotesk-Medium.woff') format('woff'),
        url('fonts/StageGrotesk-Medium.svg#StageGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stage Grotesk';
    src: url('fonts/StageGrotesk-Light.eot');
    src: url('fonts/StageGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/StageGrotesk-Light.woff2') format('woff2'),
        url('fonts/StageGrotesk-Light.woff') format('woff'),
        url('fonts/StageGrotesk-Light.svg#StageGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.125;
    position: relative;
    display: block;
    font-weight: bold;
    text-wrap: balance;
}

h1,
.h1 {
    font-size: 52px;
    margin-bottom: var(--medium);
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 32px;
}

.h4,
h4 {
    font-size: 24px;
    color: #ADE0EE;
    font-weight: 500;
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: var(--tiny);
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: var(--tiny);
}



body {
    font-size: 18px;
    font-weight: 400;
   font-family: 'Stage Grotesk';
    overflow-x: hidden;
    line-height: 1.625;
    color: #1E292A;
    margin: 0

}

body.overflow-hidden {
    overflow: hidden;
}

/*main {
    margin-top: var(--large);
}*/


p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 2.5px;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
     margin-bottom: var(--extrasmall);
}

li {
    list-style: none;
}

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

label {
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: var(--medium);
    margin-bottom: var(--medium);
    border: 0;
    border-top: 0;
}

blockquote {
    font-size: 20px;
    margin: 0;
    line-height: 1.375
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.375;
    width: 100%;
    position: relative;
    padding: 12.5px 20px;
    background-color: #ffffff;
    color: #1E292A;
    font-weight: 300;
    border: 1px solid #1E292A;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

fieldset {
    border: 0;
    padding: 0;
}



::-webkit-input-placeholder {
    color: rgba(0, 70, 64, 0.40);
}

::-moz-placeholder {
    color: rgba(0, 70, 64, 0.40);
}

:-ms-input-placeholder {
    color: rgba(0, 70, 64, 0.40);
}

::-moz-selection {
    background-color: #ADE0EE;
    color: #ffffff;
}

::selection {
    background-color: #ADE0EE;
    color: #ffffff;
}

::-moz-selection {
    background-color: #ADE0EE;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
   
}

table tr :is(th, td) {
    min-width: 45px;
}






b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--huge) * -1);
        margin-left: calc(var(--huge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--huge);
        padding-left: var(--huge);
    }

    .row.extralarge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

     .row.mediumlarge-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.mediumlarge-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.mediumlarge-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.mediumlarge-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.smallmedium-gutters {
        margin-right:  calc(var(--smallmedium) * -1);
        margin-left: calc(var(--smallmedium) * -1);
    }

    .row.smallmedium-gutters [class*="col-"] {
        padding-right: var(--smallmedium);
        padding-left: var(--smallmedium);
    }
 
    .row.small-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.small-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }


    .row.tiny-gutters {
        margin-right:  calc(var(--tiny) * -1);
        margin-left: calc(var(--tiny) * -1);
    }

    .row.tiny-gutters [class*="col-"] {
        padding-right: var(--tiny);
        padding-left: var(--tiny);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 12.5px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    color: #1E292A;
    font-weight: 500;
    line-height: 1.125;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    background: #ADE0EE;
    border: 1px solid #ADE0EE;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: none;
    margin-bottom: 10px;
}

.btn:not(.btn--simple):before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17.4140625 10.828125'><polygon fill='transparent' points='16 4 12 0 10.5859375 1.4140625 13.5859375 4.4140625 0 4.4140625 0 6.4140625 13.5859375 6.4140625 10.5859375 9.4140625 12 10.828125 16 6.828125 17.4140625 5.4140625 16 4'/></svg>");
    width: 15px;
    line-height: 0;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17.4140625 10.828125'><polygon  points='16 4 12 0 10.5859375 1.4140625 13.5859375 4.4140625 0 4.4140625 0 6.4140625 13.5859375 6.4140625 10.5859375 9.4140625 12 10.828125 16 6.828125 17.4140625 5.4140625 16 4'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:before {
    -webkit-transform: translateX(2.5px);
    transform: translateX(2.5px);
}

.btn:after {
    content: '';
    position: absolute;
    top: 100%;
    right: -1px;
    width: 12.5px;
    height: 10px;
    background: #ADE0EE;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    pointer-events: none;
}

.btn.btn--outline {
    background-color: transparent;
}

.btn.btn--outline:before {
    background: #ADE0EE;
}

.btn--small {
        padding: 7.5px 12.5px;
        font-weight: bold
}


/* Header */

body.home header {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ffffff;
}

body.home header:is(.scrolled, .open) {
    background: #ffffff;
    color: #1E292A
}

body.not-home header {
    position: sticky;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
     background: #ffffff;
}

header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--small);
    padding: var(--small) 0;
}

header nav.navigation .navigation-brand {
    width: 100%;
    max-width: 180px;
    position: relative;
    margin: 0;
    z-index: 1;
    margin-right: auto;
    line-height: 0;
}

header nav.navigation .navigation-brand svg {
    top: 5px;
    position: relative;
}

header nav.navigation .navigation-brand svg .st0 {
    fill: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header:is(.scrolled, .open) nav.navigation .navigation-brand svg .st0,
body.not-home header nav.navigation .navigation-brand svg .st0 {
    fill: #1E292A;
}

header nav.navigation .navigation-brand svg .st1 {
    fill: #ade0ee;
}

header nav.navigation .navigation-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--medium);
    align-items: center;
    width: 100%;
    font-size: 18px;
}

header nav.navigation .navigation-menu > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1;
    width: 100%;
    justify-content: center;
    flex: 1;
}

header nav.navigation .navigation-menu > ul li {
    position: relative;
}


header nav.navigation .navigation-menu > ul li a {
    display: block;
    text-decoration: none;
    padding: var(--extrasmall) 0;
     white-space: nowrap;
     font-weight: bold;
      -webkit-transition: all .3s;
    transition: all .3s;
}

header nav.navigation .navigation-menu > ul li a:hover,
header nav.navigation .navigation-menu > ul li.current-menu-item a {
    color: #ADE0EE;
}

body.home header:not(:is(.scrolled, .open)) nav.navigation .navigation-menu > ul li a {
        text-shadow: 0px 0px 12px #00000029;
}


header nav.navigation .navigation-menu > ul li.menu-item-has-children > a:after {
    
    display: inline-block;
    margin-left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #ADE0EE;
    vertical-align: 1px;
}


header nav.navigation .navigation-menu > ul li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}




header nav.navigation .navigation-menu > ul li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: #ffffff;
        color: #1E292A;
    padding: var(--extrasmall) var(--small);
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    z-index: 10;
    text-align: left;
    left: 50%;
    border-radius: 10px;
    padding: 5px;
    /* display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    font-size: 14px; */
}

header nav.navigation .navigation-menu > ul li > ul li a {
    padding: 10px 15px;
    border-radius: 5px;
    white-space: nowrap;
}

header nav.navigation .navigation-menu > ul li > ul li a:before {
        content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    color: #ADE0EE;
    font-size: 14px;
    margin-right: 10px
}

header nav.navigation .navigation-menu > ul li > ul li a:hover {

    background: rgba(5, 170, 83, 0.10);
}

header nav.navigation .navigation-menu > ul li.menu-item-has-children.open > ul {
      opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}


header nav.navigation .navigation-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: none;
    align-self: center;
}

header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2px;
}


header nav.navigation .navigation-toggler.collapsed span {
    background-color: #ffffff;
}

header:is(.scrolled, .open) nav.navigation .navigation-toggler.collapsed span,
body.not-home header nav.navigation .navigation-toggler.collapsed span {
    background-color: #1E292A;
}

header nav.navigation .navigation-toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler.collapsed span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler.collapsed span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler.collapsed span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler span {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header:is(.scrolled, .open) nav.navigation .navigation-toggler span,
body.not-home header nav.navigation .navigation-toggler span {
    background-color: #1E292A;
}

header nav.navigation .navigation-toggler span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navigation .navigation-toggler span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}


/* header */

section.header {
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

section.header .header-content {
    position: relative;
    text-shadow: 0px 0px 12px #00000029;
    padding: var(--massive) 0 var(--huge) 0;
    text-align: center;
}

section.header .header-content .header-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
        justify-content: center;
}

section.header .header-content .header-content__buttons .btn.btn--outline {
    color: #ffffff
}

section.header .header-content > *:last-child {
    margin-bottom: 0;
}

section.header .header-image {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 0;
}

section.header .header-image:before {
   content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background: transparent linear-gradient(0deg, #000000BE 0%, #54545400 100%);
    z-index: 1;
    pointer-events: none;
}
section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
}

section.header .header-subimage {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 3 / 1.125;
    margin-top:  var(--medium);
   
}

section.header .header-subimage:before {
    content: '';
    position: absolute;
    top: var(--extralarge);
    right: -100vw;
    bottom: 0;
    left: -100vw;
    background: #ffffff;
    pointer-events: none;
}

section.header .header-subimage .header-subimage__label {
       border-radius: 15px;
    background: #ADE0EE;
    padding: 10px 15px;
    position: absolute;
    top: var(--small-negative);
    right: var(--medium);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

section.header .header-subimage .header-subimage__label span {
    display: block
}

section.header .header-subimage .header-subimage__label span:nth-child(2) {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

section.header .header-subimage :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
     border-radius: 15px;
}

/* Slider */

section.slider {
    position: relative;
    overflow: hidden;
    padding: var(--extralarge) 0;
    background: #F4FBFD;
}

section.slider .slider-header {
    margin-bottom: var(--medium);
    max-width: 576px;

}

section.slider .slider-header :is(h4, h5, h6):first-child {
    margin-bottom: 5px
}

section.slider .slider-header *:last-child{
    margin-bottom: 0;
}

section.slider .slider-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

section.slider .slider-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}



/* Logo */

section.logo {
    position: relative;
    overflow: hidden;
    margin: var(--extralarge) 0;
}

section.logo .logo-header {
    margin-bottom: var(--medium);
    max-width: 576px;

}

section.logo .logo-header :is(h4, h5, h6):first-child {
    margin-bottom: 5px
}

section.logo .logo-header *:last-child{
    margin-bottom: 0;
}

section.logo .logo-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

section.logo .logo-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/* Block */

section.block {
    position: relative;
    margin: var(--largehuge) 0;
}

section.block .block-content {
       background: #F0F0E9;
    padding: var(--large);
    top: var(--huge-negative);
    position: relative;
}

section.block .block-content :is(h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6) {
    color: #ADE0EE;
}

section.block .block-content ul {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

section.block .block-content ul li a {
    padding: var(--small) 0;
    border-bottom: 1px solid #D2D2C3;
    text-decoration: none;
    display: block;
    position: relative;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.block .block-content ul li a:hover {
        color: #ADE0EE;
}


section.block .block-content ul li a:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
    line-height: 1;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    font-size: 20px;
    color: #ADE0EE;
}

section.block .block-content ul li a:hover:after {
     -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.block .block-content .block-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.block .block-image {
    position: relative;
    display: block;
    padding-bottom: 75%;
    height: 100%;
}

section.block .block-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* About */

section.about {
    position: relative;
}

section.about:has(+ section.objects.objects--background):before {
        content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: #F0F0E9;

}

section.about .about-background {
    background: #270000;
    padding: var(--largehuge) var(--extralarge);
    color: #ffffff;
}

section.about .about-content {
    position: relative;
    z-index: 1;
}

section.about .about-content :is(h1, .h1) {
    margin-right: var(--massive-negative)
}

section.about .about-content :is(h5, h6, .h5, .h6) {
    color: #ffffff;
}

section.about .about-content .about-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.about .about-content .about-content__buttons .btn:before {
	background: #ffffff;
}

section.about .about-content .about-content__buttons .btn:hover {
	color: #270000;
}

section.about .about-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: var(--small);
    padding-bottom: var(--extralarge);
    margin-top: var(--medium-negative);
    margin-bottom: var(--medium-negative);
} 

section.about .about-images .about-images__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    flex: 1;
}

section.about .about-images .about-images__image:first-child {
        top: var(--extralarge);
}

section.about .about-images .about-images__image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* Intro */

section.intro {
    background: #F0F0E9;
    padding: var(--extralarge) 0;
}

section.intro .intro-content {

}

section.intro .intro-content *:last-child {
    margin-bottom: 0
}


/* Post */

section.post {
    margin: 0 0 var(--extralarge) 0;
    overflow: hidden;
}

section.post .post-header {
    background: #F0F0E9;
    padding: var(--extralarge) 0 var(--large) 0;
    text-align: center;
    text-wrap: balance;
}

section.post .post-header :is(b, strong) {
    font-weight: 500
}

section.post .post-header .post-header__author {
    display: -webkit-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: var(--extrasmall);
     margin-top: var(--small);
        text-align: left;
}

section.post .post-header .post-header__author .post-header__image {
     position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    width: 75px;
    overflow: hidden;
    border-radius: 50%
}

section.post .post-header .post-header__author .post-header__image img {
      position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
        left: 0;
    right: 0;
}

section.post .post-header .post-header__author .post-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        line-height: 1.5;
        font-weight: 500
}

section.post .post-header .post-header__author .post-header__name :is(b, strong) {
    color: #ADE0EE;
    display: block;
    font-size: 18px;
}


section.post .post-header *:last-child {
    margin-bottom: 0
}




section.post .post-image {
    position: relative;
    display: block;
    aspect-ratio: 2 / 1;
}

section.post .post-image:before {
        content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50%;
    height: 50%;
    background: #F0F0E9;
    pointer-events: none;
}

section.post .post-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.post .post-content {
    padding-top: var(--large);
}

section.post .post-content img {
    max-width: 100%;
    height: auto
}

section.post .post-content *:last-child {
    margin-bottom: 0
}

/* Banner */

section.banner  {
    position: relative;
    overflow: hidden;
    margin-bottom: var(--extralarge)
}

section.banner.banner--background {
    background: #F0F0E9;
}

section.banner:has(.banner-content) {
    padding-bottom: var(--extralarge)
}


section.banner .banner-background {
    position: relative;
    display: block;
    aspect-ratio: 3 / 1;
    /*width: calc(var(--container) + calc(var(--container) / 2));*/
    width: calc(100% + calc(100vw - var(--container)) / 2);
    float: right;
}


section.banner .banner-background :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.banner .banner-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    margin-top: var(--extralarge-negative);
}

section.banner .banner-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.banner .banner-content {
    position: relative;
    padding: var(--large) var(--large) 0 var(--large);
    color: #ffffff
}

section.banner .banner-content:before {
       content: '';
    position: absolute;
    right: 0;
    bottom: var(--extralarge-negative);
    width: calc(var(--container) + calc(var(--container) / 2));
    background: #270000;
    z-index: -1;
    height: 300%;
}

/* Article */

article.article {
    padding: var(--extralarge) 0;
    position: relative;
    /* overflow: hidden */
}

article.article.article--background {
     padding: var(--extralarge) 0;
     background-color: #F4FBFD;
}


article.article .article-content {
    position: relative;
    z-index: 1;
}

article.article .article-content.article-content--sticky {
      position: sticky;
    top: calc(var(--headerheight) + var(--extralarge));
}

article.article .article-content :is(h4, h5, h6):first-child {
    margin-bottom: 5px
}

article.article .article-content :is(p, div, ul, ol) + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: var(--medium);
}

article.article .article-content a:not(.btn, button) {
    color: #ADE0EE;
}

article.article .article-content ul li {
	position: relative;
    list-style: inside;
}


article.article .article-content .article-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

article.article .article-content .accordion + .article-content__buttons {
    justify-content: end;
}

article.article .article-content > *:last-child {
    margin-bottom: 0;
}

article.article .article-content img {

}

article.article .article-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 45px) calc(100% - 30px), 0 calc(100% - 30px), 0 0);

}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-sticky {
  
}

article.article .article-image.article-image--portrait {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    width: 50vw;
    float: right;
    clip-path: unset;

}

article.article .article-image.article-image--portrait:first-child {
    margin-top: var(--extralarge-negative)
}



/* Cards */

section.cards {
    position: relative;
    display: block;
    margin: var(--extralarge) 0;
    overflow: hidden
}

section.cards .cards-header {
    margin-bottom: var(--medium);
    max-width: 576px;

}

section.cards .cards-header :is(h4, h5, h6):first-child {
    margin-bottom: 5px
}

section.cards .cards-header *:last-child{
    margin-bottom: 0;
}

section.cards .card {
    position: relative;
    border: 0;
    overflow: hidden;
}

section.cards .card .card-image  { 
    aspect-ratio: 3 / 2;
    position: relative;
    display: block;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 45px) calc(100% - 30px), 0 calc(100% - 30px), 0 0);
    margin-bottom: -30px;
}

section.cards .card .card-image img {
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card:hover .card-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.cards .card .card-image .card-image__content {
        position: absolute;
    right: var(--smallmedium);
    bottom: var(--smallmedium);
    left: var(--smallmedium);
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 15px #000000B2;
    display: flex;
    align-items: center;
    gap: var(--smallmedium);
}

section.cards .card .card-image .card-image__content .card-image__arrow {
    width: 47.5px;
    height: 47.5px;
    background: #ADE0EE;
        display: flex;
    align-items: center;
    justify-content: center;
}

section.cards .card .card-image .card-image__content .card-image__arrow:before {
     content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17.4140625 10.828125'><polygon fill='transparent' points='16 4 12 0 10.5859375 1.4140625 13.5859375 4.4140625 0 4.4140625 0 6.4140625 13.5859375 6.4140625 10.5859375 9.4140625 12 10.828125 16 6.828125 17.4140625 5.4140625 16 4'/></svg>");
    width: 15px;
    line-height: 0;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17.4140625 10.828125'><polygon  points='16 4 12 0 10.5859375 1.4140625 13.5859375 4.4140625 0 4.4140625 0 6.4140625 13.5859375 6.4140625 10.5859375 9.4140625 12 10.828125 16 6.828125 17.4140625 5.4140625 16 4'/></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block
}

section.cards .card .card-image .card-image__content *:last-child {
    margin-bottom: 0
}

section.cards .card .card-content {
    position: relative;
    padding-top: var(--small);
    padding-bottom: var(--small);
    padding-right: var(--large);
}


section.cards .card .card-content *:last-child {
    margin-bottom: 0
}


/* Accordion */

.accordion  {

}

.accordion .accordion-item {
    background: #F0EEE3;
    border-bottom-left-radius: 15px;
    padding: var(--small) var(--smallmedium);
    padding-left: 60px;
    display: block;
    margin-bottom: var(--extrasmall);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.accordion .accordion-item .accordion-item__toggler {
       font-weight: bold;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .accordion-item .accordion-item__toggler:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro Solid';
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-25%, 0%) rotate(90deg);
    transform: translate(-25%, 0%) rotate(90deg);
    left: -30px;
    color: #ADE0EE;
}


.accordion .accordion-item .accordion-item__toggler[aria-expanded="true"]:before {
   -webkit-transform: translate(-25%, 0%) rotate(-90deg);
    transform: translate(-25%, 0%) rotate(-90deg);

}

.accordion .accordion-item .accordion-item__content {
    padding-top: var(--tiny);
}




/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
}

.social-media li {
}



.social-media li a {
    background: #FAF9F5;
    color: #1E292A;
    width: 48px;
    height: 48px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    text-decoration: none;
}

.social-media li a:hover {
    background-color:#ADE0EE;
    color: #ffffff;
}

.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}

/* Slick slider */

.slick-list {
    overflow: visible
}


.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    line-height: 0;
    margin-bottom: 0;
    margin-top: var(--smallmedium);
}

.slick-dots li button{
    background: #F0EEE3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    aspect-ratio: 1 / 1;
    line-height: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #ADE0EE
}



/* Gravity forms */

.gform_wrapper {
    margin-top: var(--smallmedium);
        position: relative;
}

.gform_wrapper .gform_body .gform_fields {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    gap: var(--small) var(--extrasmall);
}

.gform_wrapper .gform_body .gform_fields .gfield {
    grid-column: 1 / -1;
    min-inline-size: 0;
    position: relative;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    padding: 0 10px;
    font-size: 12px;
}

.gform_wrapper .gform_footer {
    margin-top: var(--extrasmall);
}

@media (min-width: 992px) {
   
    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-full {
        grid-column: span 12
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
        grid-column: span 11
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-five-sixths {
        grid-column: span 10
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-three-quarter {
        grid-column: span 9
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-two-thirds {
        grid-column: span 8
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
        grid-column: span 7
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
        grid-column: span 6
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
        grid-column: span 5
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-third {
        grid-column: span 4
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-quarter {
        grid-column: span 3
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-one-sixth {
        grid-column: span 2
    }

    .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-one-twelfth {
        grid-column: span 1
    }
}

/* Footer*/

footer {
    position: relative;
    background: #1E292A;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
        padding: var(--extralarge) 0 var(--medium) 0;
}

footer .footer-branding {
  
}

footer .footer-branding .footer-branding__logo {
    line-height: 0;
    padding-bottom: var(--small);
    max-width: 300px;
}

footer .footer-branding p {
    margin-bottom: var(--medium);
}


footer .footer-menu {

}

footer .footer-menu :is(h5, .h5) {
    color: #ADE0EE;
}

footer .footer-menu ul {
    margin-top: var(--small);
    margin-bottom: 0
}

footer .footer-menu ul li {

}

footer .footer-menu ul li a {
    text-decoration: none;
}

footer .footer-menu ul li.current-menu-item a,
footer .footer-menu ul li a:hover,
footer .footer-menu ul li a b {
    color: #ADE0EE;
}



footer .footer-contact {
    color: #ffffff;
    padding: var(--large) 0;
}

footer .footer-contact ul {
    margin-top: var(--medium);
    margin-bottom: 0
}

footer .footer-copyright {
    border-top: 1px solid #ffffff;
    padding-top: var(--medium);
        margin-top: var(--medium);
    color: #ffffff;
    line-height: 1;
}


footer .footer-copyright .footer-copyright__menu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    margin-bottom: 0;
        line-height: 1;
}

footer .footer-copyright .footer-copyright__menu li:not(:last-child):after {
    content: '•';
     padding-left: var(--extrasmall);

}

footer .footer-copyright .footer-copyright__menu li a {
    text-decoration: none;
}

/* Responsive */

@media (max-width: 1600px) {
    
    
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
        --container: 1140px;
    }


}

@media (max-width: 1200px) {
     :root  {
        --base: 10px;
         --container: 992px;
    }

}

@media (max-width: 992px) {

      
         
    :root  {
        --base: 7.5px;
    }

       
    h1,
    .h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
       font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }
    
    body {
        font-size: 15px;
        margin: 0;
    }

    header nav.navigation {
        padding: var(--extrasmall) 0;
    }

    header nav.navigation .navigation-brand {
        max-width: 180px;
    }

    header nav.navigation .navigation-brand:before {
       width: 34.5px;
    }

    header nav.navigation .navigation-toggler {
        display: block;
    }

    header nav.navigation .navigation-menu {
        position: fixed;
        overflow-x: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        z-index: -2;
        top: var(--headerheight);
        left: 0;
        right: 0;
        background: #1E292A;
        bottom: 0;
        flex-direction: column;
        align-items: start;
        gap: 0;
        padding: var(--small);
        padding-top:var(--extrasmall);
    }
   

    header nav.navigation .navigation-menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    header nav.navigation .navigation-menu > ul#top-menu {
        background: #ADE0EE;
            
    }

    header nav.navigation .navigation-menu > ul {
        flex-direction: column;
        padding: 0;
        gap: 0;
        width: 100%;
        justify-content: start;
        flex: unset;
    }


    header nav.navigation .navigation-menu > ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    header nav.navigation .navigation-menu > ul > li a {
        color: #ffffff;
        text-shadow: none !important;
            padding: var(--small) 0;
    }

    header nav.navigation .navigation-menu > ul li.menu-item-has-children.open > ul {
        position: relative;
    }

    header nav.navigation .navigation-menu .btn {
        margin-top: auto;
        width: 100%;
   
        margin-bottom: var(--small);
    }

    article.article .article-image.article-image--portrait:first-child {
        margin-top: 0;
    }

    article.article .article-image.article-image--portrait {
        width: auto;
        float: unset;
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
    }
   

    footer .footer-menu ul {
        margin-top: 0
    }

    
    
   

}   


