.wys ul li, .wys ol li {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
  margin-left: 25px;
}
/* FONTS
 ========================================================================== */
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #f3883e;
  color: #fff;
}
body ::selection {
  background: #f3883e;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #f3883e;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #f3883e;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f3883e;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #f27926;
  }
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
#demo .btn {
  text-align: center !important;
  font-family: 'Hind', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #fff !important;
  background: #e27e3b !important;
  border-radius: 4px !important;
  padding: 9px 51px !important;
  cursor: pointer !important;
  transition: 0.3s all ease !important;
  margin-bottom: 20px !important;
}
#demo .btn:hover {
  background: #ff954e !important;
  color: #f3f2f7 !important;
  text-decoration: none !important;
}
#demo .btn:focus {
  color: #f3f2f7 !important;
}
#demo .btn:disabled {
  background: #d8d8dd !important;
}
.btn {
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #e27e3b;
  border-radius: 4px;
  padding: 9px 51px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.btn:hover {
  background: #ff954e;
  color: #f3f2f7;
  text-decoration: none;
}
.btn:focus {
  color: #f3f2f7;
}
.btn:disabled {
  background: #d8d8dd;
}
.btn-arrow {
  display: flex;
  align-items: center;
  font-family: 'Sarabun', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #2a1954;
  transition: 0.3s all ease;
  cursor: pointer;
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover span {
  background: #ff954e;
}
.btn-arrow:disabled {
  opacity: 0.4;
}
.btn-arrow:disabled span {
  background: #d8d8dd;
}
.btn-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #e27e3b;
  border-radius: 4px;
  margin-left: 15px;
  transition: 0.3s all ease;
}
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #e27e3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.arrow:hover {
  background: #ff954e;
}
.arrow:disabled {
  background: #d8d8dd;
}
.center {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
}
h1 {
  padding-bottom: 12px;
  font-size: 48px;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 32px;
    line-height: 1.313;
  }
}
h2 {
  padding-bottom: 16px;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 24px;
    line-height: 1.29;
  }
}
h3 {
  padding-bottom: 8px;
  font-size: 32px;
  line-height: 1.313;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  h3 {
    font-size: 24px;
    line-height: 1.29;
  }
}
h4 {
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.292;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
h5, h6 {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.292;
}
p {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff !important;
}
p strong {
  font-weight: 800;
  line-height: 1.286;
}
.wys ul {
  margin-bottom: 20px;
}
.wys ul:last-child {
  margin-bottom: 0;
}
.wys ul li {
  list-style: circle;
}
a {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: 0.3s all ease;
}
.row1920 {
  width: 1920px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.row1440 {
  width: 1440px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1440 {
    max-width: 90%;
  }
}
.row1340 {
  width: 1340px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1340 {
    max-width: 90%;
  }
}
.row1283 {
  width: 1283px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1283 {
    max-width: 90%;
  }
}
.row1270 {
  width: 1270px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1270 {
    max-width: 90%;
  }
}
.row1215 {
  width: 1215px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1215 {
    max-width: 90%;
  }
}
.row1208 {
  width: 1208px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1208 {
    max-width: 90%;
  }
}
.row1112 {
  width: 1112px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row1112 {
    max-width: 90%;
  }
}
.row800 {
  width: 800px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .row800 {
    max-width: 96%;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #f3883e;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'font_regular', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #f3883e;
  background: #f3883e;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #ef6b0f;
    border-bottom: 3px solid #ef6b0f;
    background: #f3883e;
    will-change: transform, opacity;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 20px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #f49756;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #f27926;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #f6a66e;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #f49756;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #f49756;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
footer .top-footer .row1215 .wrapper .column ul li a.sub-title, footer .top-footer .row1215 .wrapper .column ul li span.sub-title {
  font-weight: 800;
  color: #2a1954;
  opacity: 0.9;
  margin-top: 16px;
  display: block;
}
.row800 .row1208 {
  max-width: 100%;
}
.wp-pagenavi {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.webinars-page .item h2 {
  padding-bottom: 16px;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #1d1c4f;
}
.webinars-page .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 69px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.webinars-page .item .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -23px;
}
.webinars-page .item .image > span {
  position: relative;
  z-index: 2;
  border: 1px solid #2a1954;
  transform: rotate(45deg);
  overflow: hidden;
  width: 34.5px;
  height: 34.5px;
}
.webinars-page .item .image > span img {
  transform: rotate(-45deg);
  width: 100%;
  object-fit: cover;
}
.webinars-page .item .top-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  height: 366px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.webinars-page .item .top-img > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.webinars-page .item .top-img .wrap-img-title {
  background: #fff;
  padding: 16px;
  border: 1px solid #2a1954;
  max-width: 179px;
  width: 100%;
  min-height: 179px;
  position: relative;
}
.webinars-page .item .top-img .wrap-img-title > svg {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
}
.webinars-page .item .top-img .wrap-img-title > span {
  display: block;
  font-family: 'Sarabun';
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a1954;
  opacity: 0.5;
  margin-bottom: 4.75px;
}
.webinars-page .item .top-img .wrap-img-title img {
  margin: 0 auto 7px;
  display: block;
}
.webinars-page .item .top-img .wrap-img-title h3 {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #2a1954 !important;
}
#switch {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
#switch:focus {
  outline: none;
}
#switch svg {
  display: none;
}
#switch svg.act {
  display: block;
}
body {
  background-color: #271949;
  background-image: url("../img/Background.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  body {
    background-size: auto;
  }
}
.single-post-wrap .flex-wrapper .right-content .btn-arrow-desctop {
  width: max-content;
}
header .header-wrapper .center-content .header-nav ul li {
  position: static !important;
}
header .menu-item-has-children .wrap-sub {
  position: absolute;
  max-width: 620px;
  width: 100%;
  background: #372958;
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 4px;
  padding: 48px;
  margin-top: 80px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
header .menu-item-has-children .wrap-sub .title {
  margin-bottom: 27px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #2a1954;
}
header .menu-item-has-children .wrap-sub > ul {
  column-count: 2;
  column-gap: 50px;
}
header .menu-item-has-children .wrap-sub > ul a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #2a1954;
  margin-bottom: 24px;
  padding: 0 !important;
  transition: 0.3s all ease;
}
header .menu-item-has-children .wrap-sub > ul a:hover {
  color: #f3883e !important;
}
header .menu-item-has-children .wrap-sub > ul a span {
  order: -1;
  margin-right: 5px;
  max-width: 35px;
  width: 100%;
}
header .menu-item-has-children .wrap-sub .columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .menu-item-has-children .wrap-sub .columns .column {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
header .menu-item-has-children .wrap-sub .columns .column .title-sub {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  padding: 0;
  transition: 0.3s all ease;
}
header .menu-item-has-children .wrap-sub .columns .column .title-sub:hover {
  color: #f3883e !important;
}
header .menu-item-has-children .wrap-sub .columns .column ul li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #2a1954;
  margin-bottom: 24px;
  padding: 0 !important;
  transition: 0.3s all ease;
  line-height: 1.3;
}
header .menu-item-has-children .wrap-sub .columns .column ul li a:hover {
  color: #f3883e !important;
}
header .menu-item-has-children .wrap-sub .columns .column ul li a span {
  order: -1;
  margin-right: 5px;
  max-width: 35px;
  width: 100%;
}
header .menu-item-has-children:hover .wrap-sub {
  z-index: 3;
  visibility: visible;
  opacity: 1;
  margin-top: 40px;
}
.mobile_menu_container .sub-anchor {
  top: 17px;
}
.mobile_nav .menu-item-has-children .wrap-sub {
  display: none;
}
.mobile_nav .menu-item-has-children .wrap-sub .sub-menu {
  display: block !important;
}
.mobile_nav .menu-item-has-children .wrap-sub .title-sub {
  line-height: 1.5;
  font-size: 19px;
  font-weight: 900;
  height: auto;
  color: #fff;
  padding: 15px 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mobile_nav .menu-item-has-children .wrap-sub .title {
  display: none;
}
.mobile_nav .menu-item-has-children .wrap-sub a {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  color: #2a1954;
  padding: 15px 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mobile_nav .menu-item-has-children .wrap-sub a img, .mobile_nav .menu-item-has-children .wrap-sub a svg {
  display: none;
}
.post-rating__star path {
  transition: 0.3s all ease;
}
.post-rating__star:hover path {
  stroke: #e27e3b;
}
.post-rating__star.post-rating__star_active-s path, .post-rating__star.post-rating__star_active path {
  stroke: #e27e3b;
}
.breadcrumbs {
  padding-top: 91px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .tt {
  color: rgba(255, 255, 255, 0.2);
}
.breadcrumbs > span {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.breadcrumbs > span > span {
  color: rgba(255, 255, 255, 0.2);
}
.breadcrumbs > span a {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.3s all ease;
  font-size: 12px;
}
.breadcrumbs > span a:hover {
  text-decoration: none;
  color: #f3883e;
}
.reports-page .post .top-block {
  margin-bottom: 23px;
  height: 366px;
  background: #201142;
  border: 1px solid rgba(38, 24, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reports-page .post .top-block .book {
  max-width: 206px;
  width: 100%;
  min-height: 277px;
  max-height: 277px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 34px 35px 22px;
}
.reports-page .post .top-block .book > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reports-page .post .top-block .book .up .logo-book {
  max-width: 61px;
  margin-bottom: 15px;
}
.reports-page .post .top-block .book .up .logo-book img, .reports-page .post .top-block .book .up .logo-book svg {
  width: 100%;
}
.reports-page .post .top-block .book .up .sub-title {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #2a1954;
  opacity: 0.3;
}
.reports-page .post .top-block .book .down * {
  padding-bottom: 0;
}
.reports-page .post .top-block .book .down p {
  padding-bottom: 16px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  line-height: 16px;
}
.reports-page .post .top-block .book .down h3, .reports-page .post .top-block .book .down h2, .reports-page .post .top-block .book .down h1, .reports-page .post .top-block .book .down h4, .reports-page .post .top-block .book .down h5, .reports-page .post .top-block .book .down h6 {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.reports-page .post > h2 {
  padding-bottom: 4px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #2a1954;
}
.podcast-page .post .top-block {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 366px;
}
.podcast-page .post .top-block:hover {
  text-decoration: none;
}
.podcast-page .post .top-block > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.podcast-page .post .top-block .box {
  position: relative;
  z-index: 2;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #2a1954;
  max-width: 179px;
  width: 100%;
  min-height: 179px;
}
.podcast-page .post .top-block .box .sub-title {
  margin-bottom: 27px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a1954 !important;
  opacity: 0.5;
}
.podcast-page .post .top-block .box > svg {
  position: absolute;
  right: -15px;
  top: -15px;
}
.podcast-page .post .top-block .box .title-podcast {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #2a1954;
  min-height: 32px;
  vertical-align: bottom;
}
.podcast-page .post .top-block .box .wrapper-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.podcast-page .post .top-block .box .wrapper-image .parent-wrap {
  border: 1px solid #da3652;
  padding: 3px;
  transform: rotate(45deg);
  background: #fff;
}
.podcast-page .post .top-block .box .wrapper-image .parent-wrap .child-wrap {
  display: flex;
  position: relative;
  z-index: 2;
  border: 1px solid #2a1954;
  transform: rotate(90deg);
  overflow: hidden;
  width: 37.5px;
  height: 37.5px;
}
.podcast-page .post .top-block .box .wrapper-image .parent-wrap .child-wrap img {
  transform: rotate(-135deg);
  width: 100%;
  object-fit: cover;
}
.podcast-page .post h2 {
  padding-bottom: 4px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #2a1954;
}
#wrap {
  overflow: hidden;
}
.single-podcasts .single-post-wrap .flex-wrapper .right-content .content .wys ul, .single-podcasts .single-post-wrap .flex-wrapper .right-content .content .wys ol {
  margin-left: 0;
}
.single-podcasts h4 {
  padding-bottom: 16px;
}
.single-podcasts .single-post-wrap .flex-wrapper {
  align-items: flex-start;
}
@media (max-width: 1110px) {
  .single-podcasts .sidebar-mobile, .single-podcasts .sidebar-section, .single-podcasts .breadcrumbs {
    display: none !important;
  }
}
@media (max-width: 1110px) {
  .single-podcasts .single-post-wrap .flex-wrapper .right-content .btn-arrow-desctop {
    display: flex !important;
  }
}
@media (max-width: 1110px) {
  .single-podcasts .single-post-wrap {
    margin-top: 110px;
  }
}
.single-podcasts #content {
  padding-top: 10px;
}
.single-podcasts .player {
  margin-bottom: 20px;
}
.transcript-section {
  border: 1px solid #d8d8dd;
  margin: 50px 0;
}
.transcript-section .top-el {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .transcript-section .top-el {
    padding: 16px;
  }
}
@media (max-width: 369px) {
  .transcript-section .top-el {
    display: block;
  }
}
.transcript-section .top-el .left-content {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 369px) {
  .transcript-section .top-el .left-content {
    margin-bottom: 10px;
  }
}
.transcript-section .top-el .left-content svg {
  margin-right: 8px;
}
.transcript-section .top-el .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 369px) {
  .transcript-section .top-el .right-content {
    justify-content: flex-start;
  }
}
.transcript-section .top-el .right-content button {
  display: flex;
  align-items: center;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  transition: 0.3s all ease;
}
.transcript-section .top-el .right-content button:hover {
  color: #f3883e;
}
.transcript-section .top-el .right-content button svg {
  margin-right: 8px;
}
.transcript-section .top-el .right-content button:first-child {
  margin-right: 48px;
}
@media (max-width: 576px) {
  .transcript-section .top-el .right-content button:first-child {
    margin-right: 16px;
  }
}
.transcript-section .content-tr {
  padding: 30px;
  height: 370px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0.8;
}
@media (max-width: 576px) {
  .transcript-section .content-tr {
    padding: 24px;
  }
}
#transcript {
  max-width: 920px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(42, 25, 84, 0.65);
}
#transcript p {
  color: rgba(42, 25, 84, 0.65) !important;
}
.simplebar-scrollbar:before {
  background: #d8d8dd;
  border-radius: 8px;
  width: 4px;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
body .logos-partner .wrapper-partner .bottom-content .logo-partner {
  max-width: 100%;
  max-height: 35px;
  width: auto;
}
body .logos-partner .wrapper-partner .bottom-content .logo-partner svg {
  max-width: 100%;
  max-height: 35px;
  width: auto;
  height: auto;
}
.section-banner .row1215 .wrapper-banner .right-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 512px;
  position: absolute;
  top: 35px;
  box-shadow: inset 0 0 20px 10px #1d1637;
}
@media (max-width: 1140px) {
  .section-banner .row1215 .wrapper-banner .right-content::after {
    height: 100%;
    top: 0;
  }
}
p, li, a, h1, h2, h3, h4, h5, h6, .all-rights, .title, .sub-title {
  color: #fff !important;
}
.get-from-using p, .get-from-using li, .get-from-using a, .get-from-using h1, .get-from-using h2, .get-from-using h3, .get-from-using h4, .get-from-using h5, .get-from-using h6, .get-from-using .all-rights, .get-from-using .title, .get-from-using .sub-title {
  color: #2a1954 !important;
}
iframe {
  width: 100%;
}
header {
  background: #201142;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(31, 29, 79, 0.1);
}
@media screen and (max-width: 1140px) {
  header {
    padding: 12px 0;
    min-height: 66px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  header {
    border-bottom: none;
  }
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .burger {
  display: none;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1140px) {
  header .header-wrapper .burger {
    display: block;
  }
}
header .header-wrapper .burger span {
  width: 27px;
  height: 3px;
  margin: 8px;
  background: #fff;
  border-radius: 4px;
  display: block;
  transition: 0.8s all ease;
}
header .header-wrapper .burger span:nth-child(1) {
  width: 16px;
}
header .header-wrapper .left-content {
  margin-right: 20px;
}
header .header-wrapper .left-content .logo-header {
  max-width: 99px;
  width: 100%;
  line-height: 0;
  transition: 0.3s all ease;
}
header .header-wrapper .left-content .logo-header:hover {
  opacity: 0.8;
}
header .header-wrapper .center-content {
  margin-right: 20px;
}
@media screen and (max-width: 1140px) {
  header .header-wrapper .center-content {
    display: none;
  }
}
header .header-wrapper .center-content .header-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrapper .center-content .header-nav > ul > li {
  position: relative;
  padding: 22px 6px;
  transition: 0.3s all ease;
  margin-right: 26px;
}
header .header-wrapper .center-content .header-nav > ul > li:last-child {
  margin-right: 0;
}
header .header-wrapper .center-content .header-nav > ul > li a {
  font-weight: 500;
  color: #1f1d50;
  line-height: 0;
  text-decoration: none;
  padding: 22px 0;
}
header .header-wrapper .center-content .header-nav > ul > li > a {
  position: relative;
}
header .header-wrapper .center-content .header-nav > ul > li > a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: 0.3s all ease;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
}
header .header-wrapper .center-content .header-nav > ul > li:after {
  content: " ";
  position: absolute;
  height: 60px;
  width: 60px;
  margin-top: 36px;
  margin-left: -60px;
}
header .header-wrapper .center-content .header-nav > ul > li:hover > a:before {
  background: #e27e3b;
}
header .header-wrapper .center-content .header-nav > ul > li.current-menu-item > a:before {
  background: #e27e3b;
}
header .header-wrapper .right-content {
  display: flex;
  align-items: center;
}
header .header-wrapper .right-content .theme-switch {
  margin-right: 53px;
}
@media screen and (max-width: 1140px) {
  header .header-wrapper .right-content .theme-switch {
    margin-right: 0;
  }
}
@media screen and (max-width: 1140px) {
  header .header-wrapper .right-content .theme-switch svg {
    width: 47px;
    height: 24px;
  }
}
@media screen and (max-width: 1140px) {
  header .header-wrapper .right-content .btn-head {
    display: none;
  }
}
.text-section {
  margin: 120px 0 56px;
}
@media (max-width: 1024px) {
  .text-section {
    margin: 80px 0 28px;
  }
}
.text-section .wys {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-section .wys p {
  color: rgba(42, 25, 84, 0.85);
}
.scale-appsec {
  background: transparent;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .scale-appsec {
    margin-bottom: 80px;
    margin-top: 50px;
  }
}
.scale-appsec .wys {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 37px;
  text-align: center;
}
.scale-appsec .wys p {
  color: rgba(42, 25, 84, 0.85);
}
.scale-appsec .wrapper-scale .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
.scale-appsec .wrapper-scale .item:last-child {
  margin-bottom: 0;
}
.scale-appsec .wrapper-scale .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) {
    flex-direction: column;
  }
}
.scale-appsec .wrapper-scale .item:nth-child(even) .left-content {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content {
    margin-left: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}
.scale-appsec .wrapper-scale .item:nth-child(even) .left-content img {
  margin-top: 41px;
}
@media screen and (max-width: 1150px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content img {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content img {
    margin: 0;
  }
}
.scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
  content: " ";
  position: absolute;
  width: 471px;
  height: 480px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='492' height='480' viewBox='0 0 492 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_859_10850' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='493' height='480'%3E%3Crect x='0.379776' width='491.62' height='480' rx='4.83024' fill='%23FF8E43'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_10850)'%3E%3Crect x='0.379776' width='491.62' height='480' rx='4.83024' fill='%23FF8E43' fill-opacity='0.1'/%3E%3C/g%3E%3Cpath d='M490.441 305.512H14.6617' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M490.441 367.84H14.6615' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M490.441 430.169H14.6615' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M433.47 477.926L433.47 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M371.339 477.926L371.339 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M309.208 477.926L309.208 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3C/svg%3E ");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1150px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1050px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 800px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(even) .left-content:before {
    width: 336px;
    height: 296px;
    left: 50%;
    margin-right: -50%;
    margin-top: -50px;
    transform: translate(-50%, 0);
  }
}
.scale-appsec .wrapper-scale .item:nth-child(odd) .left-content {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content {
    margin-right: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}
.scale-appsec .wrapper-scale .item:nth-child(odd) .left-content img {
  margin-top: 38px;
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content img {
    margin-top: 0;
    margin-left: 0;
  }
}
.scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
  content: " ";
  position: absolute;
  width: 471px;
  height: 480px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='479' height='480' viewBox='0 0 479 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='471.4' height='480' rx='4.46059' fill='%23DA3652' fill-opacity='0.1'/%3E%3Cpath d='M1.06857 305.512H478.359' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M1.06879 367.84H478.359' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M1.06879 430.169H478.359' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M58.2209 477.926L58.2209 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M120.549 477.926L120.549 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3Cpath d='M182.877 477.926L182.877 257.755' stroke='%231D1C4F' stroke-opacity='0.4' stroke-width='1.15423' stroke-linecap='round' stroke-dasharray='1.15 6.93'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1150px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1050px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 800px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content:before {
    width: 336px;
    height: 296px;
    margin-top: -50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
  }
}
.scale-appsec .wrapper-scale .item .left-content {
  max-width: 624px;
  width: 100%;
}
.scale-appsec .wrapper-scale .item .left-content img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scale-appsec .wrapper-scale .item .left-content img {
    max-width: 300px;
  }
}
.scale-appsec .wrapper-scale .item .right-content {
  max-width: 488px;
  width: 100%;
}
.scale-appsec .wrapper-scale .item .right-content p {
  color: rgba(42, 25, 84, 0.85);
  padding-bottom: 24px;
}
.scale-appsec .wrapper-scale .item .right-content a {
  width: max-content;
}
.developer-first {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='800' viewBox='0 0 1440 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='800' fill='%23261848'/%3E%3Cmask id='mask0_1250_26871' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1432' height='796'%3E%3Crect width='1432' height='795.97' fill='%23261848'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1250_26871)'%3E%3Cg filter='url(%23filter0_f_1250_26871)'%3E%3Cpath d='M215.757 715.652C215.757 826.367 127.919 916.12 19.565 916.12C-88.7888 916.12 -176.627 826.367 -176.627 715.652C-176.627 604.937 -21.4256 119.449 86.9282 119.449C195.282 119.449 215.757 604.937 215.757 715.652Z' fill='%23EC174D' fill-opacity='0.3'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1250_26871)'%3E%3Cpath d='M904.551 810.049C933.428 879.158 480.258 971.013 412.624 1000.52C344.989 1030.02 266.751 997.92 237.874 928.811C208.998 859.702 228.132 717.981 295.767 688.475C363.402 658.969 875.675 740.94 904.551 810.049Z' fill='%23FF9635' fill-opacity='0.3'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1250_26871' x='-602.423' y='-306.347' width='1243.98' height='1648.26' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_1250_26871'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1250_26871' x='-64.1324' y='393.298' width='1259' height='907.178' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_1250_26871'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 107px 0;
}
@media screen and (max-width: 767px) {
  .developer-first {
    padding: 80px 0;
  }
}
.developer-first .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper {
    flex-direction: column;
  }
}
.developer-first .wrapper .left-content {
  max-width: 592px;
  width: 100%;
  margin-right: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 1140px) {
  .developer-first .wrapper .left-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper .left-content {
    margin-right: 0;
    margin-bottom: 48px;
    text-align: center;
  }
}
.developer-first .wrapper .left-content .wys h2 {
  color: #f3f2f7 !important;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .developer-first .wrapper .left-content .wys h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .developer-first .wrapper .left-content .wys h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 385px) {
  .developer-first .wrapper .left-content .wys h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.developer-first .wrapper .left-content .wys p {
  color: #f3f2f7;
  margin-bottom: 24px;
  padding: 0;
}
.developer-first .wrapper .left-content .btn-arrow-white {
  color: #f3f2f7;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper .left-content .btn-arrow-white {
    margin: 0 auto;
  }
}
.developer-first .wrapper .left-content .btn-arrow-white:hover span {
  background: transparent;
  border: 1px solid #f3f2f7;
}
.developer-first .wrapper .left-content .btn-arrow-white:hover span svg path {
  fill: #f3f2f7;
}
.developer-first .wrapper .left-content .btn-arrow-white span {
  background: #f3f2f7;
  transition: 0.3s all ease;
  border: 1px solid transparent;
}
.developer-first .wrapper .left-content .btn-arrow-white span svg path {
  transition: 0.3s all ease;
}
.developer-first .wrapper .right-content {
  max-width: 564px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .developer-first .wrapper .right-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper .right-content {
    flex-direction: column;
  }
}
.developer-first .wrapper .right-content .column:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper .right-content .column {
    display: flex;
    flex-direction: row !important;
  }
  .developer-first .wrapper .right-content .column:nth-child(odd) .item:nth-child(3) {
    margin-right: 0;
  }
}
.developer-first .wrapper .right-content .column .item-block {
  margin-bottom: 44px;
}
.developer-first .wrapper .right-content .column .item-block .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  background: #32215b;
  box-shadow: 0 9.90486px 18.5716px rgba(27, 16, 53, 0.5);
  border-radius: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .developer-first .wrapper .right-content .column .item-block .item {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .developer-first .wrapper .right-content .column .item-block .item {
    margin-right: 20px;
  }
  .developer-first .wrapper .right-content .column .item-block .item:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 385px) {
  .developer-first .wrapper .right-content .column .item-block .item {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 340px) {
  .developer-first .wrapper .right-content .column .item-block .item {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.developer-first .wrapper .right-content .column .item-block .item:last-child {
  margin-bottom: 0;
}
.developer-first .wrapper .right-content .column .item-block .item svg, .developer-first .wrapper .right-content .column .item-block .item img {
  max-width: 54px;
  max-height: 54px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 385px) {
  .developer-first .wrapper .right-content .column .item-block .item svg, .developer-first .wrapper .right-content .column .item-block .item img {
    max-width: 37px;
    max-height: 37px;
  }
}
.developer-first .wrapper .right-content .column .item-block .title {
  opacity: 0;
  transition: 0.3s all ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.developer-first .wrapper .right-content .column .item-block:hover .item {
  box-shadow: 0 0 50px 31px #5a3033, 0 0 10px 3px #000;
  background: #572e33;
}
.developer-first .wrapper .right-content .column .item-block:hover .title {
  opacity: 1;
}
.use-cases {
  margin-bottom: 175px;
}
@media (max-width: 767px) {
  .use-cases {
    margin-bottom: 80px;
  }
}
.use-cases .wys {
  max-width: 660px;
  width: 100%;
  text-align: center;
  margin: 0 auto 36px;
}
.use-cases .wys p {
  color: #2a1954;
}
.use-cases .tabs-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block {
    justify-content: center;
  }
}
.use-cases .tabs-block .right-content {
  max-width: 592px;
  width: 100%;
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title {
  position: relative;
  margin-bottom: 32px;
  transition: 0.3s all ease;
  opacity: 0.7;
}
@media screen and (max-width: 964px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title {
    margin-bottom: 32px;
  }
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title:last-child {
  margin-bottom: 0;
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title .wrap-img {
  display: none;
  padding: 24px 0 8px;
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title h3 {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #2a1954;
  padding: 0 0 0 24px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 964px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title h3 {
    font-size: 14px;
  }
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title p {
  padding: 0 0 0 24px;
  margin-bottom: 8px;
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title a {
  width: max-content;
  padding: 0 0 0 24px;
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title .wrap-img img {
  max-width: 500px;
}
@media (max-width: 576px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title .wrap-img img {
    max-width: 168px;
  }
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active {
    text-align: center;
    background: rgba(226, 126, 59, 0.07);
  }
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active .wrap-img {
    display: block;
  }
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active a {
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title.active h3 {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 964px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block .right-content .tabs .acc .tab-title.active h3 {
    font-size: 24px;
  }
}
.use-cases .tabs-block .right-content .tabs .acc .tab-title:before {
  content: " ";
  position: absolute;
  background: #e27e3b;
  height: 100%;
  width: 4px;
  left: 0;
  transition: 0.3s all ease;
}
.use-cases .tabs-block .left-content {
  max-width: 665px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .use-cases .tabs-block .left-content {
    display: none;
  }
}
.use-cases .tabs-block .left-content .tab-content {
  display: none;
}
.use-cases .tabs-block .left-content .tab-content img {
  max-width: 542px;
  width: 100%;
  max-height: 565px;
  height: 100%;
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
}
.acc .item h3 {
  cursor: pointer;
  position: relative;
}
.acc .item h3 span {
  position: absolute;
  top: 38%;
  transform: translate(0, -50%);
  right: 50px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: '';
  background-color: #161515;
  width: 2.21px;
  height: 23px;
  position: absolute;
  right: 0;
  transition: 0.3s all ease;
}
.acc .item h3 span:before {
  transform: matrix(0, 1, 1, 0, 0, 0);
}
.acc .item h3 span:after {
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  transform: rotate(90deg);
}
.acc .item .info {
  display: none;
}
.backed-by {
  background: #201142;
  padding: 132px 0;
}
@media screen and (max-width: 1140px) {
  .backed-by {
    padding: 80px 0;
  }
}
.backed-by .wrapper-backed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .backed-by .wrapper-backed {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .backed-by .wrapper-backed {
    display: none;
  }
}
.backed-by .wrapper-backed .left-content {
  max-width: 680px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -40px;
  margin-right: 30px;
}
@media screen and (max-width: 1420px) {
  .backed-by .wrapper-backed .left-content {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1420px) {
  .backed-by .wrapper-backed .left-content {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1140px) {
  .backed-by .wrapper-backed .left-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.backed-by .wrapper-backed .left-content .column:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.backed-by .wrapper-backed .left-content .column:nth-child(3) {
  margin-bottom: -130px;
}
.backed-by .wrapper-backed .left-content .column .item {
  text-align: center;
  margin-bottom: 16px;
  max-width: 130px;
  width: 100%;
}
.backed-by .wrapper-backed .left-content .column .item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 6px;
}
@media screen and (max-width: 1140px) {
  .backed-by .wrapper-backed .left-content .column .item img {
    width: 72px;
    height: 72px;
  }
}
.backed-by .wrapper-backed .left-content .column .item .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.3;
  color: #2a1954;
}
.backed-by .wrapper-backed .left-content .column .item .sub-title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
}
.backed-by .wrapper-backed .right-content {
  max-width: 563px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .backed-by .wrapper-backed .right-content {
    text-align: center;
  }
}
.backed-by .wrapper-backed .right-content .wys h2 {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.3;
  color: #2a1954;
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .backed-by .wrapper-backed .right-content .wys h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .backed-by .wrapper-backed .right-content .wys h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 420px) {
  .backed-by .wrapper-backed .right-content .wys h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 385px) {
  .backed-by .wrapper-backed .right-content .wys h2 {
    font-size: 24px;
  }
}
.backed-by .wrapper-backed .right-content .wys p {
  padding: 0;
  margin-bottom: 24px;
}
.backed-by .wrapper-backed .right-content .wys p:last-child {
  margin-bottom: 0;
}
.backed-by .wrapper-backed .right-content .wys p img {
  vertical-align: middle;
  margin-right: 28px;
  filter: contrast(0);
}
.backed-by .wrapper-backed .right-content .wys p img:last-child {
  margin-right: 0;
}
.backed-by .wrapper-backed-mobile {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .backed-by .wrapper-backed-mobile {
    display: block;
  }
}
.backed-by .wrapper-backed-mobile .top-title-mobile {
  margin-bottom: 56px;
}
.backed-by .wrapper-backed-mobile .top-title-mobile h2 {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  color: #2a1954;
}
.backed-by .wrapper-backed-mobile .top-title-mobile p {
  padding: 0;
  color: rgba(42, 25, 84, 0.85);
}
.backed-by .wrapper-backed-mobile .top-content-mobile {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 56px;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row {
  display: flex;
  margin-bottom: 15px;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row:last-child {
  margin-bottom: 0;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row .item-mobile {
  max-width: 100px;
  width: 100%;
  margin-right: 56px;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row .item-mobile:last-child {
  margin-right: 0;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row .item-mobile img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 7px;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row .item-mobile .title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.3;
  color: #2a1954;
}
.backed-by .wrapper-backed-mobile .top-content-mobile .row .item-mobile .sub-title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
}
.backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile h2 {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  color: #2a1954;
  padding: 0;
  margin-bottom: 10px;
}
.backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile p {
  padding: 0;
  margin-bottom: 24px;
  color: rgba(42, 25, 84, 0.85);
}
.backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile p:last-child {
  margin-bottom: 0;
}
.backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile p img {
  vertical-align: middle;
  margin-right: 28px;
  filter: contrast(0);
}
.backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile p img:last-child {
  margin-right: 0;
}
.ready-to {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='800' viewBox='0 0 1440 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='800' fill='url(%23paint0_linear_859_12684)'/%3E%3Cmask id='mask0_859_12684' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='8' width='1440' height='792'%3E%3Crect y='8' width='1440' height='792' fill='%23261848'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_859_12684)'%3E%3Cg filter='url(%23filter0_f_859_12684)'%3E%3Cpath d='M478.559 708.408C478.559 797.241 399.458 869.255 301.88 869.255C204.303 869.255 125.201 797.241 125.201 708.408C125.201 619.575 264.967 230.041 362.544 230.041C460.121 230.041 478.559 619.575 478.559 708.408Z' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_859_12684)'%3E%3Cpath d='M1044.69 778.987C1070.69 834.437 662.595 908.137 601.686 931.811C540.778 955.485 470.322 929.726 444.318 874.276C418.313 818.826 435.544 705.115 496.452 681.441C557.361 657.767 1018.68 723.537 1044.69 778.987Z' fill='%23FF9635' fill-opacity='0.5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_859_12684' x='-300.595' y='-195.755' width='1204.95' height='1490.81' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_859_12684'/%3E%3C/filter%3E%3Cfilter id='filter1_f_859_12684' x='143.605' y='387.486' width='1191.27' height='842.116' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_859_12684'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_859_12684' x1='685.725' y1='520.456' x2='1019.73' y2='509.808' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.428234' stop-color='%23261848'/%3E%3Cstop offset='1' stop-color='%23181A3B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .ready-to {
    padding: 80px 0 51px;
  }
}
.ready-to .wrapper-ready {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ready-to .wrapper-ready {
    flex-direction: column;
    text-align: center;
  }
}
.ready-to .wrapper-ready .left-content {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ready-to .wrapper-ready .left-content {
    margin-right: 0;
    margin-bottom: 49px;
  }
}
.ready-to .wrapper-ready .left-content .wys {
  max-width: 488px;
  width: 100%;
}
.ready-to .wrapper-ready .left-content .wys h2 {
  font-size: 48px;
  color: #f3f2f7;
  padding-bottom: 8px;
}
@media screen and (max-width: 920px) {
  .ready-to .wrapper-ready .left-content .wys h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ready-to .wrapper-ready .left-content .wys h2 {
    font-size: 24px;
  }
}
.ready-to .wrapper-ready .left-content .wys p {
  color: #f3f2f7;
  padding-bottom: 33px;
}
.ready-to .wrapper-ready .right-content .ready-desktop {
  max-width: 543px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ready-to .wrapper-ready .right-content .ready-desktop {
    display: none;
  }
}
.ready-to .wrapper-ready .right-content .ready-mobile {
  display: none;
  max-width: 316px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ready-to .wrapper-ready .right-content .ready-mobile {
    display: block;
  }
}
.fancybox__container {
  z-index: 9999;
}
.fancybox__container .fancybox__backdrop {
  background: rgba(42, 25, 84, 0.5);
}
.fancybox__container .fancybox__content {
  max-width: 570px;
  width: 100%;
  padding: 56px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .fancybox__container .fancybox__content {
    padding: 40px 27px;
  }
}
@media (max-width: 625px) {
  .fancybox__container .fancybox__content {
    max-width: 330px;
  }
}
.fancybox__container .fancybox__content > .carousel__button.is-close {
  top: 21px;
  right: 21px;
  color: #2a1954;
}
@media (max-width: 767px) {
  .fancybox__container .fancybox__content > .carousel__button.is-close {
    display: none;
  }
}
.fancybox__container .fancybox__content > .carousel__button.is-close svg {
  width: 14px;
  height: 14px;
  filter: none;
}
.fancybox__container .fancybox__content .title {
  text-align: center;
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 48px;
  color: #2a1954 !important;
}
@media (max-width: 767px) {
  .fancybox__container .fancybox__content .title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.fancybox__container .fancybox__content form label {
  display: block;
  margin-bottom: 24px;
}
.fancybox__container .fancybox__content form label:last-child {
  margin-bottom: 0;
}
.fancybox__container .fancybox__content form label .center a {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #f3883e !important;
  opacity: 0.8;
}
.fancybox__container .fancybox__content form label .wpcf7-form-control-wrap {
  margin-bottom: 24px;
}
.fancybox__container .fancybox__content form label input:not([type=checkbox]), .fancybox__container .fancybox__content form label textarea {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.6);
  width: 100%;
  border: 1px solid rgba(42, 25, 84, 0.2);
  border-radius: 4px;
  transition: 0.3s all ease;
}
.fancybox__container .fancybox__content form label input:not([type=checkbox]):focus, .fancybox__container .fancybox__content form label textarea:focus {
  outline: none !important;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.fancybox__container .fancybox__content form label input:not([type=checkbox])::placeholder, .fancybox__container .fancybox__content form label textarea::placeholder {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.6);
}
.fancybox__container .fancybox__content form label .wpcf7-not-valid-tip {
  top: 40px;
  left: 5px;
  right: auto;
  bottom: auto;
  background: transparent;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.fancybox__container .fancybox__content form .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
}
.fancybox__container .fancybox__content form .wpcf7-checkbox label input {
  display: none;
}
.fancybox__container .fancybox__content form .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99993 6.79995L1.19993 3.99995L0.266602 4.93328L3.99993 8.66662L11.2667 1.26659L10.3333 0.333252L3.99993 6.79995Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
  left: 7px;
  top: 7px;
}
.fancybox__container .fancybox__content form .wpcf7-checkbox label .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.fancybox__container .fancybox__content form .wpcf7-checkbox label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(42, 25, 84, 0.5);
  border-radius: 2px;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .wpcf7-form-control-wrap {
  position: static;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .required {
  display: none;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .required:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99993 6.79995L1.19993 3.99995L0.266602 4.93328L3.99993 8.66662L11.2667 1.26659L10.3333 0.333252L3.99993 6.79995Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
  left: 7px;
  top: 7px;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(42, 25, 84, 0.5);
  border-radius: 2px;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .wpcf7-list-item-label a {
  color: #f3883e;
}
.fancybox__container .fancybox__content form .wrapper-privacy-checkbox .wpcf7-list-item-label a:hover {
  cursor: pointer;
}
.fancybox__container .fancybox__content form .btn {
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .fancybox__container .fancybox__content form .btn {
    width: 100%;
  }
}
.fancybox__container .fancybox__content form .wpcf7-response-output {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  max-width: 100% !important;
  color: rgba(42, 25, 84, 0.85);
  background: transparent !important;
  border-radius: 2px;
  padding: 15px 10px;
  margin: 15px auto 0;
}
.fancybox__container .fancybox__content .wpcf7-form.invalid .wpcf7-response-output {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  max-width: 100% !important;
  color: rgba(42, 25, 84, 0.85);
  background: transparent !important;
  border-radius: 2px;
  padding: 15px 10px;
  margin: 15px auto 0;
}
.how-the {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .how-the {
    margin-bottom: 80px;
  }
}
.how-the .wys {
  max-width: 660px;
  width: 100%;
  text-align: center;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .how-the .wys {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .how-the .wys h2 {
    font-size: 24px;
  }
}
.how-the .wys p {
  color: #2a1954;
}
.how-the .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .how-the .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .how-the .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.how-the .wrapper .item {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-basis: 23%;
  flex-basis: 23%;
  width: 23%;
  padding: 32px 24px 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(19, 33, 68, 0.04);
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .how-the .wrapper .item {
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
    width: 45%;
  }
  .how-the .wrapper .item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 567px) {
  .how-the .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .how-the .wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.how-the .wrapper .item:last-child {
  margin-right: 0;
}
.how-the .wrapper .item .wrap-img {
  margin-bottom: 16px;
}
.how-the .wrapper .item .wrap-img img {
  max-width: 88px;
  width: 100%;
  max-height: 88px;
  height: 100%;
}
.how-the .wrapper .item .wys {
  margin-bottom: 0;
  text-align: left;
}
.how-the .wrapper .item .wys h3 {
  font-size: 24px;
}
.how-the .wrapper .item .wys p {
  color: #1d1c4f;
}
.how-the .wrapper-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .how-the .wrapper-line {
    display: none;
  }
}
.how-the .wrapper-line:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  width: 99%;
  opacity: 0.3;
  border: 1px dashed #fff;
}
.how-the .wrapper-line span {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background: #da3652;
  border-radius: 50%;
}
.get-from-using {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .get-from-using {
    margin: 60px 0 112px;
  }
}
.get-from-using .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .get-from-using .wrapper {
    flex-direction: column;
  }
}
.get-from-using .wrapper .item:nth-child(odd) {
  background: #f2f2fa;
  border-radius: 3px;
  max-width: 592px;
  width: 100%;
  padding: 48px 48px 110px 48px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .get-from-using .wrapper .item:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 48px 24px;
  }
}
.get-from-using .wrapper .item:nth-child(odd) img {
  max-width: 88px;
  width: 100%;
  max-height: 88px;
  height: 100%;
  margin-bottom: 32px;
}
.get-from-using .wrapper .item:nth-child(odd) h3 {
  padding-bottom: 32px;
}
.get-from-using .wrapper .item:nth-child(odd) ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  list-style: none;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  color: #2a1954;
}
.get-from-using .wrapper .item:nth-child(odd) ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
}
.get-from-using .wrapper .item:nth-child(odd) ul li:last-child {
  margin-bottom: 0;
}
.get-from-using .wrapper .item:nth-child(even) {
  background: #f6c847;
  border-radius: 3px;
  max-width: 592px;
  width: 100%;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .get-from-using .wrapper .item:nth-child(even) {
    padding: 48px 24px;
  }
}
.get-from-using .wrapper .item:nth-child(even) img {
  max-width: 88px;
  width: 100%;
  max-height: 88px;
  height: 100%;
  margin-bottom: 32px;
}
.get-from-using .wrapper .item:nth-child(even) h3 {
  padding-bottom: 32px;
}
.get-from-using .wrapper .item:nth-child(even) ul {
  margin-bottom: 32px;
}
.get-from-using .wrapper .item:nth-child(even) ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  list-style: none;
  font-family: 'Sarabun', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  color: #2a1954;
}
.get-from-using .wrapper .item:nth-child(even) ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.58L11 14.17L8.41 11.59L7 13L11 17L18 10L16.59 8.58ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
}
.get-from-using .wrapper .item:nth-child(even) ul li:last-child {
  margin-bottom: 0;
}
.get-from-using .wrapper .item:nth-child(even) .btn-arrow {
  width: max-content;
}
.tpl-platform .section-banner {
  padding-top: 24px !important;
}
@media screen and (max-width: 1024px) {
  .tpl-platform .section-banner {
    padding-top: 81px !important;
  }
}
@media screen and (max-width: 767px) {
  .tpl-platform .section-banner {
    padding-top: 81px !important;
  }
}
.tpl-platform .section-banner .wrapper-banner .banner-drops {
  display: none;
}
.tpl-platform .section-banner .wrapper-banner .left-content {
  max-width: 506px;
  width: 100%;
  margin-bottom: 53px !important;
}
@media screen and (max-width: 767px) {
  .tpl-platform .section-banner .wrapper-banner .right-content {
    margin-bottom: 52px !important;
  }
}
.tpl-platform .section-banner .wrapper-banner .right-content .top-banner {
  max-width: 871px !important;
  width: 100% !important;
}
@media screen and (max-width: 1050px) {
  .tpl-platform .section-banner .wrapper-banner .right-content .top-banner {
    max-width: 740px !important;
  }
}
@media screen and (max-width: 900px) {
  .tpl-platform .section-banner .wrapper-banner .right-content .top-banner {
    max-width: 550px !important;
  }
}
@media screen and (max-width: 767px) {
  .tpl-platform .section-banner .wrapper-banner .right-content .top-banner {
    display: none;
  }
}
.tpl-platform .section-banner .wrapper-banner .right-content .banner-mobile {
  width: 444px !important;
  margin-right: -60px !important;
}
.tpl-platform .use-cases {
  padding-top: 0;
}
.tpl-platform .use-cases .tabs-block .left-content .tab-content img {
  max-width: 650px;
}
.tpl-platform .use-cases .tabs-block .right-content .tabs .acc .tab-title .wrap-img img {
  max-width: 289px !important;
}
.partners-section {
  background: #261848;
}
.partners-section .row1215 {
  padding: 210px 0 135px;
}
@media (max-width: 1024px) {
  .partners-section .row1215 {
    padding: 120px 0 60px;
  }
}
.partners-section .row1208 {
  position: static;
}
.partners-section .breadcrumbs {
  padding-top: 0;
  position: absolute;
  top: 80px;
  left: 0;
}
.partners-section .breadcrumbs .tt {
  color: rgba(255, 255, 255, 0.2);
}
.partners-section .breadcrumbs > span {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}
.partners-section .breadcrumbs > span > span {
  color: rgba(255, 255, 255, 0.2);
}
.partners-section .breadcrumbs > span a {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.3s all ease;
}
.partners-section .breadcrumbs > span a:hover {
  text-decoration: none;
  color: #f3883e;
}
.partners-section .top-partners {
  text-align: center;
  margin-bottom: 76px;
}
.partners-section .top-partners .wys {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.partners-section .top-partners .wys h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
}
.partners-section .top-partners .wys p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.partners-section .top-partners .wys p:last-child {
  padding-bottom: 0;
  margin-bottom: 29px;
}
.partners-section .top-partners .wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .partners-section .top-partners .wrapper-btn {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .partners-section .top-partners .wrapper-btn .btn {
    margin-bottom: 15px;
  }
}
.partners-section .top-partners .wrapper-btn .btn-arrow {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 576px) {
  .partners-section .top-partners .wrapper-btn .btn-arrow {
    margin-left: 0;
  }
}
.partners-section .top-partners .wrapper-btn .btn-arrow span {
  background: #fff;
}
.partners-section .top-partners .wrapper-btn .btn-arrow span svg path {
  fill: #261848;
}
.partners-section .top-partners .wrapper-btn .btn-arrow:hover span {
  background: transparent;
  border: 1px solid #f3f2f7;
}
.partners-section .top-partners .wrapper-btn .btn-arrow:hover span svg path {
  fill: #f3f2f7;
}
.partners-section .logos-partners {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.partners-section .logos-partners > * {
  width: 14.6666666667%;
  margin: 0 1% 1.1666666667em;
}
@media (max-width: 1280px) {
  .partners-section .logos-partners {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .partners-section .logos-partners > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1023px) {
  .partners-section .logos-partners {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .partners-section .logos-partners > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 576px) {
  .partners-section .logos-partners {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .partners-section .logos-partners > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
.partners-section .logos-partners .item {
  text-align: center;
  min-height: 176px;
  padding: 35px 10px 24px;
  background: #32215b;
  box-shadow: 0 16.2881px 30.5401px rgba(27, 16, 53, 0.5);
  border-radius: 16.2881px;
  margin-bottom: 20px;
  transition: 0.3s all ease;
  display: block;
}
.partners-section .logos-partners .item:hover {
  text-decoration: none;
  box-shadow: 0 0 50px 31px #5a3033, 0 0 10px 3px #000;
  background: #572e33;
}
.partners-section .logos-partners .item .logo-item {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-section .logos-partners .item .logo-item img {
  max-width: 106px;
  max-height: 80px;
  min-width: 76px;
}
.partners-section .logos-partners .item .title {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-top: 15px;
  /* identical to box height, or 157% */
  text-align: center;
  color: #fff;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email'] {
  cursor: auto !important;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email'] {
  cursor: auto !important;
}
#demo .wpcf7 .wpcf7-not-valid-tip {
  text-align: left !important;
  background: #fff !important;
}
.default-text-section {
  margin: 132px 0 150px;
}
@media (max-width: 1024px) {
  .default-text-section {
    margin: 80px 0;
  }
}
.default-text-section .wrapper h1 {
  font-weight: 800;
  text-align: center;
}
.default-text-section .wrapper .date {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
}
.default-text-section .wrapper p {
  color: rgba(42, 25, 84, 0.85);
}
.default-text-section .wrapper ul li {
  list-style: disc;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
  margin-left: 25px;
}
.section-recent-articles {
  margin: 160px 0;
}
@media (max-width: 1024px) {
  .section-recent-articles {
    margin: 72px 0;
  }
}
.section-recent-articles .wrapper .wys {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .section-recent-articles .wrapper .wys {
    margin-bottom: 16px;
  }
  .section-recent-articles .wrapper .wys h2 {
    font-size: 24px;
  }
}
.section-recent-articles .wrapper .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-recent-articles .wrapper .bottom-content .item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31%;
}
@media (max-width: 1023px) {
  .section-recent-articles .wrapper .bottom-content .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-recent-articles .wrapper .bottom-content .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.section-recent-articles .wrapper .bottom-content .item .item-title {
  display: block;
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 17px;
}
.section-recent-articles .wrapper .bottom-content .item .item-title:hover {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .section-recent-articles .wrapper .bottom-content .item .item-title {
    font-size: 18px;
  }
  .section-recent-articles .wrapper .bottom-content .item .item-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-recent-articles .wrapper .bottom-content .item .item-title {
    font-size: 14px;
  }
}
.section-recent-articles .wrapper .bottom-content .item .category-date-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.section-recent-articles .wrapper .bottom-content .item .category-date-wrap .category span a {
  display: block;
  margin-right: 14px;
  padding: 5px 8px;
  border: 1px solid #f6c847;
  border-radius: 3px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  margin-bottom: 5px;
}
.section-recent-articles .wrapper .bottom-content .item .category-date-wrap .category span a:hover {
  text-decoration: none;
}
.section-recent-articles .wrapper .bottom-content .item .category-date-wrap .date {
  display: inline-block;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.section-recent-articles .wrapper .bottom-content .item p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
  padding-bottom: 24px;
}
.author-single-section {
  margin: 100px 0 160px;
}
@media (max-width: 1023px) {
  .author-single-section {
    margin-bottom: 72px;
  }
}
.author-single-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .author-single-section .wrapper {
    flex-direction: column;
  }
}
.author-single-section .wrapper .left-content {
  max-width: 420px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .author-single-section .wrapper .left-content {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.author-single-section .wrapper .left-content img {
  max-width: 384px;
  width: 100%;
  height: 384px;
  object-fit: cover;
  padding: 30px;
  border: 1px solid #fff;
}
@media (max-width: 1023px) {
  .author-single-section .wrapper .left-content img {
    padding: 24px;
  }
}
.author-single-section .wrapper .right-content {
  max-width: 700px;
  width: 100%;
}
.author-single-section .wrapper .right-content .title-name {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #2a1954;
  padding-bottom: 12px;
}
@media (max-width: 1023px) {
  .author-single-section .wrapper .right-content .title-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .author-single-section .wrapper .right-content .title-name {
    padding-bottom: 24px;
  }
}
.author-single-section .wrapper .right-content .bottom-title {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .author-single-section .wrapper .right-content .bottom-title {
    display: none;
  }
}
.author-single-section .wrapper .right-content .wys p {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(42, 25, 84, 0.85);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .author-single-section .wrapper .right-content .wys p {
    font-size: 20px;
  }
}
.author-single-section .wrapper .right-content .about-profession {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  max-width: 600px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .author-single-section .wrapper .right-content .about-profession {
    display: none;
  }
}
.author-single-section .wrapper .right-content .about-profession .column {
  margin-right: 20px;
}
.author-single-section .wrapper .right-content .about-profession .column .title-column {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.author-single-section .wrapper .right-content .about-profession .column .description-column {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.section-404 {
  margin: 130px 0;
  min-height: 500px;
}
@media (max-width: 1023px) {
  .section-404 {
    margin: 80px 0 0;
  }
}
.section-404 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .section-404 .wrapper {
    flex-direction: column;
  }
}
.section-404 .wrapper .left-content {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .section-404 .wrapper .left-content {
    margin-right: 0;
    text-align: center;
  }
}
.section-404 .wrapper .left-content h1 {
  padding-bottom: 16px;
}
.section-404 .wrapper .left-content p {
  padding-bottom: 33px;
}
.section-404 .wrapper .right-content svg {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 1140px) {
  .section-404 .wrapper .right-content svg {
    max-width: 710px;
  }
}
@media (max-width: 576px) {
  .section-404 .wrapper .right-content svg {
    max-width: 600px;
    width: auto;
  }
}
#cookie-law-info-bar {
  text-align: left;
  max-width: 400px;
  width: 100% !important;
  border: 1px solid #2a1954;
  border-radius: 4px;
  padding: 32px !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  #cookie-law-info-bar {
    padding: 25px !important;
  }
}
@media (max-width: 576px) {
  #cookie-law-info-bar {
    margin: 0 21px !important;
    width: 90% !important;
    right: 0 !important;
  }
}
#cookie-law-info-bar .cli_messagebar_head {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  color: #1a0c27 !important;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #cookie-law-info-bar .cli_messagebar_head {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
#cookie-law-info-bar span {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(26, 12, 39, 0.7);
}
#cookie-law-info-bar span a {
  color: #e27e3b !important;
}
#cookie-law-info-bar span .wrapper-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}
#cookie-law-info-bar span .wrapper-buttons #cookie_action_close_header_reject {
  margin: 0 16px 0 0;
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #e27e3b !important;
  background: #fff !important;
  padding: 12px 20px;
  border: 1px solid #e27e3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
#cookie-law-info-bar span .wrapper-buttons #cookie_action_close_header_reject:hover {
  background: #ff954e !important;
  color: #fff !important;
}
#cookie-law-info-bar span .wrapper-buttons #wt-cli-accept-all-btn {
  margin: 0;
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #fff !important;
  padding: 12px 20px;
  background: #e27e3b !important;
  border-radius: 4px;
  transition: 0.3s all ease;
}
#cookie-law-info-bar span .wrapper-buttons #wt-cli-accept-all-btn:hover {
  background: #ff954e !important;
}
.description-post ul, .description-post ol {
  margin-top: 20px;
}
.description-post ul li, .description-post ol li {
  line-height: 1.4;
  margin-bottom: 7px;
}
.section-banner {
  background: transparent;
}
.tpl-platform .section-banner {
  background: #211740 !important;
}
.home .section-banner {
  background: #1d1637 !important;
}
.white-visible {
  display: none;
}
.logos-partner {
  background: #1d1637;
}
.light .logos-partner {
  background: #fefefe;
}
.light .white-visible {
  display: block;
}
.light .dark-visible {
  display: none;
}
.light .section-banner {
  background: transparent;
}
.light .home .section-banner, .light .tpl-platform .section-banner {
  background: #fefefe !important;
}
@media (max-width: 1140px) {
  .tpl-platform .breadcrumbs {
    display: none;
  }
}
.tpl-platform .section-banner {
  margin-top: -60px;
}
@media (max-width: 1550px) {
  .tpl-platform .section-banner {
    margin-top: -45px;
  }
}
@media (max-width: 1140px) {
  .tpl-platform .section-banner {
    margin-top: 70px;
  }
}
@media (max-width: 1700px) {
  .tpl-platform .section-banner .wrapper-banner .right-content {
    margin-right: -160px !important;
  }
}
@media (max-width: 1550px) {
  .tpl-platform .section-banner .wrapper-banner .right-content {
    margin-right: -100px !important;
  }
}
@media (max-width: 1140px) {
  .tpl-platform .section-banner .wrapper-banner {
    flex-direction: column;
  }
  .tpl-platform .section-banner .wrapper-banner .right-content {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .tpl-platform .section-banner .wrapper-banner .left-content {
    text-align: center !important;
    max-width: 100% !important;
  }
  .tpl-platform .section-banner .wrapper-banner .left-content .wys p {
    margin: 0 auto 40px;
  }
  .tpl-platform .section-banner .wrapper-banner .left-content .wrapper-btn {
    justify-content: center;
  }
}
.tpl-platform .section-banner video {
  margin-top: 50px;
  height: 500px;
}
@media (max-width: 1140px) {
  .tpl-platform .section-banner video {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tpl-platform .section-banner video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .tpl-platform .section-banner video {
    height: 300px;
  }
}
@media (max-width: 1140px) {
  .home .section-banner {
    margin-top: 70px;
  }
}
@media (max-width: 1140px) {
  .home .section-banner .wrapper-banner {
    flex-direction: column;
  }
  .home .section-banner .wrapper-banner .right-content {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .home .section-banner .wrapper-banner .left-content {
    text-align: center !important;
    max-width: 100% !important;
  }
  .home .section-banner .wrapper-banner .left-content .wys p {
    margin: 0 auto 40px;
  }
  .home .section-banner .wrapper-banner .left-content .wrapper-btn {
    justify-content: center;
  }
}
.home .section-banner video {
  margin-top: 50px;
  height: 500px;
}
@media (max-width: 1140px) {
  .home .section-banner video {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home .section-banner video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .home .section-banner video {
    height: 300px;
  }
}
.section-banner .row1215 .wrapper-banner .banner-drops {
  display: none;
}
.product-demo {
  padding: 20px 0 80px;
}
@media (max-width: 767px) {
  .product-demo {
    padding-bottom: 60px;
  }
}
.product-demo .wrapper .title-section {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .product-demo .wrapper .title-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-demo .wrapper .title-section {
    padding-bottom: 20px;
    text-align: center;
  }
}
.product-demo .wrapper .wrapper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-demo .wrapper .wrapper-content {
    flex-direction: column;
  }
}
.product-demo .wrapper .wrapper-content .left-content {
  max-width: 570px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .product-demo .wrapper .wrapper-content .left-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-demo .wrapper .wrapper-content .left-content .img-wrap img, .product-demo .wrapper .wrapper-content .left-content .img-wrap svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-demo .wrapper .wrapper-content .right-content {
  max-width: 570px;
  width: 100%;
}
.product-demo .wrapper .wrapper-content .right-content .description p {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .product-demo .wrapper .wrapper-content .right-content .description p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .product-demo .wrapper .wrapper-content .right-content .when-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.product-demo .wrapper .wrapper-content .right-content .when-text p {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.57;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .product-demo .wrapper .wrapper-content .right-content .when-text p {
    font-size: 16px;
  }
  .product-demo .wrapper .wrapper-content .right-content .when-text p:first-child {
    margin-right: 20px;
  }
}
.product-demo .wrapper .wrapper-content .right-content .bottom-text p {
  padding-top: 10px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-response-output {
  display: none !important;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label {
  display: block;
  margin-bottom: 24px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label:last-child {
  margin-bottom: 0;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label .wpcf7-submit {
  display: inline-block !important;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
  line-height: 1 !important;
  max-width: max-content;
  background: #e27e3b;
  border-radius: 4px;
  padding: 9px 51px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label .center a {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #f3883e !important;
  opacity: 0.8;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label .wpcf7-form-control-wrap {
  margin-bottom: 24px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label input:not([type=checkbox]), .product-demo .wrapper .wrapper-content .right-content .product-form form label textarea {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.6);
  width: 100%;
  border: 1px solid rgba(42, 25, 84, 0.2);
  border-radius: 4px;
  transition: 0.3s all ease;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label input:not([type=checkbox]):focus, .product-demo .wrapper .wrapper-content .right-content .product-form form label textarea:focus {
  outline: none !important;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label input:not([type=checkbox])::placeholder, .product-demo .wrapper .wrapper-content .right-content .product-form form label textarea::placeholder {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.6);
}
.product-demo .wrapper .wrapper-content .right-content .product-form form label .wpcf7-not-valid-tip {
  top: 40px;
  left: 5px;
  right: auto;
  bottom: auto;
  background: transparent;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-checkbox label input {
  display: none;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99993 6.79995L1.19993 3.99995L0.266602 4.93328L3.99993 8.66662L11.2667 1.26659L10.3333 0.333252L3.99993 6.79995Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
  left: 7px;
  top: 7px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-checkbox label .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-checkbox label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(42, 25, 84, 0.5);
  border-radius: 2px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .wpcf7-form-control-wrap {
  position: static;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .required {
  display: none;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .required:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99993 6.79995L1.19993 3.99995L0.266602 4.93328L3.99993 8.66662L11.2667 1.26659L10.3333 0.333252L3.99993 6.79995Z' fill='%232A1954'/%3E%3C/svg%3E%0A");
  left: 7px;
  top: 7px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(42, 25, 84, 0.5);
  border-radius: 2px;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .wpcf7-list-item-label a {
  color: #f3883e;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wrapper-privacy-checkbox .wpcf7-list-item-label a:hover {
  cursor: pointer;
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .btn {
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .product-demo .wrapper .wrapper-content .right-content .product-form form .btn {
    width: 100%;
  }
}
.product-demo .wrapper .wrapper-content .right-content .product-form form .wpcf7-response-output {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  max-width: 100% !important;
  color: rgba(42, 25, 84, 0.85);
  background: transparent !important;
  border-radius: 2px;
  padding: 15px 10px;
  margin: 15px auto 0;
}
.tpl-custom-template .section-banner {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner {
    flex-direction: column;
  }
}
.tpl-custom-template .section-banner .wrapper-banner .left-content {
  max-width: 588px !important;
  margin-right: 40px;
}
@media (max-width: 1240px) {
  .tpl-custom-template .section-banner .wrapper-banner .left-content {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner .left-content {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tpl-custom-template .section-banner .wrapper-banner .left-content {
    margin-right: 0;
  }
}
.tpl-custom-template .section-banner .wrapper-banner .left-content .wys h1 {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner .left-content .wys p {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner .left-content .wrapper-btn {
    justify-content: center;
  }
}
.tpl-custom-template .section-banner .wrapper-banner .left-content .wrapper-btn .btn {
  padding: 8.5px 38px;
}
.tpl-custom-template .section-banner .wrapper-banner .right-content.image {
  margin-right: 0;
  position: relative;
  right: -111px;
}
@media (max-width: 1240px) {
  .tpl-custom-template .section-banner .wrapper-banner .right-content.image {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner .right-content.image {
    right: unset;
  }
}
.tpl-custom-template .section-banner .wrapper-banner .right-content.image img {
  width: 100%;
}
.tpl-custom-template .section-banner .wrapper-banner .right-content.image .top-banner.dark, .tpl-custom-template .section-banner .wrapper-banner .right-content.image .banner-mobile.dark {
  display: none;
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-banner .wrapper-banner .right-content.image .top-banner.light {
    display: none;
  }
  .tpl-custom-template .section-banner .wrapper-banner .right-content.image .banner-mobile.light {
    display: block;
  }
}
.tpl-custom-template .section-banner .wrapper-banner .right-content.image:after {
  display: none;
}
.tpl-custom-template .how-the-3-cards {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .tpl-custom-template .how-the-3-cards {
    margin-bottom: 80px;
  }
}
.tpl-custom-template .how-the-3-cards .wys {
  max-width: 660px;
  width: 100%;
  text-align: center;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .tpl-custom-template .how-the-3-cards .wys {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .tpl-custom-template .how-the-3-cards .wys h2 {
    font-size: 24px;
  }
}
.tpl-custom-template .how-the-3-cards .wys p {
  color: #2a1954;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards {
    flex-direction: column;
    align-items: center;
  }
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards {
  -webkit-flex-basis: 31.5%;
  -moz-flex-basis: 31.5%;
  -ms-flex-basis: 31.5%;
  flex-basis: 31.5%;
  width: 31.5%;
  padding: 32px 24px 20px 24px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(19, 33, 68, 0.04);
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards {
    margin-bottom: 30px;
    margin-right: 30px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
    width: 45%;
  }
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 567px) {
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards:last-child {
    margin-bottom: 0;
  }
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards:last-child {
  margin-right: 0;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards .wrap-img {
  margin-bottom: 16px;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards .wrap-img img {
  max-width: 88px;
  width: 100%;
  max-height: 88px;
  height: 100%;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards .wys {
  margin-bottom: 0;
  text-align: left;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards .wys h3 {
  font-size: 24px;
  font-weight: 800;
}
.tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards .wys p {
  color: #1d1c4f;
}
.tpl-custom-template .how-the-3-cards .wrapper-line-3-cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 69%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tpl-custom-template .how-the-3-cards .wrapper-line-3-cards {
    display: none;
  }
}
.tpl-custom-template .how-the-3-cards .wrapper-line-3-cards:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  width: 99%;
  opacity: 0.3;
  border: 1px dashed #2a1954;
}
.tpl-custom-template .how-the-3-cards .wrapper-line-3-cards span {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  background: #da3652;
  border-radius: 50%;
}
.tpl-custom-template .text-section h2 {
  font-weight: 800;
}
.tpl-custom-template .section-recent-articles .wrapper .wys h2 {
  font-weight: 800;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .tpl-custom-template .section-recent-articles .wrapper .wys h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tpl-custom-template .section-recent-articles .wrapper .wys h2 {
    font-size: 24px;
  }
}
.tpl-custom-template .section-recent-articles .wrapper .bottom-content {
  align-items: stretch;
}
.tpl-custom-template .section-recent-articles .wrapper .bottom-content .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.tpl-custom-template .section-scale1 .wrapper-scale1 .bottom-content {
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
}
.tpl-custom-template .section-scale1 .wrapper-scale1 .bottom-content img {
  max-width: unset;
  max-height: unset;
}
.tpl-custom-template .section-scale1 .wrapper-scale1 .bottom-content img.img-dark {
  display: none;
}
.tpl-custom-template .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tpl-custom-template .scale-appsec .wrapper-scale .item:nth-child(odd) .left-content {
    margin-right: 0;
  }
}
.tpl-custom-template .scale-appsec .wrapper-scale .item:nth-child(even) .left-content {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .tpl-custom-template .scale-appsec .wrapper-scale .item:nth-child(even) .left-content {
    margin-left: 0;
  }
}
.tpl-custom-template .scale-appsec .wrapper-scale .item .left-content img {
  margin: 0;
}
@media (max-width: 767px) {
  .tpl-custom-template .scale-appsec .wrapper-scale .item .left-content img {
    max-width: 100%;
  }
}
.tpl-custom-template .scale-appsec .wrapper-scale .item .left-content:before {
  display: none;
}
.tpl-custom-template .scale-appsec .wrapper-scale .item .right-content .wys {
  margin-bottom: 0;
}
.tpl-custom-template .scale-appsec .wrapper-scale .item .right-content .wys h3 {
  font-weight: 800;
}
.tpl-custom-template .scale-appsec .wrapper-scale .item .right-content .wys p:last-child {
  padding-bottom: 0;
}
.tpl-custom-template .default-text-section {
  margin-top: 70px;
}
@media (max-width: 576px) {
  .tpl-custom-template .default-text-section {
    margin-bottom: 20px;
  }
}
.tpl-custom-template .default-text-section .wrapper .wys {
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .tpl-custom-template .default-text-section .wrapper .wys {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tpl-custom-template .default-text-section .wrapper .wys {
    margin-bottom: 30px;
  }
}
.tpl-custom-template .default-text-section .wrapper .wys:last-child {
  margin-bottom: 0;
}
.tpl-custom-template .default-text-section .wrapper .wys h2 {
  font-weight: 800;
  padding-bottom: 55px;
}
@media (max-width: 1024px) {
  .tpl-custom-template .default-text-section .wrapper .wys h2 {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .tpl-custom-template .default-text-section .wrapper .wys h2 {
    padding-bottom: 20px;
  }
}
.tpl-custom-template .default-text-section .wrapper .wys p {
  color: #fff;
}
.tpl-custom-template .default-text-section .wrapper .wys p:last-child {
  padding-bottom: 0;
}
.tpl-custom-template .default-text-section .wrapper .benefits {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.5%;
  width: 107%;
}
.tpl-custom-template .default-text-section .wrapper .benefits > * {
  width: 26.3333333333%;
  margin: 0 3.5% 4.6666666667em;
}
@media (max-width: 576px) {
  .tpl-custom-template .default-text-section .wrapper .benefits {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .tpl-custom-template .default-text-section .wrapper .benefits > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
@media (max-width: 576px) {
  .tpl-custom-template .default-text-section .wrapper .benefits .item {
    text-align: center;
  }
}
.tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-title {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-title {
    margin-bottom: 10px;
  }
}
.tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-text {
  color: #fff;
}
@media (max-width: 576px) {
  .tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-text br {
    display: none;
  }
}
.tpl-custom-template .ready-to {
  padding: 160px 0;
}
@media (max-width: 1024px) {
  .tpl-custom-template .ready-to {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .tpl-custom-template .ready-to {
    padding: 80px 0 51px;
  }
}
.tpl-custom-template .ready-to .wrapper-ready .left-content .btn {
  padding: 8.5px 51.5px;
}
.tpl-custom-template .developer-first {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='800' viewBox='0 0 1440 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='800' fill='%23261848'/%3E%3Cmask id='mask0_5535_170113' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1432' height='796'%3E%3Crect width='1432' height='795.97' fill='%23261848'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5535_170113)'%3E%3Cg filter='url(%23filter0_f_5535_170113)'%3E%3Cpath d='M215.759 715.652C215.759 826.367 127.921 916.12 19.5669 916.12C-88.7869 916.12 -176.625 826.367 -176.625 715.652C-176.625 604.937 -21.4238 119.449 86.9301 119.449C195.284 119.449 215.759 604.937 215.759 715.652Z' fill='%23EC174D' fill-opacity='0.3'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_5535_170113)'%3E%3Cpath d='M904.557 810.049C933.433 879.158 480.264 971.013 412.629 1000.52C344.994 1030.02 266.756 997.92 237.88 928.811C209.004 859.702 228.138 717.981 295.773 688.475C363.408 658.969 875.681 740.94 904.557 810.049Z' fill='%23FF9635' fill-opacity='0.3'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5535_170113' x='-602.421' y='-306.347' width='1243.98' height='1648.26' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_5535_170113'/%3E%3C/filter%3E%3Cfilter id='filter1_f_5535_170113' x='-64.127' y='393.298' width='1259' height='907.178' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_5535_170113'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
html.dark .tpl-custom-template .how-the-3-cards .wrapper-line-3-cards:before {
  border-color: #fff;
}
html.dark .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards {
  background: rgba(255, 255, 255, 0.1);
}
html.dark .tpl-custom-template .section-banner .wrapper-banner .right-content.image.image-dark .top-banner.dark {
  display: block;
}
@media (max-width: 1024px) {
  html.dark .tpl-custom-template .section-banner .wrapper-banner .right-content.image.image-dark .banner-mobile.dark {
    display: block;
  }
  html.dark .tpl-custom-template .section-banner .wrapper-banner .right-content.image.image-dark .top-banner.dark {
    display: none;
  }
}
html.dark .tpl-custom-template .section-banner .wrapper-banner .right-content.image.image-dark .top-banner.light, html.dark .tpl-custom-template .section-banner .wrapper-banner .right-content.image.image-dark .banner-mobile.light {
  display: none;
}
html.dark .tpl-custom-template .section-scale1 .wrapper-scale1 .bottom-content .img-dark {
  display: block;
}
html.dark .tpl-custom-template .section-scale1 .wrapper-scale1 .bottom-content .img-light {
  display: none;
}
.tpl-leanappsec {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='5101' viewBox='0 0 1440 5101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5639_164317)'%3E%3Crect width='1440' height='5101' fill='%23271949'/%3E%3Cg filter='url(%23filter0_f_5639_164317)'%3E%3Cpath d='M476.358 4615.16C476.358 4693.85 397.256 4757.64 299.679 4757.64C202.102 4757.64 123 4693.85 123 4615.16C123 4536.47 262.765 4191.42 360.342 4191.42C457.919 4191.42 476.358 4536.47 476.358 4615.16Z' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_5639_164317)'%3E%3Cpath d='M1042.49 4718.63C1068.49 4767.75 660.394 4833.03 599.486 4854C538.577 4874.97 468.121 4852.16 442.117 4803.04C416.112 4753.92 433.344 4653.19 494.252 4632.22C555.16 4611.25 1016.48 4669.51 1042.49 4718.63Z' fill='%23FF9635' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_5639_164317)'%3E%3Cellipse cx='378.612' cy='1686.91' rx='86.347' ry='97.2646' fill='%23EC174D' fill-opacity='0.3'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_5639_164317)'%3E%3Cpath d='M1109.67 1341.99C1109.67 1413.02 915.238 1584.35 852.174 1584.35C789.11 1584.35 737.986 1526.76 737.986 1455.72C737.986 1384.68 789.11 1327.1 852.174 1327.1C915.238 1327.1 1109.67 1270.95 1109.67 1341.99Z' fill='%23FF9635' fill-opacity='0.7'/%3E%3C/g%3E%3Cg filter='url(%23filter4_f_5639_164317)'%3E%3Cellipse cx='1179.2' cy='157.536' rx='139.853' ry='157.536' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter5_f_5639_164317)'%3E%3Cellipse cx='1300.15' cy='2279.54' rx='139.853' ry='157.536' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter6_f_5639_164317)'%3E%3Cellipse cx='167.341' cy='698.074' rx='75.0151' ry='84.5' fill='%23FF9635' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter7_f_5639_164317)'%3E%3Cellipse cx='129.168' cy='3221.5' rx='129.168' ry='145.5' fill='%23FF9635' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter8_f_5639_164317)'%3E%3Cellipse cx='879.121' cy='559.302' rx='67.7146' ry='76.2764' fill='%23FF9635'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5639_164317' x='-302.796' y='3765.62' width='1204.95' height='1417.82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter1_f_5639_164317' x='141.404' y='4338.83' width='1191.27' height='811.956' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter2_f_5639_164317' x='-27.6819' y='1269.7' width='812.588' height='834.423' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='159.973' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter3_f_5639_164317' x='199.242' y='767.286' width='1449.17' height='1355.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='269.372' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter4_f_5639_164317' x='596.478' y='-442.873' width='1165.45' height='1200.82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='221.437' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter5_f_5639_164317' x='717.42' y='1679.13' width='1165.45' height='1200.82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='221.437' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter6_f_5639_164317' x='-145.224' y='376.024' width='625.131' height='644.1' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='118.775' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter7_f_5639_164317' x='-400' y='2676' width='1058.34' height='1091' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3Cfilter id='filter8_f_5639_164317' x='511.406' y='183.025' width='735.429' height='752.553' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_5639_164317'/%3E%3C/filter%3E%3CclipPath id='clip0_5639_164317'%3E%3Crect width='1440' height='5101' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #261848;
}
.tpl-leanappsec .banner-lean {
  padding: 77px 0 110px;
  background-image: url("data:image/svg+xml,%3Csvg width='1386' height='489' viewBox='0 0 1386 489' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1370' y='190' width='16' height='16' fill='%23DA3652'/%3E%3Crect x='934' y='465' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='957' y='9' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='550' y='132' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='766' y='312' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='1350' y='482' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='759' y='59' width='16' height='16' fill='%23DA3652'/%3E%3Crect y='473' width='16' height='16' fill='%23DA3652'/%3E%3Crect x='175' y='27' width='32' height='32' fill='%23DA3652' fill-opacity='0.3'/%3E%3Crect x='1307' width='32' height='32' fill='%23DA3652' fill-opacity='0.3'/%3E%3Crect x='550' y='441' width='32' height='32' fill='%23DA3652' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .tpl-leanappsec .banner-lean {
    background-image: none;
  }
}
@media (max-width: 990px) {
  .tpl-leanappsec .banner-lean {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean {
    padding: 90px 0 80px;
  }
}
.tpl-leanappsec .banner-lean .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .tpl-leanappsec .banner-lean .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tpl-leanappsec .banner-lean .wrapper .left-content {
  margin-right: 30px;
  max-width: 600px;
}
@media (max-width: 990px) {
  .tpl-leanappsec .banner-lean .wrapper .left-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .left-content .date-banner {
  color: var(--white-50, rgba(255, 255, 255, 0.50));
  font-size: 20px;
  font-family: 'Sarabun';
  font-weight: 500;
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean .wrapper .left-content .date-banner {
    font-size: 16px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .left-content .title-banner {
  color: var(--white, #fff);
  font-size: 48px;
  font-family: 'Sarabun';
  font-weight: 800;
  line-height: 64px;
  margin-bottom: 63px;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean .wrapper .left-content .title-banner {
    font-size: 36px;
    line-height: 117%;
    margin-bottom: 40px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .left-content .title-banner:before {
  position: absolute;
  content: '';
  width: 64px;
  height: 3px;
  bottom: -20px;
  left: 0;
  background: var(--orange, #e27e3b);
}
.tpl-leanappsec .banner-lean .wrapper .left-content .description-banner {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Sarabun';
}
.tpl-leanappsec .banner-lean .wrapper .right-content {
  padding: 56px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  max-width: 472px;
  width: 100%;
}
@media (max-width: 990px) {
  .tpl-leanappsec .banner-lean .wrapper .right-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean .wrapper .right-content {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .tpl-leanappsec .banner-lean .wrapper .right-content {
    padding: 20px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .right-content h3 {
  color: var(--white, #fff);
  text-align: center;
  font-size: 32px;
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean .wrapper .right-content h3 {
    font-size: 26px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .right-content form label {
  display: block;
  padding-bottom: 20px;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form label:last-child {
  margin-bottom: 0;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form label input {
  padding: 16px;
  color: var(--purple, #2a1954);
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 500;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form label input::placeholder {
  color: var(--purple, #2a1954);
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 500;
  opacity: 0.6;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form label .wpcf7-not-valid-tip {
  position: absolute;
  text-align: left !important;
  top: 40px;
  left: 5px;
  right: auto;
  bottom: auto;
  background: transparent;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #ff5f5f;
}
@media (max-width: 767px) {
  .tpl-leanappsec .banner-lean .wrapper .right-content form label .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1;
    top: 43px;
  }
}
.tpl-leanappsec .banner-lean .wrapper .right-content form .wpcf7-submit {
  cursor: pointer;
  margin-top: 4px;
  border: none;
  padding: 13.5px 60.5px;
  border-radius: 4px;
  background: var(--orange, #e27e3b);
  color: #fff;
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 600;
  line-height: 1;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form .wpcf7-submit:hover {
  background: #ff954e;
}
.tpl-leanappsec .banner-lean .wrapper .right-content form .wpcf7-response-output {
  display: none;
}
.tpl-leanappsec .splide-lean {
  padding: 12px 0;
}
.tpl-leanappsec .splide-lean #carousel-heading {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 24px;
  font-family: 'Sarabun';
  max-width: 600px;
  font-weight: 800;
  margin: 0 auto 16px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .tpl-leanappsec .splide-lean #carousel-heading {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 90%;
  }
}
.tpl-leanappsec .splide-lean .splide__track {
  padding: 10px 0;
}
.tpl-leanappsec .splide-lean .splide__track .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 80px;
  max-width: 116px;
}
@media (max-width: 767px) {
  .tpl-leanappsec .splide-lean .splide__track .splide__list .splide__slide {
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  .tpl-leanappsec .splide-lean .splide__track .splide__list .splide__slide {
    margin-right: 40px;
  }
}
.tpl-leanappsec .splide-lean .splide__track .splide__list .splide__slide img {
  max-height: 60px;
}
.tpl-leanappsec .speakers {
  margin: 100px 0 80px;
}
@media (max-width: 767px) {
  .tpl-leanappsec .speakers {
    margin: 80px 0;
  }
}
.tpl-leanappsec .speakers .wrapper {
  position: relative;
}
.tpl-leanappsec .speakers .wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1333' height='1314' viewBox='0 0 1333 1314' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_5639_164346)'%3E%3Cpath d='M476.358 769.754C476.358 891.344 397.256 989.913 299.679 989.913C202.102 989.913 123 891.344 123 769.754C123 648.164 262.765 114.99 360.342 114.99C457.919 114.99 476.358 648.164 476.358 769.754Z' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_5639_164346)'%3E%3Cpath d='M1042.49 929.63C1068.49 1005.53 660.394 1106.4 599.486 1138.81C538.577 1171.21 468.121 1135.95 442.117 1060.06C416.112 984.159 433.344 828.518 494.252 796.114C555.16 763.71 1016.48 853.732 1042.49 929.63Z' fill='%23FF9635' fill-opacity='0.5'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5639_164346' x='-302.796' y='-310.806' width='1204.95' height='1726.52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_5639_164346'/%3E%3C/filter%3E%3Cfilter id='filter1_f_5639_164346' x='141.404' y='500.33' width='1191.27' height='939.512' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_5639_164346'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tpl-leanappsec .speakers .wrapper:before {
    display: none;
  }
}
.tpl-leanappsec .speakers .wrapper .title-section {
  color: var(--white, #fff);
  text-align: center;
  font-size: 40px;
  font-family: 'Sarabun';
  font-weight: 800;
  margin: 0 auto 64px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .tpl-leanappsec .speakers .wrapper .title-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .speakers .wrapper .title-section {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 117%;
  }
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.15%;
  width: 102.3%;
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap > * {
  width: 22.7%;
  margin: 0 1.15% 1.4375em;
}
@media (max-width: 1024px) {
  .tpl-leanappsec .speakers .wrapper .speakers-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.15%;
    width: 102.3%;
  }
  .tpl-leanappsec .speakers .wrapper .speakers-wrap > * {
    width: 31.0333333333%;
    margin: 0 1.15% 1.5333333333em;
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .speakers .wrapper .speakers-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.15%;
    width: 102.3%;
  }
  .tpl-leanappsec .speakers .wrapper .speakers-wrap > * {
    width: 47.7%;
    margin: 0 1.15% 1.725em;
  }
}
@media (max-width: 576px) {
  .tpl-leanappsec .speakers .wrapper .speakers-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .tpl-leanappsec .speakers .wrapper .speakers-wrap > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap a.speaker:hover {
  text-decoration: none;
  transform: scale(1.03);
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker {
  padding: 46px 18px 35px;
  min-height: 341px;
  background: var(--white-10, rgba(255, 255, 255, 0.10));
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker {
    margin-bottom: 22px;
  }
}
@media (max-width: 576px) {
  .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker {
    margin-bottom: 30px;
  }
  .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker:last-child {
    margin-bottom: 0;
  }
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker img {
  max-width: 137px;
  max-height: 137px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 50px;
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker .speaker-name {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Sarabun';
  font-weight: 800;
  margin-bottom: 8px;
}
.tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker .speaker-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Sarabun';
  line-height: 22px;
}
.tpl-leanappsec .text-and-imgae-section {
  padding-top: 94px;
  margin-bottom: 124px;
}
@media (max-width: 767px) {
  .tpl-leanappsec .text-and-imgae-section {
    padding-top: 0;
    margin: 80px 0;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap {
  background: linear-gradient(50deg, #ff9044 0%, #ec174d 100%);
  padding: 213px 0 139px;
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap {
    padding: 60px 0;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 217px;
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper {
    display: block;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content {
  max-width: 589px;
  margin-bottom: auto;
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content {
    margin-bottom: 40px;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content .title-section {
  position: relative;
  color: var(--white, #fff);
  font-size: 40px;
  font-family: 'Sarabun';
  font-weight: 800;
  line-height: normal;
  margin-bottom: 47px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content .title-section {
    font-size: 36px;
    line-height: 117%;
    margin-bottom: 40px;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content .title-section:before {
  position: absolute;
  content: '';
  width: 64px;
  height: 3px;
  background: var(--white, #fff);
  left: 0;
  bottom: -20px;
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content .description {
  color: var(--white, #fff);
  font-size: 16px;
  font-family: 'Sarabun';
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .right-content {
    position: unset;
    text-align: right;
    max-width: 600px;
    margin-left: auto;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .right-content .button-lean {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 600;
  line-height: 1;
  padding: 13px 28px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--dark-purple, #201142);
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .right-content .button-lean:hover {
  text-decoration: none;
  border-color: var(--dark-purple, #201142);
  background: transparent;
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .img-wrap {
  position: absolute;
  right: -365px;
  top: -550px;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1140px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .img-wrap {
    right: -470px;
    top: -510px;
  }
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .img-wrap {
    position: unset;
    max-width: 500px;
  }
}
.tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .img-wrap img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .img-wrap img {
    transform: scale(1.3);
  }
}
.tpl-leanappsec .section-with-schedule {
  margin: 124px 0;
}
@media (max-width: 767px) {
  .tpl-leanappsec .section-with-schedule {
    margin: 80px 0;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 79px;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper {
    display: none;
    margin: 0;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper.mobile {
  display: none;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper.mobile {
    display: block;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section {
  position: relative;
  color: var(--white, #fff);
  font-size: 40px;
  font-family: 'Sarabun';
  font-weight: 800;
  line-height: normal;
  padding-bottom: 0;
  max-width: 489px;
  width: 100%;
  margin-right: 132px;
}
@media (max-width: 1200px) {
  .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section {
    font-size: 36px;
    margin-right: 120px;
  }
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section {
    margin: 0 0 60px;
    max-width: unset;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section.second {
  margin-right: 0;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section.second {
    margin-top: 40px;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section:before {
  position: absolute;
  content: '';
  width: 64px;
  height: 3px;
  background: var(--white, #fff);
  left: 0;
  bottom: -20px;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper {
    display: none;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper.mobile {
  display: none;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper.mobile {
    display: block;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 137px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item {
    min-height: 120px;
  }
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item {
    min-height: unset;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:before {
  position: absolute;
  content: '';
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 65px);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='809' viewBox='0 0 2 809' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0V808.01' stroke='%23FF954E' stroke-dasharray='2 4'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1023px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:before {
    top: 74px;
    height: calc(100% - 53px);
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:before {
    top: 64px;
    height: calc(100% - 43px);
  }
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:before {
    display: none;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item:last-child:before {
  display: none;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .number-block {
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .number-block {
    margin: 0 20px;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .number-block .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange, #e27e3b);
  font-size: 40px;
  line-height: 103%;
  font-family: 'Sarabun';
  font-weight: 800;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(229, 128, 59, 0.10);
}
@media (max-width: 1023px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .number-block .number {
    width: 60px;
    height: 60px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .number-block .number {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block {
  font-size: 14px;
  font-family: 'Sarabun';
  line-height: 22px;
  max-width: 489px;
  width: 100%;
}
@media (max-width: 678px) {
  .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block {
    max-width: unset;
  }
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .time-and-name {
  color: #ff954e;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .title {
  color: #fff;
  font-weight: 800;
  line-height: 18.2px;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .description {
  color: rgba(255, 255, 255, 0.8);
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .full-description {
  color: rgba(255, 255, 255, 0.8);
  display: none;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .btn-container {
  align-items: center;
  justify-content: flex-start;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .btn-container button {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .btn-container svg {
  margin-left: 2px;
  margin-bottom: -3px;
}
.tpl-leanappsec .contact-section {
  padding: 110px 0 166px;
  background-image: url("data:image/svg+xml,%3Csvg width='1403' height='1419' viewBox='0 0 1403 1419' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_5703_161909)'%3E%3Cpath d='M476.358 850.162C476.358 928.852 397.256 992.642 299.679 992.642C202.102 992.642 123 928.852 123 850.162C123 771.473 262.765 426.418 360.342 426.418C457.919 426.418 476.358 771.473 476.358 850.162Z' fill='%23EC174D' fill-opacity='0.4'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_5703_161909)'%3E%3Cpath d='M1042.49 953.629C1068.49 1002.75 660.394 1068.03 599.486 1089C538.577 1109.97 468.121 1087.16 442.117 1038.04C416.112 988.919 433.344 888.192 494.252 867.222C555.16 846.251 1016.48 904.51 1042.49 953.629Z' fill='%23FF9635' fill-opacity='0.5'/%3E%3C/g%3E%3Crect x='1371' y='864' width='16' height='16' fill='%23DA3652'/%3E%3Crect x='887' y='1127' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='1172' y='427' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='1367' y='1123' width='4' height='4' fill='%23DA3652'/%3E%3Crect x='229' y='660' width='3' height='3' fill='%23DA3652'/%3E%3Crect x='1179' y='704' width='7' height='7' fill='%23DA3652'/%3E%3Crect x='96' y='426' width='16' height='16' fill='%23DA3652'/%3E%3Crect x='21' y='1104' width='16' height='16' fill='%23DA3652'/%3E%3Crect x='184' y='801' width='32' height='32' fill='%23DA3652' fill-opacity='0.3'/%3E%3Crect x='1371' y='588' width='32' height='32' fill='%23DA3652' fill-opacity='0.3'/%3E%3Crect x='367' y='1104' width='32' height='32' fill='%23DA3652' fill-opacity='0.2'/%3E%3Crect x='1201' y='924' width='32' height='32' fill='%23DA3652' fill-opacity='0.2'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_5703_161909' x='-302.796' y='0.621796' width='1204.95' height='1417.82' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='212.898' result='effect1_foregroundBlur_5703_161909'/%3E%3C/filter%3E%3Cfilter id='filter1_f_5703_161909' x='141.404' y='573.833' width='1191.27' height='811.956' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='144.497' result='effect1_foregroundBlur_5703_161909'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #17083d;
}
@media (max-width: 767px) {
  .tpl-leanappsec .contact-section {
    padding: 80px 0;
  }
}
.tpl-leanappsec .contact-section .wrapper .top-content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.tpl-leanappsec .contact-section .wrapper .top-content .date-contact {
  color: var(--white, #fff);
  font-size: 20px;
  font-family: 'Sarabun';
  font-weight: 500;
}
@media (max-width: 767px) {
  .tpl-leanappsec .contact-section .wrapper .top-content .date-contact {
    font-size: 16px;
  }
}
.tpl-leanappsec .contact-section .wrapper .top-content .title-section {
  color: var(--white, #fff);
  font-size: 48px;
  font-family: 'Sarabun';
  font-weight: 800;
  line-height: 64px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .tpl-leanappsec .contact-section .wrapper .top-content .title-section {
    font-size: 36px;
    line-height: 117%;
  }
}
.tpl-leanappsec .contact-section .wrapper .bottom-content {
  padding: 56px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tpl-leanappsec .contact-section .wrapper .bottom-content {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .tpl-leanappsec .contact-section .wrapper .bottom-content {
    padding: 20px;
  }
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form label {
  display: block;
  padding-bottom: 20px;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form label:last-child {
  margin-bottom: 0;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form label input {
  padding: 16px;
  color: var(--purple, #2a1954);
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 500;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form label input::placeholder {
  color: var(--purple, #2a1954);
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 500;
  opacity: 0.6;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form label .wpcf7-not-valid-tip {
  position: absolute;
  text-align: left !important;
  top: 40px;
  left: 5px;
  right: auto;
  bottom: auto;
  background: transparent;
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #ff5f5f;
}
@media (max-width: 767px) {
  .tpl-leanappsec .contact-section .wrapper .bottom-content form label .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1;
    top: 43px;
  }
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form .wpcf7-submit {
  cursor: pointer;
  display: block;
  margin: 4px auto 0;
  border: none;
  padding: 13.5px 60.5px;
  border-radius: 4px;
  background: var(--orange, #e27e3b);
  color: #fff;
  font-size: 14px;
  font-family: 'Hind';
  font-weight: 600;
  line-height: 1;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form .wpcf7-submit:hover {
  background: #ff954e;
}
.tpl-leanappsec .contact-section .wrapper .bottom-content form .wpcf7-response-output {
  display: none;
}
.home .section-banner, .tpl-platform .section-banner {
  padding: 81px 0 50px;
}
@media screen and (max-width: 767px) {
  .home .section-banner, .tpl-platform .section-banner {
    padding-top: 80px;
  }
}
.section-banner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-banner {
    padding-top: 80px;
  }
}
.section-banner .wrapper-banner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-banner .wrapper-banner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner {
    padding-bottom: 0;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.section-banner .wrapper-banner .ellipse1 {
  position: absolute;
  z-index: -1;
  width: 176px;
  height: 155px;
  left: -111px;
  top: 419px;
  border-radius: 50%;
  background: rgba(255, 150, 53, 0.4);
  filter: blur(92px);
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .ellipse1 {
    width: 169px;
    height: 169px;
    left: -40px;
    top: -58px;
    filter: blur(120px);
  }
}
.section-banner .wrapper-banner .ellipse2 {
  position: absolute;
  z-index: -1;
  width: 158.97px;
  height: 140px;
  right: 322px;
  top: 297px;
  border-radius: 50%;
  background: #ff9635;
  filter: blur(130px);
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .ellipse2 {
    width: 85px;
    height: 85px;
    right: 95px;
    top: 546px;
    background: rgba(255, 150, 53, 0.5);
    filter: blur(60px);
  }
}
.section-banner .wrapper-banner .ellipse3 {
  position: absolute;
  z-index: -1;
  width: 329px;
  height: 290px;
  right: -112px;
  top: -145px;
  border-radius: 50%;
  background: rgba(236, 23, 77, 0.4);
  filter: blur(200px);
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .ellipse3 {
    width: 243px;
    height: 243px;
    right: -79px;
    top: 248px;
    background: rgba(236, 23, 77, 0.3);
    filter: blur(125px);
  }
}
.section-banner .wrapper-banner .banner-drops {
  position: absolute;
  max-width: 523px;
  width: 100%;
  min-height: 241px;
  top: 304px;
  right: 89px;
}
@media screen and (max-width: 1024px) {
  .section-banner .wrapper-banner .banner-drops {
    max-width: 450px;
    top: 230px;
  }
}
@media screen and (max-width: 920px) {
  .section-banner .wrapper-banner .banner-drops {
    display: none;
  }
}
.section-banner .wrapper-banner .left-content {
  max-width: 640px;
}
@media screen and (max-width: 1200px) {
  .section-banner .wrapper-banner .left-content {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .section-banner .wrapper-banner .left-content {
    max-width: 404px;
  }
}
@media screen and (max-width: 890px) {
  .section-banner .wrapper-banner .left-content {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .left-content {
    max-width: 100%;
    text-align: center;
    min-height: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .section-banner .wrapper-banner .left-content {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.section-banner .wrapper-banner .left-content h1 {
  margin-bottom: 12px;
  padding: 0;
  line-height: 1.17;
}
.section-banner .wrapper-banner .left-content h1 span {
  color: #da3652;
}
@media screen and (max-width: 375px) {
  .section-banner .wrapper-banner .left-content h1 {
    font-size: 32px;
    line-height: 1.31;
  }
}
.section-banner .wrapper-banner .left-content p {
  max-width: 700px;
  width: 100%;
  color: rgba(42, 25, 84, 0.85);
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 890px) {
  .section-banner .wrapper-banner .left-content p {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .left-content p {
    max-width: 100%;
    margin-bottom: 21px;
  }
}
.section-banner .wrapper-banner .left-content .wrapper-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .left-content .wrapper-btn {
    justify-content: center;
  }
}
.section-banner .wrapper-banner .left-content .wrapper-btn .btn {
  display: block;
  max-width: max-content;
  width: 100%;
  margin-right: 24px;
  padding: 12px 46px;
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .left-content .wrapper-btn .btn {
    padding: 9px 46px;
  }
}
.section-banner .wrapper-banner .left-content .wrapper-btn .btn:hover {
  text-decoration: none;
}
.section-banner .wrapper-banner .left-content .wrapper-btn .btn-transparent {
  font-weight: 700;
  color: #2a1954;
}
.section-banner .wrapper-banner .left-content .wrapper-btn .btn-transparent:hover {
  color: #ff954e;
  text-decoration: none;
}
.section-banner .wrapper-banner .right-content {
  max-width: 795px;
  margin-right: -220px;
}
@media (max-width: 767px) {
  .section-banner .wrapper-banner .right-content {
    margin-right: 0;
  }
}
.section-banner .wrapper-banner .right-content img, .section-banner .wrapper-banner .right-content svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-banner .wrapper-banner .right-content .top-banner {
    max-width: 740px;
  }
}
@media screen and (max-width: 890px) {
  .section-banner .wrapper-banner .right-content .top-banner {
    max-width: 680px;
  }
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .right-content .top-banner {
    display: none;
  }
}
.section-banner .wrapper-banner .right-content .banner-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .section-banner .wrapper-banner .right-content .banner-mobile {
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}
.logos-partner {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .logos-partner {
    padding-bottom: 80px;
  }
}
.logos-partner .wrapper-partner .wys {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .logos-partner .wrapper-partner .wys {
    margin-bottom: 24px;
  }
}
.logos-partner .wrapper-partner .wys p {
  font-weight: 500;
  line-height: 1.29;
  padding: 0;
  text-align: center;
  color: #2a1954;
}
.logos-partner .wrapper-partner .bottom-content {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .logos-partner .wrapper-partner .bottom-content {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
.logos-partner .wrapper-partner .bottom-content .logo-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 107px;
  width: 100%;
  min-height: 40px;
  padding: 9px;
  background: transparent;
}
.logos-partner .wrapper-partner .bottom-content .logo-partner svg {
  max-width: 78px;
  width: 100%;
  max-height: 20px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.logos-partner .wrapper-partner .bottom-content .logo-partner svg:hover {
  opacity: 1;
}
.scale-appsec .row1215 .wrapper-scale .item .right-content .wys {
  text-align: left;
}
.section-scale1 {
  margin: 56px 0 100px;
}
@media (max-width: 767px) {
  .section-scale1 {
    margin-bottom: 50px;
  }
}
.section-scale1 .wrapper-scale1 {
  position: relative;
}
.section-scale1 .wrapper-scale1 .ellipse4 {
  z-index: -1;
  border-radius: 50% 25% 75% 50%;
  position: absolute;
  width: 419px;
  height: 278px;
  right: 183px;
  top: 178px;
  background: rgba(255, 150, 53, 0.7);
  filter: blur(265px);
}
.section-scale1 .wrapper-scale1 .ellipse5 {
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  width: 195px;
  height: 195px;
  left: 113px;
  top: 461px;
  background: rgba(236, 23, 77, 0.3);
  filter: blur(140px);
}
.section-scale1 .wrapper-scale1 .wys {
  margin: 0 auto;
  text-align: center;
  max-width: 660px;
  width: 100%;
}
.section-scale1 .wrapper-scale1 .wys h2 {
  margin-bottom: 16px;
  padding: 0;
}
.section-scale1 .wrapper-scale1 .wys p {
  margin-bottom: 56px;
  padding: 0;
}
.section-scale1 .wrapper-scale1 .bottom-content img {
  max-width: 1440px;
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.section-swiper-development {
  overflow: hidden;
  position: relative;
  margin: 175px 0 160px;
}
@media (max-width: 767px) {
  .section-swiper-development {
    margin-top: 80px;
  }
}
.section-swiper-development .row1215 .wys h2 {
  margin-bottom: 40px;
  padding-bottom: 0;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .section-swiper-development .row1215 .wys h2 {
    margin-bottom: 48px;
    max-width: 800px;
  }
}
@media screen and (max-width: 998px) {
  .section-swiper-development .row1215 .wys h2 {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .section-swiper-development .row1215 .wys h2 {
    text-align: center;
  }
}
.section-swiper-development .row1215 .swiper-button-prev {
  position: absolute;
  right: 34px;
  left: auto;
  top: 21px;
}
@media screen and (max-width: 1024px) {
  .section-swiper-development .row1215 .swiper-button-prev {
    right: 54px;
  }
}
@media screen and (max-width: 768px) {
  .section-swiper-development .row1215 .swiper-button-prev {
    display: none;
  }
}
.section-swiper-development .row1215 .swiper-button-prev:after {
  content: url("../img/arrow-prev.svg");
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-swiper-development .row1215 .swiper-button-next {
  position: absolute;
  right: -14px;
  top: 21px;
}
@media screen and (max-width: 1024px) {
  .section-swiper-development .row1215 .swiper-button-next {
    right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .section-swiper-development .row1215 .swiper-button-next {
    display: none;
  }
}
.section-swiper-development .row1215 .swiper-button-next:after {
  content: url("../img/arrow-next.svg");
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 2560px) {
  .section-swiper-development .row1215 .mySwiper {
    overflow: visible;
  }
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper {
  align-items: stretch !important;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide {
  min-height: 298px;
  padding: 56px;
  position: relative;
  background: rgba(226, 126, 59, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 1140px) {
  .section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide {
    padding: 32px;
  }
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide:before {
  position: absolute;
  max-width: 475px;
  width: 100%;
  max-height: 298px;
  content: url("../img/slider-drops.png");
  top: 0;
  right: 5px;
}
@media screen and (max-width: 1140px) {
  .section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide:before {
    display: none;
  }
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide:nth-child(even) {
  background: rgba(246, 200, 71, 0.2);
  border-radius: 8px;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .logo-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 128px;
  width: 100%;
  min-height: 48px;
  padding: 9px;
  background: #fff;
  margin-bottom: 24px;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .logo-partner img {
  max-width: 128px;
  width: 100%;
  max-height: 48px;
  object-fit: contain;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .wys p {
  max-width: 571px;
  width: 100%;
  color: rgba(42, 25, 84, 0.85);
  padding-bottom: 24px !important;
  text-align: justify;
}
@media screen and (max-width: 1140px) {
  .section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .wys p {
    text-align: left;
  }
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .wys p:last-child {
  padding: 0;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .description p {
  padding-bottom: 0 !important;
  color: #2a1954;
}
.section-swiper-development .row1215 .mySwiper .swiper-wrapper .swiper-slide .description p strong {
  margin-right: 4px;
}
.section-article {
  margin: 160px 0 160px;
}
@media (max-width: 1024px) {
  .section-article {
    margin: 80px 0 80px;
  }
}
.section-article .subscribe_section .subscribe_card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 998px) {
  .section-article .subscribe_section .subscribe_card {
    display: block;
  }
}
.section-article .subscribe_section .subscribe_card .right-content {
  max-width: 549px;
  width: 100%;
}
@media screen and (max-width: 998px) {
  .section-article .subscribe_section .subscribe_card .right-content {
    margin: 0 auto;
    max-width: 800px;
  }
}
.section-article .subscribe_section .subscribe_card .right-content .post-item {
  display: flex;
  justify-content: space-between;
}
.section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .post-title {
  display: block;
  padding-bottom: 12px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
@media screen and (max-width: 998px) {
  .section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .post-title {
    text-align: center;
    padding-bottom: 32px;
    font-size: 32px;
  }
}
@media screen and (max-width: 374px) {
  .section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .post-title {
    font-size: 28px;
  }
}
.section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .author_time_wrap {
  display: block;
  padding-bottom: 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.5;
}
@media screen and (max-width: 425px) {
  .section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .author_time_wrap {
    display: none;
  }
}
.section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .description p {
  padding-bottom: 32px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(29, 28, 79, 0.8);
}
@media screen and (max-width: 425px) {
  .section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .description p {
    display: none;
  }
}
.section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .read-more {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
@media screen and (max-width: 998px) {
  .section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .read-more {
    justify-content: center;
  }
}
.section-article .subscribe_section .subscribe_card .right-content .post-item .post-content .read-more:hover {
  text-decoration: none;
}
.section-article .subscribe_section .subscribe_card .left-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 592px;
  width: 100%;
  background: #f4f4f4;
  margin-right: 40px;
}
@media screen and (max-width: 998px) {
  .section-article .subscribe_section .subscribe_card .left-content {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 32px;
  }
}
.section-article .subscribe_section .subscribe_card .left-content img {
  max-width: 578px;
  width: 100%;
  object-fit: cover;
}
.banner-company {
  margin: 100px 0 160px;
}
@media (max-width: 1024px) {
  .banner-company {
    margin: 80px 0 80px;
  }
}
.banner-company .wrapper-banner-company {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner-company .wrapper-banner-company {
    flex-direction: column !important;
    justify-content: center;
  }
}
.banner-company .wrapper-banner-company.revers {
  flex-direction: row-reverse;
}
.banner-company .wrapper-banner-company.revers .left-content {
  margin-right: 0;
}
@media (max-width: 768px) {
  .banner-company .wrapper-banner-company.revers .left-content {
    margin: 21px auto;
  }
}
.banner-company .wrapper-banner-company.revers .wys h2 {
  font-size: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 998px) {
  .banner-company .wrapper-banner-company.revers .wys h2 {
    padding-bottom: 12px;
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  .banner-company .wrapper-banner-company.revers .wys h2 {
    font-size: 24px;
  }
}
.banner-company .wrapper-banner-company.revers .wys p {
  color: rgba(42, 25, 84, 0.85);
}
.banner-company .wrapper-banner-company.revers .wys p:last-child {
  padding-bottom: 0;
}
.banner-company .wrapper-banner-company.revers .right-content {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .banner-company .wrapper-banner-company.revers .right-content {
    margin: 0 auto;
  }
}
.banner-company .wrapper-banner-company .left-content {
  display: flex;
  max-width: 588px;
  width: 100%;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .banner-company .wrapper-banner-company .left-content {
    margin: 0 auto;
    order: 2;
    text-align: center;
  }
}
.banner-company .wrapper-banner-company .left-content .wys h1 {
  font-size: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 998px) {
  .banner-company .wrapper-banner-company .left-content .wys h1 {
    padding-bottom: 12px;
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  .banner-company .wrapper-banner-company .left-content .wys h1 {
    font-size: 24px;
  }
}
.banner-company .wrapper-banner-company .left-content .wys p {
  color: rgba(42, 25, 84, 0.85);
}
.banner-company .wrapper-banner-company .left-content .wys p:last-child {
  padding-bottom: 0;
}
.banner-company .wrapper-banner-company .right-content {
  max-width: 488px;
  width: 100%;
  max-height: 425px;
}
@media screen and (max-width: 768px) {
  .banner-company .wrapper-banner-company .right-content {
    margin: 0 auto;
    order: 1;
    margin-bottom: 21px;
    max-width: 350px;
  }
}
@media screen and (max-width: 425px) {
  .banner-company .wrapper-banner-company .right-content {
    max-width: 227px;
  }
}
.banner-company .wrapper-banner-company .right-content img {
  max-width: 488px;
  width: 100%;
  max-height: 425px;
  object-fit: contain;
}
.section-blocks-icon-text {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .section-blocks-icon-text {
    margin-bottom: 80px;
  }
}
.section-blocks-icon-text .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 33px;
}
@media screen and (max-width: 1024px) {
  .section-blocks-icon-text .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .section-blocks-icon-text .wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.section-blocks-icon-text .wrapper .item-icon-text {
  max-width: 279px;
  width: 100%;
  padding: 32px 24px 30px 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(19, 33, 68, 0.04);
  border-radius: 3px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-blocks-icon-text .wrapper .item-icon-text {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .section-blocks-icon-text .wrapper .item-icon-text {
    text-align: center;
  }
}
.section-blocks-icon-text .wrapper .item-icon-text .wrapper-image {
  margin-bottom: 16px;
}
.section-blocks-icon-text .wrapper .item-icon-text .wrapper-image img {
  max-width: 88px;
  width: 100%;
  max-height: 88px;
  height: 100%;
}
.section-blocks-icon-text .wrapper .item-icon-text .wys {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .section-blocks-icon-text .wrapper .item-icon-text .wys {
    text-align: center;
  }
}
.section-blocks-icon-text .wrapper .item-icon-text .wys h3 {
  font-size: 24px;
}
.section-blocks-icon-text .wrapper .item-icon-text .wys p {
  color: #1d1c4f;
}
.section-blocks-icon-text .wrapper .item-icon-text .wys p:last-child {
  padding-bottom: 0;
}
.section-development-security-logos {
  background: #201142;
  padding: 96px 0;
}
@media screen and (max-width: 1024px) {
  .section-development-security-logos {
    padding: 40px 0;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wys {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wys {
    margin-bottom: 24px;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wys h2 {
  font-style: normal;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #2a1954;
  padding-bottom: 16px;
}
@media screen and (max-width: 998px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wys h2 {
    padding-bottom: 32px;
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wys h2 {
    font-size: 24px;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wys p {
  max-width: 682px;
  width: 100%;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(42, 25, 84, 0.85);
  margin: 0 auto;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wys p:last-child {
  padding-bottom: 0;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos {
    display: none;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos:last-child {
  margin-bottom: 0;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links {
  display: flex;
  width: 100%;
  justify-content: center;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 128px;
  width: 100%;
  min-height: 48px;
  padding: 9px;
  background: transparent;
  margin-right: 32px;
  max-width: 100%;
  max-height: 35px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a {
    margin-right: 15px;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a:last-child {
  margin-right: 0;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a img {
  max-width: 94px;
  width: 100%;
  max-height: 23px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a img:hover {
  opacity: 1;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 0;
    justify-items: center;
  }
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 107px;
  width: 100%;
  min-height: 40px;
  padding: 7px;
  background: transparent;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile a img {
  max-width: 77px;
  width: 100%;
  max-height: 23px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile a img:hover {
  opacity: 1;
}
.founders {
  margin: 160px 0 160px;
}
@media (max-width: 1024px) {
  .founders {
    margin: 80px 0 80px;
  }
}
.founders .row1215 .wrapper-founders {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 998px) {
  .founders .row1215 .wrapper-founders {
    display: block;
  }
}
.founders .row1215 .wrapper-founders .left-content {
  max-width: 526px;
  width: 100%;
  max-height: 526px;
  border: 1px solid #2a1954;
  padding: 38px;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .founders .row1215 .wrapper-founders .left-content {
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 998px) {
  .founders .row1215 .wrapper-founders .left-content {
    max-width: 336px;
    max-height: 336px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .founders .row1215 .wrapper-founders .left-content {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374px) {
  .founders .row1215 .wrapper-founders .left-content {
    max-width: 288px;
    max-height: 288px;
  }
}
.founders .row1215 .wrapper-founders .left-content img {
  max-width: 450px;
  width: 100%;
  height: 450px;
  object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .founders .row1215 .wrapper-founders .left-content img {
    max-width: 324px;
    max-height: 324px;
  }
}
@media screen and (max-width: 998px) {
  .founders .row1215 .wrapper-founders .left-content img {
    max-width: 287px;
    max-height: 287px;
  }
}
@media screen and (max-width: 374px) {
  .founders .row1215 .wrapper-founders .left-content img {
    max-width: 240px;
    max-height: 240px;
  }
}
.founders .row1215 .wrapper-founders .right-content {
  max-width: 593px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .founders .row1215 .wrapper-founders .right-content {
    max-width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .founders .row1215 .wrapper-founders .right-content {
    max-width: 593px;
  }
}
@media screen and (max-width: 768px) {
  .founders .row1215 .wrapper-founders .right-content {
    max-width: 700px;
  }
}
.founders .row1215 .wrapper-founders .right-content .wys h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #2a1954;
  padding-bottom: 24px;
}
@media screen and (max-width: 998px) {
  .founders .row1215 .wrapper-founders .right-content .wys h2 {
    text-align: center;
    padding-bottom: 32px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .founders .row1215 .wrapper-founders .right-content .wys h2 {
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .founders .row1215 .wrapper-founders .right-content .wys h2 {
    font-size: 28px;
  }
}
.founders .row1215 .wrapper-founders .right-content .wys p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(42, 25, 84, 0.85);
}
.founders .row1215 .wrapper-founders .right-content .wys p:last-child {
  padding-bottom: 0;
}
footer .top-footer {
  background: #271949;
  padding: 72px 0 72px;
}
@media screen and (max-width: 1024px) {
  footer .top-footer {
    background: none;
    padding: 80px 0 44px;
  }
}
footer .top-footer .row1215 .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .top-footer .row1215 .wrapper {
    display: grid;
    grid-template-rows: 1.5fr 0.5fr;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    height: 100%;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(1) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(1) ul li .title {
    font-size: 18px;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(2) li:first-child {
    margin-bottom: 24px;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(2) li:first-child .title {
    font-size: 18px;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
    margin-bottom: 54px;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(3) li:first-child {
    margin-bottom: 24px;
  }
  footer .top-footer .row1215 .wrapper .column:nth-child(3) li:first-child .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 373px) {
  footer .top-footer .row1215 .wrapper {
    max-height: 100%;
    justify-content: center;
    gap: 30px;
  }
}
footer .top-footer .row1215 .wrapper .column {
  max-width: 176px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .top-footer .row1215 .wrapper .column:nth-child(3) {
    order: -2;
  }
}
@media screen and (max-width: 1024px) {
  footer .top-footer .row1215 .wrapper .column:nth-child(1) {
    max-width: 139px;
    order: 4;
  }
}
@media screen and (max-width: 1024px) {
  footer .top-footer .row1215 .wrapper .column:nth-child(4) {
    max-width: 139px;
    order: -1;
  }
}
@media screen and (max-width: 1024px) {
  footer .top-footer .row1215 .wrapper .column:last-child {
    display: none;
  }
}
footer .top-footer .row1215 .wrapper .column nav ul li {
  margin-bottom: 27px;
}
footer .top-footer .row1215 .wrapper .column nav ul li a {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.286;
  color: #1f1d50;
}
@media screen and (max-width: 375px) {
  footer .top-footer .row1215 .wrapper .column nav ul li a {
    display: block;
  }
}
footer .top-footer .row1215 .wrapper .column span {
  font-family: 'Sarabun', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.286;
  color: #1f1d50;
}
@media screen and (max-width: 375px) {
  footer .top-footer .row1215 .wrapper .column span {
    display: block;
  }
}
footer .top-footer .row1215 .wrapper .column a.title {
  display: block;
  margin-bottom: 16px;
}
footer .top-footer .row1215 .wrapper .column .title, footer .top-footer .row1215 .wrapper .column h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.286;
  color: #1f1d50;
  padding-bottom: 0;
  margin-bottom: 24px;
}
footer .top-footer .row1215 .wrapper .column ul li {
  margin-bottom: 8px;
}
footer .top-footer .row1215 .wrapper .column ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #1d1c4f;
  margin-bottom: 4px;
}
footer .top-footer .row1215 .wrapper .column ul li a:hover {
  color: #f3883e;
  text-decoration: none;
}
footer .top-footer .row1215 .wrapper .column .wys a {
  display: inline-block;
  line-height: 1.71;
  margin-bottom: 24px;
}
footer .top-footer .row1215 .wrapper .column .wys a:hover {
  color: #f3883e;
  text-decoration: none;
}
footer .top-footer .row1215 .wrapper .column .wys a:last-child {
  margin-bottom: 0;
}
footer .middle-footer-mobile {
  background: #271949;
  display: none;
  padding: 36px 0 39px;
}
footer .middle-footer-mobile .wrapper {
  display: flex;
  justify-content: space-between;
}
footer .middle-footer-mobile .wrapper .left-content {
  margin-right: 20px;
}
footer .middle-footer-mobile .wrapper .left-content .title, footer .middle-footer-mobile .wrapper .left-content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: #1f1d50;
  padding-bottom: 0;
  margin-bottom: 16px;
}
footer .middle-footer-mobile .wrapper .left-content .wys a {
  display: block;
  line-height: 1.71;
  margin-bottom: 24px;
}
footer .middle-footer-mobile .wrapper .left-content .wys a:hover {
  color: #e27e3b;
  text-decoration: none;
}
footer .middle-footer-mobile .wrapper .left-content .wys a:last-child {
  margin-bottom: 0;
}
footer .middle-footer-mobile .wrapper .right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .middle-footer-mobile .wrapper .right-content .social-links {
  max-width: 92px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px 12px;
}
footer .middle-footer-mobile .wrapper .right-content .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #d8d8dd;
}
footer .middle-footer-mobile .wrapper .right-content .social-links a:hover {
  border: 2px solid #e27e3b;
}
footer .middle-footer-mobile .wrapper .right-content .social-links a:hover svg {
  transition: 0.3s all ease;
}
footer .middle-footer-mobile .wrapper .right-content .social-links a:hover svg path {
  transition: 0.3s all ease;
  fill: #e27e3b;
}
footer .middle-footer-mobile .wrapper .right-content .social-links a svg {
  width: 16px;
  height: 16px;
}
footer .middle-footer-mobile .wrapper .right-content .logo-bottom .logo-footer {
  max-width: 99px;
  transition: 0.3s all ease;
}
footer .middle-footer-mobile .wrapper .right-content .logo-bottom .logo-footer:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  footer .middle-footer-mobile {
    display: block;
  }
}
footer .bottom-footer {
  background: #201142;
  padding: 16px 0 16px;
}
@media (max-width: 1024px) {
  footer .bottom-footer .logo-bottom {
    display: none;
  }
}
footer .bottom-footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .bottom-footer .wrapper {
    justify-content: center;
  }
}
footer .bottom-footer .wrapper .logo-footer {
  max-width: 99px;
  margin-right: 20px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
  footer .bottom-footer .wrapper .logo-footer {
    display: none;
  }
}
footer .bottom-footer .wrapper .logo-footer:hover {
  transform: scale(1.05);
}
footer .bottom-footer .wrapper .all-rights {
  max-width: 250px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #1d1c4f;
  margin-right: 20px;
}
footer .bottom-footer .wrapper .social-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  footer .bottom-footer .wrapper .social-links {
    display: none;
  }
}
footer .bottom-footer .wrapper .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  transition: 0.3s all ease;
  border: 2px solid #fff;
  border-radius: 50%;
}
footer .bottom-footer .wrapper .social-links a svg {
  max-height: 13px;
  max-width: 13px;
}
footer .bottom-footer .wrapper .social-links a:last-child {
  margin-right: 0;
}
footer .bottom-footer .wrapper .social-links a:hover svg path {
  fill: #e27e3b;
}
footer .bottom-footer .wrapper .social-links a:hover svg circle {
  stroke: #e27e3b;
}
footer .bottom-footer .wrapper .social-links a svg {
  transition: 0.3s all ease;
  width: 32px;
  height: 32px;
}
footer .bottom-footer .wrapper .social-links a svg path {
  transition: 0.3s all ease;
}
footer .bottom-footer .wrapper .social-links a svg circle {
  transition: 0.3s all ease;
}
.burger {
  display: none;
  position: relative;
  z-index: 110;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1140px) {
  .burger {
    display: block;
  }
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
}
.burger.is-active span:nth-child(1) {
  width: 27px !important;
  transform: rotate(45deg);
  margin-bottom: -11px;
}
.burger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -11px;
}
.mobile_menu_active .burger {
  position: unset;
}
.mobile_menu_container {
  background: #372958;
  border-top: 74px solid #372958;
  border-bottom: 3px solid #372958;
  text-align: center;
  padding: 40px 0 0;
}
.mobile_menu_container .logo-header {
  margin-bottom: 40px;
}
.mobile_menu_container .logo-header svg {
  width: 180px;
  height: 60px;
}
.mobile_menu_container .wys {
  margin-bottom: 20px;
}
.mobile_menu_container .wys p a {
  line-height: 1.5;
  font-size: 18px;
  color: #2a1954;
}
.mobile_menu_container nav > ul > li {
  border-bottom: none !important;
}
.mobile_menu_container nav > ul > li > a {
  line-height: 1.5 !important;
  font-size: 21px !important;
  font-weight: 800;
  height: auto !important;
  color: #fff !important;
  padding: 15px 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mobile_menu_container .btn {
  margin: 0 auto 20px;
  max-width: 250px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: 800;
}
.sidebar-section {
  display: block;
  padding: 32px 25px;
  max-width: 280px;
  width: 100%;
  margin-right: 32px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .sidebar-section {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .sidebar-section {
    margin-bottom: 40px;
    display: none;
  }
}
.sidebar-section .column .title-column {
  padding-bottom: 16px;
  display: inline-block;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.sidebar-section .first-column {
  margin-bottom: 32px;
}
.sidebar-section .first-column .links-wrapper a {
  padding-bottom: 12px;
  display: block;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  transition: 0.3s all ease;
}
.sidebar-section .first-column .links-wrapper a:last-child {
  padding-bottom: 0;
}
.sidebar-section .first-column .links-wrapper a:hover {
  color: #f3883e;
  text-decoration: none;
}
.sidebar-section .first-column .links-wrapper a.active {
  color: #f3883e;
}
.sidebar-section .second-column .tags-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sidebar-section .second-column .tags-wrapper a {
  margin-bottom: 16px;
  transition: 0.3s all ease;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #da3652;
  border-radius: 3px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
}
.sidebar-section .second-column .tags-wrapper a:hover {
  text-decoration: none;
  color: #e5803b;
}
.sidebar-section .second-column .tags-wrapper a:nth-child(2) {
  border: 1px solid #f6c847;
}
.sidebar-section .second-column .tags-wrapper a:nth-child(3) {
  border: 1px solid #e27e3b;
}
.sidebar-section .second-column .tags-wrapper a:nth-child(4) {
  border: 1px solid rgba(38, 24, 72, 0.5);
}
.sidebar-section .second-column .tags-wrapper a:nth-child(5) {
  border: 1px solid #da3652;
}
.sidebar-section .second-column .tags-wrapper a:nth-child(6) {
  border: 1px solid rgba(38, 24, 72, 0.5);
}
.sidebar-section .second-column .tags-wrapper a:last-child {
  margin-bottom: 0;
}
.sidebar-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .sidebar-mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%;
  }
  .sidebar-mobile .blog-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-mobile .blog-tabs div {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    color: #222;
    background: none;
  }
  .sidebar-mobile .blog-tabs div.active {
    color: #222;
    background: #ededed;
  }
  .sidebar-mobile .tags-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-mobile .tags-tabs div a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    background: none;
    font-family: 'Sarabun', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #222 !important;
  }
  .sidebar-mobile .tags-tabs div a.active {
    color: #222;
    background: #ededed;
  }
}
.sidebar-mobile .blog-tabs-block {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 8px 24px 16px 24px;
}
@media (max-width: 1023px) {
  .sidebar-mobile .blog-tabs-block {
    position: relative;
    width: 50%;
  }
}
.sidebar-mobile .blog-tabs-block .select-info {
  display: none;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  color: #e27e3b;
}
.sidebar-mobile .blog-tabs-block .select-info svg {
  display: none;
}
@media (max-width: 1023px) {
  .sidebar-mobile .blog-tabs-block .select-info svg {
    display: flex;
    margin-left: 10px;
    max-width: 15px;
  }
}
@media (max-width: 1023px) {
  .sidebar-mobile .blog-tabs-block .select-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
@media (max-width: 1023px) {
  .sidebar-mobile .blog-tabs-block .blog-tabs {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    background: #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    padding: 32px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Sarabun', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #2a1954;
  }
  .sidebar-mobile .blog-tabs-block .blog-tabs.act {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
}
.sidebar-mobile .tags-tabs-block {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 8px 24px 16px 24px;
}
@media (max-width: 1023px) {
  .sidebar-mobile .tags-tabs-block {
    position: relative;
    width: 50%;
  }
}
.sidebar-mobile .tags-tabs-block .select-tag {
  display: none;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  color: #e27e3b;
}
.sidebar-mobile .tags-tabs-block .select-tag svg {
  display: none;
}
@media (max-width: 1023px) {
  .sidebar-mobile .tags-tabs-block .select-tag svg {
    display: flex;
    margin-left: 10px;
    max-width: 15px;
  }
}
@media (max-width: 1023px) {
  .sidebar-mobile .tags-tabs-block .select-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
@media (max-width: 1023px) {
  .sidebar-mobile .tags-tabs-block .tags-tabs {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    background: #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    padding: 20px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Sarabun', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57;
    color: #2a1954;
  }
  .sidebar-mobile .tags-tabs-block .tags-tabs.act {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
}
.blog-page {
  margin-top: 30px;
  position: relative;
}
.blog-page .row1208 {
  position: static;
}
@media (max-width: 1023px) {
  .blog-page {
    margin-top: 64px;
  }
}
.blog-page .blog-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .blog-page .blog-wrapper {
    flex-direction: column;
  }
}
.blog-page .blog-wrapper .right-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 144px;
}
@media (max-width: 1023px) {
  .blog-page .blog-wrapper .right-content {
    max-width: 100%;
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .blog-page .blog-wrapper .right-content {
    margin-bottom: 96px;
  }
}
.blog-page .blog-wrapper .right-content > div {
  order: 4;
}
.blog-page .blog-wrapper .right-content > div:nth-child(1) {
  order: 1;
}
.blog-page .blog-wrapper .right-content > div:nth-child(2) {
  order: 2;
}
@media (max-width: 650px) {
  .blog-page .blog-wrapper .right-content > div:nth-child(2) {
    order: 3;
  }
}
.blog-page .blog-wrapper .right-content > div:nth-child(3) {
  order: 4;
}
.blog-page .blog-wrapper .right-content .post-content .post-title {
  display: block;
  padding-bottom: 12px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .post-content .post-title:hover {
  text-decoration: none;
  color: #e5803b;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .post-content .post-title {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .blog-page .blog-wrapper .right-content .post-content .post-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-bottom: 24px;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article span {
  margin-right: 14px;
  display: inline-block;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a {
  margin-bottom: 5px;
  padding: 5px 8px;
  display: inline-block;
  border: 1px solid #da3652;
  border-radius: 3px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:hover {
  text-decoration: none;
  color: #e5803b;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:nth-child(2) {
  border: 1px solid #f6c847;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:nth-child(3) {
  border: 1px solid #e27e3b;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:nth-child(4) {
  border: 1px solid rgba(38, 24, 72, 0.5);
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:nth-child(5) {
  border: 1px solid #da3652;
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .tags-article a:nth-child(6) {
  border: 1px solid rgba(38, 24, 72, 0.5);
}
.blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .author_time_wrap {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  opacity: 0.5;
}
.blog-page .blog-wrapper .right-content .post-content .description {
  padding-bottom: 32px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.8);
}
.blog-page .blog-wrapper .right-content .post-content .read-more {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .post-content .read-more:hover {
  text-decoration: none;
}
.blog-page .blog-wrapper .right-content .post-item-image {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .post-item-image {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .blog-page .blog-wrapper .right-content .post-item-image {
    flex-direction: column;
  }
}
.blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail {
  margin-right: 37px;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail img {
  display: block;
  max-width: 379px;
  width: 100%;
  object-fit: contain;
  min-height: 391px;
}
@media (max-width: 1120px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail img {
    max-width: 340px;
    min-height: auto;
  }
}
@media (max-width: 425px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-thumbnail img {
    max-width: 336px;
  }
}
.blog-page .blog-wrapper .right-content .post-item-image .post-content {
  max-width: 475px;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-content {
    max-width: 450px;
  }
}
@media (max-width: 1100px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-content {
    max-width: 365px;
  }
}
@media (max-width: 1023px) {
  .blog-page .blog-wrapper .right-content .post-item-image .post-content {
    max-width: 100%;
  }
}
.blog-page .blog-wrapper .right-content .post-item {
  max-width: 692px;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .post-item {
    margin-bottom: 64px;
  }
}
.blog-page .blog-wrapper .right-content .post-item:last-child {
  margin-bottom: 0;
}
.blog-page .blog-wrapper .right-content .subscribe_section {
  order: 3;
  margin-bottom: 80px;
  padding: 44px 0 44px 42px;
  background: rgba(218, 54, 82, 0.1);
  border-radius: 4px;
}
@media (max-width: 650px) {
  .blog-page .blog-wrapper .right-content .subscribe_section {
    display: none;
  }
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card {
  display: flex;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content {
  max-width: 508px;
  width: 100%;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content {
    max-width: 360px;
  }
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content p {
  max-width: 472px;
  width: 100%;
  padding-bottom: 24px;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content form {
  display: flex;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content form .wpcf7-response-output {
  display: none;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content .wpcf7 .wpcf7-not-valid-tip {
  top: 43px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: transparent;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email'] {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px 0 0 4px;
  color: #222;
  font-size: 16px;
  max-width: 207px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 172px;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 0px 4px 4px 0px;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='submit']:hover {
  background: #ff954e;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .right-content {
  margin-bottom: 0;
}
.blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .right-content img {
  margin-top: -62px;
  max-width: 210px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .right-content img {
    max-width: 170px;
  }
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile {
  display: none;
  order: 2;
  max-width: 100%;
  width: 100%;
  background: rgba(218, 54, 82, 0.1);
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 32px 24px;
}
@media (max-width: 650px) {
  .blog-page .blog-wrapper .right-content .subscribe-card-mobile {
    display: block;
    margin-bottom: 64px;
  }
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile img {
  margin-bottom: 15px;
  max-width: 84px;
  width: 100%;
  object-fit: cover;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile .title-card {
  padding-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (max-width: 425px) {
  .blog-page .blog-wrapper .right-content .subscribe-card-mobile .title-card {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile form .wpcf7-response-output {
  display: none;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile .wpcf7 .wpcf7-not-valid-tip {
  left: auto;
  top: 40px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: transparent;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email'] {
  margin-bottom: 16px;
  background: #fff;
  color: #222;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
  border: 1px solid rgba(38, 24, 72, 0.3);
  border-radius: 4px;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.blog-page .blog-wrapper .right-content .subscribe-card-mobile input[type='submit']:hover {
  background: #ff954e;
}
.single-post-wrap {
  margin-top: 35px;
}
.single-post-wrap .row1112 .row1208 {
  max-width: 100%;
}
@media (max-width: 768px) {
  .single-post-wrap {
    margin-top: 92px;
  }
}
.single-post-wrap .flex-wrapper {
  display: flex;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper {
    flex-direction: column;
  }
}
.single-post-wrap .flex-wrapper .sidebar-section-single {
  margin-right: 32px;
  max-width: 280px;
  width: 100%;
  min-width: 200px;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .sidebar-section-single {
    max-width: 800px;
    margin: 0 auto;
  }
}
.single-post-wrap .flex-wrapper .sidebar-section-single .btn-arrow-mobile {
  display: none;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .sidebar-section-single .btn-arrow-mobile {
    display: flex;
  }
}
.single-post-wrap .flex-wrapper .sidebar-section-single .btn-arrow-mobile span {
  margin-left: 0;
  margin-right: 15px;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .btn-arrow-mobile:hover {
  text-decoration: none;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news {
  margin-bottom: 16px;
  max-width: 280px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 32px 24px;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .sidebar-section-single .card-news {
    margin-top: 40px;
    margin-bottom: 45px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .sidebar-section-single .card-news {
    padding: 24px;
  }
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news .text-sidebar {
  display: block;
  padding-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news .sidebar-items-wrapper .sidebar-item {
  padding-bottom: 12px;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news .sidebar-items-wrapper .sidebar-item:last-child {
  padding-bottom: 0;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news .sidebar-items-wrapper .sidebar-item .title-item {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .card-news .sidebar-items-wrapper .sidebar-item .title-item:hover {
  color: #e27e3b;
  text-decoration: none;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card {
  max-width: 280px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 32px 24px;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card img {
  margin-bottom: 15px;
  max-width: 84px;
  width: 100%;
  object-fit: cover;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card .title-card {
  padding-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  max-width: 207px;
  margin: 0 auto;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card form .wpcf7-response-output {
  display: none;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card .wpcf7 .wpcf7-not-valid-tip {
  left: auto;
  top: 40px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: transparent;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email'] {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
  border: 1px solid rgba(38, 24, 72, 0.3);
  border-radius: 4px;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='submit']:hover {
  background: #ff954e;
}
.single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card-desctop {
  display: block;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card-desctop {
    display: none;
  }
}
.single-post-wrap .flex-wrapper .right-content {
  max-width: 870px;
  width: 100%;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content {
    max-width: 100%;
  }
}
.single-post-wrap .flex-wrapper .right-content button {
  background: transparent;
  border: none;
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content button svg path {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content button:hover {
  cursor: pointer;
}
.single-post-wrap .flex-wrapper .right-content button:hover svg path {
  fill: #e27e3b;
}
.single-post-wrap .flex-wrapper .right-content .copied {
  margin-left: 5px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
}
.single-post-wrap .flex-wrapper .right-content .btn-arrow-desctop {
  position: relative;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content .btn-arrow-desctop {
    display: none;
  }
}
.single-post-wrap .flex-wrapper .right-content .btn-arrow {
  margin-bottom: 24px;
}
.single-post-wrap .flex-wrapper .right-content .btn-arrow span {
  margin-left: 0;
  margin-right: 15px;
}
.single-post-wrap .flex-wrapper .right-content .btn-arrow:hover {
  text-decoration: none;
}
.single-post-wrap .flex-wrapper .right-content h1 {
  padding-bottom: 24px;
  font-size: 56px;
  line-height: 1.14;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content h1 {
    font-size: 40px;
    line-height: 1.3;
  }
}
.single-post-wrap .flex-wrapper .right-content .description-post {
  padding-bottom: 48px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
  opacity: 0.8;
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .author {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .author img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 14px;
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .name-wrap .name-author {
  display: block;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .name-wrap .add-info-author {
  display: block;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .name-wrap .add-info-author {
    font-size: 12px;
    line-height: 1.83;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrap-author-date .time-section {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .right-content .wrap-author-date .time-section {
    font-size: 12px;
    line-height: 1.83;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share {
  display: flex;
  align-items: center;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .text-media {
  margin-right: 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap {
  display: flex;
  align-items: center;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap a {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap a svg {
  margin-right: 16px;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap a svg path {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap a:hover svg path {
  fill: #e27e3b;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .read_time {
  padding: 5px 8px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  border: 1px solid #da3652;
  border-radius: 3px;
}
.single-post-wrap .flex-wrapper .right-content .content h2 {
  font-size: 48px;
  line-height: 1.17;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content .content h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content h2 {
    font-size: 32px;
    line-height: 1.31;
  }
}
.single-post-wrap .flex-wrapper .right-content .content h3 {
  padding-bottom: 16px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .wys p {
  padding-bottom: 10px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.single-post-wrap .flex-wrapper .right-content .content .wys ul, .single-post-wrap .flex-wrapper .right-content .content .wys ol {
  margin-left: 26px;
  margin-bottom: 12px;
}
.single-post-wrap .flex-wrapper .right-content .content .wys ul li, .single-post-wrap .flex-wrapper .right-content .content .wys ol li {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.single-post-wrap .flex-wrapper .right-content .content .wys ul li {
  list-style: disc;
}
.single-post-wrap .flex-wrapper .right-content .content .wys ol li {
  padding-left: 3px;
}
.single-post-wrap .flex-wrapper .right-content .content .text_section {
  margin-bottom: 48px;
}
.single-post-wrap .flex-wrapper .right-content .content .text_section p:last-child {
  padding-bottom: 0;
}
@media (max-width: 425px) {
  .single-post-wrap .flex-wrapper .right-content .content .text_section p {
    line-height: 1.57;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo {
  margin: 48px 0;
  background: #201142;
  padding: 48px 29px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo {
    flex-direction: column;
    text-align: center;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .left-content {
  max-width: 400px;
  width: 100%;
  margin-right: 5px;
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .left-content .wys {
  margin-bottom: 33px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .left-content .wys {
    max-width: 100%;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .left-content .wys h2 {
  padding-bottom: 0;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .right-content {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .right-content {
    margin-top: 55px;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo .right-content img {
  max-width: 310px;
  width: 100%;
  object-fit: contain;
}
.single-post-wrap .flex-wrapper .right-content .content .quote_card {
  margin: 48px 0;
  padding: 48px;
  display: flex;
  align-items: center;
  background: #201142;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .quote_card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .quote_card img {
  max-width: 152px;
  width: 100%;
  object-fit: contain;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .quote_card img {
    margin-bottom: 40px;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .quote_card .wys p {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #2a1954;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile {
  display: none;
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 32px 24px;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 100px;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile img {
  margin-bottom: 15px;
  max-width: 84px;
  width: 100%;
  object-fit: cover;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile .title-card {
  padding-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #2a1954;
}
@media (max-width: 425px) {
  .single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile .title-card {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile form .wpcf7-response-output {
  display: none;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile .wpcf7 .wpcf7-not-valid-tip {
  left: auto;
  top: 40px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #2a1954;
  background: transparent;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email'] {
  margin-bottom: 16px;
  background: #fff;
  color: #222;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
  border: 1px solid rgba(38, 24, 72, 0.3);
  border-radius: 4px;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .content .subscribe-card-mobile input[type='submit']:hover {
  background: #ff954e;
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section {
  margin: 81px 0 32px 0;
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section h2 {
  padding-bottom: 40px;
}
@media (max-width: 1110px) {
  .single-post-wrap .flex-wrapper .right-content .content .faq_section h2 {
    padding-bottom: 32px;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .content .faq_section h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq {
  position: relative;
  margin-bottom: 10px;
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.67;
  color: #2a1954;
  cursor: pointer;
  position: relative;
  padding: 0 32px 16px 0;
}
@media (max-width: 1024px) {
  .single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 {
    font-size: 14px;
    line-height: 1.29;
  }
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:before, .single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:after {
  content: '';
  background: #fff;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4.active span:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4.active span:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq .info-faq {
  display: none;
  padding: 8px 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(42, 25, 84, 0.85);
  opacity: 0.8;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share {
  margin-top: 72px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share {
    margin-top: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate {
  display: flex;
  align-items: center;
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.29;
    color: #fff;
  }
}
@media (max-width: 370px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate {
    font-size: 12px;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate .stars-wrapper {
  margin-left: 24px;
}
@media (max-width: 370px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate .stars-wrapper {
    margin-left: 10px;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate .stars-wrapper svg {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate .stars-wrapper svg:hover {
  cursor: pointer;
  fill: #e27e3b;
  transform: scale(1.2);
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share {
  display: flex;
  align-items: center;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .text-media {
  margin-right: 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 576px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .text-media {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.29;
    color: #fff;
  }
}
@media (max-width: 370px) {
  .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .text-media {
    font-size: 12px;
  }
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap {
  display: flex;
  align-items: center;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap a {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap a svg {
  margin-right: 16px;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap a svg path {
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap a:hover svg path {
  fill: #e27e3b;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles {
  margin-bottom: 168px;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .recent-articles {
    margin-bottom: 72px;
  }
}
.single-post-wrap .flex-wrapper .right-content .recent-articles h2 {
  padding-bottom: 32px;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item {
    margin-bottom: 35px;
  }
  .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item:last-child {
    margin-bottom: 0;
  }
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .title-item {
  display: block;
  padding-bottom: 12px;
  min-height: 73px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #2a1954;
  transition: 0.3s all ease;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .title-item:hover {
  text-decoration: none;
  color: #e5803b;
}
@media (max-width: 768px) {
  .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .title-item {
    min-height: 30px;
  }
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper .cat span a {
  margin-right: 14px;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #f6c847;
  border-radius: 3px;
  margin-bottom: 5px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper .cat span a:hover {
  text-decoration: none;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper .author-time-section {
  display: inline-block;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .description-post {
  padding-bottom: 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(42, 25, 84, 0.85);
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .read-more {
  margin-bottom: 0;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .read-more span {
  margin-left: 15px;
}
.single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .read-more:hover {
  text-decoration: none;
}
.newsroom-page {
  margin-top: 30px;
  position: relative;
}
.newsroom-page .row1208 {
  position: static;
}
@media (max-width: 1023px) {
  .newsroom-page {
    margin-top: 64px;
  }
}
.newsroom-page .sidebar-mobile {
  width: 100%;
}
.newsroom-page .sidebar-mobile .blog-tabs-block {
  width: 100%;
}
.newsroom-page .newsroom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .newsroom-page .newsroom-wrapper {
    flex-direction: column;
  }
}
.newsroom-page .newsroom-wrapper .right-content {
  margin-bottom: 144px;
}
@media (max-width: 1023px) {
  .newsroom-page .newsroom-wrapper .right-content {
    max-width: 100%;
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-wrapper .right-content {
    margin-bottom: 96px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-content .post-title {
  display: block;
  padding-bottom: 12px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.newsroom-page .newsroom-wrapper .right-content .post-content .post-title:hover {
  text-decoration: none;
  color: #e5803b;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .post-content .post-title {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .newsroom-page .newsroom-wrapper .right-content .post-content .post-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-content .author_time_wrap {
  margin-bottom: 24px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  opacity: 0.5;
}
.newsroom-page .newsroom-wrapper .right-content .post-content .description {
  padding-bottom: 32px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.newsroom-page .newsroom-wrapper .right-content .post-content .read-more {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57;
  color: #1d1c4f;
  transition: 0.3s all ease;
}
.newsroom-page .newsroom-wrapper .right-content .post-content .read-more:hover {
  text-decoration: none;
}
.newsroom-page .newsroom-wrapper .right-content .post-item-image {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image {
    flex-direction: column;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail {
  margin-right: 37px;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail img {
  display: block;
  max-width: 379px;
  width: 100%;
  object-fit: contain;
  min-height: 391px;
}
@media (max-width: 1120px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail img {
    max-width: 340px;
    min-height: auto;
  }
}
@media (max-width: 425px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-thumbnail img {
    max-width: 336px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-item-image .post-content {
  max-width: 475px;
  width: 100%;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-content {
    max-width: 450px;
  }
}
@media (max-width: 1100px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-content {
    max-width: 365px;
  }
}
@media (max-width: 1023px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item-image .post-content {
    max-width: 100%;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-item {
  max-width: 692px;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .post-item {
    margin-bottom: 64px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .post-item:last-child {
  margin-bottom: 0;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section {
  margin: 80px 0rem;
  padding: 44px 0 44px 42px;
  background: rgba(218, 54, 82, 0.1);
  border-radius: 4px;
}
@media (max-width: 650px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe_section {
    display: none;
  }
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card {
  display: flex;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content {
  max-width: 508px;
  width: 100%;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content {
    max-width: 360px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content p {
  max-width: 472px;
  width: 100%;
  padding-bottom: 24px;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content form {
  display: flex;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content form .wpcf7-response-output {
  display: none;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content .wpcf7 .wpcf7-not-valid-tip {
  left: auto;
  top: 43px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: transparent;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email'] {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px 0 0 4px;
  color: #222;
  font-size: 16px;
  max-width: 207px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 172px;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 0px 4px 4px 0px;
  transition: 0.3s all ease;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content input[type='submit']:hover {
  background: #ff954e;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .right-content {
  margin-bottom: 0;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .right-content img {
  margin-top: -62px;
  max-width: 210px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .right-content img {
    max-width: 170px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile {
  display: none;
  max-width: 100%;
  width: 100%;
  background: rgba(218, 54, 82, 0.1);
  box-shadow: 0px 0px 20px rgba(19, 33, 68, 0.06);
  border-radius: 3px;
  padding: 32px 24px;
}
@media (max-width: 650px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 100px;
  }
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile img {
  margin-bottom: 15px;
  max-width: 84px;
  width: 100%;
  object-fit: cover;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile .title-card {
  padding-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media (max-width: 425px) {
  .newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile .title-card {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile form .wpcf7-response-output {
  display: none;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile .wpcf7 .wpcf7-not-valid-tip {
  left: auto;
  top: 40px;
  height: auto;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: transparent;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email'] {
  margin-bottom: 16px;
  background: #fff;
  color: #222;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 16px;
  font-family: 'Hind', sans-serif;
  transition: 0.3s all ease;
  border: 1px solid rgba(38, 24, 72, 0.3);
  border-radius: 4px;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email'].wpcf7-not-valid {
  border: 1px solid #da3652;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email']::-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email']::-moz-placeholder {
  opacity: 1;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email']:-ms-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954;
  opacity: 0.6;
  max-width: 195px;
  width: 100%;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email']:focus {
  border: 1px solid #e27e3b;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='email']:hover {
  cursor: pointer;
  border: 1px solid rgba(42, 25, 84, 0.5);
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='submit'] {
  border: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 12px 5px;
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #f3f2f7;
  line-height: 1;
  cursor: pointer;
  background: #e47f3b;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile input[type='submit']:hover {
  background: #ff954e;
}
.wp-pagenavi {
  border: none;
  padding: 0;
}
.wp-pagenavi a {
  transition: 0.3s all ease;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  background: #e5803b;
  border-radius: 4px;
  color: #fff;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  margin: 0 5px;
  padding: 5px 10px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  background: #e5803b;
  border-radius: 4px;
  border: none;
  color: #fff;
}
.wp-pagenavi .page {
  margin: 0 5px;
  padding: 5px 10px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(29, 28, 79, 0.8);
  border: none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border: none;
  margin: 0 5px;
  padding: 5px 10px 7px 10px;
}
.events-page {
  margin-top: 30px;
  position: relative;
}
.events-page .row1208 {
  position: static;
}
@media (max-width: 1023px) {
  .events-page {
    margin-top: 68px;
  }
}
.events-page .sidebar-mobile .blog-tabs-block {
  width: 100%;
}
.events-page .events-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .events-page .events-wrap {
    flex-direction: column;
  }
}
.events-page .events-wrap .right-content {
  margin-bottom: 160px;
}
@media (max-width: 1023px) {
  .events-page .events-wrap .right-content {
    max-width: 100%;
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .events-page .events-wrap .right-content {
    margin-bottom: 96px;
  }
}
.events-page .events-wrap .right-content .cards-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.events-page .events-wrap .right-content .cards-wrapper > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 1023px) {
  .events-page .events-wrap .right-content .cards-wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .events-page .events-wrap .right-content .cards-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .events-page .events-wrap .right-content .cards-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.events-page .events-wrap .right-content .cards-wrapper .post {
  margin-bottom: 40px;
  width: 42%;
  flex-basis: 42%;
}
@media (max-width: 768px) {
  .events-page .events-wrap .right-content .cards-wrapper .post {
    width: 100%;
    flex-basis: 100%;
  }
}
.events-page .events-wrap .right-content .cards-wrapper .post .card {
  padding: 32px 24px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 336px;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .top-info {
  margin-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .taxonomy_events {
  display: inline-block;
  margin-bottom: 37px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 8px;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .taxonomy_events a {
  font-family: 'Sarabun', sans-serif;
  pointer-events: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  color: #2a1954 !important;
  transition: 0.3s all ease;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .taxonomy_events a:hover {
  color: #e27e3b;
  text-decoration: none;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .title-card {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .date {
  margin-bottom: 12px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
.events-page .events-wrap .right-content .cards-wrapper .post .card .bottom-info {
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
.events-page .events-wrap .right-content .cards-wrapper .post .title-post {
  margin-bottom: 16px;
  font-family: 'Sarabun', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}
.light body {
  background-image: url("../img/Background.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (max-width: 1440px) {
  .light body {
    background-size: auto;
  }
}
.light body .how-the .wrapper-line:before {
  border: 1px dashed #2a1954;
}
.light body .tpl-custom-template .how-the-3-cards .wrapper-3-cards .item-3-cards {
  background: #fff;
}
.light body .how-the .wrapper .item {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(19, 33, 68, 0.04);
}
.light body .tpl-custom-template .how-the-3-cards .wrapper-line-3-cards:before {
  border-color: #2a1954;
}
.light body .backed-by .wrapper-backed .right-content .wys p img, .light body .backed-by .wrapper-backed-mobile .bottom-content-mobile .wys-mobile p img {
  filter: none;
}
.light body li, .light body a, .light body h1, .light body h2, .light body h3, .light body h4, .light body h5, .light body h6, .light body .title, .light body .sub-title {
  color: #2a1954 !important;
}
.light body p, .light body .all-rights {
  color: #1d1c4f !important;
}
.light body .get-from-using p, .light body .get-from-using li, .light body .get-from-using a, .light body .get-from-using h1, .light body .get-from-using h2, .light body .get-from-using h3, .light body .get-from-using h4, .light body .get-from-using h5, .light body .get-from-using h6, .light body .get-from-using .all-rights, .light body .get-from-using .title, .light body .get-from-using .sub-title {
  color: #2a1954 !important;
}
.light body header {
  background: #fff;
}
.light body footer .bottom-footer {
  background: #e4e3ea;
}
.light body .backed-by, .light body footer .top-footer {
  background: #f3f2f7;
}
.light body .logos-partner .wrapper-partner .bottom-content .logo-partner svg path, .light body .social-links svg path, .light body .transcript-section .top-el svg path {
  fill: #2a1954;
}
.light body footer .middle-footer-mobile {
  background: #f2f2fa;
}
.light header .menu-item-has-children .wrap-sub {
  background: #fff;
}
.light header .menu-item-has-children .wrap-sub ul a svg path, .light .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .row-development-security-logos .wrapper-links a svg path, .light .section-development-security-logos .row1440 .wrapper-development-security-logos .wrapper-row .wrapper-development-security-mobile a svg path, .light .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .social-media-wrap a svg path, .light .single-post-wrap .flex-wrapper .right-content button svg path, .light .single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .social-media-wrap a svg path {
  fill: #2a1954 !important;
}
.light header .menu-item-has-children .wrap-sub .columns .column .title-sub {
  color: #2a1954;
}
.light header .header-wrapper .burger span {
  background: #2a1954;
}
.light .logo-header svg path:nth-child(6), .light .logo-bottom svg path:nth-child(6), .light .logo-book svg path:nth-child(6), .light .logo-header svg path:nth-child(7), .light .logo-bottom svg path:nth-child(7), .light .logo-book svg path:nth-child(7), .light .logo-header svg path:nth-child(8), .light .logo-bottom svg path:nth-child(8), .light .logo-book svg path:nth-child(8), .light .logo-header svg path:nth-child(9), .light .logo-bottom svg path:nth-child(9), .light .logo-book svg path:nth-child(9), .light .logo-header svg path:nth-child(10), .light .logo-bottom svg path:nth-child(10), .light .logo-book svg path:nth-child(10), .light .logo-header svg path:nth-child(11), .light .logo-bottom svg path:nth-child(11), .light .logo-book svg path:nth-child(11) {
  fill: #1d1c4f;
}
.light .mobile_menu_container {
  border-top: 74px solid #e4e3ea;
  border-bottom: 3px solid #e4e3ea;
  background: #f3f2f7;
}
.light .mobile_menu_container nav > ul > li > a, .light .mobile_nav .menu-item-has-children .wrap-sub .title-sub {
  color: #2a1954 !important;
}
.light .single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .name-wrap .name-author, .light .single-post-wrap .flex-wrapper .right-content .wrap-author-date .author-section .name-wrap .add-info-author {
  color: #1d1c4f !important;
}
.light .fancybox__container .fancybox__content .title {
  color: #2a1954 !important;
}
.light .breadcrumbs > span > span {
  color: rgba(42, 25, 84, 0.2);
}
.light .breadcrumbs .tt, .light .breadcrumbs > span a {
  color: rgba(42, 25, 84, 0.7) !important;
}
.light .breadcrumbs > span.current-item {
  color: rgba(42, 25, 84, 0.2) !important;
}
.light .sidebar-section, .light .single-post-wrap .flex-wrapper .sidebar-section-single .card-news, .light .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card {
  background: #fff;
}
.light .single-post-wrap .flex-wrapper .right-content .wrap-author-date .time-section, .light .single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .read_time {
  color: #1d1c4f;
}
.light .author-single-section .wrapper .right-content .bottom-title {
  color: rgba(42, 25, 84, 0.5);
}
.light .newsroom-page .newsroom-wrapper .right-content .post-content .description {
  color: rgba(29, 28, 79, 0.8);
}
.light .default-text-section .wrapper .date, .light .section-recent-articles .wrapper .bottom-content .item .category-date-wrap .date, .light .single-post-wrap .flex-wrapper .right-content .description-post, .light .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper .author-time-section, .light .transcript-section .top-el .left-content, .light .transcript-section .top-el .right-content button {
  color: rgba(42, 25, 84, 0.85);
}
.light .sidebar-section .column .title-column, .light .section-recent-articles .wrapper .bottom-content .item .item-title, .light .section-recent-articles .wrapper .bottom-content .item .category-date-wrap .category span a, .light .single-post-wrap .flex-wrapper .right-content .wrapper-share-read_time .share .text-media, .light .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card .title-card, .light .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate, .light .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .text-media, .light .events-page .events-wrap .right-content .cards-wrapper .post .title-post, .light .author-single-section .wrapper .right-content .about-profession .column .description-column, .light .author-single-section .wrapper .right-content .about-profession .column .title-column, .light .single-post-wrap .flex-wrapper .right-content .recent-articles .articles-wrapper .article-item .cat-time-wrapper .cat span a, .light .single-post-wrap .flex-wrapper .sidebar-section-single .card-news .text-sidebar {
  color: #2a1954;
}
@media (max-width: 576px) {
  .light .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .rate, .light .single-post-wrap .flex-wrapper .right-content .wrapper-rate-share .share .text-media {
    color: #1a0c27;
  }
}
.light .blog-page .blog-wrapper .right-content .post-content .description {
  color: rgba(29, 28, 79, 0.8);
}
.light .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email'] {
  background: #fff;
  border: 1px solid rgba(38, 24, 72, 0.3);
  color: #222;
}
.light .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card input[type='email']::placeholder {
  color: #2a1954;
}
.light .single-post-wrap .flex-wrapper .right-content .content .card_get_the_demo, .light .single-post-wrap .flex-wrapper .right-content .content .quote_card {
  background: #f4f4f4;
}
.light .reports-page .post .top-block {
  background: #f8f8f8;
}
.light .section-development-security-logos {
  background: #f3f2f7;
}
.light .single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:before, .light .single-post-wrap .flex-wrapper .right-content .content .faq_section .acc-faq .item-faq h4 span:after {
  background-color: #2a1954;
}
.light .podcast-page .post .top-block .box .sub-title {
  color: #2a1954;
  opacity: 0.5;
}
.light .webinars-page .item .top-img .wrap-img-title h3 {
  color: #1d1c4f;
}
.light .events-page .events-wrap .right-content .cards-wrapper .post .card .taxonomy_events a {
  color: #2a1954;
}
.light .sidebar-section .first-column .links-wrapper a.active, .light .sidebar-section .first-column .links-wrapper a:hover {
  color: #e5803b;
}
.light .fancybox__container .fancybox__content form label .center a, .light footer .top-footer .row1215 .wrapper .column ul li a:hover, .light footer .top-footer .row1215 .wrapper .column .wys a:hover {
  color: #e27e3b;
}
.light .sidebar-mobile a {
  color: #2a1954;
}
.light .section-blocks-icon-text .wrapper .item-icon-text {
  background: #fff;
}
.light .transcript-section .top-el {
  background: #e4e3ea;
}
.light .author-single-section .wrapper .left-content img {
  border: 1px solid #2a1954;
}
.light #cookie-law-info-bar .cli_messagebar_head {
  color: #1a0c27;
}
.light #cookie-law-info-bar span a {
  color: #e27e3b;
}
.light .single-post-wrap .flex-wrapper .right-content .wrap-author-date {
  border-bottom: 1px solid rgba(38, 24, 72, 0.3);
}
.light .transcript-section .content-tr, .light .blog-page .blog-wrapper .right-content .post-content .tag_author_time_wrap .author_time_wrap, .light .newsroom-page .newsroom-wrapper .right-content .post-content .author_time_wrap {
  color: rgba(42, 25, 84, 0.85);
}
.light .tpl-custom-template .default-text-section .wrapper .benefits .item .benefit-title, .light .tpl-custom-template .default-text-section .wrapper p {
  color: rgba(42, 25, 84, 0.85) !important;
}
.light .section-banner .row1215 .wrapper-banner .right-content::after {
  box-shadow: none;
}
.light a.btn {
  color: #fff !important;
}
.light .developer-first .wrapper .left-content .wys p, .light .developer-first .wrapper .left-content .btn-arrow, .light .ready-to .wrapper-ready .left-content .wys h2, .light .ready-to .wrapper-ready .left-content .wys p, .light #cookie-law-info-bar span .wrapper-buttons #wt-cli-accept-all-btn span a, .light .developer-first .wrapper .right-content .column .item-block .title, .light .partners-section .top-partners .wys h2, .light .partners-section .top-partners .wys p, .light .partners-section .logos-partners .item .title {
  color: #fff !important;
}
.light .blog-page .blog-wrapper .right-content .subscribe-card-mobile .title-card, .light .blog-page .blog-wrapper .right-content .subscribe-card-mobile .wpcf7 .wpcf7-not-valid-tip, .light .blog-page .blog-wrapper .right-content .subscribe_section .subscribe_card .left-content .wpcf7 .wpcf7-not-valid-tip, .light .newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile .title-card, .light .newsroom-page .newsroom-wrapper .right-content .subscribe-card-mobile .wpcf7 .wpcf7-not-valid-tip, .light .newsroom-page .newsroom-wrapper .right-content .subscribe_section .subscribe_card .left-content .wpcf7 .wpcf7-not-valid-tip, .light .single-post-wrap .flex-wrapper .sidebar-section-single .subscribe-card .wpcf7 .wpcf7-not-valid-tip {
  color: #2a1954;
}
.light .partners-section .breadcrumbs > span > span, .light .breadcrumbs .tt, .light .partners-section .breadcrumbs > span.current-item {
  color: rgba(255, 255, 255, 0.2);
}
.light .partners-section .breadcrumbs > span a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light .tpl-leanappsec .banner-lean .wrapper .left-content .date-banner, .light .tpl-leanappsec .banner-lean .wrapper .left-content .description-banner, .light .tpl-leanappsec .splide-lean #carousel-heading, .light .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker .speaker-name, .light .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker .speaker-description, .light .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .description, .light .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section, .light .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .full-description, .light .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .btn-container button {
  color: #2a1954;
}
.light .tpl-leanappsec .banner-lean .wrapper .right-content, .light .tpl-leanappsec .speakers .wrapper .speakers-wrap .speaker {
  background: rgba(19, 33, 68, 0.04);
}
.light .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .left-content .title-section, .light .tpl-leanappsec .text-and-imgae-section .background-wrap .wrapper .right-content .button-lean, .light .tpl-leanappsec .contact-section .wrapper .top-content .title-section {
  color: #fff !important;
}
.light .tpl-leanappsec .section-with-schedule .wrapper .titles-wrapper .title-section:before {
  background: #2a1954;
}
.light .tpl-leanappsec .section-with-schedule .wrapper .items-wrapper .item .text-block .btn-container svg g path {
  fill: #2a1954;
}
