<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 16px
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #261A03;
  background: #361f0e;
  font-weight: 400;
  width: 100%;
  min-height: 100vh
}

.cn {
  font-family: 'Noto Sans', sans-serif;
}

.en {
  font-family: 'Mirza', 'Noto Sans', sans-serif;
}

.font-italic {
  font-style: italic
}

.regular {
  font-weight: 400
}

.bold {
  font-weight: 700
}

.midbold {
  font-weight: 600
}

img {
  max-width: 100%
}

a:hover {}

.inline-block {
  display: inline-block
}

a,
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.color-white {
  color: #fff
}

.color-main {
  color: #D0AC66
}

#wrapper {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

.visible-xs,
.visible-md {
  display: none !important
}

button:focus {
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary.dropdown-toggle {
  background-color: #c49538;
  border-color: #D0AC66;
  color: #0F0500;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* NAVGATION */
.navbar-collapse {
  height: 68px;
  position: relative
}

.navbar:before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 14%;
  bottom: 0;
  background-color: #C7A563
}

.navbar-red {
  display: block;
  height: 6px;
  width: 0px;
  background-color: red;
  position: absolute;
  left: 0;
  bottom: -25px;
  border-radius: 15px;
  transition: all .3s
}

.nav-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%;
  background-color: #0C0600;
  overflow: hidden
}

.navbar-light .navbar-nav .nav-link {
  color: #D0AC66;
  font-size: 1.1rem
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
  color: #D0AC66
}

.navbar-nav .nav-link .en,
.nav-book .en {
  display: block;
  text-transform: uppercase
}

.navbar-brand {
  margin-right: 6%
}

.nav-item {
  margin-right: 1.5em
}

.navbar .form-inline a {
  display: inline-block;
  margin: 0 0 0 1rem
}

.navbar .form-inline .host-title {
  margin-left: 2.4rem
}

.nav-book {
  background-color: #C7A563;
  color: #261A03;
  border-radius: 10px;
  padding: .2em 1em;
  font-size: 1.2rem;
  line-height: 1.3
}

.nav-book:hover {
  text-decoration: none;
  color: #261A03;
  background-color: #af8d4b
}

/* LANDING */
.content {
  padding: 184px 0;
  position: relative
}

.bg-home {
  background: url(../images/bg-home-main.jpg) no-repeat center top/cover;
  padding: 0
}

#landing-about,
#landing-how,
#landing-book,
.reasoning-game-main {
  width: 801px;
  height: 565px;
  padding: 5%;
  background: url(../images/bg-how.png) no-repeat center top/100% 100%;
  margin: 0 auto 4em;
}
#landing-book {
  background-image: url(../images/bg-booking.webp);
}
.reasoning-game-main.game-step {
  padding: 5% 10%;
  margin-bottom: 10%;
  text-align: center;
}

.reasoning-game-main.game-step ul,
.reasoning-game-main.game-step ol {
  display: inline-block;
  text-align: left;
}

/* #landing-book{padding:3% 5%} */
#landing-book {
  height: auto
}

.home-sec-01 {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  align-items: center;
}

.home-sec-01 img {
  width: 100%;
}

.home-sec-02 {
  background: url(../images/bg-home-02.png) no-repeat center center/100% auto;
}

.home-sec-03 {
  background: url(../images/bg-home-03.png?v1) no-repeat center bottom/100% auto;
  padding-bottom: 184px;
}

.landing-about {
  text-align: center
}

.land-about-con,
.land-rule-con {
  height: 100%
}

.land-about-con b,
.red-bold {
  color: #C60000
}

.landing-content {
  padding-top: 140px;
}

#landing h2 {
  font-size: 3rem
}

#landing h2 span {
  display: block
}

.bg-players-short {
  background: url(../images/bg-game-short-02-v1.jpg) no-repeat center bottom/cover;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20%
}

.bg-players-high {
  background: url(../images/bg-game-high-play-small.jpg) no-repeat center bottom/cover
}

.page-title {
  color: #D0AC66;
  font-weight: 700;
  font-size: 1.71rem
}

#forplaysers h4 {
  font-size: 2rem;
  text-transform: uppercase
}

.player-role-list {
  margin-top: 40px
}

.player-role-list img {
  margin-bottom: 30px
}

.player-role-list&gt;div&gt;div {
  margin: 0 10px
}

.modal-content {
  background: url(../images/bg-pop.png) no-repeat center top/100% 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0 auto
}

/* height:261px;  width:369px;*/
.modal-header {
  border-bottom: 2px solid #0F0500
}

.modal-body {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  top: 50%
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}

.btn-primary {
  background-color: #0F0500;
  border-color: #0F0500;
  color: #D0AC66;
  font-weight: 700;
  font-size: 1.29rem;
  border-radius: 15px;
  padding: .12em 1.3em
}

.btn-primary:hover {
  background-color: #c49538;
  border-color: #D0AC66;
  color: #0F0500
}

.pop-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em
}

.lbc-dis {
  font-size: 1.29rem;
  line-height: 1.3
}

.land-book-con h3,
.land-book-con h4 {
  font-size: 2.29rem
}

.land-book-con h3 {
  font-weight: 600
}

.land-book-con h4 {
  margin-bottom: 0;
  line-height: 1
}

.land-form .form-control {
  font-weight: 700;
  border: 1px solid #0F0500;
  border-radius: 15px;
  background: none;
  color: #261a03
}

.land-form .form-control:focus {
  box-shadow: 0 0 0 1px #0F0500
}

.land-form label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.land-form .form-group {
  margin-bottom: .5em
}

.yri-text {
  font-size: 1.71rem
}

#footer {
  background-color: rgba(12, 6, 0, .9);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.footer-con {
  padding: 10px 6%;
  display: flex;
  justify-content: space-between;
  color: #D0AC66
}

.footer-con a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem
}

.dark-form .form-control {
  background-color: #0F0500;
  border-radius: 15px;
  border: 1px solid #0F0500;
  color: #fff
}

.dark-form .form-control:focus {
  box-shadow: none;
  border-color: #fff
}

.dark-form label img {
  vertical-align: top
}

.result-video {
  margin: 0 auto;
  width: 47%
}

.result-video,
.result-video .embed-responsive {
  border-radius: 2.14rem
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #401F16
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #FFDEA3
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #efc883
}

.plp-input,
.plp-input:focus,
.plp-input:active {
  background: url(../images/bg-pw.png) no-repeat center bottom;
  border: none;
  outline: none;
  box-shadow: none;
  width: 268px;
  margin: 0 auto;
  font-size: 16px;
  color: #261A03;
  letter-spacing: .5em;
  text-align: center
}

.error {
  animation: shake 0.2s ease-in-out 0s 2;
  /* box-shadow: 0 0 0.5em red; */
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none
}

@keyframes shake {
  0% {
    margin-left: 0rem;
  }

  25% {
    margin-left: 0.5rem;
  }

  75% {
    margin-left: -0.5rem;
  }

  100% {
    margin-left: 0rem;
  }
}


.fpsd-main h1 {
  font-size: 3rem;
  color: #C60000;
  margin-bottom: .8em
}

.fpsd-main h2 {
  font-size: 2rem;
  margin-bottom: .5em
}

.fpsd-main h3 {
  font-size: 1.2rem;
  margin-bottom: 1em
}

.story-background {
  text-align: center;
  font-size: 1.2rem
}

.story-background p {
  margin-bottom: 1em
}

.story-background&gt;.row {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.story-content {
  max-height: 411px;
  height: 30vw;
  padding: 3%;
  font-size: 1rem
}

.sc-inner {
  height: 100%
}

.people-intro {
  display: flex;
  background-color: #0F0802
}

.people-intro img {
  width: 26%
}

.people-intro&gt;p {
  margin-bottom: 0;
}

.people-intro&gt;p&gt;img {
  width: 100%;
}

.fpse-who {
  margin-bottom: 0 !important
}

.fpse-who img {
  margin-bottom: 1em
}

.reasoning-game-main {
  color: #261A03;
  width: 100%;
  height: auto;
  margin-bottom: 0
}

.reasoning-game-main h4 {
  font-size: 2rem;
  margin-bottom: .5em
}

.thum-videos {
  margin-bottom: 1em
}

.thum-videos,
.thum-videos .embed-responsive {
  border-radius: 1.5rem
}

.carousel-control-next,
.carousel-control-prev {
  position: static;
  margin: 1em;
  width: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58px;
  height: 58px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none
}

.carousel-control-next {
  background-image: url(../images/icon-car-right.png)
}

.carousel-control-prev {
  background-image: url(../images/icon-car-left.png)
}

.carousel-control-group {
  display: flex;
  justify-content: center
}

/* RESPONSIVE */

@media screen and (orientation: portrait) {

  /*portrait css*/
  .people-intro img {
    width: 50%;
  }

  .people-intro&gt;p&gt;img {
    width: 50%;
  }
}

@media screen and (orientation: landscape) and (max-height:768px) {
  /*landscape css*/

}

@media only screen and (min-width:993px) {

  #landing-about,
  #landing-how,
  #landing-book {
    display: block !important
  }

}

@media only screen and (max-width:1300px) {
  .navbar-brand {
    margin-right: 4%;
  }

  .navbar:before {
    left: 12%
  }

  .nav-right-form a&gt;img {
    height: 42px;
  }

  .navbar-light .navbar-nav .nav-link,
  .nav-book {
    font-size: 1rem;
  }

  .navbar .form-inline a {
    margin-left: .5rem
  }

  .navbar .form-inline .host-title {
    margin-left: 1rem;
  }
}

@media only screen and (max-width:1200px) {
  .navbar-brand {
    margin-right: 2%
  }

}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }

  .nav-right-form a&gt;img {
    height: 30px
  }
}

@media only screen and (max-width:992px) {
  .navbar .form-inline .host-title {
    margin-left: 0;
  }

  .navbar-collapse {
    height: auto
  }

  .hidden-xs {
    display: none !important
  }

  .visible-xs {
    display: block !important
  }

  .navbar-brand {
    width: 10%
  }

  .navbar-toggler {
    transition: all .3s
  }

  .navbar-toggler:focus {
    outline: none
  }

  .navbar-toggler[aria-expanded="true"] {
    transform: rotate(90deg)
  }

  .navbar:before {
    display: none
  }

  .navbar .form-inline .nav-book {
    display: none
  }

  .navbar .form-inline .nav-social {
    display: none
  }

  .navbar-red {
    display: none
  }

  /* .navbar .form-inline a{margin:0 1.5rem 0 0} */
  .lnm-item {
    display: inline-block;
    width: 85px;
    margin: 0 5px
  }

  .lnm-item.active {
    color: red
  }

  .lnm-con {
    display: inline-block;
    position: relative
  }

  /* width:300px; */

  .land-nav-m {
    width: 100%
  }

  .navbar-red-m {
    background-color: red;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 10px;
    transition: all .3s
  }

  .land-tab-m {
    display: none
  }

  #landing-about {
    display: block
  }

  .content {
    padding-top: 20vw
  }

  .bg-home {
    padding: 0
  }

  .bg-players-short {
    background: url(../images/bg-main-m2.jpg) no-repeat center bottom/100% auto;
    padding-bottom: 70vw;
    min-height: 100vh;
  }

  .home-sec-01 {
    display: block;
    height: auto;
  }

  .navbar .form-inline a {
    margin: 0;
  }

  .nav-right-form a&gt;img {
    /* height: 10vh; */
  }

  .navbar .form-inline.justify-content-center.nav-right-form {
    /* flex-direction: column; */
    align-items: center;
  }

}

@media only screen and (max-width:767px) {

  /* LANDING */
  .landing-content {
    padding-top: 90px
  }

  .bg-home {
    background-image: url(../images/bg-home-m-v1.jpg), url(../images/bg-home-m-repeat.jpg)
  }

  #landing-about,
  #landing-how,
  #landing-book {
    height: auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10% 5%
  }

  #landing-about {
    background-image: url(../images/bg-about-m.png)
  }

  #landing-how,
  #landing-book {
    background-image: url(../images/bg-how-m.png)
  }

  .bg-home {
    padding-bottom: 40px
  }

  .modal-content {
    max-width: 100%
  }

  .footer-con a {
    margin-right: 1rem
  }

  .page-title {
    font-size: 1rem
  }

  .hidden-md {
    display: none !important
  }

  .visible-md {
    display: block !important
  }

  .home-sec-01,
  .home-sec-02,
  .home-sec-03 {
    background: none;
    padding: 0
  }

  #forplaysers h4 {
    font-size: 1.6rem;
  }

  .result-video {
    width: 100%;
  }

  .thum-videos&gt;div {
    margin-bottom: 2em;
  }

  .reasoning-game-main.game-step {
    padding-top: 20%
  }
}

@media only screen and (max-width:479px) {
  .fpsd-main h1 {
    font-size: 2rem
  }

  .fpsd-main h2 {
    font-size: 1.5rem
  }

  .fpsd-main h3 {
    font-size: 1.1rem
  }

  .story-background {
    font-size: 1rem
  }

  .story-content {
    font-size: 1rem
  }

  .people-intro {
    display: block;
    padding-top: 3%
  }

  .story-content {
    height: auto;
    text-align: left;
    max-height: unset;
  }

  .reasoning-game-main h4 {
    font-size: 1.5rem
  }

  .thum-videos,
  .thum-videos .embed-responsive {
    border-radius: 0
  }
}


.col-6 {
  margin-bottom: 20px;
}

.form-control&gt;select {
  width: 100%;
  background: transparent;
  height: 100%;
  /* height: calc(2.25rem + 2px); */
  border: none;
  outline: none;
  color: #261a03;
}

.mCustomScrollbar {
  touch-action: auto;
}

.password-errror {
  display: none;
}


#player img,
.fpse-who img {
  cursor: pointer;
}

.remarks {
  width: 100%;
  background: none;
  border: none;
  outline: none;
}

fieldset.level_students {
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-image: initial;
  font-weight: 700;
  border: 1px solid #0F0500;
  border-radius: 15px;
  background: none;
  color: #261a03;
  margin-bottom: 10px;
}

fieldset.level_students legend {
  width: auto;
  padding: 0 10px;
  font-size: 1rem;
  color: #261a03;
  font-weight: 700;
}

.land-form label {
  font-size: inherit;
}

.nav-right-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
}

.host-title {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 14px;
}

.logo-link {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 0 1 auto;
}

.logo-img {
    height: 45px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}


@media (max-width: 992px) {
    .nav-right-form {
        gap: 5px;
    }
    .logo-img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .host-title {
        font-size: 12px; 
    }
    .logo-img {
        height: 35px;
    }
}

@media (max-width: 576px) {
    .nav-right-form {
        gap: 3px;
    }
    .host-title {
        font-size: 10px; 
    }
    .logo-img {
        height: 30px;
    }
}</pre></body></html>