.u-section-1 {
    background-image: none;
}

.u-section-1 .u-sheet-1 {
    min-height: 972px;
}

.u-section-1 .u-image-1 {
    width: 864px;
    height: 540px;
    margin: 30px auto 0;
}

.u-section-1 .u-group-1 {
    width: 402px;
    min-height: 193px;
    height: auto;
    --radius: 5px;
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin: -518px auto 60px;
}

.u-section-1 .u-container-layout-1 {
    padding: 24px;
}

.u-section-1 .u-text-1 {
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 1.375rem;
    margin: 0 1px;
}

.u-section-1 .u-text-2 {
    font-family: "Exo 2";
    line-height: 1;
    margin: 20px 0px 0 1px;
}

.u-section-1 .u-text-3 {
    font-weight: 700;
    font-family: "Exo 2";
    font-size: 1.25rem;
    transition-duration: 0.5s;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px);
    margin: 10px 0 0 auto;
}

header {
    max-width: 100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.header-content-title {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #8d8e91;
}

.header-content-subtitle {
    font-size: 11px !important;
    font-family: "Open Sans", sans-serif;
    color: #8d8e91;
    margin: 0 auto 0 !important;
}

@media (max-width: 1199px) {
    .u-section-1 .u-image-1 {
        margin-top: 20px;
    }

    .u-section-1 .u-group-1 {
        min-height: 197px;
        margin-top: -515px;
        height: auto;
    }

    .u-section-1 .u-container-layout-1 {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .u-section-1 .u-text-2 {
        font-size: 1.125rem;
        font-weight: 400;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 702px;
    }

    .u-section-1 .u-image-1 {
        width: 720px;
        height: 450px;
    }

    .u-section-1 .u-group-1 {
        margin-top: -395px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 630px;
    }

    .u-section-1 .u-image-1 {
        /* height: 338px; */
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }

    .u-section-1 .u-group-1 {
        margin-top: -362px;
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 15px;
        padding-right: 20px;
    }

    .u-section-1 .u-text-2 {
        font-size: 1rem;
    }

    .u-section-1 .u-text-3 {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-group-1 {
        margin-top: -344px !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
    }

    .u-section-1 .u-image-1 {
        height: 300px;
    }

    .u-sheet {
        width: 100% !important;
    }

    .u-section-1 .u-group-1 {
        max-width: 85% !important;
    }

    .u-image, .u-background-effect-image, .u-video-poster {
        object-fit: fill;
        height: auto;
    }

    ._footerContent img {
        margin: 0 auto !important;
    }
}

.u-section-1 .u-text-3,
.u-section-1 .u-text-3:before,
.u-section-1 .u-text-3 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-text-3.u-text-3.u-text-3:hover {
    transform: translateX(0px) translateY(-2px) !important;
}

.u-section-1 .u-text-3.u-text-3.u-text-3.hover {
    transform: translateX(0px) translateY(-2px) !important;
}

.input_button {
    background-color: black;
    color: grey !important;
    margin: 10px auto !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 10px 0 !important;
}

.price {
    font-size: 14px !important;
    font-weight: 300;
    text-align: center;
    margin: 10px auto 0 !important;
    font-family: "Exo 2", sans-serif;
}