:root {
    /* --primary: #98cec8; */
    --primary: #0B4FEB;
    --secondary: #306DFE;
    --gray: #10355A;
}

/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Regular'), url('HarmonyOS_Sans_Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Italic'), url('HarmonyOS_Sans_Regular_Italic.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Medium'), url('HarmonyOS_Sans_Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Medium Italic'), url('HarmonyOS_Sans_Medium_Italic.woff') format('woff');
    font-style: italic;
    font-weight: 500;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Bold'), url('HarmonyOS_Sans_Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Bold Italic'), url('HarmonyOS_Sans_Bold_Italic.woff') format('woff');
    font-style: italic;
    font-weight: 700;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Black'), url('HarmonyOS_Sans_Black.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}


@font-face {
    font-family: 'HarmonyOS Sans';
    src: local('HarmonyOS Sans Black Italic'), url('HarmonyOS_Sans_Black_Italic.woff') format('woff');
    font-style: italic;
    font-weight: 900;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'HarmonyOS Sans', sans-serif;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow-x: hidden;
    font-weight: 400;
    min-height: 100vh;
    color: var(--gray);
}

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

strong {
    font-weight: 600;
}

h1 {
    font-size: 4.25rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: 4rem;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.125rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-weight: 600;
    font-size: 1rem;
}

h6 {
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
}

p,
li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

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: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--secondary);
}

.article h3 {
    font-size: 2rem;
    font-weight: 600;
}

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

section {
    padding: 50px 40px;
    position: relative;
    max-width: 2560px;
}

.primary-link {
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    display: block;
    width: fit-content;
    outline: none;
    white-space: nowrap;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #0B4FEB;
    color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: 'HarmonyOS Sans', sans-serif;
}

.primary-link:hover {
    color: white;
    background-color: var(--secondary);
    box-shadow: 0 7px 20px 0 rgba(16,53,90,.25);
}

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

::selection {
    background: var(--gray);
    color: white;
}

::-moz-selection {
    background: var(--gray);
    color: white;
}

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

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

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

.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(--gray);
}

.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: var(--gray);
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: var(--gray);
}

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: 6px;
    display: none;
}

.open-sidebar .hb {
    border-bottom: 3px solid white;
    border-radius: 99px;
    transition: all 0.45s;
}

/* .desktop-navbar.scrolled .open-sidebar .hb {
    border-color: var(--primary);
} */

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

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

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

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

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

/* 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 .lang {
    font-size: 20px;
    color: var(--gray);
    gap: 0.5rem;
}

#sidebar .lang a {
    font-size: 1.125rem;
    color: var(--gray);
    border-color: var(--gray);
    padding-right: 0.5rem;
}

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

#sidebar {
    background: #FFFFFFDD;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#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.125rem;
    font-weight: 500;
    color: var(--primary);
}

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

#sidebar .links a svg path {
    stroke: var(--primary);
    stroke-width: 1;
}

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

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    transition: background-color 0.5s, top 0.5s;
    box-shadow: 0 0 10px #33333316;
}

/* .desktop-navbar.scrolled {
    background-color: #FFFFFFDD;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
} */

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
}

.desktop-navbar .logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 3rem;
}

.desktop-navbar .logo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    padding: 0 2.25rem;
    margin-left: auto;
}

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

.desktop-navbar .links .nav-item {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    color: white;
}

/* .desktop-navbar.scrolled .links .nav-item {
    color: var(--primary);
} */

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

/* .desktop-navbar.scrolled .links .nav-item:hover {
    color: var(--primary);
} */

/* .desktop-navbar .links .nav-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.desktop-navbar.scrolled .links .nav-item::after {
    background-color: var(--primary);
}

.desktop-navbar .links .nav-item:hover::after {
    width: 100%;
} */

.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 svg path {
    stroke: var(--primary);
} */

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

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

.desktop-navbar .buttons a {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.desktop-navbar .buttons svg {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    vertical-align: baseline;
}

.desktop-navbar .buttons>button:not(.open-sidebar) {
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-navbar .buttons svg * {
    transition: fill 0.3s, stroke 0.3s;
}

.desktop-navbar.scrolled .buttons button:hover svg * {
    stroke: var(--primary);
}

.lang {
    display: flex;
    justify-content: center;
    gap: 0.5vw;
}

.lang a {
    color: white;
    border-right: 1px solid var(--white);
    padding-right: 0.5vw;
}

.desktop-navbar.scrolled .lang a {
    color: var(--gray);
    border-color: var(--gray);
}

.lang a:last-of-type {
    border-right: none;
    padding-right: 0;
}

.lang a.active {
    font-weight: 800;
} */

/* NAVBAR DROPDOWN */

.desktop-navbar .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);
}

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

.navbar-dropdown .container {
    display: block;
    padding: 0.5rem 0;
    background-color: #FFFFFFEF;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.desktop-navbar .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(--primary);
    letter-spacing: 0;
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 300px;
    background-color: #FFFFFFDD;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;
}

.desktop-modal.active {
    transform: translate(-50%, 2.5vw);
    opacity: 1;
}

.desktop-modal::before {
    content: '';
    position: absolute;
    top: -17.75px;
    left: 50%;
    transform: translateX(-50%);
    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,
.navbar-dropdown .cancel {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 10px;
    cursor: pointer;
    width: 36px;
}

.desktop-modal h4 {
    margin: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.desktop-modal form {
    padding: 0;
    width: 100%;
    background-color: transparent;
    gap: 0;
}

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

.desktop-modal .primary-link {
    background-color: var(--primary);
    margin: 0 auto;
}

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

/* Állandó */

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

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

.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;
    width: calc(33.33% - 28px);
    position: relative;
}

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

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

.relative {
    position: relative;
}

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

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

.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: 600;
    color: white;
}

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

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

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

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

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

/* VARÁZSLÓ */

.wizard {
    text-align: center;
    background-color: #EEF3F5;
    min-height: 100vh;
    padding: 40px;
}

.wizard section {
    margin: 0;
    padding: 0;
}

.wizard .main-logo {
    display: block;
    width: 220px;
    margin: 0 auto 40px;
}

.wizard .card {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    padding: 35px 60px;
    padding-top: 95px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.wizard .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: url('../images/card-header.png') no-repeat center / cover;
}

.wizard .card::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    height: 12px;
    background-color: #F1F1F1;
}

.wizard h1 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.wizard h2 {
    font-size: 1.75rem;
    padding-bottom: 40px;
    border-bottom: 1px solid #D5DEE4;
    text-transform: none;
    width: 100%;
}

.wizard h3 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
}

.wizard .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
}

.wizard .buttons a {
    color: #6C6D6E;
    text-decoration: underline;
}

.wizard .buttons .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.wizard .buttons .right .primary-link {
    min-width: 100%;
    font-size: 1rem;
    padding: 1rem 3rem;
}

.wizard .buttons .right span {
    font-size: 0.6875rem;
}

/* 0. Üdvözlő */

/* 1. Információk */

.wizard .infos .card::after {
    width: calc(100 / 7 * 1%);
}

.wizard .infos .form-group.half label {
    min-width: 7.25em;
    max-width: 7.25em;
    text-align: left;
}

.wizard .infos .form-group.half:nth-of-type(odd) {
    padding-right: 1rem;
}

.wizard .infos .buttons {
    justify-content: flex-end;
}

/* 2. Logók */

.wizard .logos .card::after {
    width: calc(100 / 7 * 2%);
}

.wizard .select .items {
    width: 100%;
}

.wizard .select .items .item {
    width: calc(25% - 30px);
    outline: 3px solid transparent;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    cursor: pointer;
    transition: outline 0.3s, box-shadow 0.3s;
}

.wizard .select .items .item.selected {
    outline: 3px solid #C974C8;
}

.wizard .select .items .item:hover {
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

/* 3. Színpaletta */

.wizard .colors .card::after {
    width: calc(100 / 7 * 3%);
}

.wizard .select.colors .items .item {
    padding: 15px;
    flex-direction: row;
    justify-content: space-between;
    gap: 3%;
}

.wizard .colors .color {
    width: 20%;
    padding-bottom: 20%;
    border-radius: 0.5rem;
}

/* 4. Header */

.wizard .header .card::after {
    width: calc(100 / 7 * 4%);
}

.wizard .select.sections .items .item {
    width: calc(50% - 20px);
    padding: 0;
    padding-bottom: 21%;
    border: 0px solid transparent;
}

.wizard .select.sections .items .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wizard .select.sections .items .item::after {
    content: 'Kiválasztva';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #C974C8DD;
    font-weight: 700;
    text-align: center;
    color: white;
    padding: 8px;
    opacity: 0;
    transition: opacity 0.3s;
}

.wizard .select.sections .items .item.selected::after {
    opacity: 1;
}

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

.form-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.form-group.half {
    width: calc(50% - 0.625rem);
}

input,
textarea,
select {
    padding: 0.75rem 1rem;
    outline: none;
    background-color: white;
    color: var(--gray) !important;
    font-size: 1rem;
    width: 100%;
    resize: none;
    border: 1px solid #BBC7D0;
    border-radius: 0.375rem;
}

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

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--gray);
    opacity: 0.5;
}

label {
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0;
}

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

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

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

.form-group:not(.half):first-of-type {
    margin-top: 20px;
}

.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: 14px;
    margin-bottom: 0;
    color: var(--gray);
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -37px;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 1.75px solid var(--primary);
    border-radius: 5px;
    transition: 0.3s ease;
}

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

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

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

/* EDIT */

.edit-sidebar {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #FFFFFF;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.edit-sidebar.active {
    transform: translateX(0);
}

.edit-sidebar .cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

.edit-sidebar h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.edit-sidebar .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.edit-sidebar input[type="file"] {
    display: none;
}

.edit-sidebar .file-input {
    width: 100%;
}

.edit-sidebar .file-input .file-selector {
    border-radius: 0.5rem;
    border: 1px solid #BBC7D0;
    width: 100%;
    overflow: hidden;
}

.edit-sidebar .file-input .input {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.edit-sidebar .file-input .input div {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--lightgreen);
}

.edit-sidebar .file-input .input .button {
    background-color: #0B4FEB;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.edit-sidebar .file-input .image {
    /* display: none; */
    margin-top: 0.625rem;
}

.edit-sidebar .file-input .image img {
    max-width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #BBC7D0;
    display: block;
    margin: 0 auto;
}

.edit-sidebar .file-input .image p {
    margin-top: 0.375rem;
    text-align: center;
}

.edit-sidebar .primary-link.loading {
    pointer-events: none;
    background-color: #888888;
}

.to-edit {
    position: relative;
}

.to-edit .edit-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #306DFE88;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 99;
    transition: opacity 0.3s;
    display: none;
}

.edit-mode .to-edit .edit-layer {
    display: flex;
}

.to-edit:hover .edit-layer {
    opacity: 1;
}

.to-edit .edit-layer button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: url('../images/edit.png') no-repeat center / 30px;
    background-color: #306DFE;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer {
    width: 100%;
    z-index: 999;
    background-color: #10355A;
    padding: 5px;
    margin-top: 40px;
}

.footer img {
    display: block;
    height: 26px;
    margin: 0 auto;
}


@media (max-width: 1279px) {

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

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

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

    .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 .buttons svg {
        height: 28px;
    }

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

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

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

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

    .desktop-modal::before {
        left: auto;
        transform: none;
        right: 36px;
    }

    .desktop-modal .cancel {
        top: 14px;
    }

    #sidebar .navbar-dropdown {
        top: 0;
        background-color: #FFFFFFEF;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        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: 500;
        padding: 0.75rem 0;
        text-align: center;
    }

}

@media (max-width: 767px) {

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

    h1 {
        font-size: 2rem;
    }

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

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

    h4 {
        font-size: 1.25rem;
    }

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

    section {
        padding: 40px 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: 0.875rem;
        padding: 0.875rem 1.5rem 0.75rem;
    }

    .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 .item,
    .items.two .item {
        width: 100%;
    }

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

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


    form {
        gap: 0.625rem
    }

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

    form input:nth-of-type(2),
    form input:nth-of-type(3) {
        width: 100%;
    }

    form select {
        background-size: 1rem;
    }

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

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

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

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

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

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

    footer .item .logo {
        width: 180px;
        margin-bottom: 0;
    }

    footer .item:first-of-type p {
        font-size: 13px;
        max-width: 200px;
    }

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

    footer .item a,
    footer .item p {
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    footer .socials a {
        width: fit-content;
    }

    footer .socials {
        justify-content: center;
    }

    footer .raccoon {
        margin-top: 30px;
    }

    footer .raccoon a {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
        text-align: center;
    }

    .wizard {
        padding: 40px 20px;
    }

    .wizard .card {
        padding: 35px 20px;
        padding-top: 85px;
    }

    .wizard h1 {
        font-size: 2.5rem;
    }

    .wizard h2 {
        font-size: 1.375rem;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .wizard h3 {
        font-size: 1.25rem;
    }

    .wizard .infos .form-group.half label {
        min-width: auto;
        max-width: none;
    }

    .form-group.half {
        width: 100%;
    }

    .wizard .infos .form-group.half:nth-of-type(odd) {
        padding-right: 0;
    }

    .form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        margin-bottom: 0.25rem;
    }

    .wizard .select .items {
        gap: 20px;
    }

    .wizard .select .items .item {
        width: 80%;
    }

    .wizard .select.sections .items .item {
        width: 100%;
        padding-bottom: 44%;
    }
}

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

    section {
        padding: 80px 40px 0;
    }

    h2 {
        font-size: 3.25rem;
        margin-bottom: 3rem;
    }

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

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

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

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


}

@media (min-width: 1024px) and (max-width: 1279px) {
    
}

@media (min-width: 1280px) and (max-width: 1440px) {}

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

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

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

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

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