@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,600;0,800;1,400&display=swap");
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff; }
  body.floating-header .header {
    box-shadow: 0 0 4px #6662; }
  .header > .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 150px;
    padding-top: 12px;
    z-index: 1;
    position: relative;
    transition: 0.5s all ease;
    background-color: #fff; }
    @media screen and (min-width: 1281px) {
      body.floating-header .header > .wrapper {
        height: 60px;
        flex-direction: row;
        align-items: center;
        padding-top: 0; } }
    @media screen and (max-width: 1280px) {
      .header > .wrapper {
        height: 90px; } }
    @media screen and (max-width: 1280px) {
      .header > .wrapper {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px; }
        body.floating-header .header > .wrapper {
          box-shadow: 0 0 4px #6662; } }
  .header__icon {
    width: 100%;
    transition: 0.5s all ease; }
    .header__icon img {
      width: 100%;
      display: block;
      transition: 0.5s all ease; }
    @media screen and (max-width: 1280px) {
      .header__icon {
        display: none; } }
    .header__icon--mb {
      display: none; }
      @media screen and (max-width: 1280px) {
        .header__icon--mb {
          display: flex;
          width: auto; }
          .header__icon--mb a:first-child {
            margin-right: 12px;
            padding-right: 12px;
            border-right: 1px #efefef solid; }
          .header__icon--mb img {
            width: auto;
            height: 45px; }
            .header__icon--mb img.header__icon-mic--mb {
              height: 41px;
              margin: 2px 0; }
            .floating-header .header__icon--mb img {
              height: 30px; }
              .floating-header .header__icon--mb img.header__icon-mic--mb {
                height: 26px; } }
      @media screen and (max-width: 375px) {
        .header__icon--mb img {
          height: 30px; }
          .header__icon--mb img.header__icon-mic--mb {
            height: 26px; }
          .floating-header .header__icon--mb img {
            height: 25px; }
            .floating-header .header__icon--mb img.header__icon-mic--mb {
              height: 21px; } }
  .header__icon-container {
    display: flex;
    align-items: center; }
    .header__icon-container--dt {
      margin-right: auto; }
  .header__icon-item img {
    height: 65px; }
  .header__icon-item--cic {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px #efefef solid; }
    body.floating-header .header__icon-item--cic {
      margin-right: 12px;
      padding-right: 12px; }
  .header__icon-item--floating {
    display: none; }
    .header__icon-item--floating img {
      height: 30px; }
    body.floating-header .header__icon-item--floating {
      display: block; }
  .header__icon-item--mic img {
    height: 60px; }
    body.floating-header .header__icon-item--mic img {
      height: 30px; }
  body.floating-header .header__icon-item {
    display: none; }
  .header__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 1280px) {
      .header__main {
        align-items: center; } }
    @media screen and (min-width: 1281px) {
      body.floating-header .header__main {
        display: none; } }
  .header__subnav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    z-index: 1;
    opacity: 1;
    transition: 0.5s all ease;
    padding-bottom: 16px; }
    body.floating-header .header__subnav {
      padding-bottom: 0; }
      @media screen and (min-width: 1281px) {
        body.floating-header .header__subnav {
          width: 100%; } }
    @media screen and (max-width: 1280px) {
      .header__subnav {
        display: none; }
        .header__submenu-holder .header__subnav {
          display: flex;
          justify-content: center;
          margin: 32px auto 120px; } }
  .header__subnav-item {
    margin-left: 18px;
    font-size: 12px;
    position: relative; }
    .header__subnav-item .fs-btn {
      font-size: 12px;
      padding: 5px 8px;
      background: #1a65e5; }
      .header__subnav-item .fs-btn:hover {
        opacity: 0.8; }
  .header__menu {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-width: 1280px) {
      .header__menu {
        display: none; } }
    .header__menu--main {
      padding-bottom: 13px; }
      @media screen and (min-width: 1281px) {
        .floating-header .header__menu--main {
          display: none; } }
    .header__menu--subnav {
      display: none; }
      @media screen and (min-width: 1281px) {
        .floating-header .header__menu--subnav {
          display: flex; } }
  .header__menu-item {
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    transition: 0.3s all ease;
    border-bottom: 1px solid transparent; }
    .header__menu-item > span {
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 6px;
      left: 12px;
      right: 12px;
      bottom: 6px;
      text-align: center; }
    .header__menu-item:before {
      content: attr(title);
      font-weight: bold;
      visibility: hidden; }
    .header__menu-item:after {
      content: "";
      width: calc(100% - 24px);
      height: 1px;
      bottom: 0;
      left: 12px;
      background-color: #ff5700;
      position: absolute;
      opacity: 0;
      transition: 0.3s all ease; }
    .header__menu-item:hover:after, .header__menu-item.active:after {
      opacity: 1; }
  .header__right, .header__left {
    width: 138px;
    padding-bottom: 6px; }
    @media screen and (min-width: 1281px) {
      body.floating-header .header__right, body.floating-header .header__left {
        width: 65px;
        padding-bottom: 0; } }
    @media screen and (max-width: 1280px) {
      .header__right, .header__left {
        width: 110px; } }
    @media screen and (max-width: 1280px) {
      .header__right, .header__left {
        width: 74px;
        line-height: 1;
        padding-bottom: 0; } }
  .header__left {
    transition: 0.5s all ease; }
    @media screen and (max-width: 1280px) {
      .header__left {
        display: flex;
        align-items: center; } }
  .header__right {
    text-align: right; }
    @media screen and (min-width: 1281px) {
      .header__right {
        opacity: 0;
        pointer-events: none; }
        .floating-header .header__right {
          display: none; } }
    .header__right .header__search-btn {
      margin-left: 12px; }
  .header__submenu-holder {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    left: 0;
    box-shadow: 0 0 4px #6662; }
    @media screen and (max-width: 1280px) {
      .header__submenu-holder {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background-color: rgba(255, 255, 255, 0.95);
        display: none;
        overflow: auto;
        padding-top: 60px; } }
    @media screen and (min-width: 1281px) {
      body.floating-header .header__submenu-holder {
        margin-top: -14px; } }
  @media screen and (max-width: 1280px) {
    .header__submenu-align {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      min-height: calc(100% - 178px);
      height: auto;
      padding-top: 24px; } }
  .header__submenu {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: -200px;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.98); }
    @media screen and (min-width: 1281px) {
      .header__submenu {
        box-shadow: 0 3px 2px #f1f1f1; } }
    @media screen and (max-width: 1280px) {
      .header__submenu {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        pointer-events: auto;
        text-align: center;
        background-color: transparent; } }
    .header__submenu > .wrapper {
      padding: 24px 0 40px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      @media screen and (max-width: 1280px) {
        .header__submenu > .wrapper {
          padding: 0 12px; } }
    .header__submenu.active, .header__submenu:hover {
      top: 0;
      opacity: 1;
      pointer-events: auto;
      transition: 0.5s all ease; }
    .header__submenu h2 {
      margin-bottom: 12px;
      margin-left: 12px;
      font-size: 2rem;
      font-weight: 100; }
      @media screen and (max-width: 1280px) {
        .header__submenu h2 {
          font-weight: 400;
          font-size: 1.4rem;
          margin: 8px auto;
          position: relative;
          display: inline-block; } }
      @media screen and (min-width: 1281px) {
        .header__submenu h2 a {
          color: #ff5700; } }
  .header__submenu-toggle {
    height: 0;
    width: 0;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #222;
    margin: 0 12px;
    transition: all 0.3s ease;
    top: 14px;
    left: 100%; }
    @media screen and (min-width: 1281px) {
      .header__submenu-toggle {
        display: none; } }
    .header__submenu-toggle.active {
      transform: rotate(180deg);
      margin-top: -6px; }
  .header__share-btn, .header__search-btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s all ease;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .header__share-btn, .header__search-btn {
        width: 16px;
        height: 16px; } }
  .header__search-btn {
    background-image: url(../images/search_black.png); }
    .header__search-btn.active {
      background-image: url(../images/search_orange.png); }
    @media screen and (min-width: 993px) {
      .header__search-btn:hover {
        background-image: url(../images/search_orange.png); } }
  .header__share-btn {
    background-image: url(../images/share_black.png); }
    .header__share-btn.active {
      background-image: url(../images/share_orange.png); }
    @media screen and (min-width: 993px) {
      .header__share-btn:hover {
        background-image: url(../images/share_orange.png); } }
  .header__submenu-item-holder {
    margin-top: 12px; }
    @media screen and (max-width: 1280px) {
      .header__submenu-item-holder {
        display: none;
        margin: 0 auto 12px; } }
  .header__submenu-item a {
    display: block;
    padding: 8px 24px 8px 12px;
    font-size: 1.125rem;
    line-height: 22px;
    font-weight: 300;
    height: 100%;
    text-decoration: none;
    color: #222;
    position: relative; }
    .header__submenu-item a:hover span {
      color: #ff5700; }
    @media screen and (max-width: 992px) {
      .header__submenu-item a {
        padding: 8px 0; } }
  .header__search {
    display: none;
    background: rgba(255, 255, 255, 0.98);
    padding: 32px 0 18px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 2px #6662; }
    @media screen and (max-width: 992px) {
      .header__search {
        padding: 12px 0 12px; } }
  .header__lang .cus-select-mask {
    line-height: 1.4; }
  .header__lang--mb {
    display: none;
    font-size: 0.875rem;
    font-weight: 600; }
    @media screen and (max-width: 1280px) {
      .header__lang--mb {
        display: block; } }
    .header__lang--mb .cus-select-arrow:after {
      margin-left: 6px; }
  .header__search-form {
    max-width: 768px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 2px #ff5700 solid; }
  .header__search-input {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.5rem;
    line-height: 28px;
    padding: 10px 12px 10px 0;
    font-weight: 300;
    outline: none; }
    @media screen and (max-width: 992px) {
      .header__search-input {
        font-size: 1rem;
        line-height: 22px; } }
  .header__search-submit {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: #ff5700;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s all ease;
    outline: none; }
    @media screen and (max-width: 992px) {
      .header__search-submit {
        font-size: 1rem; } }
    .header__search-submit:hover {
      opacity: 0.8; }
    .header__search-submit:after {
      content: ">";
      display: inline;
      padding-left: 5px; }
  .header__mb-menu-btn {
    position: relative;
    display: none;
    transition: 0.3s all ease;
    margin-right: 12px; }
    @media screen and (max-width: 1280px) {
      .header__mb-menu-btn {
        display: inline-block; } }
    .header__mb-menu-btn span {
      height: 2px;
      width: 35px;
      display: block;
      margin: 4px 0;
      background-color: #000;
      transition: 0.3s all ease;
      left: 0;
      position: relative; }
      @media screen and (max-width: 420px) {
        .header__mb-menu-btn span {
          width: 26px;
          margin: 4px 0; } }
    .header__mb-menu-btn:before, .header__mb-menu-btn:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      transition: 0.3s all ease; }
    .header__mb-menu-btn:before {
      transform-origin: right top; }
    .header__mb-menu-btn:after {
      transform-origin: right bottom;
      width: 70%; }
    .header__mb-menu-btn.active:before, .header__mb-menu-btn.active:after {
      width: 26px; }
      @media screen and (max-width: 420px) {
        .header__mb-menu-btn.active:before, .header__mb-menu-btn.active:after {
          width: 23.5px; } }
    .header__mb-menu-btn.active:before {
      transform: rotate(-45deg); }
    .header__mb-menu-btn.active:after {
      transform: rotate(45deg); }
    .header__mb-menu-btn.active span {
      opacity: 0;
      left: -20px;
      margin: 7px 0; }
      @media screen and (max-width: 420px) {
        .header__mb-menu-btn.active span {
          margin: 6px 0; } }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, "Microsoft Jhenghei", sans-serif;
  padding-top: 160px; }
  @media screen and (max-width: 1280px) {
    body {
      padding-top: 69px; } }
  @media screen and (max-width: 992px) {
    body {
      padding-top: 60px; } }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, "Microsoft Jhenghei", sans-serif; }

p {
  line-height: 1.5; }

img {
  max-width: 100%; }

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important; }

.overflow--hidden {
  overflow: hidden; }

.wrapper {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 420px) {
    .wrapper {
      padding-left: 12px;
      padding-right: 12px; } }
  .wrapper--align-right {
    text-align: right; }
  .wrapper--middle {
    max-width: 1048px; }
  .wrapper--small {
    max-width: 848px; }

h2 {
  font-size: 32px; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px; }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 16px; }
  @media screen and (max-width: 640px) {
    h4 {
      font-size: 14px; } }

.not-bold {
  font-weight: normal; }

.text-color--blue {
  color: #1a65e5; }

a {
  text-decoration: none;
  color: #222; }

button {
  border: none;
  background-color: transparent; }

.fs-btn {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 12px 32px;
  background: #ff5700;
  font-weight: 600;
  position: relative;
  transition: 0.3s all ease;
  position: relative;
  cursor: pointer; }
  .fs-btn:hover {
    top: -2px;
    left: -2px;
    box-shadow: 3px 3px 1px rgba(180, 180, 180, 0.9); }
  @media screen and (max-width: 420px) {
    .fs-btn--mobile-full {
      display: block;
      margin: 0 auto 12px;
      text-align: center; } }

.link-img {
  width: 13px;
  height: 13px;
  background-image: url(../images/popup_window.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -3px;
  flex-shrink: 0; }

.arrow {
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0; }
  .arrow:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transform: rotate(45deg); }
  .arrow__left {
    margin-right: 5px;
    transform: rotate(-135deg); }
  .arrow__right {
    margin-left: 5px;
    transform: rotate(45deg); }
  .arrow--white:after {
    border-top-color: #fff;
    border-right-color: #fff; }
  .arrow--right {
    margin-left: 5px; }
    .arrow--right:after {
      border-top-color: #222;
      border-right-color: #222;
      border-bottom: none;
      border-left: none;
      margin-left: -50%; }
  .arrow--left {
    margin-left: 5px;
    transform: rotate(-180deg); }
  .arrow--blue:after {
    border-top-color: #1a65e5;
    border-right-color: #1a65e5; }
  .arrow--white:after {
    border-top-color: #fff;
    border-right-color: #fff; }

.cus-select {
  position: relative; }
  .cus-select-mask {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; }
  .cus-select-arrow:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #222;
    margin-top: 5px;
    margin-left: 10px; }
  .cus-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }

.image-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: -1; }
  .image-circle__container {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    background-image: url(../images/blue_circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    animation-name: circleRotate;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .image-circle__top-left .image-circle__container {
      margin-top: -40%;
      margin-left: -40%; }
      @media screen and (max-width: 640px) {
        .image-circle__top-left .image-circle__container {
          margin-top: -30%; } }
  .image-circle__bottom-right {
    top: unset;
    left: unset;
    right: 0;
    bottom: 0; }
    .image-circle__bottom-right .image-circle__container {
      position: relative;
      right: -40%;
      margin-bottom: -40%; }

.image-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  .image-deco__container {
    display: block;
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .image-deco--big .image-deco__container {
      height: 100%; }
  .image-deco__right-bottom, .image-deco__left-bottom {
    background-image: url(../images/deco_orange_bottom.png); }
  .image-deco__right-bottom {
    right: -25px;
    bottom: -25px;
    top: unset;
    left: unset; }
    @media screen and (max-width: 1280px) {
      .image-deco__right-bottom {
        bottom: -15px; } }
  .image-deco__left-bottom {
    left: -25px;
    bottom: -25px;
    top: unset;
    right: unset; }
    @media screen and (max-width: 420px) {
      .image-deco__left-bottom {
        left: -10px;
        bottom: -15px; } }

.image-full__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  left: -15px;
  background-color: #ff5700;
  z-index: -1; }

.solid-circle {
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  border-radius: 50%; }
  @media screen and (max-width: 992px) {
    .solid-circle {
      width: 150px;
      height: 150px; } }
  .solid-circle--top-left {
    left: -100px;
    top: -75px; }
    @media screen and (max-width: 992px) {
      .solid-circle--top-left {
        left: -75px;
        top: -45px; } }
    @media screen and (max-width: 768px) {
      .solid-circle--top-left {
        left: -65px;
        top: -35px; } }
  .solid-circle--base-color {
    background-color: #f94f00; }

.vr-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(34, 34, 34, 0.5);
  background-image: url(../images/icon/icon-vr.png);
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat; }

.video-popup__btn {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-popup__btn-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff5700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease; }
    .video-popup__btn-icon:hover,
    .video-popup__btn:hover .video-popup__btn-icon {
      transform: scale(1.2); }
    .video-popup__btn-icon:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-width: 10px;
      border-color: transparent;
      border-style: solid;
      border-left-color: #fff;
      border-left-width: 15px;
      margin-left: 15px; }

.bg-blue {
  position: relative;
  color: #fff;
  border-top: 1px transparent solid;
  border-bottom: 1px transparent solid;
  margin-top: -1px;
  margin-bottom: -1px; }
  .bg-blue:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #094492 70%, #02325b);
    z-index: -3; }
  @media screen and (min-width: 993px) {
    .inner-hero-banner--has-img + .bg-blue {
      margin-top: 60px; } }
  .bg-blue a {
    color: #fff; }
  .bg-blue__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 40% auto;
    top: 0;
    left: 0;
    opacity: 0.4;
    pointer-events: none; }
    .bg-blue__layer--cube-top-right {
      background-image: url(../images/cube_top-right.png);
      background-position: right top; }
    .bg-blue__layer--cube-top-left {
      background-image: url(../images/cube_top-left.png);
      background-position: left top; }
    .bg-blue__layer--cube-bottom-right {
      background-image: url(../images/cube_bottom-right.png);
      background-position: right bottom; }
    .bg-blue__layer--cube-bottom-left {
      background-image: url(../images/cube_bottom-left.png);
      background-position: left bottom; }
    @media screen and (max-width: 640px) {
      .bg-blue__layer {
        background-size: 260px; } }

.share-box {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: -10px;
  padding-top: 6px; }
  .share-box .share-block__container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    background-color: #ff5700;
    box-shadow: 0 0 5px #6662;
    border-radius: 2px; }
    @media screen and (max-width: 480px) {
      .share-box .share-block__container {
        width: 126px;
        flex-wrap: wrap; } }
    .share-box .share-block__container:before {
      content: "";
      height: 0;
      width: 0;
      top: -10px;
      right: 16px;
      position: absolute;
      border-style: solid;
      border-color: transparent;
      border-width: 5px;
      border-bottom-color: #ff5700; }
    .share-box .share-block__container > a {
      width: 42px;
      height: 42px;
      background-size: 26px auto;
      background-repeat: no-repeat;
      background-position: center;
      transition: 0.3s all ease; }
      .share-box .share-block__container > a:hover {
        opacity: 0.8; }
      .share-box .share-block__container > a.media-icon--Facebook {
        background-image: url(../images/socialMedia/facebook_w.png); }
      .share-box .share-block__container > a.media-icon--Instagram {
        background-image: url(../images/socialMedia/instagram_w.png); }
      .share-box .share-block__container > a.media-icon--Youtube {
        background-image: url(../images/socialMedia/youtube_w.png); }
      .share-box .share-block__container > a.media-icon--Twitter {
        background-image: url(../images/socialMedia/twitter_w.png); }
      .share-box .share-block__container > a.media-icon--LinkedIn {
        background-image: url(../images/socialMedia/linkedin_w.png); }
      .share-box .share-block__container > a.media-icon--E-mail {
        background-image: url(../images/socialMedia/email_w.png); }

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px; }
  .breadcrumb .arrow--right {
    margin-left: 10px;
    margin-right: 8px; }

.inner-hero-banner {
  margin: 40px 0 40px; }
  .inner-hero-banner > .wrapper:not(.wrapper--align-right) {
    padding: 0; }
  .inner-hero-banner > .wrapper.wrapper--align-right {
    margin-top: -64px; }
    @media screen and (max-width: 1280px) {
      .inner-hero-banner > .wrapper.wrapper--align-right {
        margin-top: 0; } }
    @media screen and (max-width: 640px) {
      .inner-hero-banner > .wrapper.wrapper--align-right {
        margin-top: -42px; } }
  .inner-hero-banner--has-img {
    padding-bottom: 0;
    z-index: 2;
    position: relative; }
  .inner-hero-banner__title {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    margin: 20px auto;
    position: relative;
    z-index: 3;
    text-shadow: 0 0 4px #fff;
    max-width: 900px; }
    .inner-hero-banner__title.index {
      animation-duration: 1.5s;
      animation-delay: 1s; }
    @media screen and (min-width: 993px) {
      .inner-hero-banner__title.index {
        white-space: nowrap;
        max-width: unset;
        padding-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      .inner-hero-banner__title {
        font-size: 32px; } }
  .inner-hero-banner__des {
    font-size: 16px;
    text-align: center; }
    .inner-hero-banner__des .wrapper {
      max-width: 600px;
      line-height: 1.5; }
  .inner-hero-banner__img {
    padding-left: 8%;
    position: relative;
    font-size: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 640px) {
      .inner-hero-banner__img {
        padding-left: 4%; } }
  .inner-hero-banner__img-text {
    font-size: 16px;
    color: #222;
    position: relative;
    max-width: 30%;
    text-align: left;
    display: inline-block;
    animation-delay: 1s; }
    @media screen and (max-width: 1280px) {
      .inner-hero-banner__img-text {
        max-width: 50%; } }
    @media screen and (max-width: 640px) {
      .inner-hero-banner__img-text {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        padding-top: 42px;
        font-size: 12px; } }
    .inner-hero-banner__img-text--white {
      color: #fff; }
  .inner-hero-banner__img-three-col {
    z-index: 1;
    position: relative; }
  .inner-hero-banner__img-circle {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 25%;
    max-width: 260px;
    font-size: 0;
    animation-delay: 1s; }
    @media screen and (max-width: 1280px) {
      .inner-hero-banner__img-circle {
        left: 3%;
        max-width: 200px; } }
    @media screen and (max-width: 992px) {
      .inner-hero-banner__img-circle {
        left: 0;
        max-width: 260px; } }
    .inner-hero-banner__img-circle img {
      animation-name: circleRotate;
      animation-duration: 60s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
  .inner-hero-banner__img-deco {
    position: absolute;
    width: 40%;
    top: -5%;
    left: 50%;
    animation-delay: 1s; }

.event__gap {
  height: 15px;
  width: 1px;
  background: #fff;
  margin: 0 5px; }

.filter-tab .wrapper {
  position: relative;
  text-align: center;
  font-size: 0; }

.filter-tab__container {
  position: relative;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden; }

.filter-tab__btn {
  background: none;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  font-size: 16px;
  border-bottom-width: 3px;
  line-height: 1.5;
  margin: 0 12px;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease;
  flex-shrink: 0;
  width: auto; }
  .filter-tab__btn.active {
    color: #1a65e5;
    border-bottom-color: #1a65e5;
    font-weight: bold; }
  .filter-tab__btn:hover {
    color: #1a65e5; }

.filter-tab__scrollbar {
  height: 5px; }

.filter-tab__search {
  position: relative;
  width: 400px;
  margin-top: -20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%; }
  @media screen and (max-width: 640px) {
    .filter-tab__search {
      margin-bottom: 24px; } }
  .filter-tab__search .wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    position: relative; }
  .filter-tab__search .search__border {
    position: absolute;
    width: calc(100% + 5px);
    height: 1px;
    bottom: -1px;
    left: -2.5px;
    background: #767676;
    transition: 0.3s all ease; }

.filter-tab__search-input {
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 28px;
  background: transparent;
  flex-grow: 1; }
  .filter-tab__search-input:focus ~ .search__border {
    background: #1a65e5; }

.filter-tab__search-submit {
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  opacity: 0.6;
  flex-shrink: 0;
  cursor: pointer; }

.filter-tab__search-btn--mobile {
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  background-image: url(../images/search_black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  margin-left: 12px;
  margin-right: 12px;
  flex-shrink: 0;
  cursor: pointer;
  outline: none; }
  .filter-tab__search-btn--mobile.active {
    background-image: url(../images/search_orange.png); }
  @media screen and (min-width: 993px) {
    .filter-tab__search-btn--mobile {
      display: none; } }

.filter__empty {
  display: none;
  margin: 100px auto;
  text-align: center;
  padding: 24px 0; }
  .filter__empty .empty__title {
    margin-bottom: 12px; }
  .filter__empty .empty__desc {
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      .filter__empty .empty__desc {
        font-size: 14px; } }

.level-img {
  color: #fff;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .level-img {
      padding: 60px 0; }
      .two-block + .level-img {
        padding: 0; } }
  .level-img .wrapper {
    z-index: 1;
    position: relative; }
  .level-img__title {
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 1; }
    .mic-event .level-img__title {
      margin-top: 0;
      margin-bottom: 0; }
  .level-img__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px; }
  .level-img__item {
    width: calc(33% - 62px);
    margin-bottom: 40px;
    margin-left: 96px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .level-img__item {
        width: calc(33% - 22px);
        margin-left: 36px; } }
    @media screen and (max-width: 768px) {
      .level-img__item {
        width: calc(50% - 20px);
        margin-left: auto; } }
    @media screen and (max-width: 480px) {
      .level-img__item {
        width: calc(50% - 10px); } }
    .level-img__item._1 {
      margin-left: 0; }
  .level-img__img {
    display: block;
    font-size: 0;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto 15px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center; }
  .level-img__img-default-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .level-img__img-default-container.hide {
      display: none; }
  .level-img__img-default {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px; }
    @media screen and (max-width: 420px) {
      .level-img__img-default {
        padding: 12px; } }
    .level-img__img-default.current {
      display: flex; }
    .level-img__img-default--light-blue {
      background-color: #a5c1ce; }
    .level-img__img-default--orange {
      background-image: linear-gradient(45deg, #fdf147 -30%, #fe5400);
      background-size: cover; }
    .level-img__img-default h3 {
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word; }
  .level-img__textarea {
    position: relative; }
    .level-img__textarea div {
      line-height: 1.5; }
  .level-img__name {
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 640px) {
      .level-img__name {
        font-size: 14px; } }
  .level-img__des {
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0;
    opacity: 0.7; }
    @media screen and (max-width: 640px) {
      .level-img__des {
        font-size: 12px; } }
    .level-img__des .event__date {
      margin-right: 9px; }

.map-n-des {
  padding-top: 50px; }
  @media screen and (max-width: 992px) {
    .map-n-des {
      padding-top: 0; } }
  .map-n-des__container {
    display: flex;
    align-items: center;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid; }
    @media screen and (max-width: 992px) {
      .map-n-des__container {
        flex-wrap: wrap; } }
  .map-n-des__textarea {
    color: #fff;
    flex-basis: 35%;
    margin-right: -10%;
    flex-shrink: 0; }
    @media screen and (max-width: 992px) {
      .map-n-des__textarea {
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
        margin-bottom: -30px;
        position: relative;
        z-index: 2;
        flex-basis: 100%;
        max-width: 480px;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .map-n-des__textarea {
        font-size: 14px;
        text-align: left;
        max-width: initial; } }
    .map-n-des__textarea .desc {
      font-size: 16px;
      font-weight: lighter;
      line-height: 1.5;
      margin: 24px 0; }
      @media screen and (max-width: 640px) {
        .map-n-des__textarea .desc {
          font-size: 14px; } }
  .map-n-des__map {
    flex-basis: 80%;
    flex-shrink: 0;
    position: relative; }
    @media screen and (max-width: 992px) {
      .map-n-des__map {
        flex-basis: 100%; } }
    .map-n-des__map .arrow {
      width: 5px;
      height: 5px; }
  .map-n-des__map-img {
    animation-delay: .5s all ease; }
    .map-n-des__map-img img {
      width: 100%; }
  .map-n-des__map-pin {
    position: absolute; }
    .map-n-des__map-pin:nth-child(1) {
      animation-delay: 0.15s; }
    .map-n-des__map-pin:nth-child(2) {
      animation-delay: 0.3s; }
    .map-n-des__map-pin:nth-child(3) {
      animation-delay: 0.45s; }
    .map-n-des__map-pin:nth-child(4) {
      animation-delay: 0.6s; }
    .map-n-des__map-pin:nth-child(5) {
      animation-delay: 0.75s; }
    .map-n-des__map-pin:nth-child(6) {
      animation-delay: 0.9s; }
    .map-n-des__map-pin:nth-child(7) {
      animation-delay: 1.05s; }
    .map-n-des__map-pin:nth-child(8) {
      animation-delay: 1.2s; }
    .map-n-des__map-pin:hover .map-n-des__map-pin-img {
      background-image: url(../images/pin_orange.png); }
  .map-n-des__map-pin-img {
    width: 30px;
    height: 30px;
    background-image: url(../images/pin_white.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px; }
    @media screen and (max-width: 768px) {
      .map-n-des__map-pin-img {
        width: 20px;
        height: 20px;
        margin-left: -10px; } }
    @media screen and (max-width: 375px) {
      .map-n-des__map-pin-img {
        width: 13px;
        height: 13px;
        margin-left: -6px;
        margin-top: 5px; } }
    .map-n-des__map-pin-img.highlight {
      background-image: url(../images/pin_orange.png);
      width: 36px;
      height: 36px;
      margin-left: -18px; }
      @media screen and (max-width: 768px) {
        .map-n-des__map-pin-img.highlight {
          width: 24px;
          height: 24px;
          margin-left: -12px; } }
  .map-n-des__map-pin-name {
    position: absolute;
    color: #fff;
    white-space: nowrap;
    right: 14px;
    top: 6px;
    font-size: 12px;
    letter-spacing: -1px; }
    @media screen and (min-width: 993px) {
      .map-n-des__map-pin-name {
        right: 0;
        top: 42px;
        font-size: 14px;
        transform: translateX(50%);
        letter-spacing: initial; } }
    @media screen and (max-width: 420px) {
      .map-n-des__map-pin-name {
        font-size: 9px;
        right: 6px; } }
    @media screen and (max-width: 375px) {
      .map-n-des__map-pin-name .arrow {
        display: none; } }

.sec-des {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px; }
  @media screen and (max-width: 640px) {
    .sec-des {
      min-height: 300px; } }
  .sec-des:before {
    content: "";
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .sec-des .wrapper {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .sec-des .wrapper {
        padding-top: 54px;
        padding-bottom: 54px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
  .sec-des__layer {
    position: absolute;
    height: 100%;
    width: 80%; }
    @media screen and (max-width: 640px) {
      .sec-des__layer {
        width: 100%; } }
    .sec-des__layer--black {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent); }
  .sec-des__title {
    color: #fff;
    margin-bottom: 12px; }
  .sec-des__textarea {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .sec-des__textarea {
        font-size: 14px; } }
    .sec-des__textarea a:not(.fs-btn) {
      color: #ff5700;
      text-decoration: underline; }
  .sec-des__small {
    font-size: 16px; }
  .sec-des--left:before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 35%, rgba(34, 34, 34, 0.5) 60%); }
    @media screen and (max-width: 640px) {
      .sec-des--left:before {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 35%, rgba(34, 34, 34, 0.5) 60%); } }
  .sec-des--left .sec-des__title {
    max-width: 480px; }
  .sec-des--left .sec-des__textarea {
    max-width: 480px; }
  .sec-des--center {
    text-align: center; }
    .sec-des--center:before {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(34, 34, 34, 0.5) 35%, rgba(34, 34, 34, 0.5) 65%, rgba(25, 25, 25, 0) 100%); }
    .sec-des--center .wrapper {
      padding-top: 100px;
      padding-bottom: 100px;
      position: relative; }
    .sec-des--center .sec-des__title {
      margin-bottom: 15px; }
    .sec-des--center .sec-des__textarea {
      margin-left: auto;
      margin-right: auto;
      max-width: 768px; }
  .sec-des--right:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(34, 34, 34, 0.5) 60%); }
    @media screen and (max-width: 640px) {
      .sec-des--right:before {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 35%, rgba(34, 34, 34, 0.5) 60%); } }
  .sec-des--right .sec-des__container {
    max-width: 480px;
    width: 40%;
    margin-left: auto; }
    @media screen and (max-width: 640px) {
      .sec-des--right .sec-des__container {
        width: 100%;
        max-width: initial; } }
  .sec-des--auto-height .wrapper {
    height: auto;
    padding-top: 54px;
    padding-bottom: 54px; }
  .sec-des .video-popup__btn {
    animation-delay: 1.5s; }
    @media screen and (max-width: 640px) {
      .sec-des .video-popup__btn {
        position: relative;
        height: auto;
        top: unset;
        left: unset;
        transform: unset; }
        .sec-des .video-popup__btn-icon {
          height: 55px;
          width: 55px; }
          .sec-des .video-popup__btn-icon:before {
            border-width: 8px;
            border-left-width: 12px;
            margin-left: 12px; } }

.circle {
  width: 100%;
  height: 0;
  font-size: 0;
  z-index: 10;
  position: relative;
  pointer-events: none; }
  .circle .wrapper {
    position: relative;
    display: flex;
    align-items: center; }
  .circle img {
    position: absolute;
    width: 30%;
    max-width: 230px;
    right: 0;
    animation-name: circleRotate;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

@keyframes circleRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.two-block {
  margin: 50px 0; }
  @media screen and (max-width: 640px) {
    .two-block {
      margin: 24px 0; } }
  .inner-hero-banner + .two-block {
    margin: 80px 0 50px; }
    @media screen and (max-width: 640px) {
      .inner-hero-banner + .two-block {
        margin: 60px 0 24px; } }
  .bg-blue .two-block {
    margin-top: 120px; }
    @media screen and (max-width: 640px) {
      .bg-blue .two-block {
        margin-top: 32px; } }
  .content-block + .two-block {
    margin-top: 0; }
    .content-block + .two-block .two-block__row {
      margin-top: 0; }
  .two-block__row {
    display: flex;
    align-items: center;
    margin: 50px 0; }
    @media screen and (max-width: 768px) {
      .two-block__row {
        flex-wrap: wrap; } }
    @media screen and (max-width: 640px) {
      .two-block__row {
        margin: 24px 0; } }
  .two-block__title {
    margin-bottom: -30px; }
    @media screen and (max-width: 640px) {
      .two-block__title {
        margin-bottom: -10px; } }
  .two-block__image {
    flex-shrink: 0;
    position: relative; }
    .two-block__image .image-container {
      font-size: 0;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .new-model__item-holder .two-block__image .image-container,
      .signature-project .two-block__image .image-container {
        background-size: contain; }
      .two-block__image .image-container > img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
    .two-block__image a.image-container {
      display: block; }
    .two-block__image--default {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-size: 24px;
      z-index: -1;
      padding: 24px; }
      @media screen and (max-width: 420px) {
        .two-block__image--default {
          padding: 12px; } }
    .two-block__image--default-blue {
      background-image: linear-gradient(145deg, #2f65af 5%, #073879, #032a5d);
      box-shadow: 0 0 7px #063879; }
  .two-block__textarea {
    position: relative;
    flex-grow: 1;
    padding-left: 50px;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .two-block__textarea {
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 30px; } }
    @media screen and (max-width: 420px) {
      .two-block__textarea {
        margin-top: 0; } }
    .two-block__textarea .textarea__container > * {
      margin-top: 12px;
      margin-bottom: 12px; }
    .two-block__textarea .textarea__title--full-bottom-border {
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px rgba(255, 255, 255, 0.5) solid; }
    .two-block__textarea .textarea__des {
      font-size: 16px;
      line-height: 1.5;
      text-align: justify; }
      .two-block__textarea .textarea__des-small {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        line-height: 1.5;
        text-align: justify; }
        .two-block__textarea .textarea__des-small a {
          color: #1a65e5; }
          .two-block__textarea .textarea__des-small a.underline {
            text-decoration: underline; }
        .two-block__textarea .textarea__des-small .event__date {
          margin-right: 12px; }
      .partner-inner__info-holder .two-block__textarea .textarea__des b {
        color: #1a65e5; }
    .two-block__textarea .textarea__location img,
    .two-block__textarea .textarea__location span {
      display: inline-block;
      vertical-align: middle; }
    .two-block__textarea .textarea__location img {
      height: 14px;
      margin-right: 12px; }
    .two-block__textarea .textarea__location span {
      font-size: 12px;
      font-weight: bold; }
    .two-block__textarea .textarea__point {
      font-size: 16px;
      font-weight: bold;
      padding-left: 12px;
      position: relative; }
      .two-block__textarea .textarea__point:before {
        content: "";
        position: absolute;
        width: 0.3rem;
        height: 0.3rem;
        left: 0;
        top: 15px;
        margin-top: -0.15rem;
        border-radius: 50%;
        background-color: #1a65e5; }
    .two-block__textarea .textarea__btn {
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 5px; }
      .two-block__textarea .textarea__btn-icon {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../images/white_arrow_R.png);
        background-position: center;
        background-size: 30px auto;
        background-repeat: no-repeat;
        transition: 0.3s all ease;
        box-sizing: content-box; }
        .two-block__textarea .textarea__btn-icon:hover {
          padding-left: 15px; }
  .two-block--square .two-block__image {
    flex-basis: 38%;
    margin-right: 2%; }
    @media screen and (max-width: 768px) {
      .two-block--square .two-block__image {
        flex-basis: 100%;
        max-width: 400px;
        margin: 0 auto; } }
  .two-block--square .two-block__textarea:before {
    content: "";
    width: 30%;
    height: 3px;
    background-color: #1a65e5;
    display: block;
    max-width: 110px;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .two-block--square .two-block__textarea:before {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
    @media screen and (max-width: 420px) {
      .two-block--square .two-block__textarea:before {
        margin-top: 20px; } }
  .two-block--square .image-container {
    padding-bottom: 100%; }
  .two-block--rectangle .two-block__image {
    width: 60%; }
    @media screen and (max-width: 992px) {
      .two-block--rectangle .two-block__image {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .two-block--rectangle .two-block__image {
        width: 100%; } }
  .two-block--rectangle .image-container {
    padding-bottom: 56.25%; }
  .two-block--half-width .two-block__image {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .two-block--half-width .two-block__image {
        width: 100%; } }
  .two-block--free-size .two-block__image {
    flex-basis: 48%;
    margin-right: 2%; }
    @media screen and (max-width: 1280px) {
      .two-block--free-size .two-block__image {
        flex-basis: 38%; } }
    @media screen and (max-width: 768px) {
      .two-block--free-size .two-block__image {
        flex-basis: 100%;
        max-width: 300px;
        margin: 0 auto; } }
    .two-block--free-size .two-block__image .image-container {
      padding-bottom: 56.25%; }
  @media screen and (min-width: 769px) {
    .two-block--small-image .two-block__image {
      flex-basis: 30%; } }
  @media screen and (max-width: 992px) {
    .two-block--has-grid-box .two-block__row {
      flex-wrap: wrap; } }
  .two-block--has-grid-box .two-block__image {
    flex-basis: 48%; }
    @media screen and (max-width: 992px) {
      .two-block--has-grid-box .two-block__image {
        margin-left: auto;
        margin-right: auto; } }

.sec-banner {
  width: 100%;
  height: 450px;
  position: relative; }
  .sec-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .sec-banner__container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.sec-map {
  display: flex;
  align-items: stretch;
  background-color: #f9f9f9; }
  @media screen and (max-width: 992px) {
    .sec-map {
      flex-wrap: wrap; } }
  .sec-map__des {
    flex-basis: 50%;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 64px;
    padding-left: 24px;
    max-width: 674px;
    margin-left: auto; }
    @media screen and (max-width: 992px) {
      .sec-map__des {
        flex-basis: 100%;
        padding: 32px 24px; } }
    .sec-map__des-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .sec-map__des-textarea {
      font-size: 16px;
      line-height: 1.5;
      margin: 15px 0;
      opacity: 0.7;
      max-width: 480px; }
    .sec-map__des-open {
      margin: 15px 0;
      display: flex;
      align-items: stretch; }
      @media screen and (max-width: 375px) {
        .sec-map__des-open {
          flex-wrap: wrap; } }
      @media screen and (max-width: 375px) {
        .sec-map__des-open .des-open__item {
          width: 100%; } }
      .sec-map__des-open .des-open__day {
        font-size: 16px;
        margin-bottom: 5px; }
      .sec-map__des-open .des-open__hour {
        color: #1a65e5;
        font-size: 16px; }
      .sec-map__des-open .des-open__gap {
        width: 1px;
        background: #1a65e5;
        margin: 0 28px; }
        @media screen and (max-width: 375px) {
          .sec-map__des-open .des-open__gap {
            width: 30%;
            height: 1px;
            margin: 12px 0; } }
    .sec-map__des .fs-btn {
      margin-top: 20px; }
  .sec-map__img-holder {
    flex-basis: 50%; }
    @media screen and (max-width: 992px) {
      .sec-map__img-holder {
        flex-basis: 100%;
        padding: 0; } }
  .sec-map__img {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 992px) {
      .sec-map__img {
        height: 0;
        padding-bottom: 50%;
        background-size: 150%; } }
    @media screen and (max-width: 420px) {
      .sec-map__img {
        background-size: 250%; } }

.last-update {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 641px) {
    .last-update {
      margin-bottom: 50px; } }
  .last-update .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .last-update__date {
    font-size: 12px;
    opacity: 0.7; }
    @media screen and (max-width: 640px) {
      .last-update__date {
        order: 1;
        width: 100%; } }

.footer {
  border-top: 1px rgba(34, 34, 34, 0.1) solid; }
  .footer .wrapper {
    padding-top: 60px;
    padding-bottom: 80px; }
  .footer__row-1 {
    display: flex;
    padding-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .footer__row-1 {
        padding-bottom: 24px;
        flex-direction: column; } }
    .footer__row-1 .footer__col {
      padding-left: 5%; }
      @media screen and (max-width: 640px) {
        .footer__row-1 .footer__col {
          padding-left: 0;
          margin-top: 24px; } }
      .footer__row-1 .footer__col--contact {
        padding-left: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 640px) {
          .footer__row-1 .footer__col--contact {
            flex-shrink: 1;
            flex-basis: 260px; } }
    .footer__row-1 a {
      transition: 0.3s all ease; }
      .footer__row-1 a:hover {
        color: #1a65e5; }
  .footer-contact {
    line-height: 1.5; }
    .footer-contact h3 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #1a65e5; }
    .footer-contact .footer__row:not(:last-child) {
      margin-bottom: 15px; }
    .footer-contact__subtitle {
      color: #1a65e5; }
    .footer-contact span {
      font-size: 16px; }
    .footer-contact__address span {
      display: block; }
    .footer-contact__hotline a {
      display: inline-block; }
  .footer-menu {
    display: none; }
    .footer-menu a {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 12px;
      display: block; }
    .footer-menu--1 {
      margin-left: auto; }
  .footer-inno {
    margin-left: auto; }
    @media screen and (max-width: 640px) {
      .footer-inno {
        font-size: 14px;
        width: 100%; } }
    .footer-inno__link {
      display: block;
      margin-bottom: 14px; }
      @media screen and (max-width: 640px) {
        .footer-inno__link {
          margin-bottom: 9px; } }
      .footer-inno__link--bold {
        font-weight: bold; }
      .footer-inno__link:last-child {
        margin-bottom: 0; }
      .footer-inno__link .link-img {
        display: inline-block; }
  .footer__row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footer__row-2 {
        flex-wrap: wrap; } }
  .footer__copyright {
    font-size: 12px; }
    @media screen and (max-width: 768px) {
      .footer__copyright {
        order: 1; } }
    .footer__copyright span {
      display: inline-block;
      vertical-align: middle; }
      .footer__copyright span.gap {
        width: 1px;
        height: 12px;
        background: #222;
        opacity: 0.4;
        margin: 0 5px; }
  .footer__media {
    display: flex; }
    @media screen and (max-width: 768px) {
      .footer__media {
        width: 100%;
        padding-bottom: 24px; } }
    .footer__media-icon {
      width: 30px;
      height: 30px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 24px;
      transition: 0.3s all ease; }
      @media screen and (max-width: 768px) {
        .footer__media-icon {
          margin-left: 0;
          margin-right: 14px; } }
      .footer__media-icon:hover {
        -webkit-filter: drop-shadow(1px 1px 1px #aaa);
        filter: drop-shadow(1px 1px 1px #aaa); }
      .footer__media-icon--Facebook {
        background-image: url(../images/socialMedia/facebook_blue.png); }
      .footer__media-icon--Instagram {
        background-image: url(../images/socialMedia/instagram_blue.png); }
      .footer__media-icon--Youtube {
        background-image: url(../images/socialMedia/youtube_blue.png); }
      .footer__media-icon--Twitter {
        background-image: url(../images/socialMedia/twitter_blue.png); }
      .footer__media-icon--LinkedIn {
        background-image: url(../images/socialMedia/linkedin_blue.png); }
      .footer__media-icon--E-mail {
        background-image: url(../images/socialMedia/email_blue.png); }

.back-top {
  font-size: 0;
  position: relative;
  z-index: 10; }
  .back-top__btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    right: 24px;
    border-radius: 50%;
    background-color: #ff5700;
    cursor: pointer; }
    .back-top__btn:before {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 2px #fff solid;
      border-right: 2px #fff solid;
      transform: rotate(-45deg);
      margin-top: 6px; }

main {
  transition: 0.5s all ease;
  overflow: hidden; }

.border-layer {
  position: relative; }
  .border-layer:before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: -1; }
  .border-layer--top-right:before {
    top: -32px;
    bottom: 32px;
    left: -24px;
    right: 24px;
    background-image: url(../images/border-crop-top-right.svg); }
  .border-layer--top-left:before {
    top: -32px;
    bottom: 32px;
    left: 24px;
    right: -24px;
    background-image: url(../images/border-crop-top-left.svg); }
  .border-layer--bottom-right:before {
    top: -32px;
    bottom: 32px;
    left: -24px;
    right: 24px;
    background-image: url(../images/border-crop-bottom-right.svg); }
  .border-layer--bottom-left:before {
    top: -32px;
    bottom: 32px;
    left: 24px;
    right: -24px;
    background-image: url(../images/border-crop-bottom-left.svg); }

.image-des {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-top: 10px;
  flex-wrap: wrap; }
  .image-des__name {
    font-size: 16px;
    margin-right: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .image-des__name ~ span {
      font-size: 12px;
      margin-right: 12px; }

.find-supplier {
  padding: 64px 0; }
  .find-supplier h2 {
    text-align: center; }
  .find-supplier__keyword-form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 400px;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 80%; }
    .find-supplier__keyword-form ::placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .find-supplier__keyword-input {
    margin-left: auto;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    border-radius: 0;
    flex-grow: 1; }
  .find-supplier__keyword-submit {
    flex-shrink: 0;
    opacity: 0.6;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .find-supplier__keyword-submit > img {
      width: 16px; }
  .find-supplier__filter-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin: 24px auto; }
    @media screen and (max-width: 1280px) {
      .find-supplier__filter-header {
        width: 100%;
        margin-bottom: 24px; }
        .find-supplier__filter-header--hidden {
          display: none; } }
    .find-supplier__filter-header > img {
      width: 16px;
      margin-right: 12px; }
  .find-supplier__filter-body {
    display: block;
    max-width: 680px;
    margin: auto; }
  .find-supplier__filter-row {
    display: flex;
    align-self: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-row {
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 12px; } }
    .find-supplier__filter-row--center {
      justify-content: center; }
    .find-supplier__filter-row + .find-supplier__filter-row {
      margin-top: 6px; }
  .find-supplier__filter-control {
    text-align: center;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .find-supplier__filter-submit, .find-supplier__filter-clear {
    margin: 0 12px;
    font-size: 16px;
    color: #fff;
    border: 1px #fff solid;
    padding: 3px;
    transition: .3s all ease;
    cursor: pointer; }
    .find-supplier__filter-submit:hover, .find-supplier__filter-clear:hover {
      color: #ff5700;
      border-color: #ff5700; }
  .find-supplier__filter-title {
    flex-basis: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 28px; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-title {
        flex-basis: auto;
        margin-bottom: 0; } }
  .find-supplier__filter-options {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 480px; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-options {
        justify-content: center;
        width: 100%;
        max-width: unset;
        padding-right: 6px; } }
  .find-supplier__filter-select {
    min-width: 200px;
    flex-grow: 0; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-select {
        max-width: 350px;
        margin: 0 auto;
        width: 100%; } }
  .find-supplier__filter-btn {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    background-color: #1a65e5;
    margin: 0 0 6px 6px;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-btn {
        line-height: 1.4;
        padding: 6px;
        font-size: 12px; } }
    .find-supplier__filter-btn.active {
      background-color: #ff5700; }
    .find-supplier__filter-btn--approval {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 640px) {
        .find-supplier__filter-btn--approval {
          width: 100%;
          text-align: center; }
          [lang="en"] .find-supplier__filter-btn--approval {
            max-width: 470px; }
          .find-supplier__filter-btn--approval span {
            text-align: left; } }
    .find-supplier__filter-btn:hover {
      opacity: 0.8; }
    .find-supplier__filter-btn.active {
      background-color: #ff5700; }
    .find-supplier__filter-btn img {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      margin-right: 12px; }
    .find-supplier__filter-btn span {
      display: inline-block;
      vertical-align: middle; }
  .find-supplier__filter-select select {
    margin-left: 6px;
    width: 100%; }
  .find-supplier__filter-select-mask {
    margin-left: 6px;
    width: 100%;
    border-bottom: 1px #1a65e5 solid;
    padding: 3px; }
    @media screen and (max-width: 640px) {
      .find-supplier__filter-select-mask {
        justify-content: center; } }
  @media screen and (max-width: 640px) {
    .find-supplier__filter-select-text {
      max-width: calc(100% - 50px); } }
  @media screen and (max-width: 640px) {
    .find-supplier__filter-select-arrow {
      position: absolute;
      right: 5px; } }
  .find-supplier__filter-select-arrow:after {
    border-top-color: #fff; }
  .find-supplier__hkde-more {
    width: 100%;
    text-align: right;
    padding: 12px 20px;
    margin-top: 44px;
    margin-bottom: -74px; }
    @media screen and (max-width: 640px) {
      .find-supplier__hkde-more {
        margin-top: 24px;
        margin-bottom: -24px;
        font-size: 14px;
        padding: 12px 0; } }
    .find-supplier__hkde-more a:hover {
      color: #ff5700; }
  .find-supplier__item-holder {
    border-top: 1px solid #1a65e5;
    margin-top: 74px;
    min-height: 600px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .find-supplier__item-holder {
        margin-left: -24px;
        margin-right: -24px; } }
    @media screen and (max-width: 640px) {
      .find-supplier__item-holder {
        margin-top: 24px; } }
  .find-supplier__item-head {
    font-weight: 700;
    font-size: 16px; }
    @media screen and (max-width: 992px) {
      .find-supplier__item-head {
        display: none; } }
  .find-supplier__item {
    font-size: 16px;
    border-bottom: 1px solid rgba(26, 101, 229, 0.6);
    transition: all 0.3s ease; }
    @media screen and (max-width: 992px) {
      .find-supplier__item {
        padding: 12px 24px; } }
    @media screen and (max-width: 640px) {
      .find-supplier__item {
        font-size: 14px; } }
    .find-supplier__item.active {
      background-color: rgba(255, 255, 255, 0.1); }
  .find-supplier__item-hidden {
    display: none;
    padding: 0 0 6px; }
    @media screen and (max-width: 992px) {
      .find-supplier__item-hidden {
        margin-top: 12px; }
        .find-supplier__item-hidden .find-supplier__item-col:not(.find-supplier__item-col--supplier):not(.find-supplier__item-col--consultant):not(.find-supplier__item-col--contractor):not(.find-supplier__item-col--country):not(.find-supplier__item-col--professionals) {
          display: none; } }
  .find-supplier__item-row {
    display: flex;

    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .find-supplier__item-row {
        flex-wrap: wrap; } }
    .find-supplier__item-head .find-supplier__item-row {
      min-height: 64px; }
    .find-supplier__item .find-supplier__item-row {
      min-height: 72px; }
  .find-supplier__item-col {
    padding: 18px 4px; }
    .find-supplier__item-col--approval img, .find-supplier__item-col--detail img {
      width: 16px;
      display: block;
      margin: 0 auto; }
    .find-supplier__item-col--document-title a {
      font-weight: bold;
      transition: 0.3s all ease; }
      .find-supplier__item-col--document-title a:hover {
        color: #ff5700; }
    .find-supplier__item-col--pin {
      width: 30px;
      flex-shrink: 0; }
    @media screen and (min-width: 993px) {
      .find-supplier__item-col--control {
        flex-basis: 90px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--structure {
        flex-basis: 160px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--approval {
        flex-basis: 140px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--country {
        flex-basis: 220px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--supplier {
        flex-basis: 60%;
        flex-grow: 1; }
      .find-supplier__item-col--detail {
        flex-basis: 120px;
        text-align: center; }
        .find-supplier__item-hidden .find-supplier__item-col--detail {
          order: 2; }
      .find-supplier__item-col--contractor {
        flex-basis: 60%;
        flex-grow: 1; }
      .find-supplier__item-col--consultant {
        flex-basis: 60%;
        flex-grow: 1;
        text-align: left; }
      .find-supplier__item-col--professionals {
        flex-basis: 240px;
        text-align: center; }
      .find-supplier__item-col--date {
        flex-basis: 100px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--document-type {
        flex-basis: 200px;
        text-align: center;
        flex-shrink: 0; }
      .find-supplier__item-col--document-title {
        flex-basis: 50%;
        flex-grow: 1; }
      .find-supplier__item-col--source {
        flex-basis: 200px;
        text-align: center; }
        .find-supplier__item-col--tender-date {
            flex-basis: 150px;
            text-align: left;
            flex-shrink: 0;
        }
        .find-supplier__item-col--client {
            flex-basis: 260px;
            text-align: center;
            flex-shrink: 0;
        }
    }

    @media screen and (max-width: 992px) {
      .find-supplier__item-col {
        padding: 6px 4px;
        display: flex;
        justify-content: flex-start;
        align-self: start; }
        .find-supplier__item-col--structure {
          order: 3;
          flex-basis: 100%; }
        .find-supplier__item-col--control {
          order: 2; }
        .find-supplier__item-col--country {
          order: 5;
          flex-basis: 49%; }
          .find-supplier__item-hidden .find-supplier__item-col--country {
            order: 1;
            flex-basis: 100%; }
        .find-supplier__item-col--supplier {
          order: 1;
          flex-basis: calc(100% - 42px); }
          .find-supplier__item-hidden .find-supplier__item-col--supplier {
            order: 2; }
        .find-supplier__item-col--approval {
          order: 4;
          flex-basis: 100%;
          line-height: 24px;
          align-items: center; }
        .find-supplier__item-col--detail {
          order: 6;
          line-height: 24px;
          flex-basis: 49%;
          align-items: center; }
        .find-supplier__item-col--contractor {
          order: 1;
          flex-basis: calc(100% - 42px); }
        .find-supplier__item-col--consultant {
          order: 1;
          flex-basis: calc(100% - 42px); }
        .find-supplier__item-col--professionals {
          flex-basis: 100%;
          order: 3; }
          .find-supplier__item-hidden .find-supplier__item-col--professionals {
            order: 0; }
        .find-supplier__item-col--pin {
          flex-basis: 100%; }
          .find-supplier__item-col--pin img {
            width: 20px;
            height: 20px; }
        .find-supplier__item-col--date, .find-supplier__item-col--document-type {
          flex-basis: 50%; }
        .find-supplier__item-col--document-title, .find-supplier__item-col--source {
          flex-basis: 100%; }
        .find-supplier__item-col--document-title, .find-supplier__item-col--tender-date {
            flex-basis: 100%;
        }
        .find-supplier__item-col--document-title, .find-supplier__item-col--client {
            flex-basis: 100%;
        }
    }
    @media screen and (max-width: 640px) {
      .find-supplier__item-col--supplier {
        flex-wrap: wrap; }
        .find-supplier__item-col--supplier .find-supplier__item-title {
          margin-bottom: 6px;
          flex-basis: 100%; }
      .find-supplier__item-col--country {
        flex-basis: 100%; }
      .find-supplier__item-col--detail {
        flex-basis: 100%; }
      .find-supplier__item-col--contractor {
        flex-wrap: wrap; }
        .find-supplier__item-col--contractor .find-supplier__item-title {
          width: 100%;
          margin-bottom: 6px; }
        .find-supplier__item-col--contractor .find-supplier__item-content {
          width: 100%; }
      .find-supplier__item-col--consultant, .find-supplier__item-col--professionals {
        flex-wrap: wrap; }
        .find-supplier__item-col--consultant .find-supplier__item-title, .find-supplier__item-col--professionals .find-supplier__item-title {
          flex-basis: 100%;
          margin-bottom: 6px; }
      .find-supplier__item-col--date, .find-supplier__item-col--document-type {
        flex-basis: 100%; }
      .find-supplier__item-col--document-title, .find-supplier__item-col--source {
        flex-wrap: wrap; }
        .find-supplier__item-col--document-title .find-supplier__item-title, .find-supplier__item-col--source .find-supplier__item-title {
          flex-basis: 100%;
          margin-bottom: 6px; } 
              .find-supplier__item-col--document-title, .find-supplier__item-col--tender-date {
        flex-wrap: wrap; }
        .find-supplier__item-col--document-title .find-supplier__item-title, .find-supplier__item-col--tender-date .find-supplier__item-title {
          flex-basis: 100%;
          margin-bottom: 6px; } 
              .find-supplier__item-col--document-title, .find-supplier__item-col--client {
        flex-wrap: wrap; }
        .find-supplier__item-col--document-title .find-supplier__item-title, .find-supplier__item-col--client .find-supplier__item-title {
          flex-basis: 100%;
          margin-bottom: 6px; } 

    }
    @media screen and (max-width: 420px) {
      .find-supplier__item-col--approval .find-supplier__item-title, .find-supplier__item-col--detail .find-supplier__item-title {
        flex-basis: auto; }
      .find-supplier__item-col--document-title {
        flex-wrap: wrap; } }
  .find-supplier__item-toggle {
    cursor: pointer; }
  .find-supplier__item-toggle-btn {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #fff;
    cursor: pointer; }
    @media screen and (min-width: 993px) {
      .find-supplier__item-toggle-btn {
        margin-top: 3px; } }
    .find-supplier__item-toggle-btn:before, .find-supplier__item-toggle-btn:after {
      content: "";
      display: block;
      width: 8px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transform-origin: center center;
      top: 6px;
      left: 3px;
      transition: all 0.3s ease; }
    .find-supplier__item:not(.active) .find-supplier__item-toggle-btn:after {
      transform: rotate(-90deg); }
  .find-supplier__item-title {
    font-weight: 700; }
    @media screen and (min-width: 993px) {
      .find-supplier__item .find-supplier__item-title {
        display: none; } }
    @media screen and (max-width: 992px) {
      .find-supplier__item-title {
        padding-right: 12px;
        flex-basis: 165px; }
        .find-supplier__item-col--structure .find-supplier__item-title,
        .find-supplier__item-col--country .find-supplier__item-title,
        .find-supplier__item-col--supplier .find-supplier__item-title,
        .find-supplier__item-col--contractor .find-supplier__item-title,
        .find-supplier__item-col--date .find-supplier__item-title,
        .find-supplier__item-col--document-type .find-supplier__item-title,
        .find-supplier__item-col--document-title .find-supplier__item-title,
        .find-supplier__item-col--source .find-supplier__item-title,
        .find-supplier__item-col--tender-date .find-supplier__item-title,
        .find-supplier__item-col--client .find-supplier__item-title {
            flex-shrink: 0;
        }
            .find-supplier__item-col--structure .find-supplier__item-title:after,
            .find-supplier__item-col--country .find-supplier__item-title:after,
            .find-supplier__item-col--supplier .find-supplier__item-title:after,
            .find-supplier__item-col--contractor .find-supplier__item-title:after,
            .find-supplier__item-col--date .find-supplier__item-title:after,
            .find-supplier__item-col--document-type .find-supplier__item-title:after,
            .find-supplier__item-col--document-title .find-supplier__item-title:after,
            .find-supplier__item-col--source .find-supplier__item-title:after,
            .find-supplier__item-col--tender-date .find-supplier__item-title:after,
            .find-supplier__item-col--client .find-supplier__item-title:after {
                content: ":";
            } }
  .find-supplier__detail {
    display: flex;
    align-self: center;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .find-supplier__detail {
        flex-wrap: wrap; } }
    .find-supplier__detail img {
      background-color: #fff;
      width: 100%;
      height: auto; }
  .find-supplier__detail-left {
    flex-basis: 150px;
    width: 150px;
    height: 150px;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto;
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    order: 1; }
    @media screen and (max-width: 992px) {
      .find-supplier__detail-left {
        order: 0;
        margin-left: 0;
        margin-bottom: 12px; } }
  .find-supplier__detail-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    flex-grow: 1; }
    @media screen and (max-width: 992px) {
      .find-supplier__detail-right {
        width: 100%; } }
  .find-supplier__detail-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px; }
    .find-supplier__detail-row:last-child {
      margin-bottom: 0; }
    .find-supplier__detail-row--wrap {
      flex-wrap: wrap; }
      .find-supplier__detail-row--wrap .find-supplier__detail-title {
        flex-basis: 100%;
        margin-bottom: 6px; }
    .find-supplier__detail-row--line-above {
      margin-top: 20px;
      padding-top: 20px;
      width: 100%;
      border-top: 1px #fff solid; }
  .find-supplier__detail-title {
    font-weight: 700;
    flex-basis: 270px;
    padding-right: 12px;
    flex-shrink: 0; }
    @media screen and (max-width: 420px) {
      .find-supplier__detail-title {
        flex-basis: 50%; } }
  .find-supplier__detail-content p + p {
    margin-top: 5px; }
  .find-supplier__detail-content a {
    color: #fff; }
    .find-supplier__detail-content a:hover {
      text-decoration: underline; }
  .find-supplier__prev-page, .find-supplier__next-page {
    width: 24px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    margin: 0 12px;
    cursor: pointer; }
  .find-supplier__prev-page {
    background-image: url(../images/icon/slider-arrow-left-w.svg); }
  .find-supplier__next-page {
    background-image: url(../images/icon/slider-arrow-right-w.svg); }
  .find-supplier__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 992px) {
      .find-supplier__pagination {
        margin-top: 18px;
        font-size: 14px; } }
    .find-supplier__pagination input {
      font-size: 16px;
      background-color: transparent;
      border-radius: 0;
      border: 1px solid #fff;
      display: inline-block;
      margin: 0 2px;
      width: 32px;
      height: 32px;
      line-height: 1.4;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .find-supplier__pagination input {
          font-size: 14px; } }
      .find-supplier__pagination input:hover {
        outline: -webkit-focus-ring-color auto 1px; }

.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 1000;
  display: none; }
  .common-popup h2,
  .common-popup p {
    margin-bottom: 1em;
    line-height: 1.6; }
  .common-popup > .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: auto; }
  .common-popup__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
  .common-popup__holder {
    background: #fff;
    padding: 36px;
    position: relative;
    max-height: 90%;
    overflow: auto;
    max-width: 100%; }
    .common-popup__holder.lightbox-holder, .common-popup__holder.video-holder {
      overflow: initial;
      padding: 55px 0;
      background: transparent; }
      .common-popup__holder.lightbox-holder video, .common-popup__holder.video-holder video {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
      .common-popup__holder.lightbox-holder .common-popup__content, .common-popup__holder.video-holder .common-popup__content {
        line-height: 0; }
      .common-popup__holder.lightbox-holder .common-popup__cross, .common-popup__holder.video-holder .common-popup__cross {
        line-height: 0;
        right: 0; }
        .common-popup__holder.lightbox-holder .common-popup__cross:after, .common-popup__holder.lightbox-holder .common-popup__cross:before, .common-popup__holder.video-holder .common-popup__cross:after, .common-popup__holder.video-holder .common-popup__cross:before {
          background-color: #fff; }
    .common-popup__holder.lightbox-holder {
      width: 100%;
      height: calc(100% - 240px); }
      @media screen and (max-width: 640px) {
        .common-popup__holder.lightbox-holder {
          margin-top: -140px; } }
    .common-popup__holder.kiosk {
      margin-top: -200px; }
  .common-popup__content {
    display: none; }
  .common-popup__cross {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    @media screen and (min-width: 993px) {
      .common-popup__cross {
        width: 35px;
        height: 35px; } }
    .common-popup__cross:after, .common-popup__cross:before {
      content: "";
      position: absolute;
      width: 136%;
      height: 2px;
      background-color: #000;
      top: 0; }
    .common-popup__cross:after {
      left: 0;
      transform: rotate(45deg);
      transform-origin: left; }
    .common-popup__cross:before {
      right: 0;
      transform: rotate(-45deg);
      transform-origin: right; }
  .common-popup__youtube {
    width: 1000px;
    max-width: 100%; }
    @media screen and (max-width: 1280px) {
      .common-popup__youtube {
        width: calc(100vw - 48px); } }
  .common-popup__youtube-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .common-popup__youtube-container iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .common-popup__content--external {
    width: 1200px;
    max-width: 100%; }
    .common-popup__content--external iframe {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      background: #fff; }

.popup-lightbox {
  display: none;
  position: relative;
  height: 100%; }
  .popup-lightbox__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 62px;
    padding-top: 12px;
    color: #fff;
    font-size: 0;
    display: block; }
    @media screen and (max-width: 640px) {
      .popup-lightbox__nav {
        height: 62px; } }
  .popup-lightbox__nav-left {
    width: 300px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .popup-lightbox__nav-left {
        width: 200px; } }
    @media screen and (max-width: 640px) {
      .popup-lightbox__nav-left {
        display: block;
        width: 100%;
        margin-bottom: 12px; } }
  .popup-lightbox__nav-right {
    position: relative;
    font-size: 16px;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    justify-content: flex-start;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 312px); }
    @media screen and (max-width: 768px) {
      .popup-lightbox__nav-right {
        width: calc(100% - 212px); } }
    @media screen and (max-width: 640px) {
      .popup-lightbox__nav-right {
        display: block;
        width: 100%; } }
  .popup-lightbox__nav-slide {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    border: 2px solid transparent;
    border-radius: 2px;
    opacity: 0.8;
    transition: all 0.3s ease; }
    .popup-lightbox__nav-slide.active {
      border: 2px solid #fff;
      opacity: 1; }
    .popup-lightbox__nav-slide.video:before, .popup-lightbox__nav-slide.video:after {
      content: "";
      display: block;
      position: absolute; }
    .popup-lightbox__nav-slide.video:before {
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      left: calc(50% - 12px);
      background: #ff5700;
      border-radius: 50%;
      transition: all 0.3s ease; }
    .popup-lightbox__nav-slide.video:after {
      width: 0px;
      height: 0px;
      border: 5px solid transparent;
      border-left: 8px solid #fff;
      top: calc(50% - 5px);
      right: calc(50% - 10px); }
    .popup-lightbox__nav-slide.video:hover:before {
      transform: scale(1.2); }
  .popup-lightbox__pagination {
    width: 50px;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px; }
  .popup-lightbox__prev, .popup-lightbox__next {
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    width: 32px;
    height: 50px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
    cursor: pointer; }
    .popup-lightbox__prev:before, .popup-lightbox__next:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
  .popup-lightbox__prev:before {
    transform: rotate(135deg); }
  .popup-lightbox__next:before {
    transform: rotate(-45deg); }
  .popup-lightbox #popupLightBoxCurrentPeople {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px; }
  .popup-lightbox #popupLightBoxCurrentEvent {
    font-size: 16px; }
  .popup-lightbox #popupLightBoxWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .popup-lightbox #popupLightBoxWrapper > img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      pointer-events: none; }
  .popup-lightbox #popupLightBoxSwiperWrapper {
    overflow: auto;
    white-space: nowrap;
    width: calc(100% - 126px);
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle; }
    .popup-lightbox #popupLightBoxSwiperWrapper::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .popup-lightbox #popupLightBoxSwiperWrapper::-webkit-scrollbar-track {
      background: transparent; }
    .popup-lightbox #popupLightBoxSwiperWrapper::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      transition: 0.3s all ease; }
      .popup-lightbox #popupLightBoxSwiperWrapper::-webkit-scrollbar-thumb:hover {
        background-color: #fff; }

.overlay-background {
  background-size: cover;
  background-position: center center; }
  .overlay-background--grey {
    background-color: #f5f5f5; }
  .overlay-background--position-top {
    background-position: center top; }

.content-block {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 992px) {
    .content-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media screen and (max-width: 420px) {
    .content-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .content-block + .content-block {
    padding-top: 0; }
  .content-block h2 {
    margin-bottom: 1em; }
  .content-block h3 {
    margin-bottom: 0.8em; }
    .content-block h3:not(:first-child) {
      margin-top: 1.4em; }
  .content-block p {
    line-height: 1.5; }
  .content-block a {
    color: #1a65e5; }
  .content-block ul li {
    line-height: 1.5;
    padding-left: 38px;
    margin-bottom: 0.8em;
    list-style: none;
    position: relative; }
    .content-block ul li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 5px;
      background-color: #1a65e5;
      position: absolute;
      left: 0;
      top: 9px; }
  .content-block ul.point-highlight li {
    margin-bottom: 32px; }
    .content-block ul.point-highlight li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .content-block ul.point-highlight li {
        margin-bottom: 24px; } }
  .content-block .fs-btn {
    color: #fff;
    margin-right: 12px;
    margin-bottom: 12px; }
    @media screen and (max-width: 420px) {
      .content-block .fs-btn {
        display: block;
        margin: 0 auto 12px;
        text-align: center; } }

.bg-blue .section-snapshots {
  margin-bottom: 120px; }
  @media screen and (max-width: 640px) {
    .bg-blue .section-snapshots {
      margin-bottom: 24px; } }

.section-snapshots h4 {
  font-weight: 600;
  font-size: 16px; }

@media screen and (min-width: 993px) {
  .section-snapshots__item-holder {
    display: flex; } }

h2 + .section-snapshots__item-holder {
  margin-top: 36px; }

.section-snapshots__item {
  margin-bottom: 24px;
  font-size: 12px;
  width: 170px;
  display: block; }
  .bg-blue .section-snapshots__item {
    color: #fff; }

.section-snapshots__item-img {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease; }
  .section-snapshots__item:hover .section-snapshots__item-img {
    transform: scale(1.06); }

.section-snapshots__swiper-control {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  position: relative; }
  .section-snapshots__swiper-control img {
    width: 28px; }
    @media screen and (max-width: 640px) {
      .section-snapshots__swiper-control img {
        width: 18px; } }

.section-snapshots__swiper-left {
  margin-right: 12px; }

.fullwidth-map {
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }
  @media screen and (max-width: 992px) {
    .fullwidth-map {
      flex-direction: column; } }
  .fullwidth-map__left {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 992px) {
      .fullwidth-map__left {
        flex-basis: auto;
        width: 100%;
        padding-bottom: 450px; } }
    @media screen and (max-width: 420px) {
      .fullwidth-map__left {
        padding-bottom: 100%; } }
  @media screen and (min-width: 993px) {
    .fullwidth-map__right {
      padding-left: 64px;
      padding-right: 64px;
      max-width: 650px; } }
  @media screen and (max-width: 992px) {
    .fullwidth-map__right {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (max-width: 420px) {
    .fullwidth-map__right {
      padding-left: 12px;
      padding-right: 12px; } }
  @media screen and (max-width: 421px) {
    .fullwidth-map__right .content-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .fullwidth-map__right h3 {
    margin-bottom: 10px; }

.page-accordion {
  border-top: 1px solid #ddd;
  padding-bottom: 0.4em;
  padding-right: 6px;
  font-size: 16px; }
  .page-accordion:last-child {
    border-bottom: 1px solid #ddd; }
  .page-accordion--faq .page-accordion__title {
    color: #222; }
  .page-accordion--faq .indent {
    padding-left: 52px; }
    .page-accordion--faq .indent > .indent__index {
      width: 48px;
      text-align: right; }
  .page-accordion__toggle {
    cursor: pointer; }
  .page-accordion__title {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    padding: 1.6em 0 1.2em; }
    .page-accordion__title.active .page-accordion__icon:after,
    .page-accordion__title.active .page-accordion__icon:before {
      transform: rotate(-180deg); }
  .page-accordion__icon {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 2px solid #000;
    margin-right: 24px;
    cursor: pointer; }
    .page-accordion__icon:before, .page-accordion__icon:after {
      content: "";
      display: block;
      width: 12px;
      height: 2px;
      background-color: #000;
      position: absolute;
      transform-origin: center center;
      top: 10px;
      left: 5px;
      transition: all 0.3s ease; }
    .page-accordion:not(.active) .page-accordion__icon:after {
      transform: rotate(-90deg); }
  .page-accordion__content {
    margin-bottom: 1.6em;
    display: none;
    padding: 24px 0 32px; }
    .page-accordion__content > *:not(:last-child),
    .page-accordion__content li:not(:last-child) {
      margin-bottom: 28px; }

.table-container {
  overflow: auto; }
  .table-container > table th,
  .table-container > table td {
    padding: 14px 24px; }
    .table-container > table th.table-container__item--align-left,
    .table-container > table td.table-container__item--align-left {
      text-align: left; }
  .table-container > table th {
    background-color: #1a6af1;
    color: #fff;
    font-weight: 600; }
  .table-container > table td {
    background-color: #fff; }
  .table-container--full-width > table {
    width: 100%; }
  .table-container--align-left > table th,
  .table-container--align-left > table td {
    text-align: left; }
  .table-container--align-center > table th,
  .table-container--align-center > table td {
    text-align: center; }
  .table-container--bg-gray > table td {
    background-color: #f8f8f8; }
  .table-container--gary-header > table th {
    background-color: #b3b3b3; }
  .table-container--orange-header > table th {
    background-color: #ff5700; }

.project-highlight {
  padding: 80px 0 100px; }
  @media screen and (max-width: 640px) {
    .project-highlight {
      padding: 30px 0 50px; } }
  .project-highlight--project-detail {
    margin-top: -300px; }
    @media screen and (max-width: 992px) {
      .project-highlight--project-detail {
        padding-bottom: 0px;
        margin-top: -180px; } }
    .project-highlight--project-detail .project-highlight__swiper-control {
      margin-top: 0; }
  .project-highlight--event-detail .project-highlight__swiper-control {
    margin-top: 0; }
  .project-highlight h2 {
    z-index: 1;
    position: relative; }
  .project-highlight a {
    display: block; }
  .project-highlight__title {
    color: #fff;
    margin-bottom: 5px; }
  .project-highlight__slide:hover .project-highlight__slide-img {
    top: -2px;
    left: -2px;
    box-shadow: 3px 3px 1px rgba(180, 180, 180, 0.9); }
  @media screen and (max-width: 992px) {
    .project-highlight__slide {
      width: 280px; } }
  .project-highlight__slide:last-child {
    margin-right: 0; }
  .project-highlight__slide:nth-child(3n + 2) {
    animation-delay: .2s; }
  .project-highlight__slide:nth-child(3n + 3) {
    animation-delay: .4s; }
  @media screen and (min-width: 993px) {
    .project-highlight__slide {
      margin-right: 50px;
      width: calc((100% - 100px) / 3); }
      .project-highlight__slide:nth-child(3n + 1) {
        padding: 24px 0 24px; }
      .project-highlight__slide:nth-child(3n + 2) {
        padding: 24px 0 24px; }
      .project-highlight__slide:nth-child(3n + 3) {
        padding: 24px 0 24px; }
      .project-highlight__slide:nth-child(2) .project-highlight__slide-img {
        position: relative; }
        .project-highlight__slide:nth-child(2) .project-highlight__slide-img:before {
          content: "";
          background-image: url(../images/deco_orange_2.png);
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          display: block;
          width: auto;
          height: auto;
          top: -12%;
          left: 16%;
          right: -4%;
          bottom: 10%;
          z-index: -1; } }
  .bg-blue .project-highlight__slide {
    color: #fff; }
  .project-highlight__swiper {
    margin-top: 24px; }
    @media screen and (min-width: 993px) {
      .project-highlight__swiper {
        margin-top: -32px; }
        .project-highlight__swiper .swiper-wrapper {
          padding-top: 32px; } }
  .project-highlight__swiper-control {
    margin-top: -30px;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    position: relative; }
    @media screen and (min-width: 993px) {
      .project-highlight__swiper-control {
        display: none; } }
    @media screen and (max-width: 640px) {
      .project-highlight__swiper-control {
        margin-top: -20px; } }
    .project-highlight__swiper-control--alway-show {
      display: flex; }
    .project-highlight__swiper-control--align-left {
      justify-content: flex-start; }
    .project-highlight__swiper-control img {
      width: 28px; }
      @media screen and (max-width: 640px) {
        .project-highlight__swiper-control img {
          width: 18px; } }
  .project-highlight__swiper-left {
    margin-right: 12px; }
  .project-highlight__swiper-pagination {
    position: relative;
    font-size: 0;
    margin-left: 18px; }
    .project-highlight__swiper-pagination span {
      background: #fff;
      opacity: 1;
      width: 5px;
      height: 5px; }
      .project-highlight__swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #ff5700; }
      .project-highlight__swiper-pagination span + span {
        margin-left: 5px; }
  .project-highlight__slide-img {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    position: relative; }
  .project-highlight__slide-title {
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
    display: block;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .project-highlight__slide-title {
        font-size: 14px; } }
    .project-highlight__slide-title .arrow {
      vertical-align: middle;
      position: relative;
      top: -2px; }
      .project-highlight__slide-title .arrow:after {
        border-top-color: #73a7ff;
        border-right-color: #73a7ff;
        border-left: none;
        border-bottom: none; }

@keyframes slideInUpTheme {
  0% {
    transform: translate3d(0, 100%, 0) skewY(-7deg);
    visibility: visible; }
  to {
    transform: translateZ(0) skewY(-7deg); } }

.slideInUpTheme {
  animation-name: slideInUpTheme; }

.theme-kv {
  padding-bottom: 60%;
  width: 100%;
  position: relative; }
  .theme-kv:before, .theme-kv__center {
    position: absolute;
    top: 6%;
    left: 26%;
    right: 38%;
    bottom: 5%;
    overflow: hidden;
    z-index: 2;
    animation-delay: 0.4s; }
  .theme-kv:before {
    content: "";
    top: 14%;
    box-shadow: 0 0 20px #000;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.9s; }
  .theme-kv__center-layer {
    transform: skewY(-7deg);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    box-shadow: 0 0px 7px #000; }
    .theme-kv__center-layer:before {
      content: "";
      display: block;
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.1) 88%);
      position: absolute; }
  .theme-kv__center-img-basic, .theme-kv__center-img {
    display: inline-block;
    position: absolute;
    width: 300%;
    max-width: 300%;
    left: -90%;
    top: -10%;
    z-index: 1;
    transform: skewY(7deg); }
  .theme-kv__left {
    position: absolute;
    top: 8%;
    left: 1%;
    right: 66.5%;
    bottom: 5%;
    overflow: hidden;
    z-index: 1; }
    .theme-kv__left:before {
      content: "";
      display: block;
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.05);
      position: absolute; }
  .theme-kv__left-layer {
    transform: skewY(8deg);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 84%;
    top: -5%;
    left: 1%; }
  .theme-kv__left-img {
    display: inline-block;
    position: absolute;
    width: 270%;
    max-width: 300%;
    left: -1%;
    top: -7%;
    z-index: 1;
    transform: skewY(-8deg);
    -webkit-filter: contrast(90%) brightness(1.1);
    filter: contrast(90%) brightness(1.1); }
  .theme-kv__right {
    position: absolute;
    top: 3%;
    right: 5%;
    left: 60%;
    bottom: -3%;
    overflow: hidden;
    z-index: 1;
    animation-delay: 0.6s; }
  .theme-kv__right-layer {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 90%;
    top: -5%;
    right: 0; }
    .theme-kv__right-layer:before {
      content: "";
      display: block;
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.05);
      position: absolute; }
  .theme-kv__right-img-basic, .theme-kv__right-img {
    display: inline-block;
    position: absolute;
    width: 300%;
    max-width: 300%;
    right: -20%;
    top: 4%;
    z-index: 1; }
  .theme-kv__center-img {
    -webkit-filter: brightness(90%) saturate(160%) contrast(2);
    filter: brightness(90%) saturate(160%) contrast(2); }
  .theme-kv__right-img, .theme-kv__left-img {
    -webkit-filter: brightness(90%) saturate(160%) contrast(2);
    filter: brightness(90%) saturate(160%) contrast(2); }

@keyframes fadeInDownKV {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  70% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: scale(1.02); } }

.fadeInDownKV {
  animation-name: fadeInDownKV;
  animation-duration: 1.5s; }

.tag-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0; }
  .inner-hero-banner .tag-area {
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px; }
  .download-form__list .tag-area {
    margin-bottom: 0; }
  .gallery__image-des .tag-area {
    width: 100%; }
  .gallery-thumbs__item .tag-area {
    display: none; }
  .tag-area__item {
    font-size: 12px;
    color: #ff5700;
    margin-right: 5px;
    margin-left: 0;
    font-weight: bold; }
    .tag-area--btn .tag-area__item {
      padding: 3px 8px;
      background-color: #1a65e5;
      color: #fff;
      margin: 3px;
      margin-left: 0; }
  .tag-area a {
    color: #ff5700; }

.page-type {
  margin-bottom: 24px;
  text-align: center;
  animation-delay: 0.2s; }
  .page-type__select {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    padding: 0 24px; }
    @media screen and (max-width: 420px) {
      .page-type__select {
        padding: 0 12px; } }
  .page-type__select-mask {
    font-size: 24px;
    padding: 0 6px;
    color: #1a65e5;
    border-bottom: 2px #99b8ec solid;
    text-align: left; }
  .page-type__select-arrow:after {
    border-top-color: #1a65e5; }
  .page-type option {
    font-size: 16px; }

.empty-link {
  cursor: auto; }

ul li {
  line-height: 1.5;
  padding-left: 38px;
  margin-bottom: 0.8em;
  list-style: none;
  position: relative; }
  ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #1a65e5;
    position: absolute;
    left: 0;
    top: 9px; }

ol {
  counter-reset: item; }
  ol > li {
    display: block;
    padding-left: 38px;
    margin-bottom: 0.8em;
    position: relative; }
    ol > li:before {
      content: counters(item, "") ". ";
      counter-increment: item;
      position: absolute;
      left: 0; }
    ol > li > ol {
      margin-top: 20px; }

.kiosk-qrcode {
  display: none;
  font-size: 0; }
  .kiosk-qrcode__btn {
    position: fixed;
    font-size: 16px;
    top: calc(50% - 40px);
    right: 0;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    background-color: #ff5700;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    margin-top: -250px; }

sup {
  line-height: 0; }

.fadeInLeft,
.fadeInRight {
  animation-duration: 1.5s; }

.notice-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9); }
  .notice-popup__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 991px;
    z-index: 2;
    width: auto; }
  .notice-popup__content {
    background-color: #fff;
    padding: 50px;
    max-height: 80%;
    overflow: auto; }
    @media screen and (max-width: 640px) {
      .notice-popup__content {
        padding: 50px 24px; } }
    .notice-popup__content p {
      margin-bottom: 14px; }
  .notice-popup__close-btn {
    margin: 24px auto 0;
    display: block; }
