  /* =========================================================
     GLOBAL
  ========================================================= */

  /*#gtco-hero {
    padding-top: 79px;
  }*/

  [data-section] {
    scroll-margin-top: 80px;
  }

  .hero-1,
  .hero-3 {
    display: none;
  }

  /* =========================================================
     HERO
  ========================================================= */
  body {background-image: url(../images/bg/bg-main-mobile.webp);}

  #gtco-hero,
  #gtco-hero .flexslider,
  #gtco-hero .slides,
  #gtco-hero .slides li,
  #gtco-hero .slider-text {
    height: auto;
    min-height: auto;
  }
  #gtco-hero .flexslider {height: 100vh;}
  #gtco-hero .flexslider .slides li {
    min-height: 750px;
  }

  #gtco-hero .flexslider .slides li .overlay,
  #gtco-hero .overlay {
    background-image: url(../images/bg/bg-hero-mobile.webp);
    background-position: center top;
    background-size: cover;
  }

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

  #gtco-hero .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  #gtco-hero .flexslider .slider-text {
    min-height: unset;
  }

  #gtco-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }

  /* =========================================================
     COVER
  ========================================================= */

  .gtco-cover,
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }

  .gtco-cover.gtco-cover-sm,
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }

  .gtco-cover.gtco-cover-xs,
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    height: inherit !important;
    padding: 3em 0;
  }

  /* =========================================================
     HERO TYPOGRAPHY
  ========================================================= */

  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  /* =========================================================
     NAVIGATION
  ========================================================= */

  .gtco-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 0;

    /*background: var(--color-blue);*/
    /*box-shadow: 0 8px 25px rgba(0,0,0,.18);*/

    z-index: 1001;
  }

  .navbar-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  /* ROW */
  .navbar-top .m1 {
    order: 1;
    width: 50%;
  }

  .navbar-top .m3 {
    order: 2;
    width: 50%;

    text-align: right;
  }

  .navbar-top .m2 {
    order: 3;

    width: 100%;

    margin-top: 10px;

    padding-left: 30px;
  }

  /* LOGO */
  .gtco-nav #gtco-logo img {
    width: auto;
    height: 55px;

    margin-left: 5vw;
  }

  /* LINKS */
  .gtco-nav a {
    color: var(--color-white);
  }

  /* MAIN NAV */
  .main-nav {
    width: 100%;

    margin-top: 10px;

    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    display: none;
  }

  body.offcanvas .main-nav {display: block;}

  body.offcanvas .visible-xs .main-nav {display: none;}

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  /* MENU */
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 5px;

    width: max-content;

    margin: 0;
    padding: 0 15px;

    flex-wrap: nowrap;

    white-space: nowrap;

    list-style: none;
  }

  .nav-menu li {
    flex: 0 0 auto;
  }

  .nav-menu li:first-child {padding-left: 20px;}

  .nav-menu li a {
    position: relative;
    display: block;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    color: var(--color-white);
    transition: .3s;
  }

  .nav-menu li a:hover {
    color: var(--color-sky);
  }

  .nav-menu li.active a {
    color: var(--color-sky);
  }

  .nav-menu li.active a::after {
    content: '';

    position: absolute;

    left: 10px;
    right: 10px;
    bottom: 5px;

    height: 2px;

    border-radius: 10px;

    background: var(--color-sky);
  }

  /* REGISTER BUTTON */
  .btn-navbar-top-register {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-radius: 30px;
    padding: 4px 10px;
    margin-left: auto;
    transition: .3s;
  }

  .btn-navbar-top-register a {
    color: var(--color-blue) !important;
  }

  .btn-navbar-top-register:hover {
    transform: translateY(-2px);
  }

  /* TOGGLE */
  .gtco-nav-toggle {
    display: block;
    top: 24px;
    width: 44px;
    height: 44px;
  }

  /* OFFCANVAS */
  #gtco-offcanvas {
    display: block;
  }

  .gtco-nav.scrolled #gtco-logo img {
  height: 45px;
  }

  .gtco-nav.scrolled .gtco-nav-toggle {top: 14px;}

  /* =========================================================
     HERO LAYOUT
  ========================================================= */

  .hero-container {
    display: flex;
    flex-direction: column;

    gap: 0;

    height: auto;

    align-items: center;
  }

  .hero-1,
  .hero-2,
  .hero-3 {
    width: 100%;
  }

  /* CENTER */
  .hero-2 {
    order: 1;

    margin-top: -15vh;

    text-align: center;
  }

  .hero-2 h2 {
    font-size: 32px;
    line-height: 1;

    margin-bottom: 0;
  }

  .hero-2 h3 {
    font-size: 20px;
    line-height: 1.4;

    margin-bottom: 10px;
  }

  .hero-2 .btn {
    width: 100%;
    max-width: 200px;
    min-width: auto;
    height: 52px;
    font-size: 22px;
    border-radius: 10px;
    margin-bottom: 15px;
  }


/*  #gtco-hero .logo-hero {
    transform: unset;
    max-width: unset;
    z-index: unset;
    position: relative;
    width: 100vw;
    top: 30px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }*/


  /* EVENT */
  .event-desc {
    margin-bottom: 1em;

    font-size: 18px;
    line-height: 1;

    text-align: center;
  }

  .event-logo {
    margin-top: 20px;

    text-align: center;
  }

  .event-logo img {
    width: 95px !important;
  }

  /* DATE */
  .hero-3 {
    position: absolute;

    order: 3;

    margin-top: 30px;

    justify-content: center;
    text-align: center;
  }

  .hero-3 .event-block {
    max-width: 100%;
  }

  .event-meta {
    margin-bottom: 0;
  }

  .event-date {
    font-size: 32px;

    margin-bottom: 10px;
  }

  .event-location {
    font-size: 20px;
    line-height: 1;
  }

  /* =========================================================
     COUNTDOWN
  ========================================================= */

  .hero-countdown {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;

    z-index: 9999;

    border-radius: 0;

    padding: 15px 20px 25px;

    background: rgba(255,255,255,.96);

    box-shadow:
      0 -5px 20px rgba(0,0,0,.1);
  }

  .fixed-countdown-close {
    position: absolute;

    right: 3px;
    top: -12px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    border: none;
    border-radius: 50%;

    background: #110c51;

    color: #fff;

    font-size: 18px;

    cursor: pointer;
  }

  .hero-countdown-title {
    font-size: 16px;

    margin-bottom: 15px;
  }

  /* FIXED COUNTDOWN */
  .countdown-fixed {
    display: inline-grid !important;

    position: fixed;

    left: 0;
    bottom: 0;

    width: 100%;

    grid-template-columns: 40% auto;
    grid-gap: 10px;

    align-items: center;

    padding: 5px 10px 4px;

    background-color: #8c8c8c;

    color: #fff;

    z-index: 1000;

    opacity: 0;
    visibility: hidden;

    transform: translateY(100%);

    transition:
      transform .45s ease,
      opacity .45s ease,
      visibility .45s;
  }

  .countdown-fixed.show {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
  }

  .countdown-fixed .container-countdown {
    width: 100%;

    color: #fff;
  }

  .countdown-fixed .title {
    font-size: 18px;
    font-weight: 600;

    text-align: center;
  }

  .countdown-fixed .c-number {
    width: 38px;
    height: 38px;

    font-size: 28px;

    border: 1px solid #535147;

    background-color: #535147;
  }

  .countdown-fixed .c-text {
    font-size: 11px;
  }

  /* =========================================================
     ABOUT
  ========================================================= */

/*  #gtco-about {
    background-image: url(../images/bg/bg-about-mobile.webp);
  }

  #gtco-registration {
    background-image: url(../images/bg/bg-registration-mobile.webp);
  }

#gtco-exhibition-booth {
  background-image: url(../images/bg/bg-exhibition-booth-mobile.webp);
}

#gtco-agenda {
  background-image: url(../images/bg/bg-agenda-mobile.webp);
}*/

  #gtco-about .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .meta-about {
    margin-bottom: 1em;
  }

  .meta-about h2 {
    font-size: 26px;
  }

  .meta-about h3 {
    font-size: 20px;
  }

  .meta-about p.column-1,
  .meta-about h4 {
    font-size: 18px;
  }

  /* SOLUTION */
  #gtco-about .solution {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .solution {
    margin-bottom: 0;
  }

  .solution .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* =========================================================
     SECTION
  ========================================================= */

  #gtco-features,
  #gtco-features-2,
  #gtco-about,
  #gtco-products,
  #gtco-subscribe,
  #gtco-faq,
  .gtco-section {
    padding: 2em 0;
  }

  /* =========================================================
     HEADING
  ========================================================= */

  .gtco-heading {
    margin-bottom: 1em;
  }

  .gtco-heading h2 {
    font-size: 28px;
  }

  .gtco-heading p {
    font-size: 18px;
  }

  /* =========================================================
     FEATURE
  ========================================================= */

  .feature-center {
    padding: 3px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  #gtco-counter .feature-center {
    margin-bottom: 10px;
  }

  /* =========================================================
     STAFF
  ========================================================= */

  .gtco-staff {
    margin-bottom: 3em;
  }

  /* =========================================================
     SPEAKER
  ========================================================= */

  .speaker-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    grid-gap: 10px;
  }

  .speaker-block .speaker-info {
    max-width: 100%;
  }

 /* =========================================================
     EXHIBITION & BOOTH
  ========================================================= */

  .exhibition-booth-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
    padding: 0 20px;
  }

  .exhibition-booth-block .booth-info {
    max-width: 100%;
  }

  /* =========================================================
     COUNTER
  ========================================================= */

  #gtco-counter .counter {
    font-size: 42px;
  }

  #gtco-counter .counter-label {
    font-size: 12px;
  }

  /* =========================================================
     HIGHLIGHT
  ========================================================= */

  #gtco-highlight {
    margin-top: 0;
  }

  #gtco-highlight .gtco-text p {
    line-height: 1;
  }

  #gtco-highlight .highlight-item img {border-radius: 15px;}

  /* =========================================================
     REGISTRATION
  ========================================================= */

  .meta-registration {
    flex-direction: column;
  }

  .meta-registration h2 {
    font-size: 28px;
  }

  .meta-registration h3 {
    font-size: 18px;
  }

  .meta-registration figure {
    max-width: 285px;

    margin-bottom: 2em;
  }

  /* =========================================================
     FEATURES 3
  ========================================================= */

  #gtco-features-3 {
    top: -2em;
  }

  #gtco-features-3 .feature {
    width: 100%;

    margin-bottom: 30px;
  }

  #gtco-features-3 .feature.feature-2,
  #gtco-features-3 .feature.feature-2:before,
  #gtco-features-3 .feature.feature-2:after {
    box-shadow: none !important;
  }

  #gtco-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }

  #gtco-features-3 .feature.feature-2:before,
  #gtco-features-3 .feature.feature-2:after {
    display: none;
  }

  /* =========================================================
     OWL
  ========================================================= */

  .owl-theme .owl-controls .owl-nav {
    display: none;
  }

  /* =========================================================
     FOOTER
  ========================================================= */

  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;

    text-align: center;
  }

  /* =========================================================
     GO TOP
  ========================================================= */

  .js-gotop {
    width: 35px;
    height: 35px;
  }

.exhibition-booth-block .exhibition-booth-info {
    max-width: 100%;
    margin-bottom: 0;
}

#gtco-agenda {padding-bottom: 3.5em;}
.agenda figure {max-width: 100%;}

  .exhibitionSwiper {padding-bottom: 2em!important; margin-bottom: 1em!important;}
  .exhibition-booth-image {margin: 0;}
  #gtco-exhibition-booth {padding-bottom: 3em;}
  .exhibition-booth-zone-item {width: 100%; max-width: unset; padding: 0 6vw;}
  .exhibition-booth-zone-image {margin-bottom: unset;}
  .exhibition-booth-zone-image img {max-width: unset;}
  .exhibition-booth-zone-content {padding: 0;}
  .exhibition-booth-zone {font-size: 22px;}
  .exhibition-booth-zone-name {font-size: 18px; line-height: 1;}
  .exhibition-booth-zone-desc {font-size: 16px;}
  .exhibitionSwiper .swiper-button-next:after,
  .exhibitionSwiper .swiper-button-prev:after {font-size:1.85em!important; margin-top: -30vh;}
  .exhibitionSwiper .swiper-button-next:after {margin-right: -8vw;}
  .exhibitionSwiper .swiper-button-prev:after {margin-left: -8vw;}
  .exhibitionSwiper .swiper-pagination-bullet {background: #999;}
  .exhibitionSwiper .swiper-pagination-bullet-active {background: var(--swiper-pagination-color, var(--swiper-theme-color));}



    .highlight-title{
        font-size: 2.15rem;
        padding-bottom:10px;
    }

    .highlight-list{
        margin-top:28px;
    }

    .highlight-list li{
        margin-bottom:18px;
    }

    .highlight-list a{
        font-size:1.75rem;
        padding-left: 25px;
    }

    .highlight-list a::before{
        width:16px;
        height:16px;
    }

    .highlight-list a:hover{
        font-size:1.75rem;
        padding-left:30px;
    }

    .highlight-list a:hover::before{
        transform:translate(0px,-50%);
    }

.lang-switcher {margin-right: calc(5vw + 44px);}
.lang-btn.active {background: rgba(94, 94, 94, .85);}
.lang-btn {background: rgba(94, 94, 94, .45);}

.gtco-nav.nav-hide .gtco-nav-toggle {
  transform: translateY(-100%);
}

#gtco-hero .logo-hero {
  width: 75vw;
  max-width: 350px;
}

.hero-sub-title {
  letter-spacing: 5px;
  font-size: 12px;
}
.hero-content {padding-top: 30vh;}
.hero-btn-access {font-size: 32px; margin: 10vh 0;}
.arrow-box {max-width: 32px; padding: 0;}
.hero-location {letter-spacing: 3px; font-size: 12px;}
.meta-about .builders-block ul li {font-size: 15px; padding: 3px 8px; font-weight: 600; font-family: var(--fontfamily3);}
.meta-about .builders-block ul {padding-inline-start: 0!important; gap: 10px;}
    

.footer-headline {padding-left: 0; font-size: 22px;}

.footer-quick-link .left,
.footer-quick-link .right {padding-left: 0; font-size: 16px;}

.footer-logo {max-width: 75px; margin: 0 auto 10px;}
#gtco-footer .copyright p {font-size: 16px;}

.highlight-title::after {
  right: 15px;
  width: 20px;
  height: 20px;
}

#gtco-gallery .gtco-container {margin-right: -15px; margin-left: -15px;}

.gototop {bottom: 20px;}