/*
Theme Name: Strong Objekt
Theme URI: http://condor-group.eu
Description: Wordpress thema voor Strong Objekt
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: strong
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


:root  {
    --base: 15px;
    --massive: calc(var(--base) * 16);
    --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(5px, calc(var(--base) * 0.5));

    --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(-5px, calc(var(--base) * -0.5));
}

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

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

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


@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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

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

.h2,
h2 {
    font-size: 36px;
    line-height: 1.125;
}

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

.h4,
h4 {
    font-size: 24px;
    margin-bottom: var(--extrasmall);
}

.h5,
h5 {
    font-size: 18px;
    margin-bottom: var(--extrasmall);
}

.h6,
h6 {
    font-size: 16px;
    margin-bottom: 0;
}



body {
    font-size: 16px;
    font-weight: 300;
   font-family: "Barlow", sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
    background: #F7F6F2;
    color: #121B2E;
    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;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    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-bottom: 0;
    margin-top: var(--extralarge);
    border-bottom: 1px solid #00263E;
    border-top: 0;
}

hr.transparent {
    border: 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.25;
    width: 100%;
    position: relative;
    /* padding: 12.5px 27.5px; */
     padding: 12.5px 22.5px;
    border: 0;
    background-color: #ffffff;
    border-radius: 0;
    font-weight: 300;

}

select:not([multiple]) {
    background-image: url(images/select.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 12.5px) center;
}

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

fieldset {
    border: 0;
    padding: 0;
}



::-webkit-input-placeholder {
    color: #121B2E;
}

::-moz-placeholder {
    color: #121B2E;
}

:-ms-input-placeholder {
    color: #121B2E;
}

::-moz-selection {
    background-color: #121B2E;
    color: #ffffff;
}

::selection {
    background-color: #121B2E;
    color: #ffffff;
}

::-moz-selection {
    background-color: #121B2E;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: var(--extrasmall);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: auto;
}

table tr th {
    
}

table tr :is(th, td) {
    padding: 12.5px 5px;
    border-bottom: 1px solid #121B2E;
}

table tr :is(th, td):first-child {
    padding-left: 0px;
}

table tr :is(th, td):last-child {
        width: 0px;
    padding-right: 0px;
    white-space: nowrap;
    text-align: right
    
}

table tr:first-child :is(th, td) {
    padding-top: 0;
}

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;
}



.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 7.5px 10px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
   background: #EF9600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn:after {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path fill="transparent" d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    background: currentColor;
    width: 10px;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.btn--secondary {
    background: #121B2E;
}

.read-more {
    color: #EF9600;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.read-more:after {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path fill="transparent" d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    background: currentColor;
    width: 10px;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.read-more:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.download {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    gap: 7.5px;
}

.download:before {
    content: url(images/download.svg);
    display: block;
    width: 15px;
}

.popover {
    position: absolute;
    bottom: 0;
    left: 0;
}

.popover.popover--bottomright {
    left: unset;
    right: 0;
}

.popover.popover--topleft {
    top: 0;
    bottom: unset;
}

.popover.popover--topright {
    top: 0;
    bottom: unset;
    right: 0;
    left: unset;
}

.popover .popover-trigger {
    width: 30px;
    height: 30px;
    background-color: #121B2E;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: center;
    cursor: pointer;
}

.popover.popover--bottomright .popover-trigger {
    transform: rotate(270deg);
}

.popover.popover--topleft .popover-trigger {
    transform: rotate(90deg);
}

.popover.popover--topright .popover-trigger {
    transform: rotate(180deg);
}

.popover .popover-content {
    background: #121B2E;
    color: #ffffff;
    bottom: 0;
    left: 0;
    display: block;
    aspect-ratio: 1 / 1;
    height: auto;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: absolute;
    width: 300px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--medium);
    transform: translate(-100%, 100%);
     -webkit-transition: all 0.45s;
    transition: all 0.45s;
    visibility: hidden;
    opacity: 0;
}

.popover.popover--bottomright .popover-content {
    transform: translate(0%, 100%);
}

.popover.popover--topleft .popover-content {
    transform: translate(-100%, -30px);
}

.popover.popover--topright .popover-content {
    transform: translate(30px, -30px);
}

.popover.open .popover-content {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

.popover.popover--bottomright.open .popover-content {
    transform: translate(calc(-100% + 30px), 0%);
}

.popover.popover--topleft.open .popover-content {
   transform: translate(0%, calc(100% - 30px));
}

.popover.popover--topright.open .popover-content {
    transform: translate(calc(-100% + 30px), calc(100% - 30px));
}



.popover .popover-close {
   width: 30px;
    height: 30px;
    background-image: url(images/x.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    cursor: pointer;
}

.popover.popover--bottomright .popover-close {
    left: 7.5px;
    right: 0;
}


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


/* Header */

header {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
}

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

header nav.navigation.navigation--background {
    background: #121B2E;
    padding: 0 var(--small);
} 

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

header nav.navigation .navigation-brand svg .st0 {
    fill: #121b2e;
}

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


header nav.navigation .navigation-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    align-items: center;
    padding: 20px 22.5px;
    font-family: 'Exter';
    font-weight: bold;
    font-size: 14px;
}

header:has(+ main section.header:first-child) nav.navigation:first-child .navigation-menu {
    color: #ffffff;
    text-shadow: 0px 0px 15px rgb(18 27 46 / 50%);
}

header nav.navigation .navigation-menu.navigation-menu--background {
    background: #ffffff;
    text-shadow: unset;
    color: #121B2E;
    flex: 1;
    padding: 15px 22.5px;
}

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

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

header nav.navigation .navigation-menu > ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

header nav.navigation .navigation-menu > ul li.current-menu-item a {
    text-decoration-line: underline;
     color: #EF9600;
}
header nav.navigation .navigation-menu > ul li:hover a {
    color: #EF9600
}


header nav.navigation .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);
    margin-bottom: 0;
}

header nav.navigation .wpml-ls-legacy-list-horizontal ul li img {
    width: 30px;
}

header nav.navigation .navigation-form {
    min-width: 210px;
    display: flex;
    flex-wrap: nowrap;
    background: #ffffff;

}

header nav.navigation .navigation-form input {
    line-height: 1.5;
}

header nav.navigation .navigation-form button {
    padding: 0 20px;
    cursor: pointer;
}

header nav.navigation .navigation-form button:before {
    content: url(images/search.svg);
    width: 15px;
    display: block;
}

header nav.navigation .navigation-cart { 
        display: flex;
    align-items: center;
    gap: 10px;
}

header nav.navigation .navigation-cart span { 
      width: 15px;
    height: 15px;
    background: #EF9600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

header nav.navigation .navigation-toggler {
   position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    align-self: center;
    padding-right: 52.5px;
    cursor: pointer;
}

header nav.navigation .navigation-toggler:after {
       content: 'menu';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

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

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

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

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: 15px;
    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: #121B2E;
}

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

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: 4px;
}



.submenu {
    position: absolute;
    top: var(--headerheight);
    right: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: var(--tiny)
}

.submenu.active {
    opacity: 1;
    visibility: visible;
}


.submenu .submenu__wrapper {
    position: relative;
    background: #FFFFFF;
    padding: var(--medium);
}

.submenu .submenu__wrapper .submenu__logo {
    max-width: 75px;
}

.submenu .submenu__wrapper .submenu__menu {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall)
}

.submenu .submenu__wrapper .submenu__menu * {
    margin-bottom: 0;
}

.submenu .submenu__wrapper .submenu__menu ul {
    margin-bottom: 0;
    line-height: 2
}

.submenu .submenu__wrapper .submenu__menu ul li a {
    display: flex;
    align-items: center;
        white-space: nowrap;
    gap: 10px;
    align-self: stretch;
    font-family: 'Exter';
    font-size: 14px;
    font-weight: bold;


     text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

.submenu .submenu__wrapper .submenu__menu ul li a:before {
    content: url(images/arrow-orange.svg);
    width: 10px;
    line-height: 0;
    transition: all 0.3s
}

.submenu .submenu__wrapper .submenu__menu ul li a:hover {
    color: #EF9600;
}

.submenu .submenu__wrapper .submenu__menu ul li.current-menu-item a {
    text-decoration-line: underline;
     color: #EF9600;
}

.submenu .submenu__wrapper .submenu__menu ul li a:hover:before {
     transform: rotate(45deg);
}



.submenu .submenu__wrapper .submenu__contact {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall)
}

.submenu .submenu__wrapper .submenu__contact * {
    margin-bottom: 0;
}


/* header */

section.header {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #00263E
}

section.header .header__content {
    position: relative;
    padding-top: calc(var(--extralarge) + var(--headerheight));
    padding-bottom: var(--extralarge);
     padding-right: var(--extralarge)
}


section.header .header__content  > ul {
    font-weight: bold;
    margin-top: var(--mediumlarge)
}

section.header .header__content >  ul li a {
   position: relative;
    padding-left: 22.5px;
}

section.header .header__content > ul li a:before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path fill="transparent" d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    background: currentColor;
    width: 10px;
    line-height: 0;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

section.header .header__content > ul li a:hover:before {
    transform: translateY(-50%) rotate(45deg);
}


section.header .header__content .header__content-title {
        margin-bottom: 0;
}

section.header .header__content .header__content-title * {
    margin-bottom: 0
}

section.header .header__content .header__content__text {
    margin-top: calc(var(--small) * 2)
}

section.header .header__content .header__content__image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

section.header .header__content .header__content__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.header .header__image {
    position: relative;
    display: block;
    padding-bottom: 100%;
    width: 50vw;
    overflow: hidden;
    height: 100%;
}

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


/* Subheader */


section.subheader {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #00263E;
    padding-top: calc(var(--medium) + var(--headerheight));
}

section.subheader .subheader__image {
    position: relative;
    display: block;
   aspect-ratio: 1 / 1;
   overflow: hidden
}

section.subheader .subheader__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.subheader .subheader__content {
    position: relative;
    padding-top: var(--extralarge);
    padding-bottom: var(--extralarge);
     padding-left: var(--extralarge);
}

section.subheader .subheader__content ul {
    font-weight: bold;
    margin-top: var(--mediumlarge)
}

section.subheader .subheader__content ul li a {
   position: relative;
    padding-left: 22.5px;
}

section.subheader .subheader__content ul li a:before {
    content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path fill="transparent" d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M11.9229736.618103c-.1013184-.244751-.2961426-.4396362-.5408936-.5410156-.1221924-.0505371-.2518921-.0770874-.3820801-.0770874H1C.4477539,0,0,.4477539,0,1s.4477539,1,1,1h7.5859375L.2929688,10.2929688c-.390625.390625-.390625,1.0234375,0,1.4140625.1953125.1953125.4511719.2929688.7070312.2929688s.5117188-.0976562.7070312-.2929688L10,3.4140625v7.5859375c0,.5527344.4472656,1,1,1s1-.4472656,1-1V1c0-.130127-.0264893-.2597656-.0770264-.381897Z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    background: currentColor;
    width: 10px;
    line-height: 0;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}


section.subheader .subheader__content ul li a:hover:before {
    transform: translateY(-50%) rotate(45deg);
}

/* Block 1 */

section.block1 {
    position: relative;
}

section.block1 .block1__title {
    margin-right: var(--extralarge);
    margin-top: var(--extralarge);
    margin-left: calc(var(--extralarge) / 2);
    margin-bottom: var(--extralarge);
}

section.block1 .block1__title *:last-child {
    margin-bottom: 0;
}

section.block1 .block1__content {
    border: 1px solid #7C7E82;
    margin: -1px -1px 0 -1px;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--extralarge);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
}

section.block1:has(.block1__square.block1__square--top) .block1__content {
    margin-top: var(--extralarge);
}

section.block1 .block1__content.block1__content--secondary {
    border: 0;
    background: #EFEDE8;
    margin: 0;
}

section.block1 .block1__content:after {
    content: '';
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    margin: -1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

section.block1 .block1__content.block1__content--secondary:after {

    margin: 0;
}

section.block1 .flex-row-reverse .block1__content.block1__content--secondary:after {
    left: 0;
        right: unset;
}

section.block1 .block1__content p:last-of-type {
    margin-bottom: 0
}

section.block1 .block1__content .block1__content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}


section.block1 .block1__image {
       position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-left: auto;
    width: calc(100% - calc(var(--extralarge) * 1.5));
    margin-top: auto;
}


section.block1 .block1__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.block1 .block1__background {
    position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}

section.block1 .block1__background .block1__background__logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    aspect-ratio: 1 / 1;
    width: 33.333%;
}

section.block1 .flex-row-reverse .block1__background .block1__background__logo {
    left: 0;
    right: unset;
}

section.block1 .block1__background 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.block1 .block1__square {
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    margin: -1px -1px 0 -1px;
}

section.block1 .block1__square.block1__square--right {
    margin-left: auto;
}

/* Block 2 */

section.block2 {
    position: relative;
}

section.block2 .block2__content {
    padding: var(--extralarge) var(--extralarge) var(--extralarge) 0;
}

section.block2 .block2__products {
    padding: var(--extralarge);
    background: #EFEDE8;
}

section.block2 .block2__products .block2__product {
        display: flex;
    flex-wrap: nowrap;
    align-items: end;
    border-bottom: 1px solid #00263E;
   
    gap: var(--small);
    cursor: pointer;
}

section.block2 .block2__products .block2__product:first-of-type {
     border-top: 1px solid #00263E;

}

section.block2 .block2__products .block2__product h6 {
    padding: 15px 0;
}

section.block2 .block2__products .block2__product span {
    margin-right: auto;
    padding: 15px 0;
}

section.block2 .block2__products .block2__product .block2__product__image {
    position: relative;
    border: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    width: 180px;
}

section.block2 .block2__products .block2__product .block2__product__image:before {
       content: '';
    width: 30px;
    height: 30px;
    background-color: #EF9600;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: center;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

section.block2 .block2__products .block2__product .block2__product__image img {
position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* Block 3 */

section.block3 {
    position: relative;
}

section.block3 .block3__content {
    padding: var(--extralarge);
}

section.block3 .block3__image {
        position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}


section.block3 .block3__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.block3 .block3__overlay {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: var(--medium);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
    background: #00263E;
    color: #ffffff;
        font-family: 'Exter';
        font-weight: bold
}


/* Block 4 */

section.block4 {
    position: relative;
}

section.block4 .block4__content {
         background: #EFEDE8;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--extralarge);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
}

section.block4 .block4__content *:last-child {
    margin-bottom: 0;
}

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


section.block4 .block4__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.block4 .block4__downloads {
        padding: var(--large);
}

section.block4 .block4__downloads a {
    width: 15px;
    display: inline-block;
}

section.block4 .block4__downloads a:before {
    content: url(images/download.svg);
    display: block;
    width: 15px;
    line-height: 1;
}

section.block4 .block4__downloads *:last-child {
    margin-bottom: 0;
}

section.block4 .block4__icons {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.block4 .block4__icons img {
    height: 37.5px;
    width: auto;
}


/* Block 5 */

section.block5 {
    position: relative;
}

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

section.block5 .block5__image.block5__image--margin {
    margin-top: var(--extralarge);
}

section.block5 .block5__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.block5 .block5__content {
    padding-right: var(--extralarge);
    position: relative;
}

section.block5 .block5__content.block5__content--left:before {
        content: '';
    position: absolute;
    top: var(--extralarge-negative);
    right: 0;
    bottom: calc(var(--extralarge-negative) * 4);
    width: 50vw;
    background: #EFEDE8;
    z-index: -1;
    pointer-events: none;
}

section.block5 .block5__content.block5__content--right {
    padding-left: var(--extralarge);
    padding-right: 0
}

/* Block 6 */

section.block6 {
    position: relative;
}

section.block6 .block6__content {
    padding-right: var(--extralarge);
    position: relative;
}

section.block6 .block6__content.block6__content--left:before {
    content: '';
    position: absolute;
    top: calc(var(--extralarge-negative) + var(--tiny-negative));
    right: 0;
    bottom: calc(var(--extralarge-negative) * 4);
    width: 50vw;
    background: #EFEDE8;
    z-index: -1;
    pointer-events: none;
}

section.block6 .block6__content.block6__content--right {
    padding-right: 0;
    padding-top: var(--extralarge);
    padding-left: var(--extralarge);
    padding-bottom: var(--extralarge);
}


section.block6 .block6__content p:last-of-type {
    margin-bottom: 0
}

section.block6 .block6__overlay {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: var(--medium);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
    background: #00263E;
    color: #ffffff;
    font-family: 'Exter';
    font-weight: bold
}

section.block6 .block6__overlay.block6__overlay--secondary {
     color: #00263E;
    background: #ffffff;
}

section.block6 .block6__image {
      position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}

section.block6 .block6__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.block6 .block6__image .block6__image-overlay {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: var(--medium);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: #00263E;
    color: #ffffff;
    font-family: 'Exter';
    font-weight: bold;
    max-width: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

section.block6 .block6__background {
        position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}

section.block6 .block6__background 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.block6 .block6__square {
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    margin: -1px -1px 0 -1px;
}

section.block6 .block6__square.block6__square--right {
    margin-left: auto;
}


/* Block 7 */

section.block7 {
    position: relative;
}

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

section.block7 .block7-image.block7-image--right {
    margin-top: var(--extralarge-negative);
}

section.block7 .block7-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.block7 .block7-content {
   position: relative;
    padding-top: var(--extralarge);
    padding-bottom: var(--extralarge);
}

section.block7 .block7-content.block7-content--left {
    padding-right: var(--extralarge);
   
}

section.block7 .block7-content.block7-content--left:before {
        content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: calc(var(--extralarge-negative) * 3);
    width: 50vw;
    background: #EFEDE8;
    z-index: -1;
    pointer-events: none;
}



/* Block 6 */

section.block8 {
    position: relative;
}

section.block8 .block8__content {
    padding-right: var(--extralarge);
    position: relative;
}

section.block8 .block8__content.block8__content--left:before {
    content: '';
    position: absolute;
    top: calc(var(--extralarge-negative) + var(--tiny-negative));
    right: 0;
    bottom: calc(var(--extralarge-negative) * 4);
    width: 50vw;
    background: #EFEDE8;
    z-index: -1;
    pointer-events: none;
}

section.block8 .block8__content.block8__content--right {
    padding-right: 0;
    padding-top: var(--extralarge);
    padding-left: var(--extralarge);
    padding-bottom: var(--extralarge);
}


section.block8 .block8__content p:last-of-type {
    margin-bottom: 0
}

section.block8 .block8__overlay {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: var(--medium);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
    background: #00263E;
    color: #ffffff;
    font-family: 'Exter';
    font-weight: bold
}

section.block8 .block8__overlay.block8__overlay--secondary {
     color: #00263E;
    background: #ffffff;
}

section.block8 .block8__image {
      position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}

section.block8 .block8__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.block8 .block8__background {
        position: relative;
    display: block;
    border: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

section.block8 .block8__background 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.block8 .block8__square {
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    margin-bottom: var(--tiny-negative);
    margin-left: var(--tiny-negative);
}

/* Banner */

section.banner  {
    position: relative;
    overflow: hidden;
}

section.banner .banner__image {
        position: relative;
    display: block;
    height: clamp(300px, 80vh, 750px);
    overflow: hidden
}

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__square {
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    position: relative;
    margin-top: var(--extralarge-negative);
    margin-left: var(--extralarge-negative);
}

/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
}

article.article .article__header {
    position: relative;
    margin-bottom: var(--large);
}

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


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

article.article .article__content.article__content--background {
    background: #EFEDE8;
    padding: var(--extralarge)
}

article.article .article__content.article__content--background:before {
   content: '';
    width: var(--extralarge);
    height: var(--extralarge);
    border: 1px solid #7C7E82;
    position: absolute;
    right: 0;
    top: 0;
}

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

article.article .article__faq {
    margin-top: var(--medium)
}

article.article .article__image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

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__form {
    padding: var(--mediumlarge);
    background: #EFEDE8;
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
    align-items: start;
}

article.article .article__form * {
    margin-bottom: 0;
}

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

article.article .article__result .article__result-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__result .article__result-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 var(--smallmedium);
    justify-content: end;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
}

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

/* Cards */

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

section.cards:has(.cards__labels) {
    margin-top: 0
}

section.cards .cards__header {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: var(--extralarge);
}
/* section.cards .cards__header.cards__header--margin {

} */


section.cards .cards__header .slick-arrows {
    margin-top: auto;
}

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

section.cards .cards__subheader {
    margin-bottom: 0;
}

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



section.cards .cards__labels {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: var(--extralarge);
        margin-top: -1px;
}
section.cards .cards__labels label {
    width: 90px;
    height: 90px;
    aspect-ratio: 1 / 1;
    border: 1px solid #121B2E;
    margin-left: -1px;
    font-weight: 500;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
    position: relative;
        cursor: pointer;
}

section.cards .cards__labels label:before {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #121B2E;
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

section.cards .cards__labels label:has(input:checked):before { 
    opacity: 1;
    visibility: visible;
}

section.cards .cards__labels label input {
    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;
}

section.cards .cards__sidebar {
        display: flex;
    flex-direction: column;
    gap: 5px;
    position: sticky;
    /* top: calc(var(--headerheight) + var(--small)); */
     top: var(--small);
}

section.cards .cards__sidebar .cards__filter {
    
}

section.cards .cards__sidebar .cards__filter h5 {
    background: #EFEDE8;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 0;
        display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

section.cards .cards__sidebar .cards__filter h5:after {
    content: '+';
        margin-left: auto;
}

section.cards .cards__sidebar .cards__filter h5[aria-expanded="true"]:after {
    content: '-'
}

section.cards .cards__sidebar .cards__filter ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

section.cards .cards__sidebar .cards__filter ul:before {
        content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    background: #121B2E;
    transform: translateX(-50%);
}

section.cards .cards__sidebar .cards__filter ul li {
    
}

section.cards .cards__sidebar .cards__filter ul li label {
        margin-left: 30px;
    display: block;
    padding: 7.5px 10px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

section.cards .cards__sidebar .cards__filter ul li label:before {
        content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #121B2E;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

section.cards .cards__sidebar .cards__filter ul li label:has(input:checked) {
    background: #EFEDE8;
}

section.cards .cards__sidebar .cards__filter ul li label:has(input:checked):before {
    opacity: 1;
    visibility: visible
}

section.cards .cards__sidebar .cards__filter ul li label input {
    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;
}

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



section.cards .card .card__image  { 
    aspect-ratio: 1 / 1;
    position: relative;
    display: block;
    overflow: hidden
}

section.cards .card a.card__image:before {
   content: '';
    height: 100%;
    width: 100%;
    max-width: 30px;
    max-height: 30px;
    background-color: #121B2E;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
}

section.cards .card a.card__image:hover:before {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.75;
}


section.cards .card a.card__image:after {
    content: '';
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 12.5px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s;
    transform: rotate(270deg);
}

section.cards .card a.card__image:hover:after {
    right: calc(100% - 30px);
    bottom: calc(100% - 30px);
    transform: rotate(90deg);
}

section.cards .card .card__image .card__link {
        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section.cards .card .card__image .card__cart {
        background-color: #121B2E;
    background-image: url(images/cart.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s;
}

section.cards .card .card__image .card__cart.card__cart--added {
    pointer-events: none;
    background-color: #EF9600
}

section.cards .card .card__image .card__cart:not(.card__cart--added):before {
        content: '+';
    position: absolute;
    right: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 7.5px;
}

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 .card__image:hover img {
    transform: scale(1.1);
}

section.cards .card .card__content {
    padding-top: 10px;
    text-align: right;
}

section.cards .card .card__content.card__content--left {
    text-align: left;
}


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

section.cards .card .card__background {
    background: #EFEDE8;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--smallmedium)
}

section.cards .card .card__background * {
    margin-bottom: 0
}


/* products */

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

section.products:first-child {
    margin-top: calc(var(--extralarge) + var(--headerheight));
}
section.products .products__header {
    margin-bottom: var(--small);
}

section.products .products__header *:last-child{
    margin-bottom: 0;
}

section.products .product {
    position: relative;
    border: 0;
    background: #FFFFFF
}

section.products .product .product__image  { 
    aspect-ratio: 1 / 1;
    position: relative;
    display: block;
    overflow: hidden
}

section.products .product .product__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.products .product .product__image:hover img {
    transform: scale(1.1);
}

section.products .product .product__content {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    padding: var(--smallmedium);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
}

section.products .product .product__content .product__remove {
    text-decoration: underline;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    line-height: 0;
    transition: all 0.3s
}

section.products .product .product__content .product__remove:hover {
    font-weight: 600;
}

section.products .product .product__content .product__remove:after {
    content: url(images/remove.svg);
    width: 12.5px;
    display: block;
}

section.products .product .product__content *:last-child {
    margin-bottom: 0
}

/* Posts */

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

section.posts .posts__header  {
    margin-bottom: var(--medium)
}

section.posts .posts__header *:last-child  {
    margin-bottom: 0
}

section.posts .post  {
    background: #EFEDE8;
    display: block;
    position: relative;
    height: 100%
}

section.posts .post .post__image  { 
    aspect-ratio: 1 / 1;
    position: relative;
    display: block;
    overflow: hidden
}

section.posts .post .post__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.posts .post .post__image:hover img {
    transform: scale(1.1);
}

section.posts .post .post__content {
    padding: var(--medium);
}

section.posts .post .post__content *:last-child {
    margin-bottom: 0;
}


/* Teams */

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

section.teams .teams__header {
    margin-bottom: var(--medium);
}

section.teams .teams__header *:last-child{
    margin-bottom: 0;
}

section.teams .team {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
    border: 1px solid #7C7E82;
    margin: 0 0 -1px -1px;
}

section.teams .team .team__image  { 
    aspect-ratio: 1 / 1;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 50%;
}

section.teams .team .team__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.teams .team .team__image:hover img {
    transform: scale(1.1);
}

section.teams .team .team__content {
        margin-top: auto;
    margin-bottom: auto;
        padding: var(--smallmedium);

}

section.teams .team .team__content *:last-child {
    margin-bottom: 0;
}

/* Loading */

body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}


body.loading:before {
    content: '';
        background: #121B2E;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:9998;
    position: fixed;
    opacity: 0.75;
}


body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #ffffff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


/* Accordion */

.accordion  {
    display: grid;
    gap: var(--extrasmall)
}

.accordion .accordion-item {
    background: #ffffff;
    padding: var(--extrasmall) var(--small);
    display: block;
    transition: all 0.3s;
}


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

.accordion .accordion-item .accordion-item__toggler:after {
    content: '+';
    
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: auto;
    font-weight: 600;
}

.accordion .accordion-item .accordion-item__toggler[aria-expanded="true"] {
    font-weight: 600;
}

.accordion .accordion-item .accordion-item__toggler[aria-expanded="true"]:after {
    content: '-';
}

.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 {
    color: #ffffff;
    background: #121B2E;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    text-decoration: none;
}

footer .social-media li a {
    background: #ffffff;
    color: #121B2E;
}

.social-media li a:hover {
    background-color:#F7F6F2;
    color: #121B2E;
}

.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-arrows {
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: end;
}

.slick-arrows button {
    font-size: 0;
    transition: all 0.3s;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #7C7E82;
    aspect-ratio: 1 / 1;
    cursor: pointer;

    background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 17.5px;
    background-position: center;
}

.slick-arrows button.slick-prev {
    transform: scaleX(-1);
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    line-height: 0;
    margin-bottom: 0;
    pointer-events: none;
}

.slick-dots li {
    flex: 1;
}

.slick-dots li button{
    background: #121B2E;
    height: 1px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.slick-dots li.slick-active button {
    height: 5px;
    transform: translateY(1px);
}


.swatch-toast{
     position: fixed;
    right: var(--small);
    bottom: var(--small);
    transform: translateY(15px);
    padding: 10px 15px;
    background: #121B2E;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    z-index: 99999;
    max-width: 90vw;
    text-align: center;
}

.swatch-toast.is-visible{
      opacity: 1;
    transform: translateY(0);
}




/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--extrasmall-negative);
    margin-left: var(--extrasmall-negative);
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--extrasmall)
}


.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields .gfield:has(.gform-grid-row) {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html {
    margin-top: var(--small)
}


.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #E72B37
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #E72B37;
    border-left: 3px solid #E72B37;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
    
    border: 1.5px solid #e6e5e5;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images)#field_5_28 .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    padding-left: 47.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
        display: inline-block;
    width: 25px;
    line-height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000 inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #121B2E;
    vertical-align: middle;
    vertical-align: -2px;
     /* border-radius: 50%; */
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #121B2E;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


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


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
/*     border-top: 1px solid #E4E4E4; */
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #E0D9C0;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gform_confirmation_message {
       background: rgb(18 27 46 / 10%);
    color: #121B2E;
    border-left: 3px solid #121B2E;
    padding: 7.5px 10px;
    display: inline-block;
}

@media (max-width: 992px) {

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, 
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


/* Footer*/

footer {
    position: relative;
    background: #121B2E;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    padding: var(--extralarge) 0;
    margin-top: var(--extralarge)
}

footer .footer__branding {
    display: flex;
    flex-direction: column;
    gap: var(--small);
    height: 100%;
}

footer .footer__branding img {
    max-width: 105px;
    margin-bottom: auto;
}

footer .footer__branding * {
    margin-bottom: 0
}

footer .footer__contact {
    display: flex;
    flex-direction: column;
    gap: var(--small);
}

footer .footer__contact ul li {
    white-space: nowrap
}

footer .footer__contact * {
    margin-bottom: 0
}

footer .footer__menu {

}

footer .footer__copyright {
    display: flex;
    flex-direction: column;
    gap: var(--small);
        min-width: 180px;
}

footer .footer__copyright img {
    max-width: 60px;
}


footer .footer__copyright * {
    margin-bottom: 0
}



/* 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 .navigation-brand svg .st0,
    header nav.navigation .navigation-brand svg .st1 {
        fill: #ffffff
    }

    header nav.navigation .navigation-menu > ul {
        display: none;  
    }

    header nav.navigation .navigation-form  {
        display: none;
    }
    
    header nav.navigation .navigation-cart {
        margin-left: auto;
    }

    .submenu .submenu__wrapper {
        padding: 22.5px;
    }

    section.header .header__image {
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
        width: auto;
        padding-bottom: 125%;
    }

    section.subheader .subheader__content {
        padding-left: 0
    }

    section.header .header__content {
        padding-top: var(--extralarge);
        padding-right: 0;
    }

    section.header .header__content .header__content__text {
        margin-top: 0
    }

    section.cards .cards__header {
        height: auto;
    }

    article.article .article__content.article__content--background {
        padding: var(--medium);
    }

    section.teams .team .team__image {
        max-width: 100%
    }

    section.block1 .block1__title {
        margin-left: 0;
        margin-right: 0;
    }

    section.block1 .block1__content {
        padding: var(--medium);
    }

    section.block1 .block1__image {
       width: 100%;
    }
   
    section.block2 .block2__content {
        padding-right: 0
    }

    section.block2 .block2__products {
        padding: var(--medium);
    }

    section.block2 .block2__products .block2__product .block2__product__image {
        width: 105px;
    }

    section.block3 .block3__content {
        padding-left: 0;
        padding-right: 0
    }
   
    section.block5 .block5__content.block5__content--left:before {
        content: unset
    }

    section.block5 .block5__content,
    section.block5 .block5__content.block5__content--right {
        padding-right: 0;
        padding-left: 0;
    }

    section.block6 .block6__content {
        padding-bottom: var(--extralarge);
        padding-right: 0;
    }

    section.block6 .block6__content.block6__content--left:before {
        content: unset;
    }

    section.block6 .block6__content.block6__content--right {
        padding-left: 0
    }

    section.block7 .block7-content.block7-content--left:before {
        content: unset;
    }

    section.block7 .block7-image.block7-image--right {
        margin-top: unset;
    }

}   





