/*
  Theme Name:   kangarookids-theme
  Template:     blankslate
*/
/*
  @Author : DigitalSalt
  @Project : kangarookids
  @Dev : DigitalSalt Dev
  @Date : 22/06/2026;
*/
/* config */
:root {
  --clr-border: #E5E7EB;
  --clr-border-8D: #FFE88D;
  --clr-white: #ffffff;
  --clr-white-20: #ffffff33;
  --clr-white-90: #FFFFFFE6;
  --clr-white-4d: #FFFFFF4D;
  --clr-white-70: #ffffffb3;
  --clr-black: #000000;
  --clr-black-20: #202020;
  --clr-black-F2: #231F20;
  --clr-black-2A: #12112a;
  --clr-black-63: #4B5563;
  --clr-black-37: #1F2937;
  --clr-black-33: #333333;
  --clr-black-5E: #5d5a5e;
  --clr-form-grey: #9CA3AF;
  --clr-midnight-gray: #374151 ;
  --clr-primary: #623F99;
  --clr-slate-purple: #6d5696;
  --clr-secondary: #ffd700;
  --clr-yellow: #ffd530;
  --clr-green: #1db574;
  --clr-red: #ff3b30;
  --clr-blue: #1b7fc4;
  --clr-orange: #d4782a;
  --clr-pink: #ff6bfd;
  --clr-black-7: #4d4337;
  --clr-error-bg:#FFEDED;
}

/* font-family */
/* font-weights */
/* breakpoints */
/* element */
/* element.scss */
* {
  outline: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4.h5 {
  margin: 0;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  display: block;
  object-fit: contain;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* common */
.btn.btn-solid {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--clr-primary);
  border-radius: 1.875rem;
  padding: 0.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  border: 0.8px solid transparent;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .btn.btn-solid {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    gap: 0.6875rem;
    height: 2.375rem !important;
  }
}
.btn.btn-solid::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), transparent);
  background-color: var(--clr-white);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn.btn-solid:hover {
  color: #252525;
  border: 0.8px solid var(--clr-secondary);
}
.btn.btn-solid:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.btn.btn-solid.filled {
  background: var(--clr-yellow);
}
.btn.btn-solid.primary {
  background: var(--clr-primary);
  color: var(--clr-white);
}
.btn.btn-solid.primary:hover {
  color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
}
.btn.btn-solid.border {
  color: var(--clr-primary);
  background: transparent;
  border: 2px solid var(--clr-primary);
  border-radius: 2rem;
}
.btn.btn-solid.border::after {
  background: none;
  background-color: var(--clr-primary);
}
.btn.btn-solid.border:hover {
  color: var(--clr-white);
  transition: color 0.4s ease;
}
.btn.btn-solid.border:hover .icon {
  background-color: var(--clr-white);
  transition: color 0.4s ease;
}
.btn.btn-solid.border:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  cursor: grab;
}
html::-webkit-scrollbar-thumb {
  background: var(--clr-primary);
  cursor: grab;
  border-radius: 5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
  cursor: grab;
  border-radius: 5rem;
}
html::-webkit-scrollbar-thumb:hover {
  background: var(--clr-primary);
  cursor: grab;
  border-radius: 5rem;
}
html::-webkit-scrollbar-corner {
  background: transparent;
}
html {
  scrollbar-face-color: var(--clr-primary);
  scrollbar-track-color: transparent;
}
html {
  scroll-behavior: smooth;
}

body {
  line-height: initial;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: var(--clr-white);
  color: var(--clr-black);
  height: 100%;
  overflow-x: hidden;
  top: 0 !important;
}
body.modal-open {
  overflow: hidden;
}

.cm-line-break {
  display: block;
}

.cm-hidden {
  display: none;
}

.cm-hide {
  overflow-x: clip;
}

.cm-container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .cm-container {
    max-width: 90rem;
  }
}
@media only screen and (max-width: 1220px) {
  .cm-container {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  .cm-container {
    max-width: initial;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .cm-container {
    padding: 0 1.25rem;
  }
}

.cm-container-sm {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1220px) {
  .cm-container-sm {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  .cm-container-sm {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .cm-container-sm {
    max-width: initial;
    padding: 0 1.25rem;
  }
}

/* AOS */
[data-aos=fade-up] {
  transform: translateY(50px) !important;
  transition-property: transform, opacity;
}
[data-aos=fade-up].aos-animate {
  transform: translateX(0) !important;
}

[data-aos=fade-right] {
  transform: translateX(50px) !important;
  transition-property: transform, opacity;
}
[data-aos=fade-right].aos-animate {
  transform: translateX(0) !important;
}

.title-reveal-wrapper {
  overflow: hidden;
  perspective: 1200px;
}

html:not(.no-js) [data-aos=title-reveal] {
  opacity: 0;
  transform: perspective(1200px) rotateX(-40deg) translate3d(0, 130%, 0);
  transform-origin: bottom center;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.13, 0.4, 0.17, 0.96);
}

html:not(.no-js) [data-aos=title-reveal].aos-animate {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translate3d(0, 0, 0);
}

html:not(.no-js) [data-aos=bounce-in-up] {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

html:not(.no-js) [data-aos=bounce-in-up].aos-animate {
  animation: aosBounceInUp 1s both;
}

@keyframes aosBounceInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -30px, 0);
  }
  80% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.cm-visible-xs {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .cm-visible-xs {
    display: flex !important;
  }
}

.cm-hidden-xs {
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  .cm-hidden-xs {
    display: none !important;
  }
}

.cm-hidden-xs-block {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .cm-hidden-xs-block {
    display: none !important;
  }
}

.cm-visible-sm {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  .cm-visible-sm {
    display: flex !important;
  }
}

.cm-hidden-sm {
  display: flex !important;
}
@media only screen and (max-width: 980px) {
  .cm-hidden-sm {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.pagination {
  z-index: 1;
  margin-top: 4vw;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 2.5rem;
  }
}

.pagination ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.pagination li a,
.pagination li span {
  padding: 8px 12px;
  text-decoration: none;
  background: #eee;
  color: #333;
  border-radius: 4px;
}

.pagination li span.current {
  background: #1f4e64;
  color: var(--clr-white);
  font-weight: bold;
}

.loader {
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  margin-left: 0.625rem;
  vertical-align: middle;
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1750px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
.cm-not-in-page {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admission-ribbon {
  position: fixed;
  left: 0;
  width: 100%;
  top: 5.25rem;
  z-index: 20;
  background: var(--clr-yellow);
  transition: all 0.35s ease, transform 0.35s ease;
}
.admission-ribbon.header-sticky {
  top: 8.625rem;
}
@media only screen and (max-width: 980px) {
  .admission-ribbon {
    top: 4.75rem;
  }
}
.admission-ribbon .admission-ribbon-inner {
  min-height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 4%;
  color: var(--clr-black);
  font-weight: 700;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 768px) {
  .admission-ribbon .admission-ribbon-inner {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.625rem;
  }
  .admission-ribbon .admission-ribbon-inner span {
    max-width: 50%;
  }
}
.admission-ribbon .btn {
  transform: scale(0.9);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

/* Custom Submit Loading State */
.form-submit button[type=submit],
.form-submit input[type=submit] {
  position: relative;
  transition: all 0.3s ease;
}
.form-submit button[type=submit]:disabled,
.form-submit input[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.form-submit button[type=submit],
.form-submit input[type=submit] {
  /* CSS Spinner Icon */
}
.form-submit button[type=submit] .btn-spinner,
.form-submit input[type=submit] .btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--clr-primary);
  border-radius: 50%;
  animation: cf7-btn-spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes cf7-btn-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html:not(.no-js) [data-aos=rotate-scale] {
  display: block;
  transform-origin: center center;
  transform: rotate(45deg) scale(0.8);
}

html:not(.no-js) [data-aos=rotate-scale].aos-animate {
  transform: rotate(0deg) scale(0.9);
}

html:not(.no-js) [data-aos=tile-top-left-slide] {
  display: block;
  transform-origin: center center;
  transform: translate3d(30%, 90%, 0) scale(0.8);
  opacity: 0;
}

html:not(.no-js) [data-aos=tile-top-left-slide].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

html:not(.no-js) [data-aos=tile-top-right-slide] {
  display: block;
  transform-origin: center center;
  transform: translate3d(-30%, 90%, 0) scale(0.8);
  opacity: 0;
}

html:not(.no-js) [data-aos=tile-top-right-slide].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

html:not(.no-js) [data-aos=tile-bottom-left-slide] {
  display: block;
  transform-origin: center center;
  transform: translate3d(35%, -35%, 0) scale(0.8);
  opacity: 0;
}

html:not(.no-js) [data-aos=tile-bottom-left-slide].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

html:not(.no-js) [data-aos=tile-bottom-right-slide] {
  display: block;
  transform-origin: center center;
  transform: translate3d(-35%, -35%, 0) scale(0.8);
  opacity: 0;
}

html:not(.no-js) [data-aos=tile-bottom-right-slide].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.common-video-btn .play-white {
  animation: playPulse 1.4s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes playPulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.cf7sr-g-recaptcha {
  width: 100%;
}
@media only screen and (max-width: 380px) {
  .cf7sr-g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.icon {
  display: flex;
  cursor: pointer;
}
.icon.right-arrow {
  height: 1rem;
  width: 3.125rem;
  mask-image: url("./static-assets/icons/right-arrow.svg");
  -webkit-mask-image: url("./static-assets/icons/right-arrow.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
}
.icon.right-arrow.rev {
  transform: scaleX(-1);
}
.icon.s-right-arrow {
  height: 1rem;
  width: 1rem;
  mask-image: url("./static-assets/icons/s-right-arrow.svg");
  -webkit-mask-image: url("./static-assets/icons/s-right-arrow.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
}
.icon.s-right-arrow.rev {
  transform: scaleX(-1);
}
.icon.announcment {
  height: 1rem;
  width: 1.25rem;
  mask-image: url("./static-assets/icons/announcment.svg");
  -webkit-mask-image: url("./static-assets/icons/announcment.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
  cursor: default;
}
.icon.close {
  height: 1rem;
  width: 1rem;
  mask-image: url("./static-assets/icons/close.svg");
  -webkit-mask-image: url("./static-assets/icons/close.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .icon.close {
    width: 1rem;
    height: 1rem;
  }
}
.icon.arrow {
  height: 0.875rem;
  width: 0.875rem;
  mask-image: url("./static-assets/icons/arrow.svg");
  -webkit-mask-image: url("./static-assets/icons/arrow.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}
.icon.menu-arrow {
  height: 0.625rem;
  width: 0.625rem;
  mask-image: url("./static-assets/icons/dropdown.svg");
  -webkit-mask-image: url("./static-assets/icons/dropdown.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-black-20);
}
.icon.quote {
  height: 2.625rem;
  width: 3.5rem;
  mask-image: url("./static-assets/icons/quote.svg");
  -webkit-mask-image: url("./static-assets/icons/quote.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-slate-purple);
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .icon.quote {
    width: 2.169375rem;
    height: 1.78rem;
  }
}
.icon.quote-about {
  height: 2.625rem;
  width: 3.5rem;
  mask-image: url("./static-assets/icons/quote-about.svg");
  -webkit-mask-image: url("./static-assets/icons/quote-about.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-slate-purple);
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .icon.quote-about {
    width: 2.169375rem;
    height: 1.78rem;
  }
}
.icon.star {
  height: 1.6875rem;
  width: 1.6875rem;
  mask-image: url("./static-assets/icons/star.svg");
  -webkit-mask-image: url("./static-assets/icons/star.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: #ddd;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .icon.star {
    width: 1.04625rem;
    height: 1.04625rem;
  }
}
.icon.play {
  height: 2rem;
  width: 2rem;
  mask-image: url("./static-assets/icons/play.svg");
  -webkit-mask-image: url("./static-assets/icons/play.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .icon.play {
    width: 1.4375rem;
    height: 1.5625rem;
  }
}
.icon.play-s {
  height: 1.375rem;
  width: 1.375rem;
  mask-image: url("./static-assets/icons/play-s.svg");
  -webkit-mask-image: url("./static-assets/icons/play-s.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .icon.play-s {
    width: 1.4375rem;
    height: 1.5625rem;
  }
}
.icon.play-white {
  height: 3.333125rem;
  width: 3.333125rem;
  mask-image: url("./static-assets/icons/play-white.svg");
  -webkit-mask-image: url("./static-assets/icons/play-white.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .icon.play-white {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.icon.play-border {
  height: 6.25rem;
  width: 6.25rem;
  mask-image: url("./static-assets/images/play-border.png");
  -webkit-mask-image: url("./static-assets/images/play-border.png");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .icon.play-border {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.icon.icon-right {
  height: 0.875rem;
  width: 0.875rem;
  mask-image: url("./static-assets/icons/arrow-right.svg");
  -webkit-mask-image: url("./static-assets/icons/arrow-right.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
  transition: color 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .icon.icon-right {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.icon.icon-left {
  height: 1.35rem;
  width: 1.35rem;
  mask-image: url("./static-assets/icons/arrow-right.svg");
  -webkit-mask-image: url("./static-assets/icons/arrow-right.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .icon.icon-left {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.icon.year {
  height: 1rem;
  width: 1rem;
  mask-image: url("./static-assets/icons/year.svg");
  -webkit-mask-image: url("./static-assets/icons/year.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .icon.year {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.calendar {
  height: 1rem;
  width: 1rem;
  mask-image: url("./static-assets/icons/calendar.svg");
  -webkit-mask-image: url("./static-assets/icons/calendar.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .icon.calendar {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.alarm {
  height: 1rem;
  width: 1rem;
  mask-image: url("./static-assets/icons/alarm.svg");
  -webkit-mask-image: url("./static-assets/icons/alarm.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .icon.alarm {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.location {
  height: 2.0625rem;
  width: 1.125rem;
  mask-image: url("./static-assets/icons/map-pin-.svg");
  -webkit-mask-image: url("./static-assets/icons/map-pin-.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  flex: none;
  background-color: var(--clr-secondary);
  flex: none;
}
@media only screen and (max-width: 768px) {
  .icon.location {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.mail {
  height: 1.125rem;
  width: 1.125rem;
  mask-image: url("./static-assets/icons/mail.svg");
  -webkit-mask-image: url("./static-assets/icons/mail.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .icon.mail {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.phone {
  height: 1.125rem;
  width: 1.125rem;
  mask-image: url("./static-assets/icons/phone.svg");
  -webkit-mask-image: url("./static-assets/icons/phone.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .icon.phone {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.favourite {
  height: 3rem;
  width: 3rem;
  mask-image: url("./static-assets/icons/favorite.svg");
  -webkit-mask-image: url("./static-assets/icons/favorite.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .icon.favourite {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.accordion {
  height: 1.875rem;
  width: 1.875rem;
  mask-image: url("./static-assets/icons/accordion.svg");
  -webkit-mask-image: url("./static-assets/icons/accordion.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: #aaaaaa;
  rotate: 180deg;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .icon.accordion {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.icon.phone-form {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/phone-form.svg");
  -webkit-mask-image: url("./static-assets/icons/phone-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.phone-form {
    width: 1rem;
    height: 1rem;
  }
}
.icon.mail-form {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/email-form.svg");
  -webkit-mask-image: url("./static-assets/icons/email-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.mail-form {
    width: 1rem;
    height: 1rem;
  }
}
.icon.briefcase {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/briefcase-form.svg");
  -webkit-mask-image: url("./static-assets/icons/briefcase-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.briefcase {
    width: 1rem;
    height: 1rem;
  }
}
.icon.contact-user-form {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/contact-user-form.svg");
  -webkit-mask-image: url("./static-assets/icons/contact-user-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.contact-user-form {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.icon.user-form {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/user-form.svg");
  -webkit-mask-image: url("./static-assets/icons/user-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.user-form {
    width: 1rem;
    height: 1rem;
  }
}
.icon.school-form {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/filter-form.svg");
  -webkit-mask-image: url("./static-assets/icons/filter-form.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.school-form {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.icon.school-id {
  height: 1.46375rem;
  width: 1.1875rem;
  mask-image: url("./static-assets/icons/ID.svg");
  -webkit-mask-image: url("./static-assets/icons/ID.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.school-id {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.language {
  height: 1.75rem;
  width: 1.75rem;
  mask-image: url("./static-assets/icons/language.svg");
  -webkit-mask-image: url("./static-assets/icons/language.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.language {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.text-box {
  height: 1.46375rem;
  width: 1.46375rem;
  mask-image: url("./static-assets/icons/text-box.svg");
  -webkit-mask-image: url("./static-assets/icons/text-box.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-form-grey);
}
@media only screen and (max-width: 768px) {
  .icon.text-box {
    width: 0.875rem;
    height: 1rem;
  }
}
.icon.facebook {
  height: 1.039375rem;
  width: 0.489375rem;
  mask-image: url("./static-assets/icons/facebook.svg");
  -webkit-mask-image: url("./static-assets/icons/facebook.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}
.icon.instagram {
  height: 1.041875rem;
  width: 1.041875rem;
  mask-image: url("./static-assets/icons/instagram.svg");
  -webkit-mask-image: url("./static-assets/icons/instagram.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-white);
}

/* base */
.bs-banner {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1025px) and (orientation: portrait) {
  .bs-banner {
    min-height: calc(100% - 5.25rem);
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner {
    width: 100%;
    min-height: auto;
  }
}
.bs-banner .cm-container {
  height: 100%;
}
.bs-banner .banner-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bs-banner .banner-title {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner .banner-title {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.bs-banner .banner-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .bs-banner .banner-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--clr-black-20);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) and (orientation: portrait) {
  .bs-banner.typ-home {
    min-height: calc(40vh - 5.25rem);
  }
}
@media only screen and (max-width: 1200px) {
  .bs-banner.typ-home {
    min-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home {
    width: 100%;
    max-height: 100dvh;
    height: auto;
    padding: 0 0 6.875rem;
  }
}
.bs-banner.typ-home .banner-details {
  max-width: 39.6875rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home .banner-details {
    max-width: initial;
  }
}
.bs-banner.typ-home .banner-wrap {
  height: 100%;
  display: flex;
  gap: 3.125rem;
  position: relative;
  z-index: 1;
}
.bs-banner.typ-home .banner-title span {
  color: var(--clr-secondary);
}
.bs-banner.typ-home .banner-desc {
  padding-right: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home .banner-desc {
    padding-right: 0;
  }
}
.bs-banner.typ-home .btn-wrap {
  margin-top: 2.0625rem;
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home .btn-wrap {
    margin-top: 1.0625rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.bs-banner.typ-home .btn {
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home .btn {
    line-height: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
  }
}
.bs-banner.typ-home .image-wrap {
  width: 26.9375rem;
  position: absolute;
  top: -20%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .bs-banner.typ-home .image-wrap {
    width: 25rem;
    right: -1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-home .image-wrap {
    width: 7.25rem;
    height: 7.25rem;
    top: initial;
    bottom: -4.375rem;
  }
}
@media only screen and (max-width: 450px) {
  .bs-banner.typ-home .image-wrap {
    bottom: -7.5rem;
  }
}
.bs-banner.typ-about {
  height: 100%;
  padding: 3.125rem 0 5rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--clr-white);
}
@media only screen and (min-width: 769px) and (max-width: 1025px) and (orientation: portrait) {
  .bs-banner.typ-about {
    min-height: calc(100% - 5.25rem);
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about {
    padding: 2.5rem 0;
  }
}
.bs-banner.typ-about::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 25rem;
  background: url("./static-assets/images/about-banner-gray-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12rem;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about::before {
    height: 8.8125rem;
    width: 8.8125rem;
    mask-image: url("./static-assets/icons/Ellipse.svg");
    -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
    background-size: cover;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    background-color: var(--clr-primary);
    opacity: 70%;
    width: 10.6875rem;
    height: 10.6875rem;
    right: -3.125rem;
    top: initial;
    bottom: 0;
    z-index: 0;
  }
}
.bs-banner.typ-about::after {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background: url("./static-assets/images/about-banner-rectangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about::after {
    height: 8.8125rem;
    width: 8.8125rem;
    mask-image: url("./static-assets/icons/Ellipse.svg");
    -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
    background-size: cover;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    background-color: var(--clr-primary);
    bottom: 23.75rem;
    left: -6.25rem;
    display: none;
  }
}
.bs-banner.typ-about .ellipse-top-left {
  display: block;
  width: 8.8125rem;
  height: 8.8125rem;
  background: url("./static-assets/images/Ellipse-left-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.4375rem;
  top: -3.125rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .ellipse-top-left {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.bs-banner.typ-about .ellipse-top-right {
  display: block;
  width: 20.8125rem;
  height: 20.8125rem;
  background: url("./static-assets/images/Ellipse-right-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -8.5625rem;
  top: -8.5625rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .ellipse-top-right {
    width: 12.5rem;
    height: 12.5rem;
    right: -6.6875rem;
    top: -2.5rem;
  }
}
.bs-banner.typ-about .banner-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .banner-wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.bs-banner.typ-about .info-wrap {
  max-width: 45.625rem;
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .bs-banner.typ-about .info-wrap {
    max-width: initial;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .info-wrap {
    width: 100%;
  }
}
.bs-banner.typ-about .banner-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .banner-title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    max-width: 100%;
  }
}
.bs-banner.typ-about .banner-sub-title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--clr-light-purple);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .banner-sub-title {
    font-size: 0.875rem;
  }
}
.bs-banner.typ-about .banner-desc {
  line-height: 1.6;
  font-weight: 500;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .banner-desc {
    font-size: 0.875rem;
  }
}
.bs-banner.typ-about .banner-desc p {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .banner-desc p {
    margin-bottom: 0.625rem;
  }
}
.bs-banner.typ-about .banner-desc p:last-child {
  margin-bottom: 0;
}
.bs-banner.typ-about .media-wrap {
  position: relative;
  height: 33.75rem;
  border-radius: 2rem;
  overflow: hidden;
  flex: none;
  flex: none;
  max-width: 32.1875rem;
  animation: idleTilt 10s ease-in-out infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 1200px;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .media-wrap {
    margin-left: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .media-wrap {
    width: 21.125rem;
    height: 19.625rem;
    border-radius: 1rem;
    margin: 0 auto 1.875rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 420px) {
  .bs-banner.typ-about .media-wrap {
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-about .image-wrap {
  width: 32.1875rem;
  height: 33.75rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .image-wrap {
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-about .image-wrap img {
  height: 100%;
}
.bs-banner.typ-about .btn-wrap {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-about .btn-wrap {
    margin-top: 1.875rem;
  }
}
.bs-banner.typ-overview {
  padding: 6.25rem 0 10.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview {
    width: 100%;
    height: auto;
    padding: 2.5rem 0;
  }
}
.bs-banner.typ-overview .banner-details {
  max-width: 39.6875rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .banner-details {
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .banner-title {
    margin-bottom: 6px;
  }
}
.bs-banner.typ-overview .banner-wrap {
  height: 100%;
  display: flex;
  gap: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .banner-wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.bs-banner.typ-overview .banner-desc {
  padding-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .banner-desc {
    padding-right: 0;
  }
}
.bs-banner.typ-overview .btn-wrap {
  margin-top: 3.875rem;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .btn-wrap {
    margin-top: 1.0625rem;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.bs-banner.typ-overview .btn {
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .btn {
    line-height: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
  }
}
.bs-banner.typ-overview .image-wrap {
  width: 58%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-overview .image-wrap {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-curriculum {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 2.5rem 0 5.3125rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
.bs-banner.typ-curriculum .ellipse-bottom {
  display: block;
  width: 20.8125rem;
  height: 20.8125rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  bottom: -11.25rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .ellipse-bottom {
    width: 12.5rem;
    height: 12.5rem;
    bottom: -9.375rem;
  }
}
.bs-banner.typ-curriculum .ellipse-top-left {
  display: block;
  width: 8.8125rem;
  height: 8.8125rem;
  background: url("./static-assets/images/Ellipse-left-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.4375rem;
  top: -3.125rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .ellipse-top-left {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.bs-banner.typ-curriculum .ellipse-top-right {
  display: block;
  width: 20.8125rem;
  height: 20.8125rem;
  background: url("./static-assets/images/Ellipse-right-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -8.5625rem;
  top: -8.5625rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .ellipse-top-right {
    width: 12.5rem;
    height: 100%;
    right: -6.6875rem;
    top: -2.5rem;
  }
}
.bs-banner.typ-curriculum .cm-container {
  height: 100%;
}
.bs-banner.typ-curriculum .banner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .banner-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.bs-banner.typ-curriculum .banner-wrap .btn {
  gap: 0.625rem;
}
.bs-banner.typ-curriculum .banner-head {
  max-width: 36.25rem;
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .bs-banner.typ-curriculum .banner-head {
    width: 50%;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .banner-head {
    width: 100%;
  }
}
.bs-banner.typ-curriculum .image-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .image-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 580px) {
  .bs-banner.typ-curriculum .image-wrap {
    width: 100%;
  }
}
.bs-banner.typ-curriculum .image-wrap .picture-wrap {
  height: 100%;
  animation: idleTilt 10s ease-in-out infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 1200px;
  will-change: transform;
}
.bs-banner.typ-curriculum .image-wrap img {
  height: 100%;
}
.bs-banner.typ-curriculum .banner-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .banner-title {
    font-size: 1.75rem;
  }
}
.bs-banner.typ-curriculum .banner-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .banner-desc {
    font-size: 1rem;
  }
}
.bs-banner.typ-curriculum .banner-desc p {
  margin-bottom: 1.25rem;
}
.bs-banner.typ-curriculum .banner-desc p:last-child {
  margin-bottom: 0;
}
.bs-banner.typ-curriculum .btn-wrap {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .btn-wrap {
    margin-top: 1.875rem;
  }
}
.bs-banner.typ-curriculum .banner-cont {
  position: relative;
  width: 50%;
  aspect-ratio: 560/470;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .banner-cont {
    aspect-ratio: initial;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
}
.bs-banner.typ-curriculum .icon {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--clr-primary);
}
.bs-banner.typ-curriculum .image-wrap-1,
.bs-banner.typ-curriculum .image-wrap-2,
.bs-banner.typ-curriculum .image-wrap-3 {
  position: absolute;
  overflow: hidden;
  border-radius: 0.625rem;
  will-change: transform;
}
.bs-banner.typ-curriculum .image-wrap-1 img,
.bs-banner.typ-curriculum .image-wrap-2 img,
.bs-banner.typ-curriculum .image-wrap-3 img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
}
.bs-banner.typ-curriculum .image-wrap-1 {
  width: 13rem;
  height: 42%;
  right: 44%;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .image-wrap-1 {
    width: 12.5rem;
    right: 45%;
  }
}
.bs-banner.typ-curriculum .image-wrap-2 {
  width: 58%;
  height: 42%;
  left: -0.75rem;
  top: 45%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .image-wrap-2 {
    height: 44%;
  }
}
.bs-banner.typ-curriculum .image-wrap-3 {
  width: 42%;
  height: 72%;
  right: 0;
  top: 14%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-curriculum .image-wrap-3 {
    height: 90%;
    top: 0;
  }
}
.bs-banner.typ-admission-process {
  padding: 5.3125rem 0 3.375rem;
  height: initial;
  min-height: initial;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-process {
    padding: 2.5rem 0 2.5rem;
  }
}
.bs-banner.typ-admission-process .ellipse-top-left {
  display: block;
  width: 11.375rem;
  height: 11.375rem;
  background: url("./static-assets/images/Ellipse-left-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.4375rem;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-process .ellipse-top-left {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.bs-banner.typ-admission-process .ellipse-top-right {
  display: block;
  width: 23.625rem;
  height: 23.625rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -7.5rem;
  top: -5rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-process .ellipse-top-right {
    width: 13.75rem;
    height: 13.75rem;
    right: -6.25rem;
    top: -3.75rem;
  }
}
.bs-banner.typ-admission-process .bs-wrap {
  max-width: 64.4375rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bs-banner.typ-admission-process .bs-wrap .banner-title {
  max-width: 100%;
}
.bs-banner.typ-school-life {
  min-height: initial;
  display: flex;
  align-items: center;
  gap: 5rem;
  position: relative;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life {
    padding-top: 1.25rem;
  }
}
.bs-banner.typ-school-life .ellipse-top-center {
  display: block;
  width: 19.375rem;
  height: 19.375rem;
  height: 11.375rem;
  width: 11.375rem;
  mask-image: url("./static-assets/icons/Ellipse.svg");
  -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-primary);
  opacity: 0.8;
  position: absolute;
  left: 50%;
  transform: translateX(-110%);
  top: -6.25rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life .ellipse-top-center {
    width: 12.5rem;
    height: 12.5rem;
    left: -10.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life {
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.bs-banner.typ-school-life .banner-head {
  max-width: 37.5rem;
  width: 100%;
}
.bs-banner.typ-school-life .banner-title {
  margin-bottom: 0.625rem;
}
.bs-banner.typ-school-life .image-wrap {
  width: 33.625rem;
  height: 29rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-banner.typ-school-life .image-wrap img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life .image-wrap {
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-school-life.playground {
  display: block;
  padding: 2.5rem 0;
  overflow: hidden;
}
.bs-banner.typ-school-life.playground .cm-container {
  min-height: initial;
  display: flex;
  align-items: center;
  gap: 5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .cm-container {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.bs-banner.typ-school-life.playground .banner-cont {
  animation: idleTilt 10s ease-in-out infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 1200px;
  will-change: transform;
  width: 33.625rem;
  height: 29rem;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .banner-cont {
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-school-life.playground .swiper {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .swiper-slide {
    height: auto;
  }
}
.bs-banner.typ-school-life.playground .image-wrap {
  width: 100%;
  height: 100%;
}
.bs-banner.typ-school-life.playground img {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground {
    width: 100%;
    height: 100%;
  }
}
.bs-banner.typ-school-life.playground .banner-head {
  max-width: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .banner-head {
    max-width: initial;
  }
}
.bs-banner.typ-school-life.playground .banner-desc p {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .banner-desc p {
    margin-bottom: 0.625rem;
  }
}
.bs-banner.typ-school-life.playground .banner-desc p:last-child {
  margin-bottom: 0;
}
.bs-banner.typ-school-life.playground .ellipse-bottom-left {
  display: block;
  width: 19.375rem;
  height: 19.375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15.875rem;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .ellipse-bottom-left {
    width: 12.5rem;
    height: 12.5rem;
    left: -10.625rem;
  }
}
.bs-banner.typ-school-life.playground .ellipse-top-right {
  display: block;
  width: 19.375rem;
  height: 19.375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -4.875rem;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-school-life.playground .ellipse-top-right {
    width: 12.5rem;
    height: 12.5rem;
    left: -10.625rem;
  }
}
.bs-banner.typ-admission-overview {
  height: 100%;
  padding: 5.875rem 0 5.625rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .bs-banner.typ-admission-overview {
    min-height: initial;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview {
    overflow-x: hidden;
    overflow-y: clip;
    min-height: initial;
    padding: 2.5rem 0 6.875rem;
  }
}
.bs-banner.typ-admission-overview .ellipse-top-left {
  display: block;
  width: 11.375rem;
  height: 11.375rem;
  background: url("./static-assets/images/Ellipse-left-cur.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -3.125rem;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .ellipse-top-left {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.bs-banner.typ-admission-overview .ellipse-top-right {
  display: block;
  width: 23.625rem;
  height: 23.625rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -3.8125rem;
  top: -6.875rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .ellipse-top-right {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.bs-banner.typ-admission-overview .ellipse-bottom {
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .ellipse-bottom {
    display: none;
  }
}
.bs-banner.typ-admission-overview .cm-container {
  display: flex;
  align-items: center;
  gap: 5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .cm-container {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 769px) {
  .bs-banner.typ-admission-overview .cm-container {
    flex-direction: row;
  }
}
.bs-banner.typ-admission-overview .banner-head {
  max-width: 55%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-head {
    max-width: 100%;
  }
}
.bs-banner.typ-admission-overview .banner-title {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-title .cm-line-break {
    display: inline;
  }
}
.bs-banner.typ-admission-overview .banner-designation {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--clr-black-5E);
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-designation {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0;
  }
}
.bs-banner.typ-admission-overview .banner-name {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 700;
  color: var(--clr-primary);
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-name {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0;
  }
}
.bs-banner.typ-admission-overview .banner-desc p {
  margin-bottom: 0.625rem;
}
.bs-banner.typ-admission-overview .banner-desc p:last-child {
  margin-bottom: 0;
}
.bs-banner.typ-admission-overview .banner-greeting {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-greeting {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.bs-banner.typ-admission-overview .banner-cont {
  position: relative;
  width: auto;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-cont {
    width: 100%;
  }
}
.bs-banner.typ-admission-overview .banner-cont .kangaroo {
  display: block;
  width: 16.125rem;
  height: 15.125rem;
  background: url("./static-assets/images/kangaroo-banner-admis.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -5.625rem;
  bottom: -8.75rem;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .bs-banner.typ-admission-overview .banner-cont .kangaroo {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .banner-cont .kangaroo {
    width: 9rem;
    height: 8.4375rem;
    bottom: -7.5rem;
    right: 0;
  }
}
.bs-banner.typ-admission-overview .image-wrap {
  width: 25.3125rem;
  height: 29.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-banner.typ-admission-overview .image-wrap .picture-wrap {
  height: 100%;
  width: 100%;
}
.bs-banner.typ-admission-overview .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .image-wrap {
    width: 100%;
    height: 16.25rem;
    margin-bottom: 1.25rem;
  }
  .bs-banner.typ-admission-overview .image-wrap img {
    object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-admission-overview .image-wrap {
    width: 100%;
    height: 16.25rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    max-width: 34.375rem;
  }
  .bs-banner.typ-admission-overview .image-wrap img {
    object-position: center;
  }
}
@media only screen and (min-width: 769px) {
  .bs-banner.typ-admission-overview .image-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .bs-banner.typ-admission-overview .image-wrap {
    height: 12.875rem;
  }
}
.bs-banner.typ-single {
  height: 37.5rem;
  position: relative;
  padding-bottom: 4.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-single {
    height: 90dvh;
  }
}
.bs-banner.typ-single .cm-container-sm {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bs-banner.typ-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.96deg, rgba(75, 43, 1, 0) 19%, #4b2b01 50.84%);
  left: 0;
  z-index: 2;
  opacity: 72%;
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-single::before {
    width: 100%;
    height: 70%;
    bottom: 0;
    background: linear-gradient(180.96deg, rgba(75, 43, 1, 0) 19%, #4b2b01 50.84%);
  }
}
.bs-banner.typ-single .banner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  z-index: 2;
}
.bs-banner.typ-single .image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bs-banner.typ-single .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.bs-banner.typ-single .title {
  font-size: 3.75rem;
  line-height: 4.625rem;
  max-width: 44.375rem;
  margin-bottom: 0;
  color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-banner.typ-single .title {
    font-size: 2.375rem;
    line-height: 100%;
  }
}
.bs-banner.typ-single .pre-title {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--clr-white);
}

@keyframes idleTilt {
  0% {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  }
  12.5% {
    transform: perspective(1200px) rotateX(3deg) rotateY(5deg);
  }
  25% {
    transform: perspective(1200px) rotateX(-2deg) rotateY(3deg);
  }
  37.5% {
    transform: perspective(1200px) rotateX(-4deg) rotateY(2deg);
  }
  50% {
    transform: perspective(1200px) rotateX(3deg) rotateY(-6deg);
  }
  62.5% {
    transform: perspective(1200px) rotateX(5deg) rotateY(-3deg);
  }
  75% {
    transform: perspective(1200px) rotateX(-3deg) rotateY(-3deg);
  }
  87.5% {
    transform: perspective(1200px) rotateX(2deg) rotateY(4deg);
  }
  100% {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  }
}
.bs-footer {
  background: var(--clr-primary);
  padding: 5rem 0 2.375rem 0;
  border-top: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  .bs-footer {
    padding: 2.5rem 0 2rem;
    border-top: none;
  }
}
.bs-footer .footer-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .bs-footer .footer-wrap {
    padding: 0;
  }
}
.bs-footer .footer-above-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-above-content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.bs-footer .footer-data {
  max-width: 31.0625rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-data {
    max-width: initial;
    margin-bottom: 2.5rem;
  }
}
.bs-footer .image-wrap {
  width: 11.125rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .image-wrap {
    width: 100%;
    max-width: 7.125rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}
.bs-footer .link-wrap {
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 980px) {
  .bs-footer .link-wrap {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-footer .link-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.bs-footer .contact-details,
.bs-footer .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .contact-details,
  .bs-footer .nav {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-footer .contact-details {
    width: 100%;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.bs-footer .data {
  max-width: 16.875rem;
  text-align: left;
  margin-left: 3.8125rem;
}
@media only screen and (max-width: 980px) {
  .bs-footer .data {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-footer .data {
    margin-left: 0;
    max-width: initial;
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.bs-footer .nav-title {
  width: max-content;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-white);
}
@media only screen and (min-width: 1650px) {
  .bs-footer .nav-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-footer .nav-title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
.bs-footer .nav-item {
  font-size: 1.125rem;
  line-height: 100%;
  width: max-content;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: var(--clr-white-70);
  cursor: pointer;
}
@media only screen and (min-width: 1650px) {
  .bs-footer .nav-item {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-footer .nav-item {
    width: 100%;
    font-size: 1rem;
    line-height: 100%;
    text-align: left;
  }
}
.bs-footer .nav-item a {
  width: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 0.25rem;
}
.bs-footer .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-white);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.bs-footer .nav-item a:hover {
  color: var(--clr-white);
}
.bs-footer .nav-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.bs-footer .contact-item {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  display: flex;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-white-70);
}
.bs-footer .contact-item p {
  max-width: 15.625rem;
}
.bs-footer .contact-item a {
  position: relative;
}
.bs-footer .contact-item a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  height: 1px;
  width: 0;
  background: var(--clr-white);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .bs-footer .contact-item {
    font-size: 1rem;
    line-height: 1.2;
    gap: 0.75rem;
  }
}
.bs-footer .contact-item:hover a {
  color: var(--clr-white);
}
.bs-footer .contact-item:hover a::before {
  width: 100%;
}
.bs-footer .footer-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-white-70);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    max-width: 84%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.bs-footer .socialList {
  margin-top: 1.625rem;
  display: flex;
  gap: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .socialList {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.bs-footer .social-items {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.bs-footer .social-items .icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6.1875rem;
  background-color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-footer .social-items .icon-wrap .icon {
  background: var(--clr-primary);
}
.bs-footer .social-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-footer .footer-below-content {
  max-width: 70.3125rem;
  margin: 5rem auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-below-content {
    margin-top: 1.1875rem;
  }
}
.bs-footer .footer-below-content {
  margin-top: 1.5rem;
  border-top: 1px solid var(--clr-white-20);
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-below-content {
    margin-top: 2rem;
  }
}
.bs-footer .footer-desc-below {
  font-size: 1rem;
  color: var(--clr-white-20);
  text-align: center;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-footer .footer-desc-below {
    font-size: 0.875rem;
    line-height: 100%;
    text-align: center;
    color: var(--clr-white-4d);
  }
}
.bs-footer .footer-desc-below .link {
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  color: var(--clr-white-70);
  width: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 0.25rem;
}
.bs-footer .footer-desc-below .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr-white);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.bs-footer .footer-desc-below .link:hover {
  color: var(--clr-white);
}
.bs-footer .footer-desc-below .link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bs-header {
  position: fixed;
  min-height: 5.25rem;
  width: 100vw;
  transition: all 0.3s ease;
  z-index: 122;
  padding: 1.25rem 0;
  background-color: white;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 980px) {
  .bs-header {
    min-height: 4.75rem;
    padding: 0.625rem 0 0;
    position: fixed;
    transition: all 0.9s ease;
    padding: 0.75rem 0;
  }
}
.bs-header .header-wrap {
  min-width: 75rem;
  max-width: 120rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 auto;
  padding-inline: 5rem;
}
@media only screen and (max-width: 1200px) {
  .bs-header .header-wrap {
    min-width: initial;
    padding-inline: 1.25rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-header .header-wrap {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .header-wrap {
    min-width: initial;
    max-width: initial;
    padding-inline: 1.25rem;
    gap: 1rem;
  }
}
.bs-header .humburger {
  display: none;
  z-index: 13;
}
@media only screen and (max-width: 980px) {
  .bs-header .humburger {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 5px;
    background: #F1F1F1;
    border-radius: 6.1875rem;
    cursor: pointer;
  }
  .bs-header .humburger:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    width: 1.625rem;
    height: 1.625rem;
    top: -0.5625rem;
    left: 2px;
    z-index: 2;
  }
  .bs-header .humburger.active {
    background: var(--clr-white);
    border: 1.18px solid rgba(0, 0, 0, 0.1019607843);
    z-index: 13;
  }
  .bs-header .humburger.active .menu {
    transform: rotate(45deg) translate(3px, 2px);
    width: 1.5625rem;
    border-radius: 1.25rem;
  }
  .bs-header .humburger.active .menu1 {
    display: none;
  }
  .bs-header .humburger.active .menu2 {
    transform: rotate(-45deg) translate(3px, -2px);
    width: 1.5625rem;
    border-radius: 1.25rem;
  }
}
.bs-header .menu {
  width: 0.833125rem;
  height: 2px;
  border-radius: 1.25rem;
  background: var(--clr-primary);
  transition: all 0.5s ease-in-out;
}
.bs-header .image-wrap {
  width: 13.125rem;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .bs-header .image-wrap img {
    height: 100%;
  }
}
.bs-header .logo-link {
  position: absolute;
  inset: 0;
}
.bs-header .image-mobile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 980px) {
  .bs-header .image-mobile {
    width: 4.1875rem;
  }
}
.bs-header .nav-active {
  display: flex;
  transform: translateX(0%);
}
.bs-header .navbar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 1170px) {
  .bs-header .navbar {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .navbar {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 3.75rem 1.5rem 0;
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .menu-overlay {
    height: 100vh;
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .bs-header .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header nav {
    max-width: 23.4375rem;
    min-height: 100dvh;
    height: 100%;
    width: 75%;
    flex-direction: column;
    background: var(--clr-white);
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translateX(100%);
    transition: all 1s ease;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .bs-header nav::before {
    content: "";
    background: url("./static-assets/images/menu-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -4.6875rem;
    height: 50%;
    width: 100%;
    z-index: -2;
  }
}
.bs-header .nav-active {
  display: flex;
  transform: translateX(0%);
}
.bs-header .nav-list {
  position: relative;
}
.bs-header .nav-list:before {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  height: 2px;
  width: 0;
  border-radius: 0.75rem;
  background: var(--clr-white);
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list:before {
    display: none;
    background: var(--clr-black);
    height: 2px;
  }
}
.bs-header .nav-list.nav-active-link {
  color: var(--clr-black);
}
.bs-header .nav-list.nav-active-link::before {
  background: var(--clr-secondary);
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list.nav-active-link {
    color: var(--clr-black);
    background: rgba(217, 217, 217, 0.5019607843);
  }
}
.bs-header .nav-list:hover::before {
  background: var(--clr-secondary);
  width: 100%;
}
.bs-header .nav-list:hover .nav-item {
  cursor: pointer;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list:hover .nav-item {
    color: var(--clr-black);
    background: rgba(217, 217, 217, 0.5019607843);
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list {
    width: 100%;
  }
  .bs-header .nav-list::before {
    display: none;
  }
}
.bs-header .nav-title-wrap {
  margin-bottom: 2.28125rem;
}
.bs-header .nav-title {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 600;
}
.bs-header .nav-item {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--clr-black-20);
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-item {
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
    opacity: 100%;
    color: rgba(0, 0, 0, 0.8509803922);
  }
}
.bs-header .nav-item:before {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  height: 2px;
  width: 0;
  border-radius: 0.75rem;
  background: var(--clr-white);
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-item:before {
    display: none;
    background: var(--clr-black);
    height: 2px;
  }
}
.bs-header .nav-item.nav-active-link {
  color: var(--clr-black-20);
}
.bs-header .nav-item.nav-active-link::before {
  background: var(--clr-secondary);
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-item.nav-active-link {
    color: var(--clr-black);
    background: rgba(217, 217, 217, 0.5019607843);
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list {
    color: var(--clr-black);
  }
}
.bs-header .nav-list a {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list a {
    padding: 1rem 0.75rem;
  }
}
.bs-header .nav-list {
  position: relative;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.bs-header .nav-list .icon {
  height: 0.696875rem;
  width: 0.41125rem;
  background: var(--clr-black);
  opacity: 100%;
  transition: all 0.3s ease;
}
.bs-header .nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -1.3125rem;
  min-width: 8.75rem;
  background: var(--clr-white);
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 1.25rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}
.bs-header .nav-list .sub-menu li a {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  padding: 0.5rem;
  color: var(--clr-black-63);
  transition: 0.3s ease;
}
.bs-header .nav-list .sub-menu li a:hover, .bs-header .nav-list .sub-menu li a.active {
  background: var(--clr-primary);
  color: var(--clr-white);
}
.bs-header .nav-list:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (min-width: 980px) {
  .bs-header .nav-list:hover .icon {
    transform: scale(-1);
  }
}
.bs-header .contacts {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .bs-header .contacts {
    gap: 1.125rem;
  }
}
@media only screen and (max-width: 1100px) {
  .bs-header .contacts {
    gap: 0.3125rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .contacts {
    gap: 1rem;
  }
}
.bs-header .link {
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 700;
  color: var(--clr-black-5E);
}
@media only screen and (max-width: 980px) {
  .bs-header .link {
    display: none;
  }
}
.bs-header .btn {
  font-size: 0.9375rem;
  line-height: 1.1;
  padding: 0.625rem 1.125rem;
  font-weight: 700;
  color: var(--clr-primary);
}
.bs-header .btn.border {
  border: 1px solid var(--clr-primary);
}
@media only screen and (max-width: 1100px) {
  .bs-header .btn {
    padding: 0.625rem 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-header .btn {
    padding: 0.625rem 0.75rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-header .btn {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .bs-header .btn.filled {
    padding: 0.5rem 0.75rem;
  }
}
.bs-header .btn-wrap-nav .btn {
  width: 100%;
}
.bs-header .btn-wrap-nav .blue {
  background: var(--clr-primary);
  color: var(--clr-white);
  margin-bottom: 0.5rem;
}
.bs-header .btn-wrap-nav .filled {
  margin-top: 0.625rem;
}
.bs-header .links {
  margin-top: 0.375rem;
  border-top: 1.18px solid rgba(0, 0, 0, 0.0588235294);
  padding-top: 1.25rem;
  display: flex;
  gap: 1rem;
}
.bs-header .mail,
.bs-header .phone {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5019607843);
}
.bs-header .mail .icon,
.bs-header .phone .icon {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--clr-primary);
}
.bs-header .nav-below-content {
  display: none;
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-below-content {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    padding: 1.375rem;
  }
  .bs-header .nav-below-content::before {
    content: "";
    background: url("./static-assets/images/menu-kangaroo.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 14.5625rem;
    width: 14.5625rem;
    position: relative;
    right: -4rem;
    top: -1.25rem;
    z-index: -1;
  }
}
.bs-header.bg-sticky {
  border-bottom: 1px solid #F5F5F5;
}
.bs-header .nav-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.bs-header .nav-list .icon {
  height: 0.625rem;
  width: 0.625rem;
  background: var(--clr-black);
  transition: 0.35s ease;
}
.bs-header .nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -1.3125rem;
  min-width: 9.0625rem;
  background: var(--clr-white);
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1019607843);
  padding: 1.25rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}
.bs-header .nav-list .sub-menu li a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: var(--clr-black-63);
}
.bs-header .nav-list .sub-menu li a:hover {
  background: transparent;
  color: var(--clr-primary);
  font-weight: 700;
}
.bs-header .nav-list .sub-menu li a.active {
  font-weight: 400;
  background: var(--clr-primary);
  color: var(--clr-white);
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list .sub-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    padding: 0.375rem 0 0.625rem;
  }
  .bs-header .nav-list .sub-menu li a {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
  }
  .bs-header .nav-list .sub-menu li a:hover, .bs-header .nav-list .sub-menu li a.active {
    background: #F5F5F5;
    color: var(--clr-primary);
  }
}
.bs-header .nav-list:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 980px) {
  .bs-header .nav-list {
    display: block;
  }
  .bs-header .nav-list .nav-item {
    width: 100%;
    padding: 1rem 0.75rem;
  }
  .bs-header .nav-list.open {
    transition: all 0.5s ease-in-out;
  }
  .bs-header .nav-list.open .sub-menu {
    transition: all 0.5s ease-in-out;
  }
  .bs-header .nav-list.open .icon {
    transform: rotate(180deg);
  }
}

.bs-section .sec-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bs-section .sec-pre-title {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09rem;
  font-weight: 800;
  color: var(--clr-white);
  text-transform: uppercase;
  border-radius: 1.5rem;
  border: 1px solid var(--clr-white);
  padding: 0.5rem 0.75rem;
  margin: 0 auto;
  background: rgba(70, 45, 114, 0.3019607843);
}
@media only screen and (max-width: 768px) {
  .bs-section .sec-pre-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 1.44px;
    padding: 0.25rem 0.5rem;
    margin: 0;
  }
}
.bs-section .sec-title {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 0.625rem;
}
.bs-section .sec-title.typ-center {
  position: relative;
  margin-bottom: 1.375rem;
}
.bs-section .sec-title.typ-center::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  border-radius: 2px;
  background: var(--clr-secondary);
  position: absolute;
  bottom: -1rem;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .bs-section .sec-title.typ-center::before {
    width: 2.6875rem;
    height: 2px;
    bottom: -5px;
    border-radius: 0.58px;
  }
}
.bs-section .sec-title.typ-left {
  position: relative;
  margin-bottom: 1.375rem;
}
.bs-section .sec-title.typ-left::before {
  content: "";
  display: block;
  width: 6.4375rem;
  height: 5px;
  border-radius: 2px;
  background: var(--clr-secondary);
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section .sec-title.typ-left::before {
    width: 1.875rem;
    height: 2px;
    bottom: -5px;
    border-radius: 0.58px;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section .sec-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.bs-section .sec-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .bs-section .sec-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
  }
}
.bs-section.typ-our-programs {
  padding: 2.9375rem 0 3.25rem;
  background: var(--clr-secondary);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-our-programs .program-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  top: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .program-line {
    bottom: initial;
    left: -1.25rem;
    right: -1.25rem;
    rotate: -16deg;
    top: 4.6875rem;
  }
}
.bs-section.typ-our-programs .program-line svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.bs-section.typ-our-programs .program-line path {
  stroke-linecap: round;
}
.bs-section.typ-our-programs .cm-container {
  position: relative;
  z-index: 1;
}
.bs-section.typ-our-programs .sec-head {
  max-width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 9.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .sec-head {
    margin: 0 0 1.4375rem;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }
}
.bs-section.typ-our-programs .sec-pre-title {
  width: max-content;
  margin-bottom: 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .sec-pre-title {
    margin-bottom: 1rem;
  }
}
.bs-section.typ-our-programs .sec-title {
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .sec-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .sec-desc {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    margin-top: 0.9375rem;
  }
  .bs-section.typ-our-programs .sec-desc .cm-line-break {
    display: inline;
  }
}
.bs-section.typ-our-programs .sec-cont {
  max-width: 90rem;
  margin: 0 auto;
}
.bs-section.typ-our-programs .program-swiper {
  padding: 0 0.625rem;
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .program-swiper {
    padding: 0 1.25rem;
    margin: 0 -1rem;
  }
}
.bs-section.typ-our-programs .details-wrap {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .details-wrap {
    margin-top: 0.635rem;
  }
}
.bs-section.typ-our-programs .card-list {
  display: flex;
  gap: 1.4375rem;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-our-programs .card-list {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .card-list {
    padding: 0 1rem;
  }
}
.bs-section.typ-our-programs .card {
  height: 100%;
  width: 100%;
  background: var(--clr-white);
  padding: 1rem;
  border-radius: 0.625rem;
  border: 0.8px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0705882353);
  flex-shrink: 1;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-our-programs .card {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .card {
    height: auto;
    padding: 0.75rem;
  }
}
.bs-section.typ-our-programs .card:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
}
.bs-section.typ-our-programs .card:hover img {
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.bs-section.typ-our-programs .card:hover .btn {
  color: var(--clr-white);
  transition: color 0.4s ease;
}
.bs-section.typ-our-programs .card:hover .btn .icon {
  background-color: var(--clr-white);
  transition: color 0.4s ease;
}
.bs-section.typ-our-programs .card:hover .btn::after {
  transform: scaleX(1);
  transform-origin: left;
}
.bs-section.typ-our-programs .card:first-child .year,
.bs-section.typ-our-programs .card:first-child .week,
.bs-section.typ-our-programs .card:first-child .time {
  color: var(--clr-pink);
  background: rgba(255, 107, 253, 0.2);
}
.bs-section.typ-our-programs .card:first-child .icon {
  background-color: var(--clr-pink);
}
.bs-section.typ-our-programs .card:nth-child(2) .year,
.bs-section.typ-our-programs .card:nth-child(2) .week,
.bs-section.typ-our-programs .card:nth-child(2) .time {
  color: var(--clr-green);
  background: #E8F8F1;
}
.bs-section.typ-our-programs .card:nth-child(2) .icon {
  background-color: var(--clr-green);
}
.bs-section.typ-our-programs .card:nth-child(3) .year,
.bs-section.typ-our-programs .card:nth-child(3) .week,
.bs-section.typ-our-programs .card:nth-child(3) .time {
  color: var(--clr-blue);
  background: rgba(27, 127, 196, 0.2);
}
.bs-section.typ-our-programs .card:nth-child(3) .icon {
  background-color: var(--clr-blue);
}
.bs-section.typ-our-programs .card:nth-child(4) .year,
.bs-section.typ-our-programs .card:nth-child(4) .week,
.bs-section.typ-our-programs .card:nth-child(4) .time {
  color: var(--clr-orange);
  background: rgba(212, 120, 42, 0.2);
}
.bs-section.typ-our-programs .card:nth-child(4) .icon {
  background-color: var(--clr-orange);
}
.bs-section.typ-our-programs .card:nth-child(5) .year,
.bs-section.typ-our-programs .card:nth-child(5) .week,
.bs-section.typ-our-programs .card:nth-child(5) .time {
  color: var(--clr-primary);
  background: rgba(123, 79, 190, 0.2);
}
.bs-section.typ-our-programs .card:nth-child(5) .icon {
  background-color: var(--clr-primary);
}
.bs-section.typ-our-programs .card:nth-child(even) {
  margin-top: -5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .card:nth-child(even) {
    margin-top: initial;
  }
}
.bs-section.typ-our-programs .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bs-section.typ-our-programs .image-wrap {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .image-wrap {
    height: 11.25rem;
  }
}
@media only screen and (max-width: 520px) {
  .bs-section.typ-our-programs .image-wrap {
    height: 7.9375rem;
  }
}
.bs-section.typ-our-programs .image-wrap img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}
.bs-section.typ-our-programs .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
  }
}
.bs-section.typ-our-programs .card-desc {
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--clr-black-5E);
  margin-bottom: 0.75rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    padding-right: 0.625rem;
  }
}
.bs-section.typ-our-programs .meta-wrap {
  display: flex;
  row-gap: 0.25rem;
  column-gap: 0.3125rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .meta-wrap .time {
    order: 2;
  }
  .bs-section.typ-our-programs .meta-wrap .week {
    order: 3;
  }
}
.bs-section.typ-our-programs .year,
.bs-section.typ-our-programs .week,
.bs-section.typ-our-programs .time {
  font-size: 0.75rem;
  line-height: 1.03125rem;
  font-weight: 700;
  padding: 0.28125rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  background: rgba(255, 107, 253, 0.2);
  border-radius: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .year,
  .bs-section.typ-our-programs .week,
  .bs-section.typ-our-programs .time {
    padding: 4px 0.375rem;
  }
}
.bs-section.typ-our-programs .icon {
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.bs-section.typ-our-programs .btn-wrap {
  margin-top: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .btn-wrap {
    margin-top: 0.635rem;
  }
}
.bs-section.typ-our-programs .btn {
  font-size: 1rem;
  line-height: 1.125rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-programs .btn {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 600;
  }
}
.bs-section.typ-our-programs .btn:hover {
  border: 2px solid var(--clr-primary);
}
.bs-section.typ-our-programs .swiper-pagination {
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-our-programs .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-our-programs .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
.bs-section.typ-why-choose-us {
  max-width: 100rem;
  background: #fffcee;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: rgba(247, 206, 44, 0.2);
  margin-top: 7.3125rem;
  border-radius: 6rem;
  padding: 4.625rem 1.5625rem;
  position: relative;
  margin-inline: 3.75rem;
}
@media only screen and (min-width: 1600px) {
  .bs-section.typ-why-choose-us {
    margin: 7.3125rem auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us {
    min-height: initial;
    border-radius: 3rem;
    margin: 0;
    padding: 8rem 1.25rem 2.9375rem;
  }
}
.bs-section.typ-why-choose-us .kangaroo-choose {
  position: absolute;
  background: url("../../themes/kangarookids-theme/static-assets/images/why-us-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21.9375rem;
  height: 21.9375rem;
  z-index: 1;
  top: -7.375rem;
  right: -0.625rem;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-why-choose-us .kangaroo-choose {
    width: 18.75rem;
    height: 18.75rem;
    top: -6.25rem;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .kangaroo-choose {
    width: 10.8125rem;
    height: 10.875rem;
    right: 0.625rem;
    top: -2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .sec-head {
    padding-inline: 2.125rem;
  }
}
.bs-section.typ-why-choose-us .sec-pre-title {
  background: rgba(70, 45, 114, 0.0784313725);
  margin-bottom: 2.0625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .sec-pre-title {
    margin-bottom: 1rem;
  }
}
.bs-section.typ-why-choose-us .sec-title {
  margin-bottom: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .sec-title {
    margin-bottom: 0.75rem;
  }
  .bs-section.typ-why-choose-us .sec-title .cm-line-break {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .sec-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
.bs-section.typ-why-choose-us .sec-cont {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .sec-cont {
    overflow: hidden;
    padding: 0 1.25rem;
    margin: 1.875rem -1.25rem 0;
  }
}
.bs-section.typ-why-choose-us .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .card-list {
    justify-content: initial;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.bs-section.typ-why-choose-us .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-why-choose-us .swiper-pagination {
    margin-top: 1.875rem;
    position: static;
    text-align: center;
  }
  .bs-section.typ-why-choose-us .swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    background: rgba(91, 62, 150, 0.3);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 3.125rem;
  }
  .bs-section.typ-why-choose-us .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
    background: var(--clr-primary);
  }
}
.bs-section.typ-our-learning {
  padding: 4.3125rem 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning {
    padding: 2.5rem 0 0;
  }
}
.bs-section.typ-our-learning .cm-container {
  display: flex;
  gap: 3.75rem;
  justify-content: space-around;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-our-learning .cm-container {
    gap: 0.625rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .cm-container {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.bs-section.typ-our-learning .sec-head {
  align-items: flex-start;
  text-align: left;
  max-width: 32.5rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .sec-head {
    max-width: initial;
  }
}
.bs-section.typ-our-learning .sec-title {
  margin-bottom: 1.25rem;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .sec-title {
    padding-right: 0;
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-our-learning .sec-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding-right: 1.25rem;
  color: var(--clr-black-20);
  margin-bottom: 0;
}
.bs-section.typ-our-learning .sec-desc p {
  margin-bottom: 1.5rem;
}
.bs-section.typ-our-learning .sec-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .sec-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-right: 0;
  }
}
.bs-section.typ-our-learning .image-wrap {
  width: 38.75rem;
  height: 19.6875rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-our-learning .image-wrap {
    width: 32.5rem;
    height: 18.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .image-wrap {
    width: 100%;
    height: 100%;
  }
}
.bs-section.typ-our-learning .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-our-learning .btn-wrap {
  margin-top: 3.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-learning .btn-wrap {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-kids-learning {
  margin-top: 8.125rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .bs-section.typ-kids-learning {
    margin-top: 12.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning {
    margin-top: 8.8125rem;
  }
}
.bs-section.typ-kids-learning::after {
  content: "";
  display: block;
  width: 100%;
  height: 115.625rem;
  position: absolute;
  background: url("./static-assets/images/kids-learning-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  top: -23.4375rem;
  z-index: -1;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-kids-learning::after {
    top: -20rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning::after {
    height: 75rem;
    top: -13.25rem;
    background-position: 9% 0;
  }
}
.bs-section.typ-kids-learning .sec-head {
  position: relative;
}
.bs-section.typ-kids-learning .sec-head .kangaroo-learning {
  position: absolute;
  background: url("../../themes/kangarookids-theme/static-assets/images/learning-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.0625rem;
  height: 23.0625rem;
  z-index: 1;
  top: -24.375rem;
  right: -6.25rem;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1024px) {
  .bs-section.typ-kids-learning .sec-head .kangaroo-learning {
    right: -3.75rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-kids-learning .sec-head .kangaroo-learning {
    width: 20rem;
    height: 20rem;
    top: -20.625rem;
    right: -2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .sec-head .kangaroo-learning {
    width: 7.1875rem;
    height: 8.3125rem;
    background: url("../../themes/kangarookids-theme/static-assets/images/learnign-flip-bg.png");
    top: -8.75rem;
    left: -1.25rem;
    right: initial;
    background-size: cover;
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .sec-title {
    padding-top: 0.625rem;
  }
}
.bs-section.typ-kids-learning .sec-desc {
  max-width: 48.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .sec-desc {
    margin-bottom: 0;
  }
}
.bs-section.typ-kids-learning .sec-cont {
  position: relative;
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .sec-cont {
    margin: 0 -1.25rem 0;
    padding: 1.25rem 1.25rem 0;
    overflow: hidden;
  }
}
.bs-section.typ-kids-learning .card-list {
  display: grid;
  grid-template-columns: repeat(3, 24.125rem);
  column-gap: 1.25rem;
  row-gap: 1.4375rem;
  justify-content: center;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-kids-learning .card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .card-list {
    justify-content: initial;
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-kids-learning .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-kids-learning .swiper-pagination {
    display: block;
    margin-top: 1.875rem;
    position: static;
    text-align: center;
  }
  .bs-section.typ-kids-learning .swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    background: rgba(91, 62, 150, 0.3);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 3.125rem;
  }
  .bs-section.typ-kids-learning .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
    background: var(--clr-primary);
  }
}
.bs-section.typ-parent-stories {
  padding: 5rem 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories {
    padding: 3.3125rem 0 0;
  }
}
.bs-section.typ-parent-stories .sec-head {
  padding-bottom: 2.5rem;
}
.bs-section.typ-parent-stories .sec-pre-title {
  background: rgba(94, 58, 158, 0.0784313725);
  padding: 0.3rem 1.1875rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .sec-pre-title {
    display: none;
  }
}
.bs-section.typ-parent-stories .sec-title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .sec-title {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .sec-desc {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: var(--clr-black-20);
  }
  .bs-section.typ-parent-stories .sec-desc .cm-line-break {
    display: inline;
  }
}
.bs-section.typ-parent-stories .stats-list {
  display: flex;
  gap: 2.6875rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .stats-list {
    flex-direction: column;
    align-items: center;
    gap: 1.15rem;
    margin-top: 2.4375rem;
  }
}
.bs-section.typ-parent-stories .stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.375rem;
  background: var(--clr-white);
  border-radius: 3.125rem;
  border-top: 0.8px solid rgba(87, 63, 129, 0.0509803922);
  box-shadow: 0px 4px 16px 0px rgba(96, 74, 135, 0.1019607843);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .stats {
    width: max-content;
    gap: 0.814375rem;
  }
}
.bs-section.typ-parent-stories .number {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .number {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.bs-section.typ-parent-stories .stats-desc {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: var(--clr-black-5E);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-parent-stories .stats-desc {
    font-size: 1rem;
    line-height: 1.21875rem;
  }
}
.bs-section.typ-enroll {
  padding: 4.0625rem 0 8.9375rem;
  background: var(--clr-white);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-enroll.typ-transparent {
  background: transparent;
}
.bs-section.typ-enroll .bs-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.bs-section.typ-enroll .enroll-card {
  width: 57.625rem;
  background: var(--clr-primary);
  border-radius: 0.418125rem;
  padding: 5.125rem 6.25rem 3.75rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .enroll-card {
    width: 100%;
    border-radius: 0.148125rem;
    padding: 3rem 0 2.25rem;
  }
}
.bs-section.typ-enroll .enroll-card:before {
  content: "";
  position: absolute;
  inset: 1rem;
  background: #fffced;
  border-radius: 0.418125rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .enroll-card:before {
    inset: 0.5rem;
    border-radius: 0.148125rem;
  }
}
.bs-section.typ-enroll .enroll-card .kangaroo-enroll {
  position: absolute;
  background: url("../../themes/kangarookids-theme/static-assets/images/enroll-kangaroo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24.625rem;
  height: 23.5rem;
  z-index: 1;
  bottom: -13.1875rem;
  right: -9.375rem;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-enroll .enroll-card .kangaroo-enroll {
    width: 15.625rem;
    height: 15.625rem;
    right: -2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .enroll-card .kangaroo-enroll {
    width: 8.9375rem;
    height: 8.0625rem;
    right: -1.25rem;
    top: initial;
    bottom: -4.0625rem;
  }
}
.bs-section.typ-enroll .cm-container {
  position: relative;
}
.bs-section.typ-enroll .star-right-primary {
  height: 2.0975rem;
  width: 2.0975rem;
  mask-image: url("./static-assets/icons/enroll-star-right.svg");
  -webkit-mask-image: url("./static-assets/icons/enroll-star-right.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
  position: absolute;
  top: -2.5rem;
  right: 0;
  animation: floatingStar 5s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-enroll .star-right-primary {
    right: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .star-right-primary {
    display: none;
  }
}
.bs-section.typ-enroll .star-left-secondary {
  height: 2.8125rem;
  width: 2.8125rem;
  mask-image: url("./static-assets/icons/enroll-left-star.svg");
  -webkit-mask-image: url("./static-assets/icons/enroll-left-star.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
  position: absolute;
  top: 8.75rem;
  left: 2.5rem;
  animation: floatingStar 8s ease-in-out infinite;
  will-change: transform;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .star-left-secondary {
    height: 1rem;
    width: 1rem;
    mask-image: url("./static-assets/icons/enroll-left-mobile.svg");
    -webkit-mask-image: url("./static-assets/icons/enroll-left-mobile.svg");
    background-size: cover;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 2;
    bottom: 3.75rem;
    top: initial;
    left: 2.8125rem;
  }
}
.bs-section.typ-enroll .sec-title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  text-align: center;
  padding: 0 1.25rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .sec-title {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 1.3125rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.bs-section.typ-enroll .sec-desc {
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .sec-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--clr-black-20);
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
  }
}
.bs-section.typ-enroll .btn-wrap {
  text-align: center;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enroll .btn-wrap {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-enroll .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.bs-section.typ-stats {
  height: 11.25rem;
  padding: 3.3125rem 0;
  background: var(--clr-secondary);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-stats {
    height: auto;
    padding: 1.25rem 0;
  }
}
.bs-section.typ-stats .stats-list {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-stats .stats-list {
    gap: 0;
  }
}
.bs-section.typ-stats .swiper-slide {
  width: max-content;
}
.bs-section.typ-stats .stats {
  min-width: 8.875rem;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-stats .stats {
    min-width: 8.3125rem;
    width: 100%;
    padding: 1.03125rem 1.25rem;
    background: #FFE374;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.bs-section.typ-stats .stats-number {
  font-size: 2.375rem;
  line-height: 100%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-stats .stats-number {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    font-weight: 600;
  }
}
.bs-section.typ-stats .stats-desc {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--clr-primary);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-stats .stats-desc {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-stats .swiper {
    margin: 0 -1.25rem;
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .bs-section.typ-stats .swiper-slide {
    width: max-content;
  }
}
.bs-section.typ-stats .swiper-pagination {
  margin-top: 1.875rem;
  position: static;
  text-align: center;
}
.bs-section.typ-stats .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-stats .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
.bs-section.typ-our-community {
  padding: 7.5rem 0 4.0625rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community {
    padding: 2.5rem 0;
    background: #F0EAFF;
  }
}
.bs-section.typ-our-community::before {
  content: "";
  display: block;
  width: 11.25rem;
  height: 11.25rem;
  background: url("./static-assets/images/community-rectangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 13.125rem;
  left: 0;
  opacity: 0.38;
  animation: floatingStarCircle 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community::before {
    content: none;
  }
}
.bs-section.typ-our-community .cm-container {
  display: flex;
  justify-content: space-around;
  gap: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .cm-container {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.bs-section.typ-our-community .sec-head {
  align-items: flex-start;
  text-align: left;
  max-width: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .sec-head {
    max-width: initial;
  }
}
.bs-section.typ-our-community .sec-title {
  line-height: 2.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .sec-title {
    margin-bottom: 0.6875rem;
    line-height: 1.2;
  }
}
.bs-section.typ-our-community .sec-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .sec-desc {
    font-size: 0.875rem;
  }
}
.bs-section.typ-our-community .sec-desc p {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .sec-desc p {
    margin-bottom: 0.6875rem;
  }
}
.bs-section.typ-our-community .sec-desc p:last-child {
  margin-bottom: 0;
}
.bs-section.typ-our-community .image-wrap {
  width: 38.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .image-wrap {
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
    border-radius: 0.3125rem;
  }
}
.bs-section.typ-our-community .image-wrap img {
  height: 100%;
}
.bs-section.typ-our-community .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .btn-wrap {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.bs-section.typ-our-community .btn-wrap .btn {
  font-size: 1rem;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-community .btn-wrap .btn {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem 1.3125rem;
  }
}
.bs-section.typ-our-principal {
  padding: 5rem 0 5rem;
  position: relative;
  background: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal {
    padding: 2.5rem 0 0;
  }
}
.bs-section.typ-our-principal .cm-container {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .cm-container {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.bs-section.typ-our-principal .sec-head {
  width: 47%;
  max-width: 36.25rem;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-head {
    max-width: initial;
    width: 100%;
    order: 1;
    margin-left: 0;
  }
}
.bs-section.typ-our-principal .sec-pre-title {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4rem;
  background: transparent;
  color: var(--clr-primary);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-pre-title {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5625rem;
  }
}
.bs-section.typ-our-principal .sec-pre-title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  background: var(--clr-secondary);
  position: absolute;
  bottom: -1.25rem;
  border-radius: 0.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-pre-title::before {
    width: 0.875rem;
    height: 1px;
    border-radius: 1px;
    bottom: -0.3125rem;
  }
}
.bs-section.typ-our-principal .sec-title {
  line-height: 2.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-title {
    margin-bottom: 0.75rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
  }
}
.bs-section.typ-our-principal .sec-highlighted-wrap {
  background: var(--clr-primary);
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-highlighted-wrap {
    padding: 1.375rem;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-our-principal .sec-highlighted-wrap .icon {
  margin-bottom: 0.75rem;
  transform: scaleY(-1);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-highlighted-wrap .icon {
    margin-bottom: 0.5rem;
  }
}
.bs-section.typ-our-principal .sec-highlighted-wrap .sec-highlighted-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-highlighted-wrap .sec-highlighted-text {
    font-size: 0.875rem;
  }
}
.bs-section.typ-our-principal .sec-sub-title {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-style: italic;
  color: #D48900;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-sub-title {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-our-principal .sec-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--clr-black-20);
  margin-bottom: 2.5rem;
}
.bs-section.typ-our-principal .sec-desc p {
  margin-bottom: 1.5rem;
}
.bs-section.typ-our-principal .sec-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-our-principal .name {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .name {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 2px;
  }
}
.bs-section.typ-our-principal .designation {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--clr-black-5E);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .designation {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-our-principal .image-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #DFE1E8;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .image-wrap {
    height: 100%;
    max-height: 25rem;
    max-width: 32.5rem;
    width: 100%;
    position: relative;
    inset: initial;
    border-radius: 0.625rem;
    overflow: hidden;
    margin: 0 auto 1.25rem;
  }
}
@media only screen and (max-width: 580px) {
  .bs-section.typ-our-principal .image-wrap {
    max-height: 13.75rem;
  }
}
.bs-section.typ-our-principal .image-wrap img {
  height: 100%;
  object-position: bottom;
}
.bs-section.typ-our-principal .image-wrap .picture-wrap {
  margin: 0 auto;
}
.bs-section.typ-our-principal .image-wrap .icon-wrap {
  width: 6.25rem;
  height: 6.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .image-wrap .icon-wrap {
    width: 2.5rem;
    height: 2.5rem;
    top: initial;
    bottom: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .sec-cont {
    order: 2;
  }
}
.bs-section.typ-our-principal .icon-wrap {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  background: var(--clr-white);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2.1875rem;
  z-index: 1;
}
.bs-section.typ-our-principal .btn-wrap {
  margin-top: 3.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-principal .btn-wrap {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-our-principal .btn-wrap .btn {
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 100%;
}
.bs-section.typ-readdy-to-be-part {
  padding: 5.5rem 0 8.875rem;
  position: relative;
  background: #FFFDE8;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-readdy-to-be-part {
    padding: 3.75rem 0 7.5rem;
  }
}
.bs-section.typ-readdy-to-be-part::before {
  content: "";
  background: url("./static-assets/images/child-journey-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8.9375rem;
  height: 8.8125rem;
}
.bs-section.typ-readdy-to-be-part .sec-title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-readdy-to-be-part .sec-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.bs-section.typ-readdy-to-be-part .btn-wrap {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-readdy-to-be-part .btn-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.bs-section.typ-readdy-to-be-part .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
.bs-section.typ-bg-section {
  position: relative;
  overflow: hidden;
}
.bs-section.typ-bg-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 218.75rem;
  position: absolute;
  background: url("./static-assets/images/different-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  top: -4.6875rem;
  z-index: 0;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-bg-section::after {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-bg-section::after {
    display: none;
  }
}
.bs-section.typ-us-different {
  padding: 5rem 0 0;
  position: relative;
  background: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-us-different::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.5rem;
  height: 14.5625rem;
  z-index: 1;
  top: -23.125rem;
  left: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different::before {
    width: 6.9375rem;
    height: 8.6875rem;
    left: 0.5rem;
    top: -7.5rem;
  }
}
.bs-section.typ-us-different .sec-title {
  line-height: 2.75rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different .sec-title {
    line-height: 1.2;
    max-width: 80%;
    width: 100%;
    margin-bottom: 1.625rem;
  }
}
.bs-section.typ-us-different .sec-cont {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different .sec-cont {
    padding-inline: 1.25rem;
  }
}
.bs-section.typ-us-different .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different .card-list {
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-us-different .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-us-different .swiper-pagination {
    display: block;
    margin-top: 1.875rem;
    position: static;
    text-align: center;
  }
  .bs-section.typ-us-different .swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    background: rgba(91, 62, 150, 0.3);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 3.125rem;
  }
  .bs-section.typ-us-different .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
    background: var(--clr-primary);
  }
}
.bs-section.typ-mission {
  padding: 10.625rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-mission .picture-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bs-section.typ-mission .picture-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.bs-section.typ-mission .picture-wrap img {
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-mission .bs-wrap {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  background: var(--clr-primary);
  padding: 4rem;
  border-radius: 0.625rem;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .bs-wrap {
    padding: 1.25rem;
    box-shadow: 0px 6.93px 18.49px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.bs-section.typ-mission .card-title {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 2.25rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-mission .card-title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: -1rem;
  background: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .card-title::before {
    width: 1.125rem;
    height: 1.16px;
    border-radius: 1.58px;
    bottom: -5px;
  }
}
.bs-section.typ-mission .card-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .card-desc {
    font-size: 0.875rem;
    color: var(--clr-white-90);
  }
}
.bs-section.typ-mission .list {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .list {
    gap: 2.5rem;
    flex-direction: column;
  }
}
.bs-section.typ-mission .item {
  max-width: 29rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-mission .item {
    max-width: initial;
  }
}
.bs-section.typ-our-approach {
  margin-top: 5rem;
  margin-inline: 3.3125rem;
  padding: 4.1875rem 0.75rem 4.3125rem;
  position: relative;
  background: #FDFAED;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach {
    margin: 0;
    padding: 2.5rem 1.25rem 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }
}
.bs-section.typ-our-approach .sec-title {
  margin-bottom: 1.5rem;
  line-height: 2.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach .sec-title {
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-our-approach .sec-desc {
  margin-bottom: 0;
}
.bs-section.typ-our-approach .sec-cont {
  position: relative;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach .sec-cont {
    margin-top: 0;
  }
}
.bs-section.typ-our-approach .kids-swiper {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach .kids-swiper {
    overflow: hidden;
    margin: 0 -1.25rem;
    padding: 1.0625rem 1.25rem 0;
  }
}
.bs-section.typ-our-approach .card-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-our-approach .card-list {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach .card-list {
    display: flex;
    gap: 0;
    justify-content: initial;
  }
}
.bs-section.typ-our-approach .swiper-slide {
  border-radius: 0.625rem;
  height: auto;
  justify-items: center;
}
.bs-section.typ-our-approach .swiper-slide-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.bs-section.typ-our-approach .swiper-pagination {
  display: none;
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-our-approach .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-our-approach .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-approach .swiper-pagination {
    display: block;
  }
}
.bs-section.typ-our-pillars {
  padding: 2.5rem 0 5rem;
  position: relative;
  margin-inline: 3.9375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-pillars {
    padding: 2.5rem 0;
    margin-inline: 0;
  }
}
.bs-section.typ-our-pillars .sec-title {
  line-height: 2.75rem;
  color: #623F99;
}
.bs-section.typ-our-pillars .sec-cont {
  position: relative;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-pillars .sec-cont {
    overflow: hidden;
    margin-top: 0.25rem;
    padding: 1.25rem;
  }
}
.bs-section.typ-our-pillars .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-pillars .card-list {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: initial;
    column-gap: 0;
  }
}
.bs-section.typ-our-pillars .swiper-slide {
  border-radius: 0.625rem;
}
.bs-section.typ-our-pillars .swiper-slide-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.bs-section.typ-our-pillars .swiper-slide {
  max-width: 26.25rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-pillars .swiper-slide {
    height: stretch;
    width: 100%;
  }
}
.bs-section.typ-our-pillars .swiper-pagination {
  display: none;
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-our-pillars .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-our-pillars .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-our-pillars .swiper-pagination {
    display: block;
  }
}
.bs-section.typ-children-develop {
  padding: 5rem 0;
  position: relative;
  background: var(--clr-yellow);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-children-develop::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  background: url("./static-assets/images/page-band-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -9.375rem;
  top: 5rem;
  z-index: 0;
  transition: all 0.5s ease;
  animation: floatingStarleft 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop::before {
    content: none;
  }
}
.bs-section.typ-children-develop::after {
  content: "";
  display: block;
  width: 20.625rem;
  height: 17.5rem;
  background: url("./static-assets/images/page-band-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -0.9375rem;
  bottom: 12.6875rem;
  z-index: 1;
  animation: floatingStarCircle 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop::after {
    content: none;
  }
}
.bs-section.typ-children-develop .sec-title {
  line-height: 2.75rem;
  position: relative;
  color: var(--clr-primary);
}
.bs-section.typ-children-develop .sec-title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4px;
  border-radius: 2px;
  background: var(--clr-primary);
  position: absolute;
  bottom: -0.75rem;
  right: 50%;
  transform: translateX(50%);
}
.bs-section.typ-children-develop .sec-cont {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop .sec-cont {
    margin-top: 2.5rem;
  }
}
.bs-section.typ-children-develop .card-list {
  display: grid;
  grid-template-columns: repeat(2, 29.5625rem);
  column-gap: 5rem;
  row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop .card-list {
    display: flex;
    justify-content: inherit;
    align-items: initial;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-children-develop .swiper-slide {
  border-radius: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop .swiper-slide {
    height: auto;
  }
}
.bs-section.typ-children-develop .swiper-slide-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.bs-section.typ-children-develop .swiper-pagination {
  display: none;
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-children-develop .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-children-develop .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-children-develop .swiper-pagination {
    display: block;
  }
}
.bs-section.typ-enrichment-programmes {
  padding: 3.25rem 0 2.8125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-enrichment-programmes::after {
  content: "";
  display: block;
  background: url("./static-assets/images/home-learning-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: 0;
  top: 5.75rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes::after {
    background-size: cover;
    top: 6.875rem;
  }
}
.bs-section.typ-enrichment-programmes::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.5rem;
  height: 14.5625rem;
  z-index: 1;
  top: -23.125rem;
  left: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes::before {
    width: 6.9375rem;
    height: 8.6875rem;
    left: 0.5rem;
    top: -7.5rem;
  }
}
.bs-section.typ-enrichment-programmes .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50rem;
  background: linear-gradient(180deg, #FFFDE8 0%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .section-bg {
    display: none;
  }
}
.bs-section.typ-enrichment-programmes .sec-title {
  line-height: 2.75rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .sec-title {
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-enrichment-programmes .sec-desc {
  margin-top: 0.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .sec-desc {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .sec-desc .cm-line-break {
    display: inline;
  }
}
.bs-section.typ-enrichment-programmes .sec-cont {
  position: relative;
  margin-top: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .sec-cont {
    margin-top: 2.5rem;
  }
}
.bs-section.typ-enrichment-programmes .card-list {
  display: grid;
  grid-template-columns: repeat(2, 39.375rem);
  justify-content: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .bs-section.typ-enrichment-programmes .card-list {
    grid-template-columns: repeat(2, 34.375rem);
  }
}
@media only screen and (max-width: 900px) {
  .bs-section.typ-enrichment-programmes .card-list {
    grid-template-columns: repeat(2, 30rem);
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .card-list {
    justify-content: initial;
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-enrichment-programmes .swiper-pagination {
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-enrichment-programmes .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-enrichment-programmes .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
.bs-section.typ-enrichment-programmes .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.855rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-enrichment-programmes .btn-wrap {
    flex-direction: column;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
}
.bs-section.typ-page-band {
  padding: 2.5rem 0;
  background: var(--clr-yellow);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-page-band.curriculum {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band.curriculum {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-page-band::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  background: url("./static-assets/images/cur-page-band-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -13.125rem;
  top: 0.3125rem;
  z-index: 0;
  animation: floatingStarleft 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band::before {
    display: none;
  }
}
.bs-section.typ-page-band::after {
  content: "";
  display: block;
  width: 14.375rem;
  height: 14.375rem;
  background: url("./static-assets/images/cur-page-band-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 1.875rem;
  z-index: 0;
  animation: floatingStar 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band::after {
    display: none;
  }
}
.bs-section.typ-page-band.typ-news {
  padding: 5rem 0;
}
.bs-section.typ-page-band.typ-news .bs-wrap {
  max-width: 50.75rem;
}
.bs-section.typ-page-band .bs-wrap {
  max-width: 61.25rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.bs-section.typ-page-band .sec-title {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band .sec-title {
    font-size: 1.5rem;
  }
}
.bs-section.typ-page-band .sec-desc {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band .sec-desc {
    font-size: 0.875rem;
    color: var(--clr-black-20);
  }
}
.bs-section.typ-page-band .sec-desc p {
  margin-bottom: 1.25rem;
}
.bs-section.typ-page-band .sec-desc p:last-child {
  margin-bottom: 0;
}
.bs-section.typ-page-band .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.25rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-page-band .btn-wrap {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.bs-section.typ-page-band .btn-wrap .btn {
  line-height: initial;
}
.bs-section.typ-best-start {
  padding: 2.75rem 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start {
    padding: 2.5rem 0 0;
  }
}
.bs-section.typ-best-start::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.5rem;
  height: 14.5625rem;
  z-index: 1;
  top: -23.125rem;
  left: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start::before {
    width: 6.9375rem;
    height: 8.6875rem;
    left: 0.5rem;
    top: -7.5rem;
  }
}
.bs-section.typ-best-start .sec-title {
  line-height: 2.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start .sec-title {
    line-height: 1.2;
    margin-bottom: 2.625rem;
  }
}
.bs-section.typ-best-start .sec-desc {
  margin-top: 0.375rem;
}
.bs-section.typ-best-start .sec-cont {
  position: relative;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start .sec-cont {
    margin-top: 0;
  }
}
.bs-section.typ-best-start .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.6875rem;
  row-gap: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start .card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.bs-section.typ-best-start .swiper-pagination {
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-best-start .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-best-start .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
.bs-section.typ-best-start .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-best-start .btn-wrap {
    flex-direction: column;
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}
.bs-section.typ-admission-fees {
  padding: 2.5rem 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees {
    overflow: hidden;
    padding: 2.5rem 0 0;
  }
}
.bs-section.typ-admission-fees::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.5rem;
  height: 14.5625rem;
  z-index: 1;
  top: -23.125rem;
  left: 37.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees::before {
    width: 6.9375rem;
    height: 8.6875rem;
    left: 0.5rem;
    top: -7.5rem;
  }
}
.bs-section.typ-admission-fees .sec-head {
  align-items: flex-start;
}
.bs-section.typ-admission-fees .sec-title {
  font-size: 1.75rem;
  line-height: 110%;
  margin-bottom: 1.375rem;
}
.bs-section.typ-admission-fees .sec-cont {
  position: relative;
  margin-top: 3.0625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees .sec-cont {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-admission-fees .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.6875rem;
  row-gap: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees .card-list {
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-admission-fees .swiper-pagination {
  display: none;
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-admission-fees .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-admission-fees .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees .swiper-pagination {
    display: block;
  }
}
.bs-section.typ-admission-fees .swiper-slide {
  height: auto;
}
.bs-section.typ-admission-fees .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.855rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-fees .btn-wrap {
    flex-direction: column;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
}
.bs-section.typ-featured {
  padding: 3.75rem 0 5rem;
  position: relative;
}
.bs-section.typ-featured::before {
  content: "";
  display: block;
  width: 14.375rem;
  height: 14.375rem;
  background-repeat: no-repeat;
  height: 18.75rem;
  width: 18.75rem;
  mask-image: url("./static-assets/icons/academic-overview-icon.svg");
  -webkit-mask-image: url("./static-assets/icons/academic-overview-icon.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-yellow);
  position: absolute;
  left: -5rem;
  top: -9.375rem;
  z-index: 0;
  transition: all 0.5s ease;
  animation: floatingStarCircle 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured.typ-programs {
    padding: 1.4375rem 0 3.75rem;
  }
  .bs-section.typ-featured.typ-programs .featured-list {
    padding-left: 3.4375rem;
    gap: 0.75rem;
  }
  .bs-section.typ-featured.typ-programs .featured-item {
    margin-right: auto;
  }
}
@media only screen and (max-width: 580px) {
  .bs-section.typ-featured.typ-programs .featured-item {
    margin-right: initial;
  }
}
.bs-section.typ-featured.typ-video {
  padding: 3.75rem 0 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured.typ-video {
    padding: 2.5rem 0 0;
  }
}
.bs-section.typ-featured.typ-video::before {
  content: none;
}
.bs-section.typ-featured.typ-bg {
  padding: 5rem 0;
  background: #F9F5FF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured.typ-bg {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-featured.typ-bg::before {
  content: none;
}
.bs-section.typ-featured.typ-bg .ellipse-top-left {
  display: block;
  width: 11.375rem;
  height: 11.375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -5rem;
  top: 5.5625rem;
  z-index: 0;
}
.bs-section.typ-featured.typ-bg .ellipse-top-right {
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 6.9375rem;
  top: 7.375rem;
  z-index: 1;
}
.bs-section.typ-featured.typ-bg .ellipse-bottom-right {
  display: none;
  width: 20.9375rem;
  height: 20.9375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -15.375rem;
  bottom: -5.3125rem;
  z-index: 0;
}
.bs-section.typ-featured.typ-bg .ellipse-bottom-left {
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7.125rem;
  bottom: 1.4375rem;
  z-index: 0;
}
.bs-section.typ-featured.process {
  padding: 2.5rem 0 3.5rem;
}
.bs-section.typ-featured.process::before {
  content: none;
}
.bs-section.typ-featured .sec-head .sec-title {
  margin-bottom: 3.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .sec-head .sec-title {
    margin-bottom: 2.5rem;
  }
}
.bs-section.typ-featured .sec-head .sec-title::before {
  bottom: -1.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .sec-head .sec-title::before {
    bottom: -0.375rem;
  }
}
.bs-section.typ-featured .sec-cont {
  padding-left: 11.64375rem;
  position: relative;
}
.bs-section.typ-featured .sec-cont::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .sec-cont {
    padding-left: 0;
  }
  .bs-section.typ-featured .sec-cont::before {
    content: "";
    display: block;
    position: absolute;
    background: url("./static-assets/images/programs-line-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 85%;
    width: 3.75rem;
    top: 5rem;
    left: -0.25rem;
  }
}
.bs-section.typ-featured .sec-cont .journey-line {
  position: absolute;
  top: 7.0625rem;
  left: 0.225rem;
  width: 10rem;
  height: 90%;
  pointer-events: none;
}
.bs-section.typ-featured .sec-cont .journey-line svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .sec-cont .journey-line {
    display: none;
    width: 3.75rem;
    left: -0.625rem;
    top: 0;
    height: 100%;
  }
}
.bs-section.typ-featured .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--clr-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bs-section.typ-featured .featured-list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.bs-section.typ-featured .featured-item:nth-child(even) .typ-icon {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-item:nth-child(even) .typ-icon {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-item:nth-child(2) .icon-wrap {
    left: -3.125rem;
  }
}
.bs-section.typ-featured .featured-item:nth-child(2) .icon {
  height: 3rem;
  width: 3rem;
  mask-image: url("./static-assets/icons/child_care.svg");
  -webkit-mask-image: url("./static-assets/icons/child_care.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-item:nth-child(3) .icon-wrap {
    left: -2.75rem;
  }
}
.bs-section.typ-featured .featured-item:nth-child(3) .icon {
  height: 3rem;
  width: 3rem;
  mask-image: url("./static-assets/icons/iconoir_binocular.svg");
  -webkit-mask-image: url("./static-assets/icons/iconoir_binocular.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bs-section.typ-featured .featured-item:nth-child(4) .icon-wrap {
  left: -9.0625rem;
}
@media only screen and (min-width: 1650px) {
  .bs-section.typ-featured .featured-item:nth-child(4) .icon-wrap {
    left: -10.0625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-item:nth-child(4) .icon-wrap {
    left: -3.1875rem;
  }
}
.bs-section.typ-featured .featured-item:nth-child(4) .icon {
  height: 3rem;
  width: 3rem;
  mask-image: url("./static-assets/icons/icon-park_cube.svg");
  -webkit-mask-image: url("./static-assets/icons/icon-park_cube.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .featured-item:nth-child(5) .icon-wrap {
    left: -2.9375rem;
  }
}
.bs-section.typ-featured .featured-item:nth-child(5) .icon {
  height: 3rem;
  width: 3rem;
  mask-image: url("./static-assets/icons/kid_star.svg");
  -webkit-mask-image: url("./static-assets/icons/kid_star.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bs-section.typ-featured .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-featured .btn-wrap {
    flex-direction: column;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
}
.bs-section.typ-school-process {
  padding: 9.5625rem 0 2.5rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-school-process {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-school-process::after {
  content: "";
  display: block;
  width: 100%;
  height: 58.125rem;
  position: absolute;
  background: url("./static-assets/images/school-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1650px) {
  .bs-section.typ-school-process::after {
    height: 55rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-school-process::after {
    top: 40.625rem;
  }
}
.bs-section.typ-school-process .card-list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-school-process .card-list {
    gap: 1.25rem;
  }
}
.bs-section.typ-school-process .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-school-process .btn-wrap {
    flex-direction: column;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
}
.bs-section.typ-ads {
  background: #fef9f5;
  padding: 3.03125rem 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads {
    padding: 2.5rem 0 2.5rem;
  }
}
.bs-section.typ-ads.reverse {
  background: transparent;
}
.bs-section.typ-ads.reverse .cm-container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads.reverse .cm-container {
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads.reverse .sec-cont {
    margin: 3.125rem 0;
  }
}
.bs-section.typ-ads .cm-container {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .cm-container {
    flex-direction: column;
  }
}
.bs-section.typ-ads .sec-head {
  width: 23.75rem;
  text-align: left;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .sec-head {
    width: 100%;
  }
}
.bs-section.typ-ads .sec-title {
  font-size: 2.25rem;
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .sec-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.bs-section.typ-ads .sec-desc {
  line-height: 1.6;
}
.bs-section.typ-ads .sec-desc p {
  margin-bottom: 0.75rem;
}
.bs-section.typ-ads .sec-desc p:last-child {
  margin-bottom: 0;
}
.bs-section.typ-ads .sec-cont {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .sec-cont {
    width: 100%;
  }
}
.bs-section.typ-ads .image-wrap {
  width: 100%;
  margin: 0 auto;
}
.bs-section.typ-ads .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .card-list {
    gap: 0.9375rem;
  }
}
.bs-section.typ-ads .item {
  width: max-content;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding: 0.625rem 1.25rem;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0px 0px 40px -7px #CCCCCC;
  background: var(--clr-white);
}
.bs-section.typ-ads .item:first-child {
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .item:first-child {
    top: -1.25rem;
    left: -0.625rem;
  }
}
.bs-section.typ-ads .item:nth-child(2) {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .item:nth-child(2) {
    top: -1.25rem;
    right: -0.625rem;
  }
}
.bs-section.typ-ads .item:nth-child(3) {
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .item:nth-child(3) {
    bottom: -1.25rem;
    left: -0.625rem;
  }
}
.bs-section.typ-ads .item:nth-child(4) {
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .item:nth-child(4) {
    bottom: -1.25rem;
    right: -0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .item {
    gap: 0.5rem;
    border-radius: 1.25rem;
    padding: 0.5rem;
  }
}
.bs-section.typ-ads .card-image {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6.1875rem;
  overflow: hidden;
  background: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .card-image {
    width: 2.1875rem;
    height: 2.1875rem;
    padding: 0;
  }
}
.bs-section.typ-ads .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-ads .card-title {
  max-width: 6.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--clr-black-2A);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-ads .card-title {
    max-width: 5rem;
    font-size: 0.75rem;
    line-height: 1.1;
  }
}
.bs-section.typ-timeline {
  padding: 5rem 0;
  background: #f9f5ff;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-timeline .sec-head {
  align-items: flex-start;
  text-align: left;
}
.bs-section.typ-timeline .sec-title {
  position: relative;
}
.bs-section.typ-timeline .sec-cont {
  margin-top: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .sec-cont {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-timeline .sec-cont::before {
  content: "";
  position: absolute;
  background: url("../../themes/kangarookids-theme/static-assets/images/timeline-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 31.25rem;
  z-index: 0;
  top: 7.8125rem;
  right: -6.5625rem;
  left: 0;
  width: auto;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-timeline .sec-cont::before {
    right: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .sec-cont::before {
    display: none;
    width: 8.8125rem;
    height: 8.875rem;
    right: -1.25rem;
  }
}
.bs-section.typ-timeline .sec-desc {
  padding-right: 17.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .sec-desc {
    padding-right: 1.25rem;
  }
}
.bs-section.typ-timeline .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 7.5rem;
  padding-left: 4.375rem;
}
@media only screen and (max-width: 1200px) {
  .bs-section.typ-timeline .card-list {
    gap: 2.5rem 3.75rem;
    padding-left: 3.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-section.typ-timeline .card-list {
    grid-template-columns: repeat(3, 230px);
    gap: 2.5rem 3.125rem;
    padding-left: 3.75rem;
  }
}
@media only screen and (max-width: 800px) {
  .bs-section.typ-timeline .card-list {
    gap: 2.5rem 2.5rem;
    padding-left: 1.875rem;
    grid-template-columns: repeat(3, 200px);
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .card-list {
    flex-wrap: nowrap;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    gap: 2.5rem;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .swiper-pagination {
    margin-top: 1.875rem;
    position: static;
    text-align: center;
  }
  .bs-section.typ-timeline .swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    background: rgba(91, 62, 150, 0.3);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 3.125rem;
  }
  .bs-section.typ-timeline .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
    background: var(--clr-primary);
  }
}
.bs-section.typ-timeline .image-wrap {
  width: 6.75rem;
  height: 6.75rem;
  background: var(--clr-primary);
  border: 4px solid var(--clr-white);
  box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 6.1875rem;
  padding: 0.625rem;
}
.bs-section.typ-timeline .image-wrap img,
.bs-section.typ-timeline .image-wrap svg {
  height: 100%;
  width: 100%;
}
.bs-section.typ-timeline .below-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--clr-black-F2);
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 7.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-timeline .below-desc {
    font-size: 0.875rem;
    color: var(--clr-black-20);
    padding: 0 0.625rem;
    margin-top: 3rem;
  }
}
.bs-section.typ-playground-children {
  background: #FDFCFA;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children {
    padding: 2.5rem 0;
  }
}
.bs-section.typ-playground-children .bs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children .bs-wrap {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.bs-section.typ-playground-children .sec-head {
  max-width: 35rem;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.bs-section.typ-playground-children .sec-title {
  margin-bottom: 1.75rem;
}
.bs-section.typ-playground-children .sec-desc p {
  margin-bottom: 0.375rem;
}
.bs-section.typ-playground-children .sec-desc p:last-child {
  margin-bottom: 0;
}
.bs-section.typ-playground-children .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children .card-list {
    gap: 0.9375rem;
  }
}
.bs-section.typ-playground-children .item {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  background: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children .item {
    gap: 0.5rem;
    border-radius: 1.25rem;
    padding: 0.5rem;
  }
}
.bs-section.typ-playground-children .image-wrap {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 6.1875rem;
  overflow: hidden;
  background: var(--clr-yellow);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children .image-wrap {
    width: 2.1875rem;
    height: 2.1875rem;
    padding: 0;
  }
}
.bs-section.typ-playground-children .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-playground-children .card-title {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: var(--clr-black-2A);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-playground-children .card-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.bs-section.typ-new-age-child {
  background: var(--clr-primary);
  padding: 2.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child {
    overflow: hidden;
    padding: 3.75rem 0;
  }
}
.bs-section.typ-new-age-child::before {
  content: "";
  display: block;
  height: 20.8125rem;
  width: 20.8125rem;
  mask-image: url("./static-assets/icons/Ellipse.svg");
  -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-white);
  background-repeat: no-repeat;
  position: absolute;
  left: -7.8125rem;
  top: -3.5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child::before {
    width: 13.125rem;
    height: 13.125rem;
  }
}
.bs-section.typ-new-age-child::after {
  content: "";
  display: block;
  height: 10.5rem;
  width: 10.5rem;
  mask-image: url("./static-assets/icons/Ellipse.svg");
  -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-white);
  background-repeat: no-repeat;
  position: absolute;
  right: -1.625rem;
  top: 20.0625rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child::after {
    width: 6.875rem;
    height: 6.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .sec-head {
    padding-inline: 1.25rem;
  }
}
.bs-section.typ-new-age-child .sec-title {
  color: var(--clr-white);
  margin-bottom: 1.75rem;
}
.bs-section.typ-new-age-child .sec-desc {
  color: var(--clr-white);
}
.bs-section.typ-new-age-child .sec-desc p {
  margin-bottom: 0.375rem;
}
.bs-section.typ-new-age-child .sec-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .sec-desc p br {
    display: none;
  }
}
.bs-section.typ-new-age-child .sec-cont {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  margin-top: 3.3125rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .sec-cont {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.bs-section.typ-new-age-child .image-wrap {
  width: 42.6875rem;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .bs-section.typ-new-age-child .image-wrap {
    width: 34.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .image-wrap {
    width: 100%;
  }
}
.bs-section.typ-new-age-child .card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .card-list {
    margin-top: 1.875rem;
    gap: 0.9375rem;
  }
}
.bs-section.typ-new-age-child .item {
  height: 12.75rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1019607843);
  background: #F6F1FF;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-new-age-child .item {
    height: 13.75rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .item {
    height: 100%;
    gap: 0;
    border-radius: 0.375rem;
    padding: 0.625rem;
  }
}
.bs-section.typ-new-age-child .icon-wrap {
  width: 6.25rem;
  height: 6.25rem;
  padding: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .icon-wrap {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.bs-section.typ-new-age-child .icon-wrap svg {
  height: 100%;
  width: 100%;
}
.bs-section.typ-new-age-child .card-title {
  max-width: 10rem;
  width: 100%;
  min-height: 52.8px;
  height: auto;
  font-size: 1.5rem;
  line-height: 110%;
  font-weight: 700;
  color: var(--clr-primary);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-new-age-child .card-title {
    font-size: 1.25rem;
    line-height: 100%;
    margin-top: 0.5rem;
  }
}
.bs-section.typ-dream-campus {
  padding: 5rem 0;
  position: relative;
  background: #FFFBEC;
  border: 2px solid rgba(255, 204, 6, 0.3019607843);
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-dream-campus::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  background: url("./static-assets/images/campus-right-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -9.375rem;
  top: 0.3125rem;
  z-index: 0;
  transition: all 0.5s ease;
  animation: floatingStarCircle 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus::before {
    display: none;
  }
}
.bs-section.typ-dream-campus::after {
  content: "";
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  background: url("./static-assets/images/campus-left-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -0.8125rem;
  top: 21.25rem;
  z-index: 0;
  transition: all 0.5s ease;
  animation: floatingStarCircle 15s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus::after {
    display: none;
  }
}
.bs-section.typ-dream-campus .sec-head {
  max-width: 64.6875rem;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.bs-section.typ-dream-campus .sec-title {
  margin-bottom: 1.75rem;
  line-height: 110%;
  position: relative;
}
.bs-section.typ-dream-campus .sec-desc {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus .sec-desc p {
    margin-bottom: 0.625rem;
  }
  .bs-section.typ-dream-campus .sec-desc p:last-child {
    margin-bottom: 0;
  }
}
.bs-section.typ-dream-campus .sec-cont {
  position: relative;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus .sec-cont {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-dream-campus .sub-title {
  font-size: 1.625rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--clr-primary);
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus .sub-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-dream-campus .card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-dream-campus .card-list {
    display: flex;
    column-gap: 0;
    row-gap: 0;
  }
}
.bs-section.typ-dream-campus .swiper-slide {
  border-radius: 0.625rem;
  height: auto;
}
.bs-section.typ-dream-campus .swiper-slide-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.bs-section.typ-dream-campus .swiper-pagination {
  margin-top: 1.875rem;
  position: static;
  text-align: center;
}
.bs-section.typ-dream-campus .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-dream-campus .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
.bs-section.typ-what-children-learn {
  padding: 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn {
    overflow: hidden;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-what-children-learn .tabs-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn .tabs-wrap {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 0;
  }
}
.bs-section.typ-what-children-learn .sec-title {
  margin-bottom: 1.375rem;
}
.bs-section.typ-what-children-learn .sec-title::before {
  bottom: -1.375rem;
}
.bs-section.typ-what-children-learn .tabs-nav {
  width: 21.6875rem;
  background: var(--clr-white);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn .tabs-nav {
    width: auto;
    padding: 1.25rem 1.25rem 0;
    margin: 0 -1.25rem;
    border: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn .tab-list {
    margin: 0 -1.25rem;
    padding: 5px 1.25rem;
    overflow: scroll;
    display: flex;
    gap: 0.9375rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bs-section.typ-what-children-learn .tab-list::-webkit-scrollbar {
    display: none;
  }
}
.bs-section.typ-what-children-learn .image-wrap-title {
  width: 3rem;
  height: 3rem;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn .image-wrap-title {
    width: 1.4375rem;
    height: 1.4375rem;
    flex: none;
    box-shadow: 2.29px 3.43px 6.86px 0px rgba(0, 0, 0, 0.0784313725);
    border: 3.43px solid var(--clr-white);
    padding: 0.125rem;
  }
}
.bs-section.typ-what-children-learn .image-wrap-title img {
  height: 100%;
}
.bs-section.typ-what-children-learn .tab-item {
  font-size: 1.25rem;
  line-height: 110%;
  font-weight: 700;
  background: var(--clr-white);
  color: var(--clr-primary);
  border: 1.5px solid rgba(70, 45, 114, 0.0509803922);
  cursor: pointer;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bs-section.typ-what-children-learn .tab-item:last-child {
  margin-bottom: 0;
}
.bs-section.typ-what-children-learn .tab-item:hover {
  background: #F6F1FF;
  border: 1.5px solid rgba(98, 63, 153, 0.1490196078);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0705882353);
}
.bs-section.typ-what-children-learn .tab-item.active {
  background: #F6F1FF;
  border: 1.5px solid rgba(98, 63, 153, 0.1490196078);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0705882353);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-what-children-learn .tab-item {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    gap: rem 5px;
    flex: none;
  }
}
.bs-section.typ-what-children-learn .tabs-content {
  flex: 1;
}
.bs-section.typ-what-children-learn .tab-content {
  display: none;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 890px) {
  .bs-section.typ-what-children-learn .tab-content {
    align-items: flex-start;
  }
}
.bs-section.typ-what-children-learn .tab-content.active {
  display: flex;
}
.bs-section.typ-admission-process .bs-wrap {
  padding: 1.15625rem 1.75rem;
  background: #F4EDFF;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .bs-wrap {
    overflow: hidden;
    padding: 2.5rem 1.25rem;
    margin: 0 -1.25rem;
  }
}
.bs-section.typ-admission-process .tabs-wrap {
  display: flex;
  gap: 1.4375rem;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .tabs-wrap {
    flex-direction: column;
  }
}
.bs-section.typ-admission-process .tabs-nav {
  width: 30.3125rem;
  height: 100%;
  background: var(--clr-white);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .tabs-nav {
    height: 100%;
    width: 100%;
    background: transparent;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .tab-list {
    margin: 0 -2.5rem;
    padding: 0.625rem 2.5rem;
    overflow: scroll;
    display: flex;
    gap: 0.9375rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bs-section.typ-admission-process .tab-list::-webkit-scrollbar {
    display: none;
  }
}
.bs-section.typ-admission-process .image-wrap-title {
  width: 3rem;
  height: 3rem;
  background: var(--clr-primary);
  padding: 0.5625rem;
  border-radius: 6.1875rem;
  overflow: hidden;
}
.bs-section.typ-admission-process .image-wrap-title img {
  height: 1.875rem;
  height: 1.875rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .image-wrap-title {
    width: 1.875rem;
    height: 1.875rem;
    flex: none;
    box-shadow: 2.29px 3.43px 6.86px 0px rgba(0, 0, 0, 0.0784313725);
    border: 3px solid var(--clr-white);
    padding: 0.3125rem;
  }
  .bs-section.typ-admission-process .image-wrap-title img {
    height: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.bs-section.typ-admission-process .tab-item {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  background: var(--clr-white);
  color: var(--clr-primary);
  border: 1px solid rgba(70, 45, 114, 0.0509803922);
  cursor: pointer;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1.5px solid transparent;
}
.bs-section.typ-admission-process .tab-item:last-child {
  margin-bottom: 0;
}
.bs-section.typ-admission-process .tab-item:hover, .bs-section.typ-admission-process .tab-item.active {
  background: #F6F1FF;
  border: 1.5px solid rgba(98, 63, 153, 0.1490196078);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0705882353);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .tab-item:hover, .bs-section.typ-admission-process .tab-item.active {
    background: var(--clr-primary);
    color: var(--clr-white);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0705882353);
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-process .tab-item {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    gap: rem 5px;
    flex: none;
  }
}
.bs-section.typ-admission-process .tabs-content {
  flex: 1;
}
.bs-section.typ-admission-process .tab-content {
  height: 100%;
  display: none;
  align-items: flex-start;
  gap: 1.875rem;
}
.bs-section.typ-admission-process .tab-content.active {
  display: flex;
}
.bs-section.typ-admission-overview {
  background: var(--clr-primary);
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.bs-section.typ-admission-overview::before {
  content: "";
  display: block;
  height: 20.8125rem;
  width: 20.8125rem;
  mask-image: url("./static-assets/icons/Ellipse.svg");
  -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-white);
  background-repeat: no-repeat;
  position: absolute;
  left: -7.125rem;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview::before {
    width: 13.125rem;
    height: 13.125rem;
  }
}
.bs-section.typ-admission-overview .bs-wrap {
  padding: 1.15625rem 1.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .bs-wrap {
    padding: 0;
    overflow: visible;
  }
}
.bs-section.typ-admission-overview .tabs-wrap {
  display: flex;
  gap: 1.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .tabs-wrap {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.bs-section.typ-admission-overview .tabs-nav {
  width: 29.0625rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media only screen and (max-width: 900px) {
  .bs-section.typ-admission-overview .tabs-nav {
    width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .tabs-nav {
    width: auto;
    border: none;
    margin: 0 -1.25rem;
    padding: 0;
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .tab-list {
    overflow: scroll;
    display: flex;
    gap: 0.9375rem;
    padding: 0 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bs-section.typ-admission-overview .tab-list::-webkit-scrollbar {
    display: none;
  }
}
.bs-section.typ-admission-overview .image-wrap-title {
  width: 5rem;
  height: 5rem;
  background: var(--clr-yellow);
  border: 12px solid var(--clr-white);
  box-shadow: 8px 12px 24px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 0.625rem;
  border-radius: 6.1875rem;
  overflow: hidden;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}
.bs-section.typ-admission-overview .image-wrap-title img {
  height: 3rem;
  width: 3rem;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .image-wrap-title img {
    height: 0.8575rem;
    width: 0.8575rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .image-wrap-title {
    width: 1.4375rem;
    height: 1.4375rem;
    flex: none;
    box-shadow: 2.29px 3.43px 6.86px 0px rgba(0, 0, 0, 0.0784313725);
    border: 3.43px solid var(--clr-white);
    padding: 0.125rem;
  }
}
.bs-section.typ-admission-overview .tab-item {
  font-size: 1.25rem;
  line-height: 110%;
  font-weight: 600;
  background: var(--clr-white);
  color: var(--clr-black);
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  cursor: pointer;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  padding: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bs-section.typ-admission-overview .tab-item:last-child {
  margin-bottom: 0;
}
.bs-section.typ-admission-overview .tab-item:hover, .bs-section.typ-admission-overview .tab-item.active {
  background: var(--clr-yellow);
  background: var(--clr-yellow);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .tab-item {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    gap: rem 5px;
    flex: none;
  }
}
.bs-section.typ-admission-overview .tabs-content {
  background: var(--clr-white);
  padding: 1.25rem;
  border-radius: 0.625rem;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .tabs-content {
    padding: 0 0 4.5625rem;
  }
}
.bs-section.typ-admission-overview .tab-content {
  display: none;
  align-items: center;
  gap: 30px;
}
.bs-section.typ-admission-overview .content-wrap {
  position: relative;
}
.bs-section.typ-admission-overview .content-image {
  width: 19.8125rem;
  height: 17.625rem;
  background: url("./static-assets/images/content-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  right: -26%;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-admission-overview .content-image {
    position: absolute;
    width: 8.5625rem;
    height: 7.8125rem;
    right: 2.5rem;
    bottom: 2.5rem;
    transform: initial;
  }
}
.bs-section.typ-admission-overview .tab-content.active {
  display: flex;
}
.bs-section.typ-contact {
  padding-top: 3.75rem;
  padding-bottom: 0.5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact {
    padding-top: 2.5rem;
  }
}
.bs-section.typ-contact::before {
  content: "";
  display: block;
  width: 19.375rem;
  height: 19.375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -8.75rem;
  top: -6.25rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact::before {
    width: 13.125rem;
    height: 13.125rem;
  }
}
.bs-section.typ-contact::after {
  content: "";
  display: block;
  width: 19.375rem;
  height: 19.375rem;
  background: url("./static-assets/images/Ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -3.5625rem;
  top: 7.1875rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact::after {
    width: 13.125rem;
    top: 40.1875rem;
    height: 13.125rem;
  }
}
.bs-section.typ-contact .sec-title {
  margin-bottom: 3.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .sec-title {
    margin-bottom: 3.125rem;
  }
}
.bs-section.typ-contact .sec-cont {
  display: flex;
  gap: 2.341875rem;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .sec-cont {
    flex-direction: column;
  }
}
.bs-section.typ-contact .c-item {
  width: 23.75rem;
  background: var(--clr-border-8D);
  border: 1.17px solid var(--clr-border-8D);
  box-shadow: 0px 1.17px 2.34px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.25rem 0.5rem 1.25rem 0.9375rem;
  display: flex;
  align-items: center;
  gap: 1.170625rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .c-item {
    width: 100%;
    padding: 0.875rem 0.375rem 0.875rem 0.875rem;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
  }
}
.bs-section.typ-contact .c-item:last-child {
  margin-bottom: 0;
}
.bs-section.typ-contact .icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  background-color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .icon-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bs-section.typ-contact .icon-wrap .icon {
  background-color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .icon-wrap .icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.bs-section.typ-contact .socialList {
  display: flex;
  gap: 0.5rem;
}
.bs-section.typ-contact .social-link .s-icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6.1875rem;
  background-color: var(--clr-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-section.typ-contact .c-title {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .c-title {
    font-size: 1.25rem;
  }
}
.bs-section.typ-contact .c-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .c-desc {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.bs-section.typ-contact .c-desc p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .c-desc p {
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-contact .c-desc p:last-child {
  margin-bottom: 0;
}
.bs-section.typ-contact .c-helper-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-33);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .c-helper-text {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.bs-section.typ-contact .form-wrap {
  padding: 2.5rem;
  background: var(--clr-white);
  border: 1px solid var(--clr-white-bg);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .form-wrap {
    padding: 1.25rem;
  }
}
.bs-section.typ-contact .f-title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .f-title {
    font-size: 1.5rem;
  }
}
.bs-section.typ-contact .f-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  width: 100%;
  color: var(--clr-black-5E);
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-contact .f-desc {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0.625rem 0 1.25rem;
  }
}
.bs-section.typ-maps {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-around;
  padding: 7.6875rem 0 6.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-maps {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 0;
  }
}
.bs-section.typ-maps .sec-head {
  max-width: 25.3125rem;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-maps .sec-head {
    max-width: initial;
  }
}
.bs-section.typ-maps .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-black-2d);
  margin-bottom: 2rem;
  position: relative;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-maps .title {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    max-width: initial;
  }
}
.bs-section.typ-maps .title::after {
  content: "";
  position: absolute;
  background-color: var(--clr-blue-03);
  height: 0.25rem;
  width: 3rem;
  bottom: -0.25rem;
  left: 0;
}
.bs-section.typ-maps .desc {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--clr-black-63);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-maps .desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.bs-section.typ-maps .sec-cont {
  height: 17rem;
  flex: 1;
  width: 100%;
  max-width: 52.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-maps .sec-cont {
    width: 100%;
    height: 11.25rem;
    flex: none;
  }
}
.bs-section.typ-maps .image-wrap {
  height: 100%;
  position: relative;
}
.bs-section.typ-maps img {
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-maps .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bs-section.typ-maps .location {
  width: 1rem;
  height: 1rem;
  background-color: var(--clr-primary);
}
.bs-section.typ-maps .btn:hover .location {
  background-color: var(--clr-black);
}
.bs-section.typ-career-section {
  padding: 2.5rem 0 0.625rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section {
    padding: 2.5rem 0 3.75rem;
  }
}
.bs-section.typ-career-section .sec-cont {
  display: flex;
  gap: 3.1875rem;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .sec-cont {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.bs-section.typ-career-section .sec-cont .kangaroo {
  display: block;
  width: 21.5rem;
  height: 22.6875rem;
  background: url("./static-assets/images/career-section-kangaroo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -2.5rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .sec-cont .kangaroo {
    width: 9.375rem;
    height: 11.25rem;
    right: 0;
    bottom: -5rem;
  }
}
.bs-section.typ-career-section .sec-title {
  line-height: 1.1;
  margin-bottom: 3.875rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .sec-title {
    margin-bottom: 2.5rem;
  }
}
.bs-section.typ-career-section .content-wrap {
  max-width: 35rem;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-career-section .content-wrap {
    max-width: 33.125rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-career-section .content-wrap {
    max-width: initial;
  }
}
.bs-section.typ-career-section .title {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  font-weight: 700;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .title {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
}
.bs-section.typ-career-section .desc {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #231F20;
}
.bs-section.typ-career-section .desc p {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .desc p {
    margin-bottom: 0.5rem;
  }
}
.bs-section.typ-career-section .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .desc {
    font-size: 0.875rem;
    line-height: 1.6rem;
  }
}
.bs-section.typ-career-section .image-wrap {
  width: 35.5625rem;
  height: 35.5625rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-section .image-wrap {
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
  }
}
.bs-section.typ-career-section .image-wrap img {
  height: 100%;
}
.bs-section.typ-career-bg {
  padding: 2.5rem 0 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-bg {
    padding: 3.75rem 0;
    background: linear-gradient(180deg, #FFFDE8 0%, #F5EEFF 49.44%, #E8F4FF 98.89%);
  }
}
.bs-section.typ-career-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 125rem;
  position: absolute;
  background: url("./static-assets/images/career-form-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  top: -13.75rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-bg::after {
    content: none;
    height: 112.5rem;
    top: -6.25rem;
  }
}
.bs-section.typ-career-bg .typ-form {
  max-width: 57.375rem;
  width: 100%;
  padding: 2.5rem 2.5rem 3.125rem;
  background: var(--clr-white);
  border: 1px solid #FAF5FF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 2.5rem;
  overflow: hidden;
  margin: 0 auto;
  transform: scale(0.8);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-bg .typ-form {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 1.25rem;
    transform: scale(1);
  }
}
.bs-section.typ-career-bg .sec-title {
  margin-bottom: 0.875rem;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-bg .sec-title {
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-career-bg .sec-desc {
  color: #6B7280;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-career-bg .sec-desc {
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-blogs {
  padding: 9.25rem 0 1.25rem;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-blogs {
    padding: 9.25rem 0 2.5rem;
  }
}
.bs-section.typ-blogs::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -3.75rem;
  background: url("./static-assets/images/blogs-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs::before {
    top: -0.9375rem;
  }
}
.bs-section.typ-blogs.typ-single {
  padding: 5rem 0;
}
.bs-section.typ-blogs.typ-single::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs {
    padding: 3.125rem 0 2.555rem;
  }
}
.bs-section.typ-blogs.typ-listing {
  padding: 0;
}
.bs-section.typ-blogs.typ-listing::before {
  content: none;
}
.bs-section.typ-blogs .sec-title {
  text-align: center;
  margin-bottom: 3.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .sec-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .blog-list {
    margin: 0 -20px;
    padding: 0 1.25rem;
  }
}
.bs-section.typ-blogs .blog-list .blog-listing,
.bs-section.typ-blogs .blog-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .blog-list .blog-listing,
  .bs-section.typ-blogs .blog-list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.bs-section.typ-blogs .blog-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .blog-listing {
    display: flex;
    gap: 0;
  }
}
.bs-section.typ-blogs .swiper-slide {
  height: auto;
}
.bs-section.typ-blogs .swiper-pagination {
  display: none;
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-section.typ-blogs .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-blogs .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .swiper-pagination {
    display: block;
  }
}
.bs-section.typ-blogs .blog-item {
  height: 100%;
  background: var(--clr-white);
  border: 0.88px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 3.53px 21.19px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 0.551875rem;
  overflow: hidden;
  padding: 1.655rem;
}
.bs-section.typ-blogs .blog-item:hover {
  transition: 0.35s ease;
}
.bs-section.typ-blogs .blog-item:hover img {
  transform: scale(1.02);
}
.bs-section.typ-blogs .blog-item:hover .btn {
  color: var(--clr-white);
  border: 0.8px solid var(--clr-primary);
}
.bs-section.typ-blogs .blog-item:hover .btn::after {
  transform: scaleX(1);
  transform-origin: left;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .blog-item {
    height: auto;
    padding: 1rem;
    border-radius: 0.625rem;
  }
}
.bs-section.typ-blogs .item-link {
  position: absolute;
  inset: 0;
}
.bs-section.typ-blogs .image-wrap {
  overflow: hidden;
  width: 100%;
  max-height: 12rem;
  height: 100%;
  border-radius: 0.551875rem;
  margin-bottom: 0.993125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .image-wrap {
    max-height: 12rem;
  }
}
.bs-section.typ-blogs .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.bs-section.typ-blogs .content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bs-section.typ-blogs .post-title {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--clr-black-2A);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.993125rem;
  min-height: 78px;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-blogs .post-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.bs-section.typ-blogs .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
.bs-section.typ-blogs .meta {
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  line-height: 1.5;
  color: var(--clr-black-5E);
}
.bs-section.typ-blogs .post-date,
.bs-section.typ-blogs .read-time {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.bs-section.typ-blogs .border {
  border: 1.77px solid var(--clr-primary);
  padding: 0.44125rem 1.32375rem;
}
.bs-section.typ-blogs .cta-wrap {
  max-width: max-content;
  margin: 2.5rem auto 0;
}
.bs-section.typ-news .star-primary {
  height: 4.5rem;
  width: 4.5rem;
  mask-image: url("./static-assets/icons/news-primary.svg");
  -webkit-mask-image: url("./static-assets/icons/news-primary.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
  position: absolute;
  bottom: 7.5rem;
  left: 6.25rem;
  animation: floatingStarleft 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .star-primary {
    width: 1.5625rem;
    height: 1.5625rem;
    bottom: 1.25rem;
    left: 1.875rem;
  }
}
.bs-section.typ-news .star-secondary {
  height: 6.3125rem;
  width: 6.3125rem;
  mask-image: url("./static-assets/icons/news-secondary.svg");
  -webkit-mask-image: url("./static-assets/icons/news-secondary.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-secondary);
  position: absolute;
  top: 3.125rem;
  right: 4.375rem;
  z-index: 2;
  animation: floatingStar 7s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .star-secondary {
    width: 1.905625rem;
    height: 1.905625rem;
    top: 0;
    right: 1.875rem;
  }
}
.bs-section.typ-news .sec-title {
  text-align: center;
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .sec-title {
    margin-bottom: 1.5rem;
  }
}
.bs-section.typ-news .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.bs-section.typ-news .news-tags.featured {
  margin-bottom: 1rem;
}
.bs-section.typ-news .news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.875rem;
  color: var(--clr-blue-3a);
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  background: var(--clr-white-eb);
  border: 0.8px solid rgba(58, 125, 255, 0.3);
  border-radius: 0.625rem;
}
.bs-section.typ-news .banner-wrap {
  position: relative;
}
.bs-section.typ-news .banner-wrap::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("./static-assets/images/news-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .banner-wrap::after {
    height: 117%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .banner-wrap {
    height: 28.125rem;
  }
}
@media only screen and (max-width: 480px) {
  .bs-section.typ-news .banner-wrap {
    height: 15.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-swiper {
    object-fit: cover;
    box-shadow: none;
  }
}
.bs-section.typ-news .news-swiper::before {
  content: "";
  display: block;
  width: 23.125rem;
  height: 18.875rem;
  background: url("./static-assets/images/notice.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6.4375rem 5rem 6.4375rem 4.375rem;
  position: absolute;
  top: 3.125rem;
  left: 3.75rem;
}
@media only screen and (max-width: 1024px) {
  .bs-section.typ-news .news-swiper::before {
    width: 20rem;
    height: 21.875rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-section.typ-news .news-swiper::before {
    width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-swiper::before {
    width: 46%;
    height: 100%;
    padding: 0;
    top: 1.25rem;
    left: 1.875rem;
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-swiper::before {
    width: 45%;
    left: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .bs-section.typ-news .news-swiper::before {
    width: 42%;
  }
}
.bs-section.typ-news .swiper-pagination {
  margin-top: 1.4375rem;
  position: absolute;
  z-index: 4;
  bottom: 5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .swiper-pagination {
    margin-top: 0;
    bottom: -6.875rem;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .bs-section.typ-news .swiper-pagination {
    bottom: -1.875rem;
  }
}
.bs-section.typ-news .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-section.typ-news .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-swiper {
    overflow: visible;
  }
}
.bs-section.typ-news .btn-wrap {
  margin-top: 4.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .btn-wrap {
    margin-top: 0;
    position: absolute;
    right: 1.25rem;
    bottom: -3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .btn-wrap {
    bottom: -1.875rem;
    right: 1.875rem;
  }
}
@media only screen and (max-width: 450px) {
  .bs-section.typ-news .btn-wrap {
    bottom: 0;
  }
}
@media only screen and (max-width: 405px) {
  .bs-section.typ-news .btn-wrap {
    bottom: 0.625rem;
    right: 0.625rem;
  }
}
@media only screen and (max-width: 390px) {
  .bs-section.typ-news .btn-wrap {
    bottom: 1.875rem;
  }
}
.bs-section.typ-news .btn-wrap .link {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--clr-primary);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .btn-wrap .link {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.125rem 0.75rem;
    box-shadow: 0px 4px 10px 0px rgba(255, 212, 55, 0.1490196078);
    border: 1px solid #5B3E96;
    border-radius: 1.25rem;
  }
}
.bs-section.typ-news .featured-news {
  height: 43.3125rem;
  position: relative;
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  border-radius: 0.625rem;
  padding: 1.5625rem 2.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 930px) {
  .bs-section.typ-news .featured-news {
    height: 40.625rem;
  }
}
@media only screen and (max-width: 870px) {
  .bs-section.typ-news .featured-news {
    height: 38.75rem;
  }
}
@media only screen and (max-width: 830px) {
  .bs-section.typ-news .featured-news {
    height: 36.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .featured-news {
    min-height: 12.5rem;
    height: 100%;
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
    gap: 0.9375rem;
  }
  .bs-section.typ-news .featured-news .post-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 515px) {
  .bs-section.typ-news .featured-news {
    padding: 0.625rem;
    margin-bottom: 0;
  }
}
.bs-section.typ-news .featured-news .item-link {
  position: absolute;
  inset: 0;
}
.bs-section.typ-news .featured-news .image-wrap {
  width: 38.5rem;
  height: 25rem;
  border: 12px solid var(--clr-white);
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 6.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .featured-news .image-wrap {
    width: 100%;
    height: 100%;
    border: 3px solid var(--clr-white);
    margin-top: 0.625rem;
  }
}
.bs-section.typ-news .featured-news .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.bs-section.typ-news .featured-news .content-wrap {
  width: 41.375rem;
  height: 31.25rem;
  padding: 8rem 5rem 6.4375rem 5.4375rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .featured-news .content-wrap {
    width: 100%;
    height: 100%;
    padding: 2.5rem 2.5rem 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .featured-news .content-wrap {
    padding: 1.25rem;
  }
}
.bs-section.typ-news .featured-news .post-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .featured-news .post-title {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 480px) {
  .bs-section.typ-news .featured-news .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.bs-section.typ-news .post-desc {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--clr-grey-66);
}
.bs-section.typ-news .meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
}
.bs-section.typ-news .post-date {
  font-size: 0.875rem;
  line-height: 1.2;
  display: flex;
  gap: 0.375rem;
  color: var(--clr-black);
  opacity: 0.8;
}
.bs-section.typ-news .news-sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-sidebar {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 515px) {
  .bs-section.typ-news .news-sidebar {
    margin-top: 2.5rem;
  }
}
.bs-section.typ-news .news-card {
  position: relative;
  display: flex;
  gap: 1.125rem;
  align-items: center;
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  border-radius: 0.75rem;
  background: var(--clr-white);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  transition: 0.35s;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-card {
    padding: 0.75rem;
    border-radius: 0.625rem;
    border: 0.59px solid rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 2.34px 14.05px 0px rgba(0, 0, 0, 0.0392156863);
  }
}
.bs-section.typ-news .news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.bs-section.typ-news .news-card .item-link {
  position: absolute;
  inset: 0;
}
.bs-section.typ-news .news-card .image-wrap {
  width: 12.25rem;
  height: 10.0625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-card .image-wrap {
    width: 7.125rem;
    height: 7.25rem;
    border-radius: 0.365625rem;
  }
}
.bs-section.typ-news .news-card .image-wrap img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.bs-section.typ-news .news-card .content-wrap {
  flex: 1;
}
.bs-section.typ-news .news-card .post-title {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .news-card .post-title {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.3125rem;
  }
}
.bs-section.typ-news .news-card .post-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.bs-section.typ-news .border {
  border: 1.77px solid var(--clr-primary);
  padding: 0.5rem 0.875rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-news .border {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.875rem;
    box-shadow: 0px 4px 10px 0px rgba(255, 212, 55, 0.1490196078);
    border-width: 1px;
    padding: 2px 0.75rem;
  }
}
.bs-section.typ-news .cta-wrap {
  max-width: max-content;
  margin: 2.5rem auto 0;
}
.bs-section.typ-single-details {
  padding: 7.5rem 0 3.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-single-details {
    padding: 3.75rem 0 1.875rem;
  }
}
.bs-section.typ-single-details .sec-head {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-single-details .sec-head {
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-single-details .date-time {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: var(--clr-black-7);
  color: var(--clr-black-7);
  gap: 0.9375rem;
  font-family: "Inter", sans-serif;
}
.bs-section.typ-single-details .date-time .timer {
  position: relative;
}
.bs-section.typ-single-details .date-time .timer::before {
  content: "";
  height: 100%;
  width: 1.5px;
  position: absolute;
  left: -0.46875rem;
  background: var(--clr-black-7);
}
.bs-section.typ-gallery {
  background: var(--clr-primary);
  padding: 5rem 0 3.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-gallery {
    padding: 3.75rem 0;
  }
}
.bs-section.typ-gallery .sec-title {
  color: var(--clr-white);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-gallery .sec-title {
    margin-bottom: 3.75rem;
  }
}
.bs-section.typ-gallery .pgcsimplygalleryblock-masonry-item-wrap {
  box-shadow: 2.15px 0px 4.3px 0px rgba(0, 0, 0, 0.2509803922) !important;
  border: 1.43px solid var(--clr-white) !important;
  border-radius: 0.625rem !important;
  overflow: hidden;
}
.bs-section.typ-gallery .pgcsimplygalleryblock-masonry-item-wrap img {
  object-fit: cover;
  height: 100%;
}
.bs-section.typ-center {
  min-height: calc(100vh - 76px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bs-section.typ-center.modal {
  max-width: 50rem;
  height: auto;
  padding: 2.5rem 3.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-center.modal {
    padding: 2.5rem 1.875rem;
  }
}
.bs-section.typ-center .image-wrap {
  max-width: 9.375rem;
  margin: 0 auto;
}
.bs-section.typ-center .sec-desc {
  font-family: "Inter", sans-serif;
  margin-bottom: 2.5rem;
}
.bs-section.typ-center .sec-cont {
  text-align: center;
}
.bs-section.typ-center .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-section.typ-terms {
  padding: 7.5rem 0;
}
.bs-section.typ-terms .sec-title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .sec-title {
    font-size: 1.75rem;
  }
}
.bs-section.typ-terms .sec-desc {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .sec-desc {
    font-size: 1.25rem;
  }
}
.bs-section.typ-terms .sec-cont {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .sec-cont {
    margin-top: 1.25rem;
  }
}
.bs-section.typ-terms .content-box {
  font-family: "Inter", sans-serif;
}
.bs-section.typ-terms .content-box h4 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
}
.bs-section.typ-terms .content-box p,
.bs-section.typ-terms .content-box li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box p,
  .bs-section.typ-terms .content-box li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.125rem;
  }
}
.bs-section.typ-terms .content-box p strong,
.bs-section.typ-terms .content-box li strong {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box p strong,
  .bs-section.typ-terms .content-box li strong {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.bs-section.typ-terms .content-box a:hover {
  text-decoration: underline;
}
.bs-section.typ-terms .content-box strong {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bs-section.typ-terms .content-box ol,
.bs-section.typ-terms .content-box ul {
  margin-bottom: 1.125rem;
  margin-left: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box ol,
  .bs-section.typ-terms .content-box ul {
    margin-bottom: 0.875rem;
    margin-left: 0.875rem;
  }
}
.bs-section.typ-terms .content-box ol strong,
.bs-section.typ-terms .content-box ul strong {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box ol strong,
  .bs-section.typ-terms .content-box ul strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bs-section.typ-terms .content-box li {
  margin-bottom: 0.875rem;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box li {
    margin-bottom: 0.875rem;
  }
}
.bs-section.typ-terms .content-box img {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box img {
    margin-bottom: 1.125rem;
  }
}
.bs-section.typ-terms .content-box h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .content-box h2 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.bs-section.typ-terms .update-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .update-wrap {
    padding: 1.25rem 0;
  }
}
.bs-section.typ-terms .update-wrap .date {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--clr-white-6);
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .update-wrap .date {
    font-size: 1rem;
  }
}
.bs-section.typ-terms .update-wrap .date b {
  color: var(--clr-white-8);
}
.bs-section.typ-terms .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  alignment-baseline: center;
}
.bs-section.typ-terms .btn-solid {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-section.typ-terms .btn-solid {
    margin-top: 1rem;
  }
}
.bs-section.typ-testimonial {
  overflow: hidden;
}
@keyframes floatingStar {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(-6px, 8px) rotate(3deg) scale(1.1);
  }
  50% {
    transform: translate(-14px, -4px) rotate(-2deg) scale(1.2);
  }
  75% {
    transform: translate(-6px, -8px) rotate(2deg) scale(1.1);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes floatingStarleft {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(8px, -8px) rotate(4deg) scale(1.1);
  }
  50% {
    transform: translate(4px, 14px) rotate(-2deg) scale(1.2);
  }
  75% {
    transform: translate(-8px, -6px) rotate(2deg) scale(1.1);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes floatingStarCircle {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(10px, -8px) rotate(5deg) scale(1.05);
  }
  50% {
    transform: translate(18px, 0) rotate(0deg) scale(1.1);
  }
  75% {
    transform: translate(10px, 8px) rotate(-5deg) scale(1.05);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

.bs-blog-details {
  margin-top: 5rem;
  font-family: "Montserrat", sans-serif;
}
.bs-blog-details .title {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }
}
.bs-blog-details .date-time {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: var(--clr-black-7);
  color: var(--clr-black-7);
  gap: 0.9375rem;
  font-family: "Inter", sans-serif;
}
.bs-blog-details .date-time .timer {
  position: relative;
}
.bs-blog-details .date-time .timer::before {
  content: "";
  height: 100%;
  width: 1.5px;
  position: absolute;
  left: -0.46875rem;
  background: var(--clr-black-7);
}
.bs-blog-details h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 2.5rem 0 1.25rem;
  max-width: 55.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 1.25rem 0 1.25rem;
    max-width: 55.625rem;
  }
}
.bs-blog-details h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 2.5rem 0 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1.25rem 0;
  }
}
.bs-blog-details p,
.bs-blog-details li {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: var(--clr-gray-28);
}
@media only screen and (max-width: 768px) {
  .bs-blog-details p,
  .bs-blog-details li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.bs-blog-details p strong,
.bs-blog-details li strong {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details p strong,
  .bs-blog-details li strong {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.bs-blog-details a {
  color: var(--clr-primary);
}
.bs-blog-details a:hover {
  text-decoration: underline;
}
.bs-blog-details strong {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bs-blog-details ol,
.bs-blog-details ul {
  margin-bottom: 1.125rem;
}
.bs-blog-details ol strong,
.bs-blog-details ul strong {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details ol strong,
  .bs-blog-details ul strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bs-blog-details figure {
  margin: 0;
}
.bs-blog-details .wp-block-image {
  margin: 3.75rem 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .wp-block-image {
    margin: 1.875rem 0 1.25rem;
  }
}
.bs-blog-details .wp-block-image img {
  max-height: 32.5625rem;
  height: 100%;
  object-fit: cover;
}
.bs-blog-details .wp-block-columns {
  margin-top: 3.75rem;
  align-items: flex-start;
}
.bs-blog-details .wp-block-columns h2 {
  margin: 0;
  max-width: 27.5rem;
}
.bs-blog-details .wp-block-columns p {
  max-width: 30rem;
  margin-block-start: 1rem;
}
.bs-blog-details .wp-block-columns .wp-block-image {
  margin: 0;
}
.bs-blog-details .wp-block-columns img {
  max-height: 27.6875rem;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
}
.bs-blog-details li {
  list-style: inside;
}
.bs-blog-details .wp-block-quote-is-layout-flow {
  padding: 1.5rem 2rem;
  border: 1px solid #b49361;
  border-radius: 0.75rem;
  margin: 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .wp-block-quote-is-layout-flow {
    margin: 0.625rem 0;
    padding: 0.75rem 1rem;
  }
}
.bs-blog-details .wp-block-quote-is-layout-flow p {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  line-height: 2.25rem;
  color: #b49361;
  text-align: center;
  letter-spacing: 0.125rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .wp-block-quote-is-layout-flow p {
    font-size: 1.125rem;
    font-family: "Lato", sans-serif;
    line-height: 1.625rem;
    letter-spacing: 0.12375rem;
  }
}
.bs-blog-details .blog-content {
  width: 100%;
}
.bs-blog-details .blog-widgets {
  min-width: max-content;
  max-width: 13.75rem;
  width: 100%;
  padding: 1.25rem 1.875rem 1rem;
  border-radius: 1.25rem;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .blog-widgets {
    display: none;
  }
}
.bs-blog-details .blog-widgets .wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-blog-details .wp-block-table {
    margin-inline: 0;
  }
}

.bs-accordion {
  padding: 2.5rem 0;
  margin-top: 5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--clr-border);
  background-color: #F9FAFB;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-accordion {
    margin: 2.5rem 1.25rem;
    border: 0.46px solid var(--clr-border);
    border-radius: 0.625rem;
    padding: 1.25rem 0;
  }
}
.bs-accordion .title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }
}
.bs-accordion .acc-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-list {
    gap: 0.5rem;
  }
}
.bs-accordion .acc-item {
  background-color: var(--clr-white);
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: 0.35s;
  height: 6.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-item {
    height: 100%;
  }
}
.bs-accordion .acc-item.active {
  height: auto;
}
.bs-accordion .acc-item.active .content::before {
  background-color: var(--clr-primary);
}
.bs-accordion .acc-item.active .acc-title {
  color: var(--clr-primary);
}
.bs-accordion .acc-item.active .acc-number {
  background: #F7F2FF;
}
.bs-accordion .acc-item.active .acc-body {
  max-height: initial;
}
.bs-accordion .content {
  position: relative;
}
.bs-accordion .content::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 0.25rem;
  border-radius: 0.625rem;
  background: var(--clr-border);
  transition: 0.35s;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .content::before {
    top: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: 3px;
    border-radius: 1.37px;
  }
}
.bs-accordion .acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 2.875rem 1.375rem 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-head {
    padding: 0.75rem 1.6875rem;
    gap: 0.75rem;
  }
}
.bs-accordion .acc-number {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #F7F2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-number {
    width: 1.599375rem;
    height: 1.599375rem;
    font-size: 0.8125rem;
    line-height: 1.1;
  }
}
.bs-accordion .acc-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.bs-accordion .acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.bs-accordion .acc-content {
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 0 1.5rem 1.5rem 4.375rem;
  color: var(--clr-black);
  max-width: initial;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-content {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0 0.75rem 0.75rem 2rem;
    color: var(--clr-black-20);
  }
}
.bs-accordion .acc-content li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-content li {
    padding-left: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}
.bs-accordion .acc-content li:last-child {
  margin-bottom: 0;
}
.bs-accordion .acc-content li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--clr-black);
  top: 0.875rem;
  left: 0.9375rem;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .bs-accordion .acc-content li::before {
    left: 5px;
    top: 8px;
  }
}
.bs-accordion .acc-content a {
  color: var(--clr-primary);
  text-decoration: underline;
  word-break: break-word;
}
.bs-accordion.typ-faq {
  background-color: #F3ECFF;
  border: 0;
  border-radius: 0;
  padding: 2.5rem;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq {
    padding: 2.5rem 0;
    margin: 0;
  }
}
.bs-accordion.typ-faq .acc-list {
  gap: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-list {
    gap: 0.875rem;
  }
}
.bs-accordion.typ-faq .faq-list {
  overflow: hidden;
}
.bs-accordion.typ-faq .acc-item {
  border: 2.69px solid rgba(70, 45, 114, 0.1019607843);
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  height: 3.75rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-item {
    height: auto;
  }
}
.bs-accordion.typ-faq .acc-item::before {
  content: "";
  background: var(--clr-primary);
  display: block;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.bs-accordion.typ-faq .acc-item.active {
  height: auto;
  background-color: var(--clr-primary);
}
.bs-accordion.typ-faq .acc-item.active::before {
  content: none;
}
.bs-accordion.typ-faq .acc-item.active .acc-head {
  padding: 1.0625rem 0.9375rem 0.875rem 0.9375rem;
}
.bs-accordion.typ-faq .acc-item.active .acc-title {
  color: var(--clr-white);
}
.bs-accordion.typ-faq .acc-item.active .acc-content {
  padding: 0 6.5625rem 1.5625rem 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-item.active .acc-content {
    padding: 0 1.25rem 1.25rem;
  }
}
.bs-accordion.typ-faq .acc-item.active .accordion {
  transform: scaleY(-1);
  background-color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-item {
    padding: 0;
  }
}
.bs-accordion.typ-faq .content {
  padding: 0;
}
.bs-accordion.typ-faq .content::before {
  content: none;
}
.bs-accordion.typ-faq .acc-head {
  justify-content: space-between;
  padding: 0.75rem 1.6875rem 0.75rem 2.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-head {
    padding: 0.9375rem;
  }
}
.bs-accordion.typ-faq .acc-number {
  display: none;
}
.bs-accordion.typ-faq .acc-title {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black);
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-title {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.bs-accordion.typ-faq .acc-body {
  margin-top: 0;
}
.bs-accordion.typ-faq .acc-content {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 2.5rem 1.25rem;
  color: var(--clr-white);
  max-width: 96%;
}
@media only screen and (max-width: 768px) {
  .bs-accordion.typ-faq .acc-content {
    padding: 0 1.25rem 1.25rem;
    font-size: 0.875rem;
    width: 100%;
  }
}

.bs-form {
  border: 2px solid #FAF5FF;
  background: var(--clr-white);
  box-shadow: 0px 1.17px 2.34px 0px rgba(0, 0, 0, 0.0509803922);
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 3.5rem;
}
.bs-form.modal {
  padding: 1.875rem;
}
.bs-form.modal .form-title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bs-form {
    padding: 1.4375rem;
    border-radius: 6px;
  }
}
.bs-form.typ-career {
  box-shadow: 0px 1.17px 24px 0px rgba(0, 0, 0, 0.0509803922);
}
.bs-form.typ-career label {
  font-weight: 400;
}
.bs-form label {
  width: max-content;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--clr-black-37);
  margin-bottom: 0.625rem;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bs-form label {
    font-size: 0.875rem;
    margin-bottom: 4px;
  }
}
.bs-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.bs-form .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.bs-form .form-group .wpcf7-form-control-wrap {
  position: static;
}
.bs-form .form-group .wpcf7-not-valid {
  border-color: var(--clr-red) !important;
  background: var(--clr-error-bg);
}
.bs-form .form-group .wpcf7-not-valid::placeholder {
  color: var(--clr-red);
}
.bs-form .form-group .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--clr-red);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.bs-form .form-group.text-area .wpcf7-not-valid-tip {
  bottom: 0.75rem;
}
@media only screen and (max-width: 460px) {
  .bs-form .form-group.text-area .wpcf7-not-valid-tip {
    bottom: 1.75rem;
  }
}
.bs-form .form-group.full {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group.full {
    grid-column: span 1;
  }
}
.bs-form .form-group input,
.bs-form .form-group .wpcf7-form-control,
.bs-form .form-group textarea,
.bs-form .form-group select {
  height: 3.75rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1.0625rem 1.25rem 1.0625rem 3.25rem;
  border: 1px solid #E3E3E3;
  border-radius: 0.5rem;
  background: var(--clr-white);
  color: var(--clr-black);
  outline: none;
  transition: 0.3s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group input,
  .bs-form .form-group .wpcf7-form-control,
  .bs-form .form-group textarea,
  .bs-form .form-group select {
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 0.75rem 0.9375rem 0.75rem 1.875rem;
  }
}
.bs-form .form-group input:focus,
.bs-form .form-group .wpcf7-form-control:focus,
.bs-form .form-group textarea:focus,
.bs-form .form-group select:focus {
  border-color: var(--clr-black);
}
.bs-form .form-group input::placeholder,
.bs-form .form-group .wpcf7-form-control::placeholder,
.bs-form .form-group textarea::placeholder,
.bs-form .form-group select::placeholder {
  color: var(--clr-form-grey);
}
.bs-form .form-group textarea {
  min-height: 8.125rem;
  resize: none;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group textarea {
    min-height: 6.25rem;
  }
}
.bs-form .form-group {
  /* Select */
}
.bs-form .form-group select {
  appearance: none;
  cursor: pointer;
  padding-right: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group select {
    padding-right: 2.5rem;
  }
}
.bs-form .form-group option {
  color: var(--clr-black);
  background: var(--clr-white);
}
.bs-form .form-group {
  /* File Upload */
}
.bs-form .form-group .wpcf7-file {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: var(--clr-white);
  color: #6B7280;
  cursor: pointer;
  font-size: 1rem;
}
.bs-form .form-group .wpcf7-file::file-selector-button {
  border: 1px solid #D1D5DB;
  background: var(--clr-white);
  color: var(--clr-midnight-gray);
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  margin-right: 1.125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.bs-form .form-group .wpcf7-file::file-selector-button:hover {
  background: #f5f5f5;
  border-color: var(--clr-black);
}
.bs-form .form-group .wpcf7-file::-webkit-file-upload-button {
  border: 1px solid #D1D5DB;
  background: var(--clr-white);
  color: var(--clr-midnight-gray);
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  margin-right: 1.125rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.bs-form .form-group .wpcf7-file::-webkit-file-upload-button:hover {
  background: #f5f5f5;
  border-color: var(--clr-black);
}
.bs-form .form-group .wpcf7-file:focus {
  outline: none;
  border-color: var(--clr-black);
}
@media only screen and (max-width: 768px) {
  .bs-form .form-group .wpcf7-file {
    font-size: 0.875rem;
  }
  .bs-form .form-group .wpcf7-file::file-selector-button, .bs-form .form-group .wpcf7-file::-webkit-file-upload-button {
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
  }
}
.bs-form .input-wrap {
  position: relative;
}
.bs-form .input-wrap .icon {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 2;
  color: #98A2B3;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .bs-form .input-wrap .icon {
    top: 1.375rem;
    left: 0.625rem;
  }
}
.bs-form .input-wrap.file-wrap {
  margin: 0.625rem 0 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .input-wrap.file-wrap {
    margin: 0.3125rem 0 0.9375rem;
  }
  .bs-form .input-wrap.file-wrap input {
    height: 2.5rem;
  }
}
.bs-form .input-wrap.file-wrap .icon {
  display: none;
}
.bs-form .contact-form {
  width: 100%;
}
.bs-form .form-checkboxes .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--clr-red);
  margin-top: 0.375rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-checkboxes .wpcf7-not-valid-tip {
    bottom: -2.1875rem;
  }
}
.bs-form .btn-solid::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), transparent);
  background-color: var(--clr-white);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.bs-form .btn-solid:hover {
  color: #252525;
  border: 0.8px solid var(--clr-secondary);
}
.bs-form .btn-solid:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.bs-form .form-checkboxes {
  margin-top: 2rem;
}
.bs-form .form-checkboxes .wpcf7-list-item {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
  line-height: 1.25rem;
}
.bs-form .form-checkboxes input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bs-form .form-checkboxes input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.4375rem;
  width: 1.4375rem;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bs-form .form-checkboxes input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0;
  left: 0.25rem;
  top: 0.21875rem;
  background: url("./static-assets/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.bs-form .form-checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
}
.bs-form .form-checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: block;
}
.bs-form .form-checkboxes .wpcf7-list-item-label {
  font-size: 0.875rem;
  font-weight: 500;
  user-select: none;
  color: var(--clr-gray-80);
}
.bs-form .wpcf7-list-item {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  margin: 0.625rem 0 0 0;
  color: var(--clr-gray-28);
}
.bs-form .icon-required {
  font-size: 1.5rem;
  color: var(--clr-red);
  position: absolute;
  right: -0.9375rem;
  top: -0.3125rem;
}
.bs-form .form-submit {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .bs-form .form-submit {
    margin-top: 1.5rem;
  }
}
.bs-form .text-box .icon {
  top: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .text-box .icon {
    top: 0.8125rem;
  }
}
.bs-form .national-id .icon {
  top: 1.1875rem;
}
@media only screen and (max-width: 768px) {
  .bs-form .national-id .icon {
    top: 1.375rem;
  }
}

.bs-tabs {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs {
    padding-top: 2.5rem;
    overflow: hidden;
  }
}
.bs-tabs .title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--clr-primary);
  margin-bottom: 1.6875rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}
.bs-tabs .title.typ-left {
  position: relative;
  margin-bottom: 1.375rem;
}
.bs-tabs .title.typ-left::before {
  content: "";
  display: block;
  width: 6.4375rem;
  height: 5px;
  border-radius: 2px;
  background: var(--clr-secondary);
  position: absolute;
  bottom: -1rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .title.typ-left::before {
    width: 1.875rem;
    height: 2px;
    bottom: -5px;
    border-radius: 0.58px;
  }
}
.bs-tabs .desc {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--clr-black-63);
}
@media only screen and (max-width: 768px) {
  .bs-tabs .desc {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.bs-tabs .desc p {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .desc p {
    margin-bottom: 1.125rem;
  }
}
.bs-tabs .desc p:last-child {
  margin-bottom: 0;
}
.bs-tabs .sec-head {
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .sec-head {
    margin-bottom: 1.375rem;
  }
}
.bs-tabs .tab-links {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-bottom: 1.5625rem;
  overflow: auto;
  padding: 0 calc((100vw - 75rem) / 2);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bs-tabs .tab-links::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1650px) {
  .bs-tabs .tab-links {
    padding: 0 calc((100vw - 90rem) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .bs-tabs .tab-links {
    padding: 0 calc((100vw - 75rem) / 2);
  }
}
@media only screen and (min-width: 980px) and (max-width: 1220px) {
  .bs-tabs .tab-links {
    padding: 0 calc((100vw - 71.5625rem) / 2);
  }
}
@media only screen and (max-width: 980px) {
  .bs-tabs .tab-links {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-tabs .tab-links {
    width: auto;
    margin: 0 -1.25rem;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 0 2.5rem 0.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .bs-tabs .tab-links::-webkit-scrollbar {
    display: none;
  }
}
.bs-tabs .tab-link {
  min-width: max-content;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--clr-midnight-gray);
  padding: 0.375rem 1.125rem;
  background: var(--clr-white);
  border-radius: 3.125rem;
  border: 1px solid var(--clr-border);
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .tab-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.bs-tabs .tab-link:hover {
  background: #F4EDFF;
  color: var(--clr-primary);
}
.bs-tabs .tab-link.active {
  background: var(--clr-primary);
  color: var(--clr-white);
}
.bs-tabs .tab-content {
  position: relative;
}
.bs-tabs .tab-pane {
  display: none;
}
.bs-tabs .tab-pane.active {
  display: block;
}
.bs-tabs .content-box {
  background: var(--clr-white);
  padding: 2rem 2.5rem;
  border-radius: 0.625rem;
  border: 1.5px solid #EFE6FF;
  box-shadow: 0px 4px 20px 0px rgba(26, 38, 102, 0.0784313725);
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-box {
    padding: 1.25rem;
  }
}
.bs-tabs .content-title {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
  }
}
.bs-tabs .content-subtitle {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
  }
}
.bs-tabs .content-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4B5563;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-desc {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.bs-tabs .content-desc li {
  list-style-type: disc;
}
.bs-tabs .content-desc li li {
  list-style-type: circle;
}
.bs-tabs .content-desc p,
.bs-tabs .content-desc ul {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-desc p,
  .bs-tabs .content-desc ul {
    margin-bottom: 1.125rem;
  }
}
.bs-tabs .content-desc p:last-child,
.bs-tabs .content-desc ul:last-child {
  margin-bottom: 0;
}
.bs-tabs .content-desc ul {
  padding-left: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .content-desc ul {
    padding-left: 1rem;
  }
}
.bs-tabs .table-wrap {
  margin: 1rem 0 2.5rem;
  overflow-x: auto;
}
.bs-tabs .table-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--clr-primary);
  border-radius: 0.625rem;
  overflow: hidden;
  background: #F4EDFF;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .table-wrap table {
    min-width: 28.75rem;
  }
}
.bs-tabs .table-wrap thead th {
  width: 33.33%;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--clr-primary);
  padding: 0.625rem 0.75rem;
  text-align: center;
  border-right: 1px solid var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-tabs .table-wrap thead th {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.625rem;
    width: 18%;
  }
}
.bs-tabs .table-wrap thead th:last-child {
  border-right: 0;
}
.bs-tabs .table-wrap tbody td {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.625rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid var(--clr-primary);
  border-top: 1px solid var(--clr-primary);
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-tabs .table-wrap tbody td {
    padding: 0.625rem;
  }
}
.bs-tabs .table-wrap tbody td[rowspan]:last-child {
  border-right: 0;
}
.bs-tabs .table-wrap tbody tr:last-child td {
  border-bottom: 0;
}
.bs-tabs .table-wrap.typ-regular td:last-child {
  border-right: 0;
}
.bs-tabs .table-wrap.time-session {
  min-width: 33.33%;
  max-width: max-content;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .table-wrap.time-session {
    min-width: initial;
    max-width: initial;
  }
  .bs-tabs .table-wrap.time-session table {
    min-width: 100%;
  }
}
.bs-tabs .btn-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.9375rem;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .btn-wrap {
    margin-top: 1.5rem;
    gap: 1.25rem;
  }
}
.bs-tabs .session-table-wrap {
  margin: 1.25rem 0 2.5rem;
  overflow-x: auto;
}
.bs-tabs .session-table-wrap .session-table {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-tabs .session-table-wrap .session-table thead th {
  background: #F4EDFF;
  color: var(--clr-primary);
  font-size: 1.125rem;
  padding: 1rem;
  text-align: center;
}
.bs-tabs .session-table-wrap .session-table tbody td {
  text-align: center;
  vertical-align: middle;
  color: var(--clr-primary);
}
.bs-tabs .session-table-wrap .session-table tbody td:last-child {
  border-right: 0;
}
.bs-tabs .session-table-wrap .session-table tbody .level-cell {
  background: #F4EDFF;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .bs-tabs .session-table-wrap .session-table tbody .level-cell {
    width: 18%;
  }
}
@media only screen and (max-width: 768px) {
  .bs-tabs .session-table-wrap .session-table {
    min-width: 28.75rem;
  }
  .bs-tabs .session-table-wrap .session-table th,
  .bs-tabs .session-table-wrap .session-table td {
    width: 18%;
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}

.bs-testimonials {
  padding: 0 4.875rem 3.25rem;
  margin: 0 -8rem;
  position: relative;
  overflow: hidden;
}
.bs-testimonials .star-right-primary {
  height: 2.0975rem;
  width: 2.0975rem;
  mask-image: url("./static-assets/icons/Star-primary.svg");
  -webkit-mask-image: url("./static-assets/icons/Star-primary.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-primary);
  position: absolute;
  bottom: 3.125rem;
  right: 15rem;
  animation: floatingStar 5s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .star-right-primary {
    display: none;
  }
}
.bs-testimonials .star-right-secondary {
  height: 2.8125rem;
  width: 2.8125rem;
  mask-image: url("./static-assets/icons/star-right-test.svg");
  -webkit-mask-image: url("./static-assets/icons/star-right-test.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
  position: absolute;
  top: -3.75rem;
  right: 16.25rem;
  animation: floatingStar 10s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .star-right-secondary {
    display: none;
  }
}
.bs-testimonials .star-left-secondary {
  height: 2.08625rem;
  width: 2.08625rem;
  mask-image: url("./static-assets/icons/star-left-test.svg");
  -webkit-mask-image: url("./static-assets/icons/star-left-test.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-color: var(--clr-secondary);
  position: absolute;
  top: -3.125rem;
  left: 28.75rem;
  z-index: 2;
  animation-delay: 2s;
  animation: floatingStar 5s ease-in-out infinite;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .star-left-secondary {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bs-testimonials {
    padding: 0;
    margin: 0;
  }
}
.bs-testimonials .swiper {
  padding: 0 8rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .swiper {
    padding: 0 1rem 2rem;
  }
}
.bs-testimonials .swiper-wrapper {
  cursor: grab;
}
.bs-testimonials .testimonial-card {
  display: flex;
  background: var(--clr-white);
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 15.375rem;
}
.bs-testimonials .testimonial-card:hover {
  cursor: pointer;
}
.bs-testimonials .testimonial-card:hover .testimonial-know-more-disabled::before {
  width: 100%;
}
.bs-testimonials .testimonial-card:hover .testimonial-know-more::before {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-card {
    min-height: 10.625rem;
    max-width: initial;
    width: 100%;
  }
}
.bs-testimonials .testimonial-card-modal {
  display: flex;
  background: var(--clr-white);
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 34.375rem;
  max-width: 53.75rem;
  padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-card-modal {
    flex-direction: column;
    min-height: 10.625rem;
    max-width: initial;
    width: 100%;
  }
}
.bs-testimonials .testimonial-image {
  width: 16.8125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-image {
    width: 8.4375rem;
  }
}
.bs-testimonials .testimonial-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--clr-primary);
  border-radius: 50%;
  left: -18rem;
  bottom: -18rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-image::before {
    left: -5.5rem;
    bottom: -8rem;
  }
}
.bs-testimonials .testimonial-image img {
  width: 13.625rem;
  height: 13.625rem;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 1rem;
  top: 20px;
  object-position: top;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-image img {
    width: 8.4375rem;
    height: 8.4375rem;
    top: 0.5625rem;
    left: 0.5625rem;
  }
}
.bs-testimonials .testimonial-image-modal {
  width: 21.125rem;
  position: relative;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left: 8px solid var(--clr-primary);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-image-modal {
    width: 100%;
    max-height: 20rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
}
.bs-testimonials .testimonial-image-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-image-modal img {
    max-height: 20rem;
  }
}
.bs-testimonials .quote {
  position: absolute;
  top: 1.25rem;
  left: 0.9375rem;
  z-index: 1;
  scale: -1;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .quote {
    top: 0.5625rem;
    left: 0.5rem;
  }
}
.bs-testimonials .testimonial-content {
  position: relative;
  flex: 1;
  padding: 2.125rem 2.6875rem 1.25rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-content {
    padding: 1.125rem 1.375rem 0.859375rem 1rem;
  }
}
.bs-testimonials .testimonial-content-modal {
  max-width: 40.375rem;
  width: 100%;
  flex: 1;
  padding: 0.75rem 0.375rem 0.75rem 1rem;
  margin-top: 4.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-content-modal {
    max-height: 15.625rem;
    overflow: scroll;
    padding: 0.75rem 0.375rem 0.75rem 0.625rem;
    margin-top: 1.25rem;
  }
}
.bs-testimonials .card-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--clr-black-5E);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .card-desc {
    font-size: 0.875rem;
    line-height: 0.93rem;
    margin-bottom: 0.3125rem;
  }
}
.bs-testimonials .card-desc-modal {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--clr-black-5E);
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .card-desc-modal {
    font-size: 0.875rem;
    line-height: 0.93rem;
    margin-bottom: 0.3125rem;
  }
}
.bs-testimonials .card-relation {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--clr-black);
}
.bs-testimonials .card-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .card-name {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.219375rem;
  }
}
.bs-testimonials .card-label {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--clr-black-37);
}
.bs-testimonials .rating {
  display: flex;
  gap: 4px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .bs-testimonials .rating {
    margin-top: 0.3125rem;
  }
}
.bs-testimonials .star.active .icon {
  background-color: var(--clr-yellow);
}
.bs-testimonials .rating-modal {
  display: flex;
  gap: 4px;
  margin: 0.75rem 0 0.5rem;
}
.bs-testimonials .rating-modal .star .icon {
  width: 1.09375rem;
  height: 1.09375rem;
}
.bs-testimonials .rating-modal .star.active .icon {
  background-color: var(--clr-yellow);
  width: 1.09375rem;
  height: 1.09375rem;
}
.bs-testimonials .testimonial-know-more {
  width: max-content;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
  color: var(--clr-primary);
  margin-bottom: 0.625rem;
  position: absolute;
  bottom: 0.9375rem;
  right: 1.25rem;
}
.bs-testimonials .testimonial-know-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--clr-primary);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .bs-testimonials .testimonial-know-more {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-know-more {
    font-size: 0.875rem;
  }
}
.bs-testimonials .testimonial-know-more-disabled {
  width: max-content;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
  color: var(--clr-primary);
  margin-bottom: 0.625rem;
  position: absolute;
  bottom: 0.9375rem;
  right: 1.25rem;
}
.bs-testimonials .testimonial-know-more-disabled::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--clr-primary);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .bs-testimonials .testimonial-know-more-disabled {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-know-more-disabled {
    font-size: 0.875rem;
  }
}
.bs-testimonials .testimonial-video-btn {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 50%;
  border: none;
  background: var(--clr-yellow);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-video-btn {
    width: 2.82875rem;
    height: 2.82875rem;
    bottom: 0.75rem;
    right: 0.3125rem;
  }
}
.bs-testimonials .testimonial-navigation {
  position: absolute;
  bottom: -2px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15.625rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials .testimonial-navigation {
    display: none;
  }
}
.bs-testimonials .testimonial-prev,
.bs-testimonials .testimonial-next {
  width: 3rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bs-testimonials .testimonial-prev.swiper-button-disabled,
.bs-testimonials .testimonial-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.bs-testimonials .testimonial-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.bs-testimonials .testimonial-detail-modal.active {
  opacity: 1;
  visibility: visible;
}
.bs-testimonials .testimonial-detail-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.bs-testimonials .testimonial-detail-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56.25rem;
  max-width: 56.25rem;
  z-index: 2;
}
.bs-testimonials .testimonial-detail-close {
  position: absolute;
  top: -2.8125rem;
  right: 0;
  border: 0;
  background: none;
  color: white;
  cursor: pointer;
}
.bs-testimonials .testimonial-card-modal {
  max-width: 100%;
  width: 100%;
}
.bs-testimonials .testimonial-card-modal .card-desc {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}
.bs-testimonials .swiper-pagination {
  margin-top: 1.4375rem;
  position: static;
  text-align: center;
}
.bs-testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  background: rgba(91, 62, 150, 0.3);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 3.125rem;
}
.bs-testimonials .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.125rem;
  background: var(--clr-primary);
}
@media (min-width: 768px) {
  .bs-testimonials .testimonial-navigation {
    display: flex;
  }
}
.bs-testimonials .testimonial-pagination {
  display: block;
}
.bs-testimonials.typ-details-content {
  padding: 0;
  margin: 0;
  width: 53.75rem;
  max-width: 53.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-testimonials.typ-details-content {
    max-width: initial;
    width: 100%;
  }
}
@keyframes floatingStar {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(6px, -8px) rotate(3deg) scale(1.1);
  }
  50% {
    transform: translate(-4px, -14px) rotate(-2deg) scale(1.2);
  }
  75% {
    transform: translate(-8px, -6px) rotate(2deg) scale(1.1);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

.bs-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 999;
  padding: 0.625rem;
  border-radius: 1rem;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
}
@media only screen and (max-width: 768px) {
  .bs-modal {
    width: 95%;
  }
}
.bs-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(0.95);
}
.bs-modal .modal-close {
  position: absolute;
  top: -0.875rem;
  right: -0.875rem;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: var(--clr-black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.bs-modal .modal-body {
  overflow: hidden;
  border-radius: 1rem;
  background: var(--clr-white);
}
.bs-modal.testimonial-modal.active {
  display: flex;
}
.bs-modal.testimonial-modal .testimonial-modal-inner {
  position: relative;
  width: 56.25rem;
  max-width: 56.25rem;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bs-modal.testimonial-modal .testimonial-modal-inner {
    width: 100%;
  }
}
.bs-modal.testimonial-modal .testimonial-video {
  width: 100%;
  display: block;
}
.bs-modal.admission-modal {
  width: min(95vw, 1000px);
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .bs-modal.admission-modal.active {
    transform: translate(-50%, -50%) scale(1);
  }
}
.bs-modal.admission-modal .modal-close {
  background: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12549);
  }
}
.bs-modal.admission-modal .modal-close .icon {
  background-color: var(--clr-black);
}
.bs-modal.admission-modal .modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 550px;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-body {
    min-height: initial;
    grid-template-columns: 1fr;
  }
}
.bs-modal.admission-modal .modal-content {
  padding: 4.25rem 3.625rem 1.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-right: 1px dashed var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-content {
    border-right: none;
    padding: 1.5rem 1.5rem 2.5rem;
    order: 2;
  }
}
.bs-modal.admission-modal .announcement-tag {
  display: inline-flex;
  gap: 0.625rem;
  align-self: center;
  align-items: center;
  background-color: var(--clr-primary);
  color: var(--clr-white);
  border-radius: 1.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0.875rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 980px) {
  .bs-modal.admission-modal .announcement-tag {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
.bs-modal.admission-modal .modal-title {
  color: var(--clr-primary);
  font-size: 3.875rem;
  line-height: 3.4375rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 980px) {
  .bs-modal.admission-modal .modal-title {
    font-size: 2rem;
    line-height: 1.1;
    display: inline;
    gap: 0.625rem;
  }
}
.bs-modal.admission-modal .modal-title span {
  display: block;
  color: var(--clr-secondary);
}
.bs-modal.admission-modal .modal-subtitle {
  font-size: 1.75rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  max-width: 65%;
  margin: 2px auto;
  font-weight: 600;
  color: var(--clr-black-33);
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-subtitle {
    font-size: 1.25rem;
    line-height: 1.2;
    max-width: initial;
  }
}
.bs-modal.admission-modal .modal-description {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 18.75rem;
  margin: 3rem auto;
  color: var(--clr-black-5E);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-description {
    font-size: 0.875rem;
    max-width: initial;
    margin: 0;
    margin-top: 1.25rem;
  }
}
.bs-modal.admission-modal .modal-description::after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed var(--clr-yellow);
  width: inherit;
  inset: 0;
  bottom: -3rem;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-description::after {
    content: none;
  }
}
.bs-modal.admission-modal .action-wrap {
  margin-top: 1.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .action-wrap {
    margin-top: 2rem;
    max-width: initial;
    width: 100%;
  }
  .bs-modal.admission-modal .action-wrap .btn {
    padding: 0.8125rem 1.5rem;
  }
}
.bs-modal.admission-modal .action-wrap .icon {
  background-color: var(--clr-primary);
}
.bs-modal.admission-modal .modal-image {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-image {
    order: 1;
    padding: 2.8125rem 1.5rem 0;
    max-height: 32.5rem;
  }
}
@media only screen and (max-width: 520px) {
  .bs-modal.admission-modal .modal-image {
    max-height: 17.5rem;
  }
}
.bs-modal.admission-modal .modal-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .bs-modal.admission-modal .modal-image img {
    width: 75%;
    border-radius: 0.5rem;
    object-position: center 58%;
    margin: 0 auto;
  }
}
.bs-modal.card-detail-modal .typ-details-content {
  padding: 0;
  margin: 0;
  width: 53.75rem;
  max-width: 53.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-modal.card-detail-modal .typ-details-content {
    max-width: initial;
    width: 100%;
  }
}
.bs-modal.card-detail-modal .program-card-modal {
  padding: 0.75rem;
}
.bs-modal.card-detail-modal .image-modal {
  width: 100%;
  height: 17.5rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-modal.card-detail-modal .image-modal {
    height: 12.5rem;
  }
}
.bs-modal.card-detail-modal .image-modal img {
  height: 100%;
  object-fit: cover;
}
.bs-modal.card-detail-modal .testimonial-content-modal {
  max-height: 20rem;
  overflow-y: scroll;
}
.bs-modal.card-detail-modal .card-title {
  display: block;
  font-size: 1.25rem;
  color: var(--clr-primary);
  line-height: 1.2;
}
.bs-modal.card-detail-modal .card-sub-title {
  color: var(--clr-primary);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
.bs-modal.card-detail-modal .card-desc {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 0.9375rem;
}
.bs-modal.card-detail-modal .card-desc p {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-modal.card-detail-modal .card-desc p {
    margin-bottom: 0.625rem;
  }
}
.bs-modal.card-detail-modal .card-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .bs-modal.book-tour-modal .typ-tour-content {
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 980px) {
  .bs-modal.book-tour-modal .bs-form {
    padding: 0;
    max-height: 28.125rem;
    height: 100%;
    overflow: scroll;
    box-shadow: none;
    border: none;
  }
}

.bs-image-gallery {
  position: relative;
  background: var(--clr-white);
  margin-top: -1.25rem;
  padding-bottom: 3.75rem;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .bs-image-gallery {
    margin-top: -1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bs-image-gallery .gallery-wrap {
    gap: 1rem;
  }
  .bs-image-gallery .gallery-column {
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery {
    margin-top: -3.125rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 380px) {
  .bs-image-gallery {
    margin-top: -5.625rem;
  }
}
.bs-image-gallery::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--clr-primary);
  height: 27.5rem;
  bottom: 0;
  z-index: 0;
}
.bs-image-gallery .cm-container {
  position: relative;
  z-index: 1;
}
.bs-image-gallery .gallery-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-wrap {
    display: grid;
    padding-bottom: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
  }
}
.bs-image-gallery .gallery-column {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column {
    width: 100%;
    gap: 0.375rem;
  }
}
.bs-image-gallery .gallery-card {
  overflow: hidden;
  border-radius: 1.125rem;
  position: relative;
}
.bs-image-gallery .gallery-card:hover .shine {
  display: block;
}
.bs-image-gallery .gallery-card:hover {
  cursor: grab;
}
.bs-image-gallery .gallery-card:hover img {
  scale: 1.05;
}
.bs-image-gallery .gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.56, -0.58, 0.46, 1.02);
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-card img {
    object-position: top;
  }
}
@media only screen and (max-width: 520px) {
  .bs-image-gallery .gallery-card img {
    object-position: initial;
  }
}
.bs-image-gallery .gallery-column-1 {
  margin-top: 10.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-1 {
    display: none;
  }
}
.bs-image-gallery .gallery-column-1 .gallery-card:first-child .gallery-card {
  width: 15.8125rem;
  height: 15.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-image-gallery .gallery-column-1 .gallery-card:last-child .gallery-card {
  width: 15.75rem;
  height: 15.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-image-gallery .gallery-column-2 {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-2 {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-2 .gallery-card {
    height: 17.5rem;
  }
}
@media only screen and (max-width: 520px) {
  .bs-image-gallery .gallery-column-2 .gallery-card {
    height: 11.25rem;
  }
}
.bs-image-gallery .gallery-column-2 .gallery-card:first-child .gallery-card {
  width: 15.8125rem;
  height: 28.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-2 .gallery-card:first-child .gallery-card {
    width: 100%;
    height: 100%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-2 .gallery-card:last-child .gallery-card {
  width: 15.75rem;
  height: 17.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-2 .gallery-card:last-child .gallery-card {
    width: 100%;
    height: 100%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-3 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-3 {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-3 .gallery-card {
    height: 20rem;
  }
}
@media only screen and (max-width: 520px) {
  .bs-image-gallery .gallery-column-3 .gallery-card {
    height: 13.75rem;
  }
}
.bs-image-gallery .gallery-column-3 .gallery-card:first-child .gallery-card {
  width: 15.8125rem;
  height: 25.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-3 .gallery-card:first-child .gallery-card {
    width: 100%;
    height: 120%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-3 .gallery-card:last-child .gallery-card {
  width: 15.75rem;
  height: 25.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-3 .gallery-card:last-child .gallery-card {
    width: 100%;
    height: 100%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-4 {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-4 {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-4 .gallery-card {
    height: 17.5rem;
  }
}
@media only screen and (max-width: 520px) {
  .bs-image-gallery .gallery-column-4 .gallery-card {
    height: 11.25rem;
  }
}
.bs-image-gallery .gallery-column-4 .gallery-card:first-child .gallery-card {
  width: 15.75rem;
  height: 15.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-4 .gallery-card:first-child .gallery-card {
    width: 100%;
    height: 100%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-4 .gallery-card:last-child .gallery-card {
  width: 15.75rem;
  height: 30.0625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-4 .gallery-card:last-child .gallery-card {
    width: 100%;
    height: 100%;
    border-radius: 0.18625rem;
  }
}
.bs-image-gallery .gallery-column-5 {
  margin-top: 10.5rem;
}
@media only screen and (max-width: 768px) {
  .bs-image-gallery .gallery-column-5 {
    display: none;
  }
}
.bs-image-gallery .gallery-column-5 .gallery-card:first-child .gallery-card {
  width: 15.8125rem;
  height: 15.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-image-gallery .gallery-column-5 .gallery-card:last-child .gallery-card {
  width: 15.8125rem;
  height: 15.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bs-image-gallery .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Module */
.mod-image-desc.card-tile {
  flex: 0 0 calc((100% - 32px) / 3); /* 3 columns with 16px gaps */
  max-width: calc((100% - 32px) / 3);
  background-color: var(--clr-white);
  border-radius: 1.25rem;
  box-shadow: 0px 4.72px 28.32px 0px rgba(0, 0, 0, 0.0705882353);
  height: 20rem;
  padding: 0.625rem 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 1650px) {
  .mod-image-desc.card-tile {
    flex: 0 0 calc((99% - 32px) / 3); /* 3 columns with 16px gaps */
    max-width: calc((99% - 32px) / 3);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
  .mod-image-desc.card-tile {
    height: 23.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.card-tile {
    flex: none; /* 3 columns with 16px gaps */
    max-width: initial;
  }
}
.mod-image-desc.card-tile .img-wrap {
  overflow: hidden;
  border-radius: 1.25rem;
  position: absolute;
  transition: height 0.6s ease;
  inset: 0;
}
.mod-image-desc.card-tile .img-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 213, 48, 0) 70%, #ffd530 100%);
  transition: all 0.4s ease;
}
.mod-image-desc.card-tile .img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  transform: scale(1);
  transition: scale 1.6s ease;
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
  .mod-image-desc.card-tile .img-wrap img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.card-tile .img-wrap img {
    width: 100%;
  }
}
.mod-image-desc.card-tile .card-title {
  opacity: 1;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  margin: 1.25rem 0 0.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mod-image-desc.card-tile .card-title {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.card-tile .card-title {
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
  }
}
.mod-image-desc.card-tile .info-wrap {
  opacity: 1;
  transform: translate3d(0, 14rem, 0);
  transition: opacity 0.35s ease, transform 0.35s ease;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .mod-image-desc.card-tile .info-wrap {
    transform: translate3d(0, 17.1875rem, 0);
  }
}
.mod-image-desc.card-tile .card-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--clr-black);
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.card-tile .card-desc {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
@media only screen and (min-width: 980px) {
  .mod-image-desc.card-tile:hover {
    cursor: pointer;
  }
  .mod-image-desc.card-tile:hover .img-wrap:after {
    background: rgba(255, 213, 48, 0.85);
    backdrop-filter: blur(5px);
  }
  .mod-image-desc.card-tile:hover .info-wrap {
    opacity: 1;
    transform: translate3d(0, -0.625rem, 0);
  }
  .mod-image-desc.card-tile:hover .card-title {
    height: auto;
    margin: 1.25rem 0 0.875rem;
    padding: 0;
  }
  .mod-image-desc.card-tile:hover .card-desc {
    opacity: 1;
  }
}
@media only screen and (max-width: 980px) {
  .mod-image-desc.card-tile.swiper-slide {
    min-height: initial;
    height: 100%;
    padding: 1rem;
    height: auto;
  }
  .mod-image-desc.card-tile.swiper-slide .img-wrap {
    position: relative;
    height: 11.875rem;
  }
  .mod-image-desc.card-tile.swiper-slide .img-wrap:after {
    opacity: 0;
  }
  .mod-image-desc.card-tile.swiper-slide .img-wrap img {
    transform: scale(1);
    object-position: top;
  }
  .mod-image-desc.card-tile.swiper-slide .info-wrap {
    position: static;
    opacity: 1;
    transform: translateY(0);
  }
  .mod-image-desc.card-tile.swiper-slide .card-title {
    padding: 0;
    height: 100%;
    margin-top: 0.9375rem;
  }
  .mod-image-desc.card-tile.swiper-slide .card-desc {
    margin-top: 0.625rem;
    opacity: 1;
  }
}
.mod-image-desc.typ-home-learning {
  height: auto;
  overflow: visible;
  border-radius: 0.625rem;
}
.mod-image-desc.typ-home-learning.swiper-slide-active {
  box-shadow: 0 0 15px 0 rgba(79, 70, 229, 0.4);
}
.mod-image-desc.typ-home-learning .card {
  height: 18.125rem;
  border: 0.8px solid rgba(0, 0, 0, 0.0509803922);
  background: var(--clr-white);
  padding: 0.75rem 1rem 1.81125rem;
  border-radius: 0.625rem;
}
.mod-image-desc.typ-home-learning .card:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(79, 70, 229, 0.4);
}
@media only screen and (max-width: 1024px) {
  .mod-image-desc.typ-home-learning .card {
    min-height: 20rem;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-home-learning .card {
    min-height: initial;
  }
}
.mod-image-desc.typ-home-learning .card-image {
  width: 3.50375rem;
  height: 3.50375rem;
  margin-bottom: 0.875625rem;
}
.mod-image-desc.typ-home-learning .card-title {
  font-size: 1.5rem;
  line-height: 2.335625rem;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-home-learning .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.mod-image-desc.typ-home-learning .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-home-learning .card-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.mod-image-desc.typ-home-learning .card-image svg [fill="#FFCF2A"] {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-home-learning:hover g:first-child {
  clip-path: none;
}
.mod-image-desc.typ-home-learning:hover svg [fill="#FFCF2A"] {
  transform: scale(1.25);
}
.mod-image-desc.typ-home-learning .card-image svg {
  width: 3.5rem;
  height: 3.5rem;
  overflow: visible;
}
.mod-image-desc.typ-home-learning .card-image svg circle,
.mod-image-desc.typ-home-learning .card-image svg ellipse {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-home-learning .card-image svg path {
  transition: fill 0.35s ease;
}
.mod-image-desc.typ-about {
  height: auto;
  border-radius: 0.625rem;
}
.mod-image-desc.typ-about .js-anim-hover {
  background: var(--clr-white);
  padding: 2.25rem;
  height: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0392156863);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .js-anim-hover {
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 1.25rem;
    border-radius: 0.375rem;
  }
}
.mod-image-desc.typ-about .js-anim-hover:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.mod-image-desc.typ-about.swiper-slide-active {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.mod-image-desc.typ-about .card-image {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  background: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .card-image {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.3125rem;
    margin-bottom: 0.75rem;
  }
}
.mod-image-desc.typ-about .card-image img,
.mod-image-desc.typ-about .card-image svg {
  height: 2rem;
  width: 2rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .card-image img,
  .mod-image-desc.typ-about .card-image svg {
    height: 1.08125rem;
    width: 1.08125rem;
  }
}
.mod-image-desc.typ-about .card-title {
  font-size: 1.75rem;
  line-height: 100%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.75rem;
  color: var(--clr-black-2A);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.mod-image-desc.typ-about .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-5E);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .card-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.mod-image-desc.typ-about .card-desc p {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-about .card-desc p {
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-about .card-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-approach {
  max-width: 29.6875rem;
  height: 100%;
  border: 0.8px solid rgba(0, 0, 0, 0.0509803922);
  background: var(--clr-white);
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
}
.mod-image-desc.typ-approach:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.mod-image-desc.typ-approach:hover img {
  scale: 1.03;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-approach {
    max-width: initial;
    width: 100%;
    padding: 1rem;
  }
}
.mod-image-desc.typ-approach.curriculum {
  max-width: 26.25rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-approach.curriculum {
    width: 100%;
    min-height: 22.5rem;
    height: 100%;
    padding: 1rem;
  }
}
.mod-image-desc.typ-approach .card-image {
  width: 100%;
  height: initial;
  overflow: hidden;
  aspect-ratio: 371/239;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-approach .card-image {
    height: 11.25rem;
    border-radius: 5px;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-approach .card-image img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-approach .card-title {
  font-size: 1.5rem;
  line-height: 2.335625rem;
  font-weight: 700;
  color: var(--clr-black-2A);
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-approach .card-title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 6px;
  }
}
.mod-image-desc.typ-approach .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-20);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-approach .card-desc {
    font-size: 0.875rem;
  }
}
.mod-image-desc.typ-children {
  height: 100%;
  border: 0.8px solid rgba(0, 0, 0, 0.0509803922);
  background: var(--clr-white);
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
}
.mod-image-desc.typ-children:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.mod-image-desc.typ-children:hover img {
  scale: 1.03;
}
.mod-image-desc.typ-children .card-image {
  width: 100%;
  height: 13.5625rem;
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}
.mod-image-desc.typ-children .card-image img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-children .card-title {
  font-size: 1.625rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: var(--clr-black-2A);
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-children .card-title {
    font-size: 1.25rem;
    line-height: 100%;
  }
}
.mod-image-desc.typ-children .card-desc {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--clr-black);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-children .card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.mod-image-desc.typ-children .card-image svg [fill="#FFCF2A"] {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-children:hover g:first-child {
  clip-path: none;
}
.mod-image-desc.typ-children:hover svg [fill="#FFCF2A"] {
  transform: scale(1.25);
}
.mod-image-desc.typ-children .card-image svg {
  width: 3.5rem;
  height: 3.5rem;
  overflow: visible;
}
.mod-image-desc.typ-children .card-image svg circle,
.mod-image-desc.typ-children .card-image svg ellipse {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-children .card-image svg path {
  transition: fill 0.35s ease;
}
.mod-image-desc.typ-programmes {
  background: var(--clr-white);
  padding: 2.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-programmes {
    height: auto;
    padding: 1.25rem;
    border-radius: 6px;
  }
}
.mod-image-desc.typ-programmes .card-image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 551/506;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-programmes .card-image {
    height: 15.625rem;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 0.75rem;
  }
}
.mod-image-desc.typ-programmes .card-image img {
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-programmes .card-title {
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  color: var(--clr-black-2A);
  margin-bottom: 0.875625rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-programmes .card-title {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-programmes .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-programmes .card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.mod-image-desc.typ-programmes .card-desc p {
  margin-bottom: 0.885rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-programmes .card-desc p {
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-programmes .card-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-programmes .card-image svg [fill="#FFCF2A"] {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-programmes:hover g:first-child {
  clip-path: none;
}
.mod-image-desc.typ-programmes:hover svg [fill="#FFCF2A"] {
  transform: scale(1.25);
}
.mod-image-desc.typ-programmes .card-image svg {
  width: 3.5rem;
  height: 3.5rem;
  overflow: visible;
}
.mod-image-desc.typ-programmes .card-image svg circle,
.mod-image-desc.typ-programmes .card-image svg ellipse {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-programmes .card-image svg path {
  transition: fill 0.35s ease;
}
.mod-image-desc.typ-start {
  height: 100%;
  background: var(--clr-primary);
  padding: 2.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s ease-in-out;
}
.mod-image-desc.typ-start:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(79, 70, 229, 0.8);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-start {
    border: none;
    padding: 1.25rem;
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-start .img-title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
.mod-image-desc.typ-start .card-image {
  width: 4.25rem;
  height: 4.25rem;
  overflow: hidden;
  border-radius: 6.1875rem;
  margin-bottom: 1rem;
  background: #F0E8FF;
  padding: 0.625rem;
  flex: none;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-start .card-image {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
  }
}
.mod-image-desc.typ-start .card-title {
  font-size: 2rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--clr-white);
  margin-bottom: 0.75rem;
  min-height: 61.6px;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-start .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    min-height: initial;
    margin-bottom: 0;
  }
}
.mod-image-desc.typ-start .card-title.full {
  min-height: initial;
}
.mod-image-desc.typ-start .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-white);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-start .card-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.mod-image-desc.typ-start .card-desc p {
  margin-bottom: 0.625rem;
}
.mod-image-desc.typ-start .card-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-start .card-image svg [fill="#FFCF2A"] {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-start:hover g:first-child {
  clip-path: none;
}
.mod-image-desc.typ-start:hover svg [fill="#FFCF2A"] {
  transform: scale(1.25);
}
.mod-image-desc.typ-start .card-image svg {
  width: 3.5rem;
  height: 3.5rem;
  overflow: visible;
}
.mod-image-desc.typ-start .card-image svg circle,
.mod-image-desc.typ-start .card-image svg ellipse {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mod-image-desc.typ-start .card-image svg path {
  transition: fill 0.35s ease;
}
.mod-image-desc.typ-featured {
  max-width: 76.875rem;
  width: 100%;
  height: 100%;
  padding: 3.125rem 2.5rem;
  background: #FFF9E1;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured {
    flex-direction: column;
    padding: 1.25rem;
    gap: 1rem;
  }
  .mod-image-desc.typ-featured:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.mod-image-desc.typ-featured .image-video-wrap {
  position: relative;
}
.mod-image-desc.typ-featured .image-video-wrap .icon-wrap .icon {
  position: relative;
  z-index: 3;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mod-image-desc.typ-featured .image-video-wrap .icon-wrap .ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  animation: ripple 2s ease-out infinite;
  z-index: 1;
}
.mod-image-desc.typ-featured .image-video-wrap .icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  animation: ripple 2s ease-out infinite 0.7s;
  z-index: 0;
}
.mod-image-desc.typ-featured .image-video-wrap .icon-wrap:hover .icon {
  animation: pop 0.45s ease;
}
.mod-image-desc.typ-featured.typ-white {
  background: var(--clr-white);
  align-items: center;
}
.mod-image-desc.typ-featured.typ-white .image-wrap {
  width: 19.4375rem;
  height: 18.375rem;
}
.mod-image-desc.typ-featured.typ-icon {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  background: var(--clr-white);
  align-items: flex-start;
  overflow: visible;
  border-radius: 0.625rem;
  padding: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon {
    width: 28.125rem;
    padding: 0.75rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .mod-image-desc.typ-featured.typ-icon {
    width: 100%;
  }
}
.mod-image-desc.typ-featured.typ-icon .mid-title {
  display: block;
  font-size: 1.7rem;
  line-height: 2.45rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .mid-title {
    font-size: 1.25rem;
    line-height: 1.2;
    min-height: initial;
    margin-bottom: 0.375rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .mid-sub-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .mid-sub-title {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.mod-image-desc.typ-featured.typ-icon .mid-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black-20);
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .mid-desc {
    display: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.061875rem;
    margin-bottom: 0.75rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .mid-desc p {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .mid-desc p {
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .mid-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-featured.typ-icon .mid-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .mid-btn {
    display: block;
    margin-top: 1.25rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .image-wrap {
  width: 25rem;
  height: 28.75rem;
}
@media only screen and (max-width: 1024px) {
  .mod-image-desc.typ-featured.typ-icon .image-wrap {
    width: 21.875rem;
    height: 26.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .image-wrap {
    width: 100%;
    height: 10.0625rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .icon-wrap {
  width: 5rem;
  height: 5rem;
  background: var(--clr-yellow);
  border-radius: 6.1875rem;
  position: absolute;
  top: 11.4375rem;
  left: -6.75rem;
  border: 12px solid var(--clr-white);
  box-shadow: 8px 12px 24px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}
@media only screen and (min-width: 1650px) {
  .mod-image-desc.typ-featured.typ-icon .icon-wrap {
    left: -7.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-icon .icon-wrap {
    width: 2.5rem;
    height: 2.5rem;
    border: 3.54px solid var(--clr-white);
    left: -2.3125rem;
    top: 5rem;
    padding: 0.125rem;
    box-shadow: 2.36px 3.54px 7.07px 0px rgba(0, 0, 0, 0.0784313725);
  }
  .mod-image-desc.typ-featured.typ-icon .icon-wrap .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mod-image-desc.typ-featured.typ-icon .icon-wrap .icon {
  cursor: auto;
}
.mod-image-desc.typ-featured.typ-invest {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-invest {
    flex-direction: column;
  }
}
.mod-image-desc.typ-featured.typ-invest .image-wrap {
  height: 18.375rem;
  width: 27.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured.typ-invest .image-wrap {
    width: 100%;
    max-height: 12.5rem;
    height: 100%;
    border-radius: 6px;
  }
}
.mod-image-desc.typ-featured:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured:nth-child(even) {
    flex-direction: column;
  }
}
.mod-image-desc.typ-featured .image-wrap {
  width: 25.125rem;
  height: 18.375rem;
  flex: none;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.mod-image-desc.typ-featured .image-wrap img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured .image-wrap {
    height: 18.375rem;
    width: 100%;
    max-width: 25rem;
    border-radius: 0.375rem;
  }
}
.mod-image-desc.typ-featured .image-video-wrap {
  width: 25.125rem;
  height: 18.375rem;
  flex: none;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured .image-video-wrap {
    height: 15.625rem;
    width: 100%;
    max-width: 25rem;
    border-radius: 0.375rem;
  }
}
.mod-image-desc.typ-featured .image-video-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.3490196078);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0.625rem;
}
.mod-image-desc.typ-featured .image-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-featured .image-video-wrap img {
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-featured .image-video-wrap.playing::before {
  opacity: 0;
  pointer-events: none;
}
.mod-image-desc.typ-featured .sec-title {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-featured .sec-title {
    font-size: 1.375rem;
  }
}
.mod-image-desc.typ-featured .sec-desc p {
  margin-bottom: 0.625rem;
}
.mod-image-desc.typ-featured .sec-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-timeline {
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.1019607843);
  max-width: 15.625rem;
  width: 100%;
  border-top-left-radius: 7.5rem;
  border-top-right-radius: 7.5rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background: var(--clr-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 1.875rem;
  position: relative;
  z-index: 2;
  height: 20.5rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-timeline {
    max-width: initial;
    width: 100%;
    height: auto;
  }
}
.mod-image-desc.typ-timeline:nth-child(4) {
  margin-left: 8.75rem;
}
@media only screen and (max-width: 800px) {
  .mod-image-desc.typ-timeline:nth-child(4) {
    margin-left: 6.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-timeline:nth-child(4) {
    margin-left: auto;
  }
}
.mod-image-desc.typ-timeline .card-title {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-timeline .card-title {
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-timeline .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-timeline .card-desc {
    font-size: 0.875rem;
  }
}
.mod-image-desc.typ-campus {
  height: 100%;
  border: 0.8px solid rgba(0, 0, 0, 0.0509803922);
  background: var(--clr-white);
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  position: relative;
}
.mod-image-desc.typ-campus:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}
.mod-image-desc.typ-campus:hover img {
  scale: 1.03;
}
.mod-image-desc.typ-campus .card-image {
  width: 100%;
  height: 23.3125rem;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-campus .card-image {
    height: 19.5rem;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-campus .card-image img {
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.mod-image-desc.typ-campus .card-icon {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  top: -0.9375rem;
  right: -0.4375rem;
  background: var(--clr-primary);
  box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.2509803922);
  border: 4px solid var(--clr-white);
  border-radius: 6.1875rem;
  padding: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-campus .card-icon {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.mod-image-desc.typ-campus .card-icon svg {
  height: 100%;
  width: 100%;
}
.mod-image-desc.typ-campus .card-title {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--clr-black-2A);
  margin-bottom: 0.875625rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-campus .card-title {
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
}
.mod-image-desc.typ-campus .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--clr-black);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-campus .card-desc {
    font-size: 0.875rem;
  }
}
.mod-image-desc.typ-tabs {
  background: var(--clr-white);
  padding: 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs {
    height: auto;
    padding: 0.75rem;
  }
}
.mod-image-desc.typ-tabs .card-image {
  width: 25rem;
  height: 24.5rem;
  overflow: hidden;
  border-radius: 0.625rem;
  flex: none;
}
@media only screen and (max-width: 890px) {
  .mod-image-desc.typ-tabs .card-image {
    width: 10.5rem;
    height: 10.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs .card-image {
    width: 100%;
    height: 23.75rem;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 580px) {
  .mod-image-desc.typ-tabs .card-image {
    height: 15.625rem;
  }
}
.mod-image-desc.typ-tabs .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-image-desc.typ-tabs:hover g:first-child {
  clip-path: none;
}
.mod-image-desc.typ-tabs:hover svg [fill="#FFCF2A"] {
  transform: scale(1.25);
}
.mod-image-desc.typ-tabs .card-title {
  color: var(--clr-black-2A);
}
.mod-image-desc.typ-tabs .card-desc {
  color: #231F20;
}
.mod-image-desc.typ-tabs .card-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-tabs {
  /* Curriculum  */
}
.mod-image-desc.typ-tabs.typ-curriculum-tab {
  gap: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-curriculum-tab {
    flex-direction: column;
    gap: 0;
  }
}
.mod-image-desc.typ-tabs.typ-curriculum-tab .card-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-curriculum-tab .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-tabs.typ-curriculum-tab .card-desc {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-curriculum-tab .card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.mod-image-desc.typ-tabs.typ-curriculum-tab .card-desc p {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-curriculum-tab .card-desc p {
    margin-bottom: 0.375rem;
  }
}
.mod-image-desc.typ-tabs {
  /*  Admission Process */
}
.mod-image-desc.typ-tabs.typ-admission-process-tab {
  padding: 2.5rem 1.875rem;
  position: relative;
}
.mod-image-desc.typ-tabs.typ-admission-process-tab::after {
  content: "";
  display: block;
  height: 6rem;
  width: 6rem;
  mask-image: url("./static-assets/icons/Ellipse.svg");
  -webkit-mask-image: url("./static-assets/icons/Ellipse.svg");
  background-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-color: var(--clr-primary);
  background-repeat: no-repeat;
  position: absolute;
  left: 14.375rem;
  bottom: 1.25rem;
  z-index: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-process-tab::after {
    width: 6.875rem;
    height: 6.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-process-tab {
    padding: 1.25rem 0.9375rem;
  }
}
.mod-image-desc.typ-tabs.typ-admission-process-tab .card-title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-process-tab .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
.mod-image-desc.typ-tabs.typ-admission-process-tab .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-process-tab .card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.mod-image-desc.typ-tabs.typ-admission-process-tab .card-desc p {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-process-tab .card-desc p {
    margin-bottom: 0.375rem;
  }
}
.mod-image-desc.typ-tabs.typ-admission-process-tab .card-desc p:last-child {
  margin-bottom: 0;
}
.mod-image-desc.typ-tabs {
  /* Admission Overview  */
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab .card-title {
  position: relative;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 700;
  color: var(--clr-primary);
  margin-bottom: 1.75rem;
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab .card-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  width: 6.4375rem;
  height: 4px;
  border-radius: 2px;
  background: var(--clr-secondary);
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-overview-tab .card-title::before {
    width: 1.875rem;
    height: 2px;
    border-radius: 0.5px;
    bottom: -0.393125rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-overview-tab .card-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.125rem;
  }
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab .content {
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.875rem 1.25rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-overview-tab .content {
    padding: 0.75rem 0.75rem 1.875rem;
  }
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab .card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-overview-tab .card-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.mod-image-desc.typ-tabs.typ-admission-overview-tab .card-desc p {
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .mod-image-desc.typ-tabs.typ-admission-overview-tab .card-desc p {
    margin-bottom: 0.375rem;
  }
}

/* layout */
.lyt-main {
  padding-top: 5.25rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main {
    padding-top: 4.75rem;
  }
}
.lyt-main.typ-home {
  padding-top: 8.625rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-home {
    padding-top: 6.25rem;
  }
}
.lyt-main.typ-marketing {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-marketing {
    padding-top: 6.25rem;
  }
}
.lyt-main.typ-marketing .bs-banner .f-title {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: var(--clr-primary);
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-marketing .bs-banner .f-title {
    font-size: 1.5rem;
  }
}
.lyt-main.typ-marketing .bs-banner .banner-wrap {
  align-items: center;
}
.lyt-main.typ-marketing .bs-banner .image-wrap {
  position: relative;
  inset: initial;
  width: 31.25rem;
}
.lyt-main.typ-marketing .marketing {
  padding: 1.25rem;
}
.lyt-main.typ-marketing .marketing .form-grid {
  gap: 0.9375rem;
}
.lyt-main.typ-marketing .marketing label {
  font-size: 1.125rem;
}
.lyt-main.typ-marketing .marketing input {
  padding: 1.25rem;
  height: 100%;
}
.lyt-main.typ-marketing .marketing .dscf7-captcha-container {
  width: 100%;
  margin-top: 1.25rem;
}
.lyt-main.typ-marketing .marketing .dscf7-captcha-container .wpcf7-form-control-wrap {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9375rem;
}
.lyt-main.typ-marketing .marketing .form-checkboxes .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--clr-red);
  margin-top: 0.375rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-marketing .marketing .form-checkboxes .wpcf7-not-valid-tip {
    bottom: -2.1875rem;
  }
}
.lyt-main.typ-marketing .marketing .form-checkboxes .custom-checkbox-error,
.lyt-main.typ-marketing .marketing .form-checkboxes .custom-captcha-error,
.lyt-main.typ-marketing .marketing .form-captcha .custom-checkbox-error,
.lyt-main.typ-marketing .marketing .form-captcha .custom-captcha-error {
  display: block;
  margin-top: 0.375rem;
  color: #dc3232;
  font-size: 0.875rem;
}
.lyt-main.typ-marketing .marketing .has-error input {
  border: 1px solid var(--clr-red);
}
.lyt-main.typ-marketing .marketing .form-checkboxes {
  margin-top: 2rem;
}
.lyt-main.typ-marketing .marketing .form-checkboxes .wpcf7-list-item {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
  line-height: 1.25rem;
}
.lyt-main.typ-marketing .marketing .form-checkboxes label {
  width: 100%;
}
.lyt-main.typ-marketing .marketing .form-checkboxes input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lyt-main.typ-marketing .marketing .form-checkboxes input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: -2.1875rem;
  top: 0.75rem;
  height: 1.4375rem;
  width: 1.4375rem;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.lyt-main.typ-marketing .marketing .form-checkboxes input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 1.25rem;
  left: -1.875rem;
  top: 0.21875rem;
  background: url("./static-assets/icons/tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.lyt-main.typ-marketing .marketing .form-checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}
.lyt-main.typ-marketing .marketing .form-checkboxes input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: block;
}
.lyt-main.typ-marketing .marketing .form-checkboxes .wpcf7-list-item-label {
  font-size: 0.875rem;
  font-weight: 500;
  user-select: none;
  color: var(--clr-gray-80);
}
.lyt-main.typ-marketing .bs-image-gallery {
  margin-top: 0;
}
.lyt-main.typ-admissions-overview {
  padding-top: 5.375rem;
}
@media only screen and (max-width: 980px) {
  .lyt-main.typ-admissions-overview {
    padding-top: 4.75rem;
  }
}
.lyt-main.typ-admissions-overview.typ-band {
  padding-top: 8.125rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-admissions-overview.typ-band {
    padding-top: 8.125rem;
  }
}
.lyt-main.typ-admissions-overview.typ-band .bs-banner {
  padding-top: 1.25rem;
}
.lyt-main.typ-home.typ-band {
  padding-top: 8.625rem;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-home.typ-band {
    padding-top: 6.25rem;
  }
}
.lyt-main.typ-home.typ-band .bs-banner {
  padding-top: 3.125rem;
}
.lyt-main.typ-playground .typ-page-band::before {
  content: "";
  display: block;
  width: 18.75rem;
  height: 18.75rem;
  background: url("./static-assets/images/page-band-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: initial;
  right: -13.75rem;
  bottom: -9.375rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-playground .typ-page-band::before {
    display: none;
  }
}
.lyt-main.typ-playground .typ-page-band::after {
  content: none;
}
.lyt-main.typ-playground .typ-page-band .bs-wrap {
  max-width: 66.25rem;
}
.lyt-main.typ-news-blogs .typ-page-band {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-news-blogs .typ-page-band {
    padding: 3.125rem 0;
  }
}
.lyt-main.typ-news-blogs .typ-page-band::before {
  content: none;
}
.lyt-main.typ-news-blogs .typ-page-band::after {
  content: none;
}
.lyt-main.typ-news-blogs {
  padding: 12.125rem 0 0;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-news-blogs {
    padding: 5rem 0 0;
  }
}
.lyt-main.typ-blogs {
  padding: 7.5rem 0;
}
@media only screen and (max-width: 768px) {
  .lyt-main.typ-blogs {
    padding: 3.75rem 0 0;
  }
}
.lyt-main.typ-terms .nav-item {
  color: var(--clr-black);
}
.lyt-main.typ-terms .nav-item:hover {
  color: var(--clr-black);
}
.lyt-main.typ-terms .nav-item:hover::before {
  background: var(--clr-black);
}
.lyt-main.typ-terms .nav-item.nav-active-link::before {
  background: var(--clr-black);
  width: 2rem;
}
.lyt-main.typ-dark {
  padding-top: 3.75rem;
}

@media only screen and (max-width: 768px) {
  .lyt-choose {
    padding-top: 2.5rem;
    overflow: hidden;
  }
}

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