@font-face {
    font-family: 'NVNMotherlandSignature-Reg';
    src: url('../fonts/NVNMotherlandSignature-Reg.woff2') format('woff2'),
       	url('../fonts/NVNMotherlandSignature-Reg.woff') format('woff'),
       	url('../fonts/NVNMotherlandSignature-Reg.ttf')  format('truetype');
}
.oe-oe-banner {
    padding-bottom: 0;
    margin-bottom: 5vw;
}
.oe-oe-content {
    padding: 3vw 3vw;
    width: 65%;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4vw;
    transform: translateX(-50%);
    z-index: 1;
    background: white;
    position: absolute;
    bottom: 4vw;
    left: 50%;
}
.oe-oe-banner-action {
    position: absolute;
    z-index: 2;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-evenly;
    bottom: 3vw;
}
a.oe-oe-button {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 1.5vw;
    line-height: 1;
    padding: 0.6vw 1.5vw;
    border-radius: 2vw;
    display: inline-block;
    transition: all 0.3 ease;
}
.oe-oe-button:hover {
    transform: scale(1.05);
}
.oe-oe-button-rules {
    background-color: #c30b58;
}
.oe-oe-button-join {
    background-color: #92994b;
}
.oe-oe-post,
.oe-oe-form,
.oe-oe-title-reward {
    width: 65%;
    margin: auto;
    margin-bottom: 3vw;
}
.oe-oe-post-title {
    text-align: center;
    margin-bottom: 3vw;
}
.oe-oe-post-title h2 {
    color: #494948;
    font-size: 4vw;
    transform: scale(1, 0.85);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.oe-oe-post-title span {
    color: #c30b58;
    font-size: 5vw;
}
.oe-oe-post-slider {
    position: relative;
    height: 32vw;
}
.oe-oe-post-slider .swiper-container {
    width: 90%;
    padding: 2vw 0;
}
.oe-oe-post-slider .swiper-custom-button {
    z-index: 1;
    background: transparent;
    width: auto;
    height: auto;
    line-height: 0;
}
.oe-oe-post-slider .swiper-custom-button svg {
    color: #adadad;
    width: 4vw;
    height: 4vw;
}
.oe-oe-post-slider .swiper-button-next-custom {
    right: 0;
}
.oe-oe-post-slider .swiper-button-prev-custom {
    left: 0;
}
.oe-oe-post-slider-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 2vw;
    overflow: hidden;
}
.oe-oe-post-slider-item-content {
    position: relative;
    text-align: center;
    padding: 0 1.5vw;
}
.oe-oe-post-slider-item-icon {
    position: absolute;
    left: 1.5vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 2vw;
}
.oe-oe-post-slider-item-icon img {
    width: 100%;
}
.oe-oe-post-slider-item-name {
    color: black;
    font-family: 'NVNMotherlandSignature-Reg';
    font-size: 1.5vw;
    width: 100%;
}
.oe-oe-post-slider-item-name span {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    padding: 0 3vw;
    display: block;
    line-height: 4vw;
}
.oe-oe-post-slider .swiper-slide {
    transform: scale(0.85);
    transition: all 0.3s ease-in-out;
}
.oe-oe-post-slider .swiper-slide-next {
    transform: scale(1);
}
.oe-oe-post-slider-item-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.oe-oe-post-slider-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#fileInputOeOe {
    display: none;
}
.oe-oe-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55%;
}
.oe-oe-form-img {
    flex: 0 0 50%;
    width: 50%;
}
.oe-oe-form-input-inner {
    flex: 0 0 45%;
    width: 45%;
}
.oe-oe-form-img-label {
    width: 100%;
    background: white;
    aspect-ratio: 1 / 0.85;
    border-radius: 1.7vw;
    border: 1px solid #92994b;
    color: #a0a0a0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.oe-oe-form-img-label span {
    display: block;
    text-align: center;
    line-height: 1;
    width: 100%;
}
.oe-oe-form-img-label span svg {
    width: 10vw;
    height: 10vw;
}
.oe-oe-form-img-label-text {
    text-align: center;
    line-height: 1;
    font-size: 1.5vw;
}
.oe-oe-form-img-label-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.oe-oe-form-comment-textarea {
    outline: none;
    resize: none;
    border: 1px solid #92994b;
    width: 100%;
    border-radius: 1.4vw;
    height: 5.5vw;
    padding: 1.0vw;
    font-size: 1.1vw;
}
.oe-oe-form-comment-textarea::placeholder {
    font-style: italic;
    color: #a0a0a0;
}
.oe-oe-form-comment-textarea::-moz-placeholder {
    font-style: italic;
    color: #a0a0a0;
}
.oe-oe-form-comment-textarea::-webkit-placeholder {
    font-style: italic;
    color: #a0a0a0;
}
.oe-oe-form-comment {
    line-height: 0;
}
.oe-oe-form-comment textarea {
    line-height: 1.4;
}
.oe-oe-form-input input[type="text"] {
    width: 100%;
    border: 1px solid #92994b;
    outline: none;
    padding: 0.75vw 1.5vw;
    border-radius: 4vw;
    font-size: 1.5vw;
}
.oe-oe-form-input {
    margin-bottom: 1vw;
}
.oe-oe-form-input-checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 2vw;
    height: 2vw;
    margin-right: 0.5vw;
}
.oe-oe-form-input-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.oe-oe-form-input-checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2vw;
    width: 2vw;
    background-color: #ffffff;
    border: 1px solid #92994b;
}
.oe-oe-form-input--checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.oe-oe-form-input-text {
    font-size: 1.05vw;
    color: white;
}
.oe-oe-form-input-text a {
    color: white;
    text-decoration: underline;
}
.oe-oe-form-input-checkbox input:checked ~ .oe-oe-form-input-checkbox-mark {
    background-color: #c30b58;
}
.oe-oe-form-input-checkbox-mark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 0.5vw;
    height: 1vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg) translateX(-100%) translateY(-25%);
    -ms-transform: rotate(45deg) translateX(-100%) translateY(-25%);
    transform: rotate(45deg) translateX(-100%) translateY(-25%);
}
.oe-oe-form-input-checkbox input:checked ~ .oe-oe-form-input-checkbox-mark:after {
    display: block;
}
.oe-oe-popup-rules,
.oe-oe-popup-success {
    display: none;
    height: 90vh;
    overflow-y: scroll;
    width: 90%;
    position: fixed !important;
    top: 2vw !important;
}
.oe-oe-popup-success {
    width: 70%;
}
.oe-oe-popup-content img,
.oe-oe-popup-success img {
    width: 100%;
}
.oe-oe-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #c30b58;
    border-radius: 50%;
    color: white;
    border: 0.3vw solid white;
    cursor: pointer;
    width: 3.6vw;
    height: 3.6vw;
    line-height: 0;
    z-index: 2;
}
.oe-oe-popup-close svg {
    width: 3vw;
    height: 3vw;
}
.oe-oe-form-img-label-upload--none {
    display: none;
}
.oe-oe-form-img-label-upload {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.oe-oe-form-img-label-upload {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.oe-oe-invalid-message {
    color: #c30b58;
    margin-top: 0.5vw;
    margin-bottom: 0;
    font-size: 1.1vw;
    line-height: 1.3 !important;
}
.oe-oe-form-img .oe-oe-invalid-message {
    margin-bottom: 1vw;
}
.oe-oe-background {
    background: url('../images/oe-oe-bg-final-small-finish.jpg') no-repeat;
    background-size: 100%;
    margin-top: -30vw;
    padding-top: 30vw;
    padding-bottom: 56vw;
}
.oe-oe-title-reward {
    width: 55%;
    margin-bottom: 102vw;
}
.oe-oe-title-reward img,
.oe-oe-title-join img,
.oe-oe-banner img {
    width: 100%;
}
/* .oe-oe-post {
    margin-bottom: 11vw;
} */
.oe-oe-title-join {
    width: 90%;
    margin: auto;
    margin-bottom: 5vw;
}
.sticky-icon-cart-main,
.mm-section-icon-fixed-bottom {
    display: none !important;
}
.sticky-footer .mm-icon-back-to-top {
    bottom: 0 !important;
}
.oe-oe-layer-baby {
    position: absolute;
    right: 3vw;
    bottom: -5vw;
    z-index: 1;
    width: 8vw;
}
.oe-oe-layer-baby img {
    width: 100%;
}
.oe-oe-mobile {
    display: none;
}
.oe-oe-post {
    margin-bottom: 4vw;
    width: 80%;
}
.oe-oe-popup-success .oe-oe-popup-content {
    position: relative;
}
.oe-oe-popup-success .oe-oe-popup-content .oe-oe-popup-success-button {
    position: absolute;
    top: 27vw;
    left: 31vw;
    width: 6vw;
    height: 2.2vw;
    cursor: pointer;
    z-index: 1;
}
.oe-oe-popup-success .oe-oe-popup-content .oe-oe-popup-success-button-post {
    position: absolute;
    top: 29.3vw;
    left: 16.5vw;
    width: 17vw;
    height: 1.8vw;
    cursor: pointer;
    z-index: 1;
}
@media (max-width: 600px) {
    .oe-oe-popup-success .oe-oe-popup-content .oe-oe-popup-success-button {
        top: 38.5vw;
        left: 44vw;
        width: 8vw;
    }
    .oe-oe-popup-success .oe-oe-popup-content .oe-oe-popup-success-button-post {
        top: 41vw;
        left: 23.5vw;
        width: 23vw;
    }
    .oe-oe-background {
        background: url('../images/oe-oe-bg-mobile-fixed-1-finish.jpg') no-repeat;
        background-size: 100%;
        margin-top: -65vw;
        padding-top: 43vw;
        padding-bottom: 104vw;
    }
    .oe-oe-desktop {
        display: none !important;
    }
    .oe-oe-mobile {
        display: block !important;
    }
    .oe-oe-banner {
        padding-bottom: 28vw;
        margin-bottom: 30vw;
    }
    .oe-oe-content {
        padding-bottom: 6vw;
        width: 90%;
    }
    .oe-oe-banner-action {
        width: 90%;
    }
    a.oe-oe-button {
        font-size: 3vw;
        padding: 1.5vw 3vw;
        border-radius: 3vw;
    }
    .oe-oe-post-title h2 {
        font-size: 9vw;
    }
    .oe-oe-post-title span {
        font-size: 16vw;
    }
    .oe-oe-banner-action {
        bottom: 0;
    }
    .oe-oe-post-slider {
        height: 90vw;
    }
    .oe-oe-post-title {
        margin-bottom: 0;
    }
    .oe-oe-post-slider-item {
        border-radius: 5vw;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    }
    .oe-oe-post-slider .swiper-custom-button svg {
        width: 9vw;
        height: 9vw;
    }
    .oe-oe-post-slider-item-icon {
        left: 6vw;
        width: 8vw;
    }
    .oe-oe-post {
        margin-bottom: 0;
    }
    .oe-oe-form-img,
    .oe-oe-form-input-inner {
        flex: 0 0 100%;
        width: 100%;
    }
    .oe-oe-form {
        width: 80%;
    }
    .oe-oe-title-reward {
        margin-bottom: 190vw;
    }
    .oe-oe-form-img-label {
        border-radius: 6vw;
        aspect-ratio: 1 / 0.8;
    }
    .oe-oe-form-img-label-text {
        font-size: 5vw;
    }
    .oe-oe-form-img-label span svg {
        width: 28vw;
        height: 28vw;
    }
    .oe-oe-form-comment-textarea {
        border-radius: 3.5vw;
        height: 14vw;
        padding: 2.5vw;
        font-size: 3vw;
    }
    .oe-oe-form-img {
        margin-bottom: 2vw;
    }
    .oe-oe-form-input input[type="text"] {
        padding: 1.5vw 3vw;
        border-radius: 7vw;
        font-size: 4.5vw;
    }
    .oe-oe-form-input-checkbox {
        width: 6vw;
        height: 6vw;
        margin-right: 2vw;
    }
    .oe-oe-form-input-checkbox-mark {
        width: 6vw;
        height: 6vw;
    }
    .oe-oe-form-input-text {
        font-size: 3.3vw;
    }
    .oe-oe-form-input-checkbox-mark:after {
        width: 1.5vw;
        height: 3vw;
    }
    .oe-oe-invalid-message {
        font-size: 4vw;
    }
    .oe-oe-popup-close svg {
        width: 6vw;
        height: 6vw;
    }
    .oe-oe-popup-close {
        width: 6.6vw;
        height: 6.6vw;
    }
    .oe-oe-post-slider-item-name span {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        padding: 0 14vw;
        display: block;
        line-height: 13vw;
    }
    .oe-oe-post-slider-item-name {
        color: black;
        font-family: 'NVNMotherlandSignature-Reg';
        font-size: 5vw;
        width: 100%;
    }
    .oe-oe-title-reward {
        width: 90%;
    }
    .oe-oe-form-input {
        margin-bottom: 1.5vw;
    }
    .oe-oe-popup-success {
        width: 98%;
        top: 50% !important;
        transform: translateY(-50%);
        height: auto;
    }
}