body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #252525;
    background-color: #fff
}

a {
    color: #9cc700;
    text-decoration: none
}

body,
html {
    overflow-x: hidden
}

li,
p,
ul {
    font-family: open sans, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: 0 !important
}

ol,
ul {
    padding-left: 0 !important
}

a,
a:hover {
    color: unset;
    text-decoration: none;
    background-color: unset
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    letter-spacing: 0 !important;
    color: #333;
    font-family: zilla slab, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important
}

h2,
h3 {
    color: #000
}

.text-green {
    color: #abcd00
}

h2 {
    line-height: 1.2
}

.page-container {
    max-width: 800px;
    margin: auto;
    padding-inline: 20px
}

.pop-events {
    position: relative
}

.pop-events-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px;
    z-index: 2147483647;
    user-select: none;
    width: 100%
}

.pop-events-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 380px;
    min-height: 85px;
    max-height: 500px;
    padding: 10px;
    overflow: hidden;
    color: #333;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    cursor: pointer
}

.pop-events-row {
    display: flex;
    align-items: center;
    gap: .5rem
}

.pop-events-image div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
    background-size: auto 50px;
    background-repeat: no-repeat
}

.pop-events-content {
    display: flex;
    flex-direction: column;
    white-space: pre-line
}

.pop-events-customer {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500
}

.pop-events-action {
    font-size: 12px;
    line-height: 12px
}

.pop-events-time {
    font-size: 12px
}

.pop-events-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 9999px;
    top: 13px;
    right: 13px;
    left: auto;
    color: #000;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    transition: all .25s ease-in-out;
    cursor: pointer;
    opacity: 0;
    z-index: 99999999999999
}

.pop-events-button svg {
    width: 100%
}

.pop-events-button:hover {
    transform: scale(1.1)
}

.pop-events:hover .pop-events-button {
    opacity: 1
}

@media(hover:none) {
    .pop-events-button {
        opacity: 1;
        transform: scale(1.1)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

img {
    max-width: 100%;
    height: auto
}

.caps {
    text-transform: uppercase
}

@media screen and (max-width:1200px) {
    h2 {
        font-size: 1.15rem
    }
    h3 {
        font-size: calc(1.3rem + 0.6vw)
    }
    p {
        font-size: .9rem !important
    }
}

.button-mobile {
    display: none
}

@media screen and (max-width:525px) {
    .button-mobile {
        display: block
    }
    .pop-events-wrapper {
        top: 0;
        bottom: auto
    }
    .sticky-button {
        position: -webkit-fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        border-top: 3px solid #fff;
        text-align: center;
        display: block;
        padding: 1em 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fe9400;
        color: #fff;
        font-weight: 700;
        font-size: 18px
    }
}

@media (max-width:1200px) {
    .mt-spec{
        margin-top: 10px !important;
    }
   
}
@media (min-width:1202px) {
    .mt-spec{
        margin-top: 100px !important;
    }
   
}
@media (min-width:992px) {
   
    .pt-spec{
        margin-top: 100px !important;
    }
    .section1 p {
        font-size: 130% !important;
    }
    .section3 img {
        max-width: 220px
    }
    
}
@media (max-width:640px) {
    .margin-top-sm{margin-top:20px !important}
    .margin-top-sm40{margin-top:40px !important}
    .text-center-xsm{text-align: center;}
}
@media (max-width:991px) {
    .mt-spec{
        font-size: 2.2rem !important;
    }
    .section1 p{
        font-size: 100% !important;
    }
    .pb-20{padding-bottom:20px;}

    .section3 img{
        max-width: 150px !important;
    }
    .text-center-sm{
        text-align: center !important;
    }
    .white-box{background-color: white;
        padding:10px; margin-top: 40px; min-height: 470px;}
    
        .mb-spec{margin-bottom: 40px !important;}
        .pt-spec-sm{padding-top: 70px;}
        .mt-spec-sm{margin-top: 40px !important;}
}
.section1, .section4{
    background-color: #f1f1f1;
    padding-block: 20px
}

.text-black{
    color:#000
}

.learn-more-button{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #f28800;
    border-radius: 0px;
    background: #fe9400;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.learn-more-button:hover{
    border: 1px solid #272727;
    background: #333333;
    color:white;
}
.product-name-link{
    color: #4d4d4d;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
}

.section2 img {
    max-width: 200px;
    border-radius: 3px
}
.section4 img {
    max-width: 200px;
    border-radius: 3px
}

.section4 img {
    max-width: 200px;
    border-radius: 3px
}

.section4 .col-lg-3{
    background-color: white !important;
    padding:0px 15x;
}

h4 {
    font-family: Open Sans, sans-serif !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 3px
}

.section3 {
    background-image: linear-gradient(180deg, #f4f9e6 0%, rgba(255,255,255,0) 40%);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg-full-grey{
    background-color:#f9f9f9;
}

.section5 {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover
}
.section5 img {
    max-width: 220px
}
.section3 .wrapper div {
    max-width: 1024px;
    margin-inline: auto
}


.bg-down-grey{
    background-image: linear-gradient(180deg, rgba(241,241,241,0) 40%, #f9f9f9 40%);
    padding: 10px;
}
.text-left{
    text-align: left;
}
.section3 .wrapper .button p {
    padding: 12px 24px;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-color: #000;
    border-width: 3px;
    border-radius: 0
}

.section3 .wrapper .button p:hover {
    border: 3px solid #f28800;
    border-color: #fe9400;
    background-color: #f28800;
    color: #fff
}

@media screen and (max-width:767px) {
    .section1 .bio-review {
        padding: 20px
    }
    h1 {
        font-size: 2rem
    }

}

@media screen and (max-width:768px) {
    .margin-top-sm30{
        margin-top: 30px !important;
    }

}
.pb-spec{
    padding-bottom:40px
}
.text-right{text-align: right;}
