    p, span, a, h1, h2, h3, h4, h5, h6, li, ul, ol, strong, em, b, i, u, mark, small, del, ins, sub, sup, label, blockquote, pre, code, cite, q, dt, dd, figcaption, caption, textarea, button, input, select, option {
  color: #293A5F;
}
    
    .main-page-banner {
    display: flex;
    margin-top: 50px;
    gap: 20px;
    justify-content: space-between;
    background-color: #F2F2F2;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .main-page-banner--text p {
        margin: 10px 0;
        font-style: italic;
    }
    
    .main-page-banner h1 {
        margin-top: 10px;
    }

    .main-page-banner img {
        border-radius: 15px;
        width: 350px;
        object-fit: cover;

    }
    
    .main-page-banner--text h3 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .main-page-banner--text li {
        margin-top: 10px;
    }
    
    .main-page-banner--text li a {
        text-decoration: underline;
        color: #fe3f7a;
    }
    
    .main-page-banner--text li strong a  {
        color: #293A5F !important;
    }
    
    .main-page-banner--text p {
        margin-top: 40px;
        
    }
    
    .main-page-banner--text strong {
        font-size: 16px;
            color: #293A5F !important;
    }
    

    .main-page-banner--order-btn {
            height: 60px;
    display: flex;
    line-height: 60px;
    padding: 0 15px;
    background: #02B5BC;
    border: 1px solid #02B5BC;
    border-radius: 8px;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    max-width: 300px;
    margin-top: 30px;
    }
    
    .main-page-banner-content {
        display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    }

    .main-page-banner-btns {
        position: relative;
        display: flex;
        margin-top: 20px;
        border-radius: 10px;
        justify-content: center;
        color: white !important;
        padding: 15px;
        background-color: #02B5BC;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-weight: 500 !important;
        align-items: center;
        transition: transform 0.3s ease;
            width: 45%;
        text-align: center;
        padding: 10px;
        font-size: 24px !important;
    }

    @media (max-width: 991px)   {
        
         .main-page-banner {
             padding: 15px;
         }
        
                    .main-page-banner {
                        flex-direction: column-reverse;
                    }
                    
                     .main-page-banner--text strong {
                        font-size: 16px;
                    }


                }
                
                
                 .essence-banner--images {
                    display: flex;
                    gap: 70px;
                    margin-top: 10px;
                    position: relative;
                    padding: 20px 0 20px 20px;
                }

    .essence-banner--images img:first-child {
        transform: rotate(-10deg);
        border-radius: 20px;
        width: 450px;
        height: 450px;
        object-fit: cover;
        margin-left: 80px;
        margin-top: 30px;
        margin-bottom: -80px;
    }

        .essence-banner--images img:nth-child(2)  {
            transform: rotate(10deg);
            width: 450px;
            height: 450px;
            margin-top: -70px;
            margin-left: 200px;
        }
        
            .essence-banner {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-top: 100px;
            gap: 20px;
            justify-content: space-between;
            background-color: #F2F2F2;
            padding: 40px;
            margin-bottom: 50px;
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            text-align: center;
            }
        
            .essence-banner--heading h2 {
                font-size: 40px !important;
                color: #02B5BC !important;
                font-weight: 600;
        
            }
        
            .essence-banner--heading h4 {
                font-size: 30px;
                line-height: 1.2em;
        
            }

        .essence-banner--heading img {
            max-width: 300px;
        }

    .essence-banner--text {
        text-align: left;
        margin-right: 40%;
        margin-top: 50px;
    }    


    .multicolor-ctn {
        color: #fff;
        background: linear-gradient(90deg, #fe3f7a 0%, #02B5BC 100%);
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        display: inline-flex;
        margin-bottom: 20px;
    }


        @media (max-width: 1399px) {
            
        .essence-banner--images img:first-child {
            width: 350px;
            height: 350px;
            margin-left: 30px;
    
        }

        .essence-banner--images img:nth-child(2)  {
            width: 350px;
            height: 350px;
            margin-top: -70px;
            margin-left: 10%;
        }
        }
        
        
                @media (max-width: 991px) {
                    
                    .essence-banner {
                        padding: 20px;
                    }
                    
                    .essence-banner--images {
                        gap: 30px;
                    }
            
        .essence-banner--images img:first-child {
            width: 45%;
            height: 45%;
            margin-left: -15%;
    
        }

        .essence-banner--images img:nth-child(2)  {
            width: 60%;
            height: 60%;
            margin-top: -30px;
            margin-left: 5%;
        }
        
        
          .essence-banner--heading h2 {
                font-size: 22px !important;

        
            }
            
            .essence-banner--text {
                margin-right: 0;
            }
        
            .essence-banner--heading h4 {
                font-size: 20px;

        
            }
        
        
        }
        
        
        
         @media (max-width: 500px) {
             
              .essence-banner {
                        padding: 10px;
                    }
             
             .essence-banner--text p {
                 font-size: 14px;
             }
            
        .essence-banner--images img:first-child {
            width: 80px;
            height: 80px;
            margin-left: -15%;
    
        }

        .essence-banner--images img:nth-child(2)  {
            width: 80%;
            height: 80%;
            margin-top: -30px;
            margin-left: 0;
        }
        
        
        
        }
        
        .dif-sides {
            margin-top: 100px;
        }
        
        
         .dif-side {
            position: relative;
            display: flex;
            background-color: #f5f5f5;
            padding: 30px;
            border-radius: 20px;
            margin-top: 40px;
            padding-right: 100px ;
        }

        .dif-side img {
            position: absolute;
            width: 150px;
            height: 134px;
            right: -20px;
            top: -20px;
        }    

        .dif-side-rev {
            padding-left: 100px;
        }

        .dif-side-rev img
                            {
            position: absolute;
            left: -20px;
            top: -20px;
        }


        .dif-side p {
            line-height: 1.5em;
        }
        
        @media (max-width: 767px) {
            
            .color-banner {
                font-size: 20px;
            }
            
            
            
            .dif-side {
                padding: 10px;
            }
            
            .dif-side-rev  img {
                object-fit: contain;
                width: 90px;
                /*left: -10px;*/
                top: -35px;
            }
            
             .dif-side img {
             object-fit: contain;
                width: 90px;
                right: -10px;
                top: -35px;
                /*left: 0;*/
        }

            
            .dif-side p {
                font-size: 12px;
                line-height: 1.2em;
                padding-right: 40px;
            }
            
            .dif-side-rev p {
                padding-left: 40px;
                padding-right: 10px;
            }
            
        }
        
        
        
            .color-banner {
        background: linear-gradient(90deg, #fe3f7a 0%, #02B5BC 100%);
        padding: 90px 30px;
        border-radius: 20px;
        margin-top: 100px;
        font-size: 30px;
    }
    .color-banner p {
        color: white !important;
        text-align: center;
        font-weight: 600;
    }
    
    
        @media (max-width: 767px) {
            
            .color-banner {
                font-size: 20px;
            }
            
        }
     
     
     
     
     .video-bl-wrapper {
         margin-top: 100px;
     }
        .video-bl-wrapper h2 {
            color: #02B5BC !important;
            text-align: center;
            margin-bottom: 40px;
            font-size: 40px !important;
            
        }
        
         .video-bl {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    
    .video-bl--item {
        width: 48%;
        margin-top: 30px
    }
    
    .video-bl--item p {
        font-weight: 600;
    margin-bottom: 10px;
    }

    .video-bl--add span a {
        color: #fe3f7a;
        text-decoration: underline;
    }
    .video-bl--add span a:hover {
        cursor: pointer;
    }
    
   

    @media (max-width: 1200px) {
         .video-bl--item {
        width: 100%;
    }
    
     .video-bl--item iframe {
            display: flex;
        margin: auto;
    }
    
    .video-bl--add {
        display: flex;
    }
    
    .video-bl--item h5 {
        margin-top: 15px;
    }
    
    .video-bl--item h5, .video-bl--item p, .video-bl--add span {
        text-align: center;
    }
    
    .video-bl--add span {
        margin: auto;
    }
    
    .video-bl--item {
        margin-bottom: 80px;
    }
    
    }
    
    @media (max-width: 767px) {
    
      .video-bl-wrapper h2 {
        font-size: 22px !important;
    }
    
    .video-bl--item h5 {
        font-size: 16px;
    }
    
    .video-bl--item p {
        font-size: 14px;
        line-height: 1.2em;
    }
    
    .video-bl--add span {
        font-size: 14px;
    }
    
    
    }
    
    .speakers-wrapper {
        margin-top: 60px;
        margin-bottom: 100px;
    }
    
    .speakers-wrapper h2 {
        text-align: center;
        color: #02B5BC !important;
        font-size: 40px !important;
    }
    
    .speaker h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    
    
    .speakers {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .speaker {
        max-width: 373px;
        margin-top: 50px;
    }

    .speaker hr {
        width: 40px;
        text-align: left;
        display: inline-flex;
        justify-content: flex-start;
        border-top: 2px solid #fe3f7a;
        margin: 0;
    }

    .speaker img {
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    @media (max-width: 1200px) {
         .speakers {
            justify-content: center
         }
    }
    
      @media (max-width: 767px) {
         .speakers h4 {
            font-size: 16px;
         }
         
         .speakers p {
             font-size: 14px;
         }
    }
  