@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.body-innerwrapper {overflow-x: clip;}
body{font-family: "Jost", sans-serif;font-size:18px;color:#000;}
#sp-header{padding:5px 20px;box-shadow:none;}
#sp-main-body{padding:30px 0px}
.breadcrumb {padding: 0px!important;background-color: #fff!important;font-size:14px;}
.article-details {display: flex;flex-direction: column;padding}
.article-details h2, .article-details h3{margin:30px 0px 10px 0px}
.article-ratings-social-share {order: 1;border: none !important;}
.article-full-image {order: 0; /* Keeps it after the header */}
.article-full-image img{width:100%!important}
.article-header {order: -1; /* Moves it to the top */}

.sp-megamenu-parent>li>a{font-size:18px;padding: 0px 20px 0px 15px;color:#fff}
.sp-megamenu-parent>li>a:hover{color:#d1dcff}
.sp-megamenu-parent>li:last-child>a {padding: 0px 30px 0px 15px;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{line-height:60px;}
.burger-icon>span {height: 3px !important;background-color: #d1dcff!important;}
.close-offcanvas .burger-icon>span{background-color: #000!important;}
.offcanvas-overlay{rgba(0, 0, 0, 0.2);}
.offcanvas-menu{background-color: #d1dcff}
.offcanvas-menu .offcanvas-inner ul.menu li.active a{color:#000}
ul li::marker{color:#d1dcff}
.offcanvas-menu .logo .logo-image{height: 60px;width: auto;max-width: 100%;object-fit: contain;}

#sp-right .sp-column, #sp-left .sp-column {position: sticky;top: 130px;margin-bottom: 30px;}
div[itemprop="articleBody"]{padding:0px 100px}
#sp-footer{background:#001c74}
#sp-bottom{background:#fff;padding:0px}
#sp-bottom .sp-module{margin-bottom:0px}

@media screen and (max-width:1270px) {
div[itemprop="articleBody"]{padding:0px}
}