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

:root {
    --primary: #103323;
    --lightgreen: #73857B;
    --lightergreen: #D0D6D3;
    --dark: #171717;
    --shadow: 2px 4px 20px 4px #C8C9C932;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow-x: hidden;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    background-color: var(--primary);
    color: white;
    line-height: 1.3;
}

svg {
    overflow: visible;
    pointer-events: none;
}

.body-wrapper {
    overflow-x: hidden;
    width: 100vw;
    max-width: 2560px;
    margin: 0 auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.container {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

strong {
    font-weight: 700; font-family: "Barlow", sans-serif;
}

h1 {
    font-size: 4.5rem;
    margin: 0;
    font-weight: 500; 
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.05;
    text-transform: uppercase;
}

h2 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 500; 
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 500; 
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 1.125rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 500;
}

h5 {
    font-weight: 500; 
    line-height: 1.1;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

h6 {
    font-weight: 500;
}

p,
li {
    line-height: 1.5;
    margin-bottom: 0.75em;
}

p:last-child {
    margin-bottom: 0;
}

li {
    margin-left: 1rem;
    margin-bottom: 0;
}

ul,
ol {
    margin-bottom: 1.25rem;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.article h2 {
    font-size: 3.25rem;
    margin-bottom: 2rem;
    padding-left: 0;
}

.article h3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.article h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
}

.article h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article img:not(.bgshape) {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin: 1.25rem 0;
    border-radius: 6px;
}

section {
    padding: 100px clamp(20px, 4vw, 80px) 0;
    position: relative;
    max-width: 2560px;
}

.primary-link {
    padding: 0.75rem 1.5rem;
    font-weight: 500; 
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: fit-content;
    text-transform: uppercase;
    outline: none;
    white-space: nowrap;
    position: relative;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

.primary-link svg {
    width: auto;
    height: 0.75rem;
    transition: transform 0.3s;
}

.primary-link svg path {
    transition: fill 0.3s;
}

.primary-link:hover {
    background-color: white;
    color: var(--primary);
}

.primary-link:hover svg {
    transform: translateX(5px);
}

.primary-link:hover path {
    fill: var(--primary);
}

.primary-link.center {
    margin: 60px auto 0;
}


::selection {
    background: #1d4e38;
    color: white;
}

::-moz-selection {
    background: #1d4e38;
    color: white;
}

.rccookie-container {
    background-color: #FFFFFFCC;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
}

.rccookie-container .primary-link,
.rccookie-modal .primary-link {
    background-color: var(--primary);
    color: white;
}

.rccookie-container .secondary-link {
    color: var(--dark);
}

.rccookie-modal .modal-content {
    border-radius: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    border-color: var(--primary) !important;
    box-shadow: none !important;
}

.custom-control-label::before {
    border: 1px solid var(--dark);
}

.slider {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.slider:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
    color: white;
}

.sliderMask {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid var(--primary);
    background-color: var(--primary) !important;
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.4s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

a {
    transition: color 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: white;
}

button {
    transition: background-color 0.3s, color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.vbox-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

.vbox-title {
    display: none !important;
}

/* SIDEBAR OPEN */

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    display: none;
}

.open-sidebar .hb {
    border-bottom: 2px solid var(--dark);
    border-radius: 99px;
    transition: all 0.45s;
}

.open-sidebar .hb1,
.open-sidebar .hb2 {
    width: 26px;
}

.open-sidebar .hb3 {
    width: 13px;
    margin-left: 12px;
}

.open-sidebar.closed .hb1 {
    transform: rotate(-45deg) translate(-6.5px, 6.5px);
    width: 30px;
}

.open-sidebar.closed .hb2 {
    margin-right: -100%;
    opacity: 0;
}

.open-sidebar.closed .hb3 {
    transform: rotate(45deg) translate(-6.5px, -6.5px);
    width: 30px;
    margin-left: 0;
}

.desktop-navbar.scrolled .open-sidebar .hb {
    border-color: white;
}


/* SIDEBAR */

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px !important;
}

@media (min-width: 1281px) {
    .sidebar {
        display: none;
    }
}

.sidebar,
.navbar-dropdown {
    width: 100%;
    position: fixed;
    right: -100vw;
    top: 66px;
    height: calc(100vh - 66px);
    z-index: 998;
    transition: right 0.45s ease-out;
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 0 20px;
}

.sidebar {
    background: #103323DD;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.sidebar.active,
.navbar-dropdown.active {
    right: 0;
}

.sidebar .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
    height: 100%;
}

.sidebar .links {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar .links .nav-item {
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    color: white;
}

.sidebar .links a svg {
    position: absolute;
    right: 25px;
    top: 47%;
    transform: translateY(-50%) rotate(-90deg);
    width: 1.375rem;
}

.sidebar .links a svg path {
    stroke: white;
    stroke-width: 1;
}

.sidebar .primary-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar .lang {
    height: 60px;
}

.sidebar .lang a {
    font-size: 1.25rem;
    color: white;
}

/* CUSTOM MODAL */

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    padding: 20px;
}

.custom-modal.active {
    opacity: 1;
}

.custom-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-modal .modal-content {
    width: 100%;
    max-width: 750px;
    max-height: 100%;
    background-color: var(--primary);
    border-radius: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 40px;
}

.custom-modal .modal-content .cancel {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 22px;
}

.custom-modal .modal-content h3 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.25;
}

.custom-modal .modal-content .infos {
    display: flex;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.custom-modal .modal-content .infos .image {
    width: 125px;
}

.custom-modal .modal-content .infos .name {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}


/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0 clamp(20px, 4vw, 80px);
    transition: background-color 0.4s, box-shadow 0.4s, backdrop-filter 0.4s, top 0.6s;
}

.desktop-navbar.scrolled {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #103323DD;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.desktop-navbar.active {
    top: -6rem;
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    max-width: 100%;
}

.desktop-navbar .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.desktop-navbar .logo img {
    height: 3.5rem;
    transition: filter 0.3s;
}

.desktop-navbar.scrolled .logo img {
    filter: invert(1);
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.desktop-navbar .links .link {
    position: relative;
}

.desktop-navbar .links .nav-item {
    font-size: 1.1875rem;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
}

.desktop-navbar .links .nav-item:hover {
    color: var(--dark);
}

.desktop-navbar .links .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background-color: var(--dark);
    transition: transform 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
    transform-origin: right;
}

.desktop-navbar .links .nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.desktop-navbar .links .nav-item svg {
    width: 0.875rem;
    margin-left: 0.5rem;
    transition: transform 0.3s;
}

.desktop-navbar .links .nav-item.active svg {
    transform: rotate(180deg);
}

.desktop-navbar .links .nav-item svg path {
    transition: stroke 0.3s;
    stroke: white;
}

.desktop-navbar.scrolled .links .nav-item {
    color: white;
}

.desktop-navbar.scrolled .links .nav-item:hover {
    color: white;
}

.desktop-navbar.scrolled .links .nav-item::after {
    background-color: white;
}

.desktop-navbar.scrolled .links .nav-item svg path {
    stroke: white;
}

.desktop-navbar .buttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.desktop-navbar.scrolled .buttons .lang a {
    color: white;
}

.lang {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.lang a {
    font-size: 1.1875rem;
    font-weight: 500; 
    font-family: "Barlow Condensed", sans-serif;
    color: var(--dark);
}

.lang a.active {
    font-weight: 700;
}

.lang a::after {
    content: '|';
    padding-left: 0.375rem;
    font-weight: 500;
}

.lang a:last-child::after {
    display: none;
}

/* NAVBAR DROPDOWN */

.navbar-dropdown {
    position: absolute;
    top: 3.25rem;
    left: 0;
    padding: 0;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    z-index: 998;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-dropdown.active {
    z-index: 999;
}

.navbar-dropdown .container {
    display: block;
    padding: 0.5rem 0;
    background-color: #FFFFFFEF;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navbar-dropdown .arrow {
    display: none;
}

.navbar-dropdown .container a {
    display: block;
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.75rem;
    white-space: nowrap;
    color: var(--dark);
    font-weight: 700; font-family: "Barlow", sans-serif;
}

.navbar-dropdown .cancel {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 10px;
    cursor: pointer;
    width: 38px;
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    right: -20px;
    width: calc(100vw - 40px);
    max-width: 340px;
    background-color: #FFFFFFE8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;
}

.desktop-modal.active {
    transform: translateY(40px);
    opacity: 1;
}

.desktop-modal::before {
    content: '';
    position: absolute;
    top: -17.75px;
    width: 40px;
    height: 21px;
    background-image: url('../images/triangle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}

.desktop-modal .cancel {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 10px;
    cursor: pointer;
    width: 38px;
}

.desktop-modal h3 {
    margin: 0 0 20px;
    text-transform: none;
    font-size: 1.125rem;
    text-align: center;
}

.desktop-modal form {
    padding: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.desktop-modal form input {
    width: 100%;
    border-bottom: 1px solid var(--dark);
    margin-bottom: 10px;
    line-height: 1;
}

.desktop-modal input + .primary-link {
    margin-top: 10px;
}

.desktop-modal .buttons {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
}

.desktop-modal .primary-link {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
}

.desktop-modal.basket-modal::before {
    right: 65px;
}

.desktop-modal.basket-modal .item {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--primary);
}

.desktop-modal.basket-modal .item img {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.desktop-modal.basket-modal .item .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop-modal.basket-modal .item h4 {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: normal;
}

.desktop-modal.basket-modal .item .size {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.desktop-modal.basket-modal .item .quantity {
    font-size: 0.75rem;
    font-weight: 700; font-family: "Barlow", sans-serif;
    color: var(--primary);
}

.desktop-modal.basket-modal .price {
    text-align: right;
    font-size: 0.875rem;
    font-weight: 700; font-family: "Barlow", sans-serif;
}

.desktop-modal.basket-modal .summary {
    display: flex;
    justify-content: space-between;
}

.desktop-modal.basket-modal .summary .price {
    font-size: 1rem;
}

.desktop-modal.login-modal::before {
    right: 12px;
}

.desktop-modal.login-modal .lostpassword {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
}

.desktop-modal.login-modal .logged-in a {
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
}

.desktop-modal.login-modal hr {
    width: 100%;
    margin: 1rem 0;
    border-top: 1px solid var(--dark);
}

.flex-content {
    display: flex;
    gap: 100px;
}

.flex-content.center {
    align-items: center;
}

.flex-content.reverse {
    flex-direction: row-reverse;
}

.flex-content .side {
    width: 50%;
}

.flex-content .side>img,
.flex-content .side .image img {
    width: 100%;
}

.card {
    display: block;
    border: none;
    border-radius: 10px;
}

.flex-content .primary-link {
    margin-top: 2rem;
}

.items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.items .item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.items.two .item {
    width: calc(50% - 20px);
}

.items.three .item {
    width: calc(33.3333% - 28px);
}

.items.four .item {
    width: calc(25% - 30px);
}

.items .item h3,
.items .item h3 a {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.relative {
    position: relative;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.swiper {
    width: 100%;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
    font-weight: 700; font-family: "Barlow", sans-serif;
    color: var(--gray);
}

.swiper-button-prev::after {
    margin-right: 3px;
}

.swiper-button-next::after {
    margin-left: 1px;
}

.swiper-button-prev {
    left: -54px;
}

.swiper-button-next {
    right: -54px;
}

.swiper-slide {
    height: 250px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    align-items: center;
}

/* LOADER */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    z-index: 9999;
    transition: opacity 0.5s;
}

.loader.end {
    opacity: 0;
}

.loader svg {
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 450px;
}

/* HERO */

.hero {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 clamp(20px, 4vw, 80px);
    height: 80vh;
}

.hero.main-hero {
    height: 100vh;
}

.hero .layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #FFFFFFAA 0%, #FFFFFF00 100%);
    pointer-events: none;
}

.hero .bottom-layer {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg, #103323EE 0%, #10332388 40%, #10332300 100%);
}

.hero.main-hero .bottom-layer {
    display: none;
}

.hero .bg {
    opacity: 0.7;
}

.hero.main-hero .bg {
    opacity: 1;
}

.hero .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .container h1 {
    text-transform: none;
    font-size: 5rem;
    max-width: 35rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
}

.bgshape {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0.4;
    z-index: -2;
}

.bgshape line {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
}

.bgshape line.main {
    stroke-dasharray: 1230;
    stroke-dashoffset: 1230;
}

.bgshape line.side {
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
}

.main-nav {
    padding-bottom: 100px;
}

.main-nav .items.three {
    gap: 30px;
}

.main-nav .items.three .item {
    width: calc(100% / 3 - 20px);
    position: relative;
    padding-bottom: 3.5rem;
}

.main-nav .items.three .item .image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-nav .items.three .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.main-nav .items.three .item .image:hover img {
    transform: scale(1.05);
}

.main-nav .items.three .item h3 {
    position: relative;
    padding-bottom: 0.875rem;
}

.main-nav .items.three .item h3 a {
    text-transform: uppercase;
    font-size: 1.875rem;
}

.main-nav .items.three .item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1px;
    background-color: white;
}

.main-nav .items.three .item .primary-link {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary);
}

.main-nav .items.three .item .primary-link:hover {
    background-color: white;
}

.main-nav .items.four {
    gap: 20px;
    margin-top: 80px;
}

.main-nav .items.four .item {
    width: calc(100% / 4 - 15px);
    height: 16.5rem;
    position: relative;
    overflow: hidden;
}

.main-nav .items.four .item.fix h3 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: -0.15em;
    position: static;
    max-width: none;
}

.main-nav .items.four .item.fix p {
    font-size: 1.125rem;
}

.main-nav .items.four .item.fix a {
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
    text-transform: uppercase;
}

.main-nav .items.four .item.fix a svg {
    height: 0.875em;
    transition: transform 0.3s;
}

.main-nav .items.four .item.fix a:hover svg {
    transform: translateX(4px);
}

.main-nav .items.four .item .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.main-nav .items.four .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.main-nav .items.four .item .layer {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(0deg, #103323CC 0%, #10332388 40%, #10332300 100%);
}

.main-nav .items.four .item h3 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    max-width: 12rem;
    line-height: 1;
    margin-bottom: 0;
}

.main-nav .items.four .item h3 a {
    font-size: 2rem;
    font-weight: 600; font-family: "Barlow Condensed", sans-serif;
}

.main-nav .items.four .item .link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.main-nav .items.four .item .link svg {
    width: auto;
    height: 1rem;
    transition: all 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
    transform: translateX(-4px);
}

.main-nav .items.four .item:hover .image img {
    transform: scale(1.05);
}

.main-nav .items.four .item:hover .link svg {
    transform: translateX(4px);
}

.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
}

.newsletter .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.newsletter .content {
    max-width: 800px;
    margin-left: auto;
    background-color: var(--primary);
    border: 1px solid var(--lightergreen);
    border-radius: 10px;
    padding: 60px;
}

.newsletter .content h2 {
    margin-bottom: 0;
}

.newsletter .content p {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
}

.newsletter .content form {
    flex-wrap: nowrap;
    gap: 0;
}

.newsletter .content form input {
    background-color: white;
    color: var(--primary) !important;
    caret-color: var(--primary);
}

.newsletter .content form input::placeholder {
    color: var(--primary);
}

.newsletter .content form button {
    background-color: var(--lightgreen);
    color: white;
    text-transform: uppercase;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
}

.blog .bgshape {
    top: auto;
    left: auto;
    bottom: calc(-160px - 12rem);
    right: 0;
    height: calc(100% + 160px + 9rem);
}

.blog h2 {
    margin-bottom: 3rem;
}

.blog .items.three {
    gap: 40px;
}

.blog .items.three .item {
    width: calc(100% / 3 - 27px);
    border: 1px solid var(--lightergreen);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--primary);
}

.blog .items.three .item .image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.blog .items.three .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.blog .items.three .item .image:hover img {
    transform: scale(1.05);
}

.blog .items.three .item .content {
    padding: 25px 20px calc(3rem + 20px);
}

.blog .items.three .item .content h3,
.blog .items.three .item .content h3 a {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.blog .items.three .item .content p {
    margin-bottom: 0;
}

.blog .items.three .item .content .link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    font-size: 1.125rem;
}

.blog .items.three .item .content .link svg {
    height: 0.875rem;
    width: auto;
    transition: transform 0.3s;
}

.blog .items.three .item .content .link:hover svg {
    transform: translateX(6px);
}

.contact {
    position: static;
}

.contact h2 {
    margin-bottom: 2rem;
}

.contact .inner {
    max-width: 950px;
    background-color: var(--lightgreen);
    border-radius: 10px;
    margin: 0 auto;
    padding: 60px 7%;
}

.contact .infos {
    margin-bottom: 40px;
}

.contact .infos p {
    margin-bottom: 0.25em;
}

.contact .infos .socials {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.contact .infos .socials svg {
    fill: white;
    width: 2rem;
    height: 2rem;
}

.contact h3 {
    font-weight: 400; 
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
}

.contact .bgimage {
    margin-left: clamp(-80px, -4vw, -20px);
    width: 100vw;
    height: 800px;
    z-index: -1;
    margin-top: -670px;
    position: relative;
}

.contact .bgimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .bgimage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vw;
    background: linear-gradient(0deg, #103323 0%, #10332388 40%, #10332300 100%);
}

form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

input,
textarea,
select {
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border-radius: 6px;
    color: white !important;
    font-size: 1rem;
    width: 100%;
    resize: none;
    outline: 1px solid transparent;
    border: 1px solid #FFFFFFDD;
    transition: all 0.4s;
    caret-color: white;
}

input.half,
textarea.half,
select.half {
    width: calc(50% - 0.625rem);
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: white;
    opacity: 0.8;
}

input:hover,
textarea:hover,
select:hover {
    border-color: white;
    outline: 1px solid white;
}

input:focus,
textarea:focus,
select:focus {
    outline: 1px solid white;
    border-color: 1px solid white;
    caret-color: white;
}

select {
    appearance: none;
    background-image: url("../images/angle-down-gray.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

select option {
    color: var(--primary);
}

.form-check {
    margin-left: 32px;
    padding-left: 0 !important;
    width: 100%;
}

.form-check:not(.form-group .form-check):first-of-type {
    margin-top: 1rem;
}

.form-group {
    margin-bottom: 0;
}

.form-group:first-of-type {
    margin-top: 1rem;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -32px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid white;
    transition: 0.3s ease;
}

.form-check-input:checked+label::before {
    background-color: var(--darkgray);
}

.form-check-input+label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -32px;
    left: 0;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 20px;
    width: 20px;
    transition: 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    opacity: 1;
    top: 1px;
}

.contact .primary-link {
    margin-top: 1.25rem;
    position: relative;
    z-index: 2;
}

/* FOOTER */

footer .content {
    padding: 100px 40px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: none;
    opacity: 0.5;
    max-width: 30%;
}

footer .item {
    display: flex;
    flex-direction: column;
    min-width: 17%;
    max-width: 23%;
    padding-right: 10px;
}

footer .item .logo {
    display: block;
    width: 200px;
    margin-top: -10px;
}

footer .item:first-child p {
    margin-top: 20px;
    max-width: 270px;
}

footer .item h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    text-transform: none;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

footer .item li {
    margin-bottom: 0.5rem;
    list-style: none;
    margin-left: 0;
    line-height: 1.7;
}

footer .item li:last-child {
    margin-bottom: 0;
}

footer .item li img {
    width: 1.125rem;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
}

footer .item li p,
footer .item li a {
    width: fit-content;
    margin-bottom: 0;
}

footer .item li p img,
footer .item li a img {
    width: 1.75rem;
    margin-top: 0.25rem;
}

footer .item:nth-last-child(2) a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 1rem;
}

footer .item .raccoon {
    margin-top: 30px;
    line-height: 1.6;
}

footer .item .raccoon a {
    margin-bottom: 0 !important;
    font-size: 1rem;
}

.nav {
    line-height: 1.4;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
}

.nav a {
    margin-right: 0.375rem;
}

.nav a::after {
    content: '/';
    margin-left: 0.375rem;
}

.nav a:last-child {
    font-weight: 700; font-family: "Barlow", sans-serif;
}

.nav a:last-child::after {
    content: '';
}

.title h2 {
    margin-bottom: 1.5rem;
}

.title h4 {
    font-size: 1.375rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.25rem;
    letter-spacing: 0.07em;
    position: relative;
    padding-left: 4rem;
}

.title h4::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 3rem;
    height: 1px;
    background-color: white;
}

.intro .bgshape {
    top: 0;
    height: calc(100% + 300px + 31vw);
}

.intro .left {
    width: 53%;
}

.intro .right {
    width: 47%;
}

.content-with-image {
    padding-top: 150px;
}

.content-with-image .left {
    padding-top: 90px;
    width: 53%;
}

.content-with-image .left .link {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    font-size: 1.125rem;
    margin-top: 1.5rem;
}

.content-with-image .left .link svg {
    height: 0.875rem;
    width: auto;
    transition: transform 0.3s;
}

.content-with-image .left .link:hover svg {
    transform: translateX(6px);
}

.content-with-image .right {
    position: relative;
    width: 47%;
    height: 31vw;
}

.content-with-image .right span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-0.5em, -53%);
    opacity: 0.6;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    font-size: 180px;
    letter-spacing: 0.1em;
}

.content-with-image .right .bg {
    left: 0;
    width: 47vw;
}

.content-with-image:nth-child(2n + 1) .flex-content {
    flex-direction: row-reverse;
}

.content-with-image:nth-child(2n + 1) .right span {
    left: auto;
    right: 0;
    transform: translate(0.55em, -53%);
}

.content-with-image:nth-child(2n + 1) .right .bg {
    left: auto;
    right: 0;
    width: 50vw;
}

.why-bpw h2 {
    margin-bottom: 4.5rem;
}

.why-bpw .items {
    gap: 20%;
}

.why-bpw .items.two .item {
    width: 40%;
}

.why-bpw .item:not(:first-child) {
    background-color: var(--lightergreen);
    padding: 36px;
    border-radius: 10px;
    align-items: flex-start;
    margin-bottom: 170px;
}

.why-bpw .item:not(:first-child) span {
    font-size: 180px;
    margin-top: -130px;
    margin-left: -10px;
    margin-bottom: 20px;
    color: white;
    opacity: 0.75;
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.05em;
    line-height: 0.9;
}

.why-bpw .item:not(:first-child) .icon {
    width: auto;
    height: 50px;
    margin-bottom: 25px;
}

.why-bpw .item:not(:first-child) h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    color: var(--primary);
}

.why-bpw .item:not(:first-child) p {
    color: var(--dark);
}

.why-bpw .item:first-child p {
    min-width: 550px;
}

.why-bpw .item:nth-last-child(1),
.why-bpw .item:nth-last-child(2) {
    margin-bottom: 0;
}

.counters {
    padding: 90px clamp(20px, 4vw, 80px);
    margin-top: 90px;
    background-color: var(--lightgreen);
    overflow: hidden;
}

.counters .bgshape {
    top: auto;
    bottom: -160px;
    left: auto;
    right: 0;
    height: 930px;
    opacity: 0.7;
}

.counters h2 {
    max-width: 40rem;
    margin-bottom: 4rem;
}

.counters .items.three {
    gap: 0;
}

.counters .items.three .item {
    width: calc(100% / 3);
    border-right: 1px solid var(--lightergreen);
    align-items: center;
}

.counters .items.three .item:last-child {
    border-right: none;
}

.counters .items.three .item .number {
    font-size: 5.5rem;
    color: var(--lightergreen);
    letter-spacing: 0.03em;
    font-weight: 600; 
    font-family: "Barlow Condensed", sans-serif;
    display: flex;
    line-height: 0.9;
}

.counters .items.three .item p {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.hero.small-hero {
    height: auto;
}

.hero.small-hero .layer {
    height: 80%;
}

.hero.small-hero .container {
    padding: 180px 0;
}

.hero.small-hero .bgshape {
    width: 15vw;
    height: auto;
    top: 100%;
    opacity: 0.35;
}

.contentplus-wrapper {
    position: relative;
}

.contentplus-wrapper .bgshape {
    top: auto;
    left: auto;
    bottom: calc(-200px - 14rem);
    right: 0;
    height: auto;
    width: 15vw;
}

.contentplus-wrapper section {
    position: relative;
    z-index: 2;
}

.big-image img {
    width: 100%;
    border-radius: 10px;
}

.team .items.four {
    gap: 40px;
}

.team .items.four .item {
    width: calc(100% / 4 - 30px);
    border-radius: 10px;
    border: 1px solid var(--lightergreen);
    padding: 30px;
    margin-top: 80px;
}

.team .items.four .item img {
    width: 120px;
    height: 120px;
    margin-top: -100px;
    display: block;
    margin: -100px auto 20px;
    border-radius: 50%;
    background-color: white;
}

.team .items.four .item h3 {
    text-transform: uppercase;
    font-size: 1.875rem;
    margin-bottom: 0.375rem;
}

.team .items.four .item h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.team .items.four .item .details {
    font-weight: 500;
}

.team .items.four .item .details p {
    margin-bottom: 0;
}

.e-claim h2 {
    margin-bottom: 3rem;
}

.e-claim form {
    max-width: 800px;
    margin: 0 auto;
}

.e-claim form input {
    background-color: var(--primary);
}

.e-claim form .primary-link {
    margin-top: 1rem;
}

.collapse-item {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-bottom: 1px solid white;
}

.collapse-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.collapse-item .header {
    position: relative;
    cursor: pointer;
}

.collapse-item .header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 12px;
    background: url('../images/angle-down-white.svg') no-repeat center center / contain;
    transform: translateY(-50%);
    transition: transform 0.4s;
}

.collapse-item .header h3 {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    margin-bottom: 25px;
}

.collapse-item.active .header::after {
    transform: translateY(-50%) rotate(180deg);
}

.collapse-item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}

.collapse-item .content .inner {
    padding-bottom: 30px;
}

.faq {
    h2 {
        margin-bottom: 3.5rem;
    }
}

.chatbot-link .content {
    margin-top: -40px;
    margin-left: auto;
    width: 100%;
    max-width: 275px;
    padding: 28px;
    background-color: var(--lightgreen);
    border-radius: 0 20px 20px 20px;

    img {
        margin-bottom: 16px;
    }

    p {
        font-size: 1.25rem;
        line-height: 1.25;
    }
}

.venoratio {
    background-color: var(--dark) !important;
}

.videos h2 {
    margin-bottom: 4rem;
}

.videos .items.two {
    gap: 60px;
}

.videos .items.two .item {
    width: calc(50% - 30px);
}

.videos .items.two .item .image {
    height: 290px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.625rem;
    border-radius: 10px;
}

.videos .items.two .item .image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url('../images/play.svg') no-repeat center center / contain;
    transform: translate(-50%, -50%);
    transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
    z-index: 1;
}

.videos .items.two .item .image:hover::after {
    transform: translate(-50%, -50%) scale(0.9);
}

.videos .items.two .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.videos .items.two .item .image:hover img {
    transform: scale(1.05);
}

.videos .items.two .item h3 {
    margin-bottom: 1rem;
}

.videos .items.two .item h3 a {
    text-transform: uppercase;
    font-size: 2rem;
}

.filters {
    padding-top: 80px;
    z-index: 3 !important;
    margin-bottom: -20px;
}

.filters .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.filters .filter {
    position: relative;
    width: 50%;
}

.filters .filter .current {
    width: 100%;
    padding: 0.75rem 1.25rem;
    background-color: var(--primary);
    border-radius: 10px;
    border: 1px solid #FFFFFFDD;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;
}

.filters .filter .current::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url('../images/angle-down-white.svg') no-repeat center center / contain;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.filters .filter.active .current::after {
    transform: translateY(-50%) rotate(180deg);
}

.filters .filter .list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.01, 0.69, 0.4, 1);
    z-index: 1;
}

.filters .filter .list .inner {
    border: 1px solid #FFFFFFDD;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--primary);
}

.filters .filter .list .inner .option {
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filters .filter .list .inner .option:hover {
    background-color: var(--lightgreen);
}

.filters .filter .list .inner .option:first-child {
    padding-top: 1rem;
}

.filters .filter .list .inner .option:last-child {
    padding-bottom: 1rem;
}

.filters .search {
    position: relative;
    width: 50%;
}

.filters .search input {
    border-radius: 10px;
    padding-left: 3rem;
}

.filters .search img {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.filters .no-results {
    display: none;
    text-align: center;
    margin-top: 60px;
    font-weight: 400; font-family: "Barlow", sans-serif;
}

.article {
    padding-top: 0;
}

.article .container {
    background-color: white;
    padding: 80px 0 0;
    color: var(--dark);
    position: relative;
}

.article .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: calc(100% + 160px);
    height: calc(100% + 230px);
    background-color: white;
    z-index: -1;
}

.article .container .bgshape {
    z-index: 0;
    left: -80px;
    width: 10vw;
    height: auto;
}

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

.contact-subpage {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.contact-subpage .bgshape {
    left: auto;
    right: 0;
    z-index: 0;
    top: 50%;
    height: 150%;
    transform: translateY(-50%);
}

.contact-subpage .right {
    width: 53%;
}

.contact-subpage .right::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 49%;
    width: 9999px;
    height: calc(100% + 162px);
    background-color: var(--lightgreen);
    z-index: -1;
}

.contact-subpage .right input,
.contact-subpage .right select,
.contact-subpage .right textarea {
    background-color: var(--lightgreen);
}

.map {
    padding: 0;
}

.downloads-filter .container {
    gap: 40px;
}

.downloads-filter .sorting {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.downloads-filter .sorting .filter {
    width: 200px;
}

.downloads-filter .number-of-results {
    font-weight: 500;
}

.download-center {
    display: flex;
    align-items: flex-start;
    padding: 80px 0 0;
}

.download-center .topics {
    width: 390px;
    min-width: 390px;
}

.download-center .topics button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.125rem 15% 1rem;
    width: 100%;
    color: white;
}

.download-center .topics button.active {
    background-color: var(--lightgreen);
}

.download-center .topics button span {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}

.download-center .topics button img {
    width: 1.375rem;
    height: auto;
}

.download-center .list {
    background-color: white;
    width: 1140px;
    min-width: 1140px;
    padding: 30px;
    position: relative;
}

.download-center .list .no-results-message {
    text-align: center;
    color: var(--primary);
    margin: 20px 0;
}

.download-center .list .item {
    display: flex;
    gap: 30px;
    color: var(--dark);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--lightgreen);
}

.download-center .list .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.download-center .list .item .image {
    width: 140px;
    min-width: 140px;
    height: 160px;
    object-fit: cover;
}

.download-center .list .item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-center .list .item .content .upper {
    display: flex;
    justify-content: space-between;
}

.download-center .list .item .content .upper .topic {
    display: block;
    color: #73857B;
    margin-bottom: 0.5rem;
}

.download-center .list .item .content .upper .name {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
}

.download-center .list .item .content .date {
    color: #73857B;
}

.download-center .list .item .content .lower {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.download-center .list .item .content .lower a,
.download-center .list .item .content .lower button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--primary);
    font-weight: 500; font-family: "Barlow Condensed", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1;
}

.download-center .list .item .content .lower a svg,
.download-center .list .item .content .lower button svg {
    width: auto;
    height: 1rem;
}

.download-center .right {
    width: 390px;
}

.content-card {
    .card {
        max-width: 950px;
        margin: 0 auto;
        padding: 50px;
        background-color: var(--lightgreen);
    }
}

.map-section .filters {
    margin-bottom: 40px;
    padding-top: 40px;
}
.map-section .filters .filter {
    max-width: 400px;
}
.map-section .filters .filter .current,
.map-section .filters .filter .list .inner {
    border: 1px solid #C6B9A9;
}
.map-section #map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.map-section #map .leaflet-control-attribution {
    display: none;
}
.map-section #map .leaflet-popup-content-wrapper {
    padding: 1.5rem 1rem;
    font-family: "Barlow", sans-serif;
}
.map-section #map .leaflet-popup-content-wrapper .leaflet-popup-content {
    width: 100%;
    max-width: 260px;
    margin: 0;
    text-align: center;
}
.map-section #map .leaflet-popup-content-wrapper .leaflet-popup-content img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}
.map-section #map .leaflet-popup-content-wrapper .leaflet-popup-content h5 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}
.map-section #map .leaflet-popup-content-wrapper .leaflet-popup-content span {
    display: block;
}
.map-section #map .leaflet-popup-content-wrapper .leaflet-popup-content a {
    display: block;
    margin-top: 0.5rem;
    color: var(--darkgray);
    font-size: 0.875rem;
    text-decoration: underline;
}
.map-section .scroll-wrapper {
    overflow-x: auto;
}
.map-section .project-list {
    border-bottom: 1px solid #C6B9A9;
}
.map-section .project-list .header,
.map-section .project-list .item {
    display: flex;
}
/* .map-section .project-list .header:nth-child(even),
.map-section .project-list .item:nth-child(even) {
    background-color: #F8F4EC;
} */
.map-section .project-list .header > *,
.map-section .project-list .item > * {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    padding: 0.75rem;
    border-left: 1px solid #C6B9A9;
    border-top: 1px solid #C6B9A9;
}
.map-section .project-list .header > *:last-child,
.map-section .project-list .item > *:last-child {
    border-right: 1px solid #C6B9A9;
}
.map-section .project-list .header span {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1279px) {

    .desktop-navbar {
        height: 66px;
        padding: 0;
    }

    .desktop-navbar .container {
        max-width: 100%;
        padding: 10px 20px;
        position: relative;
    }

    .desktop-navbar .logo {
        height: 40px;
    }

    .desktop-navbar .logo img {
        height: 40px;
    }

    .desktop-navbar .links {
        display: none;
    }

    .desktop-navbar .open-sidebar {
        display: flex;
    }

    .desktop-navbar .buttons {
        gap: 15px;
        position: static;
    }

    /* .desktop-navbar .buttons a {
        display: none;
    } */

    .desktop-navbar .basketLayerContainer svg {
        height: 24px;
    }

    .desktop-navbar .login-btn svg {
        height: 24px;
        width: 24px;
    }

    .desktop-navbar .buttons .item {
        position: static;
    }

    .desktop-navbar .buttons .lang {
        display: none;
    }

    .desktop-modal {
        left: auto;
        right: 20px;
        transform: none;
        max-width: 380px;
    }

    .desktop-modal.active {
        transform: translateY(24px);
    }

    .desktop-modal.basket-modal::before {
        right: 75px;
    }

    .desktop-modal.login-modal::before {
        right: 35px;
    }

    .sidebar .navbar-dropdown {
        top: 0;
        background-color: #FFFFFFEF;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .sidebar .navbar-dropdown .container {
        box-shadow: none;
        background-color: transparent;
    }

    .sidebar .navbar-dropdown .arrow {
        width: 14px;
        height: 24px;
        object-fit: contain;
        cursor: pointer;
        margin: 20px 0 0;
        display: block;
    }

    .sidebar .navbar-dropdown .container {
        padding: 0 0 40px;
        gap: 20px;
        flex-direction: row;
        align-items: auto;
        justify-content: center;
        max-height: none;
        align-items: initial;
    }

    .sidebar .navbar-dropdown .container .item {
        width: 100%;
    }

    .sidebar .navbar-dropdown .container a {
        font-size: 1.125rem;
        font-weight: 400; font-family: "Barlow", sans-serif;
        padding: 0.75rem 0;
        text-align: center;
    }

}

@media (max-width: 767px) {

    p,
    li,
    a {
        font-size: 0.875rem;
    }

    h1 {
        font-size: 1.625rem;
    }

    h2 {
        font-size: 2.25rem;
        margin-bottom: 2.25rem;
    }

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

    h4 {
        font-size: 1.125rem;
    }

    h5,
    h6 {
        font-size: 1rem;
    }

    section {
        padding: 50px 20px 0;
    }

    ul,
    ol {
        margin-bottom: 1rem;
    }

    .article h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .article h3 {
        font-size: 1.5rem;
    }

    .article h4 {
        font-size: 1.25rem;
    }

    .article h5 {
        font-size: 1rem;
    }

    .article h6 {
        font-size: 0.875rem;
    }

    .article img {
        margin: 1rem 0;
        max-height: 450px;
    }

    .primary-link {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;

        svg {
            height: 0.625rem;
        }
    }

    .primary-link.center {
        margin: 2rem auto 0;
    }

    .vbox-close {
        padding: 20px !important;
        top: 5px !important;
        right: 5px !important;
    }

    .vbox-next {
        right: 25px !important;
    }

    .vbox-prev {
        left: 25px !important;
    }

    .flex-content,
    .flex-content.reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .flex-content .side {
        width: 100%;
    }

    .flex-content .primary-link {
        margin-top: 1.25rem;
    }

    .items {
        gap: 20px;
    }

    .items.two .item,
    .items.three .item,
    .items.four .item {
        width: 100%;
    }

    .items .item h3 {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 20px;
    }

    .swiper-button-prev {
        left: -44px;
    }

    .swiper-button-next {
        right: -44px;
    }

    .items.three {
        gap: 40px;
    }

    .items.three .item {
        width: 100%;
    }

    .items .item::after {
        display: none;
    }

    .items .item .image {
        width: 100%;
        height: 250px;
    }

    .primary-link.center {
        margin-top: 40px;
    }

    /*************************************/

    .hero {
        padding: 110px 20px 25px;
        height: auto;
    }

    .hero.main-hero {
        height: 40dvh;
    }

    .hero .container {
        position: static;
    }

    .hero .container h1 {
        font-size: 2.5rem;
    }

    .hero .container .nav {
        position: static;
        margin-top: 70px;
    }

    .bgshape {
        display: none;
    }

    .main-nav {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .main-nav .items.three .item {
        width: 100%;
        padding-bottom: 3rem;
    }

    .main-nav .items.three .item .image {
        height: 220px;
    }

    .main-nav .items.four {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .main-nav .items.four .item {
        width: 100%;
    }

    .main-nav .items.four .item.fix {
        height: auto;
        margin-bottom: 20px;
    }

    .main-nav .items.four .item.fix h3 {
        font-size: 2.75rem;
    }

    .main-nav .items.four .item.fix p {
        margin-bottom: 1.25rem;
    }

    .newsletter {
        padding: 60px 20px 0;

        .image {
            position: static;
            width: 100vw;
            margin-left: -20px;
        }

        .content {
            margin-top: -25px;
            padding: 20px;

            h2 {
                margin-bottom: 0.75rem;
            }

            p {
                margin-bottom: 1.5rem;
            }

            form {
                flex-direction: column;
                align-items: center;
                gap: 20px;

                button {
                    margin-left: 0;
                    border-radius: 5px;
                    width: fit-content;
                    font-size: 1.125rem;
                }
            }
        }
    }

    .blog {
        padding-top: 60px;

        h2 {
            margin-bottom: 2.25rem;
        }

        .items.three {
            gap: 25px;

            .item {
                width: 100%;

                .image {
                    height: 200px;
                }

                .content {
                    padding: 25px 20px calc(2.5rem + 20px);
                }
            }
        }
    }

    .contact {
        h2 {
            margin-bottom: 25px;
        }

        .inner {
            padding: 25px 20px;
        }

        .infos {
            margin-bottom: 30px;
        }

        h3 {
            font-size: 1.25rem;
            font-weight: 500;
            margin-bottom: 0.75rem;
        }

        .bgimage {
            margin: -25px 0 0 -20px;
            width: 100vw;
            height: 60vw;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

    }

    form {
        gap: 0.625rem;
    }

    input,
    textarea,
    select,
    option {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    input.half,
    select.half {
        width: 100%;
    }

    form select {
        background-size: 14px;
    }

    .form-check-input+label {
        font-size: 0.75rem;
    }

    .form-check-input:checked+label::after {
        top: 0.5px;
    }

    .form-check:not(.form-group .form-check):first-of-type {
        margin-top: 0.75rem;
    }

    .contact form .primary-link {
        margin: 1rem auto 0;
    }

    footer {
        .content {
            padding: 60px 20px;
        }
    
        .container {
            flex-direction: column;
            gap: 30px;
            align-items: center;
        }

        .copyright {
            position: static;
            text-align: center;
        }
    
        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding-right: 0;
        }

        .item .logo {
            margin-bottom: 0;
        }

        .item:first-of-type p {
            font-size: 14px;
            max-width: 220px;
            margin-top: 12px;
        }

        .item h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .item a,
        .item p {
            margin-bottom: 0;
            font-size: 14px;
            text-align: center;
            margin: 0 auto;
        }

        .item li {
            margin-bottom: 0.25rem;
        }

        .item:nth-of-type(4) h3 {
            margin-bottom: 25px;
        }

        .item:last-of-type a {
            width: 100%;
            justify-content: center;
            margin-bottom: 0.5rem;
        }    

    }

    .nav {
        font-size: 0.875rem;
    }

    .nav a {
        margin-right: 0.25rem;
    }

    .nav a:after {
        margin-left: 0.25rem;
    }

    .title h2 {
        margin-bottom: 1.25rem;
    }

    .title h4 {
        font-size: 1.25rem;
        padding-left: 3rem;
    }

    .title h4::before {
        width: 2.25rem;
    }

    .intro {
        .flex-content {
            flex-direction: column;
            gap: 0;
        }
    }

    .content-with-image,
    .content-with-image:nth-child(2n + 1) {
        padding-top: 100px;

        .flex-content {
            flex-direction: column-reverse;
            gap: 30px;
        }

        .left {
            width: 100%;
            padding-top: 0;
        }

        .right {
            width: 100%;
            height: auto;

            span {
                left: 50%;
                transform: translateX(-50%) translateY(-53%);
                font-size: 150px;
            }
            
            .bg {
                position: static;
                width: 100%;
                border-radius: 10px;
            }
        }
    }

    .why-bpw {
        h2 {
            margin-bottom: 2.5rem;
        }

        .items {
            gap: 20px;
        }

        .items.two .item {
            width: 100%;
        }

        .item:not(:first-child) {
            padding: 20px;
            margin-top: 60px;
            margin-bottom: 0;

            span {
                font-size: 120px;
                margin-top: -80px;
                margin-left: 0;
                width: 100%;
                text-align: center;
            }

            .icon {
                height: 45px;
                margin-bottom: 18px;
            }

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

        .item:first-child p {
            min-width: auto;
        }
    }

    .counters {
        padding: 40px 20px;
        margin-top: 50px;

        h2 {
            margin-bottom: 2.5rem;
        }

        .items.three {
            gap: 30px;

            .item {
                width: 100%;
                border-right: none;

                .number {
                    font-size: 4.5rem;
                    margin-bottom: 0.5rem;
                }

                p {
                    font-size: 1.25rem;
                }
            }
        }
    }

    .hero.small-hero {
        .container {
            padding: 0;
        }
    }

    .team {
        .items.four {
            gap: 15px;

            .item {
                width: calc(100% / 2 - 7.5px);
                padding: 20px;
                margin-top: 60px;

                img {
                    width: 100px;
                    height: 100px;
                    margin-top: -80px;
                }

                h3 {
                    font-size: 1.125rem;
                }

                h4 {
                    font-size: 0.875rem;
                    margin-bottom: 1rem;
                }
            }
        }
    }

    .e-claim {
        h2 {
            margin-bottom: 2rem;
        }
    }

    .collapse-item {
        margin-bottom: 20px;
    }

    .collapse-item .header::after {
        width: 20px;
        height: 10px;
    }

    .collapse-item .header h3 {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .collapse-item .content .inner {
        padding-bottom: 25px;
    }

    .faq {
        h2 {
            margin-bottom: 2.5rem;
        }
    }

    .chatbot-link .content {
        padding: 20px;
        margin: -20px auto 0;

        p {
            font-size: 1.125rem;
        }
    }

    .videos h2 {
        margin-bottom: 2.5rem;
    }

    .videos .items.two {
        gap: 30px;
    }

    .videos .items.two .item {
        width: 100%;
    }

    .videos .items.two .item .image {
        height: 200px;
    }

    .videos .items.two .item h3 {
        margin-bottom: 0.75rem;
    }

    .videos .items.two .item h3 a {
        font-size: 1.5rem;
    }

    .filters {
        padding-top: 40px;
        margin-bottom: -10px;

        .container {
            flex-direction: column;
            gap: 15px;
        }

        .filter,
        .search {
            width: 100%;
        }

        .no-results {
            margin-top: 40px;
            margin-bottom: 20px;
        }
    }

    .faq + .faq {
        padding-top: 35px;
    }
    
    .article {
        .container {
            padding-top: 40px;
        }
    }

    .contact-subpage {
        padding-top: 40px;
        padding-bottom: 40px;

        .flex-content {
            flex-direction: column;
            gap: 20px;

            .right {
                width: 100%;
            }

            .right::before {
                display: none;
            }

            .right input,
            .right select,
            .right textarea {
                background-color: var(--primary);
            }
        }
    }

    .map iframe {
        height: 70vw;
    }

    .downloads-filter {
        .container.mt-3 {
            flex-direction: column-reverse;
        }

        .sorting {
            width: 100%;

            span {
                white-space: nowrap;
            }

            .filter {
                width: 100%;
            }
        }

        .number-of-results {
            margin-top: 20px;
            font-size: 1.125rem;
        }
    }

    .download-center {
        display: block;
        padding-top: 40px;

        .topics,
        .right {
            display: none;
        }

        .list {
            width: 100%;
            min-width: auto;
            padding: 20px;

            .item {
                gap: 20px;
                padding-bottom: calc(2.25rem + 18px);
                margin-bottom: 20px;
                position: relative;

                .image {
                    width: 100px;
                    min-width: 100px;
                    height: 115px;
                }

                .content {

                    .upper {
                        flex-direction: column;

                        .topic,
                        .file,
                        .date {
                            font-size: 0.875rem;
                        }
    
                        .name {
                            font-size: 1rem;
                            margin-bottom: 1rem;
                        }

                    }

                    .lower {
                        position: absolute;
                        bottom: 16px;
                        right: 0;
                        gap: 1.25rem;

                        a, button {
                            font-size: 0.875rem;
                            white-space: nowrap;
                            gap: 0.5rem;

                            svg {
                                height: 0.875rem;
                            }
                        }
                    }
                }
            }
        }
    }

    .content-card .card {
        padding: 22px;
    }

    .map-section #map {
        height: 65vw;
        max-height: 400px;
    }
    .map-section .project-list {
        min-width: 680px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

    section {
        padding: 80px clamp(20px, 4vw, 80px) 0;
    }

    h2 {
        font-size: 2.75rem;
        margin-bottom: 3.5rem;
    }

    .flex-content {
        gap: 40px;
    }

    .items {
        gap: 40px;
    }

    /*********************************/

    .bgshape {
        display: none;
    }

    .hero {
        height: auto;
        padding: 130px clamp(20px, 4vw, 80px) 40px;
    }

    .hero.main-hero {
        height: 60vw;
    }

    .hero .nav {
        position: static;
        margin-top: 90px;
    }

    .main-nav {
        padding-bottom: 0;

        .items.three,
        .items.four {

            .item {
                width: calc(50% - 15px);
                
            }
        }

        .items.four .item:first-child {
            height: auto;

            h3 {
                font-size: 2.75rem;
            }
        }
    }

    .newsletter {
        padding-top: 80px;
        padding-bottom: 0;

        .image {
            position: static;
            margin-left: clamp(-80px, -4vw, -20px);
            width: 70%;
        }

        .content {
            width: 80%;
            margin-top: -50px;
            padding: 40px;
        }
    }

    .blog {
        .items.three {
            .item {
                width: calc(50% - 20px);
            }
        }
    }

    .hero.small-hero {
        .container {
            padding: 0;
        }
    }

    .team {
        .items.four {
            gap: 40px;

            .item {
                width: calc(50% - 25px);
            }
        }
    }

    .why-bpw {
        .items {
            gap: 10%;
        }

        .items.two .item {
            width: 45%;
        }

        .item:not(:first-child) {
            margin-bottom: 0;
            margin-top: 100px;
        }

        .item:first-child p {
            min-width: 350px;
        }
    }

    .contact-subpage .right input.half,
    .contact-subpage .right select.half {
        width: 100%;
    }

    .download-center {
        .topics,
        .right {
            display: none;
        }

        .list {
            width: 100%;
            min-width: auto;
        }
    } 
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero {
        height: auto;
        padding: 130px clamp(20px, 4vw, 80px) 40px;
    }

    .hero.main-hero {
        height: 60vw;
    }

    .hero .nav {
        position: static;
        margin-top: 90px;
    }

    .hero.small-hero .container {
        padding: 30px 0;
    }

    .newsletter {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .newsletter .image {
        position: static;
        margin-left: clamp(-80px, -4vw, -20px);
        width: 70%;
    }

    .newsletter .content {
        width: 80%;
        margin-top: -50px;
        padding: 40px;
    }

    .why-bpw .items {
        gap: 10%;
    }

    .why-bpw .items.two .item {
        width: 45%;
    }

    .why-bpw .item:not(:first-child) {
        margin-bottom: 0;
        margin-top: 100px;
    }

    .why-bpw .item:first-child p {
        min-width: 350px;
    }

    .contact-subpage .bgshape {
        display: none;
    }
    
    .contact-subpage .right input.half,
    .contact-subpage .right select.half {
        width: 100%;
    }

    .download-center .topics,
    .download-center .right {
        display: none;
    }

    .download-center .list {
        width: 100%;
        min-width: auto;
    }
}

@media (min-width: 1279px) and (max-width: 1535px) {
    .download-center {
        .topics,
        .right {
            display: none;
        }

        .list {
            width: 100%;
            min-width: auto;
        }
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1023px) {
    .container {
        max-width: 1023px;
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}