body.home header {
  z-index: 1;
}
body.home header .custom-logo-link {
  opacity: 0;
}
body.home header .menu-btn {
  transition: all 500ms;
  position: absolute;
  right: -150px;
}
@media screen and (max-width: 991px) {
  body.home header .menu-btn {
    right: unset;
    opacity: 0;
    position: relative;
  }
}
body.home header .menu-btn.visible {
  right: 2.5%;
}
@media screen and (max-width: 991px) {
  body.home header .menu-btn.visible {
    right: unset;
    opacity: 1;
  }
}
body.home header .menu-btn.visible-done {
  right: unset;
  position: relative;
}
body.home .container {
  padding-top: 100vh;
  transition: all 800ms;
}
body.home .container h2:before {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home h2 {
    font-size: 32px !important;
    line-height: 1.2;
  }
}
body.home .home-welcome {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
body.home .home-welcome .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 0;
  gap: 50px;
}
body.home .home-welcome .wp-block-group__inner-container > figure {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: all 800ms;
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  z-index: 1;
}
@media screen and (max-width: 1520px) {
  body.home .home-welcome .wp-block-group__inner-container > figure {
    top: 10vh;
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (max-width: 991px) {
  body.home .home-welcome .wp-block-group__inner-container > figure {
    transform: translateX(-50%) scale(0.8);
    margin-top: -50px;
  }
}
body.home .home-welcome .wp-block-group__inner-container > figure.smaller {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1520px) {
  body.home .home-welcome .wp-block-group__inner-container > figure.smaller {
    transform: translateX(-50%) scale(0.8);
  }
}
@media screen and (max-width: 991px) {
  body.home .home-welcome .wp-block-group__inner-container > figure.smaller {
    transform: translateX(-50%) scale(0.5);
  }
}
body.home .home-welcome .wp-block-group__inner-container > figure.scrolled {
  transform: scale(1);
}
body.home .home-welcome .wp-block-group__inner-container > figure.scrolled.menu-opened {
  display: none;
}
@media screen and (max-width: 1521px) {
  body.home .home-welcome .wp-block-group__inner-container > figure.menu-opened {
    display: none;
  }
}
body.home .home-welcome .wp-block-group__inner-container h1 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  transition: all 800ms;
  opacity: 0;
  margin-top: 40vh;
  font-family: "Kanit", sans-serif;
  line-height: 1.1;
  font-weight: 300;
}
@media screen and (max-width: 1520px) {
  body.home .home-welcome .wp-block-group__inner-container h1 {
    margin-top: 40vh;
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  body.home .home-welcome .wp-block-group__inner-container h1 {
    margin-top: 150px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  body.home .home-welcome .wp-block-group__inner-container h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1550px) {
  body.home .home-welcome .wp-block-group__inner-container h1 {
    font-size: 66px;
  }
}
body.home .home-welcome .wp-block-group__inner-container h1.visible {
  opacity: 1;
}
body.home .home-welcome .wp-block-group__inner-container h1 strong {
  font-weight: 800;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns {
    display: flex !important;
  }
}
@media screen and (max-width: 660px) {
  body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns {
    gap: 30px;
  }
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column {
  text-align: center;
  width: 140px;
  border-right: 1px dashed #C7BBF3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 500ms;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column {
    width: 140px !important;
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 660px) {
  body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column {
    width: calc(50% - 50px) !important;
    border-right: 0;
  }
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column.visible {
  opacity: 1;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column:first-of-type figure {
  margin: 0;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column:last-of-type {
  border: 0;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column:last-of-type figure {
  margin: 0;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column figure:last-of-type {
  display: none;
}
body.home .home-welcome .wp-block-group__inner-container > .wp-block-columns .wp-block-column p {
  margin: 0 !important;
}
body.home .strate-home-agency {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  body.home .strate-home-agency > .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .strate-home-agency__content {
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1550px) {
  body.home .strate-home-agency__content {
    padding-bottom: 50px;
  }
}
body.home .strate-home-agency__content h2 {
  margin-left: 0 !important;
  font-family: "Kanit", sans-serif;
}
@media screen and (min-width: 991px) {
  body.home .strate-home-agency__content h2 {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1350px) {
  body.home .strate-home-agency__content h2 {
    font-size: 52px;
    line-height: 1;
  }
}
body.home .strate-home-agency__content-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.home .strate-home-reference {
  width: 100vw;
  margin-left: -20px;
  color: #fff;
  transition: all 1200ms ease-out;
  will-change: background;
}
@media screen and (min-width: 576px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 500px) / 2);
  }
}
@media screen and (min-width: 768px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 700px) / 2);
  }
}
@media screen and (min-width: 992px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 940px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 1120px) / 2);
  }
}
@media screen and (min-width: 1500px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 1400px) / 2);
  }
}
@media screen and (min-width: 1780px) {
  body.home .strate-home-reference {
    margin-left: calc((-100vw + 1400px) / 2);
  }
}
body.home .strate-home-reference__main {
  max-width: 1024px;
  border-radius: 29px;
  background: #fff;
  margin: 0 auto 40px;
}
body.home .strate-home-reference__main .wp-block-group__inner-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-reference__main .wp-block-group__inner-container {
    padding: 0 0 30px;
  }
}
body.home .strate-home-reference__main .wp-block-group__inner-container h3 {
  color: #5C4D5C;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  width: 100%;
  z-index: 1;
  font-size: 22px;
}
@media screen and (min-width: 991px) {
  body.home .strate-home-reference__main .wp-block-group__inner-container h3 {
    position: absolute;
    top: 10px;
    font-size: 30px;
    z-index: 0;
  }
}
body.home .strate-home-reference__main .wp-block-group__inner-container .wp-block-image {
  transition: all 0.3s ease-out;
  padding: 5%;
}
@media screen and (min-width: 991px) {
  body.home .strate-home-reference__main .wp-block-group__inner-container .wp-block-image {
    padding: 5% 15%;
  }
}
@media screen and (min-width: 991px) {
  body.home .strate-home-reference__main .wp-block-group__inner-container .wp-block-buttons {
    opacity: 0;
    position: absolute;
    bottom: 80px;
    justify-content: center;
    z-index: 9;
    width: 100%;
    left: 0;
  }
}
body.home .strate-home-reference__main .wp-block-group__inner-container .wp-block-buttons .wp-block-button__link {
  background: #8965FF;
}
body.home .strate-home-reference__main .wp-block-group__inner-container:hover .wp-block-buttons {
  opacity: 1;
}
body.home .strate-home-reference__main .wp-block-group__inner-container:hover .wp-block-image {
  transform: scale(1.1);
}
body.home .strate-home-reference.animation {
  background-color: #5c4d5c;
}
body.home .strate-home-blog {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-blog .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container h2 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
}
body.home .strate-home-blog .wp-block-group__inner-container .top-part .wp-block-group__inner-container {
  padding: 0;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template {
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template {
    flex-direction: column;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post {
  width: 100%;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #5C4D5C;
  position: relative;
  padding: 30px 70px 30px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post {
    padding: 20px 70px 20px 0;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post:before {
  display: none;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .read_more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: unset;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .wp-post-top-thumbnail {
  position: relative;
  z-index: 1;
  display: inline-block;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .wp-post-top-thumbnail .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .wp-post-top-thumbnail .wp-block-group__inner-container {
    margin-bottom: 0;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .wp-block-post-date {
  color: #8965FF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .wp-block-post-date {
    font-size: 18px;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .taxonomy-category a {
  background: #8965FF;
  padding: 8px 25px;
  border-radius: 20px;
  color: #F9EADE;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.4px;
  text-decoration: none;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .taxonomy-category a:before {
  content: "#";
}
@media screen and (max-width: 768px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post .taxonomy-category a {
    font-size: 18px;
    padding: 6px 15px;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post h3 a {
  text-decoration: none;
  font-family: "Kanit", sans-serif;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post h3 a:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url("../img/more-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transition: all 0.3s ease-in;
  opacity: 1;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post h3 a:after {
    opacity: 1;
    width: 30px;
    height: 30px;
    transform: unset;
    top: unset;
    bottom: 30px;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post:hover .wp-block-post-title a {
  font-weight: bold;
}
body.home .strate-home-blog .wp-block-group__inner-container .wp-block-query .wp-block-post-template li.wp-block-post:hover .wp-block-post-title a:after {
  transform: rotate(45deg);
}
body.home .strate-home-blog .wp-block-group__inner-container figure a img {
  transform: rotate(0);
  transition: all 500ms;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-blog .wp-block-group__inner-container figure a img {
    width: 100px;
  }
}
body.home .strate-home-blog .wp-block-group__inner-container figure a:hover img {
  transform: rotate(-45deg);
}
body.home .strate-home-job {
  position: relative;
  border-radius: 30px;
  background: var(--sable, #F9EADE);
  padding: 40px;
}
@media screen and (max-width: 480px) {
  body.home .strate-home-job {
    padding: 40px 20px;
  }
}
body.home .strate-home-job .wp-block-group__inner-container {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  body.home .strate-home-job .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .strate-home-job .wp-block-group__inner-container h2 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
}
body.home .strate-home-job .wp-block-group__inner-container h2:before {
  display: none;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul {
    padding: 0 50px;
    flex-direction: row;
  }
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li {
  border-radius: 30px;
  margin-left: 0;
  background: #fff;
  padding: 30px 30px 70px;
  position: relative;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li::before {
  display: none;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .job-thumbnail-top {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  font-weight: bold;
  color: #8965FF;
  line-height: 2;
  margin-left: 0;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .job-thumbnail-top p {
  line-height: 2;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .job-thumbnail-top .wp-block-column {
  padding: 0;
  width: fit-content !important;
  flex-basis: unset !important;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .wp-block-post-excerpt {
  color: #5C4D5C;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li h3 {
  margin: 0 0 10px !important;
  font-family: "Kanit", sans-serif;
  line-height: 1.25;
  color: #5C4D5C;
}
@media screen and (min-width: 991px) {
  body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li h3 {
    font-size: 22px;
    margin: 15px 0 !important;
  }
}
@media screen and (min-width: 1550px) {
  body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li h3 {
    font-size: 32px;
  }
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li h3 a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .mark-readmore {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding-right: 20px;
  color: #8965FF;
  background: url("../img/more-icon.svg") no-repeat right center;
  background-size: 12px 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 1550px) {
  body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .mark-readmore {
    font-size: 20px;
  }
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .wp-block-read-more {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 99;
  font-size: 0;
  width: auto;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li p {
  margin: 0 !important;
}
body.home .strate-home-job .wp-block-group__inner-container .wp-block-query ul li .wp-block-post-date {
  color: #8965FF;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
body.home.page-id-790 .home-welcome .wp-block-group__inner-container h1 {
  font-family: "Monoton", "Freigeist";
}
/*# sourceMappingURL=home.css.map */
