@font-face {
  font-family: 'Kanit';
  font-display: swap;
  src: url('../fonts/Kanit-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kanit';
  font-display: swap;
  src: url('../fonts/Kanit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kanit';
  font-display: swap;
  src: url('../fonts/Kanit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kanit';
  font-display: swap;
  src: url('../fonts/Kanit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
:root {
  --dtl-app-min-width: 375px;
  --dtl-app-min-width: 23.438rem;
  --dtl-container-padding: 32px;
  --dtl-container-padding: 2rem;
  --dtl-header-height: 104px;
  --dtl-header-height: 6.5rem;
  --dtl-content-gap: 16px;
  --dtl-content-gap: 1rem;
  --dtl-container-max-width: 1360px;
  --dtl-container-max-width: 85rem;
  --dtl-scrollbar-color: #595861;
  --dtl-header-banner-height: 0px;
  --plyr-color-main: #4838f7;
}
@media (max-width: 1023px) {
  :root {
    --dtl-container-padding: 24px;
    --dtl-container-padding: 1.5rem;
    --dtl-header-height: 80px;
    --dtl-header-height: 5rem;
    --dtl-content-gap: 8px;
    --dtl-content-gap: 0.5rem;
    --dtl-header-banner-height: 0px;
  }
}
@media (max-width: 767px) {
  :root {
    --dtl-container-padding: 16px;
    --dtl-container-padding: 1rem;
  }
}
.dtl-scrollbar::-webkit-scrollbar {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: transparent;
}
.dtl-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--dtl-scrollbar-color);
  border: solid 2px transparent;
  border: solid 0.125rem transparent;
  background-clip: content-box;
}
.dtl-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dtl-scrollbar-hide::-webkit-scrollbar {
  display: none;
}
/* base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  *::-webkit-scrollbar {
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    background-color: transparent;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--dtl-scrollbar-color);
    border: solid 2px transparent;
    border: solid 0.125rem transparent;
    background-clip: content-box;
  }
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--dtl-header-banner-height));
  margin: 0 !important;
}
@media (max-width: 1439px) and (min-width: 1024px) {
  html {
    font-size: 1.1vw;
  }
}
@media (min-width: 1024px) {
  html:has(.dtl-header-banner) {
    --dtl-header-banner-height: 74px;
    --dtl-header-banner-height: 4.625rem;
  }
}
body {
  font-family: 'Kanit', sans-serif;
  color: #595861;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: var(--dtl-app-min-width);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--dtl-header-banner-height, 0px));
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
body:has(.dtl-header + .dtl-section-hero) .dtl-header {
  background: none;
}
body:has(.dtl-header + .dtl-section-hero) .dtl-section-hero {
  margin-top: calc(-1 * var(--dtl-header-height));
  padding-top: calc(var(--dtl-header-height) + var(--padding));
}
#wpadminbar {
  position: fixed !important;
  min-width: var(--dtl-app-min-width);
}
a {
  color: #4838f7;
  text-decoration: none;
}
a,
button,
input,
select,
textarea {
  outline: 0;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
a.focus-visible,
button.focus-visible,
input.focus-visible,
select.focus-visible,
textarea.focus-visible {
  outline: 2px dashed #b4aeff;
  outline: 0.125rem dashed #b4aeff;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
input,
button,
select,
textarea {
  color: #595861;
  font: inherit;
  margin: 0;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  color: #d2d1d0;
}
:-ms-input-placeholder {
  color: #d2d1d0;
}
::-webkit-input-placeholder {
  color: #d2d1d0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
  pointer-events: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
}
use {
  fill: currentColor;
}
svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.dtl-h1,
.dtl-h2,
.dtl-h3,
.dtl-h4,
.dtl-h5,
.dtl-h6 {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
}
h1 {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
  font-size: 76px;
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 53px;
    font-size: 3.313rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
h2 {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h3 {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h4 {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.swiper {
  margin: 0;
  min-width: 0;
}
.swiper-slide {
  height: auto;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  width: auto;
  inset: 0;
}
.glightbox-container {
  height: auto;
  bottom: 0;
}
.gslide-description[style='max-width: 1440;'] {
  max-width: 1440px !important;
  max-width: 90rem !important;
}
.gslide-title:last-child {
  margin: 0;
}
.glightbox-clean .gslide-title {
  font-family: 'Kanit', sans-serif;
}
.glightbox-clean .gslide-media {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dtl-slider-scrollbar {
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  width: 220px;
  width: 13.75rem;
  height: 4px;
  height: 0.25rem;
  background-color: #d2d1d0;
  border-radius: 4px;
  border-radius: 0.25rem;
  overflow: hidden;
  will-change: transform;
}
.dtl-slider-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #4838f7;
}
.dtl-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: var(--dtl-container-padding);
  padding-right: var(--dtl-container-padding);
  width: calc(var(--dtl-container-max-width) + 2 * var(--dtl-container-padding));
}
.dtl-icon {
  --size: 24px;
  --size: 1.5rem;
  width: var(--size);
  height: var(--size);
}
.dtl-icon use {
  fill: currentColor;
}
@media (max-width: 1199px) {
  .dtl-hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .dtl-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dtl-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .dtl-visible-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .dtl-visible-tablet {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .dtl-visible-desktop {
    display: none !important;
  }
}
.dtl-h1 {
  font-size: 76px;
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .dtl-h1 {
    font-size: 53px;
    font-size: 3.313rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .dtl-h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.dtl-h2 {
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 1023px) {
  .dtl-h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.dtl-h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dtl-h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.dtl-h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dtl-h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.dtl-text-l {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .dtl-text-l {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.dtl-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  height: 56px;
  height: 3.5rem;
  border: 0 !important;
  cursor: pointer;
  padding: 0 32px;
  padding: 0 2rem;
  max-width: 100%;
  border-radius: 56px;
  border-radius: 3.5rem;
  overflow: hidden;
  will-change: transform;
  background-color: #4838f7;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
}
.dtl-btn:hover {
  background-color: #6152ff;
}
.dtl-btn[disabled],
.dtl-btn.dtl-disabled {
  opacity: 0.5;
}
.dtl-btn svg {
  --size: 20px;
  --size: 1.25rem;
}
.dtl-btn-small {
  height: 40px;
  height: 2.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.dtl-btn-white {
  background-color: #fff;
  color: #201f1f;
}
.dtl-btn-white:hover {
  background-color: #dde9f9;
}
.dtl-btn-alt {
  background-color: #d8ff6e;
  color: #201f1f;
}
.dtl-btn-alt:hover {
  background-color: #fff;
}
.dtl-cover-img {
  position: relative;
  will-change: transform;
  overflow: hidden;
}
.dtl-cover-img img,
.dtl-cover-img video,
.dtl-cover-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dtl-cover-img img,
.dtl-cover-img video {
  -o-object-fit: cover;
     object-fit: cover;
}
.dtl-cover-img iframe {
  border: 0;
}
.dtl-contain-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dtl-contain-img picture,
.dtl-contain-img img {
  display: block;
  max-height: 100%;
}
.dtl-contain-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.dtl-tab-block {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.dtl-tab-block:not(.dtl-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.dtl-input {
  border-radius: 10px;
  border-radius: 0.625rem;
  border: solid 1px #d2d1d0;
  background-color: #f5f7fa;
  display: block;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  caret-color: #201f1f;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: border-color 0.4s, box-shadow 0.4s;
  transition: border-color 0.4s, box-shadow 0.4s;
  transition: border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  color: #201f1f;
  line-height: 1.4;
  font-size: 15px;
  font-size: 0.938rem;
  font-weight: 300;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-shadow: 0 0 0 1px rgba(89, 88, 97, 0);
          box-shadow: 0 0 0 1px rgba(89, 88, 97, 0);
}
.dtl-input:hover {
  border-color: #595861;
}
.dtl-input:focus {
  border-color: #595861;
  -webkit-box-shadow: 0 0 0 1px #595861;
          box-shadow: 0 0 0 1px #595861;
  outline: none;
}
.dtl-input:-webkit-autofill {
  -webkit-text-fill-color: #201f1f;
  background-color: transparent;
  -webkit-transition: background-color 5000000s 0s;
  -o-transition: background-color 5000000s 0s;
  transition: background-color 5000000s 0s;
}
.dtl-input:-webkit-autofill::first-line {
  font-family: 'Kanit', sans-serif;
}
.dtl-input::-webkit-outer-spin-button,
.dtl-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}
.dtl-input::-webkit-search-decoration,
.dtl-input::-webkit-search-cancel-button,
.dtl-input::-webkit-search-results-button,
.dtl-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}
.dtl-textarea {
  resize: none;
  height: 248px;
  height: 15.5rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.dtl-textarea.dtl-input-small {
  height: 104px;
  height: 6.5rem;
}
.dtl-link {
  color: #4838f7;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 1px;
  -webkit-transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  transition: color 0.4s, -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s, color 0.4s;
  transition: text-decoration-color 0.4s, color 0.4s;
  transition: text-decoration-color 0.4s, color 0.4s, -webkit-text-decoration-color 0.4s;
}
.dtl-link:hover {
  -webkit-text-decoration-color: rgba(72, 56, 247, 0);
          text-decoration-color: rgba(72, 56, 247, 0);
}
.dtl-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 666666;
}
.dtl-modal:not(.dtl-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.dtl-modal.dtl-open,
.dtl-modal.dtl-close {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.dtl-modal.dtl-open .modal-body,
.dtl-modal.dtl-close .modal-body {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.dtl-modal.dtl-active .dtl-modal-body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.dtl-modal-wrapp {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  padding: var(--dtl-container-padding);
  overflow: hidden;
  overflow-y: scroll;
  outline: none;
}
.dtl-modal-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 0;
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin: 0;
  padding: 8px;
  padding: 0.5rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 32px;
  border-radius: 2rem;
  background-color: #fff;
  will-change: transform;
}
@media (max-width: 1023px) {
  .dtl-modal-body {
    border-radius: 24px;
    border-radius: 1.5rem;
  }
}
.dtl-modal-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
}
@media (max-width: 1023px) {
  .dtl-modal-close-btn {
    right: 8px;
    right: 0.5rem;
    top: 8px;
    top: 0.5rem;
  }
}
.dtl-modal-close-btn svg {
  --size: 32px;
  --size: 2rem;
}
.dtl-modal-close-btn:hover {
  opacity: 0.7;
}
.dtl-modal-title {
  padding: 16px 40px 24px;
  padding: 1rem 2.5rem 1.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .dtl-modal-title {
    padding: 16px 32px 24px;
    padding: 1rem 2rem 1.5rem;
  }
}
.dtl-modal-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dtl-modal-media img,
.dtl-modal-media iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  border-radius: 1.5rem;
}
@media (max-width: 1023px) {
  .dtl-modal-media img,
  .dtl-modal-media iframe {
    border-radius: 16px;
    border-radius: 1rem;
  }
}
.dtl-modal-media iframe {
  border: 0;
}
.dtl-checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.dtl-checkbox-label input:checked ~ .dtl-checkbox-label-icon:before {
  border-color: #201f1f;
  background-color: #201f1f;
}
.dtl-checkbox-label input:checked ~ .dtl-checkbox-label-icon svg {
  opacity: 1;
}
.dtl-radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.dtl-radio-label input:checked ~ .dtl-radio-label-icon:before {
  border-color: #4838f7;
}
.dtl-radio-label input:checked ~ .dtl-radio-label-icon:after {
  opacity: 1;
}
.dtl-checkbox-label-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
}
.dtl-checkbox-label-icon:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  border: solid 1px #d2d1d0;
  -webkit-transition: background-color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, border-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  inset: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
}
.dtl-checkbox-label-icon svg {
  --size: 20px;
  --size: 1.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  z-index: 1;
}
.dtl-radio-label-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  position: relative;
}
.dtl-radio-label-icon:before,
.dtl-radio-label-icon:after {
  content: '';
  position: absolute;
  border-radius: inherit;
  width: var(--width);
  aspect-ratio: 1;
  left: calc(50% - 0.5 * var(--width));
  top: calc(50% - 0.5 * var(--width));
}
.dtl-radio-label-icon:before {
  --width: 20px;
  --width: 1.25rem;
  border: solid 2px #d2d1d0;
  border: solid 0.125rem #d2d1d0;
  -webkit-transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  transition: border-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: border-color 0.4s, box-shadow 0.4s;
  transition: border-color 0.4s, box-shadow 0.4s;
  transition: border-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 4px rgba(180, 174, 255, 0);
          box-shadow: 0 0 0 0.25rem rgba(180, 174, 255, 0);
}
.dtl-radio-label-icon:after {
  --width: 10px;
  --width: 0.625rem;
  background-color: #4838f7;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.dtl-checkbox-label-title,
.dtl-radio-label-title {
  min-width: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.dtl-checkbox-label-title a,
.dtl-radio-label-title a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.dtl-checkbox-label-title a:hover,
.dtl-radio-label-title a:hover {
  color: #6152ff;
}
.dtl-checkbox-input,
.dtl-radio-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  opacity: 0;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.dtl-checkbox-input:focus ~ .dtl-checkbox-label-icon:before {
  -webkit-box-shadow: 0 0 0 4px #b4aeff;
  -webkit-box-shadow: 0 0 0 0.25rem #b4aeff;
          box-shadow: 0 0 0 4px #b4aeff;
          box-shadow: 0 0 0 0.25rem #b4aeff;
}
.dtl-radio-input:focus ~ .dtl-radio-label-icon:before {
  -webkit-box-shadow: 0 0 0 4px #b4aeff;
  -webkit-box-shadow: 0 0 0 0.25rem #b4aeff;
          box-shadow: 0 0 0 4px #b4aeff;
          box-shadow: 0 0 0 0.25rem #b4aeff;
}
.dtl-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .dtl-section-header {
    gap: 24px;
    gap: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.dtl-section-header:last-child {
  margin-bottom: 0;
}
.dtl-section-desc {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.dtl-slider-mobile {
  overflow: visible;
}
@media (min-width: 1024px) {
  .dtl-slider-mobile .swiper-wrapper {
    --gap: 20px;
    --gap: 1.25rem;
    --columns: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--gap);
  }
}
@media (max-width: 1023px) {
  .dtl-slider-mobile .swiper-slide {
    width: 324px;
    width: 20.25rem;
  }
}
@media (min-width: 1024px) {
  .dtl-slider-mobile + .dtl-slider-nav {
    display: none;
  }
}
.dtl-course-item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 32px 48px;
  padding: 1.5rem 2rem 3rem;
  gap: 32px;
  gap: 2rem;
  background-color: #fff;
  border-radius: 32px;
  border-radius: 2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  color: inherit !important;
  will-change: transform;
}
@media (max-width: 1023px) {
  .dtl-course-item {
    padding: 24px 16px 32px;
    padding: 1.5rem 1rem 2rem;
    gap: 24px;
    gap: 1.5rem;
  }
}
.dtl-course-item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.dtl-course-item-img {
  height: 220px;
  height: 13.75rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1023px) {
  .dtl-course-item-img {
    height: 180px;
    height: 11.25rem;
  }
}
.dtl-course-item-img:before {
  content: '';
  width: 198px;
  width: 12.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(rgba(245, 247, 250, 0.5)));
  background: -o-linear-gradient(top, #f5f7fa 0%, rgba(245, 247, 250, 0.5) 100%);
  background: linear-gradient(180deg, #f5f7fa 0%, rgba(245, 247, 250, 0.5) 100%);
}
@media (max-width: 1023px) {
  .dtl-course-item-img:before {
    width: 160px;
    width: 10rem;
  }
}
.dtl-course-item-img img {
  position: relative;
  z-index: 1;
}
.dtl-course-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .dtl-course-item-body {
    gap: 8px;
    gap: 0.5rem;
  }
}
.dtl-price-table {
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto auto 0 0;
}
.dtl-price-table + .dtl-course-item-btn {
  margin-top: 0;
}
.dtl-price-table td,
.dtl-price-table th {
  vertical-align: top;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.dtl-price-table th {
  padding-right: 24px;
  padding-right: 1.5rem;
  text-align: left;
  font-weight: 500;
  color: #201f1f;
}
.dtl-price-table tr:last-child td,
.dtl-price-table tr:last-child th {
  padding-bottom: 0;
}
.price-item-old {
  text-decoration: line-through;
}
.price-item-current {
  color: #fa3a5c;
}
.dtl-course-item-btn {
  margin: auto auto 0;
}
.dtl-slider-nav {
  display: none;
  margin-top: 56px;
  margin-top: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .dtl-slider-nav {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.dtl-slider-nav:has(.swiper-pagination-bullets:not(.swiper-pagination-lock)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dtl-slider-nav:has(.dtl-slider-arrow-prev.swiper-button-disabled):has(.dtl-slider-arrow-next.swiper-button-disabled) {
  display: none;
}
.dtl-slider-arrow {
  padding: 0;
  width: 56px;
  width: 3.5rem;
}
.dtl-slider-pagination {
  width: auto !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
}
.dtl-slider-pagination span {
  margin: 0 !important;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border: solid 1px #c7d9ef;
  opacity: 1;
  cursor: pointer;
  background: none;
  -webkit-transition: left 0.4s, border-color 0.4s, background-color 0.4s, -webkit-transform 0.4s !important;
  transition: left 0.4s, border-color 0.4s, background-color 0.4s, -webkit-transform 0.4s !important;
  -o-transition: left 0.4s, transform 0.4s, border-color 0.4s, background-color 0.4s !important;
  transition: left 0.4s, transform 0.4s, border-color 0.4s, background-color 0.4s !important;
  transition: left 0.4s, transform 0.4s, border-color 0.4s, background-color 0.4s, -webkit-transform 0.4s !important;
}
.dtl-slider-pagination span:hover {
  border-color: #d2d1d0;
}
.dtl-slider-pagination span.swiper-pagination-bullet-active {
  border-color: #c7d9ef;
  background-color: #c7d9ef;
}
.dtl-clubs-slider {
  overflow: visible;
}
.dtl-clubs-slider .swiper-wrapper {
  --gap: 20px;
  --gap: 1.25rem;
  --columns: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .dtl-clubs-slider .swiper-wrapper {
    --gap: 16px;
    --gap: 1rem;
    --columns: 1;
  }
}
.dtl-club-item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  padding: 1.5rem;
  gap: 32px;
  gap: 2rem;
  min-height: 520px;
  min-height: 32.5rem;
  color: #fff !important;
  border-radius: 32px;
  border-radius: 2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .dtl-club-item {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    gap: 24px;
    gap: 1.5rem;
    min-height: 476px;
    min-height: 29.75rem;
  }
}
.dtl-club-item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.dtl-club-item-img {
  position: absolute;
  inset: 0;
  background-color: #201f1f;
}
.dtl-club-item-img:has(img) {
  background: none;
}
.dtl-club-item-img:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 232px;
  height: 14.5rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.dtl-club-item-like {
  margin: -12px -12px 0 auto;
  margin: -0.75rem -0.75rem 0 auto;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #d8ff6e;
  color: #201f1f;
  position: relative;
  z-index: 2;
}
.dtl-club-item-like svg {
  --size: 20px;
  --size: 1.25rem;
}
.dtl-club-item-body {
  margin-top: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  gap: 0.75rem;
}
.dtl-club-item-body .dtl-price-table {
  color: #c7d9ef;
}
.dtl-club-item-body .dtl-price-table th {
  color: #fff;
}
.dtl-club-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media (max-width: 1023px) {
  .dtl-club-item-content {
    gap: 8px;
    gap: 0.5rem;
  }
}
.dtl-club-item-title {
  color: inherit;
}
@media (min-width: 1024px) {
  .dtl-club-item-arrow {
    --size: 44px;
    --size: 2.75rem;
  }
}
.dtl-section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media (max-width: 1023px) {
  .dtl-section-btn {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
@media (max-width: 479px) {
  .dtl-section-btn .dtl-btn {
    width: 100%;
  }
}
.dtl-section-students {
  overflow: hidden;
}
.dtl-students-slider {
  overflow: visible;
}
.dtl-student-item {
  width: 324px;
  width: 20.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  padding: 1.25rem;
  min-height: 520px;
  min-height: 32.5rem;
  color: #fff !important;
  border-radius: 32px;
  border-radius: 2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .dtl-student-item {
    will-change: transform;
  }
}
@media (max-width: 1023px) {
  .dtl-student-item {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
    width: 296px;
    width: 18.5rem;
    min-height: 476px;
    min-height: 29.75rem;
  }
}
.dtl-student-item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.dtl-student-item-img {
  position: absolute;
  inset: 0;
  background-color: #201f1f;
  border-radius: inherit;
}
.dtl-student-item-img:has(img) {
  background: none;
}
.dtl-student-item-img:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 232px;
  height: 14.5rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.dtl-student-item-img .dtl-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.dtl-video-play-btn {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(216, 255, 110, 0.66);
  backdrop-filter: blur(6px);
  backdrop-filter: blur(0.375rem);
  display: grid;
  place-items: center;
  color: #4838f7;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.dtl-video-play-btn:hover {
  background-color: rgba(255, 255, 255, 0.66);
}
.dtl-video-play-btn svg {
  --size: 18px;
  --size: 1.125rem;
}
.dtl-student-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.dtl-student-item-title {
  color: inherit;
}
.dtl-student-item-desc {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2lh;
}
@media (min-width: 1024px) {
  .dtl-student-item-desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.dtl-section-teachers {
  overflow: hidden;
}
.dtl-teachers-head .dtl-section-header {
  margin: 0;
}
@media (min-width: 1024px) {
  .dtl-teachers-slider .swiper-wrapper {
    --columns: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dtl-teacher-item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  padding: 1.25rem;
  min-height: 520px;
  min-height: 32.5rem;
  color: #fff !important;
  border-radius: 32px;
  border-radius: 2rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .dtl-teacher-item {
    will-change: transform;
  }
}
@media (max-width: 1023px) {
  .dtl-teacher-item {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
    width: 296px;
    width: 18.5rem;
    min-height: 476px;
    min-height: 29.75rem;
  }
}
.dtl-teacher-item:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.dtl-teacher-item .dtl-video-play-btn {
  margin: 0 0 auto auto;
  position: relative;
  z-index: 1;
}
.dtl-teacher-item-img {
  position: absolute;
  inset: 0;
  background-color: #201f1f;
  border-radius: inherit;
}
.dtl-teacher-item-img:has(img) {
  background: none;
}
.dtl-teacher-item-img:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 232px;
  height: 14.5rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.dtl-teacher-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.dtl-teacher-item-title {
  color: inherit;
}
.dtl-teacher-item-desc {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2lh;
}
@media (min-width: 1024px) {
  .dtl-teacher-item-desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.dtl-content-text {
  display: flow-root;
}
.dtl-content-text > *:not(.dtl-section) {
  width: var(--dtl-container-max-width);
  max-width: calc(100% - 2 * var(--dtl-container-padding));
  margin-left: auto;
  margin-right: auto;
}
.dtl-content-text h1,
.dtl-content-text h2,
.dtl-content-text h3,
.dtl-content-text h4,
.dtl-content-text h5,
.dtl-content-text h6 {
  margin: calc(2.5 * var(--dtl-content-gap)) 0 var(--dtl-content-gap);
}
.dtl-content-text h1:first-child,
.dtl-content-text h2:first-child,
.dtl-content-text h3:first-child,
.dtl-content-text h4:first-child,
.dtl-content-text h5:first-child,
.dtl-content-text h6:first-child {
  margin-top: 0;
}
.dtl-content-text h1:last-child,
.dtl-content-text h2:last-child,
.dtl-content-text h3:last-child,
.dtl-content-text h4:last-child,
.dtl-content-text h5:last-child,
.dtl-content-text h6:last-child {
  margin-bottom: 0;
}
.dtl-content-text p {
  margin-bottom: var(--dtl-content-gap);
}
.dtl-content-text p:last-child {
  margin-bottom: 0;
}
.dtl-content-text p:empty + * {
  margin-top: calc(var(--dtl-content-gap) * 2);
}
.dtl-content-text a:not(.dtl-btn):not(.dtl-btn-link):not(.dtl-content-custom-link):not(.wp-block-button__link) {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: rgba(72, 56, 247, 0);
          text-decoration-color: rgba(72, 56, 247, 0);
  -webkit-transition: color -4dtl, -webkit-text-decoration-color -4dtl;
  transition: color -4dtl, -webkit-text-decoration-color -4dtl;
  -o-transition: text-decoration-color -4dtl, color -4dtl;
  transition: text-decoration-color -4dtl, color -4dtl;
  transition: text-decoration-color -4dtl, color -4dtl, -webkit-text-decoration-color -4dtl;
}
.dtl-content-text ol {
  list-style: none;
  counter-reset: counter;
  margin-bottom: var(--dtl-content-gap);
}
.dtl-content-text ol:last-child {
  margin-bottom: 0;
}
@supports not (display: flow-root) {
  .dtl-content-text ol {
    overflow: hidden;
  }
}
.dtl-content-text ol li {
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
  display: flow-root;
}
.dtl-content-text ol li:before {
  content: counter(counter) '.';
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter;
  width: 28px;
  width: 1.75rem;
  text-align: center;
}
.dtl-content-text ul:not(.dtl-content-custom-list):not(.blocks-gallery-grid) {
  margin-bottom: var(--dtl-content-gap);
}
.dtl-content-text ul:not(.dtl-content-custom-list):not(.blocks-gallery-grid):last-child {
  margin-bottom: 0;
}
@supports not (display: flow-root) {
  .dtl-content-text ul:not(.dtl-content-custom-list):not(.blocks-gallery-grid) {
    overflow: hidden;
  }
}
.dtl-content-text ul:not(.dtl-content-custom-list):not(.blocks-gallery-grid) li {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  display: flow-root;
}
.dtl-content-text ul:not(.dtl-content-custom-list):not(.blocks-gallery-grid) li:before {
  content: '';
  position: absolute;
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  left: 12px;
  left: 0.75rem;
  top: calc(0.5lh - 2px);
  top: calc(0.5lh - 0.125rem);
  background-color: currentColor;
  border-radius: 50%;
}
.dtl-content-text blockquote {
  padding: 24px;
  padding: 1.5rem;
  border-radius: 16px;
  border-radius: 1rem;
  background-color: #f5f7fa;
}
@media (max-width: 1023px) {
  .dtl-content-text blockquote {
    padding: 16px;
    padding: 1rem;
  }
}
.dtl-content-text figcaption {
  margin-top: var(--dtl-content-gap);
}
.dtl-content-text .clear {
  clear: both;
}
.wp-block-separator {
  margin: calc(2 * var(--dtl-content-gap)) 0;
  height: 1px;
  background-color: #d2d1d0;
  border: 0;
}
@media (max-width: 1023px) {
  .wp-block-separator {
    margin: var(--dtl-content-gap) 0;
  }
}
.wp-block-separator:first-child {
  margin-top: 0;
}
.wp-block-separator:last-child {
  margin-bottom: 0;
}
.wp-block-image {
  margin: calc(2.5 * var(--dtl-content-gap)) 0;
}
.wp-block-image img {
  display: block;
  border-radius: 30px;
  border-radius: 1.875rem;
}
@media (max-width: 1023px) {
  .wp-block-image img {
    border-radius: 20px;
    border-radius: 1.25rem;
  }
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-table {
  overflow: visible;
}
@media (max-width: 767px) {
  .wp-block-table {
    overflow-y: auto;
  }
  .wp-block-table::-webkit-scrollbar {
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    background-color: transparent;
  }
  .wp-block-table::-webkit-scrollbar-thumb {
    background-color: var(--dtl-scrollbar-color);
    border: solid 2px transparent;
    border: solid 0.125rem transparent;
    background-clip: content-box;
  }
  .wp-block-table table {
    table-layout: auto;
    white-space: nowrap;
    width: 100%;
  }
  .wp-block-table table tbody tr:last-child td {
    border-bottom: 0;
  }
  .wp-block-table table td,
  .wp-block-table table th {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    border-bottom: solid 1px #4838f7;
    height: 60px;
    height: 3.75rem;
    text-align: left;
  }
  .wp-block-table table td:last-child,
  .wp-block-table table th:last-child {
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .wp-block-table table thead {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #4838f7;
    letter-spacing: -4dtl;
    font-weight: 600;
  }
  .wp-block-table table img {
    display: block;
    margin: auto;
  }
}
.dtl-container .dtl-content-text > *:not(.dtl-section) {
  width: unset;
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
}
.wp-block-image.alignright {
  margin-bottom: var(--dtl-content-gap);
  max-width: 50%;
  margin-left: 30px;
  margin-left: 1.875rem;
  float: right;
}
@media (max-width: 479px) {
  .wp-block-image.alignright {
    float: none !important;
    margin-left: 0;
    display: block;
    max-width: none;
  }
  .wp-block-image.alignright img {
    display: block;
    margin: auto;
  }
}
.wp-block-image.alignleft {
  margin-bottom: var(--dtl-content-gap);
  max-width: 50%;
  margin-right: 30px;
  margin-right: 1.875rem;
  float: left;
}
@media (max-width: 479px) {
  .wp-block-image.alignleft {
    float: none !important;
    margin-right: 0;
    display: block;
    max-width: none;
  }
  .wp-block-image.alignleft img {
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
@media (max-width: 767px) {
  .wp-block-table .has-fixed-layout td,
  .wp-block-table .has-fixed-layout th {
    word-break: normal;
  }
}
.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .wp-block-button {
    width: 100%;
  }
}
body .dtl-content-text .is-layout-constrained > :where(:not(.dtl-alignleft):not(.dtl-alignright):not(.dtl-alignfull)) {
  max-width: 100%;
}
body .is-layout-flex {
  gap: 32px;
  gap: 2rem;
}
@media (max-width: 1023px) {
  body .is-layout-flex {
    gap: 24px;
    gap: 1.5rem;
  }
}
body .is-layout-flow > * + * {
  -webkit-margin-before: var(--dtl-content-gap);
          margin-block-start: var(--dtl-content-gap);
}
.dtl-header-banner {
  padding: 16px 4px;
  padding: 1rem 0.25rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 66;
  color: #201f1f;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .dtl-header-banner {
    padding: 8px 4px;
    padding: 0.5rem 0.25rem;
    position: fixed;
    inset: var(--wp-admin--admin-bar--height, 0px) 0 auto;
    height: var(--dtl-header-banner-height);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.dtl-header-banner:before {
  content: '';
  position: absolute;
  inset: 8px 4px;
  inset: 0.5rem 0.25rem;
  border-radius: 24px;
  border-radius: 1.5rem;
  background-color: #d8ff6e;
}
.dtl-header-banner .dtl-container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .dtl-header-banner .dtl-container {
    gap: 8px;
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .dtl-header-banner .dtl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dtl-header-banner-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.dtl-header-banner-timer-date {
  width: 132px;
  width: 8.25rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .dtl-header-banner-timer-date {
    width: 102px;
    width: 6.375rem;
  }
}
.dtl-header {
  background-color: #4838f7;
  color: #fff;
  position: relative;
  z-index: 6;
}
@media (max-width: 1023px) {
  .dtl-header {
    z-index: 600;
  }
  .dtl-header.dtl-fixed .dtl-header-nav-open {
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 0.5 * var(--dtl-header-height) - 28px);
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 0.5 * var(--dtl-header-height) - 1.75rem);
    right: var(--dtl-container-padding);
    z-index: 600;
  }
}
.dtl-header > .dtl-container {
  height: var(--dtl-header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dtl-header .dtl-contact-links-social a {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.dtl-header .dtl-contact-links-tel {
  color: inherit;
}
.dtl-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  max-width: 116px;
  max-width: 7.25rem;
  color: inherit;
}
.dtl-logo-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.dtl-header .dtl-logo-desc {
  display: none;
}
@media (max-width: 1023px) {
  .dtl-header-nav {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
  .dtl-header-nav .dtl-modal-wrapp {
    padding: 0;
  }
  .dtl-header-nav .dtl-modal-body {
    width: 300px;
    width: 18.75rem;
    margin-right: 0;
    height: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-radius: 0;
    gap: 24px;
    gap: 1.5rem;
    background-color: #fff;
    color: #201f1f;
    overflow: hidden auto;
    padding: 32px 16px;
    padding: 2rem 1rem;
  }
  .dtl-header-nav.dtl-active .dtl-modal-body {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .dtl-header-nav .dtl-logo path[fill] {
    fill: #4838f7;
  }
  .dtl-header-nav .dtl-logo path[stroke] {
    stroke: #4838f7;
  }
}
@media (min-width: 1024px) {
  .dtl-header > .dtl-container > .dtl-logo {
    max-width: 133.4px;
    max-width: 8.3375rem;
  }
  .dtl-header-nav {
    all: unset;
    display: contents;
  }
  .dtl-header-nav:not(.dtl-active) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .dtl-header-nav .dtl-modal-wrapp {
    all: unset;
    display: contents;
    overflow: hidden;
  }
  .dtl-header-nav .dtl-modal-body {
    all: unset;
    display: contents;
  }
  .dtl-header-nav .dtl-logo {
    display: none;
  }
}
.dtl-header-nav .dtl-modal-close-btn {
  right: calc(300px + 16px);
  right: calc(18.75rem + 1rem);
  top: calc(0.5 * var(--dtl-header-height) - 16px);
  top: calc(0.5 * var(--dtl-header-height) - 1rem);
}
.dtl-header-nav .dtl-modal-close-btn svg {
  --size: 32px;
  --size: 2rem;
}
.dtl-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dtl-header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto 0;
    text-align: center;
  }
}
.dtl-header-menu a {
  color: inherit;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dtl-header-menu a:hover {
  opacity: 0.7;
}
.dtl-contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .dtl-contact-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
}
.dtl-contact-links-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #201f1f;
  white-space: nowrap;
}
.dtl-contact-links-tel:hover {
  opacity: 0.7;
}
.dtl-contact-links-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .dtl-contact-links-social {
    gap: 12px;
    gap: 0.75rem;
  }
}
.dtl-contact-links-social a {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
.dtl-contact-links-social a img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.dtl-contact-links-social a:hover img {
  -webkit-transform: translateY(-4px);
  -webkit-transform: translateY(-0.25rem);
      -ms-transform: translateY(-4px);
      -ms-transform: translateY(-0.25rem);
          transform: translateY(-4px);
          transform: translateY(-0.25rem);
}
.dtl-header-nav-open {
  display: grid;
  place-items: center;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #1708c1;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  margin-left: auto;
}
.dtl-header-nav-open svg {
  --size: 32px;
  --size: 2rem;
}
.dtl-modal-foot {
  padding: 24px 16px 16px;
  padding: 1.5rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .dtl-modal-foot {
    padding: 16px 8px 8px;
    padding: 1rem 0.5rem 0.5rem;
  }
}
.dtl-modal-foot.dtl-hide {
  display: none;
}
.dtl-modal-application-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
.dtl-modal-application-link img {
  width: 60px;
  width: 3.75rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.dtl-modal-application-link:hover .dtl-modal-application-link-text {
  -webkit-text-decoration-color: rgba(69, 190, 69, 0);
          text-decoration-color: rgba(69, 190, 69, 0);
}
.dtl-modal-application-link-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
.dtl-modal-application-link-title {
  color: #201f1f;
}
.dtl-modal-application-link-text {
  color: #45be45;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.188rem;
  text-decoration-thickness: 1px;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.dtl-modal-application-qr {
  width: 110px;
  width: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.dtl-footer {
  margin-top: auto;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media (max-width: 1023px) {
  .dtl-footer {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
.dtl-footer-main {
  padding-top: 100px;
  padding-top: 6.25rem;
  background-color: #f5f7fa;
  border-radius: 60px 60px 0 0;
  border-radius: 3.75rem 3.75rem 0 0;
}
@media (max-width: 1023px) {
  .dtl-footer-main {
    border-radius: 32px 32px 0 0;
    border-radius: 2rem 2rem 0 0;
  }
}
.dtl-footer-main .dtl-container {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .dtl-footer-main .dtl-container {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .dtl-footer-main {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}
.dtl-footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .dtl-footer-body {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.dtl-footer-title {
  font-weight: 600;
}
.dtl-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1023px) {
  .dtl-aside {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.dtl-copyright {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .dtl-copyright {
    text-align: right;
  }
}
.dtl-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dtl-footer-logo img {
  width: 100%;
}
.dtl-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .dtl-breadcrumbs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow-x: auto;
    margin: 0 calc(-1 * var(--dtl-container-padding)) 16px;
    margin: 0 calc(-1 * var(--dtl-container-padding)) 1rem;
    padding: 10px var(--dtl-container-padding);
    padding: 0.625rem var(--dtl-container-padding);
    width: 100vw;
    min-width: var(--dtl-app-min-width);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dtl-breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.dtl-breadcrumbs:last-child {
  margin-bottom: 0;
}
.dtl-breadcrumbs li:not(:last-child) {
  padding-right: 8px;
  padding-right: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  position: relative;
}
.dtl-breadcrumbs li:not(:last-child):after {
  content: '';
  position: absolute;
  left: 100%;
  border-right: solid 1px #d2d1d0;
  height: 20px;
  height: 1.25rem;
  top: calc(50% - 10px);
  top: calc(50% - 0.625rem);
}
@media (max-width: 1023px) {
  .dtl-breadcrumbs li:first-child {
    margin-left: auto;
  }
  .dtl-breadcrumbs li:last-child {
    margin-right: auto;
  }
}
.dtl-breadcrumbs a {
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dtl-breadcrumbs a:hover {
  color: #4838f7;
}
.dtl-section {
  --padding: 100px;
  --padding: 6.25rem;
  padding: var(--padding) 0;
}
@media (max-width: 1023px) {
  .dtl-section {
    --padding: 40px;
    --padding: 2.5rem;
  }
}
.dtl-section h1,
.dtl-section h2,
.dtl-section h3,
.dtl-section h4,
.dtl-section h5,
.dtl-section h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.dtl-section a {
  text-decoration: none;
}
.dtl-section + .dtl-section-benefits {
  margin-top: -100px;
  margin-top: -6.25rem;
}
@media (max-width: 1023px) {
  .dtl-section + .dtl-section-benefits {
    margin-top: -40px;
    margin-top: -2.5rem;
  }
}
.dtl-section-hero {
  --padding: 60px;
  --padding: 3.75rem;
  margin: 8px;
  margin: 0.5rem;
  overflow: hidden;
  will-change: transform;
  border-radius: 32px;
  border-radius: 2rem;
  background: #4838f7 url(../img/hero-bg.webp) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: var(--padding) 0;
  min-height: min(740px, calc(100vh - 16px - var(--wp-admin--admin-bar--height, 0px) - var(--dtl-header-banner-height, 0px)));
  min-height: min(46.25rem, calc(100vh - 1rem - var(--wp-admin--admin-bar--height, 0px) - var(--dtl-header-banner-height, 0px)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .dtl-section-hero {
    border-radius: 24px;
    border-radius: 1.5rem;
    min-height: 0;
    --padding: 16px;
    --padding: 1rem;
    margin: 4px;
    margin: 0.25rem;
  }
}
.dtl-section-hero .dtl-container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 16px;
  gap: 2.5rem 1rem;
  padding: 0 calc(var(--dtl-container-padding) - 8px);
  padding: 0 calc(var(--dtl-container-padding) - 0.5rem);
}
@media (max-width: 1023px) {
  .dtl-section-hero .dtl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 calc(var(--dtl-container-padding) - 4px);
    padding: 0 calc(var(--dtl-container-padding) - 0.25rem);
  }
}
.dtl-section-hero .dtl-section-header {
  gap: 24px;
  gap: 1.5rem;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.dtl-section-hero .dtl-section-title {
  color: #201f1f;
  font-family: 'Kanit', sans-serif;
  font-size: 76px;
  font-size: 4.75rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: inherit;
}
@media (max-width: 1023px) {
  .dtl-section-hero .dtl-section-title {
    font-size: 53px;
    font-size: 3.313rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .dtl-section-hero .dtl-section-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.dtl-section-hero .dtl-section-title span:not(.dtl-hero-title-line) {
  color: #d8ff6e;
}
.dtl-hero-reveal .dtl-hero-reveal-item:not(.dtl-hero-reveal-title) {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 1640ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1640ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}
.dtl-hero-reveal .dtl-hero-title-line {
  display: block;
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 1640ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1640ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--dtl-hero-line-delay, 180ms);
  will-change: opacity, filter, transform;
}
.dtl-hero-reveal .dtl-hero-reveal-desc {
  transition-delay: 920ms;
}
.dtl-hero-reveal .dtl-hero-reveal-btn {
  transform: translate3d(0, 18px, 0) scale(0.96);
  transition-delay: 1160ms;
}
.dtl-hero-reveal .dtl-hero-reveal-img {
  filter: blur(4px);
  transform: translate3d(0, 18px, 0) scale(1.035);
  transition-delay: 720ms;
}
.dtl-hero-reveal .dtl-hero-reveal-quote {
  transform: translate3d(0, 22px, 0);
  transition-delay: 1520ms;
}
.dtl-hero-reveal.dtl-hero-ready .dtl-hero-reveal-item,
.dtl-hero-reveal.dtl-hero-ready .dtl-hero-reveal-btn,
.dtl-hero-reveal.dtl-hero-ready .dtl-hero-reveal-img,
.dtl-hero-reveal.dtl-hero-ready .dtl-hero-reveal-quote,
.dtl-hero-reveal.dtl-hero-ready .dtl-hero-title-line {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .dtl-hero-reveal .dtl-hero-reveal-item,
  .dtl-hero-reveal .dtl-hero-title-line {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
.dtl-section-hero + .dtl-section-benefits {
  margin-top: 0;
}
.dtl-hero-body {
  width: 767px;
  width: 47.938rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .dtl-hero-body {
    width: auto;
    gap: 32px;
    gap: 2rem;
  }
}
@media (max-width: 479px) {
  .dtl-hero-btn {
    width: 100%;
  }
}
.dtl-hero-aside {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .dtl-hero-aside {
    width: 767px;
    width: 47.938rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.dtl-hero-img {
  max-width: 530px;
  max-width: 33.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: auto 0 calc(-1 * var(--padding));
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1023px) {
  .dtl-hero-img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 342px;
    max-width: 21.375rem;
  }
}
.dtl-hero-img img {
  position: relative;
  z-index: 1;
}
.dtl-hero-img:before {
  content: '';
  position: absolute;
  right: -16px;
  right: -1rem;
  bottom: -156px;
  bottom: -9.75rem;
  pointer-events: none;
  width: 624px;
  width: 39rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.012)), to(rgba(217, 217, 217, 0.12)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.012) 0%, rgba(217, 217, 217, 0.12) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0%, rgba(217, 217, 217, 0.12) 100%);
}
@media (max-width: 1023px) {
  .dtl-hero-img:before {
    width: 400px;
    width: 25rem;
    bottom: -96px;
    bottom: -6rem;
  }
}
.dtl-hero-quote {
  margin: -16px -64px 0 -64px;
  margin: -1rem -4rem 0 -4rem;
  position: relative;
  z-index: 1;
  width: 290px;
  width: 18.125rem;
  padding: 24px;
  padding: 1.5rem;
  min-height: 200px;
  min-height: 12.5rem;
  background: #28282833;
  backdrop-filter: blur(30px);
  backdrop-filter: blur(1.875rem);
  border-radius: 20px;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
}
@media (max-width: 1599px) {
  .dtl-hero-quote {
    margin-left: -140px;
    margin-left: -8.75rem;
  }
}
@media (max-width: 1023px) {
  .dtl-hero-quote {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.dtl-hero-quote svg {
  --size: 16px;
  --size: 1rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 12px;
  top: 0.75rem;
}
.dtl-hero-quote-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
.dtl-hero-quote-user-position {
  color: #d2d1d0;
  font-size: 14px;
  font-size: 0.875rem;
}
.dtl-section-benefits {
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media (max-width: 1023px) {
  .dtl-section-benefits {
    padding: 32px 0;
    padding: 2rem 0;
  }
}
.dtl-section-playfree {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  padding-bottom: 13px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.dtl-section-playfree .dtl-container {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  border-radius: 2rem;
  background: #4838f7 url(../img/hero-bg.webp) center center no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 72px;
  padding: 3.5rem 4.5rem;
}
.dtl-section-playfree .dtl-container:before {
  content: '';
  position: absolute;
  right: -96px;
  right: -6rem;
  bottom: -156px;
  bottom: -9.75rem;
  width: 440px;
  width: 27.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(217, 217, 217, 0.14) 100%);
}
.dtl-playfree-body {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 640px;
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  gap: 2rem;
}
.dtl-section-playfree .dtl-section-header {
  margin: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  gap: 1.25rem;
}
.dtl-playfree-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #d8ff6e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dtl-section-playfree .dtl-section-title {
  color: inherit;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.05;
}
.dtl-section-playfree .dtl-section-desc {
  max-width: 520px;
  max-width: 32.5rem;
}
.dtl-playfree-btn {
  position: relative;
  z-index: 1;
}
.dtl-playfree-aside {
  position: relative;
  z-index: 1;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 360px;
          flex: 1 1 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dtl-playfree-media {
  width: min(100%, 420px);
  border-radius: 28px;
  border-radius: 1.75rem;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.dtl-playfree-media img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .dtl-section-playfree {
    margin: 0.25rem;
  }
  .dtl-section-playfree .dtl-container {
    border-radius: 24px;
    border-radius: 1.5rem;
    padding: 32px 20px;
    padding: 2rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .dtl-section-playfree .dtl-container:before {
    right: -64px;
    right: -4rem;
    bottom: -120px;
    bottom: -7.5rem;
    width: 320px;
    width: 20rem;
  }
  .dtl-section-playfree .dtl-section-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .dtl-playfree-eyebrow {
    min-height: 36px;
    padding: 8px 14px;
  }
  .dtl-playfree-body {
    gap: 24px;
    gap: 1.5rem;
  }
  .dtl-playfree-aside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dtl-playfree-media {
    width: min(100%, 360px);
  }
}
@media (max-width: 767px) {
  .dtl-section-playfree .dtl-section-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .dtl-playfree-btn {
    width: 100%;
  }
  .dtl-playfree-media {
    width: 100%;
  }
}
.dtl-section-recruit {
  max-width: 1100px;
  margin: 24px auto 8px;
  margin: 1.5rem auto 0.5rem;
  padding-top: 13px;
}
.dtl-section-recruit .dtl-container {
  overflow: hidden;
  position: relative;
  min-height: 460px;
  border-radius: 32px;
  border-radius: 2rem;
  background: #4838f7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 72px;
  padding: 3.5rem 4.5rem;
}
.dtl-section-recruit .dtl-container:before {
  content: '';
  position: absolute;
  right: -96px;
  right: -6rem;
  bottom: -156px;
  bottom: -9.75rem;
  width: 440px;
  width: 27.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(217, 217, 217, 0.14) 100%);
}
.dtl-recruit-body {
  position: relative;
  z-index: 2;
  width: 58%;
  max-width: 590px;
  max-width: 36.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  gap: 2rem;
}
.dtl-section-recruit .dtl-section-header {
  margin: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  gap: 1.25rem;
}
.dtl-section-recruit .dtl-section-title {
  color: inherit;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.08;
}
.dtl-section-recruit .dtl-section-desc {
  max-width: 560px;
  max-width: 35rem;
}
.dtl-recruit-btn {
  position: relative;
  z-index: 2;
}
.dtl-recruit-aside {
  position: absolute;
  z-index: 1;
  right: 24px;
  right: 1.5rem;
  bottom: 0;
  width: 43%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.dtl-recruit-aside img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 94%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 1023px) {
  .dtl-section-playfree {
    padding-bottom: 4px;
  }
  .dtl-section-recruit {
    margin: 0.75rem 0.25rem 0.25rem;
    padding-top: 4px;
  }
  .dtl-section-recruit .dtl-container {
    min-height: 0;
    border-radius: 24px;
    border-radius: 1.5rem;
    padding: 32px 20px 330px;
    padding: 2rem 1.25rem 20.625rem;
  }
  .dtl-section-recruit .dtl-container:before {
    right: -64px;
    right: -4rem;
    bottom: -120px;
    bottom: -7.5rem;
    width: 320px;
    width: 20rem;
  }
  .dtl-recruit-body {
    width: 100%;
    max-width: 680px;
    max-width: 42.5rem;
    gap: 24px;
    gap: 1.5rem;
  }
  .dtl-section-recruit .dtl-section-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .dtl-recruit-aside {
    right: 16px;
    right: 1rem;
    width: 56%;
    height: 330px;
    height: 20.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .dtl-recruit-aside img {
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .dtl-section-recruit .dtl-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 0;
  }
  .dtl-section-recruit .dtl-section-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .dtl-recruit-btn {
    width: 100%;
  }
  .dtl-recruit-aside {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    height: auto;
    aspect-ratio: 2 / 3;
    margin-top: 24px;
    margin-top: 1.5rem;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dtl-recruit-aside img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.dtl-section-benefits + .dtl-section {
  padding-top: 0;
}
.dtl-benefits-list {
  --gap: 24px;
  --gap: 1.5rem;
  --columns: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .dtl-benefits-list {
    --columns: 2;
    --gap: 16px;
    --gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .dtl-benefits-list[data-count='1'] {
    --columns: 2;
  }
  .dtl-benefits-list[data-count='2'] {
    --columns: 2;
  }
  .dtl-benefits-list[data-count='4'] {
    --columns: 4;
  }
}
.dtl-benefits-item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding: 1.25rem;
  background-color: #f5f7fa;
  gap: 24px;
  gap: 1.5rem;
  border-radius: 32px;
  border-radius: 2rem;
}
@media (max-width: 1023px) {
  .dtl-benefits-item {
    border-radius: 24px;
    border-radius: 1.5rem;
  }
}
@media (max-width: 767px) {
  .dtl-benefits-item {
    width: 100%;
  }
}
.dtl-benefits-item-icon {
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.dtl-benefits-item-text {
  color: #201f1f;
}
.dtl-section-courses {
  overflow: hidden;
}
.dtl-courses-main {
  padding: 120px 100px;
  padding: 7.5rem 6.25rem;
  border-radius: 32px;
  border-radius: 2rem;
  background-color: #f5f7fa;
}
@media (max-width: 1023px) {
  .dtl-courses-main {
    padding: 40px var(--dtl-container-padding);
    padding: 2.5rem var(--dtl-container-padding);
    margin: 0 calc(-1 * var(--dtl-container-padding));
    border-radius: 0;
  }
}
.dtl-courses-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 32px;
  gap: 2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .dtl-courses-head {
    gap: 24px;
    gap: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.dtl-courses-head .dtl-section-header {
  display: contents;
}
.dtl-courses-head .dtl-section-desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .dtl-courses-nav-wrapp {
    min-width: 86.6%;
  }
}
@media (max-width: 1023px) {
  .dtl-tabs-nav-wrapp {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin: 0 calc(-1 * var(--dtl-container-padding));
    padding: 0 var(--dtl-container-padding);
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dtl-tabs-nav-wrapp::-webkit-scrollbar {
    display: none;
  }
}
.dtl-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  background-color: #fff;
  border: solid 1px #d2d1d0;
  gap: 4px;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .dtl-tabs-nav {
    width: auto;
    white-space: nowrap;
    margin: 0 auto;
  }
}
.dtl-tabs-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 68px;
  min-height: 4.25rem;
  padding: 12px 48px;
  padding: 0.75rem 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-radius: inherit;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .dtl-tabs-nav-btn {
    min-height: 56px;
    min-height: 3.5rem;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
  }
}
.dtl-tabs-nav-btn:hover {
  background-color: #d8ff6e;
  color: #201f1f;
}
.dtl-tabs-nav-btn.dtl-active {
  background-color: #201f1f;
  color: #fff;
  pointer-events: none;
}
.dtl-section-clubs {
  overflow: hidden;
}
.dtl-section-advantages {
  overflow: hidden;
}
.dtl-advantages-slider {
  overflow: visible;
}
.dtl-advantages-item {
  padding: 60px 40px 80px;
  padding: 3.75rem 2.5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 32px;
  border-radius: 2rem;
  background-color: #f5f7fa;
}
@media (max-width: 1023px) {
  .dtl-advantages-item {
    width: 296px;
    width: 18.5rem;
    padding: 24px 16px 32px;
    padding: 1.5rem 1rem 2rem;
    gap: 16px;
    gap: 1rem;
    font-size: inherit;
  }
}
.dtl-advantages-item-icon {
  height: 175px;
  height: 10.938rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1023px) {
  .dtl-advantages-item-icon {
    height: 160px;
    height: 10rem;
  }
}
.dtl-advantages-item-label {
  color: #4838f7;
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
}
@media (min-width: 1024px) {
  .dtl-teachers-nav-wrapp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}


.dtl-modal-media-video{
  iframe{
    width:min(300px,100%);
    aspect-ratio:9/16;
    margin:0 auto;
  }
}
.dtl-class-cards {
  padding: clamp(64px, 7vw, 112px) 0;
  background: #fff;
}
.dtl-class-cards-header {
  max-width: 920px;
  margin: 0 auto clamp(36px, 4vw, 64px);
  text-align: center;
}
.dtl-class-cards-header .dtl-section-title span {
  display: block;
}
.dtl-class-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.dtl-class-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 690px;
  padding: 28px 22px 22px;
  border: 1px solid #dddfe8;
  border-radius: 30px;
  background: #f7f8fc;
  color: #201f1f;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  will-change: transform;
}
.dtl-class-card-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 780ms cubic-bezier(0.16, 1, 0.3, 1) var(--dtl-card-reveal-delay, 0ms),
    transform 780ms cubic-bezier(0.16, 1, 0.3, 1) var(--dtl-card-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.dtl-scroll-reveal.dtl-reveal-active .dtl-class-card-reveal,
.dtl-class-card-reveal.dtl-reveal-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.dtl-scroll-reveal.dtl-reveal-active .dtl-class-card-reveal:hover,
.dtl-class-card:not(.dtl-class-card-reveal):hover {
  transform: scale(1.04);
  box-shadow: 0 18px 44px rgba(22, 20, 50, 0.08);
}
@media (prefers-reduced-motion: reduce) {
  .dtl-class-card-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .dtl-scroll-reveal.dtl-reveal-active .dtl-class-card-reveal:hover,
  .dtl-class-card:not(.dtl-class-card-reveal):hover {
    transform: none;
  }
}
.dtl-class-card.is-popular {
  border-color: var(--dtl-class-accent);
  border-width: 2px;
}
.dtl-class-card-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--dtl-class-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}
.dtl-class-card-heading {
  min-height: 264px;
}
.dtl-class-card-name {
  margin-bottom: 10px;
  color: var(--dtl-class-accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.dtl-class-card-name span {
  display: block;
  margin-top: 2px;
  color: #777383;
  font-weight: 500;
}
.dtl-class-card-title {
  margin: 0 0 24px;
  font-size: clamp(22px, 1.6vw, 28px);
  line-height: 1.16;
}
.dtl-class-card-desc {
  margin: 0;
  color: #5e5c66;
  font-size: 15px;
  line-height: 1.45;
}
.dtl-class-card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 180px;
  margin: 20px 0 24px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  color: var(--dtl-class-accent);
  font-size: 13px;
  font-weight: 500;
}
.dtl-class-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dtl-class-card-image svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dtl-class-card-prices {
  display: grid;
  gap: 12px;
  min-height: 82px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedde5;
  margin-bottom: 22px;
}
.dtl-class-card-price {
  display: grid;
  gap: 3px;
}
.dtl-class-card-price-discount-row,
.dtl-class-card-price-current-row {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  gap: 8px;
}
.dtl-class-card-price-current {
  color: var(--dtl-class-accent);
  font-size: clamp(30px, 2vw, 38px);
  line-height: 1;
}
.dtl-class-card-price-old {
  color: #8b8996;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-decoration-color: #ef4d5f;
  text-decoration-thickness: 2px;
}
.dtl-class-card-discount-badge {
  padding: 3px 9px;
  border-radius: 999px;
  background: #fce5ec;
  color: #d94e72;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.dtl-class-card-price-label {
  color: #686675;
  font-size: 14px;
}
.dtl-class-card-benefits {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.35;
}
.dtl-class-card-benefits li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.dtl-class-card-benefits svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--dtl-class-accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dtl-class-card-btn {
  width: 100%;
  margin-top: auto;
  padding-left: 16px;
  padding-right: 16px;
  background: var(--dtl-class-accent);
  color: #fff;
  transition:
    transform 0.28s ease,
    filter 0.28s ease,
    box-shadow 0.28s ease;
}
.dtl-class-card-btn:hover {
  background: var(--dtl-class-accent);
  color: #fff;
  filter: brightness(0.92);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(22, 20, 50, 0.14);
}
@media (max-width: 1199px) {
  .dtl-class-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
    margin: 0 auto;
    gap: 24px;
  }
  .dtl-class-card-heading {
    min-height: 236px;
  }
}
@media (max-width: 1023px) {
  .dtl-class-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }
  .dtl-class-card {
    min-height: 650px;
  }
  .dtl-class-card-heading {
    min-height: 236px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .dtl-class-card-heading {
    min-height: 320px;
  }
}
@media (max-width: 639px) {
  .dtl-class-cards {
    padding: 56px 0;
  }
  .dtl-class-cards-header {
    margin-bottom: 30px;
  }
  .dtl-class-cards-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
    gap: 38px;
  }
  .dtl-class-card {
    min-height: 0;
    padding: 24px 20px 20px;
    border-radius: 24px;
  }
  .dtl-class-card-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .dtl-scroll-reveal.dtl-reveal-active .dtl-class-card-reveal:hover,
  .dtl-class-card:not(.dtl-class-card-reveal):hover {
    transform: none;
    box-shadow: none;
  }
  .dtl-class-card-heading {
    min-height: 0;
  }
  .dtl-class-card-prices {
    min-height: 0;
  }
  .dtl-class-card-image {
    height: 168px;
  }
}
