@charset "UTF-8";
.container-2-sm,
.container-2 {
    max-width: 576px;
}
.container-2-md,
.container-2-sm,
.container-2 {
    max-width: 768px;
}
.container-2-lg,
.container-2-md,
.container-2-sm,
.container-2 {
    max-width: 1023px;
}
.container-2-xl,
.container-2-lg,
.container-2-md,
.container-2-sm,
.container-2 {
    max-width: 1300px;
}
.h1,
.h2,
.h3,
.h4 {
    line-height: 1.2;
    font-weight: var(--h-font-weight, 700);
    text-align: center;
    margin-bottom: 0;
}
.h1 {
    font-size: var(--h1-font-size-mobile, 32px);
    font-weight: var(--h1-font-weight, var(--h-font-weight, 700));
}
@media (min-width: 768px) {
    .h1 {
        font-size: var(--h1-font-size-desktop, 48px);
    }
}
.h2 {
    font-size: var(--h2-font-size-mobile, 24px);
}
@media (min-width: 768px) {
    .h2 {
        font-size: var(--h2-font-size-desktop, 32px);
    }
}
.h3 {
    font-size: var(--h3-font-size-mobile, 20px);
}
@media (min-width: 768px) {
    .h3 {
        font-size: var(--h3-font-size-desktop, 24px);
    }
}
.h4 {
    font-size: var(--h4-font-size-mobile, 16px);
}
@media (min-width: 768px) {
    .h4 {
        font-size: var(--h4-font-size-desktop, 18px);
    }
}
.p {
    font-size: var(--p-font-size-mobile, 16px);
    margin-bottom: 0;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .p {
        font-size: var(--p-font-size-desktop, 16px);
    }
}
.display-5 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.note1 {
    font-weight: 600;
    font-size: var(--note1-font-size, 14px);
    line-height: 1.42;
    margin-bottom: 0;
}
.note2 {
    font-weight: 400;
    font-size: var(--note2-font-size, 12px);
    line-height: 1.33;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .note1-sm {
        font-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42;
        margin-bottom: 0;
    }
    .note2-sm {
        font-weight: 400;
        font-size: var(--note2-font-size, 12px);
        line-height: 1.33;
    }
    .display-1-sm {
        font-size: 5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-2-sm {
        font-size: 5.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-3-sm {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-4-sm {
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-5-sm {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-6-sm {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media (min-width: 768px) {
    .note1-md {
        font-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42;
    }
    .note2-md {
        font-weight: 400;
        font-size: var(--note2-font-size, 12px);
        line-height: 1.33;
    }
    .display-1-md {
        font-size: 5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-2-md {
        font-size: 5.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-3-md {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-4-md {
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-5-md {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-6-md {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media (min-width: 1023px) {
    .note1-lg {
        font-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42;
    }
    .note2-lg {
        font-weight: 400;
        font-size: var(--note2-font-size, 12px);
        line-height: 1.33;
    }
    .display-1-lg {
        font-size: 5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-2-lg {
        font-size: 5.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-3-lg {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-4-lg {
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-5-lg {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-6-lg {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media (min-width: 1400px) {
    .note1-xl {
        font-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42;
    }
    .note2-xl {
        font-weight: 400;
        font-size: var(--note2-font-size, 12px);
        line-height: 1.33;
    }
    .display-1-xl {
        font-size: 5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-2-xl {
        font-size: 5.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-3-xl {
        font-size: 4rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-4-xl {
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-5-xl {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .display-6-xl {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
    }
}
.btn {
    font-size: var(--btn-font-size, 16px);
    font-weight: 800;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: var(--btn-padding, 10px 20px);
    line-height: 1.6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 1022.98px) {
    .btn {
        font-size: var(--btn-font-size-mobile, var(--btn-font-size, 16px));
    }
}
.btn.btn-primary {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #0fd13d;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-primary:hover {
    color: var(--btn-color-primary-hover, #fff);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}
.btn.btn-secondary {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--btn-background-primary, #fe5196);
    color: var(--btn-color-secondary-hover, #fff);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-secondary:hover {
    color: var(--btn-color-secondary-hover, #fff);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}
.btn.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.btn-black:focus,
.btn.btn-black.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn.btn-black.disabled,
.btn.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.btn-black:not(:disabled):not(.disabled):active,
.btn.btn-black:not(:disabled):not(.disabled).active,
.show > .btn.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn.btn-black:not(:disabled):not(.disabled):active:focus,
.btn.btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn.btn-black:hover {
    color: #fff;
}
.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-white:hover {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.btn.btn-white:focus,
.btn.btn-white.focus {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}
.btn.btn-white.disabled,
.btn.btn-white:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn.btn-white:not(:disabled):not(.disabled):active,
.btn.btn-white:not(:disabled):not(.disabled).active,
.show > .btn.btn-white.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn.btn-white:not(:disabled):not(.disabled):active:focus,
.btn.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}
.btn.btn-white:hover {
    color: #000;
}
.btn.btn-blue {
    background-color: #0038ff;
    border-color: #0038ff;
    color: #fff;
    border: 0;
}
.btn.btn-blue:hover {
    color: #fff;
    background-color: #0030d9;
    border-color: #002dcc;
}
.btn.btn-blue:focus,
.btn.btn-blue.focus {
    color: #fff;
    background-color: #0030d9;
    border-color: #002dcc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 86, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 86, 255, 0.5);
}
.btn.btn-blue.disabled,
.btn.btn-blue:disabled {
    color: #fff;
    background-color: #0038ff;
    border-color: #0038ff;
}
.btn.btn-blue:not(:disabled):not(.disabled):active,
.btn.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #002dcc;
    border-color: #002abf;
}
.btn.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 86, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 86, 255, 0.5);
}
.btn.btn-blue:hover {
    color: #fff;
}
.btn.btn-medium {
    max-width: var(--btn-width-medium, 315px);
    width: 100%;
}
.btn:hover {
    -webkit-box-shadow: var(--btn-box-shadow-primary-hover, 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5));
    box-shadow: var(--btn-box-shadow-primary-hover, 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5));
}
.btn--no-transform {
    text-transform: unset;
}
.btn-group-toggle-active .active {
    display: none;
}
.pointer-events-none-disabled[disabled] {
    pointer-events: none;
}
.footer {
    text-align: left;
    background: #27353e;
    padding: 50px 0 20px;
    color: #fff;
}

.footer a.onp {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #e8318a;
}

.footer--huusk {
    background: #000;
}
.footer--melzu .footer__logo {
    max-width: 130px;
}
.footer__logo {
    max-width: 190px;
    width: 100%;
}
.footer__title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.footer__list {
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none !important;
    padding: 0;
}
.footer__list-item {
    margin-bottom: 10px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
    color: inherit;
    text-decoration: none !important;
}
.footer__list-item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.footer__list-item--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__copy {
    background: #fff;
}
.footer__copy-text {
    font-size: 12px;
    margin: 0;
}
@media (max-width: 768px) {
    .footer__copy-text {
        margin-bottom: 15px;
    }
}
.footer__copy-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    color: #4a4a4a;
}
@media (min-width: 768px) {
    .footer__copy-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.footer__contact-icon {
    background-color: #2676f7;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.footer__contact-icon--mail {
    -webkit-mask: url(../images/emails.svg) no-repeat center;
    mask: url(../images/emails.svg) no-repeat center;
}
.footer__contact-icon--phone {
    -webkit-mask: url(../images/phone.svg) no-repeat center;
    mask: url(../images/phone.svg) no-repeat center;
}
.footer__contact-icon--time {
    -webkit-mask: url(../images/time.svg) no-repeat center;
    mask: url(../images/time.svg) no-repeat center;
}
.footer__contact--enence .footer__contact-icon {
    background: rgb(225, 42, 99);
}
.footer__contact--ryoko .footer__contact-icon {
    background: rgb(231, 108, 18);
}
.footer__contact--huusk .footer__contact-icon {
    background: rgb(255, 153, 0);
}
.footer__contact--melzu .footer__contact-icon {
    background: rgb(191, 115, 227);
}
.footer__payments-img {
    max-width: 300px;
}
.footer--2 {
    background: #313233;
    color: #fff;
}
.footer--2 .footer__title,
.footer--2 .footer__list-item a,
.footer--2 .footer__list-item a:hover,
.footer--2 .footer__list-item a:visited,
.footer--2 .footer__list-item p {
    color: #fff;
}
blockquote cite {
    font-weight: 700;
    font-style: normal;
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.flash-sale-banner {
    top: 0;
    z-index: 10;
}
.flash-sale-banner p {
    color: #ffeb00;
}
.flash-sale-banner a {
    max-width: 300px;
    background: #ffeb00;
}
.srb {
    z-index: 9;
    top: -1px;
    margin-bottom: -1px;
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
}
@media (max-width: 575.98px) {
    .srb {
        background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
        background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    }
}
.srb__holder {
    padding: 15px 0;
}
@media (max-width: 575.98px) {
    .srb__holder {
        padding: 10px 0;
    }
}
.srb--christmas .srb__holder {
    padding: 15px 0 20px;
}
.srb__img {
    min-width: 100px;
    max-width: 180px;
    width: 25%;
}
.srb a {
    z-index: 11;
}
.srb__btn {
    background: #fe346e;
    color: #fff;
    z-index: 11;
    max-width: 300px;
}
@media (min-width: 1023px) {
    .srb__btn {
        max-width: 350px;
    }
}
.srb__btn:hover,
.srb__btn:active {
    color: #fff;
}
@media (max-width: 575.98px) {
    .srb__btn {
        min-width: 190px;
        background: #fe346e;
        color: #fff;
    }
    .srb__btn:hover,
    .srb__btn:active {
        color: #fff;
    }
}
.limited-time-promo {
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
}
.limited-time-promo--black {
    background: #000;
    color: #fff;
}
.limited-time-promo--green {
    background: #0ed13d;
}
.top-promo {
    background: #0097fe;
    color: #fff;
}
.top-promo span {
    text-transform: uppercase;
    font-weight: 700;
}
.top-promo span:nth-child(2) {
    font-weight: 700;
    text-decoration: underline;
}
.upsell-steps {
    padding: 3px 0;
}
.upsell-steps__step {
    -webkit-transform: scaleX(1.03);
    transform: scaleX(1.03);
    -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    color: #b1b1b1;
    background: rgb(241, 241, 241);
}
.upsell-steps__step:last-child {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.upsell-steps__step--completed,
.upsell-steps__step:first-child {
    background: #0097fe;
}
.upsell-steps__step:first-child {
    -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
}
.upsell-steps__number {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
}
.upsell-steps__step--completed .upsell-steps__number {
    background: #fff;
    color: #0097fe;
    border: unset;
}
.nav {
    padding: 10px 0;
    width: 100%;
    background: #fff;
}
.nav--legacy .nav__items--mobile.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 1024px) {
    .nav--legacy .nav__items--mobile.show {
        display: none !important;
    }
}
.nav--legacy .nav__items--mobile:not(.show) {
    display: none !important;
}
.nav--absolute {
    position: absolute;
    top: 0;
    z-index: 2;
}
.nav--absolute:not(.nav--opened) {
    background: transparent !important;
}
.nav--absolute:not(.nav--opened) .nav__item--btn {
    background: #fff;
}
.nav--absolute:not(.nav--opened) .nav__item:not(.nav__item--btn) {
    color: inherit;
}
.nav--absolute.nav--opened .nav__item:not(.nav__item--btn) {
    color: inherit;
}
.nav--opened {
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
}
.nav--white {
    background: #fff;
}
.nav--white .nav__item:not(.nav__item--btn) {
    color: #000;
}
.nav--white .nav__item--btn {
    background: #0fd13d;
}
.nav--white .nav__toggle-row {
    background: #000;
}
.nav--white .nav__toggle-close svg {
    fill: #000;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn) {
    color: #fff;
    position: relative;
    -webkit-transition: color 0.23s ease-in-out;
    transition: color 0.23s ease-in-out;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(2);
    transform: translate(-50%) scaleY(2);
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: width 0.23s ease-in-out;
    transition: width 0.23s ease-in-out;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover {
    color: #fff;
}
.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover:after {
    width: 110%;
}
.nav--2 {
    background: #fff;
}
.nav--2 .nav__item {
    color: #fff;
}
.nav--2 .nav__item:hover,
.nav--2 .nav__item:visited,
.nav--2 .nav__item:focus {
    color: #fff;
}
.nav--2 .nav__item--btn {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    font-weight: 400;
}
.nav--2 .nav__item--btn:hover {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
}
.nav--2 .nav__item--btn:focus,
.nav--2 .nav__item--btn.focus {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--2 .nav__item--btn.disabled,
.nav--2 .nav__item--btn:disabled {
    color: #333;
    background-color: #fff;
    border-color: transparent;
}
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active,
.show > .nav--2 .nav__item--btn.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
}
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.show > .nav--2 .nav__item--btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--2.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff;
}
.nav--2 .nav__logo {
    max-width: 200px;
}
@media (max-width: 575.98px) {
    .nav--2 .nav__logo {
        max-width: 200px;
    }
}
.nav--3 {
    background: #fff;
}
.nav--3 .nav__item {
    color: #fff;
}
.nav--3 .nav__item:hover,
.nav--3 .nav__item:visited,
.nav--3 .nav__item:focus {
    color: #fff;
}
.nav--3 .nav__item--btn {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    font-weight: 400;
}
.nav--3 .nav__item--btn:hover {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
}
.nav--3 .nav__item--btn:focus,
.nav--3 .nav__item--btn.focus {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--3 .nav__item--btn.disabled,
.nav--3 .nav__item--btn:disabled {
    color: #333;
    background-color: #fff;
    border-color: transparent;
}
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active,
.show > .nav--3 .nav__item--btn.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
}
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.show > .nav--3 .nav__item--btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.nav--3.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff;
}
.nav--3 .nav__logo {
    max-width: 200px;
}
@media (max-width: 575.98px) {
    .nav--3 .nav__logo {
        max-width: 200px;
    }
}
.nav--secondary {
    background-color: #666;
}
.nav__logo {
    max-width: 200px;
}
.nav__logo--travel-modem {
    max-width: 150px !important;
}
.nav__holder-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 1023.98px) {
    .nav__holder-right {
        display: none;
    }
}
.nav__flag {
    width: 30px;
    margin-left: 15px;
}
.nav__flag--mobile {
    margin-left: 0;
}
@media (min-width: 1024px) {
    .nav__flag--mobile {
        display: none;
    }
}
.nav__close {
    display: none;
}
.nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__items--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .nav__items--mobile {
        display: none;
    }
}
.nav__item {
    word-break: normal;
    -webkit-transition: 0.3s ease-in all;
    transition: 0.3s ease-in all;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    margin: 0 15px;
    text-align: center;
}
@media (max-width: 1023.98px) {
    .nav__item {
        margin-top: 20px;
    }
}
.nav__item:hover,
.nav__item:visited,
.nav__item:focus {
    color: #fff;
    text-decoration: none !important;
}
.nav__item:hover {
    opacity: 0.8;
}
.nav__item--btn {
    background-color: #0fd13d;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.41);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.41);
    padding: 10px;
    max-width: 250px;
}
.nav__item--btn:hover {
    color: #fff;
    background-color: #0cad33;
    border-color: rgba(0, 0, 0, 0);
}
.nav__item--btn:focus,
.nav__item--btn.focus {
    color: #fff;
    background-color: #0cad33;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.nav__item--btn.disabled,
.nav__item--btn:disabled {
    color: #fff;
    background-color: #0fd13d;
    border-color: transparent;
}
.nav__item--btn:not(:disabled):not(.disabled):active,
.nav__item--btn:not(:disabled):not(.disabled).active,
.show > .nav__item--btn.dropdown-toggle {
    color: #fff;
    background-color: #0ca12f;
    border-color: rgba(0, 0, 0, 0);
}
.nav__item--btn:not(:disabled):not(.disabled):active:focus,
.nav__item--btn:not(:disabled):not(.disabled).active:focus,
.show > .nav__item--btn.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023.98px) {
    .nav__item--btn {
        margin-bottom: 10px;
    }
}
.nav__item--btn.nav__item--btn-1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ffffff;
}
.nav__item--btn.nav__item--btn-1:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1.5px solid #ffffff;
    -webkit-filter: drop-shadow(0px 4px 20px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(0px 4px 20px rgba(255, 255, 255, 0.25));
}
.nav__item--btn.nav__item--btn-2 {
    background: none;
    color: #fff;
    font-weight: 400;
    border: none;
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav__item--btn.nav__item--btn-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline !important;
    background: none;
    border: none;
}
.nav__item-gadgets {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.nav__item--gadgets:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.45s ease-out;
    transition: -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out;
    transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}
.nav__item--gadgets:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.nav__toggle {
    width: 30px;
    cursor: pointer;
}
.nav__toggle-row {
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
}
.nav__toggle-row:nth-child(3) {
    margin-bottom: 0;
}
.nav__toggle-close {
    display: none;
}
.nav__toggle:not(.collapsed) .nav__toggle-row {
    display: none;
}
.nav__toggle:not(.collapsed) .nav__toggle-close {
    display: block;
}
@media (min-width: 1024px) {
    .nav__toggle {
        display: none;
    }
}
.nav__dropdown {
    min-width: 250px;
    top: 30px !important;
}
.nav__dropdown-before:before {
    border-left: 10px solid transparent;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
@media (min-width: 1023px) {
    .nav__dropdown-before--languages:before {
        right: 0;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
}
.nav__dropdown .nav__item {
    color: #000;
    padding: 10px 0;
    display: block;
    text-align: left;
}
.nav--massivedeals {
    background: #fff;
}
.nav--massivedeals .nav__logo,
.nav--massivedeals__nav-logo {
    max-width: 170px !important;
}
.nav--massivedeals .nav__item {
    color: #000 !important;
    text-transform: capitalize;
}
.nav--massivedeals .nav__dropdown {
    background: #fff;
}
.nav--massivedeals .nav__dropdown:before {
    border-bottom-color: #fff;
}
.nav--delivery {
    background-color: #2474bf;
}
@media (max-width: 575.98px) {
    .nav__logo {
        max-width: 200px;
    }
}
.footer-banner {
    background: #fff;
    color: #000;
}
.modal-body__yes-button {
    background: #0fd13d !important;
}
.modal-body-margin {
    margin: 14px;
}
.modal-body__button {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 16px 24px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    background: #0fd13d;
    border-radius: 16px;
    -webkit-box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
}
.modal-body__text {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 1.4;
}
.modal-body__no-button {
    background-color: rgba(220, 221, 222, 0.47);
    color: #fff;
}
.modal-dialog-margin-0-auto {
    margin: 0 auto !important;
}
.push-engage-modal {
    position: fixed;
    left: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    pointer-events: none;
}
.push-engage-modal .modal-dialog {
    right: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
}
@media (min-width: 768px) {
    .push-engage-modal .modal-dialog {
        top: -50%;
    }
}
@media (max-width: 1022.98px) {
    .push-engage-modal .modal-dialog {
        bottom: -50%;
    }
}
@media (max-width: 767.98px) {
    .push-engage-modal .modal-dialog .modal-body-margin {
        margin: 0;
    }
}
.gadgets {
    background: 30% / cover url(../images/bg_1.jpg) no-repeat;
}
.gadgets-product-header {
    max-width: 450px;
}
@media (min-width: 768px) {
    .gadgets-product-header--enence,
    .gadgets-product-header--tvidler {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}
@media (max-width: 767.98px) {
    .gadgets-product-header--tvidler {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        max-width: 400px;
    }
}
.gadgets__leaf-left {
    max-width: 400px;
}
.gadgets__leaf-right {
    max-width: 350px;
}
.gadgets__stars {
    max-width: 140px;
}
.gadgets__text-blue {
    color: #032e63;
}
.gadgets__money-back {
    max-width: 100px;
}
.gadgets__order-button {
    opacity: 1 !important;
    border-radius: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #1ac70e;
    border: 2px solid #1ac70e;
    -webkit-box-shadow: inset 0 0 2px 0 white, inset 0 0 3px 0 rgba(0, 0, 0, 0.3), inset 0 0 3px 5px rgba(0, 0, 0, 0.03), 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 2px #fff, inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 3px 5px rgba(0, 0, 0, 0.03), 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.gadgets__order-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.order-page-features {
    background: #fff;
}
@media (max-width: 767.98px) {
    .order-page-features__icon {
        width: unset;
    }
}
.cod-explanatory {
    background: url(../images/bg.jpg);
    color: #fff;
}
@media (min-width: 2000px) {
    .cod-explanatory {
        background-size: 2000px;
    }
}
@media (max-width: 767.98px) {
    .cod-explanatory {
        background: linear-gradient(94.58deg, #28a3ef 2.95%, #2857f9 97.55%);
    }
}
.cod-explanatory__block {
    max-width: 270px;
}
.cod-explanatory__days {
    height: 65px;
    width: 65px;
}
.cod-explanatory__btn {
    background: #0fd13d;
}
.cod-banner {
    background: #2757f9;
    z-index: 20;
}
.cod-banner__btn {
    background: #29d54f;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-shadow: 0 2.568px 3.424px rgba(0, 0, 0, 0.25);
    border-radius: 8px !important;
}
.cod-banner__text {
    color: #fff !important;
}
.cod-banner br {
    margin: 0 !important;
}
.cod-banner-animation {
    -webkit-animation-name: slide-in;
    animation-name: slide-in;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.out-of-stock-alert {
    color: #ee5051;
    background-color: #ffe9e9;
    border: 1px solid #ff0000;
}
.cod-banner-2__top {
    background-image: url(../images/nuubu.jpg);
}
.cod-banner-2__top br {
    margin: 0;
}
.cod-banner-2__btn {
    background: -webkit-gradient(linear, left bottom, left top, from(#00cbfe), to(#0095fb));
    background: linear-gradient(0deg, #00cbfe 0%, #0095fb 100%);
}
.cod-banner-2__btn-wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#008ad7), to(#82e4ff));
    background: linear-gradient(0deg, #008ad7 0%, #82e4ff 100%);
}
.cod-banner-2 *,
.cod-banner-2 *:visited {
    text-decoration: none !important;
}
.cod-delivery {
    border: 2px solid #007ffd;
}
.cod-delivery__bg {
    width: 136px;
}
.cod-delivery__icon {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #f90;
    padding: 7px;
}
@media (max-width: 1022.98px) {
    .cod-delivery__icon {
        width: 45px;
        height: 45px;
        padding: 7px;
    }
}
.cod-delivery__secure {
    background: #525451;
    border: 1px solid #5cd200;
    border-radius: 5px;
}
.cod-delivery__check {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cod-delivery .st0 {
    fill: #fff;
}
.cod-delivery__banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
}
.bf-v1 {
    z-index: 20;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: radial-gradient(62.37% 62.37% at 50% 50%, #68e283 0%, #10551f 0.01%, #000000 100%);
}
@media (min-width: 1023px) {
    .bf-v1 {
        background-image: radial-gradient(62.37% 62.37% at 50% 50%, #68e283 0%, #10551f 0.01%, #000000 100%);
    }
}
.bf-v1-blink {
    -webkit-animation: blinker 1.2s linear infinite;
    animation: blinker 1.2s linear infinite;
}
.bf-v1__wrapper {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #29d54f;
}
.bf-v1__btn {
    background: #29d54f !important;
    border: 1px solid #10551f !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bf-v1__percentage {
    -webkit-text-fill-color: #29d54f;
}
@media (min-width: 1023px) {
    .bf-v1__percentage {
        font-size: 65px !important;
    }
}
.bf-2022-rotate {
    -webkit-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
}
@-webkit-keyframes blinker {
    90% {
        opacity: 0;
    }
}
@keyframes blinker {
    90% {
        opacity: 0;
    }
}
.c2022 .c2022-header-bg {
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: cover !important;
    color: #fff;
    background-image: url(../images/header-bg.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
}
@media (max-width: 1600px) and (min-width: 1023px) {
    .c2022 .c2022-header-bg {
        background-size: 100% 100% !important;
    }
}
@media (max-width: 1022.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(../images/header-bg-tablet.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
    }
}
@media (max-width: 767.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(../images/header-bg-mobile.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top center !important;
    }
}
.c2022 .c2022-header-bg-klaudena {
    background-repeat: no-repeat;
    background-position: 40% center;
    background-image: url(../images/klaudena-header-bg.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
}
@media (min-width: 1500px) {
    .c2022 .c2022-header-bg-klaudena {
        background-position: 0 50%;
        background-size: 110% auto;
    }
}
@media (max-width: 1022.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(../images/klaudena-header-bg-tablet.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top center;
    }
}
@media (max-width: 767.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(../images/header-bg-mobile.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0%, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top center;
    }
}
.c2022 .c2022__order-header-1 {
    background-size: 100% 100%;
}
.c2022 .c2022__get-huusk-leather-sheath {
    background-position: bottom center;
}
@media (max-width: 575.98px) {
    .c2022 .c2022__get-huusk-leather-sheath {
        background-position: top right;
    }
}
.c2022 .c2022__banner {
    border-bottom: 3px solid #fff;
    z-index: 20;
}
@media (min-width: 768px) {
    .c2022 .c2022__banner {
        background-size: 100% 100%;
    }
}
.c2022 .c2022__banner-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
    .c2022 .c2022__banner-text {
        -webkit-text-stroke: 2px #fff;
    }
}
@media (min-width: 768px) {
    .c2022 .c2022__banner-text-wrapper {
        font-size: 0.7em;
    }
}
.c2022 .c2022__banner-percentage {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
    .c2022 .c2022__banner-percentage {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 0 #fff;
    }
}
@media (min-width: 1023px) {
    .c2022 .c2022__banner-percentage {
        font-size: 72px !important;
    }
}
.c2022 .c2022__btn {
    color: #fff !important;
    background: #29d54f !important;
    border: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.tracking {
    background: #f2f2f2;
}
.tracking__header {
    background-image: url(../images/header-bg_1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 40vh;
    min-height: 350px;
}
.tracking__header-text {
    top: -55px;
}
.tracking__track {
    top: -110px;
}
.tracking__results-top {
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
}
.tracking__button {
    background: #ea4970;
    border-radius: 100px;
    min-width: 200px;
}
.tracking__input {
    border: 1px solid #e5e5e5;
}
.tracking__overlay {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}
.tracking__overlay-spinner {
    width: 100px;
    height: 100px;
}
.tracking__text-primary {
    color: #ea4970;
}
.tracking__text-gray {
    color: #e3e3e3;
}
.tracking__status--1 [data-desktop-step="1"] {
    display: block !important;
}
.tracking__status--1 [data-mobile-step="1"] line {
    stroke: #ea4970;
}
.tracking__status--1 [data-step] {
    color: #e3e3e3;
}
.tracking__status--1 [data-step="1"] {
    color: #ea4970;
}
.tracking__status--2 [data-desktop-step="2"] {
    display: block !important;
}
.tracking__status--2 [data-mobile-step="1"] circle,
.tracking__status--2 [data-mobile-step="2"] circle {
    fill: #ea4970;
}
.tracking__status--2 [data-mobile-step="1"] line,
.tracking__status--2 [data-mobile-step="2"] line {
    stroke: #ea4970;
}
.tracking__status--2 [data-step] {
    color: #e3e3e3;
}
.tracking__status--2 [data-step="1"],
.tracking__status--2 [data-step="2"] {
    color: #ea4970;
}
.tracking__status--3 [data-desktop-step="3"] {
    display: block !important;
}
.tracking__status--3 [data-mobile-step="1"] circle,
.tracking__status--3 [data-mobile-step="2"] circle,
.tracking__status--3 [data-mobile-step="3"] circle {
    fill: #ea4970;
}
.tracking__status--3 [data-mobile-step="1"] line,
.tracking__status--3 [data-mobile-step="2"] line,
.tracking__status--3 [data-mobile-step="3"] line {
    stroke: #ea4970;
}
.tracking__status--3 [data-step] {
    color: #e3e3e3;
}
.tracking__status--3 [data-step="1"],
.tracking__status--3 [data-step="2"],
.tracking__status--3 [data-step="3"] {
    color: #ea4970;
}
.order-option-selection,
.order-option-active-selection {
    border-radius: 8px;
    border: 1px solid transparent;
}
.order-option-selection {
    border-color: #909090;
}
.order-option-selection-color1 {
    background-color: #c6d4e2;
}
body {
    background: #fff;
    color: #6f6f6f;
    font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    line-height: 1.4;
}
.bg-black {
    background-color: #000 !important;
}
.options-label {
    font-size: 14px;
}
.order-quantity-options__label {
    background: #f9f9f9;
}
input:checked + .order-quantity-options__label {
    border: 3px solid #1ac70e;
}
input:checked + .order-quantity-options__label--2 {
    border-color: #1ac70e;
}
.order-quantity-options__badge {
    background-color: var(--order-option-badge-color, #387ff5);
}
.order-form-check,
.order-box-shadow {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.order-options__bottom-badge {
    background-color: #387ff5;
}
.btn {
    border-radius: 5px;
}
.link-color a {
    color: #387ff5;
}
.customer-support-select {
    border-color: #387ff5;
}
.max-layout-width {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
.big-price {
    color: gray;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.text-underline {
    text-decoration: underline;
}
.side-note {
    border: 1px solid gray;
    color: gray;
    padding: 10px;
}
.confirm__ebook-download {
    background: #f6fcec;
    border-radius: 12px;
    border: 1px solid #5cd200;
}
.confirm__ebook-download p {
    color: #00c941;
}
.confirm__ebook-download a {
    background: #1ac70e;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.btn-nuubu--white {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.9rem 1rem;
    width: 100%;
}
.btn-nuubu--white:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-nuubu--white:focus,
.btn-nuubu--white.focus {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}
.btn-nuubu--white.disabled,
.btn-nuubu--white:disabled {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn-nuubu--white:not(:disabled):not(.disabled):active,
.btn-nuubu--white:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--white.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-nuubu--white:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--white:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--white {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--white:hover {
    color: #fff;
}
.btn-nuubu--black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.9rem 1rem;
    width: 100%;
}
.btn-nuubu--black:hover {
    color: #333;
    background-color: #fff;
    border-color: #000;
}
.btn-nuubu--black:focus,
.btn-nuubu--black.focus {
    color: #333;
    background-color: #fff;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-nuubu--black.disabled,
.btn-nuubu--black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-nuubu--black:not(:disabled):not(.disabled):active,
.btn-nuubu--black:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-nuubu--black:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--black:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--black {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--black:hover {
    background: #0ed13d;
    color: #fff;
}
.btn-nuubu--underline {
    background: transparent;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.2rem 0;
    display: inline-block;
    position: relative;
}
.btn-nuubu--underline:before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.btn-nuubu--underline:after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.btn-nuubu--underline:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
@media (max-width: 767.98px) {
    .btn-nuubu--underline {
        padding: 0.35rem 0;
    }
}
.btn-nuubu--underline:hover {
    color: #fff;
}
.btn-nuubu--tea {
    color: #fff;
    background-color: #77b43a;
    border-color: transparent;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7rem 0.5rem;
}
.btn-nuubu--tea:hover {
    color: #fff;
    background-color: #649730;
    border-color: rgba(0, 0, 0, 0);
}
.btn-nuubu--tea:focus,
.btn-nuubu--tea.focus {
    color: #fff;
    background-color: #649730;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-nuubu--tea.disabled,
.btn-nuubu--tea:disabled {
    color: #fff;
    background-color: #77b43a;
    border-color: transparent;
}
.btn-nuubu--tea:not(:disabled):not(.disabled):active,
.btn-nuubu--tea:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--tea.dropdown-toggle {
    color: #fff;
    background-color: #5d8e2d;
    border-color: rgba(0, 0, 0, 0);
}
.btn-nuubu--tea:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--tea:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--tea.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
    .btn-nuubu--tea {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.btn-nuubu--tea small {
    font-size: 0.6em;
    color: #3c5b1d;
}
.cod-nav-button {
    text-decoration: none;
}
.cod-nav-button:hover {
    text-decoration: underline;
}
.section-progress {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg-bokeh.png);
    overflow: hidden;
}
.section-progress h2 {
    max-width: 70%;
}
.section-progress .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-progress .progress-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: 700;
    width: 75%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-progress .progress-custom .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-progress .progress-custom .step .text {
    margin-top: 5%;
}
.section-progress .arrow {
    width: 25%;
    margin: -5%;
    z-index: 2;
}
.section-progress .product {
    position: absolute;
    top: -4rem;
    right: -15%;
    width: 40%;
}
.section-progress .product-desktop-image {
    width: 350px;
}
.section-progress--v2 .product {
    top: 0;
    right: -30%;
    width: 55%;
}
.section-progress--v2 .product-desktop-image {
    width: 100%;
}
@media (max-width: 1399.98px) {
    .section-progress--v2 .product {
        right: -10%;
        width: 40%;
    }
}
.section-progress--ginger {
    background-image: url(../images/nuubu-program-bg.jpg);
    overflow: unset;
}
.section-progress--ginger .product {
    top: 0;
    bottom: 10%;
}
.section-progress--ginger .product img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
    .section-progress h2 {
        max-width: 100%;
    }
    .section-progress .product {
        width: auto;
        position: static;
    }
    .section-progress .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 385px;
        margin: auto;
    }
    .section-progress .progress-custom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .section-progress .arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: -40%;
    }
    .section-progress .progress-custom .step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .section-progress .progress-custom .step .image {
        max-width: 50%;
    }
    .section-progress .progress-custom .step.middle .image {
        margin-left: -3%;
    }
    .section-progress .progress-custom .step .text {
        margin: 0;
    }
}
@media screen and (max-width: 424px) {
    .section-progress .arrow {
        margin-left: -42.5%;
    }
}
@media screen and (max-width: 374px) {
    .section-progress .arrow {
        margin-left: -45%;
    }
}
.order-quantity-options--4 .order-quantity-options__overlay {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 58%);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 58%);
    background: #1ac70e;
    opacity: 0.4;
}
.order-quantity-options--4 .order-quantity-options__text {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    opacity: 0.4;
}
.order-quantity-options--4 .order-quantity-options__old {
    color: #a8a8a8;
    opacity: 0.4;
}
.order-quantity-options--4 .order-quantity-options__price {
    color: #1ac70e;
    opacity: 0.4;
}
.order-quantity-options--4 input:checked + .order-quantity-options__label {
    border: 3px solid #1ac70e;
}
.order-quantity-options--4 input:checked + .order-quantity-options__label .order-quantity-options__text,
.order-quantity-options--4 input:checked + .order-quantity-options__label .order-quantity-options__old,
.order-quantity-options--4 input:checked + .order-quantity-options__label .order-quantity-options__price,
.order-quantity-options--4 input:checked + .order-quantity-options__label .order-quantity-options__overlay {
    opacity: 1;
}
.order-page-nuubu .order-page-features {
    background: #007ffd;
    color: #fff;
}
.order-page-nuubu .order-page-features--p2 {
    background: #188f18;
    color: #fff;
}
.nuubu-upsell-downsell-modal {
    font-family: Montserrat, sans-serif !important;
}
.nuubu-upsell-downsell-modal button:focus {
    outline: none;
}
.nuubu-upsell-downsell-modal .modal-dialog {
    max-width: 850px;
}
.nuubu-upsell-downsell-modal .modal-content {
    min-height: 400px;
    background: linear-gradient(112.97deg, #e2ffc8 41.02%, #fbfbfb 97.82%);
    border-radius: 20px;
    border: 0;
}
.nuubu-upsell-downsell-modal .modal-header {
    border: 0;
    padding: 1rem 2rem;
    margin-bottom: -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nuubu-upsell-downsell-modal .modal-header .close {
    margin: 0;
    padding: 0;
    font-size: 27px;
}
.nuubu-upsell-downsell-modal .modal-title {
    font-family: Montserrat, sans-serif !important;
    width: 80%;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin: auto;
    opacity: 1;
}
@media (max-width: 767.98px) {
    .nuubu-upsell-downsell-modal .modal-title {
        width: 100%;
        font-size: 20px;
    }
}
.nuubu-upsell-downsell-modal .modal-body {
    color: #020202;
    padding: 1rem 3rem;
}
@media (max-width: 767.98px) {
    .nuubu-upsell-downsell-modal .modal-body {
        padding: 1rem;
    }
}
.nuubu-upsell-downsell-modal .modal-body__badge {
    background: #0097fe;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 50px;
}
@media (max-width: 767.98px) {
    .nuubu-upsell-downsell-modal .modal-body__badge {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 50px;
    }
}
.nuubu-upsell-downsell-modal .modal-body__content {
    line-height: 1.4;
}
.nuubu-upsell-downsell-modal .modal-body__mega-deal span {
    text-decoration: underline;
    font-style: italic;
}
.nuubu-upsell-downsell-modal .modal-body--text-blue {
    color: #0097fe;
}
.nuubu-upsell-downsell-modal__btn {
    padding: 13px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    background: #6fdc1e;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0 3px 0 #0aa80d;
    box-shadow: 0 3px #0aa80d;
    text-transform: inherit;
    border: 0;
}
@media (max-width: 767.98px) {
    .nuubu-upsell-downsell-modal__btn {
        font-size: 19px;
    }
}
.nuubu-upsell-downsell-modal__btn small {
    font-weight: lighter;
    display: block;
    font-size: 12px;
    line-height: 1.2;
}
.nuubu-upsell-downsell-modal__btn:hover {
    -webkit-box-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #118e08;
}
.nuubu-upsell-downsell-modal__no-thanks {
    text-decoration: underline;
    border: none;
    background: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-o7__order-options-count {
    min-width: 40px;
    min-height: 40px;
    background: #2d8708;
}
.nuubu-o18__subscription {
    border: 3px solid #1ac70e;
    background: #f9f9f9;
}
.nuubu-o18__subscription--checked {
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background: #f9f9f9;
}
.container-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-2 {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container-2 {
        max-width: 768px;
    }
}
@media (min-width: 1023px) {
    .container-2 {
        max-width: 1023px;
    }
}
@media (min-width: 1400px) {
    .container-2 {
        max-width: 1300px;
    }
}
.container-3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-3 {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container-3 {
        max-width: 768px;
    }
}
@media (min-width: 1023px) {
    .container-3 {
        max-width: 1023px;
    }
}
@media (min-width: 1400px) {
    .container-3 {
        max-width: 1140px;
    }
}
.container-brand {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-brand {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container-brand {
        max-width: 768px;
    }
}
@media (min-width: 1023px) {
    .container-brand {
        max-width: 1023px;
    }
}
@media (min-width: 1400px) {
    .container-brand {
        max-width: 1140px;
    }
}
.container-2-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-2,
.container-2-sm {
    max-width: 576px;
}
.container-2-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-2,
.container-2-sm,
.container-2-md {
    max-width: 768px;
}
.container-2-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-2,
.container-2-sm,
.container-2-md,
.container-2-lg {
    max-width: 1023px;
}
.container-2-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-2,
.container-2-sm,
.container-2-md,
.container-2-lg,
.container-2-xl {
    max-width: 1300px;
}
.container-primary {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-primary {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .container-primary {
        max-width: 768px;
    }
}
@media (min-width: 1023px) {
    .container-primary {
        max-width: 1023px;
    }
}
@media (min-width: 1400px) {
    .container-primary {
        max-width: 1400px;
    }
}
@media (min-width: 768px) {
    .container-primary {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1023px) {
    .container-primary {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1400px) {
    .container-primary {
        width: 100%;
        padding-right: 130px;
        padding-left: 130px;
        margin-right: auto;
        margin-left: auto;
    }
}
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.bg-brown {
    background-color: #1d1c1c;
}
.bg-vanilla {
    background-color: #c9bb9b;
}
.sticky {
    position: sticky !important;
    top: 0;
    z-index: 99;
}
.border-nuubu {
    border-top: 1px solid #36b106;
}
.bg-green {
    background-color: #188f18;
}
.logo__image {
    max-width: 290px;
}
.nuubu-video__iframe {
    width: 100%;
    height: 470px;
}
@media (max-width: 767.98px) {
    .nuubu-video__iframe {
        height: 200px;
    }
}
#disclaimers p {
    font-size: 13px !important;
    color: #666 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767.98px) {
    #disclaimers p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 !important;
    }
}
.btn-nuubu--primary-outline {
    color: #fff;
    border-color: #fff;
    border: 1px solid #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    width: 100%;
}
.btn-nuubu--primary-outline:hover {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.btn-nuubu--primary-outline:focus,
.btn-nuubu--primary-outline.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-nuubu--primary-outline.disabled,
.btn-nuubu--primary-outline:disabled {
    color: #fff;
    background-color: transparent;
}
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--primary-outline.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--primary-outline.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--primary-outline {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--primary-outline:hover {
    color: #000;
}
.btn-nuubu--primary-outline-black {
    color: #000;
    border-color: #000;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    width: 100%;
}
.btn-nuubu--primary-outline-black:hover {
    color: #222;
    background-color: #0d0d0d;
    border-color: #000;
}
.btn-nuubu--primary-outline-black:focus,
.btn-nuubu--primary-outline-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-nuubu--primary-outline-black.disabled,
.btn-nuubu--primary-outline-black:disabled {
    color: #000;
    background-color: transparent;
}
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--primary-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #000;
}
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--primary-outline-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--primary-outline-black {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--primary-outline-black:hover {
    color: #fff;
}
.btn-nuubu--green {
    color: #fff;
    background-color: #188f18;
    border-color: #188f18;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    width: 100%;
}
.btn-nuubu--green:hover {
    color: #fff;
    background-color: #1ca51c;
    border-color: #188f18;
}
.btn-nuubu--green:focus,
.btn-nuubu--green.focus {
    color: #fff;
    background-color: #1ca51c;
    border-color: #188f18;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 160, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 160, 59, 0.5);
}
.btn-nuubu--green.disabled,
.btn-nuubu--green:disabled {
    color: #fff;
    background-color: #188f18;
    border-color: #188f18;
}
.btn-nuubu--green:not(:disabled):not(.disabled):active,
.btn-nuubu--green:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--green.dropdown-toggle {
    color: #fff;
    background-color: #116311;
    border-color: #0f580f;
}
.btn-nuubu--green:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--green:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 160, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 160, 59, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--green {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--green-light {
    color: #fff;
    background-color: #1ac70e;
    border-color: #1ac70e;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    width: 100%;
}
.btn-nuubu--green-light:hover {
    color: #fff;
    background-color: #1ddf10;
    border-color: #1ac70e;
}
.btn-nuubu--green-light:focus,
.btn-nuubu--green-light.focus {
    color: #fff;
    background-color: #1ddf10;
    border-color: #1ac70e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 207, 50, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(60, 207, 50, 0.5);
}
.btn-nuubu--green-light.disabled,
.btn-nuubu--green-light:disabled {
    color: #fff;
    background-color: #1ac70e;
    border-color: #1ac70e;
}
.btn-nuubu--green-light:not(:disabled):not(.disabled):active,
.btn-nuubu--green-light:not(:disabled):not(.disabled).active,
.show > .btn-nuubu--green-light.dropdown-toggle {
    color: #fff;
    background-color: #14970b;
    border-color: #128b0a;
}
.btn-nuubu--green-light:not(:disabled):not(.disabled):active:focus,
.btn-nuubu--green-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-nuubu--green-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 207, 50, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(60, 207, 50, 0.5);
}
@media (max-width: 767.98px) {
    .btn-nuubu--green-light {
        padding: 0.85rem 1rem;
    }
}
.btn-nuubu--dropdown {
    background-color: transparent;
    border: 0;
    outline: none;
    z-index: 3;
}
.btn-nuubu--dropdown:after {
    margin-left: 0.1em;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
}
.navbar-nuubu {
    z-index: 2;
}
.navbar-nuubu .navbar-brand img {
    max-width: 205px !important;
}
@media (max-width: 767.98px) {
    .navbar-nuubu .navbar-brand img {
        max-width: 180px !important;
        margin-bottom: -1rem;
    }
}
.navbar-nuubu .navbar-brand--white img {
    max-width: 210px !important;
}
.navbar-nuubu .navbar-toggler {
    right: 0;
    top: 1.2rem;
    border: 0;
}
.navbar-nuubu .navbar-toggler--white {
    background: transparent;
    top: 0.65rem;
    right: 0;
    border: 0;
}
.navbar-nuubu .nav-item {
    margin-right: 1rem;
}
.navbar-nuubu .nav-item .nav-link {
    opacity: 1;
}
.navbar-nuubu .nav-item .nav-link:after {
    content: "";
    display: block;
    margin: 6px auto auto;
    height: 1px;
    width: 0px;
    background: transparent;
    -webkit-transition: width 0.35s ease, background-color 0.35s ease;
    transition: width 0.35s ease, background-color 0.35s ease;
}
.navbar-nuubu .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, 0.6);
}
.navbar-nuubu .nav-item .nav-link:hover:after {
    width: 100%;
    background: #64801a;
}
.navbar-nuubu .nav-item-white {
    margin-right: 2rem;
}
.navbar-nuubu .nav-item-white .nav-link {
    opacity: 1;
}
.navbar-nuubu .nav-item-white .nav-link:after {
    content: "";
    display: block;
    margin: 6px auto auto;
    height: 1px;
    width: 0px;
    background: transparent;
    -webkit-transition: width 0.35s ease, background-color 0.35s ease;
    transition: width 0.35s ease, background-color 0.35s ease;
}
.navbar-nuubu .nav-item-white .nav-link:hover {
    background: #188f18;
    color: #fff !important;
}
.navbar-nuubu .nav-item-white .nav-link:hover:after {
    width: 100%;
    background: #fff;
}
.navbar-nuubu .dropdown-menu {
    font-size: 13px;
    height: 9.5rem;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.navbar-nuubu .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar-nuubu .dropdown-menu .dropdown-item:hover {
    color: #000;
}
.navbar {
    top: 0;
}
.promote-1 {
    background: url(../images/bg-promote-1.jpg) no-repeat 50% 50%;
    padding: 8% 0;
    background-size: cover;
}
.promote-1--white {
    background: url(../images/bg-promote-1-white.jpg) no-repeat 50% 50%;
    padding: 8% 0;
    background-size: cover;
}
.promote-2 {
    background: url(../images/bg-promote-2.jpg) no-repeat 50% 50%;
    padding: 8% 0;
    background-size: cover;
}
.promote-2--white {
    background: url(../images/bg-promote-2-white.jpg) no-repeat 50% 50%;
    padding: 8% 0;
    background-size: cover;
}
.natural-ingredients__image {
    margin: 48px 0 144px;
}
.natural-ingredients__heading {
    color: #87b93e;
}
.natural-ingredients__block--1 {
    top: -10%;
    left: 0;
}
.natural-ingredients__block--1-bg,
.natural-ingredients__block--1-ro {
    width: 35% !important;
    left: -10%;
}
.natural-ingredients__block--2 {
    top: -10%;
    right: -20%;
}
.natural-ingredients__block--2-bg,
.natural-ingredients__block--2-ro {
    width: 55% !important;
    right: -29%;
}
.natural-ingredients__block--3 {
    top: 26%;
    left: -43%;
}
.natural-ingredients__block--4 {
    left: -44%;
    bottom: 26%;
}
.natural-ingredients__block--5 {
    bottom: -18%;
    left: -5%;
}
.natural-ingredients__block--6 {
    bottom: -18%;
    right: -5%;
}
.natural-ingredients__block--6-ro {
    bottom: -22%;
}
.natural-ingredients__block--7 {
    right: -44%;
    bottom: 18%;
}
.natural-ingredients__block--8 {
    top: 26%;
    right: -43%;
}
.natural-ingredients__block--8-bg,
.natural-ingredients__block--8-ro {
    top: 20%;
}
.toxin-removal {
    background-color: #877d69;
    padding: 2.5% 0;
    margin: 7rem 0 6rem;
}
@media (max-width: 767.98px) {
    .toxin-removal {
        margin-top: 7rem;
        margin-bottom: 3rem;
    }
}
.toxin-removal__image {
    position: absolute;
    width: 75%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .toxin-removal__image {
        position: relative;
        width: 50%;
        margin: auto;
        margin-top: -3rem;
    }
}
.toxin-removal__image--2 {
    position: absolute;
    width: 87%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .toxin-removal__image--2 {
        position: relative;
        width: 55%;
        margin: auto;
        margin-top: -3rem;
    }
}
.toxin-removal-white {
    background: url(../images/bg-toxin-removal.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 2.5% 0;
    margin: 7rem 0 6rem;
}
@media (max-width: 767.98px) {
    .toxin-removal-white {
        margin-top: 7rem;
        margin-bottom: -3rem;
    }
}
.toxin-removal-white__image {
    position: absolute;
    width: 75%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .toxin-removal-white__image {
        position: relative;
        width: 50%;
        margin: auto;
        margin-top: -3rem;
    }
}
.nuubu-product-1 {
    color: #000 !important;
}
.nuubu-product-1 p {
    font-size: 16px;
    margin: 10px 0 !important;
}
.nuubu-product-1 .paragraph {
    font-size: 18px !important;
}
.nuubu-product-1 span {
    font-size: 14px !important;
    line-height: 1 !important;
}
.nuubu-product-1 .small {
    font-size: 14.4px !important;
}
.nuubu-product-1 .p-sm-4 {
    padding: 0.75rem !important;
}
.nuubu-product-1 .mt-3 {
    margin-top: 0.5rem !important;
}
.nuubu-product-1 .btn {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #0fd13d;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
}
.nuubu-product-1 .btn:hover {
    -webkit-box-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.nuubu-product-1 .section-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nuubu-product-1 .section-gallery .text {
    width: 100%;
    background: #f1f4f9;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-gallery .text {
        font-size: 0.625rem;
    }
}
.nuubu-product-1 .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.nuubu-product-1 .gallery .image {
    position: relative;
    width: 25%;
}
.nuubu-product-1 .gallery .image img {
    width: 100%;
}
.nuubu-product-1 .gallery .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.nuubu-product-1 .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-product-1 .testimonial-item {
    border: 0.05rem solid #a2a2a2;
    background: #f6f6f6;
    margin: 0 0.35em 0.75rem;
    padding: 1rem;
    border-radius: 1.25rem;
    position: relative;
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding: 1.35rem 1.5rem 2rem;
    width: 14.5rem;
}
.nuubu-product-1 .testimonial-item .photo {
    margin-top: 1.2rem;
}
.nuubu-product-1 .testimonial-item .rate {
    display: block;
    width: 100%;
    clear: both;
    padding: 1.25rem 0 0.5rem;
}
.nuubu-product-1 .testimonial-item .icon {
    position: absolute;
    top: 0;
    padding: 0.75rem;
    right: 0;
}
.nuubu-product-1 .testimonial-item .image {
    margin: -0.75rem 0.75rem -0.75rem -0.75rem;
    float: left;
}
.nuubu-product-1 .testimonial-item .image img {
    border-radius: 50%;
}
.nuubu-product-1 .testimonial-item cite {
    display: block;
    color: #2e3034;
    font-size: 1.75rem;
    line-height: 1rem;
    font-weight: 700;
    font-style: normal;
    margin-right: 1.5rem;
    padding-left: 3rem;
}
.nuubu-product-1 .testimonial-item cite .date {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    padding-top: 0.25rem;
}
.nuubu-product-1 .section-cta {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    background: #2776f7;
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef 0%, #2758fa 67%);
}
.nuubu-product-1 .section-cta .btn {
    margin: 1rem 0;
}
.nuubu-product-1 .section-cta h2 {
    font-weight: 700;
}
.nuubu-product-1 .section-reviews {
    background: #f1f4f8;
    padding: 2rem 0;
}
.nuubu-product-1 .section-reviews .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nuubu-product-1 .section-reviews .col-left {
    width: 52%;
}
.nuubu-product-1 .section-reviews .col-right {
    padding: 0.4em 0;
    width: 48%;
    text-align: center;
    margin-left: auto;
}
.nuubu-product-1 .section-reviews .col-right .image {
    margin-bottom: 1.75rem;
}
.nuubu-product-1 .section-reviews h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #353535;
    padding: 0 0 0.25rem;
}
.nuubu-product-1 .section-reviews .safe {
    margin-bottom: 1.75rem;
}
.nuubu-product-1 .section-text {
    background-color: #f1f4f8;
    position: relative;
    padding: 2rem 0;
}
.nuubu-product-1 .section-text .bg {
    position: absolute;
    left: 45%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 3rem;
    padding-right: 5%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-product-1 .section-text .bg img {
    max-height: 350px;
}
.nuubu-product-1 .section-text .cta,
.nuubu-product-1 .section-text .container {
    position: relative;
    z-index: 1;
}
.nuubu-product-1 .section-text .entry {
    max-width: 70%;
    position: relative;
    padding-bottom: 3rem;
    z-index: 1;
}
.nuubu-product-1 .section-text h2 {
    color: #000;
    padding: 0 0 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}
.nuubu-product-1 .section-text h2:after {
    content: "";
    width: 3.9rem;
    height: 0.25rem;
    margin-top: 1.25rem;
    background: #87b93e;
    display: block;
}
.nuubu-product-1 .section-text .paragraph {
    font-size: 2.25rem;
}
.nuubu-product-1 .section-how {
    padding-bottom: 3rem;
}
.nuubu-product-1 .section-how h2 {
    color: #000;
    padding: 1.85rem 0 3rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.nuubu-product-1 .section-how h2:after {
    content: "";
    width: 3.9rem;
    height: 0.25rem;
    margin-top: 1.25rem;
    background: #87b93e;
    display: block;
}
.nuubu-product-1 .section-how .video {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    vertical-align: top;
}
.nuubu-product-1 .section-review {
    background: #2776f7;
    background: -webkit-gradient(linear, left top, right top, from(#28a5ef), color-stop(67%, #2758fa));
    background: linear-gradient(90deg, #28a5ef 0%, #2758fa 67%);
    font-size: 1.3rem;
    font-weight: 300;
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 14px;
}
.nuubu-product-1 .section-review p {
    font-size: 14px !important;
}
.nuubu-product-1 .section-review .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
}
.nuubu-product-1 .section-review .stars {
    text-align: center;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-product-1 .section-review .stars img {
    margin-right: 0.75rem;
}
.nuubu-product-1 .section-review .logo {
    width: 27rem;
    display: block;
}
.nuubu-product-1 .cta {
    text-align: center;
}
.nuubu-product-1 .cta .small {
    font-size: 0.9rem;
    font-family: sans-serif;
    padding: 0.2em 0 0.7rem;
}
.nuubu-product-1 .section-desc {
    background-size: contain;
    background-position: center right;
    position: relative;
    padding: 2.5rem 0;
    z-index: 5;
    text-align: center;
}
.nuubu-product-1 .section-desc h2 {
    font-size: 2.5rem;
    font-family: sans-serif;
    font-weight: 700;
    padding-bottom: 2rem;
}
.nuubu-product-1 .section-desc ul {
    text-align: left;
}
.nuubu-product-1 .section-desc .toxin-signs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.45rem;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: 0.625rem;
        max-width: 425px;
        margin: auto;
        padding-left: 1.25rem;
    }
}
@media screen and (max-width: 424px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: 0.5rem;
        padding: 0;
    }
}
.nuubu-product-1 .section-desc .toxin-signs-list ul {
    width: 45%;
}
.nuubu-product-1 .section-desc .text ul li {
    padding: 0.5rem 0 1.5rem;
    font-size: 2.25rem;
    text-align: left;
}
.nuubu-product-1 .section-desc h1 {
    font-size: 3.25rem;
    font-weight: 700;
    color: #000;
    padding-bottom: 2rem;
    font-family: sans-serif;
}
@media screen and (max-width: 576px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 1.25rem !important;
    }
}
.nuubu-product-1 .section-desc .toxin-signs-header {
    text-align: left;
    margin-left: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-desc .toxin-signs-header {
        margin: 0 auto 2rem;
        font-size: 2.25rem;
        text-align: center;
    }
}
.nuubu-product-1 .section-desc .toxin-signs-header span {
    color: #ff7400;
}
.nuubu-product-1 .section-desc .device {
    min-width: 20%;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuubu-product-1 .section-desc .text {
    width: 100%;
}
.nuubu-product-1 .section-desc .text-list {
    width: 75%;
    margin-left: 2.5rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-desc .text-list {
        width: 100%;
        margin-left: 0;
    }
}
.nuubu-product-1 .section-desc .before-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-product-1 .section-desc .before-after .version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-desc .before-after .version {
        width: 100%;
        max-width: 425px;
    }
}
.nuubu-product-1 .section-desc .before-after .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nuubu-product-1 .section-desc .before-after .headline .image {
    width: 50px;
}
.nuubu-product-1 .speech-bubble-text {
    position: absolute;
    top: 0;
    left: 12.5%;
    width: 75%;
    height: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.25rem;
}
.nuubu-product-1 .speech-bubbles-device {
    width: 75%;
}
.nuubu-product-1 .how-to-float-text {
    color: #fff;
    position: absolute;
    width: 70%;
    bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.75;
}
.nuubu-product-1 .how-to-float-text--left {
    text-align: left;
    left: 30px;
}
.nuubu-product-1 .how-to-float-text--right {
    text-align: right;
    right: 30px;
}
.nuubu-product-1 .section-review .container .logo-stars {
    width: 60%;
}
.nuubu-product-1 .btn-cta {
    font-size: 1.75rem;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
}
.nuubu-product-1 .section-how .device {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nuubu-product-1 .section-how .detox-circle .image {
    width: 65%;
}
.nuubu-product-1 .section-how .detox-circle .text-float {
    position: absolute;
    font-size: 14px;
    max-width: 150px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
}
.nuubu-product-1 .section-how .detox-circle .text-float .image {
    display: none;
}
.nuubu-product-1 .section-how .detox-circle .text-float .heading {
    display: block;
    color: #87b93e;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .heading {
        font-size: 17px;
    }
}
.nuubu-product-1 .section-how .detox-circle {
    padding-bottom: 6.5rem;
}
.nuubu-product-1 .section-how .detox-circle .image-product {
    display: none;
    margin: auto;
    min-width: 280px;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .md-block {
        display: block !important;
    }
    .nuubu-product-1 .md-none {
        display: none !important;
    }
}
@media screen and (max-width: 425px) {
    .nuubu-product-1 .xs-none {
        display: none !important;
    }
    .nuubu-product-1 .xs-block {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-how .detox-circle {
        padding-bottom: 0;
    }
    .nuubu-product-1 .section-how .detox-circle .image-product {
        display: block;
    }
    .nuubu-product-1 .section-how .detox-circle .image-circle {
        display: none;
    }
    .nuubu-product-1 .section-how .detox-circle .device {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .nuubu-product-1 .section-how .detox-circle .text-float {
        position: static;
        max-width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
    }
    .nuubu-product-1 .section-how .detox-circle .text-float .image {
        display: block;
        width: 300px;
        margin-right: 0.5rem;
        min-width: 100px;
        margin-bottom: auto;
        max-width: 20%;
    }
    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        width: 80%;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        line-height: 1.5;
    }
}
.nuubu-product-1 .device-steps-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nuubu-product-1 .device-steps-holder .step {
    width: 24.5%;
    text-align: center;
    margin-bottom: 1.85rem;
}
.nuubu-product-1 .device-steps-holder .text {
    line-height: 24px;
    min-height: 48px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .device-steps-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nuubu-product-1 .device-steps-holder .step {
        width: 65%;
        max-width: 280px;
    }
    .nuubu-product-1 .device-steps-holder .text {
        font-size: 1.75rem;
    }
}
.nuubu-product-1 .section-entry {
    min-height: 700px;
}
.nuubu-product-1 .section-entry li {
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.nuubu-product-1 .section-entry .background .image .text {
    position: absolute;
    text-align: center;
    font-size: 0.75vw;
    text-transform: uppercase;
    font-weight: 600;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media screen and (min-width: 1441px) {
    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 12px;
    }
}
@media screen and (min-width: 1024px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nuubu-product-1 .section-entry .background.sm {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: none;
    }
    .nuubu-product-1 .section-entry .background.sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 10px;
    }
}
.nuubu-product-1 .section-compare .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
}
.nuubu-product-1 .section-compare .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-bottom: 1.5rem;
}
.nuubu-product-1 .section-compare .item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.nuubu-product-1 .section-compare .image {
    width: 30%;
    margin: 0 4% auto 0;
    min-width: 60px;
}
.nuubu-product-1 .section-compare .item.reverse .image {
    margin: 0 0 auto 4%;
}
.nuubu-product-1 .section-compare .text {
    width: 100%;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .nuubu-product-1 .mobile-only {
        display: none !important;
    }
    .nuubu-product-1 .section-entry {
        padding: 3rem 0 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .nuubu-product-1 .speech-bubble-text {
        font-size: 2vw;
    }
    .nuubu-product-1 .how-to-float-text {
        bottom: 3vw;
        font-size: 3vw;
    }
    .nuubu-product-1 .how-to-float-text--left {
        left: 3vw;
    }
    .nuubu-product-1 .how-to-float-text--right {
        right: 3vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 4.75vw;
    }
    .nuubu-product-1 .section-desc h2 {
        font-size: 3vw;
    }
}
@media screen and (min-width: 1201px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 5.5rem;
    }
}
@media (min-width: 768px) {
    .nuubu-product-1 .lg-m-0 {
        margin: 0 !important;
    }
}
@media screen and (max-width: 1360px) {
    .nuubu-product-1 .section-desc {
        padding: 2rem 0;
    }
    .nuubu-product-1 .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .nuubu-product-1 .btn-cta {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media screen and (min-width: 1211px) {
    .nuubu-product-1 .section-reviews .col-right .btn {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1210px) {
    .nuubu-product-1 .section-reviews .col-left {
        width: 100%;
    }
    .nuubu-product-1 .section-reviews .col-right {
        width: 100%;
        padding-top: 2rem;
    }
    .nuubu-product-1 .section-reviews .col-right .image {
        margin-bottom: 0;
    }
    .nuubu-product-1 .section-reviews .col-right .btn {
        display: none;
    }
    .nuubu-product-1 .testimonials {
        width: 91.8rem;
    }
}
@media screen and (max-width: 1023px) {
    .nuubu-product-1 .testimonials {
        width: 30.6rem;
    }
    .nuubu-product-1 .section-text .entry {
        max-width: none;
    }
    .nuubu-product-1 .section-text .bg {
        display: none;
    }
    .nuubu-product-1 .lg-no-bg {
        background-image: none !important;
    }
}
@media screen and (max-width: 767px) {
    .nuubu-product-1 .section-review .container .stars {
        width: auto;
    }
    .nuubu-product-1 .gallery {
        height: auto;
    }
    .nuubu-product-1 .gallery .text {
        font-size: 12px;
    }
    .nuubu-product-1 html {
        font-size: 10px;
    }
    .nuubu-product-1 .secure {
        display: none;
    }
    .nuubu-product-1 .section-cta {
        padding-top: 1.25rem;
    }
    .nuubu-product-1 .section-cta h2 {
        font-size: 1.1rem;
        line-height: normal;
    }
    .nuubu-product-1 .testimonials .testimonial-item {
        width: 47%;
        margin: 0 1% 0.75rem;
        padding: 0.35em 0.5rem 0.5rem;
        -webkit-transform: none !important;
        transform: none !important;
        max-width: 12.5rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .nuubu-product-1 .big {
        padding: 0;
    }
    .nuubu-product-1 .testimonials .testimonial-item .image {
        width: 2.5rem;
        margin: 0 -rem(0.5rem);
    }
    .nuubu-product-1 .testimonials .testimonial-item .date {
        margin-top: -rem(0.4rem);
        font-size: 0.65rem;
    }
    .nuubu-product-1 .testimonials .testimonial-item p {
        font-size: 0.65rem;
        line-height: 0.8rem;
        word-break: break-word;
    }
    .nuubu-product-1 .testimonials .testimonial-item .photo {
        margin-top: 1rem;
    }
    .nuubu-product-1 .testimonials .testimonial-item .rate {
        margin: 0 -rem(0.5rem);
        padding: 0.85rem 0 0.25rem;
    }
    .nuubu-product-1 .testimonials .testimonial-item cite {
        font-size: 0.65rem;
        line-height: 0.75rem;
    }
    .nuubu-product-1 .testimonials .testimonial-item .icon {
        display: none;
    }
    .nuubu-product-1 .testimonials .testimonial-item .rate img {
        height: 1.2rem;
    }
    .nuubu-product-1 .btn {
        font-size: 0.85rem;
        padding: 0.7rem 0.25rem;
        border-radius: 0.75rem;
        display: block;
    }
    .nuubu-product-1 .section-hero .discount {
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .nuubu-product-1 .section-hero .discount .meta {
        font-size: 0.65rem;
        line-height: 0.75rem;
        padding: 0.5rem;
    }
    .nuubu-product-1 .section-hero .discount .main {
        font-size: 1.3rem;
        line-height: normal;
    }
    .nuubu-product-1 .section-hero .discount .main strong {
        font-size: 9.6rem;
        line-height: 9.6rem;
    }
    .nuubu-product-1 .section-hero .discount .main .last {
        font-size: 1.45rem;
        padding: 0;
        margin: -0.8rem 0;
        display: block;
    }
    .nuubu-product-1 .section-hero .discount .desc {
        font-size: 0.95rem;
        padding: 0.7rem 0 0.5rem;
    }
    .nuubu-product-1 .section-hero .discount:before {
        content: "";
        display: none;
    }
    .nuubu-product-1 .mobile-none {
        display: none !important;
    }
    .nuubu-product-1 .section-text h2,
    .nuubu-product-1 .section-how h2 {
        font-size: 1.2rem;
        line-height: 1.35rem;
    }
    .nuubu-product-1 .section-text h2:after,
    .nuubu-product-1 .section-how h2:after {
        content: "";
        margin-top: 0.5rem;
        width: 2.5rem;
        height: 0.15rem;
    }
    .nuubu-product-1 .section-reviews .col-right {
        padding: 0 0 2rem;
    }
    .nuubu-product-1 .section-reviews .col-right .btn {
        display: block;
    }
    .nuubu-product-1 .section-reviews .col-right h2 {
        font-size: 1.1rem;
    }
    .nuubu-product-1 .section-reviews .col-right .image {
        margin: 0 -1rem;
    }
    .nuubu-product-1 .section-reviews {
        padding: 0;
    }
    .nuubu-product-1 .section-how {
        padding-bottom: 1.75rem;
    }
    .nuubu-product-1 .section-how h2 {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }
    .nuubu-product-1 .safe {
        display: none;
    }
    .nuubu-product-1 .section-reviews .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .nuubu-product-1 .section-text {
        padding: 1.5rem 0;
    }
    .nuubu-product-1 .section-text .entry {
        max-width: none;
        width: auto;
        padding-bottom: 0;
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .nuubu-product-1 .section-text .paragraph {
        font-size: 1.75rem;
    }
    .nuubu-product-1 .section-text .bg {
        display: none;
    }
    .nuubu-product-1 .gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .nuubu-product-1 .gallery .image {
        width: 50%;
    }
    .nuubu-product-1 .section-review {
        padding: 0;
    }
    .nuubu-product-1 .section-review .container {
        display: block;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .nuubu-product-1 .section-review .container .stars {
        margin: auto;
        font-size: 0.75rem;
    }
    .nuubu-product-1 .section-review .container .stars img {
        height: 0.95rem;
        margin-right: 0.5rem;
    }
    .nuubu-product-1 .section-review .container .logo {
        width: 6rem;
        display: block;
        margin: 0 auto;
    }
    .nuubu-product-1 .cta .small {
        font-size: 0.625rem;
        padding: 0.5rem 0 0.25rem;
    }
    .nuubu-product-1 .section-desc {
        padding: 2.2rem 0 1rem;
        background-size: cover;
        background-position: center;
    }
    .nuubu-product-1 .section-desc .text ul li {
        padding: 0.25rem 0 1rem;
        font-size: 1.75rem;
        line-height: 1.5;
    }
    .nuubu-product-1 .section-desc h2 {
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .nuubu-product-1 .section-desc h1 {
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .nuubu-product-1 .section-hero {
        padding: 0 0 0.25rem;
    }
    .nuubu-product-1 .section-hero .container {
        display: block;
    }
    .nuubu-product-1 .section-hero .image img {
        max-width: 100%;
        margin: auto;
        display: block;
    }
    .nuubu-product-1 .section-review .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .nuubu-product-1 .section-review .container .logo-stars {
        width: 40%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nuubu-product-1 .section-how .step-number {
        font-size: 1rem;
        line-height: 1.5rem;
        min-width: 1.5rem;
        width: 1.5rem;
    }
    .nuubu-product-1 .section-compare .column {
        width: 100%;
    }
    .nuubu-product-1 .section-compare .item {
        width: 100%;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .nuubu-product-1 .section-compare .image {
        width: 15%;
        margin: 0 auto 1.5rem !important;
        text-align: center;
    }
}
.nuubu-product-1 .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nuubu-product-1 .ico-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
}
.nuubu-product-1 .ico-item .image {
    width: 10%;
    margin-right: 20px;
}
.nuubu-product-1 .fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .nuubu-product-1 .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.nuubu-product-1 .fade:not(.show) {
    opacity: 0;
}
.nuubu-product-1 .modal-open {
    overflow: hidden;
}
.nuubu-product-1 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.nuubu-product-1 .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.nuubu-product-1 .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.25rem;
    pointer-events: none;
}
.nuubu-product-1 .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .nuubu-product-1 .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.nuubu-product-1 .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.nuubu-product-1 .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.nuubu-product-1 .modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 0.5rem);
}
.nuubu-product-1 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0.5rem);
    overflow: hidden;
}
.nuubu-product-1 .modal-dialog-scrollable .modal-header,
.nuubu-product-1 .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nuubu-product-1 .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.nuubu-product-1 .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 0.5rem);
}
.nuubu-product-1 .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 0.5rem);
    content: "";
}
.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.nuubu-product-1 .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.15rem;
    outline: 0;
}
.nuubu-product-1 .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.nuubu-product-1 .modal-backdrop.fade {
    opacity: 0;
}
.nuubu-product-1 .modal-backdrop.show {
    opacity: 0.5;
}
.nuubu-product-1 .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.15rem - 1px);
    border-top-right-radius: calc(0.15rem - 1px);
}
.nuubu-product-1 .modal-header .close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.nuubu-product-1 .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.nuubu-product-1 .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.nuubu-product-1 .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.15rem - 1px);
    border-bottom-left-radius: calc(0.15rem - 1px);
}
.nuubu-product-1 .modal-footer > * {
    margin: 0.125rem;
}
.nuubu-product-1 .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.nuubu-product-1 .mt-35 {
    margin-top: 1.75rem;
}
.nuubu-product-1 .lang {
    margin-right: 1%;
}
.nuubu-product-1 .language-flag {
    width: 50%;
    font-size: 0.5rem;
    padding: 0.25rem;
}
@media (min-width: 768px) {
    .nuubu-product-1 .language-flag {
        width: 25%;
        font-size: 0.75rem;
    }
}
@media (max-width: 767px) {
    .nuubu-product-1 .btn-cta {
        padding: 0.75rem 0.25rem !important;
    }
    .nuubu-product-1 .md-pt-0 {
        padding-top: 0 !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .nuubu-product-1 .language-flag {
        width: 33.33%;
        font-size: 0.625rem;
    }
}
@media screen and (max-width: 576px) {
    .nuubu-product-1 .btn-cta {
        font-size: 3vw;
        width: 40%;
    }
    .nuubu-product-1 .section-review .container .stars {
        display: none;
    }
    .nuubu-product-1 .section-review .container .logo {
        max-width: 5rem;
        margin: 0;
    }
    .nuubu-product-1 .speech-bubbles-device {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .nuubu-product-1 .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .nuubu-product-1 .modal-dialog-scrollable {
        max-height: calc(100% - 1.75rem);
    }
    .nuubu-product-1 .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1.75rem);
    }
    .nuubu-product-1 .modal-dialog-centered {
        min-height: calc(100% - 1.75rem);
    }
    .nuubu-product-1 .modal-dialog-centered:before {
        height: calc(100vh - 1.75rem);
    }
    .nuubu-product-1 .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .nuubu-product-1 .modal-lg,
    .nuubu-product-1 .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .nuubu-product-1 .modal-xl {
        max-width: 1140px;
    }
}
.nuubu-product-1 blockquote .image {
    max-width: 75px;
}
@media screen and (max-width: 425px) {
    .nuubu-product-1 .section-hero .discount .main,
    .nuubu-product-1 .section-hero .discount .last {
        font-size: 1.2rem !important;
    }
    .nuubu-product-1 .section-hero .discount strong {
        font-size: 3.8rem !important;
        line-height: 3.8rem !important;
    }
    .nuubu-product-1 .section-hero .discount .desc {
        font-size: 0.8rem !important;
    }
}
.nuubu-ginger-orange {
    background: #ff7400 !important;
}
.nuubu-ginger-text-orange {
    color: #ff7400;
}
.nuubu-ginger__header-product {
    -webkit-transform: scale(1.1) translateY(4%);
    transform: scale(1.1) translateY(4%);
}
@media (max-width: 575.98px) {
    .nuubu-ginger__header-product {
        width: 75vw;
        max-width: 420px;
    }
}
.nuubu-ginger__header-foot {
    width: 70vw;
    max-width: 850px;
    -webkit-transform: translate(35%, 0);
    transform: translate(35%);
}
@media (max-width: 1022.98px) {
    .nuubu-ginger__header-foot {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%);
    }
}
@media (max-width: 575.98px) {
    .nuubu-ginger__header-foot {
        width: 100%;
        max-width: 350px;
    }
}
.nuubu-ginger__header--order .nuubu-ginger__header-product {
    width: 380px;
}
.nuubu-ginger__header--order .nuubu-ginger__header-foot {
    width: 55vw;
    max-width: 470px;
}
.nuubu-ginger .section-text h2:after,
.nuubu-ginger .section-how h2:after {
    display: none !important;
}
.nuubu-ginger .container-medium {
    width: 100%;
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
* {
    outline: 0 !important;
}
a {
    color: inherit;
}
.container-large {
    width: 100%;
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nuubu-product-11 .header {
    background: url(../images/bg-hero.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
@media (max-width: 1399.98px) {
    .nuubu-product-11 .header {
        background: url(../images/bg-hero.jpg);
        background-size: cover;
        background-position: 70% 50%;
    }
}
.nuubu-product-11 .header__hero-image {
    width: 600px;
    left: -40%;
    top: 50%;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
}
@media (max-width: 1399.98px) {
    .nuubu-product-11 .header__hero-image {
        width: 100%;
        top: unset;
        left: unset;
        -webkit-transform: none;
        transform: none;
    }
}
.nuubu-product-11 .header__image-flower {
    width: 250px;
    right: 0;
    top: 0;
}
.nuubu-product-11 .section-grid__top-left {
    background: url(../images/grid-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 230px;
}
@media (max-width: 767.98px) {
    .nuubu-product-11 .section-grid__top-left {
        background-position: 20% 50%;
        min-height: unset;
    }
    .nuubu-product-11 .section-grid__top-left br {
        display: none;
    }
}
.nuubu-product-11 .section-grid__bottom-right {
    background: url(../images/grid-2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 230px;
}
@media (max-width: 767.98px) {
    .nuubu-product-11 .section-grid__bottom-right {
        background-position: 20% 50%;
        min-height: unset;
    }
    .nuubu-product-11 .section-grid__bottom-right br {
        display: none;
    }
}
.nuubu-product-11 .section-grid__bottom-left {
    min-height: 370px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ceedb1), color-stop(75%), to(#b3e287));
    background: linear-gradient(#ceedb1 25%, 75%, #b3e287);
}
@media (max-width: 767.98px) {
    .nuubu-product-11 .section-grid__bottom-left {
        min-height: unset;
    }
}
.nuubu-product-11 .section-grid__top-right {
    min-height: 370px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #cae9ff), color-stop(75%), to(#9cd6ff));
    background: linear-gradient(#cae9ff 25%, 75%, #9cd6ff);
}
@media (max-width: 767.98px) {
    .nuubu-product-11 .section-grid__top-right {
        min-height: unset;
    }
}
.nuubu-product-11 .section-grid__top-left,
.nuubu-product-11 .section-grid__bottom-left,
.nuubu-product-11 .section-grid__top-right,
.nuubu-product-11 .section-grid__bottom-right {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nuubu-product-11 .section-grid__top-left:hover,
.nuubu-product-11 .section-grid__bottom-left:hover,
.nuubu-product-11 .section-grid__top-right:hover,
.nuubu-product-11 .section-grid__bottom-right:hover {
    -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.3);
    box-shadow: 0 0 20px rgba(33, 33, 33, 0.3);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.banner-features__image {
    width: 50px;
}
.banner-features p {
    width: 90%;
}
@media (max-width: 767.98px) {
    .banner-features p {
        width: 70%;
    }
}
.header-eshop__stars-image {
    max-width: 130px;
}
.header-eshop__image-select img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header-eshop__image-select img:hover {
    -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.3);
    box-shadow: 0 0 20px rgba(33, 33, 33, 0.3);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.nuubu-p17__header {
    background: #edeff1;
}
.nuubu-p17__header-right {
    -webkit-transform: translateX(50%);
    transform: translate(50%);
}
@media (max-width: 1399.98px) {
    .nuubu-p17__header-right {
        -webkit-transform: translateX(30%);
        transform: translate(30%);
    }
}
@media (max-width: 767.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(30vw - 35%);
    }
}
@media (max-width: 575.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(40vw - 35%);
    }
}
.nuubu-p17__header-product {
    width: 320px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1399.98px) {
    .nuubu-p17__header-product {
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .nuubu-p17__header-product-mobile {
        max-width: unset;
        width: 130%;
        right: 5vw;
    }
}
@media (max-width: 767.98px) {
    .nuubu-p17__header {
        background: #edeff1 url(../images/header-bg-mobile_1.jpg);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: 100% 0;
    }
}
.nuubu-p17__features-img {
    width: 240px;
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
}
@media (min-width: 768px) {
    .nuubu-p17__features-right {
        padding-bottom: 120px;
    }
}
.nuubu-p17__ready {
    background: #017eff;
}
.nuubu-p17__ready-left {
    left: 50%;
    -webkit-transform: translateX(-120%);
    transform: translate(-120%);
}
.nuubu-p17__ready-product {
    width: 300px;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
}
@media (max-width: 767.98px) {
    .nuubu-p17__ready {
        background: #017eff url(../images/are-you-ready-bg-mobile.jpg);
        background-size: 120%;
        background-position: 100% 0;
        background-repeat: no-repeat;
    }
}
.amzn-text-orange {
    color: #f90;
}
.amzn-bg-orange {
    background-color: #f90;
}
.amzn-text-brightgreen {
    color: #1ac70e;
}
.amzn-bg-brightgreen {
    background-color: #1ac70e;
}
.amzn__special {
    background: #252e3c;
}
.amzn__special-img {
    max-height: 60px;
}
.amzn__choice-stars {
    max-width: 120px;
}
.amzn__choice-clipped {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.amzn__update-logo {
    max-width: 130px;
}
.amzn__btn {
    background: #1ac70e;
}
.amzn__btn:hover {
    background: #0e6807;
}
.amzn__btn-img {
    max-width: 30px;
}
@media (min-width: 1023px) {
    .m-lavender__header--pumice {
        background-image: url(../images/bg-header.jpg);
        background-size: cover;
        background-position: 25% 50%;
    }
}
@media (max-width: 1022.98px) {
    .m-lavender__header--pumice {
        background-image: url(../images/bg-header-mobile.jpg);
        background-size: cover;
        background-position: 25% 65%;
    }
}
@media (min-width: 1023px) {
    .m-lavender__header--callus {
        background-image: url(../images/bg-header_1.jpg);
        background-size: cover;
        background-position: 25% 50%;
    }
}
@media (max-width: 1022.98px) {
    .m-lavender__header--callus {
        background-image: url(../images/bg-header-mobile.jpg);
        background-size: cover;
        background-position: 25% 65%;
    }
}
.m-lavender__about--pumice-video,
.m-lavender__about--pumice .m-lavender__about-video {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 768px) {
    .m-lavender__promote--pumice {
        background: center/cover url(../images/bg-promote.jpg) no-repeat;
    }
}
@media (max-width: 767.98px) {
    .m-lavender__promote--pumice {
        background: 0/100% 100% url(../images/bg-promote-mobile.jpg) no-repeat;
    }
}
@media only screen and (min-width: 1950px) {
    .m-lavender__promote--pumice {
        background: 50% 50% / cover url(../images/bg-promote.jpg) no-repeat;
    }
}
.m-lavender__promote--pumice .m-lavender__promote-product {
    right: -4%;
    top: -65px;
}
@media (min-width: 1400px) {
    .m-lavender__promote--pumice .m-lavender__promote-product {
        right: -10%;
    }
}
.m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
    margin-bottom: -30px;
}
@media (max-width: 575.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        max-height: 280px;
        top: -28px;
        left: -10%;
    }
}
@media (min-width: 576px) and (max-width: 1022.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        max-height: 220px;
    }
}
.bg-melzu-pumice--primary {
    background-color: #0097fe;
}
@media (min-width: 1400px) {
    .m-lavender__header-hero {
        min-width: 580px;
        top: -2%;
        left: -15%;
    }
}
@media (min-width: 576px) {
    .m-lavender__header-hero {
        max-width: 45%;
        left: 0;
    }
}
@media (min-width: 768px) {
    .m-lavender__header--lavender {
        background: url(../images/bg-header_2.jpg) no-repeat 50% 50%;
    }
}
@media (max-width: 767.98px) {
    .m-lavender__header--lavender {
        background: url(../images/bg-header-mobile_1.jpg) no-repeat 50% 20%;
    }
}
.m-lavender__header-order-button {
    background: #29d54f;
    border-radius: 8px;
}
.m-lavender__promote--lavender .m-lavender__promote-product {
    right: -100px;
    top: -52px;
}
@media (max-width: 575.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 280px;
        top: -28px;
    }
}
@media (min-width: 576px) and (max-width: 1022.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 350px;
        top: -44px;
    }
}
.m-lavender__promote--lavender .m-lavender__promote-product-img {
    max-height: 410px;
}
@media (min-width: 1023px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(../images/bg-about.jpg) no-repeat;
    }
}
@media (max-width: 1022.98px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(../images/bg-about-mobile.jpg) no-repeat;
    }
}
@media only screen and (min-width: 1950px) {
    .m-lavender__promote--lavender {
        background: 50% 50% / cover url(../images/bg-about.jpg) no-repeat;
    }
}
.m-lavender__about-video {
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-melzu-lavender--primary {
    background-color: #bf73e3;
}
.n-ginger__header {
    background-image: url(../images/header-bg_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1023px) {
    .n-ginger__header-product {
        bottom: -25%;
    }
}
.n-ginger__btn {
    background: #29d54f;
    border-radius: 8px;
}
.n-ginger__hello {
    background-image: url(../images/footer-banner-bg_1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1500px;
}
@media (min-width: 2000px) {
    .n-ginger__hello {
        background-size: 1650px;
    }
}
@media (max-width: 1022.98px) {
    .n-ginger__hello {
        background-size: 1200px;
    }
}
@media (max-width: 575.98px) {
    .n-ginger__hello {
        background-position: 20% 0;
    }
}
.n-ginger__hello-img {
    -webkit-transform: scale(1.1) translate(-10%, 10%);
    transform: scale(1.1) translate(-10%, 10%);
    pointer-events: none;
}
.n-matcha-green {
    background-color: #7cbc3c;
}
.n-matcha__header {
    background-image: url(../images/header-bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1023px) {
    .n-matcha__header-product {
        bottom: -25%;
    }
}
@media (max-width: 1022.98px) {
    .n-matcha__header {
        background-position: 50%;
    }
}
.n-matcha__header .order-quantity-options__label {
    border-width: 5px;
}
.n-matcha__header input:checked + .order-quantity-options__label {
    border-width: 5px;
}
.n-matcha__btn {
    background: #7cbc3c;
    border-radius: 8px;
}
.n-matcha__about-li:before {
    content: "•";
    position: absolute;
    color: #7cbc3c;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    margin-left: -15px;
    margin-top: -6px;
}
.n-matcha__glowing {
    background-repeat: no-repeat;
}
@media (min-width: 2000px) {
    .n-matcha__glowing {
        background-size: 1650px;
    }
}
@media (max-width: 767.98px) {
    .n-matcha__glowing {
        background-image: url(../images/footer-banner-bg-mobile.jpg);
    }
}
@media (min-width: 768px) {
    .n-matcha__glowing {
        background-image: url(../images/footer-banner-bg.jpg);
        background-position: 0;
        background-size: 1500px;
    }
}
@media (min-width: 1400px) {
    .n-matcha__glowing {
        background-position: 50% 0;
    }
}
.n-matcha__glowing-img {
    max-width: 420px;
    -webkit-transform: scale(1.2) translate(-10%, 20%);
    transform: scale(1.2) translate(-10%, 20%);
    pointer-events: none;
}
@media (max-width: 1022.98px) {
    .n-matcha__glowing-img {
        left: 50%;
        -webkit-transform: translate(-50%, 20%);
        transform: translate(-50%, 20%);
        bottom: -30%;
    }
}
@media (max-width: 575.98px) {
    .n-matcha__glowing-img {
        max-width: 350px;
    }
}
.n-matcha .order-quantity-options__label--matcha {
    border: 3px #7cbc3c solid;
}
.common-upsells-get-nuubu-4 .section-hero {
    background: url(../images/bg-hero-4.jpg) no-repeat center/cover;
}
.common-upsells-get-nuubu-4 .section-hero .discount:before {
    background: none;
}
@media (min-width: 1023px) {
    .common-upsells-get-nuubu-4 .section-hero {
        background-size: contain;
        background-position: 0% 50%;
    }
}
.nuubu-tea-green {
    background: #7cbc3c;
}
.nuubu-tea-text-green {
    color: #7cbc3c;
}
.nuubu-tea__header {
    background: url(../images/tea_header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.nuubu-tea__header-cloud {
    right: -30%;
    bottom: -35%;
    min-width: 450px;
}
@media (min-width: 576px) {
    .nuubu-tea__header-cloud {
        min-width: 650px;
    }
}
.nuubu-tea__header .order-quantity-options__label {
    border-width: 5px;
}
.nuubu-tea__header input:checked + .order-quantity-options__label {
    border-width: 5px;
    border-color: #387ff5;
    opacity: 1;
}
.nuubu-tea-bullets-color li::marker {
    color: #7cbc3c;
}
.nuubu-tea-powder {
    background: url(../images/powder.jpg);
    background-size: cover;
    background-position: center;
}
.nuubu-tea-powder__img {
    text-align: right;
    margin-bottom: -25px;
    margin-right: -20%;
    -webkit-transform: translate(25%, 0px);
    transform: translate(25%);
}
@media (min-width: 576px) {
    .nuubu-tea-powder__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        text-align: center;
        margin-right: 0;
    }
}
.section-testimonials__review {
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 33%;
}
@media (max-width: 1399.98px) {
    .section-testimonials__review {
        width: 48%;
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .section-testimonials__review {
        width: 100%;
    }
}
.section-testimonials__profile-image {
    width: 40%;
}
.section-testimonials__stars-image {
    width: 35%;
    top: 51%;
    left: 35%;
}
.section-testimonials__name {
    top: 32%;
    left: 35%;
}
.order-page-nuubu__free-ebook {
    border-radius: 5px;
    background: #007ffd;
}
.order-page-nuubu__free-ebook-gift {
    right: 20px;
    width: 60px;
}
.order-page-nuubu__free-ebook-text {
    padding-right: 50px;
}
@media (max-width: 575.98px) {
    .order-page-nuubu__free-ebook-text {
        padding-right: 70px;
    }
}
.fake-survey {
    background-color: #363636;
    color: #fff;
    z-index: 9;
    border-radius: 8px 8px 0 0;
    width: 340px;
}
@media (max-width: 575.98px) {
    .fake-survey {
        width: 100%;
    }
}
.fake-survey__arrow {
    right: 9%;
    min-width: 85px;
    min-height: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 99%;
    background-color: #363636;
}
@media (max-width: 575.98px) {
    .fake-survey__arrow {
        right: 40%;
        min-width: 20%;
    }
}
.fake-survey__logo {
    max-width: 120px;
}
.fake-survey__text-area {
    resize: none;
    border: 1px #71c570 solid;
    background-color: #363636;
    color: rgba(255, 255, 255, 0.5);
}
.fake-survey__btn-light-green {
    background-color: #1ac70e;
}
@media (min-width: 768px) {
    .klarna-banner-3--pink {
        background-color: #ffb2c7;
    }
}
.klarna-banner-3__icon {
    max-width: 50px;
}
.klarna-banner-3__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
}
.klarna-banner-3__grid .klarna-banner-3__icon {
    max-width: 50%;
}
@media (min-width: 768px) {
    .klarna-banner-3__grid .klarna-banner-3__icon {
        max-width: 100%;
    }
    .klarna-banner-3__grid {
        row-gap: 16px;
        grid-template-columns: repeat(8, 1fr);
    }
    .klarna-banner-3__grid .klarna-banner-3__icon {
        grid-column: span 2;
    }
    .klarna-banner-3__grid .klarna-banner-3__grid-text--1 {
        grid-column: span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .klarna-banner-3__grid .klarna-banner-3__grid-text--2 {
        grid-column: 4 / span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .klarna-banner-3__grid .klarna-banner-3__grid-text--3 {
        grid-column: 7 / span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 1023px) {
    .klarna-banner-3__phone {
        -webkit-transform: scale(1.35) translate(-4%, -12%);
        transform: scale(1.35) translate(-4%, -12%);
    }
}
.klarna-banner-3__overlay {
    background-color: #ffb2c7;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

a.o-btn {
    display: block;
    width: 100%;
    border-radius: 20px;
    color: #fff !important;
    font-size: 24px;
    line-height: 36px;
    padding: 12px 16px;
    font-weight: bold;
    background-color: #e8318a;
    text-align: center;
    text-decoration: none;
}
a.o-btn:hover {
    background-color: #8cb12f;
}

.offer-button {
    font-size: 20px;
    margin-bottom: 15px;
}

.price-disc {
    background-color: #f49819;
    padding: 15px;
}
.price-disc p {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin: 0;

    font-weight: bold;
}

.btn-danger {
    background-color: #e8318a;
    color: #fff;
    font-size: 18px;
    line-height: 1.23;
    width: 100%;
}
.btn-danger:hover {
    background-color: #8cb12f;
    color: #fff;
}

.green {
    background-color: #8cb12f;
}

footer .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

footer p {
    margin: 0;
}

footer p.disc {
    margin: 15px 0;
    text-align: center;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1067px) {
    .flex {
        flex-direction: column;
    }

    .prod-link {
        margin-bottom: 24px;
    }

    .form-wrap {
        padding: 12px 16px;
        max-width: 100%;
    }

    .form-box {
        width: 480px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.prod-link {
    position: relative;
}

.prod-link::after {
    content: "50%";
    position: absolute;
    top: -20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 30px;
    border: 5px solid #fff;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    background-color: #ff6644;
}

@media screen and (max-width: 576px) {
    .prod-link::after {
        width: 60px;
        height: 60px;
        font-size: 18px;
        border: 4px solid #fff;
    }
}

.b-prices {
    text-align: center;
    margin: -10px 0 30px;
}
.old-price,
.new-price {
    display: inline-block;
    margin: 0 10px;
}
.old-price {
    font-size: 24px;
    text-decoration: line-through;
}
.new-price {
    font-weight: 700;
    font-size: 32px;
    color: #ff6644;
}
.b-note {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0;
}

.form-box {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.text-field {
    display: block;
    width: 100%;
    padding: 12px 16px;
}

.iti {
    font-size: 14px;
    font-weight: normal;
}
