/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    padding: 0;
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.55;
    color: #0d0d0d;
    background: #fefefe;
}
h1, h2, .h1 {
    font-family: Belleza, sans-serif;
}
h1 {
    font-size: 2.35em;
}

@supports (-webkit-text-stroke: 1px black) {
    .stroke-dk {
        -webkit-text-stroke: 1px #2F591C;
    }
    .stroke-lt {
        -webkit-text-stroke: 1px #666666;
    }
}
section .container {
    max-width: 1100px;
}
.bg-green-light{
    background: #9CC700;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.55)!important;
}
.strip-green {
    background-color: #729104;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.55)!important;
}
.green-box{
    border:0.120em solid #9CC700;
    padding:10px 30px;
    width: fit-content;
    margin: auto;
}
.bg-dkgreen {
    background-color: #ABCC00;
}
.s02 {
/*     background-image: url("./sec2-bg-2.png");
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat; */
    border-top:5px solid #729104;
    border-bottom:5px solid #729104;
}
.box-white{
    background-color: white;
    padding:30px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.55)!important;
}
.w-900{
    max-width: 900px !important;
}
.forms-sec{
    width: 70%;
    margin:auto;
}
.friend-form-div, .myself-form-div{
    display:none;
}
.bg-white {
    background-color:#fff
}
.bg-whitish {
    background-image: linear-gradient(90deg, #cccccc, #FFFFFF, #ffffff, #cccccc);
    background-color: #2F591C;
}
.bg-lgray {
    background-image: linear-gradient(90deg, #cccccc, #e5e2e2, #e5e2e2, #cccccc);
}
.bg-green {
    background-color: #729104;
}
.bg-black {
    background-color: #000000;
}

.bg-ltyellow {
    background-color: #FCFDF3;
}
.bg-biogreen {
    background-color: #9CC700;
}

.bg-orange {
    background-color: #FE9400;
}


.text-yellow {
    color: #ffe630;
}
.text-biogreen {
    color: #C2D500;
}
.text-green {
    color: #4A8B2C;
}
.text-red {
    color: #d70000;
}
.text-orange {
    color: #FE9400;
}
.text-dkgray {
    color: #252525;
}
.text-gray {
    color: #4d4d4d;
}
.border-biogreen {
    border-color: #9CC700 !important;
}
.strip {
    height: 50px;
}


.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.55)!important;
}
.kilo{
    font-size: 3em;
}
.mega span.kilo {
    font-size: 2em;
}
.mega {
    font-size:4em;
}
.giga {
    font-size: 5em;
}
.ls10 {
    letter-spacing: 1px;
}
.ls20 {
    letter-spacing: 2px;
}
.ls50 {
    letter-spacing: 5px;
}
.lh5{
    line-height: 1em;
}
.lh10 {
    line-height: 1.4em;
}
.lh20 {
    line-height: 1.8em;
}
.ms--lg {
    margin-left: -85px;
}
.mt--sm {
    margin-top: -48px;
}
.mt-- {
    margin-top: -90px;
}
.mt--xl {
    margin-top: -135px;
}
.u {
    display: inline;
    border-bottom: 2px solid;
    margin-bottom: -2px;
}
.u-green {
    border-color: #C2D500;
}
.u-red {
    border-color: #d70000;
}
.u-orange {
    border-color: #FE9400;
}
.fira-sans-md {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
}
.fira-sans-reg {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
}
.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.transition-trianglular-clip-sm {
    -webkit-clip-path: polygon(50% 45px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 45px, 100% 0, 100% 100%, 0 100%, 0 0);
}
.transition-trianglular-clip {
    -webkit-clip-path: polygon(50% 90px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 90px, 100% 0, 100% 100%, 0 100%, 0 0);
}
.transition-trianglular-clip-xl {
    -webkit-clip-path: polygon(50% 135px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 135px, 100% 0, 100% 100%, 0 100%, 0 0);
}
/* .fw-bold{
    font-weight: bold;
} */
.bull p {
    background-image: url("./check-green.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: 34px;
}
.larger {
    font-size: 1.1em;
}
.ks {
    text-shadow: 0 0.06em 1px rgb(0 0 0 / 10%), 0 0 0.05em rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 0.03em 0.05em rgb(0 0 0 / 20%), 0 0.05em 0.1em rgb(0 0 0 / 25%), 0 0.1em 0.1em rgb(0 0 0 / 20%), 0 0.2em 0.2em rgb(0 0 0 / 15%);
}
.cta-button, .hs-button {
    font-family: Lato, Open Sans, sans-serif;
    font-weight: 900;
    line-height: 1.4em;
    text-align: center;
    background-color: #006400;
    position: relative;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 2px 2px 0 transparent, 0 1px 5px 0 transparent, 0 3px 1px -2px transparent;
    background-image: linear-gradient(180deg, #f0c14b, #f0c14b);
    border: 1px solid #fff;
    border-color: #a88734 #9c7e31 #846a29;
    border-radius: 5px;
    transition: all 0.4s;
    max-width: 500px;
    margin: 10px auto 16px;
    font-size: 30px;
    padding: 15px 12px 16px;
    text-decoration: none;
    color: #131313;
    letter-spacing: -0.3px;;
    width: 100%;
    text-shadow: 1px 1px 0 #f9ffac;
}
.cta-button:before, .hs-button:before {
    border-radius: 5px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
    z-index: -1;
    opacity: 0;
    background-image: linear-gradient(180deg, #ffdf28, #ffca11);
}
.cta-button:hover, .hs-button:hover {
    transition: all 0.4s;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0 5px 0 rgb(0 0 0 / 12%), 0 1px 1px -2px rgb(0 0 0 / 20%);
    color: #131313;
}
.cta-button:hover:before, .hs-button:hover:before {
    opacity: 1;
    transition: opacity 0.4s;
}
.hs-form-booleancheckbox{
    list-style: none !important;
}
.hs-form-booleancheckbox-display{
    width: 100% !important;
}
.hs-input[type="checkbox"]{
    float: left;
    max-width: 50px;

}
.custom-select{
    display: block;
    width: 100%;
    margin: 0.8em auto 0;
    border: 1px solid #999999;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
}
.myself-form span{

}
.inputs-list{
    padding-left:0px;
    margin-top:10px;
}
.hs-form {
    display: table;
    margin: 0 auto 2em;
    text-align: center;
    width:100%
}
.hs-input {
    display: block;
    width: 100%;
    margin: 0.8em auto 0;
    border: 1px solid #999999;
    border-radius: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
.hs-button {
    text-transform: uppercase;
    font-size: 1.2em !important;
    padding: 10px 50px;
    margin: 1em auto 0;
    display: table;
}
.hs_error_rollup {
    display: none;
}
.hs-error-msgs {
    list-style: none;
    font-size: 0.8em;
    padding-left: 0;
    margin-bottom: 0;
    color: #fe0000;
}
.friend-form{
    display:none;
}

.ctabox {

}
.card-body{
    padding:40px !important;
}
.img-grid .card {
    max-width: 280px;
    width: 100%;
    border-radius: 0;
}
.img-grid h5 {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
}
.img-grid .card-body p.small {
    font-size: 0.75em;
}
@media screen and (max-width:1199px){
    .s06:after {
        background-image: none;
    }
    .hs-button {
        padding: 10px 20px;
    }
}
@media screen and (max-width:991px){
    .s03 {
        background-image: none;
    }
    .forms-sec{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1.1em;
    }
    h1 {
        font-size: 2.5em;
    }
    .giga {
        font-size: 5em;
    }
    .strip{
        height:130px;
    }
    .smaller-sm{
        font-size: 2.0em;
    }
}
@media screen and (max-width: 525px) {
    h1 {
        font-size: 2.1em;
    }
    h2 {
        font-size: 1.1em;
    }
    h4, .h4, h5, .h5 {
        font-size: 0.8em;
    }
    .kilo {
        font-size: 2em;
    }
    .mega {
        font-size: 2em;
    }
    .s06 .giga {
        font-size: 2.5em;
    }
    .giga {
        font-size: 3em;
    }
    .bundle_price.mega {
        font-size: 4em;
    }
    .bundle_price.kilo {
        font-size: 3em;
    }
    h2.bundle_title {
        font-size: 1.6em;
    }
    h2.bundle_title span.subtitle {
        font-size: 0.65em;
    }

    .bg-whitish {
        background-image: linear-gradient(90deg, #dddddd, #FFFFFF, #ffffff, #dddddd);
        background-color: #2F591C;
    }
    .img-grid .card {
        max-width: 100%;
    }
    .img-grid h5 {
        font-size: 1.2em;
    }
    .hs-button {
        font-size: 1em !important;
        padding: 10px 20px;
    }
}
@media screen and (min-width: 992px) {
    .pa-center {
        transform: translate(0, -28%);
    }
   
}
@media screen and (max-width: 767px) {
    .s02{
        background-position:center;
    }
    .card-body{
        padding: 20px !important;
    }
}


.white-box{
    background-color: #ffffff;
    padding:30px ;
    border: 2px solid #000000;
    color:#000000;
}

.text-grey{
    color:#4D4D4D;
}
header{
  /*   background-image: url("./header-bg.png");
    clip-path: polygon(50% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
 */    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: linear-gradient( 180deg, transparent calc(100% - 300px), #fff), url("https://fb-v1.cdn-bio.com/assets/header2-bg-f22fde405433cb0830d0f85f8f952c15.png");
}
.u {
    line-height: 1.1;
    border-width: 0.08em;
    border-bottom: 0.120em solid #ABCC00;
    display: inline-block;
}
.w970{
    max-width: 970px !important;
}

header h3{
    line-height: 1.3;
}
.plus-img{
    position: relative;
    left: 135px;
    bottom: 120px;
}
@media screen and (max-width: 768px) {
    .w-100-sm{
        width: 100%;

    }
    header h3{
        font-size: 95%;
    }
    .larger{
        font-size: 100% !important;
    }
    header .subtitle{
        font-size: 85%;
    }
    .bull p {
        padding-left: 32px;
        background-size: 25px;
    }
    .green-box{
        padding:10px 10px;
    }
    .prize-img{
        max-width: 80%;
        max-width: a;
    }
    
    .time-section-wrap {
        min-width: 80px !important;
    }
}
@media screen and (max-width: 1024px) {
    .plus-img{
       display:none;
    }
    header{
    
        background-image: none;
        background-color:#fff;
    }
}
a, a:hover{
    color:black;
    border-bottom: 0.120em solid #ABCC00;
    text-decoration: none;
}
.prize-img::after{
    content: '+';
    font-size: 2.5rem;
    margin-left: 0.5rem;
    vertical-align: -1rem;
}
.header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
  }
  
  #myHeader{
      z-index: 2;
  }
  
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

.time-section-wrap {
    min-width: 100px;
    text-align: center;
    width: 15%;
}
.time-wrapper {
    font-size: 25px;
    font-weight: 600;
    margin: 0 10px 0.2em;
    padding: 0.3em 0;
    background-color: #252525;
    position: relative;
    z-index: 0;
    font-family: 'Oswald', sans-serif;
    border-radius:5px;
}
.time-name {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}
.ty-video{display: none;}

#exampleModal{
    display: block !important;
}
.logo-img{
max-width: 250px;
}