/* Import Poppins from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&display=swap'); */

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2)
        format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
        U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2)
        format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
        U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2)
        format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
        U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2)
        format('woff2');
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
        U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
        U+2C60-2C7F, U+A720-A7FF;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::afterbefore,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ====================================================*/

/* Overall Elements */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 17px;
    background-color: #eef0ff;
}

body {
    color: #222432;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 100%;
    background-color: #eef0ff;
}

body > :not(.loader):not(.cookie-banner) {
    visibility: hidden;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-image: url(../images/loader.gif);
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
}

section:not(#cover) {
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-weight: 800;
}

h1 {
    font-size: 3.3rem;
    line-height: 3.5rem;
}

h2 {
    font-size: 3.3rem;
    line-height: 4rem;
}

h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

p {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

button,
a.button {
    font-family: 'Gilroy', Helvetica, Arial, sans-serif;
    background-color: #ff4b00;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.7rem 1.8rem;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    min-width: 220px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

:focus {
    outline: none;
}

header > .wrapper,
#cover > .wrapper,
#steps > .wrapper,
#gifts > .wrapper,
#members > .wrapper,
footer > .wrapper {
    width: 100%;
    max-width: 1420px;
}

.color-block,
.grey-block {
    height: 100%;
    width: 50vw;
    display: block;
}

/* ====================================================*/

/* Header - Navbar */

header {
    display: none;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
}

header > .wrapper {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .symbol {
    width: 2rem;
}

header p {
    width: auto;
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.5rem;
    left: 3.2rem;
    top: 0.6rem;
}

header .wrapper div {
    position: relative;
}

header .wrapper div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

header .wrapper div + div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    text-align: right;
}

/* ====================================================*/

/* Cover Section */
#cover {
    height: 1650px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cover .color-block {
    background-color: #105ae1;
}

#cover .grey-block {
    background-color: #eef0ff;
}

#cover > .wrapper {
    height: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cover .image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1100px;
    width: 40%;
    padding: 0 2rem;
    z-index: 200;
}

/* #cover .image img {
    width: 100%;
    max-width: 500px;
    height: auto;
} */

#cover .wrapper-form {
    position: absolute;
    right: 0;
    height: 1000px;
    width: 80%;
    background-color: #eef0ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4rem 4rem 12rem;
}

#cover .register-form,
#cover .complete {
    width: 100%;
    max-width: 580px;
}

.register-form {
  width: 100%;
  max-width: 580px;
  /* NEW: Reserve space for entire form */
  min-height: 550px; /* Slightly larger than your inline CSS */
  contain: layout;
}

#cover .logo {
    width: 220px;
    margin-bottom: 3.7rem;
}

#cover h1 {
    margin-bottom: 2.8rem;
}

#cover h4 {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 2.8rem;
}

@media screen and (max-width: 800px) {
    #cover h4 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
    #cover .logo {
        width:180px;
        margin-bottom: 3.2rem;
    }
}

/* Complete */
#cover .complete {
    display: none;
    margin: auto;
}

#cover .complete.show {
  display: block;
}

#email_address {
    font-weight: bold;
}

/* Form */
.register-form li {
    position: relative;
    display: block;
    width: 100%;
    min-height: 85px;
}

.register-form label {
    position: absolute;
    top: 17px;
    left: 17px;
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    color: rgba(33, 35, 49, 0.7);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 100;
}

.register-form label.focus,
.register-form label.inside-label {
    top: 5px;
    font-size: 12px;
    color: #222432;
}

.register-form label.focus + input::-webkit-input-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input::-moz-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input:-ms-input-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input::-ms-input-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input::placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input::-ms-input-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.focus + input:-ms-input-placeholder {
    color: rgba(33, 35, 49, 0.7);
}

.register-form label.pre-label {
    color: #222432;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 2px;
    top: 0;
    left: 0;
}

.register-form input,
.register-form select#country {
    position: absolute;
    display: block;
    width: 100%;
    font-family: 'Gilroy', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    padding: 25px 17px 10px;
    color: rgba(33, 35, 49, 0.7);
}

.register-form input::-webkit-input-placeholder {
    color: #fff;
}

.register-form input::-moz-placeholder {
    color: #fff;
}

.register-form input:-ms-input-placeholder {
    color: #fff;
}

.register-form input::-ms-input-placeholder {
    color: #fff;
}

.register-form input::placeholder {
    color: #fff;
}

.register-form input::-ms-input-placeholder {
    color: #fff;
}

.register-form input:-ms-input-placeholder {
    color: #fff;
}

.register-form input:-webkit-autofill,
.register-form input:-webkit-autofill:hover,
.register-form input:-webkit-autofill:focus,
.register-form input:-webkit-autofill:active,
.register-form input:-internal-autofill-selected {
    background-color: #fff !important;
    color: rgba(33, 35, 49, 0.7) !important;
}

/* Dropdown */
.register-form .dropdown {
    display: inline-block !important;
}

.register-form .dropdown select {
    -webkit-appearance: none;
    cursor: pointer;
}

/* Birthdate */
.register-form .date {
    min-height: 105px;
}

.register-form .date #birthDate-fields {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    width: 100%;
    height: 56px;
    position: absolute;
    top: 20px;
    left: 0;
}

.register-form .date .number-field {
    width: 80px;
    height: 56px;
    display: inline-block;
    position: relative;
}

.register-form .date .number-field input,
.register-form .date .number-field label {
    width: 80px;
    display: block;
    padding-right: 0;
    background-color: transparent;
}

.register-form .date .number-field:nth-child(n + 2)::after {
    content: '/';
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 0;
}

.register-form .date .number-field input::-webkit-outer-spin-button,
.register-form .date .number-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register-form .date .number-field input[type='number'] {
    -moz-appearance: textfield;
}

.register-form .date .number-field input::-webkit-input-placeholder {
    color: #a6a7ad;
}

.register-form .date .number-field input::-moz-placeholder {
    color: #a6a7ad;
}

.register-form .date .number-field input:-ms-input-placeholder {
    color: #a6a7ad;
}

.register-form .date .number-field input:-moz-placeholder {
    color: #a6a7ad;
}

/* Checkbox - Conditions */
.register-form .checkbox {
    min-height: auto;
    padding-bottom: 50px;
}

.register-form .checkbox input {
    width: 27px;
    height: 27px;
}

.register-form .checkbox label {
    position: static;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #222432;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px auto;
    grid-template-columns: 45px auto;
}

.register-form .checkbox label a {
    color: #222432;
}

.register-form .checkbox.checked label::before {
    background-image: url(../images/checkbox_checked.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #105ae1;
    border: 1px solid #105ae1;
}

.register-form .checkbox label span {
    position: absolute;
    margin-left: 40px;
    margin-top: 7px;
}

/* Recaptcha */
.register-form li.register-recaptcha {
    min-height: 0px;
}

/* Errors & Happiness */
.control-error.displayed > input,
.control-error.displayed > select,
.control-error.displayed > #birthDate-fields {
    border-bottom: 1px solid #c12501;
    border-radius: 4px 4px 0 0;
}

.feedback-item {
    color: #c12501;
    font-size: 12px;
    padding: 5px 0 5px 17px;
    position: absolute;
    bottom: 0;
}

.checkbox .feedback-item,
.register-recaptcha .feedback-item {
    padding-left: 5px;
}

/* Button Submit */
.register-item.button {
    margin-top: 10px;
    min-height: auto;
}

/* ====================================================*/

/* Steps Section */
#steps {
    padding: 0rem 2rem 2rem;
    margin-top: -550px;
    background-color: #e2e3f6;
}

#steps > .wrapper {
    height: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 9.4rem 4.4rem 9.4rem 7rem;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 18px 30px -30px rgba(34, 36, 50, 1);
    box-shadow: 0px 18px 30px -30px rgba(34, 36, 50, 1);
}

#steps .wrapper > h2 {
    max-width: 500px;
    margin-bottom: 5.6rem;
}

#steps > .wrapper > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#steps .list,
#steps .image {
    width: 45%;
}

#steps .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 600px;
}

#steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#steps .step span::before {
    content: '';
    display: block;
    height: 5px;
    width: 65px;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

#steps .step:nth-child(1) span::before {
    background-color: #ff4b00;
}

#steps .step:nth-child(2) span::before {
    background-color: #1dc9ab;
}

#steps .step:nth-child(3) span::before {
    background-color: #ffc500;
}

#steps .step span {
    color: #bfc1d3;
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 800;
    margin-right: 3rem;
    width: 130px;
}

#steps .step p {
    font-weight: bold;
}

#steps .image {
    text-align: center;
}

#steps .image img {
    width: 100%;
    max-width: 570px;
    height: auto;
}

/* ====================================================*/

/* Gifts Section */
#gifts {
    background-image: url(../images/texture.svg);
    background-size: 50%;
    background-color: #e2e3f6;
    padding-top: 550px;
    margin-top: -550px;
}

#gifts > .wrapper {
    height: 100%;
    margin: auto;
    padding: 8rem 2rem 10rem;
}

#gifts .text {
    max-width: 570px;
}

#gifts h2 {
    margin-bottom: 1.3rem;
}

#gifts .carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.6rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#gifts .carousel .gift {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

#gifts .carousel .gift .image {
    background-color: #f3f5ff;
    border-radius: 5px 5px 0 0;
    padding: 0.7rem 1.2rem;
}

#gifts .carousel .gift .image img {
    width: 100%;
    height: auto;
}

#gifts .carousel .gift .description {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 1rem;
    min-height: 155px;
}

#gifts .carousel .gift .description .category {
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #77798a;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

#gifts .carousel .gift .description .name {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 2rem;
}

#gifts .carousel .gift .description .value {
    font-size: 1rem;
    line-height: 1.2rem;
}

#gifts .carousel .gift .description .value span {
    font-size: 1.4rem;
    font-weight: bold;
}

#gifts .carousel .gift.focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 42px -2px rgba(34, 36, 50, 0.18);
    box-shadow: 0px 0px 42px -2px rgba(34, 36, 50, 0.18);
}

/* ====================================================*/

/* Members Section */
#members {
    height: 800px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
}

#members .color-block.one {
    background-color: #ffc500;
}

#members .color-block.two {
    background-color: #ff4b00;
}

#members .color-block.three {
    background-color: #1dc9ab;
}

#members .grey-block {
    background-color: #f8faff;
}

#members > .wrapper {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#members .wrapper-image {
    height: 800px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 200;
    padding: 0 2rem;
}

#members .wrapper-image .image:nth-of-type(n + 2),
#members .text .testimonial:nth-of-type(n + 2) {
    display: none;
}

#members .wrapper-image .image:first-of-type {
  display: block;
}

#members .text .testimonial {
  display: none;
}

#members .text .testimonial:first-of-type {
  display: block;
}

/* Rest of the Members CSS remains the same */
#members .wrapper-text {
    height: 800px;
    width: 80%;
    background-color: #f8faff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    padding: 0 4rem 0 12rem;
}

#members .image img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#members .text {
    max-width: 580px;
}

#members .text .testimonial {
    max-width: 500px;
    margin-top: 3rem;
}

#members .text .testimonial .name {
    margin-top: 3.7rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#members .text .pagination {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.5rem;
    color: #bfc1d3;
}

#members .text .pagination p {
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
}

#members .text .pagination .current,
#members .text .pagination p:hover {
    font-size: 1.6rem;
    font-weight: 800;
    color: #222432;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #105ae1;
}

/* ====================================================*/

/* Footer */
footer {
    background-color: #222432;
    color: #fff;
}

footer > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 1.5rem 2rem;
}

footer .logo {
    width: 100%;
    max-width: 200px;
}

footer p {
    font-size: 1rem;
}

footer .impressum {
    font-size: 1rem;
    color: #fff;
    display: none;
}

/* ====================================================*/

/* MEDIA QUERIES */

/* ====================================================*/

/* DESKTOP M */
@media all and (max-width: 1300px) {
    /* Cover */
    #cover {
        height: 1600px;
    }

    /* #cover .wrapper-form,
    #cover .image {
        height: 1050px;
    } */

    #cover .wrapper-form {
        height: 1050px;
    }

    /* Steps */
    #steps > .wrapper {
        padding: 7rem 5rem;
    }

    #steps > .wrapper > .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #steps .list,
    #steps .image {
        width: 100%;
    }

    #steps .list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        min-height: auto;
        margin-bottom: 4rem;
    }

    #steps .step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        display: block;
    }

    #steps .step h4 {
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 1420px) {
    header > .wrapper,
    #cover > .wrapper,
    #steps > .wrapper,
    #gifts > .wrapper,
    #members > .wrapper,
    footer > .wrapper {
        width: 100%;
        max-width: 100%;
    }
}

/* ====================================================*/

/* DESKTOP S */
@media all and (max-width: 1080px) {
    /* Header */
    header p {
        top: 0;
    }

    /* Cover */
    #cover {
        display: block;
        height: auto;
        background-color: #eef0ff;
        padding-bottom: 550px;
    }

    #cover .color-block {
        height: 140px;
        width: 100%;
    }

    #cover .grey-block {
        display: none;
    }

    #cover > .wrapper {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        display: block;
    }

    
    /* #cover .wrapper-form,
    #cover .image {
        height: auto;
        width: 100%;
    } */
    #cover .wrapper-form {
        height: auto;
        width: 100%;
    }
/* 
    #cover .image {
        position: static;
        margin-top: -100px;
    } */

    /* #cover .image img {
        max-width: 300px;
        margin: auto;
        height: auto;
    } */

    #cover .wrapper-form {
        padding: 200px 2rem 4rem;
        position: static;
        margin-top: -170px;
        background-color: transparent;
    }

    #cover .register-form,
    #cover .complete {
        max-width: 700px;
        text-align: center;
    }

    #cover .logo {
        margin-bottom: 2rem;
    }

    #cover h1 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    #cover .wrapper-form form {
        text-align: left;
        max-width: 580px;
        margin: auto;
    }

    .register-recaptcha .recaptcha div {
        margin: auto;
    }

    .register-item.button {
        text-align: center;
    }

    .register-item.button button {
        width: 100%;
        max-width: 300px;
    }

    .register-recaptcha .feedback-item {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 300px;
    }

    /* Steps */
    #steps .image {
        width: 80%;
        margin: auto;
    }

    /* Gifts */
    #gifts > .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #gifts .text,
    #gifts .carousel {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #gifts .carousel {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 3rem;
        padding-bottom: 0;
    }

    #gifts .carousel .gift {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin: 1rem;
    }

    #gifts .carousel .gift.focus {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Members */
    #members h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

/* ====================================================*/

/* TABLET */
@media all and (max-width: 800px) {
    html {
        font-size: 14px;
    }

    #cover > .wrapper,
    #steps > .wrapper,
    #gifts .text,
    #gifts .carousel,
    #members > .wrapper {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* Cover */
    #cover .register-form,
    #cover .complete {
        max-width: 580px;
    }

    /* Steps */
    #steps {
        padding: 0;
    }

    #steps > .wrapper {
        border-radius: 0;
    }

    #steps .step h4::before {
        width: 35px;
    }

    #steps .step h4 {
        font-size: 4rem;
        line-height: 5rem;
        width: 100px;
        margin-bottom: 0.5rem;
    }

    /* Gifts */
    #gifts .carousel {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    #gifts .carousel::-webkit-scrollbar {
        display: none;
    }

    #gifts .carousel .gift {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin: 0;
        margin-right: 1rem;
    }

    /* Members */
    #members .wrapper-image {
        padding: 0 2rem 0 0;
        width: 35%;
    }

    #members .text .pagination p:not(.current):hover {
        color: #bfc1d3;
        font-size: 1.2rem;
        border-bottom: none;
        font-weight: normal;
    }
}

/* ====================================================*/

/* MOBILE */
@media all and (max-width: 600px) {
    #cover > .wrapper,
    #steps > .wrapper,
    #gifts .text,
    #gifts .carousel,
    #members > .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* Header */
    header {
        padding: 1rem 2rem;
        display: block;
    }

    header .wrapper div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    header .wrapper div + div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }

    header .button {
        min-width: auto;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    header p {
        display: none;
    }

    /* Cover */
    #cover .color-block {
        height: 200px;
    }

    #cover .wrapper-form {
        padding-left: 0;
        padding-right: 0;
    }

    .register-item.button button {
        max-width: 100%;
        min-height: 56px;
    }

    .register-form input[type='date'] {
        height: 56px;
        min-height: 56px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .register-form .checkbox {
        min-height: 80px;
    }

    /* Steps */
    #steps > .wrapper {
        padding-top: 5rem;
    }

    #steps .step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 300px;
    }

    #steps .step + .step {
        margin-top: 4rem;
    }

    #steps .step h4::before {
        margin-bottom: 1rem;
    }

    /* Gifts */
    #gifts > .wrapper {
        padding-bottom: 8rem;
    }

    #gifts h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    #gifts .carousel {
        margin-top: 3rem;
    }

    #gifts .carousel .gift {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    #gifts .carousel .gift .description {
        min-height: 135px;
    }

    /* Members */
    #members {
        display: block;
        background-color: #f8faff;
        padding-top: 15rem;
        padding-bottom: 6rem;
        height: auto;
    }

    #members .color-block {
        width: 100%;
        height: 100px;
    }

    #members .grey-block {
        display: none;
    }

    #members > .wrapper {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        margin-top: -18rem;
    }

    #members .wrapper-image {
        height: 140px;
        width: auto;
        padding: 0;
        top: 14rem;
    }

    #members .wrapper-image .image,
    #members .wrapper-image .image img {
        height: 100%;
        width: auto;
    }

    #members .text h2 {
        min-height: 130px;
    }

    #members .text .testimonial {
        margin-top: 11rem;
    }

    #members .wrapper-text {
        position: static;
        height: auto;
        padding: 0;
        width: 100%;
        background-color: transparent;
    }

    #members .text .testimonial .name {
        position: absolute;
        top: 14rem;
        left: 13rem;
    }

    #members .text .pagination {
        margin: 4rem auto 0;
    }

    /* Footer */
    footer > .wrapper {
        display: block;
        text-align: center;
    }

    footer p {
        margin-top: 1rem;
    }
}

/* MOBILE XS */
@media all and (max-width: 400px) {
    #cover h1,
    #steps h3,
    #gifts h2,
    #members h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    header,
    #cover > .wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Cover */
    .register-recaptcha .recaptcha div {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        margin-left: -5px;
    }

    .register-recaptcha .feedback-item {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: auto;
    }

    /* Gifts */
    #gifts .text p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    /* Members */
    #members .text h2 {
        min-height: 110px;
        max-width: 265px;
    }

    #members .text .testimonial {
        margin-top: 13rem;
    }

    #members .text .testimonial p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

/* cookie banner CSS */
.cookie-banner {
    background-color: rgba(34, 36, 50, 0.95);
    color: white;
    padding: 1rem;
    transition: all 0.3s ease;
    opacity: 0;
    /* Start hidden */
    position: fixed;
    /* Changed to fixed */
    bottom: 0;
    /* Position at bottom */
    left: 0;
    right: 0;
    z-index: 1000;
    /* Ensure it's above other content */
    transform: translateY(100%);
    /* Start hidden below viewport */
}

.cookie-banner.visible {
    transform: translateY(0);
    /* Slide up to visible position */
    opacity: 1;
}

.cookie-banner.hidden {
    transform: translateY(100%);
    /* Slide down when hiding */
    opacity: 0;
}

/* Keep existing styles */
.cookie-banner__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 32px;
}

.cookie-banner__title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 120%;
}

.cookie-banner__text {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.cookie-banner__buttons {
    display: flex;
    gap: 20px;
}

@media (min-width: 768px) {
    .cookie-banner__buttons {
        align-items: center;
        padding-bottom: 24px;
    }
}

.cookie-banner__button {
    background-color: rgb(16, 90, 225);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-banner__button:hover {
    background-color: rgb(0, 128, 255);
}

.cookie-banner__preferences {
    display: inline-block;
    color: white;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

.cookie-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    min-width: unset;
}

@media (max-width: 768px) {
    .cookie-banner {
        padding: 8px 16px 24px;
    }

    .cookie-banner__buttons {
        flex-direction: column;
        align-items: left;
        gap: 0.75rem;
    }

    .cookie-banner__button {
        background-color: #0066ff;
        width: 100%;
        padding: 0.675rem 0;
        border-radius: 2rem;
        font-size: 16px;
        min-width: unset;
    }

    .cookie-banner__preferences {
        order: -1;
        margin-bottom: 0.75rem;
        text-align: left;
        padding: 0;
        font-size: 16px;
        display: inline-block;
    }
}
