#footer {
  padding: 60px 20px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1420px;
  margin: 0 auto;
}
#footer p {
  margin: 0;
  font-size: 20px;
}
#footer p a {
  display: inline-block;
  margin: 0 4px;
}
#footer p a:before {
  bottom: 3px;
}
#footer .footer-icons-container {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#footer .footer-icons-container .icons-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  max-width: 840px;
  margin: auto;
  justify-items: center;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  #footer .footer-icons-container .icons-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 350px;
  }
}
#footer .footer-icons-container .icons-container .footer-icon img {
  height: 110px;
}
#footer .footer-icons-container .icons-container .footer-icon a {
  text-decoration: none;
  border-bottom: 0;
}

@media all and (max-width: 1600px) {
  #footer {
    max-width: 1170px;
  }
}
@media all and (max-width: 1170px) {
  #footer {
    max-width: 1005px;
  }
}
@media all and (max-width: 1020px) {
  #footer {
    max-width: 900px;
  }
}
@media all and (max-width: 960px) {
  #footer {
    max-width: 752px;
  }
}
@media all and (max-width: 765px) {
  #footer {
    max-width: none;
  }
}
#header {
  height: 120px;
  display: table;
  width: 100%;
  position: relative;
}
#header .logo {
  background: #FD4695;
  width: 90px;
  height: 90px;
  position: absolute;
  right: 23px;
  top: 17px;
  border: none;
  margin: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#header .logo:before {
  content: none;
}
#header .logo span {
  font-size: 80px;
  color: #FFF59E;
  text-align: center;
  display: block;
  line-height: 80px;
}
#header .navigation {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
#header .navigation ul {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}
#header .navigation ul li {
  display: inline;
  padding-right: 18px;
}
#header .navigation ul li a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  color: rgba(255, 245, 158, 0.5);
}
#header .navigation ul li a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(255, 245, 158, 0.5);
}
#header .navigation ul li a:after {
  content: ",";
  position: absolute;
  left: auto;
  right: -7px;
  top: -2px;
  font-size: 20px;
  color: rgba(255, 245, 158, 0.5);
}
#header .navigation ul li:last-child a:after {
  content: "";
}
#header .navigation ul li.active a, #header .navigation ul li:hover a {
  color: #FFF59E;
}
#header .navigation ul li.active a:before, #header .navigation ul li:hover a:before {
  background: #FFF59E;
}
#header .navigation ul li.active a:after, #header .navigation ul li:hover a:after {
  color: #FFF59E;
}

@media all and (max-width: 1600px) {
  #header .navigation ul {
    max-width: 1170px;
  }
}
@media all and (max-width: 1170px) {
  #header .navigation ul {
    max-width: 1005px;
  }
}
@media all and (max-width: 1020px) {
  #header .navigation ul {
    max-width: 900px;
  }
}
@media all and (max-width: 960px) {
  #header .navigation ul {
    max-width: 752px;
  }
}
@media only screen and (max-width: 765px) {
  #header .logo {
    right: 17px;
  }
}
@media all and (max-width: 765px) {
  #header .navigation ul {
    max-width: none;
  }
}
.blog {
  display: block;
  padding: 0 20px;
}
.blog #listing,
.blog .listing {
  padding: 10px 0 20px 0;
}
.blog #listing article .list-item,
.blog .listing article .list-item {
  padding: 0 10px 20px;
}
@media screen and (max-width: 47.9375em) {
  .blog #listing article .list-item h1, .blog #listing article .list-item h2, .blog #listing article .list-item h3,
  .blog .listing article .list-item h1,
  .blog .listing article .list-item h2,
  .blog .listing article .list-item h3 {
    padding: 0 20px;
  }
  .blog #listing article .list-item p,
  .blog .listing article .list-item p {
    padding: 0 20px 20px;
  }
}
.blog #listing article .list-item h1,
.blog #listing article .list-item h2,
.blog .listing article .list-item h1,
.blog .listing article .list-item h2 {
  padding-top: 20px;
  text-align: left;
}
.blog #listing article .list-item h1 a,
.blog #listing article .list-item h2 a,
.blog .listing article .list-item h1 a,
.blog .listing article .list-item h2 a {
  text-decoration: none;
  transition: all 269ms ease-in-out;
}
.blog #listing article .list-item h1 a:hover,
.blog #listing article .list-item h2 a:hover,
.blog .listing article .list-item h1 a:hover,
.blog .listing article .list-item h2 a:hover {
  transition: all 269ms ease-in-out;
}
.blog #listing article .list-item p,
.blog .listing article .list-item p {
  text-align: left;
}
.blog #listing .text-content,
.blog .listing .text-content {
  width: 100%;
  margin-left: -10px;
}
.blog #listing .text-content div,
.blog #listing .text-content h1,
.blog #listing .text-content h2,
.blog .listing .text-content div,
.blog .listing .text-content h1,
.blog .listing .text-content h2 {
  text-align: left;
}
.blog #listing .text-content h2,
.blog .listing .text-content h2 {
  padding-left: 20px;
}
.blog #listing img,
.blog .listing img {
  width: 100%;
  vertical-align: bottom;
}

.list-blog-header {
  text-align: center;
  height: auto;
  overflow: hidden;
  position: relative;
}

.list-blog-header,
.list-blog-header img {
  width: 100%;
}

.list-blog-header img {
  position: relative;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

.list-blog-details .list-blog-text-content .list-blog-headline {
  padding: 10px 0 20px;
}

.list-blog-text-content {
  width: 100%;
}

.list-blog-headline {
  text-align: left;
}

.containerization {
  background-color: #FD4695;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.containerization img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.tags {
  margin-bottom: 60px;
  display: block;
  color: #FFF59E;
}

.search-header {
  margin-bottom: 30px;
  margin-left: 20px;
}

/*csslint outline-none:false*/
.pure-button {
  /* Structure */
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
  box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em;
}

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #FFF59E;
  border: none;
  background-color: #FD4695;
  text-decoration: none;
  border-radius: 0;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  background-color: #FD4695;
  color: #FFF59E;
}

.pure-button:focus {
  outline: 0;
}

.pure-button-active,
.pure-button:active {
  background-color: #FD4695;
  color: #FFF59E;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #FFF59E;
  color: #FD4695;
}

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

.cookie-popup {
  background-color: #FD4695;
  box-sizing: initial;
  color: #FFF59E;
  display: none;
  font-family: inherit;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
}

.cookie-popup-inner {
  width: 100%;
}
.cookie-popup-inner a {
  color: #FFF59E;
  border: 0;
  display: inline-block;
  white-space: nowrap;
}
.cookie-popup-inner a::before {
  bottom: -1px;
}
.cookie-popup-inner a:hover {
  color: #FFF59E;
}
.cookie-popup-inner a:hover:before {
  background-color: #FFF59E;
}
.cookie-popup-inner a.cookie-popup-accept-cookies:before {
  content: none;
}

.cookie-popup-lower {
  font-size: 14px;
  padding: 15px;
}

.cookie-popup.position-bottomright {
  bottom: 10px;
  left: inherit;
  right: 10px;
  width: 300px;
}
.cookie-popup.position-bottomright .cookie-popup-right {
  width: initial;
}

.theme-default .cookie-popup {
  right: 40px;
  bottom: 25px;
  width: 547px;
}
.theme-default .cookie-popup .cookie-popup-sub-headline {
  padding: 20px 100px 20px 20px;
}
@media screen and (max-width: 47.9375em) {
  .theme-default .cookie-popup .cookie-popup-sub-headline {
    text-align: left;
  }
}
.theme-default .cookie-popup .cookie-popup-accept-cookies,
.theme-default .cookie-popup .cookie-popup-close-cookies,
.theme-default .cookie-popup .cookie-popup-url-link {
  text-decoration: none;
}
.theme-default .cookie-popup .cookie-popup-accept-cookies {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  line-height: 2;
  width: 60px;
  background: #FFF59E;
  text-align: center;
  color: #FD4695;
}

.cookie-popup-sub-headline a:before {
  content: none;
}
.cookie-popup-sub-headline a {
  display: inline;
  white-space: normal;
  border-bottom: 3px solid #FFF59E;
}
.cookie-popup-sub-headline .cookie-popup-accept-cookies {
  border: 0;
}

@media all and (max-width: 700px) {
  .theme-default .cookie-popup {
    right: 20px;
    width: 400px;
  }
}
@media all and (max-width: 540px) {
  .theme-default {
    width: 100%;
    position: relative;
  }
  .theme-default .cookie-popup {
    right: 0;
    width: calc(100vw - 40px) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}

.progress-container {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
}

.progress-bar {
  height: 5px;
  width: 0%;
  padding: 0;
  margin: 0;
  background: #FFF59E;
}

.display-hidden {
  display: none !important;
  visibility: hidden;
}

.visibility-hidden {
  visibility: hidden;
}

.display-none,
.hidden {
  display: none;
}

.hidden-opacity {
  opacity: 0;
}

.visible-opacity {
  opacity: 1 !important;
}

.ajax-visible {
  display: block;
  opacity: 1 !important;
}

@font-face {
  font-family: "Bariol";
  src: url("../fonts/bariol/bariol-regular.woff2") format("woff2"), url("../fonts/bariol/bariol-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Bariol";
  src: url("../fonts/bariol/bariol-regular-italic.woff2") format("woff2"), url("../fonts/bariol/bariol-regular-italic.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Bariol";
  src: url("../fonts/bariol/bariol-bold.woff2") format("woff2"), url("../fonts/bariol/bariol-bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "TH-Chara";
  src: url("../fonts/th-chara/th-chara.woff2") format("woff2"), url("../fonts/th-chara/th-chara.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0E00-0E0F, U+0E10-0E1F, U+0E20-0E2F, U+0E30-0E3F, U+0E40-0E4F, U+0E50-0E5F, U+0E60-0E6F, U+0E70-0E7F;
}
/*custom specials*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF59E;
  opacity: 0.3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF59E;
  opacity: 0.3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF59E;
  opacity: 0.3;
}

.pure-form .h-captcha {
  margin: 20px 0;
}
.pure-form label {
  display: none;
}
.pure-form .pure-g {
  display: block;
  margin-bottom: 20px;
}
.pure-form .pure-padding-right {
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .pure-form .pure-padding-right {
    padding-right: 0;
  }
}

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #FFF59E;
  border-radius: 0;
  vertical-align: middle;
  box-sizing: border-box;
  background: transparent;
  font-family: "Bariol", sans-serif;
  font-size: 20px;
  color: #FFF59E;
  font-weight: normal;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}

.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  padding: 0.5em 0.6em;
  outline: 0;
  background-color: #FD4695;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #FD4695;
}

.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
  outline: thin solid #FFF59E;
  outline: 1px auto #FFF59E;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee; /* menu hover bg color */
  color: #777; /* menu text color */
  border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #FFF59E;
  border-color: #FFF59E;
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #FFF59E;
}

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
  padding: 0;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #FFF59E;
}

.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=file],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-3-4 {
  width: 75%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

/* Inline help for forms */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]),
  .pure-form input[type=text],
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type=text],
  .pure-group input[type=password],
  .pure-group input[type=email],
  .pure-group input[type=url],
  .pure-group input[type=date],
  .pure-group input[type=month],
  .pure-group input[type=time],
  .pure-group input[type=datetime],
  .pure-group input[type=datetime-local],
  .pure-group input[type=week],
  .pure-group input[type=number],
  .pure-group input[type=search],
  .pure-group input[type=tel],
  .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
.simplesearch .pure-u {
  width: 100%;
}
.simplesearch #search {
  width: 100%;
  margin-top: 40px;
}
.simplesearch #search input {
  display: inline;
  background-color: #FFF59E;
}
@media (prefers-color-scheme: light) {
  .simplesearch #search input {
    color: #2FAADB;
  }
}
@media (prefers-color-scheme: dark) {
  .simplesearch #search input {
    color: #42765D;
  }
}
.simplesearch #search input {
  padding: 5px;
  padding-left: 10px;
  width: 300px;
}
.simplesearch #search input::selection {
  background: #FD4695;
  color: #FFF59E;
}
.simplesearch #search button {
  font-family: "Bariol", sans-serif;
  font-weight: bold;
  display: inline;
  background-color: #FD4695;
  color: #FFF59E;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  padding: 6px 15px;
  margin-left: 5px;
  cursor: pointer;
}

.img-right-wrapper {
  float: right;
  max-width: 50%;
  margin: 10px 0 40px 40px;
}
.img-right-wrapper img {
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  margin: auto;
  max-width: 100%;
}

@media all and (max-width: 765px) {
  .img-right-wrapper {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.arch-link:before {
  mask: url(../images/links/arch.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/arch.svg) no-repeat 50% 50%;
}

.grav-link:before {
  mask: url(../images/links/grav.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/grav.svg) no-repeat 50% 50%;
}

.inkscape-link:before {
  mask: url(../images/links/inkscape.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/inkscape.svg) no-repeat 50% 50%;
}

.instagram-link:before {
  mask: url(../images/links/instagram.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/instagram.svg) no-repeat 50% 50%;
}

.manjaro-link:before {
  mask: url(../images/links/manjaro.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/manjaro.svg) no-repeat 50% 50%;
}

.mastodon-link:before {
  mask: url(../images/links/mastodon.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/mastodon.svg) no-repeat 50% 50%;
}

.youtube-link:before {
  mask: url(../images/links/youtube.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/youtube.svg) no-repeat 50% 50%;
}

.arch-link:before, .grav-link:before, .inkscape-link:before, .instagram-link:before, .manjaro-link:before, .mastodon-link:before, .youtube-link:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  mask-size: cover;
  background-color: #FFF59E;
  margin-right: 5px;
}

body {
  font-family: "Bariol", "TH-Chara", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0 0 280px;
  min-height: 100%;
}
@media (prefers-color-scheme: light) {
  body {
    background-color: #2FAADB;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #42765D;
  }
}
body {
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  body {
    padding: 0 0 420px;
  }
}

.wrapper {
  padding: 20px 20px;
  margin: 20px 0;
}
.wrapper.main-wrapper {
  padding: 0 20px;
  width: auto;
  display: block;
}
.wrapper.full {
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
  max-width: none !important;
}
.wrapper.full .text-content {
  max-width: 1420px;
  margin: 20px auto;
  display: block;
  padding: 0 20px !important;
}
.wrapper.blog {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper,
.content-wrapper,
.wrapper.full .text-content,
.content.article-content,
.list-blog-header {
  max-width: 1420px;
  margin: 0 auto;
  display: block !important;
}

hr {
  border: none;
  height: 2px;
  background: #FFF59E;
  margin: 0 0 20px 0;
}

.content-wrapper .cards .grid-x {
  display: flex;
  flex-flow: row wrap;
}
.content-wrapper .cards .grid-x .card .article-image {
  width: 430px;
  max-height: 430px;
  height: 430px;
}
.content-wrapper .cards .grid-x .card .article-image a {
  border: 0;
}
.content-wrapper .cards .grid-x .card .article-image a img {
  width: 100%;
  height: inherit;
  position: relative;
  height: 430px;
}
.content-wrapper .cards .grid-x .card .article-image a:hover {
  border: 0;
}
.content-wrapper .cards .grid-x .card .article-image a:hover:before {
  content: none;
}
.content-wrapper .cards .grid-x .card .article-image a:before {
  content: none;
}
.content-wrapper .cards .grid-x .cell {
  width: 430px;
  margin: 20px;
}
.content-wrapper .cards .grid-x .cell h2 a {
  display: inline;
  overflow-wrap: break-word;
  border-bottom: 3px solid #FFF59E;
}
.content-wrapper .cards .grid-x .cell h2 a:hover {
  border-color: #FD4695;
}
.content-wrapper .cards .grid-x .cell h2 a:before {
  content: none;
}
.content-wrapper .cards .grid-x .cell.img-art .article-image img {
  object-fit: cover;
  height: 430px;
}
.content-wrapper .cards .grid-x .cell.img-art .article-desc h2 {
  margin-bottom: 10px !important;
}
.content-wrapper .cards .grid-x .cell.img-art .article-desc .text-content {
  display: none;
}
.content-wrapper .cards .grid-x .cell.txt-art h2 {
  margin-bottom: 10px !important;
}
.content-wrapper .cards .grid-x .cell.txt-art .card {
  background-color: #FFF59E;
  max-height: 430px;
  position: relative;
  overflow: hidden;
}
.content-wrapper .cards .grid-x .cell.txt-art .card .card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.content-wrapper .cards .grid-x .cell.txt-art .card .card-link:hover {
  border: 0;
}
.content-wrapper .cards .grid-x .cell.txt-art .card .card-link:before {
  content: none;
}
.content-wrapper .cards .grid-x .cell.txt-art .article-desc {
  padding: 20px;
  min-height: 430px;
}
.content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p {
  color: #2FAADB;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p a {
  color: #2FAADB;
}
.content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p a:hover {
  border-bottom: 1px solid #2FAADB;
}
.content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-summary {
  color: #2FAADB;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-wrapper .cards .grid-x .cell.txt-art h2 {
  margin: 15px 0 0 0;
  display: table;
}
.content-wrapper .cards .grid-x .cell.txt-art h2 > a {
  padding: 20px 0 0 0;
}
.content-wrapper .cards .grid-x .cell .article-desc {
  position: relative;
}
.content-wrapper .cards .grid-x .cell .article-desc .text-summary {
  display: none;
}
.content-wrapper .cards .grid-x .cell .article-desc h2 {
  padding: 20px 0 0 0;
}
.content-wrapper .cards .grid-x .cell .time {
  color: #FFF59E;
  font-size: 15px;
  font-style: italic;
}
.content-wrapper .cards .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 1rem 0;
  padding: 0 20px;
}
.content-wrapper .cards .pagination li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  border: 0;
  position: relative;
}
.content-wrapper .cards .pagination li a {
  display: block;
  border-bottom: 3px solid #97D0BC;
  color: #97D0BC;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
}
.content-wrapper .cards .pagination li a:hover {
  color: #FD4695 !important;
  border-color: #FD4695 !important;
}
.content-wrapper .cards .pagination li a:after {
  content: ",";
  position: absolute;
  right: -6px;
  top: -5px;
  font-size: 24px;
  color: rgba(255, 245, 158, 0.5);
}
.content-wrapper .cards .pagination li span {
  display: block;
  padding: 0;
  font-weight: bold;
  border-bottom: 3px solid #FFF59E;
}
.content-wrapper .cards .pagination li span:after {
  content: ",";
  position: absolute;
  right: -6px;
  top: 0;
  font-size: 20px;
  color: #FFF59E;
}
.content-wrapper .cards .pagination li.next a, .content-wrapper .cards .pagination li.prev a {
  color: #97D0BC;
}
.content-wrapper .cards .pagination li:last-child a:after,
.content-wrapper .cards .pagination li:last-child span:after {
  content: none;
}
.content-wrapper > .grid-container {
  padding: 0 20px;
}

#pagination.ep, #pagination.lp {
  display: none;
}

.content.article-content {
  padding: 0 20px;
}
.content.article-content .text-wrap .text-content {
  padding: 20px 0;
}
.content.article-content .text-wrap .text-summary {
  padding: 20px 0;
}
.content.article-content .text-wrap .text-summary h3 {
  padding: 0;
  margin: 0;
}
.content.article-content .text-wrap .time {
  color: #FFF59E;
  font-style: italic;
  font-size: 15px;
}
.content.article-content .img-wrap {
  padding-bottom: 40px;
}
.content.article-content .img-wrap img {
  width: 100%;
}

.heart {
  text-decoration: none;
  border: none;
}
.heart a:before {
  content: none;
}
.heart:hover {
  border: none;
  text-decoration: none;
}
.heart:hover:before {
  content: none;
}
.heart .heart-img {
  background: url("../images/heart.svg");
  width: 35px;
  height: 30px;
  display: inline-block;
  position: relative;
  left: 8px;
  vertical-align: middle;
}

#body {
  padding-top: 85px;
}

.main-wrapper {
  width: 100%;
}

.carousel-lp {
  max-width: 885px;
}
.carousel-lp .list-image-link {
  display: block;
}

@media all and (max-width: 1600px) {
  .wrapper,
  .content-wrapper,
  .wrapper.full .text-content,
  .content.article-content,
  .list-blog-header {
    max-width: 1170px;
  }
  .carousel-lp {
    max-width: 733px;
  }
  .content-wrapper .cards .grid-x .cell {
    width: 350px;
    margin: 20px 17px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc {
    min-height: 350px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card {
    max-height: 350px;
  }
  .content-wrapper .cards .grid-x .cell .card {
    max-height: 350px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image {
    width: 350px;
    height: 350px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a img {
    width: 350px;
    height: 350px;
  }
}
@media all and (max-width: 1170px) {
  .wrapper,
  .content-wrapper,
  .wrapper.full .text-content,
  .content.article-content,
  .list-blog-header {
    max-width: 1005px;
  }
  .carousel-lp {
    max-width: 633px;
  }
  .content-wrapper .cards .grid-x .cell {
    width: 300px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card {
    max-height: 300px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc {
    min-height: 300px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image {
    width: 300px;
    height: 300px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a img {
    width: 300px;
    height: 300px;
  }
}
@media all and (max-width: 1020px) {
  .wrapper,
  .content-wrapper,
  .wrapper.full .text-content,
  .content.article-content,
  .list-blog-header {
    max-width: 900px;
  }
  .carousel-lp {
    max-width: 540px;
  }
  .content-wrapper .cards .grid-x .cell {
    width: 260px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card {
    height: 260px;
    max-height: 260px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card::-webkit-scrollbar {
    display: none;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc {
    min-height: 260px;
    max-height: 260px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image {
    width: 260px;
    height: 260px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a img {
    width: 260px;
    height: 260px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-desc .text-summary {
    -webkit-line-clamp: 6;
  }
}
@media all and (max-width: 960px) {
  .wrapper,
  .content-wrapper,
  .wrapper.full .text-content,
  .content.article-content,
  .list-blog-header {
    max-width: 752px;
  }
  .carousel-lp {
    max-width: 492px;
  }
  .content-wrapper .cards .grid-x .cell {
    width: 230px;
    margin: 20px 20px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card {
    max-height: 230px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc {
    min-height: 230px;
    max-height: 230px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image {
    width: 230px;
    height: 230px;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a img {
    width: 230px;
    height: 230px;
  }
}
@media all and (max-width: 765px) {
  .wrapper,
  .content-wrapper,
  .wrapper.full .text-content,
  .content.article-content,
  .list-blog-header {
    max-width: none;
  }
  .content-wrapper .cards .grid-x .cell {
    width: 100%;
    margin: 27px 20px;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc {
    min-height: auto;
    max-height: none;
  }
  .content-wrapper .cards .grid-x .cell.txt-art .card {
    height: inherit;
    max-height: none;
    min-height: auto;
  }
  .content-wrapper .cards .grid-x .cell .card {
    height: inherit;
    max-height: none;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image {
    width: 100%;
    max-height: none;
    height: inherit;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a {
    width: 100%;
  }
  .content-wrapper .cards .grid-x .cell .card .article-image a img {
    width: 100%;
    height: 100%;
  }
  .content-wrapper .cards .grid-x .cell .card .article-desc .text-summary {
    -webkit-line-clamp: 13;
  }
}
@media all and (max-width: 540px) {
  .wrapper .fullwidth {
    margin: 0 !important;
  }
  .wrapper.full {
    padding: 20px;
  }
  .wrapper.full .text-content.pure-u {
    padding: 0 !important;
  }
}
@media all and (max-width: 640px) {
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p {
    -webkit-line-clamp: 15;
  }
}
@media all and (max-width: 440px) {
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p {
    -webkit-line-clamp: 12;
  }
}
@media all and (max-width: 360px) {
  .content-wrapper .cards .grid-x .cell.txt-art .article-desc .text-content p {
    -webkit-line-clamp: 10;
  }
}
/*!
Pure v0.5.0-rc-1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  text-rendering: optimizespeed;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}

.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

/* Custom */
[class*=pure-u] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-7 {
  width: 14.285%;
}

.pure-u-2-7 {
  width: 28.571%;
}

.pure-u-3-7 {
  width: 42.857%;
}

.pure-u-4-7 {
  width: 57.142%;
}

.pure-u-5-7 {
  width: 71.428%;
}

.pure-u-6-7 {
  width: 85.714%;
}

.pure-u-1-9 {
  width: 11.111%;
}

.pure-u-2-9 {
  width: 22.222%;
}

.pure-u-3-9 {
  width: 33.333%;
}

.pure-u-4-9 {
  width: 44.444%;
}

.pure-u-5-9 {
  width: 55.555%;
}

.pure-u-6-9 {
  width: 66.666%;
}

.pure-u-7-9 {
  width: 77.777%;
}

.pure-u-8-9 {
  width: 88.888%;
}

.pure-u-1-10 {
  width: 10%;
}

.pure-u-2-10 {
  width: 20%;
}

.pure-u-3-10 {
  width: 30%;
}

.pure-u-4-10 {
  width: 40%;
}

.pure-u-5-10 {
  width: 50%;
}

.pure-u-6-10 {
  width: 60%;
}

.pure-u-7-10 {
  width: 70%;
}

.pure-u-8-10 {
  width: 80%;
}

.pure-u-9-10 {
  width: 90%;
}

.pure-u-1-11 {
  width: 9.09%;
}

.pure-u-2-11 {
  width: 18.181%;
}

.pure-u-3-11 {
  width: 27.272%;
}

.pure-u-4-11 {
  width: 36.363%;
}

.pure-u-5-11 {
  width: 45.454%;
}

.pure-u-6-11 {
  width: 54.545%;
}

.pure-u-7-11 {
  width: 63.636%;
}

.pure-u-8-11 {
  width: 72.727%;
}

.pure-u-9-11 {
  width: 81.818%;
}

.pure-u-10-11 {
  width: 90.909%;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-12,
  .pure-u-sm-1-2,
  .pure-u-sm-1-24,
  .pure-u-sm-1-3,
  .pure-u-sm-1-4,
  .pure-u-sm-1-5,
  .pure-u-sm-1-6,
  .pure-u-sm-1-8,
  .pure-u-sm-10-24,
  .pure-u-sm-11-12,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-2-24,
  .pure-u-sm-2-3,
  .pure-u-sm-2-5,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24,
  .pure-u-sm-3-24,
  .pure-u-sm-3-4,
  .pure-u-sm-3-5,
  .pure-u-sm-3-8,
  .pure-u-sm-4-24,
  .pure-u-sm-4-5,
  .pure-u-sm-5-12,
  .pure-u-sm-5-24,
  .pure-u-sm-5-5,
  .pure-u-sm-5-6,
  .pure-u-sm-5-8,
  .pure-u-sm-6-24,
  .pure-u-sm-7-12,
  .pure-u-sm-7-24,
  .pure-u-sm-7-8,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24,
  .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24,
  .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24,
  .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24,
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24,
  .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24,
  .pure-u-sm-5-6 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24,
  .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-24-24,
  .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-12,
  .pure-u-md-1-2,
  .pure-u-md-1-24,
  .pure-u-md-1-3,
  .pure-u-md-1-4,
  .pure-u-md-1-5,
  .pure-u-md-1-6,
  .pure-u-md-1-8,
  .pure-u-md-10-24,
  .pure-u-md-11-12,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-2-24,
  .pure-u-md-2-3,
  .pure-u-md-2-5,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24,
  .pure-u-md-3-24,
  .pure-u-md-3-4,
  .pure-u-md-3-5,
  .pure-u-md-3-8,
  .pure-u-md-4-24,
  .pure-u-md-4-5,
  .pure-u-md-5-12,
  .pure-u-md-5-24,
  .pure-u-md-5-5,
  .pure-u-md-5-6,
  .pure-u-md-5-8,
  .pure-u-md-6-24,
  .pure-u-md-7-12,
  .pure-u-md-7-24,
  .pure-u-md-7-8,
  .pure-u-md-8-24,
  .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24,
  .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24,
  .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24,
  .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24,
  .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24,
  .pure-u-md-5-6 {
    width: 83.3333%;
  }
  .pure-u-md-21-24,
  .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-24-24,
  .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-12,
  .pure-u-lg-1-2,
  .pure-u-lg-1-24,
  .pure-u-lg-1-3,
  .pure-u-lg-1-4,
  .pure-u-lg-1-5,
  .pure-u-lg-1-6,
  .pure-u-lg-1-8,
  .pure-u-lg-10-24,
  .pure-u-lg-11-12,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-2-24,
  .pure-u-lg-2-3,
  .pure-u-lg-2-5,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24,
  .pure-u-lg-3-24,
  .pure-u-lg-3-4,
  .pure-u-lg-3-5,
  .pure-u-lg-3-8,
  .pure-u-lg-4-24,
  .pure-u-lg-4-5,
  .pure-u-lg-5-12,
  .pure-u-lg-5-24,
  .pure-u-lg-5-5,
  .pure-u-lg-5-6,
  .pure-u-lg-5-8,
  .pure-u-lg-6-24,
  .pure-u-lg-7-12,
  .pure-u-lg-7-24,
  .pure-u-lg-7-8,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24,
  .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24,
  .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24,
  .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24,
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24,
  .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24,
  .pure-u-lg-5-6 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24,
  .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-24-24,
  .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-12,
  .pure-u-xl-1-2,
  .pure-u-xl-1-24,
  .pure-u-xl-1-3,
  .pure-u-xl-1-4,
  .pure-u-xl-1-5,
  .pure-u-xl-1-6,
  .pure-u-xl-1-8,
  .pure-u-xl-10-24,
  .pure-u-xl-11-12,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-2-24,
  .pure-u-xl-2-3,
  .pure-u-xl-2-5,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24,
  .pure-u-xl-3-24,
  .pure-u-xl-3-4,
  .pure-u-xl-3-5,
  .pure-u-xl-3-8,
  .pure-u-xl-4-24,
  .pure-u-xl-4-5,
  .pure-u-xl-5-12,
  .pure-u-xl-5-24,
  .pure-u-xl-5-5,
  .pure-u-xl-5-6,
  .pure-u-xl-5-8,
  .pure-u-xl-6-24,
  .pure-u-xl-7-12,
  .pure-u-xl-7-24,
  .pure-u-xl-7-8,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24,
  .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24,
  .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24,
  .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24,
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24,
  .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24,
  .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24,
  .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-24-24,
  .pure-u-xl-5-5 {
    width: 100%;
  }
}
table {
  width: 100%;
  border-spacing: 0;
  border-width: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table th {
  font-weight: bold;
}
table td,
table th {
  border-width: 0;
  border-bottom: 3px solid rgba(255, 245, 158, 0.2);
  padding: 10px 20px 10px 0;
  vertical-align: top;
}
table td ul,
table th ul {
  margin-bottom: 0 !important;
}

.thai-script + table thead tr th {
  vertical-align: middle;
}
.thai-script + table thead tr th:nth-child(3) {
  font-size: 140%;
}
.thai-script + table tbody tr td {
  vertical-align: middle;
}
.thai-script + table tbody tr td:nth-child(3) {
  font-size: 140%;
}

@media all and (max-width: 765px) {
  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr {
    border-bottom: 3px solid rgba(255, 245, 158, 0.2);
    padding: 10px 0;
  }
  table td {
    border: none;
    position: relative;
    padding: 2px 0 2px 130px;
  }
  table td:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  table td:nth-of-type(1):before {
    content: "${column1}";
  }
  table td:nth-of-type(2):before {
    content: "${column2}";
  }
  table td:nth-of-type(3):before {
    content: "${column3}";
  }
  table td:nth-of-type(4):before {
    content: "${column4}";
  }
  table td:nth-of-type(5):before {
    content: "${column5}";
  }
  table td:nth-of-type(6):before {
    content: "${column6}";
  }
}
html {
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0 0 30px 20px;
  position: relative;
}
ul li,
ol li {
  position: relative;
  color: #FFF59E;
}

ul p,
ol p,
ul ul,
ol ol {
  margin-bottom: 0;
}

a {
  position: relative;
  display: inline;
  color: #FFF59E;
  text-decoration: none;
  border-bottom: 3px solid #FFF59E;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a.list-image-link {
  display: inline-block;
  text-decoration: none;
  border: none;
}
a:hover {
  color: #FD4695;
  border-color: #FD4695;
}
a:hover:before {
  background: #FD4695;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
  color: #FFF59E;
  line-height: 1.4;
}

h1 {
  font-size: 60px;
}
@media all and (max-width: 960px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 30px;
}

h3,
h4,
h5,
h6 {
  font-size: 20px;
}

p,
label,
iframe,
video {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  color: #FFF59E;
  font-weight: normal;
}

p:has(+ ul) {
  margin-bottom: 0 !important;
}

th,
td {
  position: relative;
  padding: 0;
  margin: 0;
  color: #FFF59E;
  font-weight: normal;
}

#body p.heart {
  padding: 0;
  margin: 0 0 30px 0;
}

code {
  font-size: 0.65em;
  background-color: rgba(255, 245, 158, 0.1);
  padding: 0.2em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#body ::selection {
  color: #2FAADB;
  background: #FFF59E;
}

blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 25px;
  font-weight: bold;
  color: #FFF59E;
}
blockquote p {
  margin-bottom: 30px;
}
