
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#body {
font-family: "Poppins", sans-serif;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
color: #000 !important;
}

a {
    transition: all 0.2s linear;
}

#body .main-content {
    margin: 0;
}

#body .main-content div#main-header-bg {
    display: none;
}

#body .main-content>section[id*=section] {
    max-width: 100%;
    width: 100%;
}
section p{
font-size: 16px !important;
}
p.objective1 {
    padding-left: 35px;
}
.page-center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

#body .main-header {
    padding: 0;
    background-color1: #00A777;
    height1: 40px;
    background-color: #fff;
    box-shadow: 10px 4px 20px rgba(0, 0, 0, 0.2);
}

#body .main-header > div.header-upper {
    overflow: visible;
}

#body .main-header .header-upper .outer-container > div.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

#body .main-header .header-upper .outer-container > div.clearfix:after {
    display: none;
}

.logo a {
    font-size: 19px;
    font-weight: bold;
    color: #00508A;
}

#body .main-header .navigation li.active {
    border: 0 !important;
}

#body .main-header .navigation li {
    margin-bottom: 0 !important;
}

#body .main-header .main-menu a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-left: 4px;
    padding-right: 4px;
}

#body .main-header .main-menu a:hover {
    color: #fff !important;
    background-color: #176BB4;
}

.banner {
    position: relative;
    width: 100%;
    background-color: #F3F1F0;
    padding-top: 60px;
    padding-bottom: 10px;
}

.banner .left-section {
  max-width: 540px;
}

.banner .right-section {
  max-width: 600px;
}

.banner .right-section img {
    position: absolute;
    width: 650px;
    width1: 620px;
    bottom: 0px;
    right: 0;
    top: 8px;
}

.banner .main-logo {
    position: relative; text-align: center;
}

.banner .main-logo img {
    max-width: 500px;
}

.banner .main-logo:after {
    content: '';
    position: absolute;
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/05563b587e5224834064.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 221px;
    height: 6px;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}

.banner .banner-title h1 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
  color: #00508A;
    margin: 50px 0 25px 0; text-align: center;
}

.banner .event-date {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content1: center;
    margin-bottom: 30px;
}

.banner .event-date img {
    max-width: 36px !important;
    margin-right: 10px;
}

span#xx {
    margin-left: 7px;
}

.banner .event-date .innerdiv strong {
    font-weight: 500;
}

.banner .banner-btns-wrap {
display: flex;
    gap: 15px;
    justify-content: center;
}

.banner .banner-btns-wrap .delegate-btn, .banner .banner-btns-wrap .partnership-query, .watchBtn {
    width: 220px;
    height: 43px;
    background-color: #000;
    color: #fff !important;
    line-height: 43px;
    border-radius: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.banner .banner-btns-wrap .delegate-btn {
    width: 200px;
}

.banner .banner-btns-wrap .partnership-query {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    width: 180px;
}

.banner .banner-btns-wrap .delegate-btn:before,
.banner .banner-btns-wrap .partnership-query:before,
.watchBtn:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 100%;
  background-color: rgb(255 255 255 / 20%);
  transform: skewX(34deg);
  top: 0;
  left: -120px;
}

.banner .banner-btns-wrap .delegate-btn:hover:before,
.banner .banner-btns-wrap .partnership-query:hover:before,
.banner .banner-btns-wrap .watchBtn:before {
  animation: swipe 1s 1 running;
}

@keyframes swipe {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}

.banner .banner-btns-wrap .delegate-btn:hover,
.banner .banner-btns-wrap .partnership-query:hover,
.watchBtn:hover {
  transform: scale(1.02);
}

.banner .right-section img.mobile-img {
    display: none;
}



.sponsor {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#body .row {
    margin: 0; align-items: center;
}

.ytFrame iframe {
    width: 480px;
    height: 270px;
    margin-top: 5px;
border: 1px solid #176BB4;
}

.sponsor .item img {
    max-width: 130px;
}

.sponsor .row {
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto !important;
    justify-content: center;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.sponsor .item h4 {
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.sponsor .item {
    position: relative;
}

.sponsor .item:last-child:after {
    display: none;
}

.key-highlights {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.key-highlights .row {
    background-color: #00A777;
    border-radius: 25px;
    padding: 12px 50px;
    justify-content: space-around;
}

.key-highlights .row .item {
    text-align: center;
}

.key-highlights .row .item h2 {
    font-size: 47px;
    line-height: 56px;
    font-weight: 600;
    text-shadow: 1px 1px 0px #ffffff,
        -1px -1px 0px #ffffff,
        1px -1px 0px #ffffff, 
        -1px 1px 0px #ffffff;
    color: #00A777;
margin: 0;
    margin-top: 10px;
}

.key-highlights .row .item p {
    font-size: 16px;
    line-height: 19px !important;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 5px;
}

.overview .left-section {
    max-width: 455px;
}

.overview .left-section .img-wrap {
    position: relative;
}

.overview .left-section .img-wrap .second-img {
    position: absolute;
    bottom: 25px;
    right: -55px;
}


.overview .right-section {
    max-width: 600px;
}

.overview .row {
    gap: 50px;
    justify-content: space-between;
    justify-content: space-around;
    gap: 70px 0;
}

.overview .left-section .img-wrap > img {
    width: 100%;
}

#body .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #176BB4;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    margin: 20px 0;
    margin-top: 0;
    display: inline-block;
}

#body .sec-title {
    display: block;
    text-align: center;
}

#body .sec-title h2:after {
    content: '';
    font-size: unset;
    line-height: unset;
    top: unset;
    letter-spacing: 0;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color1: #00A777;
    bottom: 10px;
    right: -110px;
    left: unset;
    border-bottom: 2px dashed #176BB4;
}

#body .sec-title h2:before {
    content: '';
    font-size: unset;
    line-height: unset;
    top: unset;
    letter-spacing: 0;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color1: #00A777;
    bottom: 10px;
    left: -110px;
    border-bottom: 2px dashed #176BB4;
}

.overview {
    position: relative;
    width: 100%;
    margin-top: 50px;
}



#body .overview .sec-title {
    text-align: left;
}

.overview .right-section p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
margin-bottom: 10px;
line-height: 23px !important;
}

.hideShowPara{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 23px !important;
display: none;
}

strong.readMore {
    font-size: 16px;
    color: #176BB4;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
}

.insureance-award {
    position: relative;
    width: 100%;
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/d21e3d9448f6417f1a3e.png');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.insureance-award:before {
    content: '';
    position: absolute;
    background-color: rgb(0 80 138 / 70%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.insureance-award .page-center {
    padding: 50px 15px;
}

.insureance-award .award-title {
    text-align: center;
}

.insureance-award .award-title h2 {
    background-image: linear-gradient(180deg, #936314, #D0AB3E, #BA9130, #F7EC78, #F8EE7A, #A36E00);
    background-image: linear-gradient(180deg, #936314, #D0AB3E, #BA9130);
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    width: 557px;
    height: 56px;
    line-height: 56px;
}

.insureance-award p {
    text-align: center;
    margin: 50px 0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.insureance-award .btn-wrap {
    text-align: center;
}

.insureance-award .btn-wrap a {
    width: 268px;
    height: 43px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    line-height: 43px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.key-themes {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.key-themes ul.item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.key-themes ul.item-wrapper li {
    max-width: 16.6667%;
    width: 100%;
    justify-content: center;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 213px;
    padding: 10px;
}

.key-themes ul.item-wrapper li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    left: 0;
    top: 0;
    z-index: -1;
}

.key-themes ul.item-wrapper li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.key-themes ul.item-wrapper li div h4 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.key-themes ul.item-wrapper li:hover div {
    background-color: #00A777;
background-color: #176BB4;
}

.key-objetives {
    position: relative;
    width: 100%;
    background-color1: #E6EBF6;
    padding: 40px 0;
padding-top: 0;
}

.key-objetives .item-wrapper {
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.key-objetives .item-wrapper .item {
    max-width: 242px;
    width: 100%;
    position: relative;
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/434e9cdf43c1915ee7d5.png');
    background-repeat: no-repeat;
    height: 318px;
    padding: 20px;
    background-size: 100% 100%;
}

.key-objetives .item-wrapper .item h4 {
font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    color: #00A777;
    color: #176BB4;
    margin-top: 10px;
    /* margin-bottom: 15px; */
    min-height: 94px;
    display: flex;
    align-items: flex-start;
}

.key-objetives .item-wrapper .item p {
    line-height: 20px !important;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.key-objetives .item-wrapper .item .icon {
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/42a60c76b245ea0215d5.png');
background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/e25d93bf5f069b65a9f0.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 15px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 90px 105px;
}

.key-objetives .item-wrapper .item .icon img {
    max-width: 31px;
    position: relative;
    top: -10px;
    left: -7px;
}

#body .main-content>section[id*=section-key-themes] {
    margin-bottom: 0;
}

#body .main-content>section[id*=section-key-objective] {
    margin-bottom: 0;
}

.target-audience {
    position: relative;
    width: 100%;
    background-image1: url('https://cdn-microsites.indianexpress.com/img/public/images/598c5e3ab567fdee2b54.png');
background-image1: url('https://cdn-microsites.indianexpress.com/img/public/images/a4bd931d1df584e94501.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
    z-index: 1;
    padding-bottom: 0;
}

#body .target-audience .sec-title h2 {
    color: #176BB4;
}

#body .target-audience .sec-title h2:before, #body .target-audience .sec-title h2:after {
    background-color1: #fff;
}

.target-audience .item-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    /* margin-top: 20px !important; */
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}

.target-audience .item-wrapper .left-sec {
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.target-audience .item-wrapper .left-sec img {
    border: 1px solid #00649699;
    border-radius: 20px;
}

.target-audience ul li {
    max-width: calc(50% - 60px);
width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 38px;
}

.target-audience ul li:nth-child(even) {
    text-align: left;
    padding-left: 30px;
}

.target-audience ul li p {
    font-size: 18px;
    line-height: 21px !important;
    font-weight: 600;
    color: #000;
}

.target-audience ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #176BB4;
}

.target-audience ul li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #176BB4;
}

.take-away {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.take-away ul li {
    position: relative;
}

.take-away ul li:before {
    content: '';
    position: absolute;
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/99016f99dccac0028c67.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    top: 4px;
    left: 0;
}

.take-away ul li p {
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

#body .take-away .row {
    margin-top: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

#body .take-away .row .left-sec {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#body .take-away .row .left-sec .main-image > img {
    max-width: 440px;
}

#body .take-away .row .left-sec .main-image {
    position: relative;
}

#body .take-away .row .left-sec .main-image .top-left-img {
    position: absolute;
    max-width: 242px;
    z-index: -1;
    top: -50px;
    left: -30px;
}

#body .take-away .row .left-sec .main-image .bottom-right-img {
    max-width: 80px;
    position: absolute;
    z-index: -1;
    bottom: -25px;
    right: -30px;
}

.venSec {
    position: relative;
    width: 100%;
}

.venSec iframe {
    height: 420px;
}

.venCont:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
     background: #176BB4;
    z-index: -1;
    background-image1: linear-gradient(90deg, #00508A, #00A777);
}

.venCont {
    position: absolute;
    top: 100px;
    display: flex;
    max-width: 700px;
    padding-right: 11px;
    height: 260px;
    align-items: center;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: space-between;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
}

.venCont .leftVen {
    padding-left: 30px;
}

#body .venCont .sec-title {
    text-align: left;
}

#body .venCont .sec-title h2 {
    margin-bottom: 10px;
}

.leftVen > p {
    width: 100%;
    max-width: 300px;
}

#body .venCont .sec-title h2 a {
    color: #fff !important;
}

.venSec img.mobVenueImg {
    display: none;
}

.venCont img.rightVen {
    max-width: 350px !important;
}

.venCont .leftVen a#xx {
    color: #fff !important;
}

#body .venCont .sec-title h2:before {
    display: none;
}

#body .venCont .sec-title h2:after {
    background-color: #fff;
    border: 0;
    right: 80px;
}

#body .main-content>section[id*=section-custom-html] .form-v2 {
    padding: 0;
}

#body .main-content>section[id*=section-custom-html] .form-v2 .card.p-3 {
    overflow: hidden;
}

body#body .sticky-bottom-nav a {
    box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 50%) !important;
    padding: 10px 30px !important;
    text-transform: uppercase;
    border-radius: 50px;
padding-left: 40px !important;
    padding-right: 40px !important;
    border: 1px solid #fff !important;
    margin-right: 0 !important;
    border-radius: 50px !important;
display: none !important;
}

body#body .sticky-bottom-nav {
    box-shadow: none;
}

#body .main-content>section[id*=section-venue] {
    margin-bottom: 0;
}

.contact-us {
    padding: 40px 0;
    background-color: #00508A;
    background-color: #fff;
    position: relative;
    width: 100%;
padding-top: 0px;
}

#body .contact-us .sec-title h2 {
    color: #fff;
    color: #176BB4;
}

#body .contact-us .sec-title h2:before, #body .contact-us .sec-title h2:after {
    background-color: #fff;
}

#body .contact-us .row {
    justify-content: left;
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
align-items: normal;
}

#body .contact-us .row .item-wrapper {
    display: flex;
    justify-content: left;
    justify-content: space-between;
    gap: 20px;
}

.contact-us .right-section {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    gap: 60px;
}

.contact-us .left-section, .contact-us .right-section {
position: relative;
}

.contact-us .left-section:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 65%;
    background-color: #fff;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    border: 1px dashed #0e6d9b;
 display: none;
}

.contact-us .left-section h4, .contact-us .right-section h4 {
    color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.contact-us .left-section h3, .contact-us .right-section h3 {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    color: #000;
    margin: 10px 0;
}

.contact-us .left-section ul li, .contact-us .right-section ul li {
display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin-bottom: 10px;
}

.contact-us .left-section ul li img, .contact-us .right-section ul li img {
    max-width: 17px;
}

.contact-us .left-section ul li a, .contact-us .right-section ul li a {
    color: #fff;
    color: #000;
    display: block;
}

.contact-us .left-section ul li:last-child, .contact-us .right-section ul li:last-child {
    margin-bottom: 0;
}

#body .main-content>section[id*=section-contact-us] .bottom-section {
    background-color: #00A777;
    background-color: #176BB4;
    padding: 10px;
}

#body .main-content>section[id*=section-contact-us] .bottom-section p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

#body .main-content>section[id*=section-contact-us] .bottom-section p a {
    color: #fff;
}

#body .main-content>section[id*=section-contact-us] {
    margin-bottom: 0;
    margin-top: 40px;
}

.contact-us .right-section > div {
 min-width: 30%;
}

.contact-us .left-section h4:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #313131;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
    max-width: 960px;
}

#body .main-content>section[id*=section-speaker] .auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    padding-bottom: 0;
}

#body #section-speakers .column img {
    opacity: 1;
    display: unset;
    margin: 0;
    max-width: 100%;
    margin-bottom: 15px;
border: 1px solid #00000036;
background: #EDF7FE;
}

#body #section-speakers .column .col:hover img {
    transform: none;
}

#body .main-content>section[id*=section-speaker] .auto-container h5 {
    font-size: 16px;
    color: #176BB4;
}

#body .main-content>section[id*=section-speaker] .auto-container p {
    color: #000000;
}

ul.sticky-bottom-wrapper>li>ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color1: #fff;
    top: -120px;
    left: 0;
    box-shadow1: -6px -5px 10px 0px rgba(0,0,0,0.2);
}

ul.sticky-bottom-wrapper>li>ul a{font-size: 14px !important;}

ul.sticky-bottom-wrapper>li {
    position: relative;     width: 280px; text-align: right;
}

ul.sticky-bottom-wrapper>li>ul>li {
    color: #000;
    display: block;
    margin: 10px;
    line-height: 25px;
}


ul.sticky-bottom-wrapper>li>ul>li>a {
    padding: 10px 0px !important;
    background-color: #204E7D !important;
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
}

#body label[for=submission\[terms-condition\]]{padding-left: 15px !important;}
#body .control-label.required:after{left: 9px; position: absolute;}

#body .main-content>section[data-html-id*=form_sponsor_form] .control-label.required:after {
    display: none;
}

body#body .fewrapper {
    margin-top: 0;
}

#body .sticky-form button[type=submit].form-control {
    background-color: #0e6d9b !important;
}

.scroll-btn.scroll-to-target {
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #006495 !important;
    position: fixed;
    bottom: 79px !important;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    display: none;
    transition: all 300ms ease;
    border: 1px solid #fff !important;
    box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 50%) !important;
}

.scroll-btn.scroll-to-target:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    border-bottom: 12px solid #fff;
    top: 13px;
    position: absolute;
    right: 11px;
}

.all-center {background-color: #1DB24B1A;margin: auto;width: 100%; height: 100%;     border-radius: 13px; margin: auto;}
.all-center .form-response {display: flex !important;align-items: center;justify-content: center;flex-direction: column;min-height: 300px;}
.all-center .form-response img {max-width: 31px; margin-bottom: 15px; display: block; }
.all-center .form-response h5 {color: #000; max-width: 75%; font-size: 16px; text-align: center; }

.social-share-wdgt a.socialshare {
    display: block !important;
}

.social-share-wdgt a.socialshare.sharebtn {
    display: none !important;
}

#body .contact-us .row .item-wrapper .item {
    min-width: 30%;
}

.contact-us .left-section h4:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #313131;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
    max-width: 960px;
}

.contact-us .right-section h4:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #313131;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
    max-width: 210px;
}

.contact-us .right-section .right-inner h4:before {
    max-width: 160px;
}

#body .main-content > section[id*=section-agenda] {
    max-width: 1200px;
}

#section-agenda .prelunch {
    width: 100%;
    margin: 0 auto;
    padding-left: 350px;
    max-width: 1124px;
}

#section-agenda .prelunch .data {
    margin-left: 5px;
    position: relative;
    padding-left: 16px;
    border-left: 1px solid #005E8D;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 0px;
    line-height: 1.44;
    position: relative;
}

#section-agenda .prelunch .data::before {
    content: "";
    width: 11px;
    height: 11px;
    top: 8px;
    left: -6px;
    background-color: #176BB4 !important;
    position: absolute;
    border-radius: 50%;
}

#section-agenda .time {
    position: absolute;
    top: 0px;
    left: -370px;
    font-size: 19px;
    font-weight: 600;
    width: 370px;
    /* background-image: url('img/check-mark.png'); */
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 1px;
    padding-left: 35px;
    color: #176BB4;
}

#section-agenda .prelunch .data h4 {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #112A49 !important;
text-transform1: uppercase;
line-height: 28px;
}

body#body #section-agenda ul.speaker {
    margin-bottom: 20px !important;
}

body#body #section-agenda ul li {
    font-size: 1em !important;
    line-height: 1.4em !important;
    position: relative !important;
    padding-left: 25px !important;
}

body#body #section-agenda ul.speaker li {
    padding-left: 20px !important;
    margin-bottom: 5px;
}

body#body #section-agenda ul.speaker li {
    font-size: 15.5px !important;
    color: #000 !important;
}

body#body #section-agenda ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0px;
    background-color: #176BB4 !important;
    position: absolute;
    border-radius: 50%;
}

body#body #section-agenda ul.speaker li:before {
    width: 8px !important;
    height: 8px !important;
    top: 7px !important;
}

#body .main-content > section[id*=section-agenda] .sec-title h2 {
    margin-bottom: 40px;
}

#body .main-content > section[id*=section-agenda] .description-note {
    text-align: center;
    margin: 20px 0;
}

#body .main-content > section[id*=section-agenda] .description-note p {
display: none;
    color: #176BB4;
    font-size: 14px;
}
#body .main-content > section[id*=section-focus] {
    max-width: 1200px;
}
#section-focus .prelunch {
    width: 100%;
    margin: 0 auto;
    padding-left: 350px;
    max-width: 1124px;
}

#section-focus .prelunch .data {
    margin-left: 5px;
    position: relative;
    padding-left: 16px;
    border-left: 1px solid #005E8D;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 0px;
    line-height: 1.44;
    position: relative;
}

#section-focus .prelunch .data::before {
    content: "";
    width: 11px;
    height: 11px;
    top: 8px;
    left: -6px;
    background-color: #176BB4 !important;
    position: absolute;
    border-radius: 50%;
}

#section-focus .time {
    position: absolute;
    top: 0px;
    left: -370px;
    font-size: 19px;
    font-weight: 600;
    width: 370px;
    /* background-image: url('img/check-mark.png'); */
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 1px;
    padding-left: 35px;
    color: #176BB4;
}

#section-focus .prelunch .data h4 {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #112A49 !important;
text-transform1: uppercase;
line-height: 28px;
}

body#body #section-focus ul.speaker {
    margin-bottom: 20px !important;
}

body#body #section-focus ul li {
    font-size: 1em !important;
    line-height: 1.4em !important;
    position: relative !important;
    padding-left: 25px !important;
}

body#body #section-focus ul.speaker li {
    padding-left: 20px !important;
    margin-bottom: 5px;
}

body#body #section-focus ul.speaker li {
    font-size: 15.5px !important;
    color: #000 !important;
}

body#body #section-focus ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 7px;
    left: 0px;
    background-color: #176BB4 !important;
    position: absolute;
    border-radius: 50%;
}

body#body #section-focus ul.speaker li:before {
    width: 8px !important;
    height: 8px !important;
    top: 7px !important;
}

#body .main-content > section[id*=section-focus] .sec-title h2 {
    margin-bottom: 40px;
}

#body .main-content > section[id*=section-focus] .description-note {
    text-align: center;
    margin: 20px 0;
}

#body .main-content > section[id*=section-focus] .description-note p {
display: none;
    color: #176BB4;
    font-size: 14px;
}
.banner .initiative-logo {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px; display: none;
}

.banner .initiative-logo .img-wrap img {
    max-width: 100px;
}

.banner .initiative-logo .title-wrap p {
    margin-bottom: 0;
    color: #000;
}

#body .form-v2 .two-column label {
    height: auto;
}

#body .social-share-wdgt.dt-1 {
    display: none;
}

ul.sticky-social__wrapper {
    position: fixed;
    width: 64px;
    bottom: 70px;
    z-index: 9999;
    left: -7px;
    background-color: #50B948;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #dbd5d5;
    background-color1: #fff;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
    scale: 0.8;
    background-color: rgba(255, 255, 255, 0.7);
}

ul.sticky-social__wrapper p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
line-height: 18px;
    margin-bottom: 10px;
}

ul.sticky-social__wrapper a {
    display: block;
    margin-bottom: 10px;
}

ul.sticky-social__wrapper a img {
    width: 38px;
    height: 38px;
}

ul.sticky-social__wrapper li:last-child a {
    margin: 0;
}



section[id*=section-keynote-address] .text-box h5,section[id*=section-keynote-address] .sec-title {display: none;}
section[id*=section-keynote-address] { width: 100%; padding: 60px 0 0; margin-bottom: 0 !important;}
section[id*=section-keynote-address] .boxx {display: flex; align-items: center; justify-content: space-evenly;   gap: 0 60px;}
section[id*=section-keynote-address] .row{flex-direction: column;}
section[id*=section-keynote-address] .column {max-width: 1050px;}
section[id*=section-keynote-address] .column .full-text{max-width: 400px;}
section[id*=section-keynote-address] .image-box img { filter: brightness(100%); opacity: 1 !important; margin-bottom: 0; background: #fff; border: 1px solid #000; max-width: 260px;     border-radius: 15px;}
section[id*=section-keynote-address] .full-text p strong {font-size: 35px; font-weight: 600; line-height: 1.3em !important; color: #000;}
section[id*=section-keynote-address] .full-text p {font-size: 19px !important; line-height: 1.5em !important; color: #000 !important; text-align: left;
margin: 15px 0;}
section[id*=section-keynote-address] .col:hover img {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
.Speaktitle {display: block; font-size: 27px !important; margin-bottom: 30px !important; line-height: 1.3em !important; font-weight: 700 !important;
text-transform: uppercase; position: relative;}
.Speaktitle:after{ content: ''; position: absolute; width: 60px; height: 2px; left: 0; bottom: -18px; background-color: #176BB4;  }
.img-wrap.mobOverImg {
    display: none;
}


.slick-next:before {display: block; content: ""; background: url(https://cdn-microsites.indianexpress.com/img/public/images/276c5a08ad3b24d67330.png) no-repeat; background-size: 100%; width: 17px; height: 16px; margin: auto; opacity: 1; }
button.slick-next.slick-arrow{background-color: #fff; border-radius: 0 10px 10px 0; height: 40px; width: 42px; filter: drop-shadow(1px 1px 4px #ccc); right: -45px; }
.slick-prev:before{display: block; content: ""; background: url(https://cdn-microsites.indianexpress.com/img/public/images/2b3658aff8d862ea9d4f.png) no-repeat; background-size: 100%; width: 17px; height: 16px; margin: auto; opacity: 1 !important; }
 button.slick-prev.slick-arrow {background-color: #fff; border-radius: 10px 0px 0px 10px; height: 40px; width: 42px; filter: drop-shadow(1px 1px 4px #ccc); left: -45px; }
#section-speakers .row{max-width: calc(100% - 100px); margin: auto;    align-items: unset;}
#section-speakers .flex-container .column{min-width: unset; max-width: unset; }
#section-speakers .flex-container.unslicked .column{min-width: 25%; max-width: 25%; margin: 0;}
strong.viewAll {
    display: block;
    font-size: 16px;
    color: #176BB4;
    border: 1px solid #176BB4;
    padding: 2px 12px;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    width: fit-content;
font-weight: 600;
}

#body a.watchBtn {
    color: #fff !important;
}


#section-event-pictures .imgal-container{
    max-width: 1170px;
    margin: 10px auto 20px;
    display:flex;
    flex-wrap:wrap; justify-content: center;
}

#section-event-pictures .imgal-container figure{
    max-width: 25%;
}
.caption {
    display: none !important;
}

#section-event-pictures .imgal-container figure img {
    max-height: 195px;
    object-fit: cover;
}

#body section[id*=section-video-gallery] .auto-container {max-width: 1200px;margin: 0 auto;padding: 0px;}
#section-video-gallery .row {display: flex;flex-wrap: wrap;gap: 10px;justify-content: center;}
#section-video-gallery .row > .column {margin: 0;max-width: 25%;padding: 0;min-width: 20%;}
#section-video-gallery .row > .column img {opacity: 1;max-width: 350px;margin: 0;margin-bottom: 15px;transform: none !important;border1: 1px solid #f4c045;}
#section-video-gallery .row > .column h5 {color: #000;font-weight: 600;font-size: 16px;overflow: hidden;width: 100%;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 10px;}
#section-video-gallery .row > .column p {overflow: hidden;width: 100%;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px !important; display: none;}


@media (min-width: 800px){
    #body .main-header {
        padding: 10px 0;
        width: 100%;
    }

#body .main-header .navigation li > ul {border: 1px solid #00508A;position: absolute;top: 100%;left: 0;background-color: #fff;opacity: 0;width: 250px;visibility: hidden;transform: translateY(-15px);transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;background-color: #f8f8f8;
}

#body .main-header .navigation > li {position: relative;}

#body .main-header .navigation li:hover > ul {opacity: 1;visibility: visible;transform: translateY(0px);}

#body .main-header .navigation li:hover > ul > li {display: block;width: 100%;}

#body .main-header .navigation li> ul > li > a {padding-left: 15px;}

#body .main-header .navigation li:hover > ul > li > a {display: block;width: 100%;}
#body .main-header .navigation li > ul > li {
    margin: 0;
        display: block;
        width: 100%;
    border-bottom: 1px solid #00508A;
}

#body .main-header .navigation li > ul > li:last-child {
    border-bottom: 0;
}

}



@media (max-width: 800px) {
#body .sec-title h2:after{
width: 0px;
}
#body .sec-title h2:after{
width: 0px;
}
p.objective1 {
    padding-left: 0px;
}

#body section#section-video-gallery {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
#section-video-gallery .row > .column {min-width: 45%;max-width: 50%;}
#section-video-gallery .row > .column h5 {font-size: 14px;margin-bottom: 5px;}
#section-video-gallery .row > .column > section {margin: 0;}

#section-event-pictures .imgal-container figure img {
    max-height: 118px;
}

strong.readMore {
    margin-bottom: 0;
}

#body section#section-event-pictures {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 0;
}

#section-event-pictures .imgal-container figure{
    max-width: 50%;
}
#section-event-pictures .imgal-container {
    margin: 10px auto 0px;
}

#body a.watchBtn {
    margin-bottom: 20px;
}



.ytFrame iframe {
    width: 320px;
    height: 180px;
    margin-top: 20px;
}

#section-speakers .flex-container.unslicked .column {
    min-width: 50%;
    max-width: 50%;
    margin: 0;
}

#section-speakers .row.flex-container.unslicked {
    max-width: 100%;
margin-bottom: 0;
}

#body .overview .sec-title h2:before {
    display: block;
}

#body .overview .sec-title {
    text-align: center;
}

#section-speakers .row{max-width: calc(100% - 60px); margin-bottom: 20px;}
strong.viewAll {font-size: 14px; padding: 1px 10px; }
#section-speakers .col{margin-bottom: 0; padding-bottom: 0;}
#body .main-content>section[id*=section-speaker] .auto-container p{line-height: 19px !important;}
button.slick-prev.slick-arrow {height: 30px;width: 32px; left: -35px;}
.slick-prev:before{width: 12px; height: 10px;}
button.slick-next.slick-arrow{height: 30px;width: 32px; right: -35px;}
.slick-next:before{width: 12px; height: 10px;}

.overview .left-section .img-wrap {
    display: none;
}

.img-wrap.mobOverImg {
    display: none;
}

.Speaktitle:after {
    left: 0;
    right: 0;
    margin: auto;
}
section[id*=section-keynote-address] .column {max-width: 100%;}
section[id*=section-keynote-address] .boxx{flex-direction: column; padding: 0;}
section[id*=section-keynote-address] .full-text p strong {font-size: 20px;}
section[id*=section-keynote-address] .full-text p {font-size: 16px !important; text-align: center;}
section[id*=section-keynote-address]{padding: 30px 0 0 !important; margin-bottom: -25px !important;}


#body .main-content>section[id*=section-contact-us] {
    margin-top: 30px;
}

.leftVen > p {
    margin-bottom: 0px;
}

.social-share-wdgt{display: none;}
.social-share-wdgt.showShare{display: block;}

#body .sticky-form.visible {
    z-index: 11111;
}
#body .sticky-bottom-nav {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
transition: all 0.3s ease;
}

#body .sticky-bottom-nav.scrollStickyBtn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.banner .left-section, .banner .right-section {
    max-width: 100%;
}

.banner .right-section img {
    position: static;
    width: 300px;
width: 100%;
}

.banner .main-logo img {
        max-width: 100%;
        max-width: 300px;
        display: block; margin: auto;
}

.banner .banner-title h1 {
        font-size: 20px;
        margin-bottom: 20px;
}

.banner .event-date .innerdiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span#xx {
    display: none;
}

.banner .event-date img {
    max-width: 40px !important;
}

.banner .banner-btns-wrap {
        /* flex-direction: column; */
        gap: 10px;
        align-items: center;
}

.banner .banner-btns-wrap .delegate-btn, .banner .banner-btns-wrap .partnership-query, .watchBtn {
    font-size: 16px;
    width: 220px;
    height: 35px;
    line-height: 35px;
}

.banner .banner-btns-wrap .delegate-btn, .watchBtn {width: 180px;}

.banner .banner-btns-wrap .partnership-query {
    letter-spacing: -0.5px;
}

.banner .event-date .innerdiv strong {
    font-size: 15px;
}

#body .banner .row {
    justify-content: center;
    gap: 10px;
}

.banner .main-logo:after {
        right: 0;
         /* margin: auto; */
}

.banner {
    padding-bottom: 0;
        padding-top: 70px;
}

#body .nav-outer .mobile-nav-toggler {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 39px;
    color: #fff;
}

#body .mobile-nav-toggler span:after {
    content: '';
    background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/7d64bdc704a04dab8d88.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 0;
}

#body .main-header {padding: 10px 0;}

#body .main-header .header-upper .outer-container > div.clearfix {
    padding: 0 15px;
}

#body .sec-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}

.overview .right-section p {
    font-size: 14px;
    line-height: 20px !important;
}

.key-themes {
    margin-top: 40px;
}

.key-themes ul.item-wrapper li {
    max-width: 100%;
    background-size: 100% 100%;
    height: 250px !important;
}

.key-themes ul.item-wrapper {
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.key-themes ul.item-wrapper li div h4 {
    font-size: 16px;
    line-height: 20px;
}

.key-objetives .item-wrapper .item {
    max-width: 170px;
        height: 240px;
        max-width: 100%;
        background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/ab8fecb6b8372e459179.png');
background-image: url('https://cdn-microsites.indianexpress.com/img/public/images/9e4d9f5e4946df5af93f.png');
        height: 260px;
        background-size: 100% 100%;
        padding: 15px 25px;
width: 390px;
margin:auto;
}

.key-objetives .item-wrapper .item .icon {
    right: 7px;
        right: 1px;
        top: 17px;
}

.key-objetives .item-wrapper .item h4 {
    margin-top: 15px;
        margin-bottom: 15px;
    min-height: unset;
    width: 200px;
}

.key-objetives .item-wrapper .item p {
    width: 220px;
}

.key-objetives .item-wrapper .item h4 br {
    display: none;
}

.key-objetives .item-wrapper .item p br {
    display: none;
}

.target-audience ul {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.target-audience ul li {
    max-width: 100%;
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 30px !important;
        margin-bottom: 20px;
}

.target-audience ul li:before {
    left: 0 !important;
}

.target-audience ul li p {
    font-size: 14px;
}

#body .take-away .row {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

#body .take-away .row .left-sec {
    width: 100%;
}

.take-away ul li p {
    font-size: 16px;
    line-height: 22px !important;
}

.venSec {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.venSec iframe {
    order: 2;
    height: 300px;
    margin: auto;
    width: 330px;
    width: 100%;
}

.venCont {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 100%;
    transform: none;
    left: unset;
}

.venCont .leftVen {
    padding-left: 0;
        padding: 20px 15px;
}

#body .sec-title h2 {
    font-size: 25px;
}

.venCont img.rightVen {
    display: none;
}

.venSec img.mobVenueImg {
    display: block;
    order: 3;
    margin-top: 20px;
    z-index: 1;
    padding: 0 15px;
    margin-bottom: 10px;
    padding: 0;
}

#body .contact-us .row {
    gap: 20px;
        margin-top: 15px;
}

.contact-us .left-section h4, .contact-us .right-section h4 {
    font-size: 16px;
}

.contact-us .left-section h3, .contact-us .right-section h3 {
    font-size: 20px;
}

.contact-us .left-section ul li img, .contact-us .right-section ul li img {
    max-width: 14px;
}

.contact-us {
    padding: 20px 0;
}

.contact-us .left-section:after {
    display: none;
}

#body .main-content>section[id*=section-speaker] .auto-container .column:nth-last-child(-n + 2) > .col {
    margin-bottom: 0;
}

#body .main-content>section[id*=section-speaker] {
    padding-bottom: 0;
    padding-top: 0;
}

#body .target-audience .sec-title h2:before, #body .target-audience .sec-title h2:after {
    width: 50px;
}

#body .target-audience .sec-title h2:before {
    left: -60px;
}

#body .target-audience .sec-title h2:after {
    right: -60px;
}


#body .key-objetives .sec-title h2:before, #body .key-objetives .sec-title h2:after {
width: 30px;
}

#body .key-objetives .sec-title h2:before {
left: -40px;
}

#body .key-objetives .sec-title h2:after {
    right: -40px;
}

#body label[for=submission\[terms-condition\]] {
position: relative;
}

#body .control-label.required:after {
    left: -3px;
    position: absolute;
}

.banner .right-section img.desktop-img {
    display: none;
}

.banner .right-section img.mobile-img {
    display: block;
}

.banner .banner-btns-wrap {
    gap: 15px;
}

.overview .left-section {
    order: 2;
}

.overview .left-section .img-wrap > img {
    height: 300px;
}

#body .overview .row {
        gap: 25px;
        flex-direction: column-reverse;
        margin-top: -15px;
}

.overview {
    margin-top: 30px;
}

.key-objetives .item-wrapper {
    margin-top: 15px;
}

.contact-us {
    padding-top: 0;
}

#body .sec-title h2:before, #body .sec-title h2:after {
    width: 0px !important;
}

#body .sec-title h2:before {
    left: -80px;
}

#body .sec-title h2:after {
    right: -80px;
}

#body .take-away .row .left-sec .main-image .top-left-img {max-width: 200px;left: 0;top: -30px;}

#body .take-away .row .left-sec .main-image .bottom-right-img {
    max-width: 40px;
    right: 0;
    bottom: -15px;
}

#body .take-away .row .left-sec .main-image > img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

#body .contact-us .row {
}

#body .contact-us .row .item-wrapper {
    flex-wrap: wrap;
    gap: 0;
}

.contact-us .right-section {
    flex-wrap: wrap;
    gap: 20px;
}

.target-audience .item-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
        max-width: 100%;
}

.target-audience ul li:last-child {
    margin-bottom: 0;
}

.key-objetives {
    padding-top: 10px;
}

.contact-us .left-section h4:before {
    max-width: calc(100% - 210px);
}

.contact-us .right-section h4:before {
    max-width: calc(100% - 135px);
}

.contact-us .right-section > div {
    max-width: 100%;
}

.contact-us .right-section {display: block;}

.contact-us .right-section .left-inner {
    margin-bottom: 20px;
}

.contact-us .right-section .right-inner h4:before {
    max-width: calc(100% - 190px);
}

#section-agenda .prelunch {
    padding-left: 0px;
}

#body .main-content > section[id*=section] .auto-container {
    padding: 0 15px;
}

#section-agenda .prelunch .data {
    padding-left: 30px;
}

#section-agenda .time {
    left: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    margin-left: -40px;
    background-color: #fff;
    padding-left: 42px;
}

#section-agenda .time {
    margin-bottom: 5px;
        font-size: 16px;
}

#body #section-agenda h4 {
    margin-bottom: 10px;
    font-size: 18px !important;
}

#body #section-agenda h4 br {
    display: none;
}

#body #section-agenda h4 ~ h4 {
    font-size: 16px !important;
        line-height: 22px;
}

#body .main-content > section[id*=section-agenda] .description-note p {
    font-size: 14px;
}

#body .main-header .navigation li.previous-edition:after {
content: '+';
width: 10px;
height: 10px;
position: absolute;
right: 25px;
top: 10px;
font-size: 30px;
font-weight: 400;
transition: all 0.5s;
display: none;
}

#body .main-header .navigation li.previous-edition.rotate:after {
    content: '-';
display: none;
}

#body .main-header .navigation li, #body .main-header .navigation li.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}

#body .mobile-menu .navigation li > ul > li:last-child {
border-bottom: 0 !important;
}

#body .main-header .navigation li > ul {
    background-color: #f5f3f3;
}

#body .main-header .navigation li > a > span {
    width: 13px;
    height: 13px;
    position: relative;
    bottom: -8px;
    left: -10px;
    transition: 0.4s ease;
    transform: rotate(45deg);
    float: right;
}

#body .main-header .navigation li > a > span:before, #body .main-header .navigation li > a > span:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #000;
    transition: 0.4s ease;
}

#body .main-header .navigation li > a > span:after {
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
}

#body .main-header .navigation li.rotate > a > span {
    transform: rotate(45deg) translate(-5px, -5px);
}

#body .main-header .navigation li.rotate > a > span:before {
    transform: translate(10px, 0);
}

#body .main-header .navigation li.rotate > a > span:after {
    transform: rotate(90deg) translate(10px, 0);
}

#body .main-header .navigation li.previous-edition > a {
    color: #404040 !important;
}

#body .main-header .navigation li.previous-edition.rotate > a {
    color: #eb2d48 !important;
}

.banner .initiative-logo {
    margin-bottom: 20px;
}

.banner .initiative-logo .img-wrap img {
    max-width: 80px;
}

#body .main-content>section[id*=section-custom-html] .auto-container {
    padding: 0;
}

ul.sticky-social__wrapper p {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

ul.sticky-social__wrapper a img {
    width: 35px;
    height: 35px;
}

ul.sticky-social__wrapper {
         width: 55px;
        bottom: 30px;
        left: unset;
        right: -6px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
}

.scroll-btn.scroll-to-target {
    display: none !important;
}

.banner .event-date {
    margin-bottom: 18px; justify-content: center;
}
}