    /* @import url(./vendor/fontawesome/all.min.css);
    @import url(./vendor/keen-slider.css);
    @import url(./vendor/glightbox.css); */


    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS. 
* ----------------------------------------------------------------------------------------
*/

    * {
        -webkit-font-smoothing: antialiased;
    }

    body {
        color: #1e2120;
        font-family: 'Poppins', 'sans serif';
        font-display: swap;
        font-size: 1rem;
        font-weight: 400;
        text-rendering: optimizeLegibility;
    }

    :root {
        --color-white: #ffffff;
        --color-accent: #27daaa;
        --color-accent-lighter: #1b987629;
        --color-primary: #1b9876;
        --color-primary-dark: #0f5744;
        --color-gray: #f4f4f4;
    }

    ::selection {
        background: var(--color-accent);
        color: #ffffff;
    }

    a:hover {
        text-decoration: none;
    }

    .fixid {
        background: var(--color-accent);
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    }

    label {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    input,
    textarea {
        padding: 10px;
        font-size: 13px;
        width: 100%;
        color: var(--color-primary);
        background: transparent;
        border: 2px solid rgba(25, 26, 30, .5);
        border-radius: 3px;
    }

    textarea {
        height: 150px;
    }

    .goverlay {
        background: var(--color-accent);
    }

    .linkbtn {
        background: var(--color-primary);
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 50px;
    }

    .linkbtn:hover {
        color: #ffffff;
    }

    .navigation-wrapper {
        position: relative;
    }

    .dots {
        display: flex;
        padding: 5px 0;
        justify-content: center;
    }

    .dot {
        border: none;
        width: 20px;
        height: 2px;
        background: var(--color-primary);
        border-radius: 3px;
        margin: 10px 5px;
        padding: 3px;
        cursor: pointer;
    }

    .dot:focus {
        outline: none;
    }

    .dot--active {
        background: var(--color-primary);
    }

    #mainwrap {
        background-color: transparent;
    }

    .bold {
        font-weight: bold;
    }

    .col-md-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .section .subtitle {
        font-size: 1.3rem;
    }

    .card {
        padding: 2rem;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
        ;
    }

    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS. 
- other things
* ----------------------------------------------------------------------------------------
*/

    /*

Main Color: var(--color-primary) rgba(8, 64, 56, 1)
Snd Color: var(--color-accent) rgba(27, 200, 177, 1)

Test Color:
Snd Test Color:

*/

    .sectionblock.extrapage {
        min-height: 0vh;
    }

    .supercenterflex {
        text-align: center !important;
        align-items: center !important;
        display: flex !important;
        justify-content: center;
    }

    .supercenter {
        text-align: center !important;
        align-items: center !important;
    }

    .btn {
        border: 0;
        font-size: 1.1rem;
        font-weight: 600;
        padding: .6rem 1rem;
        border-radius: 50px;
    }

    .btn-lg {
        font-size: 1.3rem;
        padding: 1rem 1.5rem;
    }

    .btn-primary {
        border: 0 !important;
        color: #ffffff;
        background: var(--color-primary);
        box-shadow: 0 10px 15px #1b9876c2;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
        background: var(--color-primary) !important;
        border: 0 !important;
        box-shadow: 0 10px 15px #1b9876c2;
    }

    .btn-secondary {
        color: var(--color-primary);
        background: transparent;
        box-shadow: 0 0 0 3px var(--color-primary) inset;
        transition: all .3s;
    }

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: var(--color-white);
        background: var(--color-primary) !important;
    }

    .btn-accent {
        color: var(--color-primary-dark);
        background: var(--color-accent);
        box-shadow: 0 10px 15px #27daaa80;
    }

    .btn-accent:hover,
    .btn-accent:focus {
        background: var(--color-accent);
        box-shadow: 0 10px 15px #27daaa80;
    }

    .buttons-main-div {
        margin-top: 2rem;
    }

    .buttons-main-div .btn-secondary {
        color: var(--color-primary-dark);
        background: #ffffff;
        margin: 1rem;
        font-size: 18px;
        padding: 0.6rem 1rem;
    }

    .buttons-main-div .btn-secondary:hover {
        color: #ffffff;
        background: var(--color-primary-dark);
    }

    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
* ----------------------------------------------------------------------------------------
*/






    /*
* ----------------------------------------------------------------------------------------
* 02.HEADER SECTION. 
* ----------------------------------------------------------------------------------------
*/
    #header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.2rem 30px;
        position: fixed;
        background: #fff;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
        width: 100%;
        z-index: 999;
        backdrop-filter: blur(5px) contrast(100%);
        -webkit-backdrop-filter: blur(5px) contrast(100%);
        transition: all .3s;
    }

    /*
* ----------------------------------------------------------------------------------------
* 02.HEADER SECTION. 
- navigation
* ----------------------------------------------------------------------------------------
*/

    .navpage__wrap {
        margin: 0;
    }

    .navpage__wrap li {
        list-style: none;
        display: inline-block;
        margin: 0 .3rem;
        line-height: 40px;
    }

    .navpage__wrap li a {
        font-weight: 600;
        font-size: 1.1rem;
        position: relative;
        color: var(--color-primary-dark);
        z-index: 1;
        padding: .5rem 1rem;
        border-radius: 50px;
        transition: all .3s;
    }

    .navpage__wrap li a:hover {
        text-decoration: none;
        background: #1b987629;
    }

    .navpage__wrap li a.activelink {
        color: var(--color-primary-dark);
        background: var(--color-accent);
    }

    .navicon {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 90px;
        height: 110px;
        cursor: pointer;
        z-index: 22;
        border-radius: 25px;
    }

    .navicon__bar {
        width: 18px;
        height: 1px;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0);
        transition: all .3s;
    }

    .navicon__bar:before,
    .navicon__bar:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background: var(--color-primary);
    }

    .navicon:hover .navicon__bar:before,
    .navicon:hover .navicon__bar:after {
        background: var(--color-primary);
    }

    .navicon__bar:before {
        transform: rotate(0deg) translate(0px, -4px);
    }

    .navicon__bar:after {
        transform: rotate(0deg) translate(0px, 4px);
    }

    .navicon.active .navicon__bar:before {
        transform: rotate(-45deg) translate(0px, 0px);
    }

    .navicon.active .navicon__bar:after {
        transform: rotate(45deg) translate(0px, 0px);
    }

    .navicon.active:hover .navicon__bar .navicon__bar:before {
        transform: rotate(0deg) translate(0px, 0px);
    }

    .navicon.active:hover .navicon__bar .navicon__bar:after {
        transform: rotate(0deg) translate(0px, 0px);
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: auto;
        z-index: 2;
        top: -100%;
        display: none;
        background: var(--color-accent);
        padding: 100px 0 20px 0;
        border-bottom: 1px solid var(--color-primary);
    }

    .overlay__listnav {
        padding: 0 0 0 20px;
    }

    .overlay__listnav li {
        list-style: none;
        margin: 10px 0;
    }

    .overlay__listnav li a {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        color: var(--color-primary);
        padding: 5px 10px;
        border-radius: 50px;
    }

    .overlay__listnav li a:hover {
        color: #ffffff;
        text-decoration: none;
        background: var(--color-primary);
    }

    .openmenu .overlay {
        display: block;
        top: -1px;
    }

    .navdropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin-top: 4px;
        border-radius: 20px;
    }

    .navdropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-radius: 0 !important;
    }

    .navdropdown-content a:first-child {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    .navdropdown-content a:last-child {
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .navdropdown-content a:hover {
        background-color: #ddd;
    }

    .navdropdown:hover .navdropdown-content {
        display: block;
    }

    .workshopNav {
        position: relative;
        border-radius: 50px;
        border: solid #0f5744 1px;
        background: linear-gradient(0deg, #0f5744, #1b9876);
    }

    .workshopNav:hover {
        background: #1b9876;
    }

    .workshopNav:before,
    .workshopNav:after {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        border-radius: 50px;
        background: linear-gradient(45deg, #0f5744, #188d44, #1b9876);
        background-size: 400%;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        z-index: -1;
        animation: steam 20s linear infinite;
    }

    .workshopNav a {
        color: white !important;
    }

    @keyframes steam {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: 400% 0;
        }

        100% {
            background-position: 0 0;
        }
    }

    .workshopNav:after {
        filter: blur(15px);
    }

    /*
* ----------------------------------------------------------------------------------------
* 03.HEADER SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #sec-home {
        padding-top: 100px;
        background: url(../asset/images/bg-home.webp);
    }

    #sec-home {
        /* background: linear-gradient(to left, rgba(15, 87, 68, .7), rgba(15, 87, 68, .7)), url(../asset/images/header_background.png) no-repeat center fixed; */
        background-color: var(--color-accent);
        background-size: cover;
    }

    #homesection .headerimg.extrapage {
        background-color: var(--color-accent-lighter);
        min-height: 210px;
        padding-top: 120px;
    }

    .headerimg.extrapage {
        margin-bottom: 30px;
    }

    @media (min-width: 776px) {
        .headerimg.extrapage {
            margin-bottom: 60px;
        }
    }

    .imageabsolut {
        background-color: var(--color-white);
    }

    #showcasesection {
        background-color: var(--color-gray);
        text-align: center;
        align-items: center;
    }

    #showcasesection .container {
        max-width: 70%;
    }

    .headerinfo.extrapage {
        margin: 0;
    }

    .headerinfo h3 {
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 1rem;
    }

    .headerinfo.extrapage h3 {
        color: var(--color-primary);
        text-transform: uppercase;
        margin: 0;
        width: 100%;
        font-weight: 600;
    }

    .headerinfo p {
        color: #ffffff;
        margin: auto;
        margin-bottom: 1rem;
        font-size: 22px;
    }

    /*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #aboutsection,
    #aboutsectionhome {
        background: var(--color-primary);
        height: auto;
        padding: 0 0 0;
        min-height: 0vh;
        background-color: #ffffff;
    }

    #aboutsectionhome {
        padding: 0;
    }

    #aboutsection h4 {
        color: var(--color-primary-dark);
        font-weight: bold;
        text-transform: uppercase;
    }

    .aboutus {
        font-size: 1.2rem;
    }

    #aboutsection .aboutus p {
        padding-bottom: 0;
    }

    .aboutus p {
        margin-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 0;
        color: var(--color-primary-dark)
    }

    /*
* ----------------------------------------------------------------------------------------
* 05.EXTRA SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #extrasection {
        background: var(--color-primary);
        height: auto;
        min-height: 100vh;
        text-align: center;
        background-color: #ffffff;
    }

    /*
* ----------------------------------------------------------------------------------------
* 05.SERVICE SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #servicesection {
        background: var(--color-gray);
        height: auto;
        min-height: 0;
    }

    #servicesection .container {
        /* max-width: 90%; */
    }

    #servicesection.extrapage .container {
        max-width: 60%;
        padding-top: 3rem;
    }

    #servicesection h3 {
        color: var(--color-primary-dark);
    }

    #servicesection .servicediv img {
        height: 110px;
        margin-bottom: 30px;
        width: auto;
    }

    #servicesection .supercenterflex img {
        height: 50px;
        width: auto;
    }

    #servicesection .servicediv h4 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 1rem;
        color: var(--color-primary-dark);
    }

    #servicesection p {
        margin-bottom: 5rem;
        color: var(--color-primary-dark);
    }

    #servicesection .servicediv p {
        margin-bottom: 0;
    }

    #servicesection a {
        color: var(--color-primary-dark);
        font-weight: bold;
    }

    #servicesection a:hover {
        opacity: .8;
    }

    #servicesection.extrapage .serviceBox h3 {
        margin-bottom: 2rem;
    }

    .serviceBox {
        color: var(--color-primary-dark);
        font-family: 'Poppins', sans-serif;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .serviceBox img {
        height: 140px;
        width: auto;
        margin-bottom: 2rem;
    }

    .serviceBox .title {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox .description {
        color: #666;
        font-size: 13px;
        line-height: 23px;
        border-bottom: 1px solid var(--color-primary-dark);
        margin: 0;
        padding-bottom: 5rem;
    }

    /*
* ----------------------------------------------------------------------------------------
* 05.SERVICE SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #showcasesection h3 {
        font-size: 2rem;
        font-weight: bold;
        color: var(--color-primary-dark);
        text-transform: uppercase;
    }

    #showcasesection p {
        margin-bottom: 5rem;
        font-size: 16px;
        color: var(--color-primary-dark);
    }

    #showcasesection a {
        color: var(--color-primary-dark);
        font-weight: bold;
    }

    #showcasesection a:hover {
        opacity: .8;
    }

    #showcasesection .showcasedivtitle {
        margin-top: 1rem;
    }

    #showcasesection .showcasedivtitle h4 {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--color-primary-dark);
        text-transform: uppercase;
    }

    /*
* ----------------------------------------------------------------------------------------
* 05.COFFEE SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #coffeesection {
        background: #ffffff;
        text-align: center;
    }

    #coffeesection.sectionblock {
        min-height: 0;
    }

    #coffeesection h3 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--color-primary-dark);
    }

    /*
* ----------------------------------------------------------------------------------------
* 06.BENEFITS SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #benefitssection {
        background: linear-gradient(to left, rgba(15, 87, 68, .7), rgba(15, 87, 68, .7)), url(../asset/images/header_background2.jpg) no-repeat center fixed;
        background-size: cover;
        height: auto;
        padding: 0 0 0;
        min-height: 0vh;
    }

    #benefitssection.extrapage {
        background: #ffffff;
    }

    #benefitssection.extrapage .benefitsbuttondiv {
        width: 100%;
        text-align: center;
    }

    #benefitssection.extrapage .benefitssources span {
        font-size: 14px;
        font-weight: bold;
        margin-right: .5rem;
    }

    .benefitsBox {
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
        min-height: 500px;
    }

    @media (min-width: 776px) {
        .benefitsBox {
            min-height: 420px;
        }
    }

    @media (min-width: 1024px) {
        .benefitsBox {
            min-height: 450px;
        }
    }

    @media (min-width: 1600px) {
        .benefitsBox {
            min-height: 380px;
        }
    }


    .benefitsBox .btn {
        margin-top: auto;
    }

    .benefitsButton a {
        line-height: 16px;
        font-size: 16px;
        text-transform: uppercase;
        padding: .6rem 1rem .6rem;
        margin: auto;
        background: var(--color-primary);
        border-radius: 20px;
        color: #ffffff;
    }

    .benefitsButton a:hover,
    .benefitsButton a:focus {
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
        ;
        background: #ffffff;
    }

    .benefitsBox h3 {
        color: var(--color-primary);
        text-shadow: none !important;
    }

    .benefitsBox .title {
        color: ;
        font-size: 1.8rem;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .benefitsBox .description {
        color: #666;
        line-height: 23px;
        margin-bottom: 1.5rem;
    }

    .swiper {
        padding-bottom: 50px;
    }

    .swiper-pagination {
        margin-bottom: -10px;
    }

    .swiper-pagination-bullet {
        background: #fff;
    }

    .swiper-pagination-bullet-active {
        background: var(--color-accent);
    }


    /*
* ----------------------------------------------------------------------------------------
* 07.DISEASE SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #sec-disease {
        background: var(--color-white);
        height: auto;
        padding: 0 0 0;
        min-height: 0vh;
    }

    #sec-disease.extrapage h3 {
        margin-bottom: 2rem;
    }

    #sec-disease.extrapage h4.subtitle {
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
        color: var(--color-primary-dark);
    }

    #sec-disease.extrapage p {
        font-size: 18px;
        text-align: justify;
    }

    #sec-disease.extrapage p b {
        color: var(--color-primary-dark);
    }

    #sec-disease.extrapage .diseasebuttondiv {
        width: 100%;
    }

    #sec-disease.extrapage .diseasesources p {
        font-size: 12px;
    }

    #sec-disease.extrapage p i {
        margin-right: 1rem;
    }

    #sec-disease.extrapage .diseasesources span {
        font-size: 14px;
        font-weight: bold;
        margin-right: .5rem;
    }

    #sec-disease.extrapage .disease_title {
        line-height: 3rem;
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
        text-transform: uppercase;
        color: var(--color-primary-dark);
    }

    #sec-disease .diseaseSuperBox {
        color: var(--color-primary-dark);
        background-color: var(--color-white);
        margin-bottom: 2rem;
    }

    #sec-disease .diseaseSuperBox .diseaseSuperImageDiv {
        background: linear-gradient(to left, rgba(15, 87, 68, .7), rgba(15, 87, 68, .7)), url(../asset/images/cbdoldman.webp) no-repeat center;
        background-size: cover;
        border-radius: 20px;
    }

    #sec-disease .diseaseSuperBox .diseaseSuperTextDiv {
        padding: 2rem 3rem 2.6rem 4rem;
        font-size: 16px;
    }

    #sec-disease .diseaseSuperBox .diseaseSuperTextDiv h3 {
        margin-bottom: 1rem;
    }

    #sec-disease .diseaseSuperBox .diseaseSuperTextDiv p:last-of-type {
        margin-bottom: 2rem;
    }

    #sec-disease .diseaseBox {
        color: var(--color-primary-dark);
        font-family: 'Poppins', sans-serif;
        text-align: center;
        padding: 15px;
        position: relative;
        z-index: 1;
        background-color: var(--color-white);
        border-radius: 20px;
        height: 100px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .diseaseBox i {
        font-size: 50px;
        margin-right: 1rem;
        position: absolute;
        padding-left: 1rem;
    }

    .diseaseBox h4 {
        margin: 0;
        font-size: 18px;
        text-align: left;
        padding-left: 6rem;
        width: 100%;
        font-weight: bold;
    }

    #sec-disease .diseaseBox:hover,
    #sec-disease .diseaseBox:focus {
        background: var(--color-primary-dark);
        color: var(--color-white);
    }

    #sec-disease .diseasetitle p {
        margin-bottom: 5rem;
        font-size: 16px;
        color: var(--color-primary-dark);
    }

    #sec-disease .diseasetitle a {
        color: var(--color-primary-dark);
        font-weight: bold;
    }

    #sec-disease .diseasetitle a:hover {
        opacity: .8;
    }

    /* 
    
    DYNAMIC FRAMES

    */

    #summarysection {
        min-height: 0;
        background: var(--color-white);
    }

    #summarysection .container {
        max-width: 70%;
    }

    #summary {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }

    #summary div.summaryindex {
        color: var(--color-primary-dark);
        background: var(--color-white);
        border-radius: 30px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 1rem;
        min-width: 300px;
        margin: auto;
        text-transform: uppercase;
        width: 340px;
        display: block;
        flex: 1 0;
        border: 2px solid #27daaa;
        margin: 15px;
    }

    #summary div.summaryindex:hover {
        background: var(--color-accent);
        color: var(--color-white);
        cursor: pointer;
    }

    #summary div.row {
        margin-bottom: 2rem;
    }

    #summary h4:first-child {
        padding: 0 !important;
    }

    .hide {
        display: none;
    }

    /*
* ----------------------------------------------------------------------------------------
* 08.BRANDS SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #brandssection {
        min-height: 0;
        background: var(--color-accent-lighter);
    }

    #brandssection h3 {
        font-size: 2rem;
        font-weight: bold;
        color: var(--color-primary-dark);
        text-transform: uppercase;
    }

    #brandssection .brandsdiv {
        max-width: 100%;
        height: 160px;
        margin: auto;
    }

    #brandssection .brandsdiv img {
        margin: auto;
        max-width: 220px;
        max-height: 60px;
        height: auto;
        width: auto;
    }

    /*
* ----------------------------------------------------------------------------------------
* 08.BLOG SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #blogsection.sectionblock {
        min-height: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../asset/images/midiabg.jpg) no-repeat center fixed;
        background-size: cover;
    }


    #blogsection a.bold {
        color: var(--color-primary-dark);
    }

    #blogsection a.bold:hover {
        opacity: .8;
    }

    #blogsection .midiadiv {
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
        display: block;
        max-width: 400px;
        margin: auto;
        padding: 0;
        margin-bottom: 3rem;
        box-shadow: 0 20px 30px #00000038;
    }

    #blogsection .midiadiv .midiaheader {
        background-color: #ffffff;
        height: 160px;
        text-align: center;
        padding: 0;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        position: relative;
    }

    #blogsection .midiadiv .midiaheader .jornallogo {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--color-white);
        height: 50px;
        padding: 10px 10px 10px;
        width: auto;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    #blogsection .midiadiv .midiaheader .jornallogo img {
        height: 30px;
        width: auto;
        margin: auto;
    }

    #blogsection .midiadiv .midiaheader.midia1 {
        background: linear-gradient(to left, rgba(15, 87, 68, .5), rgba(15, 87, 68, .5)), url(../asset/images/midia/midia1.jpg) no-repeat center;
        background-size: cover;
    }

    #blogsection .midiadiv .midiaheader.midia2 {
        background: linear-gradient(to left, rgba(15, 87, 68, .5), rgba(15, 87, 68, .5)), url(../asset/images/midia/midia2.webp) no-repeat center;
        background-size: cover;
    }

    #blogsection .midiadiv .midiaheader.midia3 {
        background: linear-gradient(to left, rgba(15, 87, 68, .5), rgba(15, 87, 68, .5)), url(../asset/images/midia/midia3.webp) no-repeat center;
        background-size: cover;
    }

    #blogsection .midiadiv .midiaheader img {
        margin: auto;
        max-width: 250px;
        max-height: 75px;
        height: auto;
        width: auto;
    }

    #blogsection .midiadiv .midiabody {
        text-align: left;
        padding: 2rem;
    }

    #blogsection .midiadiv .midiabody .title {
        color: var(--color-primary-dark);
        margin-bottom: 1rem;
        font-weight: 600;
        line-height: 1.3;
    }

    #blogsection .midiadiv .midiabody p {
        color: var(--color-primary-dark);
        margin-bottom: 1.5rem;
    }

    #blogsection .midiadiv .midialink {
        text-align: center;
    }

    #blogsection .midiadiv {
        transition: all 0.3s ease-in-out;
    }

    #blogsection .midiadiv:hover,
    #blogsection .midiadiv:focus {
        transform: scale(1.02);
        cursor: pointer;
    }

    #blogsection .midiadiv:hover>.midialink a,
    #blogsection .midiadiv:focus>.midialink a {
        color: var(--color-primary);
        background: var(--color-white);
        text-shadow: none;
    }

    #blogsection .midiadiv .midialink a {
        color: var(--color-white);
        text-shadow: none;
        display: block;
        width: 100%;
        border-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background: var(--color-primary);
        border-color: var(--color-primary);
    }

    #blogsection .midiadiv .midialink a:hover,
    #blogsection .midiadiv .midialink a:focus {
        color: var(--color-primary);
        background: var(--color-white);
        text-shadow: none;
    }


    /*
* ----------------------------------------------------------------------------------------
* 10.CONTACT SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #contactsection {
        height: auto;
        min-height: auto;
        background-color: var(--color-primary);
        background-size: cover;
        color: #ffffff;
    }

    .contactdetail__title {
        font-size: 30px;
        font-weight: 600;
    }

    .contactdetail__list {
        padding: 0;
    }

    .contactdetail__list li {
        list-style: none;
        position: relative;
        margin: 20px 0;
    }

    .contactdetail__span {
        font-weight: 600;
    }

    .contactdetail__sosmed {
        padding: 0;
    }

    .contactdetail__sosmed li:first-child {
        margin: 10px 10px 0 0;
    }

    .contactdetail__sosmed li {
        list-style: none;
        margin: 10px 10px 10px;
        display: inline-block;
    }

    .contactdetail__sosmed li a {
        color: var(--color-primary);
        font-size: 30px;
    }

    /*
* ----------------------------------------------------------------------------------------
* 11.FOOTER SECTION. 
* ----------------------------------------------------------------------------------------
*/
    #footerwrap {
        background: var(--color-primary);
        /* background: transparent; */
    }

    .footwrap p {
        font-size: 13px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 2rem;
    }

    .footer-basic {
        padding: 0 0 0;
        color: #ffffff;
    }

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic li {
        padding: .5rem 10px .5rem;
    }

    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }

    .footer-basic ul a:hover {
        opacity: 1;
    }

    .footer-basic li a:hover {
        text-decoration: none;
        color: var(--color-primary);
        background: #ffffff;
    }

    .footer-basic .social {
        text-align: center;
        padding-bottom: 1rem;
    }

    .footer-basic .social>a {
        font-size: 45px;
        width: 80px;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        margin: auto;
        color: inherit;
        opacity: 0.75;
    }

    .footer-basic .social svg {
        width: 30px;
        height: 30px;
    }

    .footer-basic .social>a:hover {
        opacity: 0.9;
    }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }

    .btn-whatsapp {
        background-color: transparent;
        background-image: linear-gradient(180deg, #25D366 0, #188d44 100%);
        border-radius: 15px 15px 0 0;
        padding: 13px 16px 12px;
        display: flex;
        align-content: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        right: 30px;
        box-shadow: 0 0 20px -5px #0e2b1975;
        z-index: 999999;
    }

    /*
* ----------------------------------------------------------------------------------------
* 10.FAQ SECTION. 
* ----------------------------------------------------------------------------------------
*/

    #faqsection {
        background: var(--color-accent);
        padding-bottom: 3rem;
    }

    #faqsection.sectionblock {
        min-height: 0vh;
    }

    #faqsection .wrapper {
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 20px 25px -10px rgba(0, 0, 50, 0.2);
    }

    #faqsection .toggle {
        color: var(--color-primary-dark);
        font-weight: 500;
        width: 100%;
        background-color: transparent;
        display: flex;
        font-size: 18px;
        border: 0;
        outline: 0;
        cursor: pointer;
        padding: 20px 30px;
        position: relative;
    }

    #faqsection .content {
        position: relative;
        line-height: 30px;
        height: 0;
        overflow: hidden;
        transition: all .5s;
        padding: 0 30px;
    }

    #faqsection .content p {
        margin-bottom: 30px;
    }

    #faqsection .icon {
        background-repeat: no-repeat;
        background-size: 16px;
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    #faqsection .icon-plus {
        background-image: url('../asset/images/icons/icon-plus.svg');
    }

    #faqsection .icon-minus {
        background-image: url('../asset/images/icons/icon-remove.svg');
    }

    #faqsection span {
        font-weight: 400;
        color: white;
    }

    /*
* ----------------------------------------------------------------------------------------
* 11. WORKSHOP. 
* ----------------------------------------------------------------------------------------
*/

    #participantessection {
        min-height: 100vh;
    }

    p.workshopSubTitle {
        font-size: 1.6rem !important;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    p.participanteTitle {
        font-size: 1.2rem !important;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: 0;
        width: 100%;
    }

    p.participanteDesc {
        padding-top: 1rem;
        font-size: 1rem !important;
        text-align: justify;
        margin-bottom: 0;
    }

    p.crmTitle {
        font-size: 1.2rem !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    p.exTitle {
        font-size: 1.2rem !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .participantesBox {
        background: #f8f4e5;
        width: 100%;
        border: 2px solid black;
        box-shadow: 15px 15px 1px #1b9876, 15px 15px 1px 2px black;
        text-align: center;
        padding: 3rem;
    }

    .participantesBox img {
        width: 100%;
        height: auto;
    }

    .participantesBox .social {
        text-align: center;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .participantesBox .social>a {
        font-size: 45px;
        width: 80px;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        margin: auto;
        color: inherit;
        opacity: 0.75;
    }

    .participantesBox .social svg {
        width: 30px;
        height: 30px;
    }

    .participantesBox .social>a:hover {
        opacity: 0.9;
        color: black;
    }

    @import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");

    * {
        margin: 0;
        padding: 0;
    }

    #workshop {
        padding-top: 2.5rem;
        /* background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/38816/image-from-rawpixel-id-2210775-jpeg.jpg") center center no-repeat; */
        background-size: cover;
        background: linear-gradient(to left, rgba(15, 87, 68, .9), rgba(15, 87, 68, .9)), url(../asset/images/header_background2.jpg) no-repeat center fixed;
    }

    .workshopContent {
        display: flex;
        justify-content: center;
    }

    .workshopInput {
        height: 100vh;
        /* display: grid; */
        /* align-items: center; */
        /* justify-items: center; */
        text-align: center;
        padding: 5rem;
    }

    .workshopInput p {
        color: white;
    }

    .workshopInput p span {
        font-weight: bold;
        font-size: 2rem;
        color: #a2e846;
        text-transform: uppercase;
    }

    .contact-us {
        background: #f8f4e5;
        max-width: 30vw;
        padding: 50px 100px;
        border: 2px solid black;
        box-shadow: 15px 15px 1px #1b9876, 15px 15px 1px 2px black;
    }

    #workshopdetailsection {
        background: #a2e846;
        min-height: 100vh;
    }

    #workshopdetailsection p.workshopDetailTitle {
        margin-bottom: 2rem;
    }

    .workshopDetailBox {
        background: #f8f4e5;
        width: 100%;
        border: 2px solid black;
        box-shadow: 15px 15px 1px #1b9876, 15px 15px 1px 2px black;
        text-align: center;
        padding: 3rem;
    }

    p.workshopDetailDesc {
        padding-top: 1rem;
        font-size: 1rem !important;
        text-align: justify;
        margin-bottom: 0;
    }

    p.workshopDetailSubTitle {
        font-size: 1.2rem !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    input {
        display: block;
        width: 100%;
        font-size: 12pt;
        line-height: 28pt;
        margin-bottom: 28pt;
        border: none;
        border-bottom: 5px solid #0f5744;
        background: #f8f4e5;
        min-width: 250px;
        padding-left: 5px;
        outline: none;
        color: black;
    }

    input:focus {
        border-bottom: 5px solid #1b9876;
    }

    button {
        display: block;
        margin: 0 auto;
        line-height: 28pt;
        padding: 0 10px;
        background: #0f5744;
        width: 100%;
        /* letter-spacing: 2px; */
        transition: 0.2s all ease-in-out;
        outline: none;
        border: 1px solid black;
        box-shadow: 3px 3px 1px 1px #1b9876, 3px 3px 1px 2px black;
        margin-top: 2rem;
        font-weight: bold;
        color: white;
    }

    button:hover {
        background: #1b987629;
        color: #0f5744;
        border: 1px solid black;
    }

    a.workshopButton {
        display: block;
        margin: 0 auto;
        line-height: 28pt;
        padding: 0 10px;
        background: #0f5744;
        width: 100%;
        /* letter-spacing: 2px; */
        transition: 0.2s all ease-in-out;
        outline: none;
        border: 1px solid black;
        box-shadow: 3px 3px 1px 1px #1b9876, 3px 3px 1px 2px black;
        text-align: center;
        color: white;
        font-weight: bold;
    }

    a.workshopButton:hover {
        background: #1b987629;
        color: #0f5744;
        border: 1px solid black;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
        border-bottom: 5px solid #95a4ff;
        -webkit-text-fill-color: #2A293E;
        -webkit-box-shadow: 0 0 0px 1000px #f8f4e5 inset;
        transition: background-color 5000s ease-in-out 0s;
    }

    .checkbox-wrapper-1 *,
    .checkbox-wrapper-1 ::after,
    .checkbox-wrapper-1 ::before {
        box-sizing: border-box;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted {
        margin: 0;
        width: 0;
        height: 0;
        display: inline;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .checkbox-wrapper-1 label {
        color: rgba(0, 0, 0, .5);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted+label:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        height: 1.15em;
        width: 1.15em;
        margin-right: 0.6em;
        color: rgba(0, 0, 0, 0.275);
        border: solid 0.06em;
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
        border-radius: 0.2em;
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
        background-size: 0;
        will-change: color, border, background, background-size, box-shadow;
        transform: translate3d(0, 0, 0);
        transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active+label:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:enabled+label:active:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
        background-color: #f0f0f0;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:checked+label:before {
        background-color: #0f5744;
        background-size: 0.75em;
        color: rgba(0, 0, 0, 0.075);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active+label:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled+label:active:before {
        background-color: #0f5744;
        color: rgba(0, 0, 0, 0.275);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:focus+label:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(39, 218, 170, 0.55), 0 0 0 5px rgba(39, 218, 170, 0.3);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:focus:active+label:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:focus+label:active:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(39, 218, 170, 0.55), 0 0 0 5px rgba(39, 218, 170, 0.3);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:disabled+label:before {
        opacity: 0.5;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark+label:before {
        color: rgba(255, 255, 255, 0.275);
        background-color: #222;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active+label:before,
    .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled+label:active:before {
        background-color: #444;
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked+label:before {
        background-color: #a97035;
        color: rgba(255, 255, 255, 0.075);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active+label:before,
    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled+label:active:before {
        background-color: #c68035;
        color: rgba(0, 0, 0, 0.275);
    }

    /*
* ----------------------------------------------------------------------------------------
* 12. COUNTER
* ----------------------------------------------------------------------------------------
*/

    #workshopVideo {
        background-image: url('https://www.shutterstock.com/shutterstock/videos/1060345952/thumb/5.jpg?ip=x480');
        background-repeat: no-repeat;
        background-position: center;
        width: 300px;
        height: 200px;
        margin: auto;
    }

    #workshopVideoWrap {
        background: url('http://www.edu.uwo.ca/img/click_to_play.png') no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .counter {
        display: grid;
        min-height: 100%;
    }

    .counter .container {
        position: relative;
        margin: auto;
        overflow: hidden;
        width: 650px;
        height: 100%;
    }

    .counter h1 {
        text-align: center;
        margin-top: 1rem;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #a2e846;
    }

    .counter #timer {
        color: #f6f4f3;
        text-align: center;
        text-transform: uppercase;
        font-size: .7rem;
        font-weight: bold;
        margin-top: 25%;
    }

    .counter .days,
    .counter .hours,
    .counter .minutes,
    .counter .seconds {
        display: inline-block;
        padding: 20px;
        width: 100px;
        border-radius: 5px;
    }

    .counter .days {
        background: #0c4637;
    }

    .counter .hours {
        background: #126851;
    }

    .counter .minutes {
        background: #18896b;
    }

    .counter .seconds {
        background: #1dab85;
    }

    .counter .numbers {
        color: white;
        font-size: 4em;
    }

    .counter .white {
        position: absolute;
        background: #f6f4f3;
        height: 85px;
        width: 75px;
        left: 30%;
        top: 2%;
    }

    .counter .white .triangle {
        border-bottom: 14px solid #f6f4f3;
    }

    .counter .white .string {
        background: #f6f4f3;
        border: 1px solid #f6f4f3;
    }

    .counter .baloon1 {
        position: absolute;
        background: #a2e846;
        left: 18%;
        top: 9%;
        height: 65px;
        width: 70px;
    }

    .counter .baloon1 .triangle {
        border-bottom: 14px solid #a2e846;
    }

    .counter .baloon1 .string {
        background: #a2e846;
        border: 1px solid #a2e846;
    }

    .counter .baloon3 {
        position: absolute;
        background: #126851;
        height: 80px;
        width: 80px;
        left: 60%;
        top: 5%;
    }

    .counter .baloon3 .triangle {
        border-bottom: 14px solid #126851;
    }

    .counter .baloon3 .string {
        background: #126851;
        border: 1px solid #126851;
    }

    .counter .balloon {
        border: 1px solid #000;
        border-radius: 50% 50% 50% 50%/ 40% 40% 60% 60%;
        z-index: 2;
    }

    .counter .eye {
        position: absolute;
        width: 7px;
        height: 7px;
        top: 40%;
        left: 22%;
        background: #000;
        border-radius: 50%;
    }

    .counter .eye:after {
        content: "";
        left: 35px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #000;
        position: absolute;
    }

    .counter .mouth {
        position: absolute;
        top: 45%;
        left: 43%;
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

    .counter .happy {
        border: 2px solid;
        border-color: transparent #000 #000 transparent;
        transform: rotate(45deg);
    }

    .counter .triangle {
        position: absolute;
        left: 40%;
        bottom: -10%;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    .counter .string {
        position: absolute;
        height: 70px;
        width: 1px;
        left: 48%;
        top: 100%;
        z-index: -1;
    }

    .counter .star {
        width: 20px;
        height: 20px;
        background: #f6f4f3;
        -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }

    .counter .star-green {
        width: 30px;
        height: 30px;
        margin-left: 51px;
        margin-top: -5px;
        background: #a2e846;
        -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }