/* @mixin fontSize($fs, $lh, $fw) {
	font-size: $fs;
	font-weight: $fw;
	line-height: $lh;
} */
/* @mixin fontSize($fs, $lh, $fw) {
	font-size: $fs;
	font-weight: $fw;
	line-height: $lh;
} */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #FFFFFF; }
  header .header-wrapper {
    -webkit-box-shadow: 0 1px 8px 0 rgba(39, 47, 83, 0.18);
            box-shadow: 0 1px 8px 0 rgba(39, 47, 83, 0.18);
    position: relative;
    z-index: 11; }
  header .header-container {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 0.944rem; }
    @media (max-width: 767px) {
      header .header-container {
        font-size: 1.063rem; } }
  header .logo img {
    display: block;
    max-height: 93px; }
    @media (max-width: 767px) {
      header .logo img {
        max-height: 50px; } }
  @media (max-width: 1299px) {
    header .d-menu {
      display: none; } }
  header nav a {
    padding: 12px 0;
    margin: 0 16px; }
    header nav a:hover, header nav a.active {
      text-decoration: underline; }
    header nav a:last-child {
      margin-right: 0; }
  header nav.m-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 48px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 90px;
    /* .separator {
    	border-bottom: 1px solid rgba(17,24,33, 0.08);
    	width: 100%;
    } */ }
    @media (max-width: 767px) {
      header nav.m-menu {
        margin-top: 26px; } }
    header nav.m-menu .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 12px; }
      header nav.m-menu .row a {
        margin: 0 4px; }
      header nav.m-menu .row .separator {
        margin: 0 12px; }
  header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    header .row > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  header .lang .current {
    font-weight: 700; }
  header .lang > a {
    display: inline-block; }
    header .lang > a:not(:last-child) {
      margin-right: 8px; }
  header .separator {
    margin: 0 24px; }
    header .separator:before {
      content: "|";
      color: #D1D1D1; }
  header .font-size .small {
    font-size: 14px;
    margin-right: 8px; }
  header .font-size .medium {
    margin-right: 8px; }
  header .font-size .large {
    font-size: 22px;
    font-weight: 500; }
  header .share img {
    display: block; }
  header .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    padding: 16px 12px;
    z-index: 13; }
    @media (min-width: 1300px) {
      header .hamburger {
        display: none; } }
    @media (max-width: 767px) {
      header .hamburger {
        right: 20px; } }
    header .hamburger .line {
      position: absolute;
      left: 12px;
      width: 16px;
      height: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #000000; }
      header .hamburger .line:first-child {
        top: 16px; }
      header .hamburger .line:last-child {
        bottom: 16px; }
  header .m-menu-wrapper {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(calc(100vw + 100%));
            transform: translateX(calc(100vw + 100%));
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 12;
    height: 100vh;
    width: 375px;
    background-color: #FFFFFF;
    opacity: 0;
    padding-left: 10px; }
    @media (max-width: 575px) {
      header .m-menu-wrapper {
        width: 100%; } }
    header .m-menu-wrapper.active {
      -webkit-transform: translateX(calc(100vw - 375px));
              transform: translateX(calc(100vw - 375px));
      opacity: 1; }
      @media (max-width: 575px) {
        header .m-menu-wrapper.active {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    header .m-menu-wrapper.overflow .m-menu {
      overflow-y: auto;
      max-height: 100%; }
    header .m-menu-wrapper .social {
      font-size: 18px;
      line-height: 22px;
      text-align: center; }
      header .m-menu-wrapper .social .icon-wrapper {
        margin-top: 12px; }
        header .m-menu-wrapper .social .icon-wrapper > a:not(:last-child) {
          margin-right: 36px; }
    header .m-menu-wrapper.bg-wrapper:before {
      right: -81px;
      top: -97px; }
    header .m-menu-wrapper.bg-wrapper:after {
      left: -94px; }

body.menu-open .hamburger .line:nth-child(1) {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-4px, 9px);
          transform: rotate(45deg) translate(-4px, 9px); }
body.menu-open .hamburger .line:nth-child(2) {
  width: 30px;
  -webkit-transform: rotate(-45deg) translate(-5px, -9px);
          transform: rotate(-45deg) translate(-5px, -9px); }

/* @mixin fontSize($fs, $lh, $fw) {
	font-size: $fs;
	font-weight: $fw;
	line-height: $lh;
} */
footer {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 0.944rem;
  position: relative; }
  @media (max-width: 767px) {
    footer {
      font-size: 1.063rem; } }
  footer a {
    color: #FFFFFF; }
  footer .nav-row {
    padding: 26px 0;
    text-align: center; }
    @media (max-width: 991px) {
      footer .nav-row {
        padding: 24px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start; } }
    footer .nav-row nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 60%;
      text-align: left; }
      @media (max-width: 991px) {
        footer .nav-row nav {
          width: 100%;
          text-align: start; } }
      footer .nav-row nav > * {
        display: inline-block; }
        @media (max-width: 991px) {
          footer .nav-row nav > * {
            margin-bottom: 8px; }
            footer .nav-row nav > *:first-child {
              padding-left: 0; } }
        footer .nav-row nav > *:not(:last-child) {
          margin-right: 24px; }
  footer .btn-scroll {
    position: absolute;
    right: 50px;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 10px 0px rgba(71, 98, 27, 0.1);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(71, 98, 27, 0.1);
    -moz-box-shadow: 1px 1px 10px 0px rgba(71, 98, 27, 0.1);
    border-radius: 100%; }
    footer .btn-scroll.sticky {
      position: fixed;
      right: 50px;
      top: auto;
      bottom: 24px; }
    footer .btn-scroll:hover {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }
    footer .btn-scroll img {
      display: inline-block;
      width: 56px;
      height: 56px; }
    @media (max-width: 767px) {
      footer .btn-scroll {
        right: 20px;
        width: 40px;
        height: 40px;
        top: -20px; }
        footer .btn-scroll.sticky {
          right: 20px; }
        footer .btn-scroll img {
          width: 40px;
          height: 40px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-bg {
  background: #3A3A3A;
  opacity: 0.9; }

html {
  font-size: 18px; }
  html.text-aa {
    font-size: 20px; }
  html.text-aaa {
    font-size: 22px; }
  @media (max-width: 767px) {
    html {
      font-size: 16px; }
      html.text-aa {
        font-size: 18px; }
      html.text-aaa {
        font-size: 20px; } }

body {
  background-color: #FFFFFF;
  color: #3A3A3A;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Helvetica, Arial, "Microsoft JhengHei", "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  line-height: 140%;
  font-weight: 400;
  position: relative; }
  body.menu-open {
    overflow: hidden; }

a {
  color: #000000; }
  a.anchor {
    display: block;
    position: relative;
    top: -241px;
    visibility: hidden; }
    @media (max-width: 767px) {
      a.anchor {
        top: -158px; } }

.container {
  width: 100%;
  max-width: 1248px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative; }

.container-wider {
  max-width: 1408px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .container-wider {
      padding: 0 20px; } }

.inner-container {
  max-width: 928px;
  margin: 0 auto; }

@media (max-width: 991px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-justify-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-justify-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-justify-end-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-end-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 991px) {
  .m-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 991px) {
  .m-flex-center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 991px) {
  .m-flex-justify-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 991px) {
  .m-flex-justify-center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 991px) {
  .m-flex-justify-end-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

h2 {
  text-align: center;
  text-transform: uppercase;
  color: #1E289E;
  font-size: 2.6666666667rem;
  font-weight: 700;
  line-height: 120%;
  position: relative; }
  h2:after {
    content: '';
    display: block;
    margin: 36px auto;
    height: 3px;
    width: 50px;
    background: #9FA7FF;
    opacity: 0.5; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 110%; }
      h2:after {
        margin: 20px auto 40px; } }
  h2 > span[data-aos] {
    display: inline-block; }

.intro {
  text-align: center; }

.social .icon-wrapper > a {
  display: inline-block; }
  .social .icon-wrapper > a:not(:last-child) {
    margin-right: 20px; }
  .social .icon-wrapper > a > img {
    display: block; }

u {
  text-decoration: underline; }

/*# sourceMappingURL=layout.css.map */