@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2"); }
@font-face {
  font-family: 'Oscine';
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Oscine';
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2"); }
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2"); }
.section-title {
  font-size: 26px;
  line-height: 31px; }

section.video-kv .bg {
  height: 570px; }
  @media (max-width: 991px) {
    section.video-kv .bg {
      height: 480px; } }
section.video-kv .video-container {
  height: 570px;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    section.video-kv .video-container {
      height: 480px; } }
section.video-kv .content {
  justify-content: center;
  padding-bottom: 0; }
@media (max-width: 575px) {
  section.video-kv .btn-container {
    display: flex;
    width: 100%; } }
@media (max-width: 575px) {
  section.video-kv .btn-container .btn {
    min-width: auto;
    width: 100%; } }
section.video-kv .btn-container .btn:not(:last-child) {
  margin-right: 8px; }
@media (max-width: 991px) {
  section.sso-kv > .row {
    flex-direction: column-reverse; } }
section.sso-kv .col-login {
  max-width: 36.66667%;
  padding: 65px 50px; }
  @media (max-width: 991px) {
    section.sso-kv .col-login {
      max-width: 100%;
      padding: 32px 20px; } }
  section.sso-kv .col-login .section-title {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      section.sso-kv .col-login .section-title {
        font-size: 22px;
        line-height: 26px; } }
  section.sso-kv .col-login .btn {
    width: 100%; }
    section.sso-kv .col-login .btn:not(:last-child) {
      margin-bottom: 16px; }
  section.sso-kv .col-login .part:not(:last-child) {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      section.sso-kv .col-login .part:not(:last-child) {
        margin-bottom: 40px; } }
section.sso-kv .col-video {
  position: relative;
  color: #FFFFFF;
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px; }
  @media (max-width: 991px) {
    section.sso-kv .col-video {
      font-size: 28px; } }
  section.sso-kv .col-video .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      section.sso-kv .col-video .bg {
        position: relative;
        height: 300px; } }
  section.sso-kv .col-video .text {
    padding: 35px 38px; }
    @media (max-width: 991px) {
      section.sso-kv .col-video .text {
        padding: 24px 20px;
        position: absolute;
        top: 0;
        left: 0; } }
    section.sso-kv .col-video .text h2 {
      max-width: 480px; }
      @media (max-width: 991px) {
        section.sso-kv .col-video .text h2 {
          width: 100%;
          max-width: 230px; } }
  section.sso-kv .col-video .btn-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 138px;
    height: 138px;
    background-image: url("../img/icon/video-play.svg");
    background-size: 138px 138px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      section.sso-kv .col-video .btn-video-play {
        width: 90px;
        height: 90px;
        background-image: url("../img/icon/video-play.svg");
        background-size: 90px 90px;
        background-position: center center;
        background-repeat: no-repeat; } }
section.what-is .text {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    section.what-is .text {
      margin-bottom: 40px; } }
section.what-is .row .col:nth-child(even) {
  margin-left: 24px; }
  @media (max-width: 991px) {
    section.what-is .row .col:nth-child(even) {
      margin-left: 0; } }
@media (max-width: 991px) {
  section.what-is .row .col:not(:last-child) {
    margin-bottom: 30px; } }
section.what-is .target-user {
  background-color: #FFFFFF;
  border-radius: 19px;
  padding: 30px;
  height: 100%; }
  @media (max-width: 991px) {
    section.what-is .target-user {
      padding: 20px; } }
  section.what-is .target-user h3 {
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #3D66DD;
    margin-bottom: 36px; }
    @media (max-width: 991px) {
      section.what-is .target-user h3 {
        padding-bottom: 16px;
        margin-bottom: 28px; } }
  section.what-is .target-user .icon-yes {
    width: 45px;
    height: 45px;
    background-image: url("../img/icon/eligible.svg");
    background-size: 45px 45px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      section.what-is .target-user .icon-yes {
        width: 35px;
        height: 35px;
        background-image: url("../img/icon/eligible.svg");
        background-size: 35px 35px;
        background-position: center center;
        background-repeat: no-repeat; } }
  section.what-is .target-user .icon-no {
    width: 45px;
    height: 45px;
    background-image: url("../img/icon/ineligible.svg");
    background-size: 45px 45px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      section.what-is .target-user .icon-no {
        width: 35px;
        height: 35px;
        background-image: url("../img/icon/ineligible.svg");
        background-size: 35px 35px;
        background-position: center center;
        background-repeat: no-repeat; } }
  section.what-is .target-user .text-bold {
    font-weight: 700;
    margin-bottom: 5px; }
  section.what-is .target-user .listing .item {
    display: flex;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      section.what-is .target-user .listing .item {
        margin-bottom: 30px; } }
    section.what-is .target-user .listing .item .icon-yes, section.what-is .target-user .listing .item .icon-no {
      margin-right: 25px;
      flex: 1 0 auto;
      max-width: 45px; }
      @media (max-width: 991px) {
        section.what-is .target-user .listing .item .icon-yes, section.what-is .target-user .listing .item .icon-no {
          max-width: 35px; } }
section.guide {
  overflow: hidden; }
  section.guide .text {
    max-width: 754px;
    margin: 0 auto 50px; }
    @media (max-width: 991px) {
      section.guide .text {
        margin-bottom: 40px; } }
  @media (min-width: 992px) {
    section.guide .swiper-wrapper {
      flex-wrap: wrap; }
    section.guide .swiper-slide {
      width: calc((100% - 48px) / 3);
      margin-bottom: 25px; }
      section.guide .swiper-slide:not(:nth-child(3n)) {
        margin-right: 24px; } }

html[lang="zh-Hant"] section.sso-kv .col-video {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hant"] section.what-is .target-user h3 {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hans"] section.sso-kv .col-video {
  font-family: "Noto Sans SC", sans-serif; }
html[lang="zh-Hans"] section.what-is .target-user h3 {
  font-family: "Noto Sans SC", sans-serif; }

/*# sourceMappingURL=sso.css.map */
