/* BEGIN THEME CSS */

:root {
	--themePrimaryFontFamily: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	--themeSecondaryFontFamily: 'Arial', Helvetica, sans-serif;
    --themeSecondaryFontFamilyBold: 'ArialBold', Helvetica, sans-serif;
    --themeTitleFontFamily: 'SonySketch', sans-serif;
	--themeFontFamily: 'Faktum', sans-serif;
	--themePrimaryColor: #1890FF;
	--themeRedColor: #FF4D4F;
	--themeSecondaryColor: #E6F7FF;
	--themeContainerBackgroundColor: #F7F7F8;
	--themeTextColor: #000000;
	--themeWhiteColor: #FFFFFF;
	--themeBlackColor: #000000;
	--themeBorderColor: #EDEDED;
}

.dark {
	--off-white: #1E2630 !important;
}

html,
body,
.gevme-template-container {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: var(--themeTextColor);
	background-color: var(--themeWhiteColor);
	font-family: var(--themeSecondaryFontFamily);
	font-size: 14px;
}
html, body, p, span, a, strong, button,
.gevme-richtext-block-content,
.gevme-button {
	font-family: var(--themeSecondaryFontFamily);
}

.txt-heading,
.txt-heading span,
.txt-heading p,
.txt-heading strong,
.ttl-txt,
.ttl-txt span,
.ttl-txt p,
.ttl-txt strong {
	font-family: var(--themePrimaryFontFamily);
}

strong,
.txt-heading strong,
strong span,
span strong {
	font-family: var(--themeSecondaryFontFamilyBold);
}

.gevme-button-primary,
.gevme-button-primary:hover,
.gevme-button-primary:focus,
.gevme-button-primary:active {
	color: var(--themeWhiteColor);
	background-color: var(--themePrimaryColor);
	border-color: var(--themePrimaryColor);
	outline: none;
}

gevme-nav-menu,
gevme-header {
	height: 56px;
	width: 100%;
	display: block;
}

.gevme-template-main {
	height: 100%;
	width: 100%;
	padding: 0px;
	display: flex;
	background-color: var(--themeContainerBackgroundColor);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

gevme-header.active+.gevme-template-main {
	height: calc(100% - 56px);
}

.gevme-template-main .gevme-template-chat {
	height: 100%;
}

.gevme-template-main .gevme-template-content {
	flex: 1 1 auto;
	overflow: auto;
	position: relative;
}

@media screen and (min-width: 768px) {
	.gevme-template-main .gevme-template-chat {
		flex: 0 0 60px;
		border-left: 1px solid var(--themeBorderColor);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}
}

@media screen and (max-width: 767px) {
	/* .gevme-template-main {
		flex-direction: column;
	} */

	.gevme-template-main.livebar-left {
		flex-direction: column-reverse;
	}

	.gevme-template-main .gevme-template-chat {
		height: 80px;
		width: 100%;
		display: block;
		flex: 0 0 80px !important;
	}

	.gevme-template-chat~.gevme-template-content {
		height: calc(100% - 80px);
		width: 100%;
		display: block;
	}
}

.gevme-content-blocks-banner .gevme-content-blocks-banner-image {
	height: 100%;
	width: 100%;
}

.gevme-404-container {
	height: 100%;
	width: 100%;
	max-width: 992px;
	margin: 0px auto;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gevme-404-container .gevme-404-logo {
	height: 72px;
	width: 60px;
	object-fit: contain;
}

.gevme-404-container .gevme-404-title {
	margin-top: 12px;
	margin-bottom: -12px;
	font-size: 96px;
	font-weight: 700;
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-404-container .gevme-404-description {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--themeSecondaryFontFamily);
}

.gevme-content-blocks-container {
	position: relative;
	padding: 0px;
	max-width: 1200px;
	margin: 0px auto;
}

gevme-content-block .gevme-content-blocks-row {
	height: fit-content;
	max-height: 100%;
	max-width: 1200px;
	padding: 0px 8px 0 8px;
	margin: 0px auto;
}

.gevme-livestream-block .gevme-livestream-block-title {
	margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
	.active-menu .gevme-template-main .gevme-template-content {
		overflow: auto;
	}
}

gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column {
	height: auto;
	max-height: 100%;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 16px;
}
/* END THEME CSS */

/* BEGIN SYNCFUSION CSS */
.e-menu-wrapper,
.e-menu-container {
	height: calc(100% - 1px);
}

.e-menu-wrapper,
.e-menu-container,
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav,
.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover {
	background-color: var(--themeWhiteColor);
}

.e-menu-wrapper .e-menu .e-menu-item .e-caret,
.e-menu-container .e-menu .e-menu-item .e-caret,
.e-menu-wrapper.e-menu-popup .e-menu-parent .e-menu-item .e-caret .e-menu-container.e-menu-popup .e-menu-parent .e-menu-item .e-caret {
	color: var(--themeTextColor);
}

.e-menu-wrapper .e-menu .e-menu-item a,
.e-menu-container .e-menu .e-menu-item a,
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item a,
.e-menu-container .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item a,
.e-menu-wrapper.e-menu-popup .e-menu-parent .e-menu-item a,
.e-menu-container.e-menu-popup .e-menu-parent .e-menu-item a,
.e-menu-wrapper.e-hamburger .e-menu .e-menu-item a,
.e-menu-container.e-hamburger .e-menu .e-menu-item a {
	color: var(--themeTextColor);
	font-family: var(--themeSecondaryFontFamily);
}

.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item.e-selected,
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item.e-focused,
.e-menu-container .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item.e-selected,
.e-menu-container .e-menu-hscroll.e-hscroll .e-hscroll-bar .e-hscroll-content .e-menu .e-menu-item.e-focused,
.e-menu-wrapper.e-menu-popup .e-menu-parent .e-menu-item.e-selected,
.e-menu-wrapper.e-menu-popup .e-menu-parent .e-menu-item.e-focused,
.e-menu-container.e-menu-popup .e-menu-parent .e-menu-item.e-selected,
.e-menu-container.e-menu-popup .e-menu-parent .e-menu-item.e-focused {
	background-color: var(--themeWhiteColor);
	color: var(--themeTextColor);
}

.e-menu-wrapper.e-popup.e-menu-popup .e-menu-parent .e-menu-item,
.e-menu-container.e-popup.e-menu-popup .e-menu-parent .e-menu-item {
	border-bottom: 1px solid var(--themeBorderColor);
}

.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical),
.e-menu-container.e-hamburger ul.e-menu:not(.e-vertical) {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

/* END SYNCFUSION CSS */

/* --- START --- MTX CUSTOM CSS */

/* - Start - Header update */
.gevme-template-container {
    overflow: hidden;
}
.menu-enabled .gevme-template-main {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 90px;
}

.gevme-template-main .gevme-template-content {
	margin-top: 0;
    height: calc(100% - 90px) !important;
    overflow-x: hidden;
}

.gevme-header-container {
	position: fixed;
    width: 100%;
	height: 90px;
	max-height: 90px;
    top: 0;
    padding: 0 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c068c+0,5b088d+27,521c99+35,3b4db5+51,2186d6+67,00cbfe+85,00cbfe+100 */
    background: linear-gradient(to right,  #5c068c 0%,#5b088d 27%,#521c99 35%,#3b4db5 51%,#2186d6 67%,#00cbfe 85%,#00cbfe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 3;
}

.menu-container{
    position: relative;
    margin-right: 0;
	max-width: calc(100% - 200px);
}

#gevme-logo {
    padding-left: 0;
}

.gevme-logo-title-menu_icon {
    max-width: 200px;
}

#gevme-logo img {
    max-height: 80px;
}

#nav-items {
    align-items: center;
    justify-content: center;
    width: 100%;
}

#nav-items li {
    padding: 0 15px;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
}

#nav-items > li > span,
#nav-items > li > a {
    max-width: 200px;
}

#nav-items li span,
#more-items li span,
#nav-items li a,
#more-items li a,
#nav-items li span,
#nav-items li a {
	 color: #fff;
    font-family: var(--themeSecondaryFontFamily);
}

#nav-items li.dropdown-menu > a ~ ul:hover,
#more-items li.dropdown-menu > a ~ ul:hover,
#nav-items li.dropdown-menu > span ~ ul:hover,
#nav-items li.dropdown-menu:hover ul,
#more-items li.dropdown-menu > span ~ ul:hover,
#more-items li.dropdown-menu:hover ul {
	background: #000000ba;
	border: 0;
}

#nav-items > li ul li > a:after,
#nav-items > li > a:after,
#more-items > li ul li > a:after,
#more-items > li > a:after,
#nav-items > li ul li > span:after,
#nav-items > li > span:after,
#more-items > li ul li > span:after,
#more-items > li > span:after,
#nav-items > li ul li.active-page > a:after,
#nav-items > li ul li a:hover:after,
#nav-items > li ul li.active-page > span:after,
#nav-items > li ul li span:hover:after {
	background-color: #ffffff;
}

#nav-items li ul li {
    font-size: 15px;
}

.arrow {
    border-top: 6px solid #fff;
	top: 12px;
}

#nav-items li[data-menuname="Register Now"] span,
#nav-items li[data-menuname="Register Now"] a {
    width: 180px;
    background: #fff;
    color: #9949FF;
    border-radius: 10px;
    cursor: pointer;
    background-image: unset;
    -webkit-text-fill-color: unset;
    transition: all 0.5s ease;
    padding: 9px 0;
    box-sizing: border-box;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
}

#nav-items li[data-menuname="Register Now"] span:hover,
#nav-items li[data-menuname="Register Now"] a:hover {
    color: #fff !important;
    background: #5b078d;
    border-color: #257fd2;
}

#nav-items li[data-menuname="Register Now"] > span:after,
#nav-items li[data-menuname="Register Now"] > a:after {
	content: none;
}

@media screen and (max-width: 991px) {
    .gevme-header-container {
        padding: 0 20px;
    }
    .gevme-logo-title-menu_icon {
        margin-left: 0;
    }
	.hamburger-wrap {
        right: 20px;
    }
    .hamburger {
		background: transparent;
    }
	.hamburger-line {
        background: #fff;
    }
    .menu-container, #nav-items {
        display: block;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .active-menu .menu-container {
        height: 100vh;
        margin-top: 20px;
        transition: height 0.25s ease-in;
        opacity: 1;
        overflow: hidden;
    }
    .active-menu #nav-items {
        opacity: 1;
        height: 100%;
    }
    #nav-items li[data-menuname="Register Now"] span,
    #nav-items li[data-menuname="Register Now"] a {
        width: 100%;
        text-align: center;
        max-width: 100%
    }
    #nav-items li {
        padding: 0;
    }
    .active-menu .gevme-header-container {
        height: 100vh;
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .active-menu .gevme-header-container {
        height: 100vh;
    }
}
@media screen and (max-width: 575px) {
    .active-menu .gevme-header-container {
        padding: 20px 0 0;
    }
    .gevme-header-container {
        padding: 0;
    }
    #gevme-logo {
        padding-left: 10px;
    }
    .hamburger-wrap {
        right: 15px;
    }
}

/* - End - Header update */

/* - Start - General */
[id*="-border-block"] .gevme-with-shadow {
    border-radius: 20px;
}

[id*="-border-block"] .gevme-richtext-block .gevme-richtext-block-content > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.gevme-richtext-block,
.gevme-template-showcase-block {
	border-radius: 0;
}

/* ---start --- Speaker custom css*/
.gevme-speakers-block-card-body.gevme-card-body {
    background: #9033e4;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.gevme-speakers-block .gevme-speakers-block-row .gevme-speakers-block-column .gevme-speakers-block-card {
    border-radius: 20px;
}
.gevme-speakers-block .gevme-speakers-block-row.gevme-speakers-block-horizontal-layout .gevme-speakers-block-column .gevme-speakers-block-card .gevme-speakers-block-card-image {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.speakers.gevme-with-shadow {
    border-radius: 20px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #2c0a4e;
}
.gevme-speakers-block-title.gevme-block-title {
    margin-bottom: 50px;
}
/* ---end --- Speaker custom css*/

/* - End - Back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  /* For smooth fade in/out and position changes */
  transition: opacity 0.3s ease, bottom 0.3s ease;
  opacity: 0;
}

.back-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #4f229c;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.arrow-top {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  margin-bottom: -4px;
}
/* - End - Back to top */

/* - End - General */

#glimpses-of-last-year,
[id*="lightbg-"] {
	background-color: #9334E9;
}

[id*="whitebg-"] {
	background-color: #fff;
}

[id*="full-width"] {
    max-width: 100vw!important;
    flex: 0 0 100vw!important;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 !important;
}

.gevme-with-shadow {
    box-shadow: none;
}

.content-wrapper {
    max-width: 1500px;
    margin: 0 auto;
}

/* - Start - Full width */
.full-width .gevme-content-blocks-container,
.full-width gevme-content-block .gevme-content-blocks-row {
	max-width: 100%;
	padding: 0;
}
.home-template .full-width gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column {
    padding-right: 0;
    padding-left: 0;
}
.blank-full-banner .full-width .banner-container gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column {
    padding-right: 0;
    padding-left: 0;
}
/* - End - Full width */

/* - Start - Home Template */

/* - start - banner Section */
.banner-container {
	position: relative;
}
.banner-container gevme-content-block .gevme-content-blocks-row .gevme-content-blocks-column {
    padding-right: 0;
    padding-left: 0;
}
.home-template .banner-container {
	position: relative;
    height: 48vw;
    overflow: hidden;
}
@media screen and (max-width: 1600px) {
    .home-template .banner-container {
        height: 60vw;
    }
}
@media screen and (max-width: 1200px) {
    .home-template .banner-container {
        height: 70vw;
    }
}
@media screen and (max-width: 991px) {
    .home-template .banner-container {
        height: 70vw;
    }
}
@media screen and (max-width: 850px) {
    .home-template .banner-container {
        height: 90vw;
    }
}
@media screen and (max-width: 575px) {
    .home-template .banner-container {
        height: auto;
    }
    #top-content video {
        height: 750px;
    }
}

.banner-content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    z-index: 1;
}

.upper-banner-container,
.lower-banner-container {
    width: 100%;
}

#banner-text .txt-heading {
    font-size: 5vw;
    margin-bottom: 20px;
}
#banner-text .txt-sub-heading {
    font-size: 2vw;
    margin-bottom: 20px;
}
#banner-text .txt-desc {
    font-size: 1.2vw;
}

@media screen and (max-width: 991px) {
    #banner-text .txt-heading {
        font-size: 5vw;
    }
    #banner-text .txt-sub-heading {
        font-size: 2vw;
    }
    #banner-text .txt-desc {
        font-size: 1.7vw;
    }
}

@media screen and (max-width: 575px) {
    #banner-text .txt-heading {
        font-size: 40px;
    }
    #banner-text .txt-sub-heading {
        font-size: 24px;
    }
    #banner-text .txt-desc {
        font-size: 20px;
    }
}
/* - end - banner Section */

/* - start - button Section */
#btn-block .gevme-button-block-flex-container {
    flex-wrap: wrap;
}
#btn-block .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    min-width: 250px;
}
@media screen and (max-width: 575px) {
    .gevme-column.Button .gevme-button-wrapper-container {
        width: 100%;
        text-align: center;
    }
    #btn-block .cta-button {
        margin: 5px auto !important;
    }
}
/* - start - general button */
.btn-01 a {
    display: inline-block;
    font-family: var(--themeSecondaryFontFamily);
    background: #fff;
    text-decoration: none;
    color: #9334E9;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.btn-02 a {
    display: inline-block;
    font-family: var(--themeSecondaryFontFamily);
    background: #f05de9;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
/* - end - general button */
/* - end - button Section */

/* - start - marquee Section */
#mobile-moving-banner {
	display: none;
}
@media screen and (max-width: 575px) {
	#web-moving-banner {
		display: none;
	}
	#mobile-moving-banner {
		display: block;
	}
}
/* - end - marquee Section */

.ttl-underlined {
    background: url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/underline.png) no-repeat left bottom;
    display: inline-block;
    background-size: contain;
    padding-bottom: 15px;
}

/* - start - analytics Section */
#lightbg-analytics-block table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#lightbg-analytics-block table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#lightbg-analytics-block table,
#lightbg-analytics-block tr,
#lightbg-analytics-block td {
    border: 0;
    padding: 10px;
}
@media only screen and (max-width: 575px) {
    #lightbg-analytics-block table td:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #lightbg-analytics-block table td:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #lightbg-analytics-block table tr:first-child td:first-child {
        border-top-left-radius: 10px;
    }
    #lightbg-analytics-block table tr:first-child td:last-child {
        border-top-right-radius: 10px;
    }
    #lightbg-analytics-block table tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }
    #lightbg-analytics-block table tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }
}
/* - end - analytics Section */


/* - start - featured content Section */
#lightbg-highlights-block  .gevme-featuredcontent-block-card {
    border-radius: 20px;
}

#lightbg-highlights-block .gevme-image-block {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#lightbg-highlights-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-placeholder,
#lightbg-highlights-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-image {
    border: 0;
}

#lightbg-highlights-block.gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-body .gevme-featuredcontent-block-card-title {
    font-size: 20px;
    line-height: 1.2;
}
#lightbg-highlights-block .gevme-featuredcontent-block .gevme-featuredcontent-block-row {
    gap: 0;
    justify-content: flex-start;
}
#lightbg-highlights-block .gevme-featuredcontent-block {
     width: 100%; 
}
#lightbg-highlights-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card {
   width: inherit !important;
}
#lightbg-highlights-block {
    padding: 50px 50px 70px 50px;
}
@media screen and (max-width: 991px) {
    #lightbg-highlights-block {
        padding: 50px;
    }
}
@media screen and (max-width: 575px) {
    #lightbg-highlights-block {
        padding: 30px 20px 30px 20px;
    }
    #lightbg-highlights-block .gevme-featuredcontent-block {
        width: 100%; 
        margin: 0;
    }
    #lightbg-highlights-block .gevme-featuredcontent-block-card-body-sub-div {
        text-align: center;
    }
}
/* - end - featured content Section */

/* - start - Our sponsors Section */
[id$="logo-block"] .gevme-block-title {
    background: #f05de9;
    color: #fff;
    padding: 5px;
}
[id$="logo-block"] .gevme-imagelist-block-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
[id$="logo-block"] .gevme-imagelist-block-flex-container img {
    max-width: 180px;
	height: auto !important;
    margin-left: 0 !important;
}
/* - end - Our sponsors Section */

/* - start - what they say Section */
#what-they-say {
    position: relative;
    background: #a85ced;
    overflow: visible;
}
#what-they-say:before {
    content: "";
    background: url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/icon-quote.png) no-repeat;
    width: 170px;
    height: 136px;
    display: block;
    top: -60px;
    left: 50px;
    position: absolute;
    
}
#what-they-say .gevme-richtext-block-content {
    padding: 10px 0;
}
@media only screen and (max-width: 991px) {
    #what-they-say:before {
        background: url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/icon-quote.png) no-repeat;
        background-size: contain;
        width: 150px;
        height: 100px;
    }
}
@media only screen and (max-width: 575px) {
    #what-they-say:before {
        background: url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/icon-quote.png) no-repeat;
        background-size: contain;
        width: 80px;
        height: 50px;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* - end - what they say Section */

/* - End - Home Template */

/* --- START --- Custom Timer using RichText Block */
#richtext-timer-countdown .gevme-richtext-block-content {
    display: none;
}

.timer-area {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fccf36;
}

.timer-wrapper {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/home-left-line.png), url(https://venues.gevme.com/b6d8b67b-b78f-4c1e-9dd6-680d7c89cb6c/global/assets/home-right-line.png);
    background-size: 156px 2px;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}

.timer-wrapper div {
    text-align: center;
    font-size: 50px;
}

.timer-wrapper div .box {
    color: #000;
    font-weight: bold;
    padding: 30px 10px;
}

.timer-wrapper div .box span {
    padding-left: 20px;
}


@media screen and (max-width: 991px) {
    .timer-wrapper div {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .timer-wrapper {
        background: none;
    }
}
@media only screen and (max-width: 575px) {
    .timer-wrapper div .box span {
        padding-left: 10px;
    }
    .timer-wrapper div {
        font-size: 15px;
    }
	.timer-wrapper div .box {
		padding: 20px 5px;
	}
}
/* --- END --- Custom Timer using RichText Block */

/* --- START --- Custom Slider using ImageList Block */
.glider {
	overflow: hidden!important;
}

.glider-slide {
	padding: 10px;
}

.glider-prev {
	left: 20px;
}

.glider-next {
	right: 20px;
    left: unset;
}

.glider-next,
.glider-prev {
	color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1230px) {
    .glider-prev {
        left: 0;
    }
    .glider-next {
        right: 0;
    }
    #speaker-slider-content .gevme-speakers-block.gevme-content-block-wrapper {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 991px) {
	.glider-next {
		right: 0;
	}
	.glider-prev {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.glider-next,
	.glider-prev {
		font-size: 70px;
		top: 60%;
	}
}
/* --- END --- Custom Slider using ImageList Block */


/* --- START --- Mailing List Popup Style */
.mailing-list-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.mailing-list-popup-content {
    background: #160f3e;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 50%;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.mailing-list-popup-content p {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-size: 24px;
    margin-top: 10px;
}

.mailing-list-popup-content .ttl-underlined {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
}

.mailing-list-popup-content a {
    background: #592a83;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    max-width: 200px;
    margin: 20px auto 0;
    border-radius: 4px;
    padding: 10px;
}


.mailing-list-popup-content a:hover {
    background: #00c0f3;
    color: #fff;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .mailing-list-popup-content {
        width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .mailing-list-popup-content iframe {
        height: 570px;
    }
    .mailing-list-popup-content p {
        font-size: 18px;
    }
    .mailing-list-popup-content .ttl-underlined {
        font-size: 24px;
    }
}
/* --- END --- Mailing List Popup Style */

/* --- START --- Footer */
footer {
    background-color: #fff;
}
.footer {
    color: #29054a;
	padding: 30px 50px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-left {
	display: flex;
	align-items: center;
}

.logo-tech {
	width: 130px;
	height: auto;
}

.logo-mili {
	width: 130px;
	height: auto;
}

.footer-center {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.social-icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-center a {
	color: #29054a;
	text-decoration: none;
	font-size: 14px;
}

.footer-center a:hover {
	text-decoration: underline;
}

.footer-right {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.organised-by {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap: 15px;
}

.logo-comeX {
    width: 140px;
    height: auto;
}

.logo-techX {
    width: 70px;
    height: auto;
}

.social-icon {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: #592a83;
}

.social-icon:hover {
	background-color: #00c0f3;
}

.footer-bottom {
	color: #29054a;;
	display: flex;
	justify-content: space-between;
	padding: 0 50px 20px 50px;
	font-size: 12px;
}

.footer-bottom-right {
	display: flex;
	gap: 20px;
}

.footer-bottom a {
	color: #29054a;;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px 25px;
    gap: 25px;
  }

  .organised-by {
    justify-content: center;
  }
  
  .footer-left {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  
  .logo-tech {
    width: 80px;
    margin-right: 0;
  }
  
  .logo-mili {
    width: 50px;
  }
  
  .footer-center {
    width: 70%;
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-center a {
    font-size: 16px;
  }
  
  .footer-right {
    justify-content: center;
    gap: 15px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 30px;
	gap: 15px;
	border-top: 1px solid #472865;
  }
  
  .footer-bottom-left {
    order: 2;
    font-size: 11px;
  }
  
  .footer-bottom-right {
    order: 1;
    gap: 15px;
    align-items: center;
  }
  
  .footer-bottom-right a {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
     .footer-center {
        width: 100%;
    }
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    .organised-by {
        flex-wrap: wrap;
    }
    .organised-by p {
        margin: 0;
        width: 100%;
    }
    .footer-bottom-right {
        flex-direction: column;
    }
}
/* --- END --- Footer */


/* --- START --- 2026 Highlights Template style */
.highlights-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
    padding: 0 20px;
}
.highlights-wrapper > div {
    width: 30%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.highlights-wrapper > div:nth-child(odd) {
    background: #4E259E;
}

.highlights-wrapper > div:nth-child(even) {
    background: #3658BC;
}

@media screen and (max-width: 991px) {
    .highlights-wrapper {
        padding: 0 15px;
    }
    .highlights-wrapper > div {
        width: 45%;
    }
}

@media screen and (max-width: 575px) {
    .highlights-wrapper {
        padding: 20px;
    }
    .highlights-wrapper > div {
        width: 100%;
        padding: 15px 5px;
    }
}
/* --- END --- 2026 Highlights Template style */

/* --- START --- multi-section Template style */
.sec-01,
.sec-04 {
    background: #9334E9;
}
.sec-03,
.sec-05 {
    background: #4E259E;
}
/* --- END --- multi-section Template style */

/* --- END --- MTX CUSTOM CSS */