/**
 * Reset
 */
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
}

html {
  font-family: "Sarabun", sans-serif;
  font-weight: 300;
  height: 100%;
  width: 100%;
}

body {
  background-color: #242120;
  height: 100%;
  min-width: 375px;
  overflow-x: hidden;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Header
 */
.header {
  min-width: 375px;
  position: fixed;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 9999;
}
.header > .wrapper {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 24px;
  justify-content: space-between;
  padding: 40px 40px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .logo img {
  display: block;
  height: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .navigation {
  align-items: center;
  background-color: #70615B;
  border-radius: 4px;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  gap: 0.25em;
  justify-content: end;
  padding: 0.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25em;
}
.header > .wrapper .navigation ul li {
  color: inherit;
  flex: 0 0 auto;
  font: normal 500 1em/1em "Sarabun", sans-serif;
  text-transform: uppercase;
}
.header > .wrapper .navigation ul li a {
  border-radius: 2px;
  color: inherit;
  display: inline-block;
  padding: 0.5em 0.75em;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .link-linkedin {
  background: #3d3430 url("../images/icon-linkedin.svg") no-repeat center center;
  background-size: contain;
  border-radius: 2px;
  height: 2em;
  width: 2em;
}
.header > .wrapper .navigation .sitemenu-open {
  align-items: center;
  color: inherit;
  display: none;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  height: 2em;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 2em;
}
.header > .wrapper .navigation .sitemenu-open .burger {
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(1) {
  margin-top: -10px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(2) {
  margin-top: 0;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(3) {
  margin-top: 10px;
}
.header > .wrapper .link {
  color: inherit;
  flex: 0 0 auto;
  font: normal 500 1em/1em "Sarabun", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.header.header--collapsed {
  opacity: 0;
  transform: translateY(-100%);
}
.header.header--short {
  background: #242120;
  position: static;
}
.header.header--short.header--collapsed {
  opacity: 1;
  transform: translateY(0);
}

html:not(.mobile):not(.tablet) .header > .wrapper .navigation ul li a:hover {
  background-color: #3d3430;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(1) {
  margin-top: -12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(2) {
  margin-top: 0;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(3) {
  margin-top: 12px;
}

.sitemenu--active .header > .wrapper .navigation .sitemenu-open .burger span {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .header > .wrapper {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .header > .wrapper {
    font-size: 20px;
  }
  .header > .wrapper .navigation ul {
    display: none;
  }
  .header > .wrapper .navigation .link-linkedin {
    display: none;
  }
  .header > .wrapper .navigation .sitemenu-open {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header > .wrapper {
    padding: 30px 30px;
  }
}
/**
 * Intro
 */
@keyframes animation_intro_image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation_intro_image_container {
  0% {
    transform: scale(105%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(105%);
  }
}
@keyframes animation_intro_logo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro {
  background-color: #242120;
  height: 100%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .wrapper {
  height: 100%;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .image {
  animation: animation_intro_image 1.5s ease;
  background-color: #242120;
  height: 100%;
  overflow: hidden;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .wrapper .image .container {
  animation: animation_intro_image_container 6s infinite linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .wrapper .image .container::after {
  background: rgb(36, 33, 32);
  background: linear-gradient(0deg, rgba(36, 33, 32, 0) 10%, rgb(36, 33, 32) 100%);
  top: -1px;
  content: "";
  display: block;
  height: 20%;
  position: absolute;
  width: 100%;
}
.intro > .wrapper .logo {
  animation: animation_intro_logo 3s ease;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .logo img {
  height: 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}

.intro-portfolio {
  background-color: #70615B;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-portfolio ul {
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 24px;
  gap: 3em;
  justify-content: center;
  padding: 1em 100px;
  text-align: center;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-portfolio ul li {
  color: inherit;
  font: normal 300 1.25em/1em "Plantin Pro", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

.intro-text {
  background-color: #efeae9;
  display: flex;
  flex-flow: row nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-text > .wrapper {
  color: #000000;
  flex: 0 0 55%;
  font-size: 24px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-text > .wrapper h1 {
  color: inherit;
  font: normal 300 2.5em/1.5em "Plantin Pro", sans-serif;
  margin-bottom: 0.5em;
}
.intro-text > .wrapper p {
  color: inherit;
  font: normal 300 1em/1.5em "Sarabun", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.intro-text > .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 45%;
}

@media screen and (max-width: 1500px) {
  .intro > .wrapper .logo img {
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .intro > .wrapper .logo img {
    height: 100px;
  }
  .intro-portfolio ul {
    font-size: 20px;
    padding: 1em 70px;
  }
  .intro-text > .wrapper {
    font-size: 20px;
    padding: 70px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .intro > .wrapper .logo img {
    height: 80px;
  }
  .intro-portfolio ul {
    padding: 1em 50px;
  }
  .intro-text {
    flex-flow: column nowrap;
  }
  .intro-text > .wrapper {
    order: 2;
    padding: 50px 50px;
  }
  .intro-text > .wrapper h1 {
    font-size: 2em;
  }
  .intro-text > .image {
    flex: 0 0 60vw;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .intro > .wrapper .logo img {
    height: 60px;
  }
  .intro-portfolio ul {
    flex-flow: column nowrap;
    font-size: 16px;
    gap: 1em;
    padding: 1.5em 30px;
  }
  .intro-text > .wrapper {
    font-size: 16px;
    padding: 40px 30px;
  }
}
/**
 * CTA
 */
.cta-button {
  background-color: #70615B;
  align-items: center;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  font: normal 400 1em/1em "Sarabun", sans-serif;
  padding: 0.25em 0.25em 0.25em 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  gap: 2em;
}
.cta-button::after {
  background: #3d3430 url("../images/cta-arrow.svg") no-repeat center center;
  background-size: contain;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2em;
  width: 2em;
}
.cta-button.dark {
  background-color: #3d3430;
  border-color: #3d3430;
}
.cta-button.dark::after {
  background-color: #70615B;
}

html:not(.mobile):not(.tablet) .cta-button:hover {
  gap: 2.5em;
}

/**
 * Main
 */
.main {
  width: 100%;
}

/**
 * Chapter
 */
.chapter {
  background-color: #efeae9;
  border-top: 4px solid #efeae9;
  border-bottom: 4px solid #efeae9;
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.chapter > .item {
  background-color: #242120;
  font-size: 24px;
}
.chapter > .item .wrapper {
  display: flex;
  flex-flow: row nowrap;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .container {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 60%;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .container .title {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font: normal 300 2.5em/1em "Plantin Pro", sans-serif;
  gap: 0.5em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .container .title::before {
  background: #3d3430 url("../images/chapter-arrow.svg") no-repeat center center;
  background-size: contain;
  border-radius: 2px;
  content: "";
  display: block;
  height: 0.75em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 0.75em;
}
.chapter > .item .wrapper .container .text {
  color: #ffffff;
  display: none;
  font: normal 400 1em/1.5em "Sarabun", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .container .text p {
  color: inherit;
  font: normal 300 1em/1.5em "Sarabun", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 40%;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.chapter > .item .wrapper .image::after {
  background: rgb(36, 33, 32);
  background: linear-gradient(90deg, rgb(36, 33, 32) 10%, rgba(36, 33, 32, 0) 100%);
  left: -1px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 40%;
}
.chapter > .item.active .wrapper .container .title {
  margin-bottom: 0.75em;
}
.chapter > .item.active .wrapper .container .title::before {
  transform: rotate(180deg);
}
.chapter > .item.active .wrapper .container .text {
  display: block;
}

@media screen and (max-width: 1199px) {
  .chapter > .item {
    font-size: 20px;
  }
  .chapter > .item .wrapper .container {
    padding: 70px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .chapter > .item .wrapper {
    flex-flow: column nowrap;
  }
  .chapter > .item .wrapper .container {
    padding: 50px 50px;
  }
  .chapter > .item .wrapper .container .title {
    font-size: 2em;
  }
  .chapter > .item .wrapper .image {
    display: none;
  }
  .chapter > .item.active .wrapper .image {
    display: block;
    flex: 0 0 60vw;
  }
  .chapter > .item.active .wrapper .image::after {
    background: rgb(36, 33, 32);
    background: linear-gradient(0deg, rgba(36, 33, 32, 0) 10%, rgb(36, 33, 32) 100%);
    top: -1px;
    height: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .chapter > .item {
    font-size: 16px;
  }
  .chapter > .item .wrapper .container {
    padding: 40px 30px;
  }
}
/**
 * Contact
 */
.contact {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.contact > .map {
  height: 65vh;
  position: relative;
  width: 100%;
}
.contact > .map .container {
  height: 100%;
  position: relative;
  width: 100%;
}
.contact > .map .container::after {
  background: rgb(36, 33, 32);
  background: linear-gradient(0deg, rgb(36, 33, 32) 15%, rgba(36, 33, 32, 0) 100%);
  bottom: -1px;
  content: "";
  display: block;
  height: 25%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact > .map {
    height: 50vh;
  }
}
/**
 * Title
 */
.title {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.title .wrapper {
  background-color: #efeae9;
  color: #70615B;
  font-size: 24px;
  padding: 100px 100px 0 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.title .wrapper h1 {
  color: inherit;
  font: normal 400 3em/0.8em "Plantin Pro", sans-serif;
}

@media screen and (max-width: 1199px) {
  .title > .wrapper {
    font-size: 20px;
    padding: 70px 70px 0 70px;
  }
}
@media screen and (max-width: 1023px) {
  .title > .wrapper {
    padding: 50px 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .title > .wrapper {
    font-size: 16px;
    padding: 40px 30px 0 30px;
  }
}
/**
 * Content
 */
.content {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.content > .wrapper {
  background-color: #efeae9;
  color: #000000;
  font: normal 400 24px/1.5em "Sarabun", sans-serif;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.content > .wrapper h2,
.content > .wrapper h3,
.content > .wrapper h4,
.content > .wrapper h5,
.content > .wrapper h6 {
  color: inherit;
  margin-bottom: 1em;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.content > .wrapper h2 {
  color: #000000;
  font: normal 400 1.75em/1.25em "Sarabun", sans-serif;
}
.content > .wrapper h3 {
  color: #000000;
  font: normal 300 1.5em/1.25em "Plantin Pro", sans-serif;
  text-transform: uppercase;
}
.content > .wrapper h4 {
  font: normal 500 1.25em/1.25em "Plantin Pro", sans-serif;
}
.content > .wrapper h5 {
  font: normal 400 1em/1.25em "Plantin Pro", sans-serif;
}
.content > .wrapper h6 {
  font: normal 400 0.75em/1.25em "Plantin Pro", sans-serif;
}
.content > .wrapper p + h2,
.content > .wrapper ul + h2,
.content > .wrapper ol + h2,
.content > .wrapper div + h2,
.content > .wrapper form + h2,
.content > .wrapper p + h3,
.content > .wrapper ul + h3,
.content > .wrapper ol + h3,
.content > .wrapper div + h3,
.content > .wrapper form + h3,
.content > .wrapper p + h4,
.content > .wrapper ul + h4,
.content > .wrapper ol + h4,
.content > .wrapper div + h4,
.content > .wrapper form + h4,
.content > .wrapper p + h5,
.content > .wrapper ul + h5,
.content > .wrapper ol + h5,
.content > .wrapper div + h5,
.content > .wrapper form + h5,
.content > .wrapper p + h6,
.content > .wrapper ul + h6,
.content > .wrapper ol + h6,
.content > .wrapper div + h6,
.content > .wrapper form + h6 {
  margin-top: 2em;
}
.content > .wrapper p {
  color: inherit;
  font: normal 400 1em/1.5em "Sarabun", sans-serif;
  margin: 0 0 1.5em 0;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.content > .wrapper ul,
.content > .wrapper ol {
  color: inherit;
  font: normal 400 1em/1.5em "Sarabun", sans-serif;
  margin: 0 0 1.5em 1.25em;
  text-align: left;
}
.content > .wrapper ul li,
.content > .wrapper ol li {
  margin: 0 0 0.5em 0;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.content > .wrapper ul li ul,
.content > .wrapper ul li ol,
.content > .wrapper ol li ul,
.content > .wrapper ol li ol {
  margin: 0.5em 0 0.5em 1.25em;
}
.content > .wrapper ul {
  list-style-type: square;
}
.content > .wrapper ul.none {
  list-style-type: none;
  margin-left: 0;
}
.content > .wrapper ol {
  list-style-type: decimal;
}
.content > .wrapper a {
  border-bottom: 2px solid #8b7c76;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.content > .wrapper a.link {
  text-transform: uppercase;
}
.content > .wrapper strong,
.content > .wrapper b {
  font-weight: 600;
}
.content > .wrapper em,
.content > .wrapper i {
  font-style: italic;
}

html:not(.mobile):not(.tablet) .content > .wrapper a:hover {
  border-bottom-color: #000000;
}

@media screen and (max-width: 1199px) {
  .content > .wrapper {
    font-size: 20px;
    padding: 70px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .content > .wrapper {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .content > .wrapper {
    font-size: 16px;
    padding: 40px 30px;
  }
}
/**
 * Footer
 */
.footer {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.footer > .wrapper {
  display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  gap: 100px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .logo img {
  display: block;
  height: 2em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .address,
.footer > .wrapper .navigation {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 400 1em/1.5em "Sarabun", sans-serif;
}
.footer > .wrapper .address li a,
.footer > .wrapper .navigation li a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .address {
  flex: 1 1 auto;
}
.footer > .wrapper .navigation {
  text-align: right;
}

html:not(.mobile):not(.tablet) .footer > .wrapper .address li a:hover,
html:not(.mobile):not(.tablet) .footer > .wrapper .navigation li a:hover {
  color: #8b7c76;
}

@media screen and (max-width: 1199px) {
  .footer > .wrapper {
    font-size: 18px;
    gap: 70px;
    padding: 70px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .footer > .wrapper {
    gap: 50px;
    padding: 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer > .wrapper {
    flex-flow: column nowrap;
    font-size: 16px;
    gap: 1.25em;
    padding: 40px 30px;
  }
  .footer > .wrapper .address,
  .footer > .wrapper .navigation {
    flex: 0 0 auto;
    text-align: left;
  }
}
/**
 * Sitemenu
 */
.sitemenu {
  background-color: #000000;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 24px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 10000;
}
.sitemenu .bar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 40px 40px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu .bar .logo {
  display: block;
  flex: 0 0 auto;
  height: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu .bar .logo img {
  display: block;
  height: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu .bar .close {
  align-items: center;
  background-color: #70615B;
  border-radius: 4px;
  display: flex;
  height: 2.5em;
  justify-content: center;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 2.5em;
}
.sitemenu .bar .close a {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close a::before, .sitemenu .bar .close a::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close.active a::before {
  transform: rotate(-135deg);
}
.sitemenu .bar .close.active a::after {
  transform: rotate(-45deg);
}
.sitemenu .wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  padding: 40px 40px;
  width: 100%;
}
.sitemenu .wrapper .navigation {
  flex: 0 0 auto;
}
.sitemenu .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5em;
}
.sitemenu .wrapper .navigation ul li {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 500 2em/1em "Sarabun", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sitemenu .wrapper .navigation ul li a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu .wrapper .navigation ul li a::after {
  background-color: transparent;
  bottom: -0.125em;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 0;
}

.sitemenu--active .sitemenu {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sitemenu {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemenu {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sitemenu .bar {
    padding: 30px 30px;
  }
  .sitemenu .wrapper {
    padding: 30px 30px;
  }
}
/**
 * Animation
 */
.animation--fadein {
  opacity: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s !important;
}

.animation--fadein.animation--run {
  opacity: 1;
}

.animation--fadeout {
  opacity: 1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s !important;
}

.animation--fadeout.animation--run {
  opacity: 0;
}

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