/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=The+Nautigal:wght@400;700&display=swap);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ======== Breakpoint ======== */
/* 
 * Modern CSS Reset
 * Inspired by Andy Bell's Modern CSS Reset
 * https://andy-bell.co.uk/a-modern-css-reset/
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Make images easier to work with */
img,
picture,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people with preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Additional accessibility and form resets */
a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Removes default button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Improve media defaults */
audio,
canvas,
iframe,
video {
  vertical-align: middle;
}

/* Remove border on linked images */
img {
  border-style: none;
}

/* Prevent textarea resize except vertically */
textarea {
  resize: vertical;
}

/* Remove default fieldset styles */
fieldset {
  border: none;
}

@font-face {
  font-family: "Modern No. 20";
  src: url(../9dbd79c856c20adf2278.eot);
  src: local("Modern No. 20"), local("Modern-Regular"), url(../9dbd79c856c20adf2278.eot?#iefix) format("embedded-opentype"), url(../99b59a033fb8046fdb8b.woff2) format("woff2"), url(../9ae5bffaea8ece6df61a.woff) format("woff"), url(../c1f2450ad2457c4bb960.ttf) format("truetype"), url(../images/Modern-Regular.svg#Modern-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.typo-medium {
  font-weight: 500;
}

.typo-semibold {
  font-weight: 600;
}

.typo-bold {
  font-weight: 700;
}

.typo-bolder {
  font-weight: 800;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-seal-brown {
  color: #131313;
}

.text-ivory {
  color: #f8f8f4;
}

.text-primary {
  color: #EDB458;
}

.h2-heading {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h2-heading {
    text-align: center;
  }
}

.text-center {
  text-align: center;
}

html {
  background-color: #F8F2EA;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #F8F2EA;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: auto;
}
a:not([href="#"]) {
  cursor: pointer;
}
a:hover, a:focus {
  opacity: 0.7;
}

.d-block {
  display: block;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.page-title--hidden {
  font-size: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.one-line {
  white-space: nowrap;
}

.c-section-name {
  font-family: "Modern No. 20";
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #EDB458;
}

.c-section-heading {
  font-family: "Modern No. 20";
  font-size: 48px;
  line-height: 1.146;
  color: #0D0D0D;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-section-heading {
    font-size: 40px;
  }
}

.c-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #EDB458;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 56px;
  border: 1px solid #EDB458;
  text-transform: uppercase;
  gap: 4px;
  transition: all 0.3s ease;
}
.c-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url(../images/ico_arrow_right.svg) no-repeat center/cover;
}
.c-button--outline {
  background-color: transparent;
  border-color: #fff;
}

.c-staffs {
  display: flex;
  justify-content: center;
}

.c-staff-card {
  width: 283px;
  text-align: left;
}
.c-staff-card a {
  cursor: pointer;
}
.c-staff-card .c-staff-card__wrap {
  height: 100%;
}

.c-staff-card__inner {
  height: 100%;
  background-color: #fff;
}

.c-staff-card__image {
  padding-top: 116.26%;
  position: relative;
  overflow: hidden;
}
.c-staff-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.c-staff-card__information {
  background-color: #fff;
  padding: 21px 15px;
  position: relative;
}
.c-staff-card__information::before {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/ico_plus.svg) center no-repeat;
  background-color: #EDB458;
  border-radius: 50%;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-staff-card:hover .c-staff-card__information::before {
  transform: translateY(-50%) rotate(90deg);
}

.c-staff-card__name {
  font-family: "Modern No. 20";
  font-size: 26px;
  line-height: 1.2;
  color: #0D0D0D;
  margin-bottom: 4px;
}

.c-staff-card__position {
  font-size: 16px;
  line-height: 1.375;
  color: #EDB458;
}

.slick-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(237, 180, 88, 0.2);
  background: rgba(237, 180, 88, 0.15);
  transition: opacity 0.3s ease;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow i {
  color: #EDB458;
  font-size: 20px;
}

.header__container {
  max-width: 88.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

.internal-container {
  max-width: 88.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .internal-container {
    padding: 0 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.container {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  background-color: #000;
  position: relative;
  color: #636363;
}
@media screen and (max-width: 1024px) {
  .header {
    background-color: transparent;
  }
}

.header__top {
  background-color: #F8F2EA;
  padding: 14px 0;
}
@media screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}

.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 353px;
  width: 18.4%;
  overflow: hidden;
}
.header__logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EDB458;
}
@media screen and (max-width: 1250px) {
  .header__logo::before {
    height: 73px;
  }
}
@media screen and (max-width: 1600px) {
  .header__logo {
    width: 16%;
  }
}
@media screen and (max-width: 1400px) {
  .header__logo {
    width: 13%;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    position: relative;
    top: auto;
    left: auto;
    width: 237px;
  }
}

.header__logo-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 201px !important;
}
@media screen and (max-width: 1250px) {
  .header__logo-background {
    height: 73px !important;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo-background {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
}

.header__logo-image {
  position: absolute;
  width: 138px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .header__logo-image {
    width: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .header__logo-image {
    width: 70px;
    top: 36px;
    left: 30px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .header__logo-image {
    width: 123px;
    transform: none;
    left: 20px;
    top: 5px;
  }
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 18.3%;
}
@media screen and (max-width: 1600px) {
  .header__contact {
    margin-left: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .header__contact {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .header__contact {
    display: none;
  }
}

.header__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__contact-icon {
  border: 1px solid #EDB458;
  color: #EDB458;
}
.header__contact-icon i {
  font-size: 2.2em;
}

.header__contact-phone {
  width: 2.2em;
}

.header__contact-text {
  display: block;
  font-size: 14px;
}

.header__contact-link {
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  font-family: "Modern No. 20";
  color: #0D0D0D;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__contact-link:hover {
  color: #EDB458;
  text-decoration: none;
}

.header__social {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 1024px) {
  .header__social {
    display: none;
  }
}

.header__social-link {
  text-decoration: none;
  border: 1px solid #EDB458;
  color: #0D0D0D;
}
.header__social-link i {
  font-size: 1.8em;
}

.header__nav {
  background-color: #0D0D0D;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
  padding: 2px 0 3px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header__nav-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__nav-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
}

.header__nav-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header__navigation {
  width: 57.1%;
  margin-left: 18.3%;
}
@media screen and (max-width: 1600px) {
  .header__navigation {
    width: 60%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .header__navigation {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1250px) {
  .header__navigation {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__navigation {
    padding: 30px 10px 30px 0;
    flex: 1;
    overflow: hidden;
  }
}

.header__nav-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.header__nav-list > .menu-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 0.25em;
}
.header__nav-list > .menu-item.menu-item-has-children::after {
  content: "+";
  font-family: "FontAwesome 6";
  font-size: 0.8125em;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 1250px) {
  .header__nav-list > .menu-item.menu-item-has-children::after {
    transform: none;
  }
}
.header__nav-list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  text-transform: uppercase;
}
.header__nav-list > .menu-item.menu-item-has-children:not(.our-courses) > .sub-menu > .menu-item:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 1600px) {
  .header__nav-list > .menu-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .header__nav-list > .menu-item {
    font-size: 13px;
  }
}
.header__nav-list > .menu-item > a {
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.6875em 0;
  display: block;
}
.header__nav-list > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  white-space: nowrap;
  max-width: 1560px;
  background-color: #F8F2EA;
  border-radius: 20px;
  box-shadow: 0px 24px 36px 0px rgba(0, 0, 0, 0.46);
  z-index: 100;
  padding: 30px 25px 25px;
  color: #636363;
  min-width: 208px;
}
.header__nav-list > .menu-item > .sub-menu .sub-menu .menu-item.current-menu-item {
  padding-left: 15px;
}
.header__nav-list > .menu-item:hover .sub-menu {
  display: block;
}
.header__nav-list > .menu-item.our-courses:hover > .sub-menu {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-evenly;
  width: 83%;
  gap: 30px;
}
.header__nav-list > .menu-item .courses a {
  white-space: normal;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 14px;
  display: block;
}
.header__nav-list > .menu-item .courses > a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 12px;
}
.header__nav-list > .menu-item .courses.beauty-courses {
  width: 37.351%;
}
.header__nav-list > .menu-item .courses.beauty-courses > .sub-menu {
  font-size: 15px;
  line-height: 1.27;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
}
.header__nav-list > .menu-item .courses.beauty-courses > .sub-menu > .menu-item {
  width: 44.37%;
}
.header__nav-list > .menu-item .courses.massage-courses {
  padding-left: 30px;
  border-left: 1px solid #ECE5DB;
  width: 23.9075%;
}
.header__nav-list > .menu-item .courses.education-courses {
  width: 23.97%;
  padding-left: 30px;
  border-left: 1px solid #ECE5DB;
}
.header__nav-list > .menu-item .courses.education-courses > a {
  margin-top: 3px;
  margin-bottom: 19px;
}
.header__nav-list .menu-item.current-menu-item > a,
.header__nav-list .menu-item.current-menu-ancestor > a {
  color: #EDB458;
}

.submenu-toggle {
  display: none;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__search {
  position: relative;
}

.header__search-input {
  padding: 11px 45px 11px 25px;
  width: 198px;
  height: 44px;
  border: none;
  border-radius: 30px;
  color: #fff;
  background-color: #353535;
  line-height: 1;
  outline: none;
}
.header__search-input:focus {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1250px) {
  .header__search-input {
    width: 155px;
    padding: 11px 35px 11px 15px;
  }
}

.header__search-input::placeholder {
  color: #636363;
}

.header__search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header__search-icon {
    right: 14px;
    font-size: 14px;
  }
}

.header__cart {
  position: relative;
}

.header__cart-icon {
  background-color: #353535;
  cursor: pointer;
}

.header__cart-image, .header__profile-image {
  width: 2.2em;
}

.header__cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #EDB458;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50%;
  color: #fff;
  min-width: 18px;
  text-align: center;
}

.header__profile-icon {
  background-color: #353535;
  cursor: pointer;
}

.header__icon {
  font-size: 10px;
  width: 4.6em;
  height: 4.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 1250px) {
  .header__icon {
    font-size: 7px;
  }
}

.header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75%;
  transform: translateX(-100%);
  z-index: 10;
  background-color: #F8F2EA;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.header__mobile-menu.show {
  transform: none;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header__overlay.show {
  opacity: 1;
  pointer-events: normal;
}

.header__toggle-menu {
  width: 58px;
  height: 58px;
  font-size: 30px;
  background-color: #EDB458;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 5px;
}
.header__toggle-menu i {
  color: #fff;
}

.header__toggle-menu-header {
  display: flex;
  background-color: #EDB458;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.header__toggle-logo {
  width: 123px;
}

.header__close-menu {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__close-menu i {
  color: #EDB458;
  font-size: 26px;
}

.header__nav-mb-list {
  height: 100%;
  padding: 0 15px 0 25px;
  overflow-y: auto;
}
.header__nav-mb-list > .menu-item > a {
  color: #0D0D0D;
  text-transform: uppercase;
}
.header__nav-mb-list .sub-menu {
  display: none;
}
.header__nav-mb-list .menu-item:not(:first-child) {
  border-top: 1px solid #F8E2C0;
  padding-top: 15px;
  margin-top: 15px;
}
.header__nav-mb-list .menu-item.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.header__nav-mb-list .menu-item.menu-item-has-children .sub-menu {
  width: 100%;
  margin-left: 22px;
  padding-top: 15px;
}
.header__nav-mb-list .menu-item.menu-item-has-children > .sub-menu {
  margin-top: 15px;
  border-top: 1px solid #F8E2C0;
}
.header__nav-mb-list .menu-item.menu-item-has-children .submenu-toggle {
  width: 30px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.header__fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 0 3px;
  background-color: #0D0D0D;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
}
.header__fixed-nav.show {
  transform: none;
}
@media screen and (max-width: 1024px) {
  .header__fixed-nav {
    display: none;
  }
}
.header__fixed-nav .header__nav-list > .menu-item > a {
  padding: 2.4em 0 2.2em;
}

.header__sticky-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 22%;
  overflow: hidden;
}
.header__sticky-logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EDB458;
}
@media screen and (max-width: 1600px) {
  .header__sticky-logo {
    width: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .header__sticky-logo {
    width: 17%;
  }
}
@media screen and (max-width: 1250px) {
  .header__sticky-logo {
    display: none;
  }
}
.header__sticky-logo .header__logo-background {
  right: auto;
  left: -70px;
  top: -44px;
}
.header__sticky-logo .header__logo-image {
  left: 176px;
}
@media screen and (max-width: 1600px) {
  .header__sticky-logo .header__logo-image {
    left: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .header__sticky-logo .header__logo-image {
    left: 70px;
  }
}

.tutor-frontend-dashboard {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .tutor-frontend-dashboard {
    padding: 60px 0;
  }
}
.tutor-frontend-dashboard .tutor-container {
  max-width: 1220px;
}

.footer {
  background-color: #000;
}

.footer-top {
  padding-top: 72px;
  padding-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding-bottom: 0;
  }
}

.footer-top__inner {
  max-width: 1448px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-top__inner {
    display: block;
  }
}

.footer-top__contact {
  width: 263px;
}
@media screen and (max-width: 1024px) {
  .footer-top__contact {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__contact {
    margin: 0;
    max-width: 100%;
  }
}

.footer-top__logo {
  width: 122px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .footer-top__logo {
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__logo {
    margin: 0 0 35px;
  }
}

.footer-top__info {
  display: flex;
  gap: 9px;
  line-height: 1.625;
  color: #B2B2B2;
}
.footer-top__info + .footer-top__info {
  margin-top: 14px;
}

.footer-top__info-icon {
  font-size: 1rem;
  width: 2.6em;
  height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDB458;
  color: #fff;
}
.footer-top__info-icon i {
  font-size: 1.4em;
  line-height: 1;
}

.footer-top__info-link {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .footer-top__info-link {
    font-size: 14px;
  }
}
.footer-top__info-link:hover {
  color: #EDB458;
}

.footer-top__socials {
  display: flex;
  gap: 9px;
  margin-top: 66px;
}
@media screen and (max-width: 1024px) {
  .footer-top__socials {
    margin-top: 40px;
  }
}

.footer-top__socials-link {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D4250;
  width: 4.6em;
  height: 4.6em;
  color: #fff;
  transition: all 0.3s ease;
}
.footer-top__socials-link i {
  font-size: 1.4em;
}
.footer-top__socials-link:hover {
  background-color: #EDB458;
}

.footer-top__gallery {
  width: 341px;
}
@media screen and (max-width: 1440px) {
  .footer-top__gallery {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top__gallery {
    width: 100%;
    margin-top: 37px;
  }
}

.footer-top__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-top__photo {
  width: calc(33.33% - 13px);
  max-width: 100px;
  padding-top: 31.77%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer-top__photo {
    width: calc(50% - 13px);
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top__photo {
    width: calc(33.33% - 14px);
  }
}
.footer-top__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-top__category {
  font-family: "Modern No. 20";
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 10px;
  margin-top: 29px;
  margin-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer-top__category {
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top__category {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__category {
    display: block;
  }
}
.footer-top__category::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 61px;
  height: 1px;
  background-color: #EDB458;
}
@media screen and (max-width: 1024px) {
  .footer-top__category::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .footer-top__category::before {
    left: 0;
    transform: none;
  }
}
.footer-top__category::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -1px;
  display: block;
  width: 16px;
  height: 1px;
  border-left: 3px solid #0D0D0D;
  border-right: 3px solid #0D0D0D;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .footer-top__category::after {
    left: calc(50% + 18px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .footer-top__category::after {
    left: 40px;
    transform: none;
  }
}

.footer-top__link {
  color: #BDBDBD;
  line-height: 1.3125;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .footer-top__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top__link {
    font-size: 16px;
  }
}
.footer-top__link:hover {
  color: #EDB458;
}

@media screen and (max-width: 1024px) {
  .footer-top__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__links {
    display: block;
  }
}

.footer-top__link-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer-top__link-item i {
  font-size: 14px;
  color: #BDBDBD;
}
.footer-top__link-item + .footer-top__link-item {
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .footer-top__link-item + .footer-top__link-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__link-item + .footer-top__link-item {
    margin-top: 22px;
  }
}

.footer-top__quick-link {
  width: 131px;
}
@media screen and (max-width: 1024px) {
  .footer-top__quick-link {
    width: 100%;
    margin-top: 40px;
  }
}

.footer-top__our-courses {
  width: 193px;
}
@media screen and (max-width: 1024px) {
  .footer-top__our-courses {
    width: 100%;
    margin-top: 37px;
  }
}

.footer-top__opening-hours {
  color: #BDBDBD;
  width: 184px;
}
@media screen and (max-width: 1024px) {
  .footer-top__opening-hours {
    width: 100%;
    margin-top: 37px;
  }
}

.footer-top__opening-detail {
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .footer-top__opening-detail {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__opening-detail {
    text-align: left;
  }
}

.footer-bottom {
  border-top: 1px solid #53443D;
  padding: 16px 0 28px;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1448px;
  margin: 0 auto;
}

.footer-bottom__paypal {
  width: 124px;
}

.footer-bottom__copyright {
  font-size: 16px;
  line-height: 1.5625;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .footer-bottom__copyright {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}

.footer-top__paypal {
  width: 124px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.page-banner {
  height: 446px;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-banner {
    height: 360px;
  }
}

.page-banner__background {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1920px;
  transform: translate(-50%, -50%);
}

.page-banner__page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-banner__page-title {
    padding: 0 20px;
  }
}

.page-banner__title {
  font-size: 60px;
  line-height: 1.2;
  font-family: "Modern No. 20";
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-banner__title {
    font-size: 40px;
  }
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row:not(:first-child) {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row:not(:first-child) {
    margin-top: 15px;
  }
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  background-color: #F8F2EA;
  border: 1px solid #DBDBDB;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  padding: 18px 25px 16px 25px;
  border-radius: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 15px;
  }
}
.woocommerce form .form-row .input-text::placeholder, .woocommerce form .form-row select::placeholder {
  color: #4D4D4D;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row .input-text:active, .woocommerce form .form-row select:focus, .woocommerce form .form-row select:active {
  outline: none;
  border-color: #EDB458;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox {
  margin-top: -7px;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox > span {
  display: flex;
  line-height: 1.5;
  color: #636363;
  gap: 12px;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox > span::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: #F8F2EA;
  margin-top: 2px;
  border: 1px solid #DBDBDB;
  transition: all 0.3s ease;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox input {
  display: none;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox input:checked ~ span::before {
  background-color: #EDB458;
}
.woocommerce form .form-row .woocommerce-form-login__submit {
  float: none;
  margin: 33px auto 18px;
  border-radius: 0;
  display: flex;
  background-color: #EDB458;
  color: #fff;
  gap: 12px;
  font-weight: 500;
  width: 147px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row .woocommerce-form-login__submit {
    margin-top: 20px;
  }
}
.woocommerce form .form-row .woocommerce-form-login__submit:hover {
  opacity: 0.6;
}
.woocommerce form .lost_password {
  text-align: center;
  line-height: 1.5;
  color: #636363;
}

.p-woocommerce table.cart, .p-woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart tr, .p-woocommerce table.shop_table tr {
    border: 1px solid #DBDBDB;
  }
  .p-woocommerce table.cart tr:not(:first-child), .p-woocommerce table.shop_table tr:not(:first-child) {
    border-top: 0;
  }
}
.p-woocommerce table.cart th, .p-woocommerce table.shop_table th {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 23px;
  font-family: "Modern No. 20";
  font-size: 22px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 400;
  text-align: center;
  border: none;
}
.p-woocommerce table.cart td, .p-woocommerce table.shop_table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid #DBDBDB;
  text-align: center;
  color: #636363 !important;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart td, .p-woocommerce table.shop_table td {
    padding: 9px 12px;
    border-bottom: 0;
  }
}
.p-woocommerce table.cart td .remove, .p-woocommerce table.shop_table td .remove {
  margin: 0 auto;
  transition: all 0.3s ease;
}
.p-woocommerce table.cart td .remove:hover, .p-woocommerce table.shop_table td .remove:hover {
  background-color: transparent;
  opacity: 0.7;
}
.p-woocommerce table.cart td.product-quantity .input-text, .p-woocommerce table.shop_table td.product-quantity .input-text {
  border: none !important;
  background-color: #fff !important;
  width: 66px !important;
  height: 37px !important;
  color: #636363 !important;
  margin: 0 5px !important;
}
.p-woocommerce table.cart td.product-quantity .qib-button, .p-woocommerce table.shop_table td.product-quantity .qib-button {
  height: 37px !important;
  width: 37px !important;
  background-color: #fff !important;
  border: none !important;
  color: #636363 !important;
}
.p-woocommerce table.cart td:first-child, .p-woocommerce table.shop_table td:first-child {
  border-left: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart td:first-child, .p-woocommerce table.shop_table td:first-child {
    border-left: 0;
  }
}
.p-woocommerce table.cart td:last-child, .p-woocommerce table.shop_table td:last-child {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart td:last-child, .p-woocommerce table.shop_table td:last-child {
    border-right: 0;
  }
}
.p-woocommerce table.cart td.product-name, .p-woocommerce table.shop_table td.product-name {
  text-align: left;
}
.p-woocommerce table.cart td.actions .coupon .input-text, .p-woocommerce table.shop_table td.actions .coupon .input-text {
  width: 264px;
  color: #0D0D0D;
  padding: 15px 21px;
  border-color: #DBDBDB;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart td.actions .coupon .input-text, .p-woocommerce table.shop_table td.actions .coupon .input-text {
    width: calc(100% - 122px);
    margin-right: 12px;
  }
}
.p-woocommerce table.cart td.actions .coupon .input-text::placeholder, .p-woocommerce table.shop_table td.actions .coupon .input-text::placeholder {
  color: #636363;
}
.p-woocommerce table.cart td.actions .coupon .c-button, .p-woocommerce table.shop_table td.actions .coupon .c-button {
  width: 147px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart td.actions .coupon .c-button, .p-woocommerce table.shop_table td.actions .coupon .c-button {
    width: 110px;
  }
}
.p-woocommerce table.cart td.actions .c-button:hover, .p-woocommerce table.shop_table td.actions .c-button:hover {
  opacity: 0.7;
}
.p-woocommerce table.cart .product-thumbnail, .p-woocommerce table.shop_table .product-thumbnail {
  width: 14.1%;
  padding-left: 3.77%;
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart .product-thumbnail, .p-woocommerce table.shop_table .product-thumbnail {
    display: none;
  }
}
.p-woocommerce table.cart .product-thumbnail img, .p-woocommerce table.shop_table .product-thumbnail img {
  width: 100%;
}
.p-woocommerce table.cart .product-name, .p-woocommerce table.shop_table .product-name {
  width: 30%;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-woocommerce table.cart .product-name, .p-woocommerce table.shop_table .product-name {
    width: 100%;
    padding-inline: 12px;
    text-align: left !important;
  }
  .p-woocommerce table.cart .product-name::before, .p-woocommerce table.shop_table .product-name::before {
    float: none;
  }
  .p-woocommerce table.cart .product-name a, .p-woocommerce table.shop_table .product-name a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
  }
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child {
    border-top: 0;
  }
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th, .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 50%;
    border: none !important;
  }
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th::before, .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td::before {
    display: none;
  }
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    background-color: #fff;
  }
  .p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    background-color: transparent;
  }
}
.p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  border-bottom: 1px solid #DBDBDB;
}
.p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
  background-color: transparent;
  border-left: 1px solid #DBDBDB;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 600 !important;
  color: #0D0D0D;
  padding-top: 14px;
  padding-bottom: 16px;
}
.p-woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #EDB458 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Modern No. 20";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 16px;
  }
}
.p-woocommerce .cart-collaterals .cart_totals table {
  border-color: #DBDBDB;
  border-radius: 0;
}
.p-woocommerce .cart-collaterals .cart_totals table tr:first-child th, .p-woocommerce .cart-collaterals .cart_totals table tr:first-child td {
  border-bottom: 1px solid #DBDBDB;
}
.p-woocommerce .cart-collaterals .cart_totals table th {
  width: 50%;
  background-color: #EEE7DC;
  border-right: 1px solid #DBDBDB;
  padding: 30px 35px 25px;
  font-weight: 600;
  color: #0D0D0D;
}
.p-woocommerce .cart-collaterals .cart_totals table td {
  border: none;
  background-color: #fff;
  font-weight: 600;
  color: #EDB458;
  font-size: 20px;
  line-height: 1.25;
  padding: 27px 34px 28px;
}
@media screen and (max-width: 767px) {
  .p-woocommerce .cart-collaterals .cart_totals table td {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
  }
  .p-woocommerce .cart-collaterals .cart_totals table td::before {
    color: #0D0D0D;
  }
}
.p-woocommerce .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 30px;
}

.showcoupon {
  cursor: pointer;
}

.woocommerce form h2 {
  margin-bottom: 20px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
}
.woocommerce form .form-row {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-selection__rendered {
  background-color: #fff;
  border-color: #DBDBDB;
  height: 60px;
  padding: 18px 26px 17px;
  color: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select,
  .woocommerce form .form-row .select2-selection__rendered {
    padding: 12px 15px;
    height: 48px;
  }
}
.woocommerce form .form-row .input-text::placeholder,
.woocommerce form .form-row select::placeholder,
.woocommerce form .form-row .select2-selection__rendered::placeholder {
  color: #636363;
}
.woocommerce form .form-row:not(:first-child) {
  margin-top: 18px;
}
.woocommerce form .form-row.form-row-first {
  width: calc(50% - 8px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row.form-row-first {
    width: 100%;
  }
}
.woocommerce form .form-row.form-row-last {
  margin-top: 0;
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row.form-row-last {
    margin-top: 15px;
    width: 100%;
  }
}
.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 10px;
  color: #636363;
}
.woocommerce form .form-row textarea {
  min-height: 208px;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row textarea {
    min-height: 150px;
  }
}
.woocommerce form .select2-selection {
  border-radius: 0;
  border: 1px solid #DBDBDB;
  color: #0D0D0D;
}
.woocommerce form fieldset {
  margin-top: 18px;
}

.woocommerce-MyAccount-content .c-button {
  margin-top: 30px;
}

.hero {
  height: 42.71vw;
  max-height: 820px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 623px;
  }
}

.hero__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0D;
}
.hero__backgrounds .slick-list, .hero__backgrounds .slick-track {
  height: 100%;
}
.hero__backgrounds .hero__background {
  left: 0 !important;
  top: 0;
  position: absolute !important;
  background-image: var(--bg-pc);
  background-position: center;
  background-size: cover;
}
.hero__backgrounds .hero__background img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero__backgrounds .hero__background {
    background-image: var(--bg-sp);
    background-position: center;
    background-size: 767px auto;
  }
}
.hero__backgrounds .hero__background.slick-active {
  opacity: 1 !important;
}
.hero__backgrounds .hero__background:not(.slick-active) {
  opacity: 0 !important;
}
.hero__backgrounds .slick-arrow {
  position: absolute;
  left: 5.2vw;
  top: 15.62vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero__backgrounds .slick-arrow {
    display: none !important;
  }
}
.hero__backgrounds .slick-prev {
  z-index: 2;
}
.hero__backgrounds .slick-next {
  top: 15.62vw;
  transform: translateY(calc(100% + 10px));
}

.hero__content {
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__content {
    top: 94px;
  }
}

.hero__welcome {
  font-family: "Modern No. 20";
  font-size: 1.5625vw;
  line-height: 1.2;
  color: #EDB458;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .hero__welcome {
    font-size: 30px;
    margin-bottom: 18px;
  }
}

.hero__heading {
  font-family: "Modern No. 20";
  font-size: 4.6875vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.233em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero__heading {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 82px;
  }
}

.hero__sub-heading {
  font-size: 1.458331vw;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .hero__sub-heading {
    display: none;
  }
}

.hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .hero__buttons {
    flex-direction: column;
    gap: 14px;
  }
}

.hero__button-course {
  width: 176px;
}
@media screen and (max-width: 767px) {
  .hero__button-course {
    width: 188px;
  }
}

.hero__button-contact {
  width: 188px;
  gap: 8px;
}

.home-about-us {
  padding: 91px 0 84px;
}
@media screen and (max-width: 767px) {
  .home-about-us {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}

.home-about-us__inner {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-about-us__left {
  width: 50.79%;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .home-about-us__left {
    width: 100%;
    margin-bottom: 49px;
    padding-top: 0;
  }
}

.home-about-us__right {
  width: 44.96%;
}
@media screen and (max-width: 767px) {
  .home-about-us__right {
    width: 100%;
    text-align: center;
  }
}

.home-about-us__image-wrapper {
  position: sticky;
  top: 10px;
  display: flex;
  justify-content: space-between;
}

.home-about-us__image-left {
  width: 53.18%;
}
@media screen and (max-width: 767px) {
  .home-about-us__image-left {
    width: 81.54%;
  }
}

.home-about-us__image-center {
  position: absolute;
  left: 44.65%;
  top: 32.75%;
  width: 22.01%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-about-us__image-center {
    width: 36.41%;
    right: 0;
    left: auto;
    top: 178px;
  }
}

.home-about-us__image-right {
  width: 42.63%;
  padding-top: 15%;
}

.home-about-us__section-name {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .home-about-us__section-name {
    margin-bottom: 20px;
  }
}

.home-about-us__heading {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .home-about-us__heading {
    margin-bottom: 37px;
  }
}

.home-about-us__description {
  padding: 0 6px;
  max-width: 554px;
  line-height: 1.56;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .home-about-us__description {
    padding: 0;
  }
}

.home-about-us__introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid #E8CDBF;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .home-about-us__introduce {
    justify-content: center;
    padding-bottom: 0;
    border: 0;
  }
}

.home-about-us__introduce-exp {
  display: flex;
  gap: 15px;
}

.home-about-us__introduce-director {
  display: flex;
  align-items: center;
  gap: 23px;
}

.home-about-us__badge {
  width: 70px;
}
.home-about-us__badge--exp {
  margin-top: 6px;
}

.exp-text {
  font-family: "Modern No. 20";
  color: #0D0D0D;
  text-align: left;
}

.exp-text__year {
  font-size: 55px;
  line-height: 1.1;
  color: #EDB458;
}

.exp-text__text {
  font-size: 20px;
  line-height: 1;
}

.home-about-us__director-kim {
  text-align: left;
}

.director-kim__name {
  font-family: "Modern No. 20";
  font-size: 20px;
  line-height: 1.5;
  color: #0D0D0D;
  margin: 4px 0 5px;
}

.director-kim__title {
  font-size: 16px;
  line-height: 1.1875;
}

.home-about-us__more {
  gap: 8px;
  width: 166px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .home-about-us__more {
    margin: 43px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .home-courses .container {
    padding: 0;
  }
}

.home-courses__inner {
  padding: 77px 30px 94px;
  position: relative;
  background: url(../images/bg_flower_1.png) no-repeat left top/403px 427px, url(../images/bg_flower_2.png) no-repeat right bottom/309px 327px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .home-courses__inner {
    padding: 77px 20px;
    background: url(../images/bg_flower_1.png) no-repeat left top/220px 233px, url(../images/bg_flower_2.png) no-repeat right bottom/309px 327px;
    background-color: #fff;
  }
}

.home-courses__heading {
  margin-bottom: 46px;
}

.home-courses__course-cards {
  display: flex;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .home-courses__course-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.home-courses__course-card {
  width: calc(33.33% - 20px);
  background-color: #F8F2EA;
  padding: 40px 3.771% 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .home-courses__course-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .home-courses__course-card {
    padding-left: 3.771%;
    padding-right: 3.771%;
    width: 100%;
    max-width: 387px;
  }
}

.home-courses__card-image {
  width: 75px;
  margin: 0 auto 19px;
}

.home-courses__card-name {
  font-size: 30px;
  font-family: "Modern No. 20";
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0D0D0D;
}

.home-courses__card-description {
  line-height: 1.5625;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .home-courses__card-description {
    max-width: 287px;
    margin-inline: auto;
  }
}

.home-courses__card-button-wrapper {
  margin: auto auto 0;
  width: 236px;
  max-width: 100%;
  text-align: center;
}

.home-courses__card-button {
  gap: 8px;
}

.home-brands--full {
  background-color: #EEE7DC;
}
@media screen and (max-width: 767px) {
  .home-brands .container {
    padding: 0;
  }
}

.home-brands__wrapper {
  background-color: #EEE7DC;
  border-top: 1px solid #f7f7f7;
  padding: 37px 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-brands__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scroll-left 10s infinite linear;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home-brands__brand--aon {
  width: 123px;
}
.home-brands__brand--atp {
  width: 200px;
  margin: 0 54px 0 59px;
}
.home-brands__brand--platinum {
  width: 362px;
}
.home-brands__brand--hicap {
  width: 250px;
  margin: 0 67px 0 53px;
}
.home-brands__brand--mma {
  width: 87px;
  margin-right: 53px;
}

.home-staffs {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 77px;
}

.home-staffs__section-name {
  margin-bottom: 14px;
}

.home-staffs__heading {
  margin-bottom: 48px;
}

.home-staffs__staff-list {
  max-width: 1280px;
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-staffs__staff-list {
    max-width: 283px;
  }
}
.home-staffs__staff-list .slick-track {
  display: flex;
}
.home-staffs__staff-list .slick-slide {
  height: inherit !important;
  margin: 0 14px;
}
.home-staffs__staff-list .slick-arrow {
  position: absolute;
  top: 182px;
  z-index: 1;
}
.home-staffs__staff-list .slick-arrow.slick-prev {
  right: calc(100% + 52px);
}
.home-staffs__staff-list .slick-arrow.slick-next {
  left: calc(100% + 52px);
}
@media screen and (max-width: 1440px) {
  .home-staffs__staff-list .slick-arrow.slick-prev {
    right: calc(100% - 40px);
  }
  .home-staffs__staff-list .slick-arrow.slick-next {
    left: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .home-staffs__staff-list .slick-arrow.slick-prev {
    right: calc(100% - 14px);
  }
  .home-staffs__staff-list .slick-arrow.slick-next {
    left: calc(100% - 14px);
  }
}

.home-products {
  padding: 81px 0 98px;
  background: url(../images/bg_section_products.jpg) no-repeat center/1920px auto;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .home-products {
    background-size: cover;
  }
}

.home-products__inner {
  text-align: center;
}

.home-products__section-name {
  margin-bottom: 14px;
}

.home-products__heading {
  margin-bottom: 41px;
  color: #fff;
}

.home-products__cards {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .home-products__cards {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.home-products__card {
  width: 33.33%;
  max-width: 387px;
  padding: 25px 20px 32px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .home-products__card {
    width: 100%;
  }
}
.home-products__card--spa {
  background: url(../images/img_card_accessories.png) no-repeat right/cover;
}
.home-products__card--gift-card {
  background: url(../images/img_card_gift.png) no-repeat right/cover;
}
.home-products__card--toolkits {
  background: url(../images/img_card_toolkit.png) no-repeat right/cover;
}

.home-products__card-name {
  font-family: "Modern No. 20";
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

.home-products__card-description {
  max-width: 170px;
  font-size: 14px;
  line-height: 1.57;
  color: #E0E0E0;
  margin-bottom: 24px;
}

.home-products__card-button {
  width: 137px;
  gap: 7px;
  height: 44px;
}

.home-testimonials {
  background-color: #fff;
}

.home-testimonials__inner {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-testimonials__inner {
    padding-top: 40px;
    padding-bottom: 76px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.home-testimonials__heading-wrapper {
  width: 49.94%;
  position: absolute;
  right: 0;
  top: 16.5%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home-testimonials__heading-wrapper {
    position: static;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-testimonials__section-name {
  margin-bottom: 10px;
  font-size: 1.041667vw;
}
@media screen and (max-width: 767px) {
  .home-testimonials__section-name {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.home-testimonials__heading {
  font-size: 2.5vw;
}
@media screen and (max-width: 767px) {
  .home-testimonials__heading {
    font-size: 40px;
    line-height: 1.375;
  }
}

.testimonials-slide__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .testimonials-slide__inner {
    flex-direction: column;
  }
}

.testimonials-slide__image {
  width: 43.08%;
}
@media screen and (max-width: 767px) {
  .testimonials-slide__image {
    width: 100%;
  }
}

.testimonials-slide__content {
  font-size: 16px;
  line-height: 1.5625;
  width: 49.94%;
  margin-top: 115px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .testimonials-slide__content {
    width: 100%;
    padding-left: 40px;
    padding-bottom: 0;
    margin-top: 45px;
  }
}

.testimonials__slide-section-name {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .testimonials__slide-section-name {
    margin-left: -40px;
  }
}

.testimonials__slide-heading {
  margin-bottom: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .testimonials__slide-heading {
    font-size: 34px;
    margin-left: -40px;
  }
}

.testimonials-slide__review {
  max-width: 490px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials-slide__review {
    max-width: 100%;
  }
}
.testimonials-slide__review::before {
  content: "“";
  font-family: "Modern No. 20";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -39px;
}

.testimonials-slide__name {
  font-family: "Modern No. 20";
  font-size: 30px;
  line-height: 1.2;
  color: #0D0D0D;
}

.testimonials-slide__position {
  font-size: 16px;
  line-height: 1.5625;
  color: #EDB458;
}

.home-testimonials__thumb-slides-wrapper {
  width: 49.94%;
  position: absolute;
  right: 6px;
  bottom: 122px;
}
@media screen and (max-width: 767px) {
  .home-testimonials__thumb-slides-wrapper {
    width: 100%;
    position: static;
    padding-left: 40px;
    margin-top: 44px;
  }
}

.home-testimonials__thumb-slides {
  display: flex;
  gap: 15px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .home-testimonials__thumb-slides {
    position: static;
  }
}
.home-testimonials__thumb-slides .slick-track {
  transform: none !important;
}

.testimonials-thumb-slide {
  width: 70px !important;
  height: 66px;
  position: relative;
  border: 2px solid transparent;
}
.testimonials-thumb-slide.slick-current {
  border: 2px solid #EDB458;
}

.testimonials-thumb-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.home-massages {
  padding-top: 88px;
  padding-bottom: 95px;
  background: url(../images/bg_our_massage.jpg) no-repeat center/1920px auto;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-massages {
    background: url(../images/bg_our_massages_sp.jpg) no-repeat center/767px auto;
    background-color: #000;
    padding-top: 58px;
    padding-bottom: 85px;
  }
}

.home-massages__heading {
  color: #fff;
  margin-bottom: 23px;
}

.home-massages__description {
  line-height: 1.5625;
  color: #fff;
  max-width: 730px;
  margin: 0 auto 37px;
}

.home-massages__button-wrapper {
  width: 166px;
  margin: 0 auto;
}

.login-section {
  padding: 100px 30px 128px;
}
@media screen and (max-width: 767px) {
  .login-section {
    padding: 60px 20px;
  }
}

.woocommerce .login-section__inner {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 61px 40px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .woocommerce .login-section__inner {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.woocommerce .login-section__inner h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1.146;
  font-family: "Modern No. 20";
  color: #0D0D0D;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .woocommerce .login-section__inner h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.woocommerce .login-section__inner .woocommerce-form-login {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.woocommerce .login-section__inner .woocommerce-form-login .input-text {
  background-color: #F8F2EA !important;
}

.woocommerce-account .login-section .woocommerce {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .login-section .woocommerce {
    flex-direction: column;
    gap: 0;
  }
}
.woocommerce-account .login-section .woocommerce-MyAccount-navigation {
  width: 25%;
  float: none;
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .login-section .woocommerce-MyAccount-navigation {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.woocommerce-account .login-section .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
  background-color: #EDB458;
}
.woocommerce-account .login-section .woocommerce-MyAccount-navigation a {
  display: flex;
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 15px;
  color: #636363;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.woocommerce-account .login-section .woocommerce-MyAccount-navigation a:hover {
  background-color: #f2d19c;
}
.woocommerce-account .login-section .woocommerce-MyAccount-content {
  width: auto;
  flex: 1;
  float: none;
}
.woocommerce-account .login-section .woocommerce-Addresses {
  margin-top: 30px;
}
.woocommerce-account .login-section .woocommerce-Address {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 25px;
}
.woocommerce-account .login-section .woocommerce-Address h2 {
  margin-bottom: 16px;
}
.woocommerce-account .login-section .woocommerce-Address a {
  text-decoration: underline;
  margin-bottom: 16px;
  float: left !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .login-section .woocommerce-Address:first-child {
    margin-bottom: 20px;
  }
}

.contact-page {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 60px 0;
  }
}

.contact-page__heading {
  margin-bottom: 16px;
  text-align: center;
}

.contact-page__sub-heading {
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .contact-page__sub-heading {
    margin-bottom: 30px;
  }
}

.contact-page__methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto 97px;
}
@media screen and (max-width: 1024px) {
  .contact-page__methods {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.contact-page__method {
  width: calc(33.33% - 15px);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contact-page__method {
    width: 100%;
    max-width: 492px;
  }
}

.contact-page__icon {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDB458;
}
@media screen and (max-width: 1200px) {
  .contact-page__icon {
    width: 70px;
    height: 70px;
  }
}
.contact-page__icon img {
  width: auto;
}

.contact-page__info {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
}

.contact-page__contact-link {
  width: 100%;
}
.contact-page__contact-link a {
  font-size: 18px;
  line-height: 1.4;
  color: #636363;
  transition: all 0.3s ease;
}
.contact-page__contact-link a:hover {
  color: #EDB458;
}

.contact-page__map {
  max-width: 1280px;
  height: 586px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact-page__map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page__map {
    height: 300px;
  }
}
.contact-page__map iframe {
  width: 100%;
  height: 100%;
}

.contact-page__form {
  width: calc(100% - 120px);
  max-width: 802px;
  margin: -110px auto 0;
  border-radius: 30px;
  background-color: #fff;
  padding: 69px 114px 79px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact-page__form {
    padding: 40px 20px 40px;
    width: 100%;
    margin-top: 30px;
  }
}
.contact-page__form .wpcf7-form-control-wrap {
  display: block;
}
.contact-page__form .wpcf7-response-output {
  border-color: #EDB458 !important;
  border-width: 1px !important;
}

.contact-page__form-heading {
  text-align: center;
}

.c-input-label {
  display: inline-block;
}
.c-input-label.is-required::after {
  content: "*";
  display: inline-block;
  color: #EDB458;
}

.c-input, .c-input-area {
  width: 100%;
  background-color: #F8F2EA;
  border: 1px solid #DBDBDB;
  padding: 14px 17px;
  font-size: 16px;
  line-height: 1.5625;
}
.c-input::placeholder, .c-input-area::placeholder {
  color: #9E9E9E;
}

.c-input-area {
  height: 97px;
}

.c-input-row {
  margin-bottom: 14px;
}

.c-input-2-cols {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-input-2-cols {
    display: block;
  }
}
.c-input-2-cols .c-input-row {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .c-input-2-cols .c-input-row {
    width: 100%;
  }
}

.c-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  margin-top: 38px;
  margin-bottom: 0;
}
.c-submit .wpcf7-spinner {
  margin-right: 0;
}

.our-team {
  padding-top: 80px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .our-team {
    padding: 60px 0;
  }
}

.our-team__heading {
  text-align: center;
  margin-bottom: 18px;
}

.our-team__intro {
  max-width: 744px;
  margin: 0 auto 46px;
  text-align: center;
}

.our-team__staff-list {
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 29px;
}

.p-staff-article__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 8%;
  max-width: 1216px;
}
@media screen and (max-width: 767px) {
  .p-staff-article__inner {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
}

.p-staff-article__aside {
  width: 34.37%;
}
@media screen and (max-width: 767px) {
  .p-staff-article__aside {
    width: 100%;
  }
}

.p-staff-article__aside-wrapper {
  position: sticky;
  top: 20px;
  text-align: center;
}

.p-staff-article__staff-image {
  margin-bottom: 16px;
}

.p-staff-article__staff-name {
  font-size: 30px;
  font-family: "Modern No. 20";
  line-height: 1.8;
  color: #0D0D0D;
}

.p-staff-article__staff-position {
  color: #636363;
}

.p-staff-article__content {
  width: 57.48%;
  color: #636363;
}
@media screen and (max-width: 767px) {
  .p-staff-article__content {
    width: 100%;
  }
}
.p-staff-article__content p, .p-staff-article__content ul, .p-staff-article__content ol {
  margin-bottom: 10px;
}
.p-staff-article__content h2, .p-staff-article__content h3, .p-staff-article__content h4 {
  margin-bottom: 10px;
}
.p-staff-article__content :last-child {
  margin-bottom: 0;
}
.p-staff-article__content ul {
  list-style: initial;
  padding-left: 1em;
}
.p-staff-article__content .sign-name {
  font-family: "The Nautigal", cursive;
  font-size: 50px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-staff-article__content .sign-name {
    font-size: 30px;
  }
}

.p-staff-article__booking {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-staff-article__booking {
    margin-top: 16px;
  }
}

.p-staff-article__booking-btn {
  width: 157px;
  margin: 0 auto;
}

.p-about-us {
  background-color: #fff;
}

.p-about-us__career {
  padding-top: 94px;
  padding-bottom: 185px;
  background-color: #F8F2EA;
}
@media screen and (max-width: 767px) {
  .p-about-us__career {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}

.p-about-us__career-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-us__career-inner {
    flex-direction: column;
  }
}

.p-about-us__career-left {
  width: 42.46%;
}
@media screen and (max-width: 767px) {
  .p-about-us__career-left {
    width: 100%;
  }
}

.p-about-us__career-right {
  width: 52.87%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about-us__career-right {
    width: 100%;
    flex-wrap: wrap;
  }
}

.p-about-us__career-heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-us__career-heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-about-us__career-description {
    text-align: center;
  }
}

.p-about-us__career-img-left {
  width: 53.18%;
}

.p-about-us__career-img-right {
  width: 42.63%;
  margin-top: 15%;
}

.p-about-us__introduce-exp {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-about-us__introduce-exp {
    position: static;
  }
}

.p-about-us__badge {
  width: 70px;
  margin-top: 6px;
}

.p-about-us__exp-year {
  font-size: 55px;
  line-height: 1.1;
  color: #EDB458;
  font-family: "Modern No. 20";
}

.p-about-us__exp {
  font-size: 20px;
  line-height: 1;
  font-family: "Modern No. 20";
}

.p-about-us__training-program {
  background-color: #fff;
}

.p-about-us__training-program-inner {
  background-color: #0D0D0D;
  border-radius: 20px;
  padding: 38px 92px 37px 83px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-us__training-program-inner {
    padding: 30px;
    flex-direction: column;
  }
}

.p-about-us__training-program-heading {
  color: #fff;
  max-width: 797px;
  width: 100%;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Modern No. 20";
}
@media screen and (max-width: 767px) {
  .p-about-us__training-program-heading {
    font-size: 24px;
    text-align: center;
  }
}

.p-about-us__training-program-btn {
  width: 167px;
}

.p-about-us__massage {
  padding-bottom: 32.9%;
}

.p-about-us__massage-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-inner {
    flex-direction: column;
  }
}

.p-about-us__massage-img {
  width: 43.52%;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-img {
    width: 100%;
  }
}

.p-about-us__massage-content {
  width: 46.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-content {
    width: 100%;
  }
}

.p-about-us__massage-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-heading {
    text-align: center;
  }
}

.p-about-us__massage-description {
  color: #636363;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-description {
    text-align: center;
    margin-bottom: 30px;
  }
}

.p-about-us__massage-btn-wrapper {
  width: 670px;
  position: absolute;
  bottom: -66px;
  right: 20.14%;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-btn-wrapper {
    width: 100%;
    position: static;
  }
}

.p-about-us__massage-btn {
  display: block;
  padding: 32px 182px 30px 64px;
  background-color: #EDB458;
  border-top-right-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-btn {
    max-width: 447px;
    padding: 20px 100px 20px 20px;
  }
}
.p-about-us__massage-btn::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/ico_arrow_right_yellow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  right: 77px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-btn::after {
    width: 50px;
    height: 50px;
    right: 40px;
  }
}
.p-about-us__massage-btn:hover {
  opacity: 1;
}
.p-about-us__massage-btn:hover::after {
  transform: translateY(-50%) scale(1.3);
}

.p-about-us__massage-btn-text {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Modern No. 20";
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-us__massage-btn-text {
    font-size: 24px;
  }
}

.why-us {
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .why-us {
    padding-bottom: 60px;
  }
}

.why-us__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.why-us__video {
  transform: translateY(-50%);
  margin-bottom: -17%;
}

.why-us__sub-heading {
  text-align: center;
  margin-bottom: 12px;
}

.why-us__heading {
  text-align: center;
  margin-bottom: 34px;
}

.why-us__description {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .why-us__description {
    flex-direction: column;
  }
}

.why-us__list {
  width: 45.9%;
}
@media screen and (max-width: 767px) {
  .why-us__list {
    width: 100%;
  }
}

.why-us__list-item {
  padding-left: 31px;
  position: relative;
  color: #636363;
}
.why-us__list-item:not(:last-child) {
  margin-bottom: 36px;
}
.why-us__list-item::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/ico_check_list.svg) no-repeat center/cover;
  position: absolute;
  top: -2px;
  left: 0;
}

.p-cart {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-cart {
    padding: 60px 0;
  }
}

.p-cart__inner {
  max-width: 1280px;
}

.p-cart__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-cart__buttons {
    flex-direction: column;
    gap: 8px;
  }
}

.p-cart__checkout-button {
  width: 245px;
}
@media screen and (max-width: 767px) {
  .p-cart__checkout-button {
    width: 100%;
  }
}

.return-to-shop .c-button {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .return-to-shop .c-button {
    margin-inline: auto;
  }
}

.woocommerce-shop .p-products {
  max-width: 1280px;
  padding: 100px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-shop .p-products {
    padding: 60px 20px;
  }
}
.woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers {
    gap: 2px;
  }
}
.woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers li {
  border: 0;
  display: block;
  float: none;
  min-width: 34px;
}
@media screen and (max-width: 767px) {
  .woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers li {
    min-width: 30px;
  }
}
.woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers .page-numbers {
  border: 1px solid #EDB458 !important;
  color: #fff;
  background-color: #EDB458;
  min-width: 34px;
  padding-inline: 0 !important;
}
.woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #fff;
  color: #EDB458;
}
@media screen and (max-width: 767px) {
  .woocommerce-shop .p-products .woocommerce-pagination ul.page-numbers .page-numbers {
    font-size: 14px;
    min-width: 30px;
  }
}

.c-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 44px 30px;
  margin-bottom: 44px;
}
.c-products::before, .c-products::after {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .c-products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-products {
    max-width: 283px !important;
    margin-inline: auto !important;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.c-products .c-product {
  width: 100% !important;
}

.c-product {
  background-color: #fff;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  float: none;
  position: relative;
}
.c-product .onsale {
  display: none;
}
.c-product .onsale-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.c-product .onsale-wrapper::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 69px 69px 0 0;
  border-color: #1C32C5 transparent transparent transparent;
  position: absolute;
  z-index: 1;
}
.c-product .onsale-wrapper .on-sale {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  z-index: 1;
  padding-top: 14px;
  padding-left: 2px;
  transform: rotate(-45deg);
}
.c-product .c-product-thumbnail {
  padding-top: 67%;
  position: relative;
}
.c-product .c-product-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin-bottom: 0 !important;
}
.c-product .woocommerce-loop-product__title {
  padding: 24px 24px 14px !important;
  font-size: 24px !important;
  line-height: 1.25;
  font-family: "Modern No. 20";
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-product .woocommerce-loop-product__title {
    font-size: 20px !important;
    padding: 15px !important;
  }
}
.c-product .price {
  text-align: center;
  padding: 0 24px 22px;
  margin-bottom: 0 !important;
}
.c-product .price .amount {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  color: #EDB458;
  text-decoration: none;
}
.c-product .price ins {
  text-decoration: none;
}
.c-product .price del {
  opacity: 1 !important;
  font-size: 20px;
  color: #636363 !important;
  margin-right: 10px;
}
.c-product .price del .amount {
  color: #636363;
}
@media screen and (max-width: 767px) {
  .c-product .price {
    padding: 0 15px 15px;
  }
}
.c-product .c-button-add-cart {
  width: 173px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 50px;
  margin: auto auto 34px;
}
@media screen and (max-width: 767px) {
  .c-product .c-button-add-cart {
    margin-bottom: 20px;
  }
}

.p-single-product {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-single-product {
    padding-top: 60px;
  }
}
.p-single-product .product .onsale {
  display: none;
}
.p-single-product .product .p-single-product__summary,
.p-single-product .product .p-product-tab__inner,
.p-single-product .product .p-related__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-single-product .product .p-single-product__summary {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary {
    flex-direction: column;
    gap: 30px;
  }
}
.p-single-product .product .p-single-product__summary .woocommerce-product-gallery {
  float: none;
  width: 47.13%;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-single-product .product .p-single-product__summary .woocommerce-product-gallery a {
  pointer-events: none;
}
.p-single-product .product .p-single-product__summary .summary {
  float: none;
  width: 47.54%;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary .summary {
    width: 100%;
  }
}
.p-single-product .product .p-single-product__summary .summary .price {
  margin-bottom: 27px;
}
.p-single-product .product .p-single-product__summary .summary .amount {
  font-size: 24px;
  line-height: 1.25;
  color: #EDB458;
  font-weight: 700;
}
.p-single-product .product .p-single-product__summary .summary del {
  font-size: 24px;
  opacity: 1;
  color: #636363;
  margin-right: 10px;
}
.p-single-product .product .p-single-product__summary .summary del .amount {
  font-weight: 400;
  color: #636363;
}
.p-single-product .product .p-single-product__summary .summary ins {
  text-decoration: none;
}
.p-single-product .product .p-single-product__summary .summary ins .amount {
  font-weight: 700;
  color: #EDB458 !important;
}
.p-single-product .product .p-single-product__summary .summary .product_title {
  font-size: 48px;
  line-height: 1.15;
  color: #000;
  font-family: "Modern No. 20";
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary .summary .product_title {
    font-size: 36px;
  }
}
.p-single-product .product .p-single-product__summary .summary .product_title::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #EDB458;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary .summary .product_title::after {
    margin-top: 20px;
  }
}
.p-single-product .product .p-single-product__summary .summary form {
  display: flex;
  gap: 30px;
}
.p-single-product .product .p-single-product__summary .summary form::before, .p-single-product .product .p-single-product__summary .summary form::after {
  display: none;
}
@media screen and (max-width: 414px) {
  .p-single-product .product .p-single-product__summary .summary form {
    flex-direction: column;
  }
}
.p-single-product .product .p-single-product__summary .summary form .qib-container {
  width: 163px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .p-single-product .product .p-single-product__summary .summary form .qib-container {
    width: 100% !important;
  }
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .quantity {
  float: none !important;
  display: block !important;
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .quantity .input-text {
  width: 110px !important;
  background-color: #fff !important;
  height: 56px !important;
  border: none !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #000;
  font-weight: 600;
  text-align: left !important;
}
@media screen and (max-width: 414px) {
  .p-single-product .product .p-single-product__summary .summary form .qib-container .quantity .input-text {
    width: calc(100% - 53px) !important;
  }
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .qib-button {
  position: absolute;
  right: 0;
  height: 50% !important;
  width: 53px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background-color: #EDB458 !important;
  color: #fff !important;
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .qib-button:hover {
  opacity: 0.6;
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .qib-button.minus {
  bottom: 0;
}
.p-single-product .product .p-single-product__summary .summary form .qib-container .qib-button.plus {
  top: 0;
}
.p-single-product .product .p-single-product__summary .summary form .c-button {
  display: flex !important;
  height: 56px !important;
  width: 167px;
  margin-left: 0 !important;
}
@media screen and (max-width: 414px) {
  .p-single-product .product .p-single-product__summary .summary form .c-button {
    width: 100%;
  }
}
.p-single-product .product .p-single-product__summary .summary form .c-button:hover {
  opacity: 0.6;
}
.p-single-product .product .p-single-product__summary .summary .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.5625;
  color: #636363;
  margin-bottom: 55px;
  font-weight: 400;
}
.p-single-product .product .p-single-product__summary .summary .woocommerce-product-details__short-description > * {
  margin-bottom: 16px;
}
.p-single-product .product .p-single-product__summary .summary .woocommerce-product-details__short-description > *:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-single-product .product .p-single-product__summary .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
  }
}
.p-single-product .product .p-single-product__summary .summary .product_meta .posted_in {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  color: #0D0D0D;
}
.p-single-product .product .p-single-product__summary .summary .product_meta .posted_in a {
  font-weight: 400;
  color: #636363;
  pointer-events: none;
}

.p-product-tab .tabs {
  display: none !important;
}
.p-product-tab .wc-tab > * {
  font-size: 16px;
  line-height: 1.5625;
  color: #636363;
}
.p-product-tab .wc-tab > *:not(:last-child) {
  margin-bottom: 16px;
}
.p-product-tab .wc-tab > h2 {
  font-size: 30px;
  line-height: 1.8;
  color: #000;
  font-family: "Modern No. 20";
  font-weight: 400;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .p-product-tab .wc-tab > h2 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 30px !important;
  }
}
.p-product-tab .wc-tab > h2::after {
  content: "";
  display: block;
  width: 178px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #EDB458;
}

.p-related {
  background-color: #eee7dc;
  padding: 83px 0 113px;
}

.p-related__inner > h2 {
  font-size: 48px;
  line-height: 1.15;
  font-family: "Modern No. 20";
  font-weight: 400;
  color: #0D0D0D;
  padding-bottom: 16px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .p-related__inner > h2 {
    font-size: 34px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}

.tutor-courses-wrap .tutor-course-list {
  display: grid;
  grid-gap: 42px 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .tutor-courses-wrap .tutor-course-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .tutor-courses-wrap .tutor-course-list {
    grid-template-columns: 1fr;
  }
}
.tutor-courses-wrap .tutor-course-filter {
  display: none;
}
.tutor-courses-wrap .tutor-card {
  border: 0;
  border-radius: 0;
}
.tutor-courses-wrap .tutor-card .tutor-course-bookmark {
  display: none;
}
.tutor-courses-wrap .tutor-card .tutor-card-image-top {
  border-radius: 0;
}
.tutor-courses-wrap .tutor-card .tutor-ratio {
  padding-top: 67%;
}
.tutor-courses-wrap .tutor-card .tutor-card-body {
  padding: 21px 12px 31px 25px;
}
.tutor-courses-wrap .tutor-card .tutor-card-body .tutor-course-list-btn {
  display: none;
}
.tutor-courses-wrap .tutor-card .list-item-button {
  display: none;
}
.tutor-courses-wrap .tutor-card .tutor-card-footer {
  display: none;
}
.tutor-courses-wrap .tutor-card .tutor-course-name {
  font-size: 24px;
  font-family: "Modern No. 20";
  line-height: 1.25;
  color: #0D0D0D;
  font-weight: 400;
  margin-bottom: 10px;
}
.tutor-courses-wrap .tutor-card .tutor-course-name a {
  transition: all 0.3s ease;
}
.tutor-courses-wrap .tutor-card .tutor-course-name a:hover {
  color: #EDB458;
}
.tutor-courses-wrap .tutor-card .tutor-course-ratings {
  margin-bottom: 10px;
}
.tutor-courses-wrap .tutor-card .list-item-price {
  margin-bottom: 25px;
}
.tutor-courses-wrap .tutor-card .list-item-price .price .amount, .tutor-courses-wrap .tutor-card .list-item-price .price .tutor-free {
  color: #EDB458;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
.tutor-courses-wrap .tutor-card .list-item-price .price del {
  font-size: 20px;
  line-height: 1.25;
  color: #636363;
  font-weight: 400;
}
.tutor-courses-wrap .tutor-card .list-item-price .price del .amount {
  font-size: 20px;
  line-height: 1.25;
  color: #636363;
  font-weight: 400;
  margin-right: 5px;
}
.tutor-courses-wrap .tutor-card .list-item-price .price ins .amount {
  font-size: 20px;
  line-height: 1.25;
  color: #EDB458;
  font-weight: 700;
}
.tutor-courses-wrap .c-tutor-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.tutor-courses-wrap .c-tutor-meta__teacher-block {
  display: flex;
  gap: 10px;
}
.tutor-courses-wrap .c-tutor-meta__teacher-block .tutor-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tutor-courses-wrap .c-tutor-meta__teacher-block .c-tutor-meta__teacher-name {
  font-size: 14px;
  line-height: 1.5;
}
.tutor-courses-wrap .c-tutor-meta__teacher-block .c-tutor-meta__teacher-name p {
  font-weight: 400;
  color: #636363;
}
.tutor-courses-wrap .c-tutor-meta__teacher-block .c-tutor-meta__teacher-name a {
  font-weight: 600;
  color: #0D0D0D;
}
.tutor-courses-wrap .c-tutor-meta__students .c-tutor-meta__use-icon {
  font-size: 21px;
}
.tutor-courses-wrap .c-tutor-meta__students .c-tutor-meta__users {
  font-size: 14px;
  line-height: 1.5;
  color: #636363;
}

.course-archive-page {
  padding: 100px 30px 0;
}
@media screen and (max-width: 767px) {
  .course-archive-page {
    padding: 60px 20px 0;
  }
}
.course-archive-page .tutor-row {
  max-width: 1220px;
  margin-left: 0;
}
.course-archive-page .tutor-row .tutor-col-12 {
  padding: 0;
}

.p-why-us {
  padding-top: 89px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-why-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-why-us--no-pt {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-why-us--no-pt {
    padding-top: 0;
  }
}

.p-why-us__inner {
  max-width: 1280px;
}

.p-why-us__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-why-us__heading {
    margin-bottom: 30px;
  }
}

.p-why-us__reasons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-why-us__reasons {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-why-us__reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-why-us__reason {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  color: #636363;
  padding-left: 24px;
  position: relative;
}
.p-why-us__reason::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ico_check_list.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-why-us__notice {
  text-align: center;
  padding: 17px 15px;
  color: #0D0D0D;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}

.p-single-course {
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0 67px;
}
@media screen and (max-width: 767px) {
  .p-single-course {
    padding: 60px 0;
  }
}

.p-tutor-header__inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-tutor-header__inner {
    flex-direction: column;
  }
}
.p-tutor-header__inner .tutor-course-details-title {
  font-size: 48px;
  line-height: 1.15;
  font-family: "Modern No. 20";
  font-weight: 400;
  color: #0D0D0D;
  margin-top: 0;
  max-width: 908px;
}
@media screen and (max-width: 767px) {
  .p-tutor-header__inner .tutor-course-details-title {
    font-size: 34px;
  }
}
.p-tutor-header__inner .tutor-course-sidebar-card-pricing {
  display: none !important;
}
.p-tutor-header__inner .tutor-card {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.p-tutor-header__inner .tutor-card .tutor-card-body {
  padding: 0;
}
.p-tutor-header__inner .tutor-card .tutor-card-body .tutor-btn {
  display: flex;
  background-color: #EDB458;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  height: 56px;
  padding: 19px 20px;
  gap: 10px;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.p-tutor-header__inner .tutor-card .tutor-card-body .tutor-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url(../images/ico_arrow_right.svg) no-repeat center/cover;
}
.p-tutor-header__inner .tutor-course-single-pricing {
  display: none;
}

.p-tutor-header__price {
  color: #EDB458;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #EDB458;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .p-tutor-header__price {
    margin-bottom: 30px;
  }
}
.p-tutor-header__price del {
  font-size: 20px;
  color: #636363;
  font-weight: 400;
}
.p-tutor-header__price ins {
  font-size: 30px;
  color: #EDB458;
  text-decoration: none;
  margin-left: 10px;
}

.p-single-course__instructor {
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.p-single-course__instructor .p-single-course__instructor-info {
  display: block;
  padding: 11px 35px 9px 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L5.5%205L10%201%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-color: #D3D3D3;
  font-size: 16px;
  line-height: 1.5625;
  color: #636363;
}
.p-single-course__instructor .p-single-course__instructor-info b {
  color: #0D0D0D;
}
.p-single-course__instructor .p-single-course__duration {
  font-size: 16px;
  line-height: 1.5625;
  color: #636363;
  font-weight: 400;
  margin-bottom: 9px;
}
.p-single-course__instructor .p-single-course__duration b {
  color: #0D0D0D;
}

.p-single-course__tags {
  max-width: 868px;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  color: #636363;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-single-course__tags {
    margin-bottom: 30px;
  }
}

.p-single-course__main .tutor-course-thumbnail {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-single-course__main .tutor-course-thumbnail {
    margin-bottom: 30px;
  }
}

.p-single-course__content p, .p-single-course__content ul, .p-single-course__content ol {
  font-size: 16px;
  line-height: 1.5625;
  color: #636363;
  margin-bottom: 16px;
  font-weight: 400;
}
.p-single-course__content h2, .p-single-course__content h3, .p-single-course__content h4, .p-single-course__content h5 {
  font-weight: 600;
}
.p-single-course__content h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.p-single-course__content h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.p-single-course__content h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.p-single-course__content h5 {
  font-size: 16px;
  margin-bottom: 16px;
}
.p-single-course__content ul, .p-single-course__content ol {
  list-style: initial;
  list-style-position: inside;
  padding-left: 10px;
}
.p-single-course__content img {
  width: auto;
  margin-bottom: 16px;
}
.p-single-course__content > *:last-child {
  margin-bottom: 0;
}
.p-single-course__content .wp-block-embed {
  margin-bottom: 16px;
}

.tutor-pagination-wrapper-replaceable .page-banner {
  display: none;
}

.course-archive-page .tutor-pagination {
  border: 0;
  padding: 0;
}
.course-archive-page .tutor-pagination .tutor-pagination-hints {
  display: none;
}
.course-archive-page .tutor-pagination .tutor-pagination-numbers {
  justify-content: center;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .course-archive-page .tutor-pagination .tutor-pagination-numbers {
    gap: 3px;
  }
}
.course-archive-page .tutor-pagination .tutor-pagination-numbers .page-numbers {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #EDB458 !important;
  border: 1px solid #EDB458;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .course-archive-page .tutor-pagination .tutor-pagination-numbers .page-numbers {
    min-width: 30px !important;
    height: 30px !important;
    font-size: 12px;
  }
}
.course-archive-page .tutor-pagination .tutor-pagination-numbers .page-numbers::before {
  display: none;
}
.course-archive-page .tutor-pagination .tutor-pagination-numbers .page-numbers.current {
  background-color: #fff !important;
  color: #EDB458;
}
.course-archive-page .tutor-pagination .tutor-pagination-numbers .page-numbers:not(.current):hover {
  color: #fff !important;
  opacity: 0.6;
}

.tutor-frontend-dashboard .tutor-container {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .tutor-frontend-dashboard .tutor-container {
    padding: 0 20px;
  }
}
.tutor-frontend-dashboard img {
  width: auto;
}
.tutor-frontend-dashboard .tutor-fs-2 {
  font-size: 32px;
}
.tutor-frontend-dashboard .tutor-fs-3 {
  font-size: 28px;
}
.tutor-frontend-dashboard .tutor-fs-4 {
  font-size: 24px;
}
.tutor-frontend-dashboard .tutor-fs-5 {
  font-size: 20px;
}
.tutor-frontend-dashboard .tutor-fs-6 {
  font-size: 16px;
}
.tutor-frontend-dashboard .tutor-fs-7 {
  font-size: 12px;
}

.p-checkout {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-checkout {
    padding: 60px 0;
  }
}

.p-checkout__inner {
  max-width: 1280px;
}
.p-checkout__inner h3 {
  font-family: "Modern No. 20";
  font-weight: 400;
  font-size: 3.3vw;
  line-height: 1.145;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-checkout__inner h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.p-checkout__inner .col2-set {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-checkout__inner .col2-set {
    margin-bottom: 40px;
  }
}
.p-checkout__inner .col2-set .col-1 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .p-checkout__inner .col2-set .col-1 {
    width: 100%;
  }
}
.p-checkout__inner .col2-set .col-2 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-checkout__inner .col2-set .col-2 {
    width: 100%;
    margin-top: 30px;
  }
}
.p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  background-color: #fff !important;
  border-bottom: 0 !important;
  line-height: 1.5 !important;
}
.p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}
.p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment #place_order {
  float: none !important;
}
.p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment .checkout-btn {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .p-checkout__inner .woocommerce-checkout .woocommerce-checkout-payment .checkout-btn {
    width: 100%;
  }
}

.select2-container.select2-container--open .select2-dropdown {
  border: 1px solid #DBDBDB;
  border-radius: 0;
}
.select2-container.select2-container--open .select2-search--dropdown,
.select2-container.select2-container--open .select2-results__option {
  padding-inline: 26px;
}
@media screen and (max-width: 767px) {
  .select2-container.select2-container--open .select2-search--dropdown,
  .select2-container.select2-container--open .select2-results__option {
    padding-inline: 15px;
  }
}
.select2-container.select2-container--open .select2-results__option--highlighted[data-selected] {
  background-color: #EDB458;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  line-height: 1.5 !important;
  color: #636363;
}
@media screen and (max-width: 767px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 1em 1em 2.5em;
  }
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 0.8em;
  }
}

.checkout_coupon p {
  margin-bottom: 10px;
  color: #636363;
}
.checkout_coupon .coupon-btn {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .checkout_coupon .coupon-btn {
    height: 48px;
    width: 100%;
  }
}

.p-upcoming {
  padding: 60px 0 107px;
}
@media screen and (max-width: 767px) {
  .p-upcoming {
    padding-bottom: 60px;
  }
}

.p-upcoming__inner {
  max-width: 1280px;
}

.p-upcoming__header-inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .p-upcoming__header-inner {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.p-upcoming__header-wrapper {
  max-width: 554px;
}
@media screen and (max-width: 1024px) {
  .p-upcoming__header-wrapper {
    max-width: 100%;
  }
}

.p-upcoming__header-image {
  width: 42.79%;
}
@media screen and (max-width: 1024px) {
  .p-upcoming__header-image {
    width: 522px;
  }
}
@media screen and (max-width: 767px) {
  .p-upcoming__header-image {
    width: 100%;
  }
}

.p-upcoming__heading {
  margin-bottom: 20px;
}

.p-upcoming__intro {
  color: #636363;
  font-weight: 400;
}

.p-upcoming__header-image {
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-upcoming__header-image {
    padding-top: 0;
  }
}

.p-upcoming__private-training {
  background-color: #fff;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-upcoming__private-training {
    margin-bottom: 30px;
  }
}

.p-upcoming__private-heading {
  margin-bottom: 20px;
}

.p-upcoming__private-intro {
  max-width: 1034px;
  margin: 0 auto;
  font-weight: 400;
}
.p-upcoming__private-intro a {
  font-weight: 700;
}
.p-upcoming__private-intro a:hover {
  color: #EDB458;
}

.p-upcoming__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 29px;
}
@media screen and (max-width: 1024px) {
  .p-upcoming__products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-upcoming__products {
    grid-template-columns: 1fr;
  }
}
.p-upcoming__products .c-product {
  text-align: left;
}
.p-upcoming__products .c-product .woocommerce-loop-product__title {
  text-align: left;
}
.p-upcoming__products .c-product .price {
  display: flex;
  align-items: baseline;
}

.p-search-results {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-search-results {
    padding: 60px 20px;
  }
}

.p-search-results__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.p-search-results__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.p-search-results__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .p-search-results__item {
    width: 100%;
  }
}

.c-result {
  display: flex;
  background-color: #fff;
  height: 100%;
}

.c-result__thumbnail {
  width: 200px;
  aspect-ratio: 1;
  position: relative;
}
.c-result__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-result__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.c-result__title {
  font-size: 24px;
  color: #EDB458;
  font-family: "Modern No. 20";
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-result__title {
    font-size: 18px;
    padding: 20px 15px;
  }
}

.c-result__button {
  margin: auto auto 0;
  width: 166px;
}

.p-search-results .pagination {
  margin-top: 40px;
}
.p-search-results .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.p-search-results .pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  background-color: #EDB458;
  border: 1px solid #EDB458;
  font-weight: 600;
}
.p-search-results .pagination .nav-links .page-numbers.current {
  background-color: #fff;
  color: #EDB458;
}

.p-search-results__no-result-heading {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: #0D0D0D;
}

.p-search-results__no-result {
  text-align: center;
  font-size: 18px;
  color: #636363;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-search-results__no-result {
    font-size: 16px;
  }
}

.p-search-results__back-top {
  width: 200px;
  margin: 0 auto;
}

.p-404 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 60px 0;
  }
}

.p-404__inner {
  max-width: 1280px;
}

.p-404__heading {
  font-size: 240px;
  margin-bottom: 20px;
  text-align: center;
  color: #EDB458;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-404__heading {
    font-size: 150px;
  }
}

.p-404__intro {
  font-size: 18px;
  color: #636363;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__intro {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p-404__back-top {
  width: 200px;
  margin: 0 auto;
}

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