@charset "UTF-8";
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
::backdrop{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.mb-5{
  margin-bottom: 5rem;
}
.mb-6{
  margin-bottom: 6rem;
}
.mt-1{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 2rem;
}
.mt-3{
  margin-top: 3rem;
}
.mt-\[5\.6rem\]{
  margin-top: 5.6rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.max-w-\[53rem\]{
  max-width: 53rem;
}
.max-w-\[63rem\]{
  max-width: 63rem;
}
.max-w-\[95\.5rem\]{
  max-width: 95.5rem;
}
.flex-shrink{
  flex-shrink: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-inside{
  list-style-position: inside;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-3{
  gap: 3rem;
}
.gap-y-2{
  row-gap: 2rem;
}
.border{
  border-width: 1px;
}
.py-12{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.text-center{
  text-align: center;
}
.text-\[3\.4rem\]{
  font-size: 3.4rem;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!text-\[\#F6ED9C\]{
  color: #F6ED9C !important;
}
.text-body2{
  color: #1E1E1E;
}
.text-brown{
  color: #9F733E;
}
.text-white{
  color: #fff;
}
.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition: .3s all ease-in-out;
}
.ff-second {
  font-family: "Noto Serif";
}

.title-lg {
  font-family: "Noto Serif";
  font-size: 7.2rem;
  font-weight: 500;
  line-height: calc(7.92/7.2);
}
@media (max-width: 767px) {
  .title-lg {
    font-size: 6.2rem;
    font-weight: 500;
    line-height: calc(6.92/6.2);
  }
}

.title-50 {
  font-family: "Noto Serif";
  font-size: 5rem;
  font-weight: 400;
  line-height: calc(6.9/5);
}
@media (max-width: 767px) {
  .title-50 {
    font-size: 4rem;
    font-weight: 400;
    line-height: calc(5.4/4);
  }
}

.title-md {
  font-family: "Noto Serif";
  font-size: 6rem;
  font-weight: 500;
  line-height: calc(6.6/6);
}
@media (max-width: 767px) {
  .title-md {
    font-size: 5rem;
    font-weight: 500;
    line-height: calc(5.5/5);
  }
}

.title-sm {
  font-family: "Noto Serif";
  font-size: 3rem;
  font-weight: 500;
  line-height: calc(3.3/3);
}

.title-card {
  font-family: "Noto Serif";
  font-size: 4.2rem;
  font-weight: 400;
  line-height: calc(5.2/4.2);
}

*,
*:after,
*:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

html {
  height: -webkit-fill-available;
  font-size: 7px;
}
@media (min-width: 768px) {
  html {
    font-size: calc(0.0836120401vw + 6.3578595318px);
  }
}
@media (min-width: 1366px) {
  html {
    font-size: calc(0.4512635379vw + 1.3357400722px);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 7.5px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 260rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  color: #000;
  font-family: "Barlow";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(24/16);
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
  box-shadow: none;
}

.col,
[class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

[class*=col-span-], [class*=col-end-], [class*=col-start-] {
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1280px) {
  .container {
    max-width: calc(167/ 192 * 100%);
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 167rem;
  }
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gap-large {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.gap-large > .col, .gap-large > [class*=col-] {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.img-white {
  filter: brightness(0) invert(1);
}

.fake-bold {
  text-stroke: 1px currentColor;
  -webkit-text-stroke: 1px currentColor;
}

.swiper-slide {
  box-sizing: border-box;
}

.my-tabs .tab-content {
  display: none;
}

.accordion-content {
  display: none;
}

.tabs-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.tabs-nav-wrap::-webkit-scrollbar {
  height: 0;
}

.price ins {
  text-decoration: none;
}

a {
  color: inherit;
}

.desc p:not(:last-child), .brief-content p:not(:last-child), .full-content p:not(:last-child) {
  margin-bottom: 2rem;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.triangle {
  display: inline-block;
  margin: 5px;
  width: 0;
  height: 0;
}
.triangle--top {
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #000;
  border-left: 1rem solid transparent;
}
.triangle--bottom {
  border-top: 1rem solid #000;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
.triangle--right {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #000;
}
.triangle--left {
  border-top: 1rem solid transparent;
  border-right: 1rem solid #000;
  border-bottom: 1rem solid transparent;
}

.myFancyBox .fancybox-thumbs {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  width: auto;
}

.fancybox-show-thumbs .fancybox-inner {
  width: 100%;
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}

.fancybox-thumbs__list a:before {
  border: 0.3rem solid #4272C5;
}

.btn {
  gap: 1rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  border: none;
  border-radius: 3rem;
  padding: 0 3rem;
  height: 4.8rem;
  overflow: hidden;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4.8rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn em {
  font-size: 1.6rem;
}
.btn em::before {
  font-weight: bold;
}
.btn .icon {
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.btn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn[class*="--brounded"] {
  position: relative;
  z-index: 1;
}
.btn[class*="--brounded"]:hover .icon img {
  filter: brightness(0) invert(1);
}
.btn-white {
  border: 1px solid #926228;
  background: #FFFFFf;
  color: #9F733E;
}
.btn-white--brounded {
  border: 1px solid #FFFFFf;
  background: none;
  color: #FFFFFf;
}
.btn-white--brounded:hover, .btn-white--brounded.active {
  transition: all 0.2s;
  background: #FFFFFf;
  color: #9F733E;
}
.btn-white:hover, .btn-white.active {
  transition: all 0.3s;
}
.btn-white:hover .icon img, .btn-white.active .icon img {
  filter: brightness(0) invert(1);
}
.btn-main, .btn.loadMoreBtn {
  background: #28554C;
  color: #fff;
}
.btn-main--brounded {
  border: 1px solid #28554C;
  background: none;
  color: #fff;
}
.btn-main--brounded:hover {
  transition: all 0.2s;
  background: #28554C;
  color: #ffffff;
}
.btn-main:hover, .btn.loadMoreBtn:hover, .btn-main.active, .active.btn.loadMoreBtn {
  transition: all 0.3s;
  background: rgba(40, 85, 76, 0.8);
}
.btn-red {
  background: #D22630;
  color: #fff;
}
.btn-red--brounded {
  border: 1px solid #D22630;
  background: none;
  color: #D22630;
}
.btn-red--brounded:hover {
  transition: all 0.2s;
  background: #D22630;
  color: #ffffff;
}
.btn-red:hover, .btn-red.active {
  transition: all 0.3s;
  background: #D22630;
}
.btn-black {
  background: #000;
  color: #ffffff;
}
.btn-black--brounded {
  border: 1px solid #000;
  background: none;
  color: #000;
}
.btn-black--brounded:hover, .btn-black--brounded.active {
  background: #000;
  color: #fff;
}
.btn-black:hover, .btn-black.active {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.btn-blue {
  background: #4272C5;
  color: #ffffff;
}
.btn-blue--brounded {
  background: none;
  color: #4272C5;
}
.btn-blue:hover, .btn-blue.active {
  transition: all 0.3s;
  background: rgba(66, 114, 197, 0.8);
}
.btn:hover, .btn.active {
  transform: rotateY(-15deg);
  text-shadow: 0 0.7rem 1.5rem #00000033;
}
.btn.disable {
  background: #EDEDED;
  color: #ADADAD;
}
.btn.disable .icon img {
  filter: brightness(0) opacity(0.25);
}

.btn-2 {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #D22630;
  font-weight: 600;
}
.btn-2 i {
  transition: all 0.3s;
}
.btn-2:hover i {
  transform: translateX(0.7rem);
}

.btn.loadMoreBtn {
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-group {
  gap: 3rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.swiper-pagination {
  display: flex;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 9;
}
.swiper-pagination span {
  display: block;
  position: static;
  opacity: 1;
  transition: all 0.2s;
  margin: 0 0.75rem;
  outline: none;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  width: 1rem;
  height: 1rem;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-prev, .swiper-next {
  display: grid;
  position: absolute;
  top: 50%;
  place-items: center;
  transform: translateY(-50%);
  z-index: 98;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: transparent;
}
.swiper-prev img, .swiper-next img {
  width: 100%;
}
.swiper-prev em, .swiper-next em {
  font-size: 2.5rem;
}

.swiper-prev {
  left: 1.5rem;
}

.swiper-next {
  right: 1.5rem;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.swiper-btn {
  gap: 2rem;
  display: flex;
  align-items: center;
}
.swiper-btn .swiper-next, .swiper-btn .swiper-prev {
  position: static;
  transform: none;
}

input, textarea {
  transition: outline 0.2s;
  outline: none;
  box-shadow: none;
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
  background: #F6F6F6;
  padding: 0 1.8rem;
  width: 100%;
  height: 5.5rem;
  font-size: 1.8rem;
}

textarea {
  padding: 1rem 1.8rem;
  min-height: 15rem;
  resize: none;
}

input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  opacity: 0;
  width: 4rem;
  height: 4rem;
}

.input-text.hasDatepicker {
  background-image: url(../img/icons/date.png);
  background-position: center;
  background-position: calc(100% - 2rem) center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}

::-webkit-input-placeholder {
  color: rgba(73, 89, 99, 0.3);
}

select:invalid {
  color: rgba(73, 89, 99, 0.3);
}

select {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
  background: #F6F6F6;
  background-image: url(../img/down.svg);
  background-position: center;
  background-position: calc(100% - 3rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  padding: 0 1.8rem;
  padding-right: 5rem;
  width: 100%;
  min-width: 36.6rem;
  height: 5.5rem;
  font-size: 1.8rem;
  line-height: 5.5rem;
  text-transform: capitalize;
}

button {
  outline: none !important;
  box-shadow: none;
  border: none;
  background: none;
}

@media screen and (min-width: 768px) {
  .form-row {
    grid-gap: 0 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  .form-row select {
    min-width: auto;
  }
}
.form-group {
  margin-bottom: 3rem;
}
.form-group .input {
  position: relative;
}

.form-group .dropdown, .form-wrap .dropdown {
  width: 100%;
}
.form-group label, .form-wrap label {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.form-group label .required, .form-wrap label .required {
  color: #D22630;
}

.custom-checkbox, .custom-radio, .wc_payment_method {
  cursor: pointer;
}
.custom-checkbox > label, .custom-radio > label, .wc_payment_method > label {
  margin-bottom: 0;
}
.custom-checkbox > input, .custom-radio > input, .wc_payment_method > input {
  display: none;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  width: initial;
  height: initial;
}
.custom-checkbox.style-1 > label, .custom-checkbox.style-1 > span, .custom-radio.style-1 > label, .custom-radio.style-1 > span, .wc_payment_method.style-1 > label, .wc_payment_method.style-1 > span {
  position: relative;
  cursor: pointer;
  padding-left: 5rem;
  width: 100%;
  font-family: "Noto Serif";
  font-size: 2rem;
}
.custom-checkbox.style-1 > label:before, .custom-checkbox.style-1 > span:before, .custom-radio.style-1 > label:before, .custom-radio.style-1 > span:before, .wc_payment_method.style-1 > label:before, .wc_payment_method.style-1 > span:before {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
  border: 1px solid #231F20;
  border-radius: 0;
  background: none;
  width: 3rem;
  height: 3rem;
  content: "";
}
.custom-checkbox.style-1 > label:after, .custom-checkbox.style-1 > span:after, .custom-radio.style-1 > label:after, .custom-radio.style-1 > span:after, .wc_payment_method.style-1 > label:after, .wc_payment_method.style-1 > span:after {
  position: absolute;
  top: 0.3rem;
  left: 0.9rem;
  opacity: 0;
  color: #176958;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: 900;
  content: "";
}
.custom-checkbox.style-1 > label .content, .custom-checkbox.style-1 > span .content, .custom-radio.style-1 > label .content, .custom-radio.style-1 > span .content, .wc_payment_method.style-1 > label .content, .wc_payment_method.style-1 > span .content {
  display: none;
  margin-top: 2rem;
  margin-left: -3rem;
  background: #F5F5F5;
  padding: 1.2rem 5rem;
  width: calc(100% + 3.5rem);
  font-size: 1.6rem;
}
.custom-checkbox.style-1 input[type=radio]:focus + label .content, .custom-checkbox.style-1 input[type=radio]:focus + span .content, .custom-radio.style-1 input[type=radio]:focus + label .content, .custom-radio.style-1 input[type=radio]:focus + span .content, .wc_payment_method.style-1 input[type=radio]:focus + label .content, .wc_payment_method.style-1 input[type=radio]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-1 input[type=radio]:focus + label:after, .custom-checkbox.style-1 input[type=radio]:focus + span:after, .custom-radio.style-1 input[type=radio]:focus + label:after, .custom-radio.style-1 input[type=radio]:focus + span:after, .wc_payment_method.style-1 input[type=radio]:focus + label:after, .wc_payment_method.style-1 input[type=radio]:focus + span:after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=radio]:checked + label .content, .custom-checkbox.style-1 input[type=radio]:checked + span .content, .custom-radio.style-1 input[type=radio]:checked + label .content, .custom-radio.style-1 input[type=radio]:checked + span .content, .wc_payment_method.style-1 input[type=radio]:checked + label .content, .wc_payment_method.style-1 input[type=radio]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-1 input[type=radio]:checked + label:after, .custom-checkbox.style-1 input[type=radio]:checked + span:after, .custom-radio.style-1 input[type=radio]:checked + label:after, .custom-radio.style-1 input[type=radio]:checked + span:after, .wc_payment_method.style-1 input[type=radio]:checked + label:after, .wc_payment_method.style-1 input[type=radio]:checked + span:after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=checkbox]:focus + label .content, .custom-checkbox.style-1 input[type=checkbox]:focus + span .content, .custom-radio.style-1 input[type=checkbox]:focus + label .content, .custom-radio.style-1 input[type=checkbox]:focus + span .content, .wc_payment_method.style-1 input[type=checkbox]:focus + label .content, .wc_payment_method.style-1 input[type=checkbox]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-1 input[type=checkbox]:focus + label:after, .custom-checkbox.style-1 input[type=checkbox]:focus + span:after, .custom-radio.style-1 input[type=checkbox]:focus + label:after, .custom-radio.style-1 input[type=checkbox]:focus + span:after, .wc_payment_method.style-1 input[type=checkbox]:focus + label:after, .wc_payment_method.style-1 input[type=checkbox]:focus + span:after {
  opacity: 1;
}
.custom-checkbox.style-1 input[type=checkbox]:checked + label .content, .custom-checkbox.style-1 input[type=checkbox]:checked + span .content, .custom-radio.style-1 input[type=checkbox]:checked + label .content, .custom-radio.style-1 input[type=checkbox]:checked + span .content, .wc_payment_method.style-1 input[type=checkbox]:checked + label .content, .wc_payment_method.style-1 input[type=checkbox]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.custom-checkbox.style-1 input[type=checkbox]:checked + label:after, .custom-checkbox.style-1 input[type=checkbox]:checked + span:after, .custom-radio.style-1 input[type=checkbox]:checked + label:after, .custom-radio.style-1 input[type=checkbox]:checked + span:after, .wc_payment_method.style-1 input[type=checkbox]:checked + label:after, .wc_payment_method.style-1 input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.wc_payment_method > label, .wc_payment_method > span {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  width: 100%;
}
.wc_payment_method > label:before, .wc_payment_method > span:before {
  position: absolute;
  top: 1rem;
  left: 0;
  cursor: pointer;
  border: none;
  border: 1px solid #DADADA;
  border-radius: 50%;
  background: #fff;
  width: 2rem;
  height: 2rem;
  content: "";
}
.wc_payment_method > label .content, .wc_payment_method > span .content {
  display: none;
  margin-top: 2rem;
  margin-left: -3rem;
  background: #F5F5F5;
  padding: 1.2rem 5rem;
  width: calc(100% + 3.5rem);
  font-size: 1.6rem;
}
.wc_payment_method input[type=radio]:focus + label .content, .wc_payment_method input[type=radio]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.wc_payment_method input[type=radio]:focus + label:before, .wc_payment_method input[type=radio]:focus + span:before {
  box-shadow: inset 0 0 0 0.5rem #fff;
  border: 1px solid #071326;
  background: #071326;
}
.wc_payment_method input[type=radio]:checked + label .content, .wc_payment_method input[type=radio]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.wc_payment_method input[type=radio]:checked + label:before, .wc_payment_method input[type=radio]:checked + span:before {
  box-shadow: inset 0 0 0 0.5rem #fff;
  border: 1px solid #071326;
  background: #071326;
}
.wc_payment_method input[type=checkbox]:focus + label .content, .wc_payment_method input[type=checkbox]:focus + span .content {
  display: block;
  font-weight: normal !important;
}
.wc_payment_method input[type=checkbox]:focus + label:before, .wc_payment_method input[type=checkbox]:focus + span:before {
  box-shadow: inset 0 0 0 0.5rem #fff;
  border: 1px solid #071326;
  background: #071326;
}
.wc_payment_method input[type=checkbox]:checked + label .content, .wc_payment_method input[type=checkbox]:checked + span .content {
  display: block;
  font-weight: normal !important;
}
.wc_payment_method input[type=checkbox]:checked + label:before, .wc_payment_method input[type=checkbox]:checked + span:before {
  box-shadow: inset 0 0 0 0.5rem #fff;
  border: 1px solid #071326;
  background: #071326;
}

.choose-number {
  display: inline-flex;
  align-items: center;
  border: 1px solid #DADADA;
  border-radius: 1rem;
}
.choose-number .minus, .choose-number .plus {
  display: grid;
  place-items: center;
  cursor: pointer;
  background: none;
  width: 5rem;
  height: 5rem;
  font-size: 1.2rem;
}
.choose-number .input {
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 5rem;
  height: 5rem;
  text-align: center;
}
.choose-number ::-webkit-outer-spin-button, .choose-number ::-webkit-inner-spin-button {
  display: none;
}

nav.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.breadcrumbs ul li {
  display: inline-block;
  font-size: 2rem;
}
nav.breadcrumbs ul li:last-child {
  margin-right: 0;
}
nav.breadcrumbs ul li a, nav.breadcrumbs ul li span {
  color: inherit;
  text-decoration: none;
}
nav.breadcrumbs ul li a:hover, nav.breadcrumbs ul li span:hover {
  color: #4272C5;
}
nav.breadcrumbs ul li.active a, nav.breadcrumbs ul li.active span {
  color: #4272C5;
  font-weight: 600;
}
nav.breadcrumbs ul li span {
  color: inherit;
}
nav.breadcrumbs ul li:not(:last-child)::after {
  margin: 0 0rem 0 0.5rem;
  color: inherit;
  content: ">";
}

.pagi {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagi-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 0 !important;
  border: 1px solid #DADADA;
  border-radius: 1rem;
  background: none;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
}
.pagi-item.pagi-action {
  font-weight: bold;
}
.pagi-item em {
  font-size: 1.3rem;
}
.pagi-item.is-disabled {
  cursor: no-drop;
}
.pagi-item:hover, .pagi-item.active {
  border: 1px solid #4272C5;
  background: #4272C5;
  color: #fff;
}

.footer {
  background-image: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  padding: 1.8rem 0;
}
.footer .copyright {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-align: center;
}

.social-list {
  gap: 2rem;
  display: flex;
  align-items: center;
  list-style: none;
}
.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  background: #D22630;
  width: 3.1rem;
  height: 3.1rem;
  color: #fff;
  font-size: 2rem;
}
.social-list li a:hover {
  transform: scale(1.15);
}

.header {
  position: relative;
  z-index: 999;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  letter-spacing: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0.5rem 1rem 0 #00000008;
  width: 100%;
}
.header .logo {
  display: block;
  display: grid;
  position: relative;
  flex-shrink: 0;
  place-items: center;
  transition: all 0.3s;
  width: 12.5rem;
  height: 11rem;
  overflow: hidden;
}
.header .logo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background: #fff;
  width: 12.5rem;
  height: 12.5rem;
  content: "";
}
.header .logo img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .wrapper {
  display: flex;
  align-items: center;
  height: 11rem;
}
.header .btn-wrap {
  margin-left: 4rem;
}
@media (min-width: 1200px) {
  .header .menu {
    margin-left: auto;
  }
}
.header .menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .header .menu .menu-item {
    display: flex;
    align-items: center;
    line-height: 11rem;
    white-space: nowrap;
  }
  .header .menu .menu-item:not(:last-child) {
    margin-right: 3rem;
  }
}
.header .menu .menu-item > a {
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: 500;
}
.header .menu .menu-item > a .icon-dropdown {
  margin-left: 0.5rem;
}
.header .menu .menu-item > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  background: #176958;
  width: 100%;
  height: 0.4rem;
  content: "";
}
.header .menu .menu-item > a:hover, .header .menu .menu-item > a.active, .header .menu .menu-item > a.current_page_item {
  text-stroke: 0.5px currentColor;
  -webkit-text-stroke: 0.5px currentColor;
  transition: all 0.2s;
  color: #176958;
}
.header .menu .menu-item > a:hover:after, .header .menu .menu-item > a.active:after, .header .menu .menu-item > a.current_page_item:after {
  opacity: 1;
}
.header .toggle-btn {
  display: none;
}
.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}
.header .overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header .social-list {
    margin-left: 3rem;
    border-left: 0.1rem solid rgba(43, 43, 43, 0.3);
    padding-left: 3rem;
  }
}
.header .mobile-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  background: #fff;
  width: 300px;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .header .mobile-nav-inner {
    display: none;
  }
}
.header .mobile-nav-inner .btn-wrap {
  margin-top: 2rem;
}
.header .mobile-nav-inner.active {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .header .toggle-btn {
    display: block;
  }
  .header .btn-wrap {
    margin-left: auto;
  }
  .header .mobile-nav-inner {
    padding: 30px 15px;
  }
  .header .mobile-nav-inner .nav-sub {
    display: none;
    list-style: none;
  }
  .header .mobile-nav-inner .nav-sub li a {
    padding-inline: 2.5rem;
    display: inline-block;
  }
  .header .mobile-nav-inner .nav-sub li:hover a, .header .mobile-nav-inner .nav-sub li.active a {
    text-stroke: 0.05rem currentColor;
    -webkit-text-stroke: 0.05rem currentColor;
    color: #4272C5;
  }
  .header .mobile-nav-inner .menu .menu-list {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
  }
  .header .mobile-nav-inner .menu .menu-item {
    width: 100%;
    line-height: 5rem;
  }
  .header .mobile-nav-inner .menu .menu-item.active > a, .header .mobile-nav-inner .menu .menu-item:hover > a {
    color: #176958;
  }
  .header .mobile-nav-inner .menu .menu-link {
    gap: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .mobile-nav-inner .menu .menu-link:after {
    display: none;
  }
  .header .mobile-nav-inner .social-list {
    margin-top: 2rem;
  }
}
.toggle-btn {
  position: relative;
  z-index: 999;
  margin-left: 3rem;
  border: 1px solid #9F733E;
  border-radius: 1rem;
  background: #fff;
}
@media (min-width: 1200px) {
  .toggle-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggle-btn {
    margin-left: auto;
  }
}
.toggle-btn .svg-trigger {
  transition: transform 400ms;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toggle-btn .svg-trigger path {
  fill: none;
  stroke: #9F733E;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
.toggle-btn .svg-trigger path:nth-child(1) {
  stroke-dasharray: 40 160;
}
.toggle-btn .svg-trigger path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.toggle-btn .svg-trigger path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.toggle-btn.active .svg-trigger {
  transform: rotate(45deg);
}
.toggle-btn.active .svg-trigger path:nth-child(1), .toggle-btn.active .svg-trigger path:nth-child(3) {
  stroke-dashoffset: -64px;
}
.toggle-btn.active .svg-trigger path:nth-child(2) {
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .header {
    box-shadow: 0 0.5rem 1rem 0 #00000008;
  }
  .header .menu-item-has-children {
    position: relative;
  }
  .header .menu-item-has-children .icon-dropdown {
    display: none;
  }
  .header .menu-item-has-children .sub-menu {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: center top 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.08);
    display: block;
    position: absolute;
    top: calc(100% + 3rem);
    left: -3rem;
    transform: scaleY(0);
    transform-origin: center top 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.08);
    border-radius: 3rem;
    background: #F5F1EA;
    padding: 1.5rem 0;
    min-width: 28rem;
    line-height: 5rem;
    list-style: none;
  }
  .header .menu-item-has-children .sub-menu li a {
    padding: 0 3rem;
    font-family: "Noto Serif";
    font-weight: normal;
    line-height: 5rem;
  }
  .header .menu-item-has-children .sub-menu li a::after {
    display: none;
  }
  .header .menu-item-has-children .sub-menu li:hover a, .header .menu-item-has-children .sub-menu li.active a {
    color: #176958;
  }
  .header .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
}
#loader-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#loader-container .loader {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  place-items: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
#loader-container .loader:before, #loader-container .loader::after {
  display: none;
}
#loader-container .loader__logo {
  display: flex;
  justify-content: center;
}
#loader-container .loader__logo > span {
  animation: bounce-loader 0.6s infinite alternate;
  margin: 0 0.5rem;
  border-radius: 50%;
  background: #9F733E;
  width: 1rem;
  height: 1rem;
}
#loader-container .loader__logo > span:nth-child(2) {
  animation-delay: 0.15s;
}
#loader-container .loader__logo > span:nth-child(3) {
  animation-delay: 0.3s;
}
#loader-container .loader__logo > span:last-child {
  animation-delay: 0.45s;
}
#loader-container .loader__progress {
  display: none;
  position: relative;
  width: 100%;
}
#loader-container .loader__progress #progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  text-align: center;
}

@keyframes fade {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce-loader {
  to {
    transform: translateY(-1rem);
    opacity: 0.1;
  }
}
.section-label {
  color: #176958;
  font-weight: 500;
  letter-spacing: 0.32rem;
  text-transform: uppercase;
}

.hero-banner {
  position: relative;
  background: #F8F8F8;
  padding: 8rem 0 18rem;
  padding-right: 1.5rem;
  overflow: hidden;
}
.hero-banner:before {
  position: absolute;
  bottom: -80%;
  left: 0;
  border-radius: 50%;
  background: #f8f6e6;
  width: 45vw;
  height: 45vw;
  content: "";
}
@media (max-width: 767px) {
  .hero-banner:before {
    bottom: -20%;
  }
}
@media (min-width: 1280px) {
  .hero-banner {
    padding-right: 5rem;
  }
}
@media (max-width: 1279px) {
  .hero-banner {
    padding-inline: 1.5rem;
  }
}
.hero-banner .box-content {
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {
  .hero-banner .box-content {
    padding-left: calc(calc(100vw - calc(1640/1920 *100vw))/2);
  }
}
@media (min-width: 1920px) {
  .hero-banner .box-content {
    padding-left: calc(calc(100vw - 164rem)/2);
  }
}
@media (min-width: 2600px) {
  .hero-banner .box-content {
    padding-left: calc(calc(260rem - 164rem)/2);
  }
}
.hero-banner .box-img {
  position: relative;
  z-index: 1;
}
.hero-banner .box-img::before {
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  z-index: -1;
  border-radius: 3rem;
  background: #9F733E;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 767px) {
  .hero-banner .box-img::before {
    bottom: -1.5rem;
    left: -1.5rem;
  }
}
.hero-banner .box-img img {
  width: 100%;
}

.about-us {
  padding-block: 12rem;
}
.about-us .box-content {
  background: linear-gradient(90deg, #926228 -11.29%, #CBB16A 14.85%, #F6ED9C 49.71%, #CBB16A 89.54%, #926228 113.19%);
  padding: 10rem 6rem;
  height: 100%;
}
@media (max-width: 767px) {
  .about-us .box-content {
    padding: 6rem 3rem;
  }
}
.about-us .box-content .desc {
  color: rgba(0, 0, 0, 0.8);
}
.about-us .box-img {
  height: 100%;
}
.about-us .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-mission {
  background: #F8F8F8;
  padding: 12rem 0;
}
.our-mission .box-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 80%;
  height: 100%;
  min-height: 4.4rem;
}
@media (min-width: 768px) {
  .our-mission .box-img {
    max-width: 76.2rem;
  }
}
.our-mission .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-mission .box-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 12rem 0;
  max-width: 129rem;
  min-height: 44rem;
  text-align: center;
}

.our-expertise .item {
  display: flex;
  border-radius: 0.5rem;
  background: #2C2C2C;
  padding: 2rem;
}
@media (max-width: 575px) {
  .our-expertise .item {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .our-expertise .item .image {
    margin: 1rem;
    width: calc(40% - 2rem);
  }
}
@media (max-width: 575px) {
  .our-expertise .item .image img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.our-expertise .item .content {
  position: relative;
  padding-bottom: 5rem;
  color: #fff;
}
@media (max-width: 575px) {
  .our-expertise .item .content {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  .our-expertise .item .content {
    margin: 1rem;
    width: calc(60% - 2rem);
  }
}
.our-expertise .item .content:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  width: 100%;
  height: 0.5rem;
  content: "";
}
.our-expertise .item .content .desc {
  color: rgba(255, 255, 255, 0.8);
}
.our-expertise .item .content .icon img {
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-expertise .item-2 {
  position: relative;
  background: #F8F8F8;
  padding: 6rem 3rem;
  overflow: hidden;
}
.our-expertise .item-2:before {
  position: absolute;
  top: 85%;
  left: 0;
  border-radius: 50%;
  background: #f8f6e6;
  padding-top: 100%;
  width: 100%;
  content: "";
}
.our-expertise .item-2 .wrap {
  margin: 0 auto;
  max-width: 50rem;
}

.choose-why-us {
  padding-block: 12rem;
  background: #9F733E;
}
.choose-why-us .item {
  position: relative;
  border-radius: 0.5rem;
  background: #fff;
  padding: 3rem 3rem 6rem;
}
.choose-why-us .item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  width: calc(100% - 7.6rem);
  height: 0.5rem;
  content: "";
}
.choose-why-us .item .icon img {
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.lwas-goals {
  padding-block: 12rem;
}
.lwas-goals .box-content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  padding: 12rem 3rem;
  overflow: hidden;
}
.lwas-goals .box-content:before {
  position: absolute;
  top: 85%;
  left: 0;
  border-radius: 50%;
  background: #f8f6e6;
  padding-top: 100%;
  width: 100%;
  content: "";
}
.lwas-goals .box-content .wrap {
  max-width: 50rem;
}
@media (min-width: 768px) {
  .lwas-goals .box-content, .lwas-goals .box-img {
    height: 100%;
  }
  .lwas-goals .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.our-commitment {
  position: relative;
  z-index: 1;
  background: #F8F8F8;
  padding: 12rem 0 6rem;
  overflow: hidden;
}
.our-commitment:before {
  position: absolute;
  right: 0;
  bottom: 40%;
  z-index: -1;
  border-radius: 50%;
  background: #f8f6e6;
  width: 45vw;
  height: 45vw;
  content: "";
}
@media (max-width: 767px) {
  .our-commitment:before {
    bottom: 80%;
  }
}

.about-our-trainer {
  background: #F8F8F8;
  padding-bottom: 12rem;
}
.about-our-trainer .content-container {
  position: relative;
  z-index: 1;
  padding: 3rem;
  padding-right: 0;
}
.about-our-trainer .content-container .path {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 16rem;
  background: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  width: 91%;
  height: calc(100% - 10rem);
}
.about-our-trainer .content-container .path:before {
  inset: 0.3rem;
  position: absolute;
  border-top-left-radius: 16rem;
  background: #fff;
  content: "";
}
.about-our-trainer .content-container .content-wrapper {
  position: relative;
  padding-top: 10rem;
  overflow: hidden;
}
.about-our-trainer .content-container .inner {
  display: flex;
  align-items: flex-end;
  border-right: 2rem solid #2C2C2C;
  border-top-left-radius: 16rem;
  background: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  padding: 5rem 13rem 0 4rem;
}
@media (max-width: 991px) {
  .about-our-trainer .content-container .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about-our-trainer .content-container .inner {
    padding: 5rem 6rem 0 4rem;
  }
}
.about-our-trainer .content-container .inner .box-content {
  flex: 1;
  padding-bottom: 5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .about-our-trainer .content-container .inner .box-content {
    padding-left: 8rem;
  }
}
.about-our-trainer .content-container .inner .box-img {
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  margin-bottom: -4.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  width: 51rem;
  height: 51rem;
}
.about-our-trainer .content-container .inner .box-img .image {
  width: 100%;
  height: calc(100% + 14.5rem);
}
.about-our-trainer .content-container .inner .box-img .image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .about-our-trainer .content-container .inner .box-img {
    width: 35rem;
    height: 35rem;
  }
}
.about-our-trainer .content-container .name-box {
  position: relative;
}
.about-our-trainer .content-container .name-box::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  background: #fff;
  width: calc(55% + 6rem);
  height: 1px;
  content: "";
}
.about-our-trainer .content-container .name-box .name {
  border-radius: 0.5rem;
  background: #176958;
  padding: 0.9rem 2rem;
  padding-right: 7rem;
  max-width: 45%;
  color: #fff;
}
@media (max-width: 991px) {
  .about-our-trainer .content-container .name-box .name {
    max-width: 85%;
  }
  .about-our-trainer .content-container .name-box::after {
    width: calc(15% + 6rem);
  }
}
@media (max-width: 575px) {
  .about-our-trainer .content-container .name-box .name {
    max-width: 95%;
  }
  .about-our-trainer .content-container .name-box::after {
    width: calc(5% + 6rem);
  }
}
.about-our-trainer .content-container ul li {
  font-weight: 500;
}
.about-our-trainer .content-container ul li .desc {
  font-style: italic;
  font-weight: normal;
}
.about-our-trainer .content-container ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.more-about-us .box-content {
  padding-block: 12rem;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background: #2C2C2C;
  color: #fff;
}
.more-about-us .box-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #926228 0%, #CBB16A 21%, #F6ED9C 49%, #CBB16A 81%, #926228 100%);
  width: 100%;
  height: 1.6rem;
  content: "";
}
@media (min-width: 1280px) {
  .more-about-us .box-content {
    padding-right: 18rem;
    padding-left: calc(calc(100vw - calc(1640/1920 *100vw))/2);
  }
}
@media (min-width: 1920px) {
  .more-about-us .box-content {
    padding-left: calc(calc(100vw - 164rem)/2);
  }
}
@media (min-width: 2600px) {
  .more-about-us .box-content {
    padding-left: calc(calc(260rem - 164rem)/2);
  }
}
@media (max-width: 1279px) {
  .more-about-us .box-content {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .more-about-us .box-img, .more-about-us .box-content {
    height: 100%;
  }
  .more-about-us .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contact-us .info {
  list-style: none;
}
.contact-us .info li .title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.contact-us .map {
  position: relative;
  padding-top: calc(843/630*100%);
}
.contact-us .map iframe {
  inset: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.children\:w-full > *{
  width: 100%;
}
@media not all and (min-width: 768px){
  .max-md\:mt-3{
    margin-top: 3rem;
  }
  .max-md\:mt-5{
    margin-top: 5rem;
  }
}
@media (min-width: 640px){
  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-3{
    gap: 3rem;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.our-expertise-popup .fancybox-content {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 5rem 3rem !important;
  width: 500px !important;
  max-width: 100% !important;
  height: 100% !important;
}
.our-expertise-popup .fancybox-content .fancybox-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
/*# sourceMappingURL=main.css.map */
