* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    background-color: #FFF;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
img {
    display: block;
    max-width: 100%;
}
a {
    color: #444;
    text-decoration: none;
}
p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
li {
    margin-top: 10px;
    list-style: none;
}


/*  General  */
.container {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}
.flex {
    display: flex;
}
.around {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.center {
    justify-content: center;
}
.baseline {
    align-items: baseline;
}
.center-y {
    align-items: center;
}
.button {
    max-width: 300px;
    margin: 15px auto 0px auto;
    padding: 15px;
    background-image: linear-gradient(56deg, #87BB3E, #A6BF83);
    border-radius: 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.button:hover {
    transform: scale(1.15);
}
.white-triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #FFF;
}
.beige-triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #F4F2ED;
}


/*  Header - Menu  */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 2px 20px 0 #EEE;
    z-index: 99;
}
header .container {
    max-width: 1140px;
    padding: 10px 0px;
}
.menu {
    width: 100%;
}
.logo {
    max-width: 120px;
}
.menu_item {
    margin: 0px 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.menu_button {
    padding: 6px 20px;
    background-image: linear-gradient(256deg, #87BB3E, #A6BF83);
    border-radius: 30px;
    box-shadow: 0 2px 4px 0 rgb(23 26 36 / 24%);
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/*  Section 1 - Intro  */
#section1 {
    margin-top: 100px;
}
.intro h2 {
    color: #849868; 
    font-weight: 400;
}
.intro h3 {
    max-width: 500px;
    color: #87BB3E;
    font-weight: 400;
}

.intro img {
    width: 360px;
}

.benefits {
    margin: 10px 40px 0px 0px;
}


/*  Section 2  - Products  */
#section2 {
    margin-top: 30px;
}
#section2 h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
}
.product_container {
    width: 100%;
}
.product_container_top {
    width: 100%;
    font-size: 20px;
}
.top_left {
    width: 50%;
    padding: 10px;
    border: 2px solid #667BA2;
    border-right: 2px solid #A6BF83;
    border-bottom: 2px solid #A6BF83;
    box-shadow: inset 12px -10px 30px 0 rgb(184 193 208 / 75%);
    color: #667BA2;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.top_left.active {
    background-color: #F6F8F2;
    border-top: 2px solid #A6BF83;
    border-left: 2px solid #A6BF83;
    border-bottom: none;
    color: #444;
    box-shadow: none;
}
.top_left span {
    font-size: 12px;
}
.top_right {
    width: 50%;
    padding: 10px;
    border: 2px solid #667BA2;
    border-bottom: 2px solid #A6BF83;
    border-left: none;
    box-shadow: inset 12px -10px 30px 0 rgb(184 193 208 / 75%);
    color: #667BA2;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.top_right.active {
    background-color: #F6F8F2;
    border-top: 2px solid #A6BF83;
    border-right: 2px solid #A6BF83;
    border-bottom: none;
    box-shadow: none;
    color: #444;
}
.product_container_bottom {
    width: 100%;
    padding: 25px 0px;
    background-color: #F6F8F2;
    border: 2px solid #A6BF83;
}
.product {
    width: 280px;
    margin: 0px 10px;
    padding-bottom: 20px;
    background-color: #FFF;
    border: 2px solid #EEE;
}
.product_top {
    padding-top: 15px;
    background-image: linear-gradient(56deg, #87BB3E, #A6BF83);
    color: #FFF;
    text-align: center;
}
.discount {
    font-size: 24px;
    font-weight: 700;
}
.product_top .divider {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #FFF;
}
.quantity {
    font-size: 18px;
}
.quantity span {
    font-size: 12px;
}
.triangle-bottomleft {
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-bottom: 100px solid #FFF;
  }
.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 100px solid #FFF;
    border-left: 100px solid transparent;
}
.product_mid img {
    width: 90%;
    margin: -90px auto 20px auto;
}
.price_text {
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.price_number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}
.each {
    margin-top: -5px;
    margin-left: 10px;
    font-size: 14px;
}
.product_bot {
    width: 100%;
}
.product_bot .divider {
    width: 90%;
    margin: 0px auto 5px auto;
    border-top: 1px solid #EEE;
}
.savings {
    padding-top: 5px;
    font-size: 20px;
    font-weight:700;
    text-align:center;
}
.product_bot_button {
    width: 90%;
    margin: 10px auto 0px auto;
    padding: 5px;
    background-image: linear-gradient(56deg, #87BB3E, #A6BF83);
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}
.subscribe_options {
    display: none;
}
.subscribe_options.active {
    display: block;
}
.otp_options {
    display: none;
}
.otp_options.active {
    display: block;
}


/*  Section 3 - MBG  */
#section3, #section10 {
    padding: 10px 0px 40px 0px;
}
#section3 p, #section10 p {
    margin-top: 0px;
    font-size: 16px;
}
.mbg_right {
    max-width: 700px;
    padding-left: 5%;
}


/*  Section 4  */
#section4 {
    padding: 0px 0px 40px 0px;
    background-color: #F4F2ED;
}
.s4 {
    margin-top: 30px;
}
.s4 img {
    max-width: 300px;
    height: 0%;
}
.s4_right {
   max-width: 700px;
   margin-left: 50px;
   margin-right: 80px;
}


/*  Section 5  */
#section5 {
    padding: 0px 0px 40px 0px;
    background-color: #FFF;
}
#section5 h2 {
    text-align: center;
}
#section5 img {
    max-width: 300px;
    margin-top: -75px;
    margin-left: 70px;
}
.s5 {
    max-width: 700px;
    margin: 30px auto 0px auto;
}
.s5_break {
    margin-top: 40px;
}
#s5_ul_1 {
    font-size: 18px;
}
#s5_ul_2 {
    margin-left: 60px;
    font-size: 18px;
}
#s5_ul_3 {
    font-size: 16px;
}


/*  Section 6  */
#section6 {
    padding:0px 0px 40px 0px;
    background-color: #F4F2ED;
}
#section6 img {
    height: 0%;
    margin-top: 20px;
}
.s6 {
   margin-top: 30px;
}
.s6_right {
    max-width: 500px;
    margin-left: 30px;
}


/*  Section 7  */
#section7 .container {
    margin-top: 30px;
}
#section7 h2 {
    font-size: 30px;
}
#s7_ul_1 {
    font-size: 18px;
}
#s7_ul_2 {
    margin-left: 30px;
    font-size: 18px;
}
#section7 img {
    max-width: 300px;
    margin-top: 35px;
}
.s7_bottom {
    max-width: 840px;
    margin: 10px auto;
}


/*  Section 8 - Review  */
#section8 {
    padding-top: 70px;
}
#section8 h2 {
    margin-bottom: 10px;
    text-align: center;
}
.review_container {
    display: none;
}
.review_container.active {
    display: block;
}
.review {
    width: 80%;
    margin: 0px auto;
    padding: 20px 0px;
    border-bottom: 1px solid #EEE;
}
.review_left {
    width: 25%;
    padding-right: 3%;
}
.review_right {
    width: 75%;
}
.review_tab {
    width: 30px;
    height: 30px;
    margin: 15px 10px;
    background-color: #EEE;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.review_tab.active {
    background-color: #444;
    color: #FFF;
}


/*  Footer  */
footer {
    margin-top: 80px;
    padding: 10px 40px;
    background-color: #FBF5ED;
    font-size: 13px;
}
.footer_info {
    max-width: 220px;
}
.footer_links a {
    margin-left: 10px;
}

.oval {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 320px;
    height: 100px;
    margin: 0 auto;
    background-color: transparent;
    border: 8px solid yellow;
    border-radius: 50%;
    transform: translateX(-50%);
}

#vsl {
    margin: 120px 0px 20px 0px;
}


@media screen and (max-width: 1099px) {
    .menu_links {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    header .container {
        padding: 10px 0px;
    }
    .menu_links {
        display: none;
    }
    .product {
        width: 220px;
        margin: 0px 10px;
        padding-bottom: 20px;
        background-color: #FFF;
        border: 2px solid #EEE;
    }
    .product i {
        display: none;
    }
    .discount span {
        display: none;
    }
    .savings {
        font-size: 16px;
    }
    #section4 h2 {
        text-align: center;
    }
    #section4 img {
        display: none;
    }
    .s4_right {
        max-width: 90%;
        margin: 0 auto;
        padding: 10px;  
    }
    #section6 .flex {
        flex-wrap: wrap-reverse;
    }
    #section6 h2 {
        text-align: center;
    }
    .s6_right {
        max-width: 90%;
        margin-left: 0px;
    }
    #section6 img {
        width: 40%;
        margin-top: 0px;
    }
    #section7 .flex {
        flex-wrap: wrap;
    }
    #section7 img {
        margin: 0 auto;
    }
    #strains {
        justify-content: center;
    }
    .review {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {
    #vsl {
        margin: 70px 0px 20px 0px;
    }
    h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .flex {
        flex-wrap: wrap;
    }
    header .container {
        padding: 8px 0px;
    }
    .logo {
        max-width: 70px;
    }
    .menu_links {
        display: none;
    }
    .menu_button {
        padding: 4px 10px;
        font-size: 10px;
    }
    #section1 {
        margin-top: 50px;
    }
    .intro h2 {
        font-size: 36px;
    }
    .intro h3 {
        margin-top: 10px;
    }
    .intro_right {
        display: none;
    }
    .benefits {
        margin: 5px 0px 0px 0px;
        font-size: 16px;
    }
    .benefits .flex {
        flex-wrap: nowrap;
    }
    #benefits_b {
      margin-left: 15px;
    }
    #section2 {
        margin-top: 10px;
    }
    .top_left {
        font-size: 14px;
    }
    .top_right {
        font-size: 14px;
    }
    .product {
        width: 280px;
        margin-bottom: 40px;
    }
    .product i {
        display: inline-block;
    }
    .discount span {
        display: inline-block;
    }
    #section3 p, #section10 p {
        margin-top: 10px;
    }
    .mbg_right {
        padding: 0px;
        text-align: center;
    }
    #section4 h2 {
        text-align: center;
    }
    #section4 img {
        display: none;
    }
    .s4_right {
        max-width: 90%;
        margin: 0 auto;
    }
    #section5 i {
        margin-right: 5px;
    }
    #section5 img {
        max-width: 300px;
        margin: 0 auto;
    }
    .s5_break {
        margin-top: 30px;
    }
    #s5_ul_2 {
        margin-left: 0px;
    }
    #s5_ul_3 {
        margin-top: -10px;
        font-size: 18px;
    }
    #section6 .flex {
        flex-wrap: wrap-reverse;
    }
    #section6 img {
        width: 70%;
        margin-top: 0px;
    }
    #section6 h2 {
        text-align: center;
    }
    .s6_right {
        max-width: 100%;
        margin-left: 0px;
    }
    #section7 h2 {
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    #section7 img {
        max-width: 70%;
    }
    #s7_ul_1 {
        font-size: 13px;
    }
    #s7_ul_2 {
        margin-left: 10px;
        font-size: 13px;
    }
    #section8 h2 {
        margin-bottom: 20px;
        text-align: left;
    }
    .review {
        width:100%;
        margin: 0px auto;
        padding: 20px 0px;
        border-bottom:1px solid #EEE;
    }
    .review_left {
        width: 100%;
        padding-right: 0%;
        font-size: 16px;
    }
    .review_right {
        width: 100%;
        margin-top: 5px;
        font-size: 16px;
    }
    footer {
        padding: 10px 0px;
        font-size: 12px;
        text-align: center;
    }
    .footer_info {
        max-width: 100%;
        width: 100%;
    }
    .footer_links {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }
    .footer_links a {
        margin: 0px 10px;
    }
}