/* SCSS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
.header-mobile {
    display: none;
    position: fixed;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    margin: 0;
    background-color: transparent;
    z-index: 4;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-mobile {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header-mobile {
        display: none;
    }
}
.header-mobile .hamburger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -ms-flex-align: center;
    align-items: center;
}
.header-mobile .hamburger svg {
    height: 22px;
}
.header-mobile .hamburger svg rect {
    fill: #535353;
    stroke: #535353;
    stroke-miterlimit: 10;
}
.header-mobile .logo-mobile {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-mobile .logo-mobile,
.header-mobile .logo-mobile a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.header-mobile .logo-mobile a {
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.header-mobile .logo-mobile a svg {
    width: 87px;
}
.header-mobile .logo-mobile a svg path {
    fill: #eb212d;
}
.header-mobile .cart {
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-mobile .cart,
.header-mobile .cart a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-mobile .cart a {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
.header-mobile .cart a svg {
    height: 22px;
}
.header-mobile .cart a svg path {
    fill: none;
    stroke: #535353;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.header-mobile .cart a .cart-circle {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 8px;
    height: 8px;
    border: 3px solid #e2e2e2;
    border-radius: 50%;
    background-color: #03dbbb;
}
.header {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: auto;
    margin: 0 40px 0 0;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 4;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        width: calc(100% - 0px);
        height: 100vh;
        margin: 0;
        background-color: #eb212d;
        z-index: 5;
    }
}
@media (min-width: 320px) and (max-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (max-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (max-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (max-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
        overflow-y: scroll;
    }
}
@media (min-width: 320px) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
        overflow-y: scroll;
    }
}
@media (min-width: 320px) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
        overflow-y: auto;
    }
}
@media screen and (min-width: 1024px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: auto;
        margin: 0 20px 0 0;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (min-width: 1024px) and (min-height: 480px), screen and (min-width: 1024px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1024px) and (min-height: 745px), screen and (min-width: 1024px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1366px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: auto;
        margin: 0 20px 0 0;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (min-width: 1366px) and (min-height: 480px), screen and (min-width: 1366px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1366px) and (min-height: 745px), screen and (min-width: 1366px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1440px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: auto;
        margin: 0 20px 0 0;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (min-width: 1440px) and (min-height: 480px), screen and (min-width: 1440px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1440px) and (min-height: 745px), screen and (min-width: 1440px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1680px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 40px;
        left: 40px;
        width: calc(100% - 80px);
        height: auto;
        margin: 0 40px 0 0;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (min-width: 1680px) and (min-height: 480px), screen and (min-width: 1680px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 1680px) and (min-height: 745px), screen and (min-width: 1680px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 2560px) {
    .header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 40px;
        left: 40px;
        width: calc(100% - 80px);
        height: auto;
        margin: 0 40px 0 0;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (min-width: 2560px) and (min-height: 480px), screen and (min-width: 2560px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
@media screen and (min-width: 2560px) and (min-height: 745px), screen and (min-width: 2560px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header {
        overflow-y: auto;
    }
}
.header .close {
    display: none;
    position: absolute;
    top: 25.9px;
    left: 20px;
    z-index: 3;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .close {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 320px) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .close {
        position: fixed;
    }
}
@media (min-width: 320px) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .close {
        position: absolute;
    }
}
@media screen and (min-width: 1024px) {
    .header .close {
        display: none;
    }
}
.header .close svg {
    height: 22px;
}
.header .close svg rect {
    fill: #03dbbb;
    stroke: #03dbbb;
    stroke-miterlimit: 10;
}
.header .shape {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .shape {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header .shape {
        display: none;
    }
}
.header .shape svg {
    width: 250px;
}
.header .shape svg path {
    fill: #f82531;
}
.header .copyright {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 55.33px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .copyright {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header .copyright {
        display: none;
    }
}
.header .copyright p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ba141e;
}
.header .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    left: auto;
    background-color: transparent;
    z-index: 1;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .menu {
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1;
    }
}
@media screen and (min-width: 1024px) {
    .header .menu {
        -ms-flex-direction: row;
        flex-direction: row;
        z-index: 1;
    }
}
.header .menu .logo {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    right: auto;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .menu .logo {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .header .menu .logo {
        position: relative;
        top: auto;
        right: auto;
    }
}
.header .menu .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header .menu .logo a svg {
    width: 87px;
}
@media screen and (min-width: 1366px) {
    .header .menu .logo a svg {
        width: 75px;
    }
}
@media screen and (min-width: 1440px) {
    .header .menu .logo a svg {
        width: 75px;
    }
}
@media screen and (min-width: 1680px) {
    .header .menu .logo a svg {
        width: 87px;
    }
}
@media screen and (min-width: 2560px) {
    .header .menu .logo a svg {
        width: 87px;
    }
}
.header .menu .logo a svg path {
    fill: #eb212d;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .menu .logo a svg path {
        fill: #fff;
    }
}
@media screen and (min-width: 1024px) {
    .header .menu .logo a svg path {
        fill: #eb212d;
    }
}
.header .menu nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    gap: 40px;
    margin: 0 0 0 40px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .menu nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(100% - 40px);
        gap: 5px;
        margin: 70px 20px 0;
    }
}
@media screen and (min-width: 1024px) {
    .header .menu nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        gap: 30px;
        margin: 0 0 0 30px;
    }
}
@media screen and (min-width: 1366px) {
    .header .menu nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        gap: 30px;
        margin: 0 0 0 30px;
    }
}
@media screen and (min-width: 1440px) {
    .header .menu nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        gap: 30px;
        margin: 0 0 0 30px;
    }
}
@media screen and (min-width: 1680px) {
    .header .menu nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        gap: 40px;
        margin: 0 0 0 40px;
    }
}
@media screen and (min-width: 2560px) {
    .header .menu nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        gap: 40px;
        margin: 0 0 0 40px;
    }
}
.header .menu nav li {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    list-style: none;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .menu nav li {
        font-size: 36px;
        color: #fff;
    }
}
@media screen and (min-width: 1024px) {
    .header .menu nav li {
        font-size: 14px;
        color: #535353;
    }
}
@media screen and (min-width: 1366px) {
    .header .menu nav li {
        font-size: 14px;
        color: #535353;
    }
}
@media screen and (min-width: 1440px) {
    .header .menu nav li {
        font-size: 14px;
        color: #535353;
    }
}
@media screen and (min-width: 1680px) {
    .header .menu nav li {
        font-size: 16px;
        color: #535353;
    }
}
@media screen and (min-width: 2560px) {
    .header .menu nav li {
        font-size: 16px;
        color: #535353;
    }
}
.header .wave {
    display: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .wave {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 320px) and (max-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (max-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (max-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (max-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .wave {
        margin: 20px 0;
    }
}
@media (min-width: 320px) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .wave {
        margin: 20px 0;
    }
}
@media (min-width: 320px) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px),
    screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 320px) and (min-height: 745px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .wave {
        margin: 0;
    }
}
@media screen and (min-width: 1024px) {
    .header .wave {
        display: none;
    }
}
.header .wave svg {
    width: 290px;
}
.header .wave svg path {
    fill: #ba141e;
}
.header .login {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 5px 10px 30px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login {
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        padding: 0 20px;
    }
}
@media screen and (min-width: 1024px) {
    .header .login {
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        padding: 5px 5px 5px 30px;
    }
}
@media screen and (min-width: 1366px) {
    .header .login {
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        padding: 5px 5px 5px 30px;
    }
}
@media screen and (min-width: 1440px) {
    .header .login {
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        padding: 5px 5px 5px 30px;
    }
}
@media screen and (min-width: 1680px) {
    .header .login {
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        padding: 10px 5px 10px 30px;
    }
}
@media screen and (min-width: 2560px) {
    .header .login {
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        padding: 10px 5px 10px 30px;
    }
}
.header .login .social {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 31.5px;
    gap: 20px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .social {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .social {
        display: none;
    }
}
.header .login .social li {
    list-style: none;
}
.header .login .social li a {
    margin: 0;
    padding: 0;
}
.header .login .social li a i {
    font-size: 36px;
    color: #535353;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .social li a i {
        color: #03dbbb;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .social li a i {
        color: #535353;
    }
}
.header .login .account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        width: calc(100% - 31.5px);
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }
}
.header .login .account .name {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    padding: 0;
    margin: 0 5px 0 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account .name {
        font-size: 24px;
        font-weight: 600;
        color: #03dbbb;
        margin: 0 0 5px;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account .name {
        font-size: 14px;
        font-weight: 600;
        color: #535353;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1366px) {
    .header .login .account .name {
        font-size: 14px;
        font-weight: 600;
        color: #535353;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .account .name {
        font-size: 14px;
        font-weight: 600;
        color: #535353;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .account .name {
        font-size: 16px;
        font-weight: 600;
        color: #535353;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .account .name {
        font-size: 16px;
        font-weight: 600;
        color: #535353;
        margin: 0 5px 0 0;
    }
}
.header .login .account .login {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #9c9c9c;
    padding: 0;
    margin: 0 10px 0 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account .login {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account .login {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1366px) {
    .header .login .account .login {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .account .login {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        margin: 0 5px 0 0;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .account .login {
        font-size: 14px;
        font-weight: 700;
        color: #9c9c9c;
        margin: 0 10px 0 0;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .account .login {
        font-size: 14px;
        font-weight: 700;
        color: #9c9c9c;
        margin: 0 10px 0 0;
    }
}
.header .login .account .logout {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #9c9c9c;
    padding: 0;
    margin: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account .logout {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding: 0;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account .logout {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        padding: 2px 0 0;
    }
}
@media screen and (min-width: 1366px) {
    .header .login .account .logout {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        padding: 2px 0 0;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .account .logout {
        font-size: 12px;
        font-weight: 700;
        color: #9c9c9c;
        padding: 2px 0 0;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .account .logout {
        font-size: 14px;
        font-weight: 700;
        color: #9c9c9c;
        padding: 0;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .account .logout {
        font-size: 14px;
        font-weight: 700;
        color: #9c9c9c;
        padding: 0;
    }
}
.header .login .account a .my-account {
    display: none;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account a .my-account {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account a .my-account {
        display: none;
    }
}
.header .login .account a svg {
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    margin: 0 0 0 20px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account a svg {
        display: none;
        height: 22px;
        margin: 0 0 0 20px;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account a svg {
        display: -ms-flexbox;
        display: flex;
        height: 18px;
        margin: 0 0 0 15px;
    }
}
@media screen and (min-width: 1366px) {
    .header .login .account a svg {
        display: -ms-flexbox;
        display: flex;
        height: 18px;
        margin: 0 0 0 15px;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .account a svg {
        display: -ms-flexbox;
        display: flex;
        height: 18px;
        margin: 0 0 0 15px;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .account a svg {
        display: -ms-flexbox;
        display: flex;
        height: 22px;
        margin: 0 0 0 20px;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .account a svg {
        display: -ms-flexbox;
        display: flex;
        height: 22px;
        margin: 0 0 0 20px;
    }
}
.header .login .account a svg circle,
.header .login .account a svg path {
    fill: none;
    stroke: #535353;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.header .login .account .help {
    display: none;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 20px 0 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .account .help {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .account .help {
        display: none;
    }
}
.header .login .cart {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .header .login .cart {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .header .login .cart {
        display: -ms-flexbox;
        display: flex;
    }
}
.header .login .cart a {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.header .login .cart a svg {
    height: 22px;
}
@media screen and (min-width: 1366px) {
    .header .login .cart a svg {
        height: 18px;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .cart a svg {
        height: 18px;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .cart a svg {
        height: 22px;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .cart a svg {
        height: 22px;
    }
}
.header .login .cart a svg path {
    fill: none;
    stroke: #535353;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.header .login .cart a .cart-circle {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 8px;
    height: 8px;
    border: 3px solid #e2e2e2;
    border-radius: 50%;
    background-color: #03dbbb;
}
@media screen and (min-width: 1366px) {
    .header .login .cart a .cart-circle {
        top: -5px;
        right: -5px;
        width: 7px;
        height: 7px;
        border: 2px solid #e2e2e2;
    }
}
@media screen and (min-width: 1440px) {
    .header .login .cart a .cart-circle {
        top: -5px;
        right: -5px;
        width: 7px;
        height: 7px;
        border: 2px solid #e2e2e2;
    }
}
@media screen and (min-width: 1680px) {
    .header .login .cart a .cart-circle {
        top: -6px;
        right: -6px;
        width: 8px;
        height: 8px;
        border: 3px solid #e2e2e2;
    }
}
@media screen and (min-width: 2560px) {
    .header .login .cart a .cart-circle {
        top: -6px;
        right: -6px;
        width: 8px;
        height: 8px;
        border: 3px solid #e2e2e2;
    }
}
footer {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 40px;
    width: calc(100% - 80px);
    margin: 0 40px;
    z-index: 4;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    footer {
        display: none;
        bottom: 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    footer {
        display: none;
        bottom: 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    footer {
        display: none;
        bottom: 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}
@media screen and (min-width: 1366px) {
    footer {
        display: -ms-flexbox;
        display: flex;
        bottom: 20px;
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}
@media screen and (min-width: 1440px) {
    footer {
        display: -ms-flexbox;
        display: flex;
        bottom: 20px;
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}
@media screen and (min-width: 1680px) {
    footer {
        display: -ms-flexbox;
        display: flex;
        bottom: 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}
@media screen and (min-width: 2560px) {
    footer {
        display: -ms-flexbox;
        display: flex;
        bottom: 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}
footer .social,
footer .social p {
    display: -ms-flexbox;
    display: flex;
}
footer .social p {
    -ms-flex-align: center;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 1366px) {
    footer .social p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1440px) {
    footer .social p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1680px) {
    footer .social p {
        font-size: 16px;
    }
}
@media screen and (min-width: 2560px) {
    footer .social p {
        font-size: 16px;
    }
}
footer .social p span {
    margin: 0 20px;
}
footer .social .icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media screen and (min-width: 1366px) {
    footer .social .icons {
        gap: 15px;
    }
}
@media screen and (min-width: 1440px) {
    footer .social .icons {
        gap: 15px;
    }
}
@media screen and (min-width: 1680px) {
    footer .social .icons {
        gap: 20px;
    }
}
@media screen and (min-width: 2560px) {
    footer .social .icons {
        gap: 20px;
    }
}
footer .social .icons li {
    font-size: 24px;
    color: #535353;
    list-style: none;
}
@media screen and (min-width: 1366px) {
    footer .social .icons li {
        font-size: 20px;
    }
}
@media screen and (min-width: 1440px) {
    footer .social .icons li {
        font-size: 20px;
    }
}
@media screen and (min-width: 1680px) {
    footer .social .icons li {
        font-size: 24px;
    }
}
@media screen and (min-width: 2560px) {
    footer .social .icons li {
        font-size: 24px;
    }
}
footer .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
footer .link li {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    list-style: none;
}
@media screen and (min-width: 1366px) {
    footer .link li {
        font-size: 14px;
    }
}
@media screen and (min-width: 1440px) {
    footer .link li {
        font-size: 14px;
    }
}
@media screen and (min-width: 1680px) {
    footer .link li {
        font-size: 16px;
    }
}
@media screen and (min-width: 2560px) {
    footer .link li {
        font-size: 16px;
    }
}
#cookie-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 116px;
    left: auto;
    bottom: 40px;
    transform: translateX(0);
    width: auto;
    max-width: 100%;
    background-color: #fff;
    padding: 25px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 25px;
    z-index: 6;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    #cookie-banner {
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 40px);
        max-width: 654px;
        right: auto;
        left: calc(50% - 20px);
        bottom: 20px;
        transform: translateX(-50%);
        margin: 0 20px;
    }
}
@media screen and (min-width: 1366px) {
    #cookie-banner {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        max-width: 100%;
        right: 116px;
        left: auto;
        bottom: 40px;
        transform: translateX(0);
        margin: 0;
    }
}
@media screen and (min-width: 1440px) {
    #cookie-banner {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        max-width: 100%;
        right: 116px;
        left: auto;
        bottom: 40px;
        transform: translateX(0);
        margin: 0;
    }
}
@media screen and (min-width: 1680px) {
    #cookie-banner {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        max-width: 100%;
        right: 116px;
        left: auto;
        bottom: 40px;
        transform: translateX(0);
        margin: 0;
    }
}
@media screen and (min-width: 2560px) {
    #cookie-banner {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        max-width: 100%;
        right: 116px;
        left: auto;
        bottom: 40px;
        transform: translateX(0);
        margin: 0;
    }
}
#cookie-banner i {
    font-size: 32px;
    color: #535353;
}
#cookie-banner p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #9c9c9c;
    text-align: left;
    margin: 0 25px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    #cookie-banner p {
        font-size: 16px;
        text-align: center;
        margin: 20px 0;
    }
}
@media screen and (min-width: 1366px) {
    #cookie-banner p {
        font-size: 14px;
        text-align: left;
        margin: 0 25px;
    }
}
@media screen and (min-width: 1440px) {
    #cookie-banner p {
        font-size: 14px;
        text-align: left;
        margin: 0 25px;
    }
}
@media screen and (min-width: 1680px) {
    #cookie-banner p {
        font-size: 16px;
        text-align: left;
        margin: 0 25px;
    }
}
@media screen and (min-width: 2560px) {
    #cookie-banner p {
        font-size: 16px;
        text-align: left;
        margin: 0 25px;
    }
}
#cookie-banner p a {
    color: #535353;
    font-weight: 800;
    text-decoration: underline;
}
#cookie-banner form button {
    height: 56px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    border: 0;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
    background: #eb212d;
    cursor: pointer;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    #cookie-banner form button {
        height: 56px;
        font-size: 16px;
        padding: 0 40px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    #cookie-banner form button {
        height: 56px;
        font-size: 16px;
        padding: 0 40px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    #cookie-banner form button {
        height: 56px;
        font-size: 16px;
        padding: 0 40px;
    }
}
@media screen and (min-width: 1366px) {
    #cookie-banner form button {
        height: 40px;
        font-size: 14px;
        padding: 0 30px;
    }
}
@media screen and (min-width: 1440px) {
    #cookie-banner form button {
        height: 40px;
        font-size: 14px;
        padding: 0 30px;
    }
}
@media screen and (min-width: 1680px) {
    #cookie-banner form button {
        height: 40px;
        font-size: 14px;
        padding: 0 30px;
    }
}
@media screen and (min-width: 2560px) {
    #cookie-banner form button {
        height: 56px;
        font-size: 16px;
        padding: 0 40px;
    }
}
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background-color: #e2e2e2;
    margin: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media screen and (min-width: 1366px) {
    body {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100vh;
    }
}
@media screen and (min-width: 1440px) {
    body {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100vh;
    }
}
@media screen and (min-width: 1680px) {
    body {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100vh;
    }
}
@media screen and (min-width: 2560px) {
    body {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100vh;
    }
}
a {
    color: inherit;
    text-decoration: inherit;
}
.left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 100vh;
    padding: 122px 0 135px;
    box-sizing: border-box;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left {
        height: auto;
        padding: 100px 20px 74px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left {
        height: auto;
        padding: 100px 20px 74px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left {
        height: auto;
        padding: 140px 20px 74px;
    }
}
@media screen and (min-width: 1366px) {
    .left {
        height: 100vh;
        padding: 70px 5vw 63px 20px;
    }
}
@media screen and (min-width: 1440px) {
    .left {
        height: 100vh;
        padding: 70px 5vw 63px 20px;
    }
}
@media screen and (min-width: 1680px) {
    .left {
        height: 100vh;
        padding: 122px 5vw 108px;
    }
}
@media screen and (min-width: 2560px) {
    .left {
        height: 100vh;
        padding: 122px 166px 108px;
    }
}
.left .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 100%;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper {
        width: 100%;
        max-width: 430px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper {
        width: 100%;
        max-width: 430px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper {
        width: 100%;
        max-width: 430px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper {
        width: auto;
        max-width: 100%;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper {
        width: auto;
        max-width: 100%;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper {
        width: auto;
        max-width: 100%;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper {
        width: auto;
        max-width: 100%;
    }
}
.left .wrapper .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 40px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title {
        margin-bottom: 20px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title {
        margin-bottom: 20px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper .title {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper .title {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper .title {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper .title {
        margin-bottom: 30px;
    }
}
.left .wrapper .title h1 {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #535353;
    margin: 0;
    z-index: 2;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title h1 {
        font-size: 36px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title h1 {
        font-size: 36px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title h1 {
        font-size: 36px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper .title h1 {
        font-size: 26px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper .title h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper .title h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper .title h1 {
        font-size: 36px;
    }
}
.left .wrapper .title p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #535353;
    margin: 0;
    z-index: 2;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p {
        font-size: 16px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p {
        font-size: 16px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p {
        font-size: 16px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper .title p {
        font-size: 11px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper .title p {
        font-size: 14px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper .title p {
        font-size: 14px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper .title p {
        font-size: 16px;
    }
}
.left .wrapper .title p a {
    font-size: 18px;
    font-weight: 600;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p a {
        font-size: 18px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p a {
        font-size: 18px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper .title p a {
        font-size: 18px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper .title p a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper .title p a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper .title p a {
        font-size: 16px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper .title p a {
        font-size: 18px;
    }
}
.left .wrapper form {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    column-gap: 60px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form {
        column-gap: 60px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form {
        column-gap: 60px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form {
        column-gap: 60px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form {
        column-gap: 30px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form {
        column-gap: 40px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form {
        column-gap: 40px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form {
        column-gap: 60px;
    }
}
.left .wrapper form .box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 472px;
    height: auto;
    column-gap: 12px;
    row-gap: 20px;    
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .box {
        width: 100%;
        row-gap: 20px;
        margin-top: 20px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .box {
        width: 100%;
        row-gap: 20px;
        margin-top: 20px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .box {
        width: 100%;
        row-gap: 20px;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .box {
        width: 250px;
        row-gap: 15px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .box {
        width: 330px;
        row-gap: 20px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .box {
        width: 330px;
        row-gap: 20px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .box {
        width: 472px;
        row-gap: 20px;
        margin-top: 10px;
    }
}

.left .wrapper form input {
    height: 56px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #9c9c9c;
    border: 0;
    border-radius: 50px;
    padding: 0 29px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input {
        height: 56px;
        font-size: 16px;
        padding: 0 28px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input {
        height: 56px;
        font-size: 16px;
        padding: 0 28px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input {
        height: 56px;
        font-size: 16px;
        padding: 0 28px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form input {
        height: 30px;
        font-size: 11px;
        padding: 0 15px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form input {
        height: 40px;
        font-size: 14px;
        padding: 0 19px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form input {
        height: 40px;
        font-size: 14px;
        padding: 0 19px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form input {
        height: 56px;
        font-size: 16px;
        padding: 0 29px;
    }
}
.left .wrapper form div#city,
.left .wrapper form div#country,
.left .wrapper form div#first_name,
.left .wrapper form div#last_name,
.left .wrapper form div#stables_country,
.left .wrapper form div#stables_city {
    width: 100%;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#city,
    .left .wrapper form div#country,
    .left .wrapper form div#first_name,
    .left .wrapper form div#last_name
    .left .wrapper form div#stables_country,
    .left .wrapper form div#stables_city {
        width: 100%;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#city,
    .left .wrapper form div#country,
    .left .wrapper form div#first_name,
    .left .wrapper form div#last_name,
    .left .wrapper form div#stables_country,
    .left .wrapper form div#stables_city {
        width: 100%;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#city,
    .left .wrapper form div#country,
    .left .wrapper form div#first_name,
    .left .wrapper form div#last_name,
    .left .wrapper form div#stables_country,
    .left .wrapper form div#stables_city {
        width: 100%;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form div#city,
    .left .wrapper form div#country,
    .left .wrapper form div#first_name,
    .left .wrapper form div#last_name,
    .left .wrapper form div#stables_country,
    .left .wrapper form div#stables_city {
        width: calc(50% - 6px);
    }
}

@media screen and (min-width: 2560px) {
    .left .wrapper form div#city,
    .left .wrapper form div#country,
    .left .wrapper form div#first_name,
    .left .wrapper form div#last_name,
    .left .wrapper form div#stables_country,
    .left .wrapper form div#stables_city {
        width: 100%;
    }
}

.left .wrapper form input#prefix {
    width: 113px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#prefix {
        width: calc(100% - 45px);
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#prefix {
        width: 105px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#prefix {
        width: 105px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form input#prefix {
        width: 65px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form input#prefix {
        width: 80px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form input#prefix {
        width: 113px;
    }
}
.left .wrapper form input#telephone {
    width: 304px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#telephone {
        width: 100%;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#telephone {
        width: calc(100% - 105px);
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form input#telephone {
        width: calc(100% - 105px);
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form input#telephone {
        width: 152px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form input#telephone {
        width: 208px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form input#telephone {
        width: 208px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form input#telephone {
        width: 304px;
    }
}
.left .wrapper form div#address,
.left .wrapper form div#stables_address {
    width: 330px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 100%;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 100%;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 100%;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 153px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 206px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 206px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form div#address,
    .left .wrapper form div#stables_address {
        width: 330px;
    }
}

.left .wrapper form div#zip_code,
.left .wrapper form div#stables_zip_code {
    width: 130px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 100%;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 100%;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 100%;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 85px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 112px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 112px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form div#zip_code,
    .left .wrapper form div#stables_zip_code {
        width: 130px;
    }
}
.left .wrapper form input::-webkit-input-placeholder {
    color: #9c9c9c;
}
.left .wrapper form input::-moz-placeholder {
    color: #9c9c9c;
}
.left .wrapper form input:-ms-input-placeholder,
.left .wrapper form input::-ms-input-placeholder {
    color: #9c9c9c;
}
.left .wrapper form input::placeholder {
    color: #9c9c9c;
}
.left .wrapper form input:focus {
    outline: none;
}
.left .wrapper form input.error {
    border: 2px solid #eb212d;
    color: #eb212d;
}
.left .wrapper form input.error::-webkit-input-placeholder {
    color: #eb212d;
}
.left .wrapper form input.error::-moz-placeholder {
    color: #eb212d;
}
.left .wrapper form input.error:-ms-input-placeholder,
.left .wrapper form input.error::-ms-input-placeholder {
    color: #eb212d;
}
.left .wrapper form input.error::placeholder {
    color: #eb212d;
}

.left .wrapper form .telephone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .telephone {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }
}
.left .wrapper form .telephone .prefix {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 156px;
    height: 56px;
    border-radius: 50px;
    background-color: #f8f8f8;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix {
        width: 100%;
        height: 56px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix {
        width: 214px;
        height: 56px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix {
        width: 214px;
        height: 56px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .telephone .prefix {
        width: 156px;
        height: 30px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .telephone .prefix {
        width: 156px;
        height: 40px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .telephone .prefix {
        width: 156px;
        height: 40px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .telephone .prefix {
        width: 156px;
        height: 56px;
    }
}
.left .wrapper form .telephone .prefix span {
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 56px;
    color: #9c9c9c;
    padding-left: 16px;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix span {
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        padding-left: 16px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix span {
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        padding-left: 16px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix span {
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        padding-left: 16px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .telephone .prefix span {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        padding-left: 7px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .telephone .prefix span {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .telephone .prefix span {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .telephone .prefix span {
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        padding-left: 16px;
    }
}
.left .wrapper form .telephone .prefix input {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;    
    appearance: textfield;
    -moz-appearance: textfield;
}
.left .wrapper form .telephone .prefix input::-webkit-outer-spin-button,
.left .wrapper form .telephone .prefix input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix input {    
        width: calc(100% - 45px);
    }   
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .telephone .prefix input {    
        width: calc(100% - 45px);        
    }   
    .left .wrapper form .telephone .prefix input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix inputinput::placeholder {
        color: transparent;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .telephone .prefix input {    
        width: calc(100% - 30px);        
    }   
    .left .wrapper form .telephone .prefix input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
    }
    .left .wrapper form .telephone .prefix inputinput::placeholder {
        color: transparent;
    }
}
.left .wrapper form .privacy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .privacy {
        margin: 0 0 5px 5px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .privacy {
        margin: 0 0 10px 5px;
    }
}
.left .wrapper form .privacy input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0;
    z-index: 2;
}
.left .wrapper form .privacy input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
.left .wrapper form .privacy .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy .checkmark {
        top: 3px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy .checkmark {
        top: 3px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy .checkmark {
        top: 3px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .privacy .checkmark {
        top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .privacy .checkmark {
        top: 2px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .privacy .checkmark {
        top: 2px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .privacy .checkmark {
        top: 3px;
    }
}
.left .wrapper form .privacy .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #9c9c9c;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.left .wrapper form .privacy .checkmark.error {
    border: 2px solid #eb212d;
    color: #eb212d;
}
.left .wrapper form .privacy .checkmark.error:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #eb212d;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.left .wrapper form .privacy label {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin: 0;
    z-index: 2;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label {
        font-size: 14px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label {
        font-size: 14px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label {
        font-size: 14px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .privacy label {
        font-size: 10px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .privacy label {
        font-size: 12px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .privacy label {
        font-size: 12px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .privacy label {
        font-size: 14px;
    }
}
.left .wrapper form .privacy label a {
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label a {
        font-size: 16px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label a {
        font-size: 16px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form .privacy label a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form .privacy label a {
        font-size: 11px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form .privacy label a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form .privacy label a {
        font-size: 14px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form .privacy label a {
        font-size: 16px;
    }
}
.left .wrapper form .hidden {
    display: none;
}
.left .wrapper form button {
    width: 100%;
    height: 56px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    border: 0;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
    transition: all 0.2s ease;
    background: #eb212d;
    cursor: pointer;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form button {
        height: 56px;
        font-size: 16px;
        padding: 0 30px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form button {
        height: 56px;
        font-size: 16px;
        padding: 0 30px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .left .wrapper form button {
        height: 56px;
        font-size: 16px;
        padding: 0 30px;
    }
}
@media screen and (min-width: 1366px) {
    .left .wrapper form button {
        height: 30px;
        font-size: 11px;
        padding: 0 16px;
    }
}
@media screen and (min-width: 1440px) {
    .left .wrapper form button {
        height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 1680px) {
    .left .wrapper form button {
        height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 2560px) {
    .left .wrapper form button {
        height: 56px;
        font-size: 16px;
        padding: 0 30px;
    }
}
.left .wrapper form button:disabled {
    opacity: 0.5;
    cursor: default;
}
.left .wrapper form button .spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    transform: translateZ(0);
}
.left .wrapper form button .spinner:before {
    position: absolute;
    content: "";
    width: 10.4px;
    height: 20.4px;
    background: #eb212d;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    transform-origin: 10.4px 10.2px;
    animation: a 2s infinite ease 1.5s;
}
.left .wrapper form button .spinner:after {
    position: absolute;
    content: "";
    width: 10.4px;
    height: 10.2px;
    background: #eb212d;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    transform-origin: 0 10.2px;
    animation: a 2s infinite ease;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    height: 100vh;
    padding: 122px 40px 108px;
    box-sizing: border-box;
    background-image: url(../../img/shape1.svg);
    background-size: cover;
    background-position: 0;
}
@media (min-width: 320px), screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .right {
        display: none;
        padding: 70px 40px 63px;
    }
}
@media (min-width: 375px), screen and (min-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .right {
        display: none;
        padding: 70px 40px 63px;
    }
}
@media (min-width: 412px), screen and (min-width: 412px) and (-webkit-min-device-pixel-ratio: 2) {
    .right {
        display: none;
        padding: 70px 40px 63px;
    }
}
@media screen and (min-width: 1366px) {
    .right {
        display: -ms-flexbox;
        display: flex;
        padding: 70px 40px 63px;
    }
}
@media screen and (min-width: 1440px) {
    .right {
        display: -ms-flexbox;
        display: flex;
        padding: 70px 40px 63px;
    }
}
@media screen and (min-width: 1680px) {
    .right {
        display: -ms-flexbox;
        display: flex;
        padding: 122px 40px 108px;
    }
}
@media screen and (min-width: 2560px) {
    .right {
        display: -ms-flexbox;
        display: flex;
        padding: 122px 40px 108px;
    }
}
.right svg .st0 {
    fill: #535353;
}
.right svg .st1 {
    fill: #eb212d;
}

/* MANUAL */
@media screen and (min-width: 1366px) {
    .left {
        max-width: 60%;
    }
}

.left .wrapper form .privacy {
    flex-basis: 100%;
}

.left .wrapper form .submit {
    margin-top: 20px;
    flex-basis: 100%;    
}

@media screen and (min-width: 1366px) {
    .left .wrapper form .submit button {
        width: 85.5%;
    }
}

div.input-wrapper {    
    position: relative;
}

.left .wrapper form div#email,
.left .wrapper form div#stables,
.left .wrapper form div#facebook,
.left .wrapper form div#instagram,
.left .wrapper form div#tiktok {
    width: 100%;    
}

.left .wrapper form .telephone {
    position: relative;
}

span.error-message { 
    position: absolute;
    bottom: -16px;
    left: 20px;
    color: red;
    font-family: Poppins, sans-serif;  
    font-size: 0.7em;    
}

.privacy span.error-message {
    left: 30px;
}

h4.general-error-message {
    margin-top: 2px;
    margin-bottom: 2px;
    color: red;
    font-family: Poppins, sans-serif;
}

h2.success {
    color: green;
    font-family: Poppins, sans-serif;
}