<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Noto Sans Thai';
  src: url("../fonts/NotoSansThai-Regular.woff2") format("woff2"), url("../fonts/NotoSansThai-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Noto Sans Thai';
  src: url("../fonts/NotoSansThai-Bold.woff2") format("woff2"), url("../fonts/NotoSansThai-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'The Matter';
  src: url("../fonts/thematter-bold.woff2") format("woff2"), url("../fonts/thematter-bold.woff") format("woff");
  font-weight: 700; }

@font-face {
  font-family: 'The Matter';
  src: url("../fonts/thematter-extrabold.woff2") format("woff2"), url("../fonts/thematter-extrabold.woff") format("woff");
  font-weight: 800; }

html {
  font-size: 16px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-flow: column; }

a {
  color: #19aaf8;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer; }
  a:hover {
    color: #056ea6; }
  a:hover {
    text-decoration: none; }

*:focus {
  outline: none !important;
  box-shadow: none !important; }

@media only screen and (max-width: 767px) {
  .linebreak-sm {
    display: block; } }

@media only screen and (min-width: 768px) {
  .linebreak-md {
    display: block; } }

.btn-retro, .quiz .answer button {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  letter-spacing: 1px;
  background: #e2e2e2;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  box-shadow: inset -3px -3px 0px 1px #19aaf8, inset 1px 1px 0px 0px #19aaf8, 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
  @media (hover: hover) {
    .btn-retro:hover, .quiz .answer button:hover {
      background: #CCC;
      box-shadow: inset -1px -1px 0px 0px #FFF, inset 1px 1px 0px 1px #a2a2a2; } }

.custom-progress {
  height: 6px; }
  .custom-progress .progress-bar {
    background: #19aaf8; }

main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.page-landing {
  justify-content: space-between;
  background-image: url("/justcyberbully/images/10-bg-title.png");
  background-size: contain;
  background-position: center center; }
  @media only screen and (max-width: 991px) {
    .page-landing {
      background-size: cover;
      background-position: 75% center; } }
  .page-landing .top {
    padding-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 992px) {
      .page-landing .top {
        align-self: flex-end;
        padding-right: 40px; } }
    .page-landing .top a {
      margin: 5px 5px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .page-landing .top a {
          font-size: 1rem; } }
  .page-landing .bottom {
    padding: 30px 10px;
    font-size: 1.1rem;
    color: #BABABA;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .page-landing .bottom {
        align-self: flex-start;
        padding-left: 40px; } }
    @media only screen and (max-width: 991px) {
      .page-landing .bottom {
        flex-direction: column; } }
    @media only screen and (min-width: 992px) {
      .page-landing .bottom span {
        margin-left: 10px; } }
    @media only screen and (max-width: 991px) {
      .page-landing .bottom span {
        display: block;
        margin-top: 10px; } }
    .page-landing .bottom img {
      height: 50px;
      margin: 0 10px; }
      .page-landing .bottom img.logo-dtac {
        height: 45px; }
  .page-landing .landing {
    text-align: center;
    padding: 20px; }
    .page-landing .landing .title {
      font-size: 4.4rem;
      line-height: 1.2em;
      font-family: "Libre Baskerville", "The Matter", serif;
      font-weight: 700;
      color: #19aaf8;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .page-landing .landing .title {
          font-size: 3.4rem; } }
      .page-landing .landing .title &gt; div {
        display: inline-block;
        position: relative; }
        .page-landing .landing .title &gt; div img {
          position: absolute;
          top: 0;
          right: -30px;
          width: 40px; }
    .page-landing .landing .info {
      max-width: 400px;
      margin: 0 auto;
      font-size: 1.4rem;
      line-height: 1.3em; }
      @media only screen and (max-width: 767px) {
        .page-landing .landing .info {
          font-size: 1.1rem; } }
      .page-landing .landing .info span {
        white-space: nowrap; }
    .page-landing .landing button {
      display: block;
      min-width: 200px;
      color: #19aaf8;
      margin: 30px 0 40px;
      font-size: 1.6rem; }

.page-quiz {
  display: none; }

.quiz {
  width: 100%;
  flex: 1; }
  .quiz &gt; div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .quiz .question {
    text-align: center;
    background-color: #19aaf8;
    background-image: url("/justcyberbully/images/10-bg-quiz.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px; }
    .quiz .question .step {
      font-size: 1.6rem;
      font-weight: 300;
      color: #FFF;
      margin-bottom: 22px; }
      @media only screen and (max-width: 767px) {
        .quiz .question .step {
          font-size: 1.1rem; } }
    .quiz .question .title {
      max-width: 500px;
      font-size: 2.4rem;
      line-height: 1.4em;
      font-family: "Libre Baskerville", "The Matter", serif;
      font-weight: 700;
      color: #FFF;
      margin-bottom: 0; }
      .quiz .question .title span {
        white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        .quiz .question .title {
          font-size: 1.8rem; } }
  .quiz .answer {
    padding: 40px 20px; }
    .quiz .answer button {
      width: 70%;
      margin-bottom: 30px;
      color: #545454;
      font-size: 1.4rem;
      white-space: normal;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .quiz .answer button {
          width: 90%;
          font-size: 1.2rem; } }
      .quiz .answer button span {
        white-space: nowrap; }

.page-result {
  background-color: #19aaf8;
  background-image: url("/justcyberbully/images/10-bg-result.png");
  background-size: contain;
  background-position: center center;
  padding: 40px; }
  @media only screen and (max-width: 991px) {
    .page-result {
      background-size: cover;
      background-position: 20% center;
      padding: 20px 20px; } }

.result {
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .result .point {
      text-align: right; } }
  .result .point .score {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Libre Baskerville", "The Matter", serif;
    font-size: 4rem;
    color: #ff2756;
    margin-bottom: 40px; }
  .result .info {
    text-align: center;
    color: #FFF; }
    .result .info .title {
      margin-bottom: 40px;
      font-weight: 700;
      font-family: "Libre Baskerville", "The Matter", serif;
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .result .info .title {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
    .result .info .subtitle {
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 20px; }
    .result .info .desc {
      font-size: 1.4rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .result .info .desc {
          margin-bottom: 10px;
          font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .result img {
      max-width: 200px; } }

.result-action {
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .result-action {
      margin-top: 10px; } }
  .result-action .action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .result-action .btn-retro, .result-action .quiz .answer button, .quiz .answer .result-action button {
    box-shadow: inset -3px -3px 0px 1px #078ed7;
    padding: 10px 15px; }
  .result-action .btn-reset {
    background: #ff2756;
    color: #FFF;
    border-radius: 0;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    height: 42px;
    margin: 0 10px;
    min-width: 120px; }
    .result-action .btn-reset:hover {
      background: #fd0037; }

.sharebox {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem; }
  .sharebox .labelbox {
    padding: 0 15px;
    height: 42px;
    display: flex;
    align-items: center;
    background: #ff2756;
    position: relative; }
    .sharebox .labelbox i {
      margin-right: 5px; }
    .sharebox .labelbox:after {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 9px);
      right: 0;
      background: #fff;
      width: 1px;
      height: 18px; }
  .sharebox .social {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    background: #ff2756;
    padding: 0 8px; }
    .sharebox .social a {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding: 8px;
      height: 42px;
      font-size: 1.4rem;
      background: #ff2756;
      /*&amp;:after{
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        right: -7px;
        background: #fff;
        width: 1px; 
        height: 18px;
      }

      &amp;:last-child{
        &amp;:after{
          display: none;
        }
      }*/ }
      .sharebox .social a:hover {
        background: #fd0037; }

.page-contents {
  background-color: #19aaf8;
  flex: 1; }
  .page-contents .top {
    background-color: #FFF;
    background-image: url("/justcyberbully/images/10-bg-landing.png");
    background-size: cover;
    background-position: center center;
    padding: 40px;
    min-height: 50vh;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 991px) {
      .page-contents .top {
        background-position: 75% center;
        padding: 40px 20px; } }
    .page-contents .top .logo {
      text-align: right;
      margin-bottom: 40px; }
      .page-contents .top .logo img {
        height: 70px;
        margin: 0 10px; }
        @media only screen and (max-width: 991px) {
          .page-contents .top .logo img {
            height: 50px; } }
    .page-contents .top .info {
      margin-top: auto; }
      .page-contents .top .info .title {
        font-size: 4rem;
        line-height: 1.2em;
        font-family: "Libre Baskerville", "The Matter", serif;
        font-weight: 700;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .page-contents .top .info .title {
            font-size: 3.6rem; } }
        @media only screen and (max-width: 575px) {
          .page-contents .top .info .title {
            font-size: 3.2rem; } }
      .page-contents .top .info .meta {
        font-size: 1.1rem;
        color: #BABABA; }
  .page-contents .bottom {
    padding: 40px 20px; }
    .page-contents .bottom .item {
      text-align: center;
      color: #FFF;
      font-weight: 400;
      font-size: 1.1rem;
      margin-bottom: 10px; }
      .page-contents .bottom .item img {
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.4);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
    .page-contents .bottom a:hover img {
      box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.8); }
</pre></body></html>