
.legend-icon,
.legend-accelerators-icon,
.legend-accelerators2-icon {
  width: 1.125rem;
  height: 0.625rem;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
seoul -> korea
capital -> group
iot -> connex
ignition -> ventures
beijing -> foundry
*/

.legend-icon.foundry,
.foundry .legend-icon {
  background-image: url("../images/icon/legend_foundry.png");
}
.legend-icon.fintech,
.fintech .legend-icon {
  background-image: url("../images/icon/legend_fintech.png");
}
.legend-icon.gv,
.gv .legend-icon {
  background-image: url("../images/icon/legend_gv.png");
}
.legend-icon.connex,
.connex .legend-icon {
  background-image: url("../images/icon/legend_connex.png");
}
.legend-icon.korea,
.korea .legend-icon {
  background-image: url("../images/icon/legend_korea.png");
}
.legend-icon.taipei,
.taipei .legend-icon {
  background-image: url("../images/icon/legend_taipei.png");
}
.legend-icon.ventures,
.ventures .legend-icon {
  background-image: url("../images/icon/legend_ventures.png");
}

.legend-icon.group,
.group .legend-icon {
  background-image: url("../images/icon/legend_group.png");
}

.legend-accelerators-icon {
  width: 1.9375rem;
  height: 0.75rem;
  background-image: url("../images/icon/legend_accelerators.png");
}
.legend-accelerators2-icon {
  width: 1.9375rem;
  height: 0.75rem;
  background-image: url("../images/icon/legend_accelerators2.png");
}

.legend-icon.asu,
.asu .legend-icon {
  background-image: url("../images/icon/legend_asu.png");
}

.legend-icon.energy,
.energy .legend-icon {
  background-image: url("../images/icon/legend_energy.png");
}

.legend-icon.blockchain,
.blockchain .legend-icon {
  background-image: url("../images/icon/legend_blockchain.png");
}

.legend-icon.sac,
.sac .legend-icon {
  background-image: url("../images/icon/legend_sac.png");
}

.legend-icon.cultiv8,
.cultiv8 .legend-icon {
  background-image: url("../images/icon/legend_cultiv8.png");
}

.legend-icon.saudi,
.saudi .legend-icon {
  background-image: url("../images/icon/legend_saudi.png");
}


.home-icon,
.email-icon,
.facebook-icon,
.twitter-icon,
.linkedin-icon,
.f6s-icon,
.newsletter-icon {
  height: 1.125rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (min-width: 1121px) {
  .main-info-landing .fix-scroll-hidden {
    height: 61.625rem;
    overflow: hidden;
    padding-top: 1.875rem;
    margin-top: -1.875rem;
  }
  .who-we-are ul.grid .grid-item > div:before {
    background: #00ff00;
    position: absolute;
    content: "";
    top: -0.625rem;
    left: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .who-we-are ul.grid .grid-item:hover {
    z-index: 100;
    cursor: pointer;
  }
  .who-we-are ul.grid .grid-item:hover > div {
    /*
            // Not working on IE
            .image {
              top: -17.5%;
              left: -17.5%;
              width: 135%;
              height: 135%;
            }
            */
  }
  .who-we-are ul.grid .grid-item:hover > div.active:before,
  .who-we-are ul.grid .grid-item:hover > div.active .arrow {
    visibility: visible;
    transition: all 0.2s ease;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .accelerators ul > li {
    width: 20%;
  }
  .accelerators ul > li > a {
    background-size: 18.0625rem 10rem;
  }
  .accelerators ul > li > a:hover {
    background-size: 19.75rem 13.75rem;
  }
  .accelerators .item-1:before,
  .accelerators .item-1:hover {
    background-image: url("../assets/images/banner/default_hover.png");
  }
  .accelerators .item-2:before,
  .accelerators .item-2:hover {
    background-image: url("../assets/images/banner/beijing_hover.png");
  }
  .accelerators .item-3:before,
  .accelerators .item-3:hover {
    background-image: url("../assets/images/banner/taipei_hover.png");
  }
  .accelerators .item-4:before,
  .accelerators .item-4:hover {
    background-image: url("../assets/images/banner/fintech_hover.png");
  }
  .accelerators .item-5:before,
  .accelerators .item-5:hover {
    background-image: url("../assets/images/banner/energy_hover.png");
  }
  .accelerators .item-10:before,
  .accelerators .item-10:hover {
    background-image: url("../assets/images/banner/cultiv8_hover.png");
  }
  .accelerators .item-11:before,
  .accelerators .item-11:hover {
    background-image: url("../assets/images/banner/cyber_blockchain_hover.png");
  }
  .accelerators .item-12:before,
  .accelerators .item-12:hover {
    background-image: url("../assets/images/banner/frontier_asu_hover.png");
  }

  .venture-capitals ul > li {
    width: 33.333%;
  }
  .venture-capitals ul > li > a {
    background-size: 30rem 10rem; /* 480 */
  }
  .venture-capitals ul > li > a:hover {
    background-size: 31.625rem 13.75rem;
  }
  .venture-capitals .item-6:before,
  .venture-capitals .item-6:hover {
    background-image: url("../assets/images/banner/global_ventures_hover.png");
  }
  .venture-capitals .item-7:before,
  .venture-capitals .item-7:hover {
    background-image: url("../assets/images/banner/ventures_hover.png");
  }

  .venture-capitals .item-8:before,
  .venture-capitals .item-8:hover {
    background-image: url("../assets/images/banner/foundry_hover.png");
  }

  .spark-labs .logo {
    width: 22.5625rem;
    height: 6.6875rem;
    background-image: url("../assets/images/title_demoday.png");
  }
  body.ie-browser .main-info-landing .layers {
    position: relative;
    left: 37rem;
  }
}
@media (max-width: 1120px) {
 
  .movie-container {
    left: calc(45rem - 106.6666625rem);
  }
  .movie-container,
  .movie-container .gif-video,
  .movie-container .embed-video,
  .movie-container .rain-diagonal-line,
  .movie-container .rain-inner,
  .movie-container svg {
    width: 213.333325rem;
    height: 120rem;
  }
  .main-info .header-menu {
    font-size: 1.625rem;
  }
  .main-info .header-menu .navbar-brand {
    padding: 0.875 0 0;
  }
  .main-info .header-menu .navbar-brand > img {
    height: 3.375rem;
  }
  .main-info .header-menu ul.navbar-nav > li {
    width: 10rem;
  }
  .main-info .header-menu ul.navbar-nav > li:nth-child(1) {
    width: 15.625rem;
  }
  .main-info .header-menu ul.navbar-nav > li:nth-child(2) {
    margin-left: 0;
    width: 11rem;
  }
  .main-info .header-menu ul.navbar-nav > li:last-child {
    width: 8.625rem;
    margin-left: 0;
  }
  .main-info .header-menu ul.navbar-nav > li > a {
    padding-top: 1.75rem;
  }
  .main-info-landing {
    height: 120rem;
    margin-top: -120rem;
    background-size: 128rem 110rem;
  }
  .main-info-landing .main-menu {
    height: 10rem;
  }
  .main-info-landing .main-menu > .affix-top,
  .main-info-landing .main-menu > .affix {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    transition: inherit;
  }
  .main-info-landing .main-menu > .affix-top a,
  .main-info-landing .main-menu > .affix a {
    color: #230b97;
  }
  .main-info-landing .main-menu > .affix-top a:hover,
  .main-info-landing .main-menu > .affix a:hover {
    color: #230b97;
  }
  .main-info-landing .main-menu > .affix-top .header-menu,
  .main-info-landing .main-menu > .affix .header-menu {
    height: 10rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .main-info-landing .main-menu > .affix-top .logo_white,
  .main-info-landing .main-menu > .affix .logo_white {
    display: none;
  }
  .main-info-landing .main-menu > .affix-top .logo_black,
  .main-info-landing .main-menu > .affix .logo_black {
    display: inline !important;
  }
  .main-info-landing .fix-scroll-hidden {
    height: 110rem;
    overflow: hidden;
  }
  .main-info-landing .content {
    padding: 148px 0 0 0;
  }
  .main-info-landing .content h1 {
    margin: 0 0 1.5rem;
  }
  .main-info-landing .content h1,
  .main-info-landing .content h1 .span1 {
    font-size: 4.25rem;
  }
  .main-info-landing .content .text {
    font-size: 1.625rem;
    padding-left: 0.125rem;
    width: 30.375rem;
  }
  .main-info-landing .content .text p {
    margin: 0 0 0.75rem;
  }
  .main-info-landing .layers {
    left: 35.5rem;
    top: 6.75rem;
  }
  .main-info-landing .layers .layer .small-photo {
    width: 22.5rem;
    height: 22.5rem;
    margin-left: 13.25rem;
  }
  .main-info-landing .layers .layer .large-photo {
    width: 47.5rem;
    height: 47.5rem;
    margin-left: 0;
  }
  .main-info-landing .layers .layer .large-photo > div {
    width: 47.5rem;
    height: 47.5rem;
  }
  .main-info-landing .layers .layer .mentor-name {
    width: 25.625rem;
    height: 25.625rem;
    font-size: 4.3125rem;
    margin-top: -12.75rem;
    margin-left: -1.75rem;
  }
  .main-info-landing .layers .layer .mentor-name .inner {
    width: 25.625rem;
    height: 25.625rem;
    padding-top: 10rem;
    line-height: 3.5rem;
  }
  .main-info-landing .layers .layer.layer-2 .mentor-name {
    font-size: 3.75rem;
  }
  .main-info-landing .layers .layer.layer-4 .mentor-name {
    font-size: 3.375rem;
  }
  .main-info-landing .layers .layer.layer-6 .mentor-name {
    font-size: 3.75rem;
  }
  .landing-container {
    position: absolute;
    width: 213.333325rem;
    height: 110rem;
    top: 0;
    left: calc(45rem - 106.6666625rem);
    padding-left: 63.875rem;
  }
  .who-we-are {
    height: 124.625rem;
    margin-top: -2.125rem;
    padding-top: 10rem;
  }
  .who-we-are ul.legend {
    font-size: 1rem;
    margin-left: 3.25rem;
  }
  .who-we-are ul.legend:before,
  .who-we-are ul.legend:after {
    content: " ";
    display: table;
  }
  .who-we-are ul.legend:after {
    clear: both;
  }
  .who-we-are ul.legend:before,
  .who-we-are ul.legend:after {
    content: " ";
    display: table;
  }
  .who-we-are ul.legend:after {
    clear: both;
  }
  .who-we-are ul.legend > div {
    display: inline;
  }
  .who-we-are ul.legend > div:before,
  .who-we-are ul.legend > div:after {
    display: none;
  }
  .who-we-are ul.legend > div li {
    margin-right: 2rem;
  }
  .who-we-are ul.grid .grid-item .caption {
    height: 9rem;
    padding-left: 1.375rem;
  }
  .who-we-are ul.grid .grid-item .caption .status {
    height: 2rem;
  }
  .who-we-are ul.grid .grid-item .caption .status .legend-icon {
    width: 2rem;
    height: 1.125rem;
  }
  .who-we-are ul.grid .grid-item .caption .name {
    font-size: 1.625rem;
    margin-bottom: 0.5rem;
  }
  .who-we-are ul.grid .grid-item .caption .des {
    font-size: 1.375rem;
  }
  .who-we-are .header {
    height: 11.875rem;
    margin-bottom: 0;
  }
  .who-we-are .header .col1 {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    padding-top: 0;
  }
  .who-we-are .header .col2 {
    width: 45.375rem;
    padding-left: 29.5rem;
  }
  .who-we-are .header .col3 {
    width: auto;
    padding-top: 1.25rem;
  }
  .who-we-are .header .heading-title {
    font-size: 3.325rem;
    line-height: 3rem;
    background-position: 7rem 0.25rem;
    background-size: 5.375rem 2.25rem;
  }
  .who-we-are .header .pagination {
    font-size: 2.25rem;
    display: none !important;
  }
  .who-we-are .header .pagination.tablet {
    display: inline-block !important;
  }
  .who-we-are .header .pagination > li > a,
  .who-we-are .header .pagination > li > span {
    padding: 0.75rem 0;
    margin-right: 0.375rem;
    width: 3.75rem;
  }
  .who-we-are .content {
    margin-left: -0.125rem;
  }
  .who-we-are .content ul.grid .grid-item {
    display: none !important;
  }
  .who-we-are .content ul.grid .grid-item.tablet {
    display: inline-block !important;
    width: 33.33333333%;
  }
  .who-we-are .content ul.grid .grid-item.tablet > div,
  .who-we-are .content ul.grid .grid-item.tablet .img-container,
  .who-we-are .content ul.grid .grid-item.tablet .img-container:after {
    height: 20rem;
  }
  .accelerators h1.heading-title,
  .venture-capitals h1.heading-title {
    font-size: 2.75rem;
  }
  .accelerators ul,
  .venture-capitals ul {
    margin-top: 1.125rem;
  }
  .accelerators ul > li + li:before,
  .venture-capitals ul > li + li:before {
    width: 0.25rem;
    top: 4.125rem;
    left: -0.25rem;
    height: 6.875rem;
  }
  .accelerators ul > li > a,
  .venture-capitals ul > li > a {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: auto !important;
    background-position: 1.625rem 0;
    background-size: auto 100%;
    background-color: #ffffff;
  }
  .accelerators ul > li > a:before,
  .venture-capitals ul > li > a:before,
  .accelerators ul > li > a:after,
  .venture-capitals ul > li > a:after {
    content: normal;
  }
  .accelerators {
    padding-top: 5.875rem;
    height: 40rem;
  }
  .accelerators ul > li {
    width: 33.33333333%;
    height: 15rem;
  }
  .accelerators ul > li + li:nth-child(4):before {
    content: normal;
  }
  .venture-capitals {
    height: 26.375rem;
    padding-top: 5.25rem;
  }
  .venture-capitals ul {
    margin-top: 2.25rem;
  }
  .venture-capitals ul > li {
    width: 50%;
    height: 15rem;
  }
  .venture-capitals ul > li > a {
    background-position: -10rem 0;
  }
  .upcoming-events {
    height: 68.125rem;
    padding-top: 10rem;
  }
  .upcoming-events .header {
    margin-bottom: 9rem;
  }
  .upcoming-events .header h1 {
    width: 30.625rem;
    padding-top: 1.75rem;
    padding-left: 1.875rem;
    padding-bottom: 1.125rem;
    font-size: 3.25rem;
    line-height: 3rem;
    margin-left: -0.375rem;
  }
  .upcoming-events .content .legend {
    font-size: 7rem;
    padding: 0 8.5rem;
    margin-bottom: 0.75rem;
  }
  .upcoming-events .content .legend .pull-right {
    display: none;
  }
  .upcoming-events .content .carousel-container {
    padding: 0 5.625rem;
  }
  .upcoming-events .content .carousel-container .item {
    padding-top: 1.5rem;
  }
  .upcoming-events .content .carousel-container .item .month {
    font-size: 4.25rem;
    margin-bottom: 1.375rem;
  }
  .upcoming-events .content .carousel-container .item .country {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .upcoming-events .content .carousel-container .item .name {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .upcoming-events .content .carousel-container .owl-stage .owl-item.active + .owl-item.active:before {
    width: 3.75rem;
    height: 0.625rem;
    top: 2.25rem;
    left: -2.75rem;
  }
  .spark-labs {
    height: 99.375rem;
    padding-top: 10rem;
  }
  .spark-labs .main-row {
    padding-left: 9rem;
  }
  .spark-labs .main-row .col-left {
    width: 21.25rem;
  }
  .spark-labs .main-row .col-left img {
    width: 100%;
    height: auto;
  }
  .spark-labs .main-row .col-right {
    float: none;
    padding-right: 0;
    width: auto;
  }
  .spark-labs .main-row .col-right .text {
    padding-left: 25.625rem;
    padding-right: 5rem;
  }
  .spark-labs .logo {
    width: 21.25rem;
    height: 9rem;
    background-image: url("../assets/images/title_demoday_tablet.png");
    background-size: 100%;
  }
  .spark-labs .title {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 1.875rem;
  }
  .spark-labs .title .highlight {
    margin-left: 0;
  }
  .spark-labs .description {
    font-size: 1.625rem;
    line-height: 2.5rem;
    margin-bottom: 1.75rem;
  }
  .spark-labs a.btn {
    width: 18.125rem;
    height: 3.75rem;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-left: 1.75rem;
    margin-bottom: 8.125rem;
    border: solid 0.75rem #fff;
  }
  .spark-labs .video-container {
    width: 71.875rem;
    height: 40.625rem;
  }
  .footer .footer_inner {
    padding: 8.75rem 0;
  }
  .footer .footer_inner .footer_landing_text {
    font-size: 1.625rem;
    line-height: 2.5rem;
    margin-top: 0;
    margin-left: 0;
  }
  .footer .footer_inner .footer_landing_text img {
    margin-top: -1.375rem;
  }
}
/*
@media (min-width: (@screen-lg-mobile+1px)) and (max-width: 620px) {
  body {
    background-position: center (@mov-md-height+@menu-md-height);
  }

  .lading-bg-mov {
    padding-top: 0;
  }

  .main-info-landing {
    background-size: auto 100%;
    .main-menu {
      display: none;
    }
  }

  .mean-container {
    .mean-bar {
      height: @menu-md-height;
      a.logo {
        padding: 28px 0 0 40px;
        img {
          height: 27px;
        }
      }
      a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        margin-right: 40px;
        margin-top: 28px;
        background-size: 22px 17px;
        &.meanclose {
          background-size: 18px 18px;
        }
      }
    }

    .mean-nav {
      top: @menu-md-height;
      padding: 0 40px;
      > ul {
        border-top: 1px solid #cececf;
        > li {
          > a {
            font-size: 13px;
            padding: 20px 15px;
          }
          &:nth-child(2) {
            > a {
              padding-left: 24px;
            }
          }
        }
      }
    }
  }
}
*/
/*
@media (min-width: (@screen-lg-tablet+1px)) and (max-width: 1120px) {
  .main-info-landing {
    .content {
      margin-left: 50px;
    }
  }
}
*/
/*
@media (min-width: (@screen-lg-mobile+1px)) and (max-width: 700px) {
  .main-info-landing {
    .content {
      .text {
        display: none;
      }
    }
    .layers {
      left: (260rem/@unit-table);
    }
  }

  .landing-container {
    @mov-md-width-half-fix: (1706.6666rem/2/@unit-table);
    .calc(left, "@{bg-screen-width-half} - @{mov-md-width-half-fix}");
    padding-left: (511rem/@unit-table);
  }
}
*/
@media (max-width: 700px) {

  .lading-bg-mov {
    height: 186.71287709rem;
    padding-top: 0;
  }
  .lading-bg-mov:after {
    background-image: url("../assets/images/main-info-bg-mobile.png");
    background-size: 114.40740018rem 186.71287709rem;
    height: 100%;
  }
  .movie-container {
    left: calc(45rem - 165.96700185492531rem);
  }
  .movie-container,
  .movie-container .gif-video,
  .movie-container .embed-video,
  .movie-container .rain-diagonal-line,
  .movie-container .rain-inner,
  .movie-container svg {
    width: 331.93400371rem;
    height: 186.71287709rem;
  }
  .main-info {
    /*.header-menu {
      font-size: 13px;
      .navbar-brand {
        padding: 7px 0 0;
        > img {
          height: 27px;
        }
      }
      ul.navbar-nav {
        > li {
          width: 80px;
          &:nth-child(1) {
            width: 125px;
          }
          &:nth-child(2) {
            margin-left: 0;
            width: 88px;
          }
          &:last-child {
            width: 67px;
            margin-left: 0;
          }
          > a {
            padding-top: 14px;
          }
        }
      }
    }*/
  }
  .main-info-landing {
    height: 186.71287709rem;
    margin-top: -186.71287709rem;
    background-size: 114.40740018rem 186.71287709rem;
  }
  .main-info-landing .main-menu {
    display: none;
  }
  .main-info-landing .fix-scroll-hidden {
    height: 186.71287709rem;
    overflow: hidden;
  }
  .main-info-landing .content {
    padding: 32.03407205rem 0 0 0;
  }
  .main-info-landing .content h1 {
    margin: 0 0 3.66103681rem;
    font-size: 6.10172801rem;
  }
  .main-info-landing .content h1 .span1 {
    font-size: 5.18646881rem;
  }
  .main-info-landing .content .text {
    display: none;
  }
  .main-info-landing .layers {
    left: 25.01708484rem;
    top: 7.62716001rem;
  }
  .main-info-landing .layers .layer .small-photo {
    width: 38.13580006rem;
    height: 38.13580006rem;
    margin-left: 21.96622083rem;
  }
  .main-info-landing .layers .layer .large-photo {
    width: 80.84789612rem;
    height: 80.84789612rem;
  }
  .main-info-landing .layers .layer .large-photo > div {
    width: 80.84789612rem;
    height: 80.84789612rem;
  }
  .main-info-landing .layers .layer .mentor-name {
    width: 43.32226887rem;
    height: 43.32226887rem;
    font-size: 7.32207361rem;
    margin-top: -21.66113443rem;
    margin-left: -2.4406912rem;
  }
  .main-info-landing .layers .layer .mentor-name .inner {
    width: 43.32226887rem;
    height: 43.32226887rem;
    padding-top: 15.86449282rem;
    line-height: 6.10172801rem;
  }
  .main-info-landing .layers .layer .mentor-name .line1 {
    text-indent: -9.45767841rem;
  }
  .main-info-landing .layers .layer.layer-2 .mentor-name {
    font-size: 6.71190081rem;
  }
  .main-info-landing .layers .layer.layer-2 .mentor-name .line1 {
    text-indent: -15.25432002rem;
  }
  .main-info-landing .layers .layer.layer-2 .mentor-name .line2 {
    text-indent: 4.57629601rem;
  }
  .main-info-landing .layers .layer.layer-4 .mentor-name {
    font-size: 6.10172801rem;
  }
  .main-info-landing .layers .layer.layer-4 .mentor-name .line2 {
    text-indent: 4.57629601rem;
  }
  .main-info-landing .layers .layer.layer-6 .mentor-name {
    font-size: 6.71190081rem;
  }
  .landing-container {
    position: absolute;
    width: 1088px;
    height: 612px;
    left: calc(45rem - 165.96700185492531rem);
    top: 0;
    padding-left: 112.88196817rem;
  }
  .who-we-are {
    height: 428.03621986rem;
    padding-top: 16.77975203rem;
    margin-top: -8.54241921rem;
  }
  .who-we-are ul.legend {
    font-size: 2.4406912rem;
    margin-left: 7.93224641rem;
  }
  .who-we-are ul.legend:before,
  .who-we-are ul.legend:after {
    content: " ";
    display: table;
  }
  .who-we-are ul.legend:after {
    clear: both;
  }
  .who-we-are ul.legend:before,
  .who-we-are ul.legend:after {
    content: " ";
    display: table;
  }
  .who-we-are ul.legend:after {
    clear: both;
  }
  .who-we-are ul.legend > div {
    display: inline;
  }
  .who-we-are ul.legend > div:before,
  .who-we-are ul.legend > div:after {
    display: none;
  }
  .who-we-are ul.legend > div li {
    margin-right: 4.88138241rem;
  }
  .who-we-are ul.grid .grid-item > div:after {
    height: 35.08493605rem;
  }
  .who-we-are ul.grid .grid-item .caption {
    height: 24.40691204rem;
    padding-left: 4.57629601rem;
  }
  .who-we-are ul.grid .grid-item .caption .status {
    height: 4.88138241rem;
  }
  .who-we-are ul.grid .grid-item .caption .status .legend-icon {
    width: 4.88138241rem;
    height: 2.7457776rem;
  }
  .who-we-are ul.grid .grid-item .caption .name {
    font-size: 4.27120961rem;
    margin-bottom: 1.2203456rem;
  }
  .who-we-are ul.grid .grid-item .caption .des {
    font-size: 3.66103681rem;
    line-height: 4.57629601rem;
  }
  .who-we-are .header {
    height: 31.42389925rem;
    margin-bottom: 0;
  }
  .who-we-are .header .col1 {
    display: none;
  }
  .who-we-are .header .col2 {
    width: 100%;
    padding-left: 31.72898565rem;
  }
  .who-we-are .header .col3 {
    width: 100%;
    padding-top: 8.54241921rem;
    text-align: center;
  }
  .who-we-are .header .heading-title {
    font-size: 7.32207361rem;
    line-height: 6.71190081rem;
    background-position: 15.25432002rem 0.6101728rem;
    background-size: 12.20345602rem 5.18646881rem;
    padding-left: 0;
  }
  .who-we-are .header .pagination {
    font-size: 5.49155521rem;
    display: none !important;
  }
  .who-we-are .header .pagination.tablet:not(.mobile),
  .who-we-are .header .pagination.desktop:not(.mobile) {
    display: none !important;
  }
  .who-we-are .header .pagination.mobile {
    display: inline-block !important;
  }
  .who-we-are .header .pagination > li + li > a,
  .who-we-are .header .pagination > li + li > span {
    margin-left: 4.27120961rem;
  }
  .who-we-are .header .pagination > li > a,
  .who-we-are .header .pagination > li > span {
    position: relative;
    width: 3.66103681rem;
    height: 3.66103681rem;
    display: inline-block;
    margin-right: 0;
    padding: 0;
    text-indent: -9999px;
  }
  .who-we-are .header .pagination > li > a:before,
  .who-we-are .header .pagination > li > span:before,
  .who-we-are .header .pagination > li > a:after,
  .who-we-are .header .pagination > li > span:after {
    content: "";
    width: 3.66103681rem;
    height: 3.66103681rem;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .who-we-are .header .pagination > li > a:before,
  .who-we-are .header .pagination > li > span:before {
    background-image: url("../assets/images/pagenation_bullet.png");
  }
  .who-we-are .header .pagination > li.active > a,
  .who-we-are .header .pagination > li.active > span {
    background: none;
  }
  .who-we-are .header .pagination > li.active > a:after,
  .who-we-are .header .pagination > li.active > span:after {
    background-image: url("../assets/images/pagenation_bullet_active.png");
  }
  .who-we-are .content {
    margin-left: 0;
  }
  .who-we-are .content ul.grid .grid-item.tablet:not(.mobile),
  .who-we-are .content ul.grid .grid-item.desktop:not(.mobile) {
    display: none !important;
  }
  .who-we-are .content ul.grid .grid-item.mobile {
    display: block !important;
    width: 100%;
  }
  .who-we-are .content ul.grid .grid-item.mobile > div,
  .who-we-are .content ul.grid .grid-item.mobile .img-container,
  .who-we-are .content ul.grid .grid-item.mobile .img-container:after {
    height: 59.79693449rem;
  }
  .accelerators h1.heading-title,
  .venture-capitals h1.heading-title {
    font-size: 6.71190081rem;
    text-align: center;
  }
  .accelerators ul,
  .venture-capitals ul {
    margin-top: 8.54241921rem;
    padding-left: 7.62716001rem;
  }
  .accelerators ul > li,
  .venture-capitals ul > li {
    width: 76.27160012rem;
    height: 30.50864005rem;
  }
  .accelerators ul > li + li,
  .venture-capitals ul > li + li {
    margin-top: 0.3050864rem;
  }
  .accelerators ul > li + li:before,
  .venture-capitals ul > li + li:before {
    content: normal !important;
  }
  .accelerators ul > li > a,
  .venture-capitals ul > li > a {
    background-position: 5.79664161rem -1.8305184rem;
    background-size: auto 115%;
  }
  .accelerators {
    height: 183.05184028rem;
    padding-top: 0;
  }
  .venture-capitals {
    height: 78.71229132rem;
    padding-top: 0;
  }
  .venture-capitals ul {
    margin-top: 5.49155521rem;
  }
  .venture-capitals ul > li > a {
    background-position: -38.13580006rem 0;
  }
  .upcoming-events {
    height: 288.91682124rem;
    padding-top: 16.77975203rem;
  }
  .upcoming-events .header {
    margin-bottom: 19.22044323rem;
  }
  .upcoming-events .header h1 {
    width: 65.5935761rem;
    padding-top: 3.050864rem;
    padding-left: 5.18646881rem;
    padding-bottom: 3.050864rem;
    font-size: 6.71190081rem;
    line-height: 6.71190081rem;
    margin-left: 0;
  }
  .upcoming-events .content .legend {
    font-size: 12.20345602rem;
    padding: 0 0 0 32.94933125rem;
    margin-bottom: 9.45767841rem;
  }
  .upcoming-events .content .carousel-container {
    padding: 0 13.72888802rem;
  }
  .upcoming-events .content .carousel-container .item {
    padding-top: 3.66103681rem;
  }
  .upcoming-events .content .carousel-container .item .month {
    font-size: 7.32207361rem;
    margin-bottom: 3.050864rem;
  }
  .upcoming-events .content .carousel-container .item .country {
    font-size: 4.27120961rem;
    margin-bottom: 7.32207361rem;
  }
  .upcoming-events .content .carousel-container .item .name {
    font-size: 5.49155521rem;
    line-height: 7.01698721rem;
  }
  .upcoming-events .content .carousel-container .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
    margin-bottom: 15.86449282rem;
  }
  .upcoming-events .content .carousel-container .owl-stage .owl-item.active + .owl-item.active:before {
    width: 0.9152592rem;
    height: 5.18646881rem;
    top: -8.84750561rem;
    left: 30.50864005rem;
    background: #00ff00;
  }
  .spark-labs {
    height: 238.88265157rem;
    padding-top: 16.77975203rem;
    overflow: hidden;
  }
  .spark-labs .main-row {
    padding-left: 0;
  }
  .spark-labs .main-row .col-left {
    width: 100%;
    float: none;
    margin-bottom: 13.11871522rem;
  }
  .spark-labs .main-row .col-left img {
    width: 100%;
    height: auto;
  }
  .spark-labs .main-row .col-right {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .spark-labs .main-row .col-right .text {
    padding-left: 0;
    padding-right: 0;
  }
  .spark-labs .logo {
    width: 66.5088353rem;
    height: 20.13570243rem;
    background-image: url("../assets/images/title_demoday_mobile.png");
  }
  .spark-labs .title {
    font-size: 4.88138241rem;
    line-height: 5.49155521rem;
    margin-bottom: 4.27120961rem;
  }
  .spark-labs .title .highlight {
    margin-left: 0;
  }
  .spark-labs .description {
    font-size: 3.66103681rem;
    line-height: 4.88138241rem;
    margin-bottom: 13.72888802rem;
  }
  .spark-labs a.btn {
    width: 63.4579713rem;
    height: 15.86449282rem;
    font-size: 4.88138241rem;
    line-height: 12.50854242rem;
    padding-left: 13.72888802rem;
    margin-bottom: 18.30518403rem;
    border: solid 1.8305184rem #fff;
    margin-left: 13.42380162rem;
  }
  .spark-labs .video-container {
    width: 114.40740018rem;
    height: 66.2037489rem;
    margin-left: -12.20345602rem;
  }
  .footer .footer_inner {
    padding: 17.08483843rem 0;
    margin-left: -0.9152592rem;
  }
  .footer .footer_inner .footer_landing_text {
    font-size: 2.7457776rem;
    line-height: 1;
    margin-top: 0;
    margin-left: 0;
    white-space: nowrap;
  }
  .footer .footer_inner .footer_landing_text img {
    display: none;
  }
}
/*
@media (max-width: 360px) {
  .main-info-landing {
    .layers {
      left: (78rem/@unit-mobile);
    }
  }
}
*/
/*
@media (max-width: 320px) {
  .main-info-landing {
    .layers {
      left: (70rem/@unit-mobile);
    }
  }
}
*/
@media (max-width: 1120px) {
  .page-accelerator .legend-icon,
  .page-accelerator .legend-accelerators-icon,
  .page-accelerator .legend-accelerators2-icon {
    width: 3.125rem;
    height: 1.25rem;
  }
  .page-accelerator .home-icon,
  .page-accelerator .email-icon,
  .page-accelerator .facebook-icon,
  .page-accelerator .twitter-icon,
  .page-accelerator .linkedin-icon,
  .page-accelerator .f6s-icon,
  .page-accelerator .newsletter-icon {
    height: 1.75rem;
  }
  .page-accelerator .home-icon {
    width: 2.25rem;
  }
  .page-accelerator .email-icon {
    width: 2rem;
  }
  .page-accelerator .facebook-icon {
    width: 0.875rem;
  }
  .page-accelerator .twitter-icon,
  .page-accelerator .f6s-icon {
    width: 2.125rem;
  }
  .page-accelerator .linkedin-icon,
  .page-accelerator .f6s-icon {
    width: 2.125rem;
  }
  .page-accelerator .newsletter-icon {
    width: 2rem;
  }
  .page-accelerator .main-info {
    height: 10rem;
  }
  .page-accelerator .main-info .header-menu {
    padding: 2.375rem 0 0 0.5rem;
    font-size: 1.625rem;
  }
  .page-accelerator .main-info .header-menu .navbar-brand {
    padding: 0.875rem 0 0;
    margin-left: -1rem;
  }
  .page-accelerator .main-info .header-menu .navbar-brand > img {
    height: 3.375rem;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav {
    margin-right: -0.25rem;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav > li {
    width: 10rem;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav > li:nth-child(1) {
    width: 15.625rem;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav > li:nth-child(2) {
    margin-left: 0;
    width: 11rem;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav > li:last-child {
    width: 8.625rem;
    margin-left: 0;
  }
  .page-accelerator .main-info .header-menu ul.navbar-nav > li > a {
    padding-top: 1.75rem;
    padding-bottom: 1.875rem;
    line-height: 2.5rem;
  }
  .page-accelerator .footer {
    font-size: 1.5rem;
  }
  .page-accelerator .footer .footer_inner {
    padding: 5.375rem 5.5rem;
  }
  .page-accelerator .footer .legend-accelerators-icon,
  .page-accelerator .footer .legend-accelerators2-icon {
    margin-right: 0.25rem;
  }
  .accelerator-banner {
    height: 30rem;
  }
  .accelerator-content .content-inner {
    padding: 6rem 9.375rem 13.125rem;
  }
  .accelerator-content .col-1 {
    width: 100%;
    margin-bottom: 8.125rem;
  }
  .accelerator-content .col-2 {
    width: 32.125rem;
    margin-right: 3.625rem;
    margin-left: -0.25rem;
  }
  .accelerator-content .col-3 {
    width: 32rem;
  }
  .accelerator-content .col-team {
    width: 31.875rem;
    margin-right: 2.25rem;
  }
  .accelerator-content .col-director-horizontal {
    width: 64rem;
  }
  .accelerator-content .col-graph {
    width: 67.5rem;
    padding: 0;
  }
  .accelerator-content .col-graph.gv {
    width: 66.25rem;
  }
  .accelerator-content .heading-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    height: 8.5rem;
    padding-top: 0;
  }
  .accelerator-content .heading-title:after {
    height: 2.125rem;
    width: 0.25rem;
    bottom: 2.375rem;
    left: 0.125rem;
  }
  .accelerator-content .text {
    font-size: 1.625rem;
    line-height: 2.5rem;
    margin-top: 0;
    padding-right: 3.75rem;
    padding-bottom: 2.375rem;
    margin-bottom: 2.5rem;
  }
  .accelerator-content .text:after {
    height: 0.25rem;
    width: 2rem;
    bottom: 0;
    left: 0.125rem;
  }
  .accelerator-content .text.iot {
    line-height: 2.625rem;
    padding-bottom: 2.375rem;
  }
  .accelerator-content .nav-footer li {
    float: left;
    display: inline-block;
  }
  .accelerator-content .nav-footer a {
    font-size: 1rem;
    line-height: 1.875rem;
    width: auto !important;
    min-width: 9.5rem;
  }
  .accelerator-content .nav-footer a span {
    margin-right: 0.625rem;
    margin-top: -0.125rem;
  }
  .accelerator-content .table-price {
    font-size: 1.5rem;
    padding-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-bottom: 0.375rem;
  }
  .accelerator-content .table-price > li {
    padding: 1.25rem 1.875rem 0 2.5rem;
    line-height: 1.875rem;
  }
  .accelerator-content .table-price > li:first-child {
    line-height: 1.875rem;
    height: 8.125rem;
    padding-top: 1.5rem;
    padding-left: 2.75rem;
    padding-bottom: 0;
  }
  .accelerator-content .table-price > li:first-child .inner {
    padding-bottom: 0;
  }
  .accelerator-content .table-price > li:first-child .inner,
  .accelerator-content .table-price > li:last-child .inner {
    border: 0 none;
  }
  .accelerator-content .table-price .inner {
    border-bottom: solid 0.125rem #abadb0;
    padding-bottom: 1.5rem;
  }
  .accelerator-content .table-price .rate {
    font-size: 5.125rem;
    margin-top: -0.25rem;
  }
  .accelerator-content .table-price .rate b {
    font-size: 5.5rem;
  }
  .accelerator-content .table-price .price {
    font-size: 3.25rem;
    padding-top: 0.375rem;
    padding-right: 0.25rem;
  }
  .accelerator-content .director-inner img {
    width: 100%;
  }
  .accelerator-content .director-inner .meta {
    padding: 2.5rem 0 2.625rem;
  }
  .accelerator-content .director-inner .meta .name {
    text-indent: -0.25rem;
    padding-bottom: 3.25rem;
    font-size: 1.75rem;
  }
  .accelerator-content .director-inner .meta .name:after {
    height: 0;
    width: 2.25rem;
    border-top: solid 0.25rem #ec008c;
    border-bottom: solid 0.25rem #ec008c;
    bottom: 1.375rem;
    left: 0;
    right: 0;
  }
  .accelerator-content .director-inner .meta .pos {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .accelerator-content .col-director-horizontal .heading-title {
    height: 8.5rem;
    padding-top: 0;
  }
  .accelerator-content .col-director-horizontal .heading-title:after {
    bottom: 2.375rem;
    left: 0.125rem;
  }
  .accelerator-content .col-director-horizontal .director-inner {
    margin-left: 0.25rem;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta,
  .accelerator-content .col-director-horizontal .director-inner .avatar {
    width: 50%;
    height: 21.25rem;
    float: left;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta {
    padding-top: 5rem;
  }
  .accelerator-content .col-graph .col-graph-1,
  .accelerator-content .col-graph .col-graph-2 {
    width: 31.875rem;
    float: left;
  }
  .accelerator-content .col-graph .col-graph-1 {
    margin-right: 2.5rem;
  }
  .accelerator-content .col-graph .graph-area-1 {
    margin-bottom: 2.875rem;
  }
  .accelerator-content .col-graph .text {
    margin: -0.5rem 0 0 0;
    padding: 0 0 3.875rem 0;
  }
}
/*
@media (min-width: (@screen-lg-mobile+1px)) and (max-width: 620px) {
  .page-accelerator {
    .main-info {
      display: none;
    }
    .mean-container {
      .mean-bar {
        height: (80rem/@unit-table);
        a.logo {
          padding: (28rem/@unit-table) 0 0 (40rem/@unit-table);
          img {
            height: (27rem/@unit-table);
          }
        }
        a.meanmenu-reveal {
          width: (22rem/@unit-table);
          height: (22rem/@unit-table);
          margin-right: (40rem/@unit-table);
          margin-top: (28rem/@unit-table);
          background-size: (22rem/@unit-table) (17rem/@unit-table);
          &.meanclose {
            background-size: (18rem/@unit-table) (18rem/@unit-table);
          }
        }
      }

      .mean-nav {
        top: (80rem/@unit-table);
        padding: 0 (40rem/@unit-table);
        > ul {
          border-top: (1rem/@unit-table) solid #cececf;
          > li {
            > a {
              font-size: (13rem/@unit-table);
              padding: (20rem/@unit-table) (15rem/@unit-table);
            }
            &:nth-child(2) {
              > a {
                padding-left: (24rem/@unit-table);
              }
            }
          }
        }
      }
    }
  }
}
*/
@media (max-width: 700px) {
  .page-accelerator .legend-icon {
    width: 5.49155521rem;
    height: 3.050864rem;
  }
  .page-accelerator .legend-accelerators-icon,
  .page-accelerator .legend-accelerators2-icon {
    width: 9.45767841rem;
    height: 3.66103681rem;
  }
  .page-accelerator .home-icon,
  .page-accelerator .email-icon,
  .page-accelerator .facebook-icon,
  .page-accelerator .twitter-icon,
  .page-accelerator .linkedin-icon,
  .page-accelerator .f6s-icon,
  .page-accelerator .newsletter-icon {
    height: 5.49155521rem;
  }
  .page-accelerator .home-icon {
    width: 7.01698721rem;
  }
  .page-accelerator .email-icon {
    width: 6.10172801rem;
  }
  .page-accelerator .facebook-icon {
    width: 2.4406912rem;
  }
  .page-accelerator .twitter-icon,
  .page-accelerator .f6s-icon {
    width: 6.40681441rem;
  }
  .page-accelerator .linkedin-icon {
    width: 6.40681441rem;
  }
  .page-accelerator .newsletter-icon {
    width: 5.79664161rem;
  }
  .page-accelerator .main-info {
    display: none;
  }
  .page-accelerator .footer {
    font-size: 4.27120961rem;
  }
  .page-accelerator .footer .footer_inner {
    padding: 12.50854242rem 0;
  }
  .page-accelerator .footer .legend-accelerators-icon,
  .page-accelerator .footer .legend-accelerators2-icon {
    margin-right: 0.6101728rem;
  }
  .accelerator-banner {
    height: 38.74597286rem;
  }
  .accelerator-content .content-inner {
    padding: 11.28819682rem 0 12.50854242rem;
    overflow: visible;
  }
  .accelerator-content .col-1 {
    margin-bottom: 13.11871522rem;
  }
  .accelerator-content .col-2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 13.11871522rem;
  }
  .accelerator-content .col-2 .heading-title {
    margin-bottom: 2.4406912rem;
  }
  .accelerator-content .col-3 {
    width: 100%;
  }
  .accelerator-content .col-3 .heading-title {
    margin-bottom: 2.4406912rem;
  }
  .accelerator-content .col-team {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .accelerator-content .col-team + .col-team {
    margin-top: 6.10172801rem;
  }
  .accelerator-content .col-team .heading-title.not-show {
    display: none;
  }
  .accelerator-content .col-director-horizontal {
    width: 100%;
  }
  .accelerator-content .col-graph {
    width: 100%;
  }
  .accelerator-content .col-graph .heading-title {
    height: 26.23743044rem;
  }
  .accelerator-content .col-graph .heading-title:after {
    bottom: 5.18646881rem;
  }
  .accelerator-content .col-graph.gv {
    width: 100%;
  }
  .accelerator-content .heading-title {
    font-size: 5.49155521rem;
    line-height: 6.10172801rem;
    height: 17.69501123rem;
  }
  .accelerator-content .heading-title:after {
    height: 4.57629601rem;
    width: 0.6101728rem;
    bottom: 3.66103681rem;
    left: 0;
  }
  .accelerator-content .text {
    font-size: 3.96612321rem;
    line-height: 6.10172801rem;
    padding-right: 0;
    padding-bottom: 13.42380162rem;
    margin-bottom: 6.71190081rem;
  }
  .accelerator-content .text:after {
    height: 0.6101728rem;
    width: 4.88138241rem;
    left: 0;
  }
  .accelerator-content .text.iot {
    font-size: 3.96612321rem;
    line-height: 6.10172801rem;
    padding-right: 0;
    padding-bottom: 13.42380162rem;
    margin-bottom: 6.71190081rem;
  }
  .accelerator-content ul.nav-footer {
    display: table;
  }
  .accelerator-content ul.nav-footer li {
    display: table-cell;
    float: none;
    white-space: nowrap;
  }
  .accelerator-content ul.nav-footer li.nav-item-home a {
    min-width: 21.35604803rem;
  }
  .accelerator-content ul.nav-footer a {
    font-size: 3.050864rem;
    line-height: 4.57629601rem;
    width: auto !important;
    min-width: 24.40691204rem;
  }
  .accelerator-content ul.nav-footer a span {
    margin-right: 1.2203456rem;
    margin-top: -0.3050864rem;
  }
  .accelerator-content .table-price {
    font-size: 4.27120961rem;
    padding-bottom: 0.6101728rem;
    margin-left: 0;
    margin-bottom: 0.9152592rem;
  }
  .accelerator-content .table-price > li {
    padding: 3.35595041rem 7.01698721rem 0 7.01698721rem;
    line-height: 4.88138241rem;
  }
  .accelerator-content .table-price > li:first-child {
    line-height: 4.57629601rem;
    height: 22.88148004rem;
    padding-top: 4.57629601rem;
    padding-left: 8.54241921rem;
    padding-bottom: 0;
  }
  .accelerator-content .table-price > li:first-child .inner {
    padding-bottom: 0;
  }
  .accelerator-content .table-price > li:first-child .inner,
  .accelerator-content .table-price > li:last-child .inner {
    border: 0 none;
  }
  .accelerator-content .table-price .inner {
    border-bottom: solid 0.3050864rem #abadb0;
    padding-bottom: 4.27120961rem;
  }
  .accelerator-content .table-price .rate {
    font-size: 12.50854242rem;
    margin-top: -0.6101728rem;
  }
  .accelerator-content .table-price .rate b {
    font-size: 13.42380162rem;
  }
  .accelerator-content .table-price .price {
    font-size: 9.15259201rem;
    padding-top: 1.8305184rem;
    padding-right: 0;
  }
  .accelerator-content .director-inner img {
    width: 100%;
  }
  .accelerator-content .director-inner .meta {
    padding: 7.32207361rem 0 6.40681441rem;
  }
  .accelerator-content .director-inner .meta .name {
    text-indent: -0.6101728rem;
    padding-bottom: 9.15259201rem;
    font-size: 4.88138241rem;
  }
  .accelerator-content .director-inner .meta .name:after {
    height: 0;
    width: 5.49155521rem;
    border-top: solid 0.6101728rem #ec008c;
    border-bottom: solid 0.6101728rem #ec008c;
    bottom: 3.35595041rem;
    left: 0;
    right: 0;
  }
  .accelerator-content .director-inner .meta .pos {
    font-size: 4.27120961rem;
    line-height: 5.79664161rem;
  }
  .accelerator-content .col-director-horizontal .heading-title {
    height: 17.69501123rem;
    padding-top: 0;
  }
  .accelerator-content .col-director-horizontal .heading-title:after {
    bottom: 3.66103681rem;
    left: 0;
  }
  .accelerator-content .col-director-horizontal .director-inner {
    margin-left: 0;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta,
  .accelerator-content .col-director-horizontal .director-inner .avatar {
    width: auto;
    height: auto;
    float: none;
  }
  .accelerator-content .col-director-horizontal .director-inner img {
    width: 100%;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta {
    padding: 7.32207361rem 0 6.40681441rem;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta .name {
    text-indent: -0.6101728rem;
    padding-bottom: 9.15259201rem;
    font-size: 4.88138241rem;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta .name:after {
    height: 0;
    width: 5.49155521rem;
    border-top: solid 0.6101728rem #ec008c;
    border-bottom: solid 0.6101728rem #ec008c;
    bottom: 3.35595041rem;
    left: 0;
    right: 0;
  }
  .accelerator-content .col-director-horizontal .director-inner .meta .pos {
    font-size: 4.27120961rem;
    line-height: 5.79664161rem;
  }
  .accelerator-content .col-graph .col-graph-1,
  .accelerator-content .col-graph .col-graph-2 {
    width: 100%;
    margin-right: 0;
  }
  .accelerator-content .col-graph .col-graph-1 img,
  .accelerator-content .col-graph .col-graph-2 img {
    width: 100%;
  }
  .accelerator-content .col-graph .graph-area-1,
  .accelerator-content .col-graph .graph-area-2 {
    margin-bottom: 3.96612321rem;
  }
  .accelerator-content .col-graph .text {
    margin: 0;
    padding: 0 0 6.10172801rem 0;
  }
}
