/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
:root {
  --header-height: 90px;
  --header-scroll-height: 70px;
  --white: #fff;
  --black: #000;
  --yellow: #FCB824;
  --blue: #005CB9;
  --green: #00A98F;
  --orange: #EE7623;
  --fs128: clamp(42px, 6.67vw, 128px);
  --fs90: clamp(36px, 4.2vw, 90px);
  --fs80: clamp(34px, 4.17vw, 80px);
  --fs72: clamp(36px, 3.5vw, 72px);
  --fs64: clamp(36px, 4vw, 64px);
  --fs56: clamp(36px, 4vw, 56px);
  --fs48: clamp(36px, 2.5vw, 48px);
  --fs46: clamp(30px, 2.19vw, 46px);
  --fs42: clamp(36px, 2.19vw, 42px);
  --fs40: clamp(22px, 2.08vw, 40px);
  --fs36: clamp(20px, 1.88vw, 36px);
  --fs32: clamp(18px, 1.67vw, 32px);
  --fs28: clamp(18px, 1.46vw, 28px);
  --fs24: clamp(16px, 1.25vw, 24px);
  --fs22: clamp(16px, 1.15vw, 22px);
  --fs20: clamp(16px, 1.04vw, 20px);
  --fs18: clamp(16px, 0.94vw, 18px);
  --fs16: 16px;
  --fs14: 14px;
  --pad60: clamp(24px, 3.13vw, 60px);
  --spc280: clamp(24px, 14.58vw, 280px);
  --spc200: clamp(36px, 10.42vw, 200px);
  --spc90: clamp(40px, 5.5vw, 90px);
  --spc60: clamp(20px, 4vw, 60px);
  --spc48: clamp(24px, 2.5vw, 48px);
  --spc40: clamp(24px, 2.08vw, 40px);
  --spc32: clamp(24px, 1.67vw, 32px);
  --spc24: clamp(16px, 1.25vw, 24px);
  --spc16: 16px;
  --br90: clamp(24px, 1.56vw, 90px);
  --br40: clamp(20px, 1.56vw, 40px);
  --br24: 24px;
  --br40: 40px;
  --br20: clamp(14px, 1.04vw, 20px);
}
.mt60 {
  margin-top: var(--spc60) !important;
}
.mb60 {
  margin-bottom: var(--spc60) !important;
}
.mt16 {
  margin-top: var(--spc16) !important;
}
.mb16 {
  margin-bottom: var(--spc16) !important;
}
.mt40 {
  margin-top: var(--spc40) !important;
}
.mb40 {
  margin-bottom: var(--spc40) !important;
}
.mb24 {
  margin-bottom: var(--spc24) !important;
}
.mw640 {
  max-width: 640px;
  margin: auto;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Modal
=> Accordion
=> Most common
=> Animation

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Bernino Sans';
  src: url('../fonts/BerninoSans-Extrabold.woff2') format('woff2'), url('../fonts/BerninoSans-Extrabold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bernino Sans';
  src: url('../fonts/BerninoSans.woff2') format('woff2'), url('../fonts/BerninoSans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bernino Sans';
  src: url('../fonts/BerninoSans-Bold.woff2') format('woff2'), url('../fonts/BerninoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bernino Sans';
  src: url('../fonts/BerninoSans-Semibold.woff2') format('woff2'), url('../fonts/BerninoSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bernino Sans';
  src: url('../fonts/BerninoSans-Light.woff2') format('woff2'), url('../fonts/BerninoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'Bernino Sans';
  font-weight: 400;
  line-height: 1.5;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  /* input */
  --input-height: 50px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-fill: #EE7623;
  --button-line: #EE7623;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*==========================================================================
=> Fonts
==========================================================================*/
* {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ay2qbl');
  src: url('../fonts/icomoon.eot?ay2qbl#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ay2qbl') format('truetype'), url('../fonts/icomoon.woff?ay2qbl') format('woff'), url('../fonts/icomoon.svg?ay2qbl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logout:before {
  content: "\e944";
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
/* flex col */
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* flex col end */
/* Grid */
.g-10 {
  grid-template-columns: repeat(10, 1fr);
}
.g-9 {
  grid-template-columns: repeat(9, 1fr);
}
.g-8 {
  grid-template-columns: repeat(8, 1fr);
}
.g-7 {
  grid-template-columns: repeat(7, 1fr);
}
.g-6 {
  grid-template-columns: repeat(6, 1fr);
}
.g-5 {
  grid-template-columns: repeat(5, 1fr);
}
.g-4 {
  grid-template-columns: repeat(4, 1fr);
}
.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.g-1 {
  grid-template-columns: repeat(1, 1fr);
}
/* Grid */
.gp-70 {
  gap: 70px;
}
.gp-65 {
  gap: 65px;
}
.gp-60 {
  gap: 60px;
}
.gp-55 {
  gap: 55px;
}
.gp-50 {
  gap: 50px;
}
.gp-45 {
  gap: 45px;
}
.gp-40 {
  gap: 40px;
}
.gp-35 {
  gap: 35px;
}
.gp-30 {
  gap: 30px;
}
.gp-25 {
  gap: 25px;
}
.gp-20 {
  gap: 20px;
}
.gp-15 {
  gap: 15px;
}
.gp-10 {
  gap: 10px;
}
.gp-5 {
  gap: 5px;
}
.gp-0 {
  gap: 0px;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.comm-grid {
  display: grid;
  width: 100%;
}
@media all and (max-width: 1440px) {
  .f-1440-10 .f-col {
    width: 10%;
  }
  .f-1440-9 .f-col {
    width: 11.11111111%;
  }
  .f-1440-8 .f-col {
    width: 12.5%;
  }
  .f-1440-7 .f-col {
    width: 14.28571429%;
  }
  .f-1440-6 .f-col {
    width: 16.66666667%;
  }
  .f-1440-5 .f-col {
    width: 20%;
  }
  .f-1440-4 .f-col {
    width: 25%;
  }
  .f-1440-3 .f-col {
    width: 33.33333333%;
  }
  .f-1440-2 .f-col {
    width: 50%;
  }
  .f-1440-1 .f-col {
    width: 100%;
  }
  .g-1440-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1440-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1440-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1440-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1440-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1440-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1440-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1440-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1440-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1440-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1440-70 {
    gap: 70px;
  }
  .gp-1440-65 {
    gap: 65px;
  }
  .gp-1440-60 {
    gap: 60px;
  }
  .gp-1440-55 {
    gap: 55px;
  }
  .gp-1440-50 {
    gap: 50px;
  }
  .gp-1440-45 {
    gap: 45px;
  }
  .gp-1440-40 {
    gap: 40px;
  }
  .gp-1440-35 {
    gap: 35px;
  }
  .gp-1440-30 {
    gap: 30px;
  }
  .gp-1440-25 {
    gap: 25px;
  }
  .gp-1440-20 {
    gap: 20px;
  }
  .gp-1440-15 {
    gap: 15px;
  }
  .gp-1440-10 {
    gap: 10px;
  }
  .gp-1440-5 {
    gap: 5px;
  }
  .gp-1440-0 {
    gap: 0px;
  }
  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-33 {
    width: 33%;
  }
  .w-1440-16 {
    width: 16.666666%;
  }
  .mb-1440-100 {
    margin-bottom: 100px;
  }
  .mb-1440-95 {
    margin-bottom: 95px;
  }
  .mb-1440-90 {
    margin-bottom: 90px;
  }
  .mb-1440-85 {
    margin-bottom: 85px;
  }
  .mb-1440-80 {
    margin-bottom: 80px;
  }
  .mb-1440-75 {
    margin-bottom: 75px;
  }
  .mb-1440-70 {
    margin-bottom: 70px;
  }
  .mb-1440-65 {
    margin-bottom: 65px;
  }
  .mb-1440-60 {
    margin-bottom: 60px;
  }
  .mb-1440-55 {
    margin-bottom: 55px;
  }
  .mb-1440-50 {
    margin-bottom: 50px;
  }
  .mb-1440-45 {
    margin-bottom: 45px;
  }
  .mb-1440-40 {
    margin-bottom: 40px;
  }
  .mb-1440-35 {
    margin-bottom: 35px;
  }
  .mb-1440-30 {
    margin-bottom: 30px;
  }
  .mb-1440-25 {
    margin-bottom: 25px;
  }
  .mb-1440-20 {
    margin-bottom: 20px;
  }
  .mb-1440-15 {
    margin-bottom: 15px;
  }
  .mb-1440-10 {
    margin-bottom: 10px;
  }
  .mb-1440-5 {
    margin-bottom: 5px;
  }
  .mb-1440-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1366px) {
  .f-1366-10 .f-col {
    width: 10%;
  }
  .f-1366-9 .f-col {
    width: 11.11111111%;
  }
  .f-1366-8 .f-col {
    width: 12.5%;
  }
  .f-1366-7 .f-col {
    width: 14.28571429%;
  }
  .f-1366-6 .f-col {
    width: 16.66666667%;
  }
  .f-1366-5 .f-col {
    width: 20%;
  }
  .f-1366-4 .f-col {
    width: 25%;
  }
  .f-1366-3 .f-col {
    width: 33.33333333%;
  }
  .f-1366-2 .f-col {
    width: 50%;
  }
  .f-1366-1 .f-col {
    width: 100%;
  }
  .g-1366-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1366-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1366-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1366-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1366-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1366-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1366-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1366-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1366-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1366-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1366-70 {
    gap: 70px;
  }
  .gp-1366-65 {
    gap: 65px;
  }
  .gp-1366-60 {
    gap: 60px;
  }
  .gp-1366-55 {
    gap: 55px;
  }
  .gp-1366-50 {
    gap: 50px;
  }
  .gp-1366-45 {
    gap: 45px;
  }
  .gp-1366-40 {
    gap: 40px;
  }
  .gp-1366-35 {
    gap: 35px;
  }
  .gp-1366-30 {
    gap: 30px;
  }
  .gp-1366-25 {
    gap: 25px;
  }
  .gp-1366-20 {
    gap: 20px;
  }
  .gp-1366-15 {
    gap: 15px;
  }
  .gp-1366-10 {
    gap: 10px;
  }
  .gp-1366-5 {
    gap: 5px;
  }
  .gp-1366-0 {
    gap: 0px;
  }
  .w-1366-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1366-33 {
    width: 33%;
  }
  .w-1366-16 {
    width: 16.666666%;
  }
  .mb-1366-100 {
    margin-bottom: 100px;
  }
  .mb-1366-95 {
    margin-bottom: 95px;
  }
  .mb-1366-90 {
    margin-bottom: 90px;
  }
  .mb-1366-85 {
    margin-bottom: 85px;
  }
  .mb-1366-80 {
    margin-bottom: 80px;
  }
  .mb-1366-75 {
    margin-bottom: 75px;
  }
  .mb-1366-70 {
    margin-bottom: 70px;
  }
  .mb-1366-65 {
    margin-bottom: 65px;
  }
  .mb-1366-60 {
    margin-bottom: 60px;
  }
  .mb-1366-55 {
    margin-bottom: 55px;
  }
  .mb-1366-50 {
    margin-bottom: 50px;
  }
  .mb-1366-45 {
    margin-bottom: 45px;
  }
  .mb-1366-40 {
    margin-bottom: 40px;
  }
  .mb-1366-35 {
    margin-bottom: 35px;
  }
  .mb-1366-30 {
    margin-bottom: 30px;
  }
  .mb-1366-25 {
    margin-bottom: 25px;
  }
  .mb-1366-20 {
    margin-bottom: 20px;
  }
  .mb-1366-15 {
    margin-bottom: 15px;
  }
  .mb-1366-10 {
    margin-bottom: 10px;
  }
  .mb-1366-5 {
    margin-bottom: 5px;
  }
  .mb-1366-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-1200-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1200-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1200-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1200-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1200-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1200-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1200-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1200-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1200-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1200-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1200-70 {
    gap: 70px;
  }
  .gp-1200-65 {
    gap: 65px;
  }
  .gp-1200-60 {
    gap: 60px;
  }
  .gp-1200-55 {
    gap: 55px;
  }
  .gp-1200-50 {
    gap: 50px;
  }
  .gp-1200-45 {
    gap: 45px;
  }
  .gp-1200-40 {
    gap: 40px;
  }
  .gp-1200-35 {
    gap: 35px;
  }
  .gp-1200-30 {
    gap: 30px;
  }
  .gp-1200-25 {
    gap: 25px;
  }
  .gp-1200-20 {
    gap: 20px;
  }
  .gp-1200-15 {
    gap: 15px;
  }
  .gp-1200-10 {
    gap: 10px;
  }
  .gp-1200-5 {
    gap: 5px;
  }
  .gp-1200-0 {
    gap: 0px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  .f-1024-5 .f-col {
    width: 20%;
  }
  .f-1024-4 .f-col {
    width: 25%;
  }
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  .f-1024-2 .f-col {
    width: 50%;
  }
  .f-1024-1 .f-col {
    width: 100%;
  }
  .g-1024-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-1024-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-1024-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-1024-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-1024-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-1024-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-1024-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-1024-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-1024-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-1024-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-1024-70 {
    gap: 70px;
  }
  .gp-1024-65 {
    gap: 65px;
  }
  .gp-1024-60 {
    gap: 60px;
  }
  .gp-1024-55 {
    gap: 55px;
  }
  .gp-1024-50 {
    gap: 50px;
  }
  .gp-1024-45 {
    gap: 45px;
  }
  .gp-1024-40 {
    gap: 40px;
  }
  .gp-1024-35 {
    gap: 35px;
  }
  .gp-1024-30 {
    gap: 30px;
  }
  .gp-1024-25 {
    gap: 25px;
  }
  .gp-1024-20 {
    gap: 20px;
  }
  .gp-1024-15 {
    gap: 15px;
  }
  .gp-1024-10 {
    gap: 10px;
  }
  .gp-1024-5 {
    gap: 5px;
  }
  .gp-1024-0 {
    gap: 0px;
  }
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-33 {
    width: 33%;
  }
  .w-1024-16 {
    width: 16.666666%;
  }
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-990-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-990-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-990-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-990-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-990-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-990-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-990-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-990-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-990-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-990-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-990-70 {
    gap: 70px;
  }
  .gp-990-65 {
    gap: 65px;
  }
  .gp-990-60 {
    gap: 60px;
  }
  .gp-990-55 {
    gap: 55px;
  }
  .gp-990-50 {
    gap: 50px;
  }
  .gp-990-45 {
    gap: 45px;
  }
  .gp-990-40 {
    gap: 40px;
  }
  .gp-990-35 {
    gap: 35px;
  }
  .gp-990-30 {
    gap: 30px;
  }
  .gp-990-25 {
    gap: 25px;
  }
  .gp-990-20 {
    gap: 20px;
  }
  .gp-990-15 {
    gap: 15px;
  }
  .gp-990-10 {
    gap: 10px;
  }
  .gp-990-5 {
    gap: 5px;
  }
  .gp-990-0 {
    gap: 0px;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-768-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-768-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-768-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-768-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-768-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-768-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-768-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-768-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-768-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-768-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-768-70 {
    gap: 70px;
  }
  .gp-768-65 {
    gap: 65px;
  }
  .gp-768-60 {
    gap: 60px;
  }
  .gp-768-55 {
    gap: 55px;
  }
  .gp-768-50 {
    gap: 50px;
  }
  .gp-768-45 {
    gap: 45px;
  }
  .gp-768-40 {
    gap: 40px;
  }
  .gp-768-35 {
    gap: 35px;
  }
  .gp-768-30 {
    gap: 30px;
  }
  .gp-768-25 {
    gap: 25px;
  }
  .gp-768-20 {
    gap: 20px;
  }
  .gp-768-15 {
    gap: 15px;
  }
  .gp-768-10 {
    gap: 10px;
  }
  .gp-768-5 {
    gap: 5px;
  }
  .gp-768-0 {
    gap: 0px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-640-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-640-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-640-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-640-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-640-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-640-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-640-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-640-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-640-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-640-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-640-70 {
    gap: 70px;
  }
  .gp-640-65 {
    gap: 65px;
  }
  .gp-640-60 {
    gap: 60px;
  }
  .gp-640-55 {
    gap: 55px;
  }
  .gp-640-50 {
    gap: 50px;
  }
  .gp-640-45 {
    gap: 45px;
  }
  .gp-640-40 {
    gap: 40px;
  }
  .gp-640-35 {
    gap: 35px;
  }
  .gp-640-30 {
    gap: 30px;
  }
  .gp-640-25 {
    gap: 25px;
  }
  .gp-640-20 {
    gap: 20px;
  }
  .gp-640-15 {
    gap: 15px;
  }
  .gp-640-10 {
    gap: 10px;
  }
  .gp-640-5 {
    gap: 5px;
  }
  .gp-640-0 {
    gap: 0px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .g-576-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-576-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-576-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-576-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-576-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-576-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-576-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-576-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-576-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-576-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-576-70 {
    gap: 70px;
  }
  .gp-576-65 {
    gap: 65px;
  }
  .gp-576-60 {
    gap: 60px;
  }
  .gp-576-55 {
    gap: 55px;
  }
  .gp-576-50 {
    gap: 50px;
  }
  .gp-576-45 {
    gap: 45px;
  }
  .gp-576-40 {
    gap: 40px;
  }
  .gp-576-35 {
    gap: 35px;
  }
  .gp-576-30 {
    gap: 30px;
  }
  .gp-576-25 {
    gap: 25px;
  }
  .gp-576-20 {
    gap: 20px;
  }
  .gp-576-15 {
    gap: 15px;
  }
  .gp-576-10 {
    gap: 10px;
  }
  .gp-576-5 {
    gap: 5px;
  }
  .gp-576-0 {
    gap: 0px;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-480-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-480-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-480-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-480-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-480-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-480-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-480-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-480-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-480-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-480-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-480-70 {
    gap: 70px;
  }
  .gp-480-65 {
    gap: 65px;
  }
  .gp-480-60 {
    gap: 60px;
  }
  .gp-480-55 {
    gap: 55px;
  }
  .gp-480-50 {
    gap: 50px;
  }
  .gp-480-45 {
    gap: 45px;
  }
  .gp-480-40 {
    gap: 40px;
  }
  .gp-480-35 {
    gap: 35px;
  }
  .gp-480-30 {
    gap: 30px;
  }
  .gp-480-25 {
    gap: 25px;
  }
  .gp-480-20 {
    gap: 20px;
  }
  .gp-480-15 {
    gap: 15px;
  }
  .gp-480-10 {
    gap: 10px;
  }
  .gp-480-5 {
    gap: 5px;
  }
  .gp-480-0 {
    gap: 0px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-400-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .g-400-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .g-400-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .g-400-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .g-400-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .g-400-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .g-400-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .g-400-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .g-400-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-400-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-400-70 {
    gap: 70px;
  }
  .gp-400-65 {
    gap: 65px;
  }
  .gp-400-60 {
    gap: 60px;
  }
  .gp-400-55 {
    gap: 55px;
  }
  .gp-400-50 {
    gap: 50px;
  }
  .gp-400-45 {
    gap: 45px;
  }
  .gp-400-40 {
    gap: 40px;
  }
  .gp-400-35 {
    gap: 35px;
  }
  .gp-400-30 {
    gap: 30px;
  }
  .gp-400-25 {
    gap: 25px;
  }
  .gp-400-20 {
    gap: 20px;
  }
  .gp-400-15 {
    gap: 15px;
  }
  .gp-400-10 {
    gap: 10px;
  }
  .gp-400-5 {
    gap: 5px;
  }
  .gp-400-0 {
    gap: 0px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CFD1D4;
}
/*==========================================================================
=> checkbox contact form 7
========================================================================== */
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item-label {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-left: 48px;
  display: block;
}
.wpcf7-list-item input[type="checkbox"] ~ span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-bottom-right-radius: 2px;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ span::before {
  background: #03333F;
  border: 1px solid #03333F;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
  display: none;
}
.wpcf7-form .button {
  margin-right: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff6900;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  line-height: 72px;
  padding: 0 40px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.button.center {
  display: block;
  width: max-content;
  margin: auto;
}
.button.grey {
  height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.button.small {
  height: 56px;
  padding: 0 24px;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: var(--mt20);
  color: var(--black);
  opacity: 0.8;
  margin-bottom: 8px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 30px;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  border-radius: 16px;
  height: 56px;
  border: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  background: #F3EFEC;
  padding: 0 24px;
  color: #000;
  outline: none;
  font-size: var(--fs18);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F3EFEC inset !important;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
  border: 1px solid #000;
}
.form-label {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.4;
  padding: 15px 24px;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input,
.form-grp.int-padl select,
.form-grp.form-grp-var select {
  padding-left: 50px;
}
.form-grp.int-padr input,
.form-grp.int-padr select {
  padding-right: 50px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  bottom: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  background: url('../img/drop-down-arrow.svg') no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F3EFEC;
}
.select-field option {
  color: rgba(0, 0, 0, 0.8);
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
.form-grp input::-webkit-input-placeholder,
.form-grp input:-ms-input-placeholder,
.form-grp input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-grp input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
/* Placeholder end */
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--orange);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.radio-box input:checked ~ label::before {
  border: 5px solid var(--orange);
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: 'icomoon' !important;
  content: "\e92d";
  color: #000;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #000;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #000;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #000;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #000;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #000;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: .9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ellipsis1 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-size: 32px;
  color: var(--black);
  margin: 32px 0 16px;
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgrey);
  margin-bottom: 16px;
}
.content-body a {
  color: var(--blue);
}
.content-body a:hover {
  color: var(--maroon);
}
.content-body blockquote {
  border-radius: 10px;
  background: var(--lgrey);
  color: var(--black);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.content-body blockquote p {
  margin-bottom: 0;
}
.content-body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgrey);
  margin-bottom: 0;
}
.content-body ul li p {
  margin-bottom: 0;
}
.content-body ul li a {
  color: var(--blue);
}
.content-body ul li a:hover {
  color: var(--maroon);
}
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: var(--dgrey);
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.error-wrap {
  height: calc(100dvh - var(--header-height));
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.error-sec {
  overflow: hidden;
  position: relative;
}
.error-img {
  width: 40vw;
  height: auto;
}
.ty-img {
  width: 11vw;
  height: auto;
}
.error-title {
  color: #FFF;
  text-align: center;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  max-width: 447px;
}
@media all and (max-width: 1366px) {
  .ty-img {
    width: 30vw;
  }
}
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background: transparent;
  cursor: pointer;
  padding: 32px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: var(--black, #000000);
  font-size: 15px;
  text-align: left;
  font-size: var(--fs24);
}
.accordion::after {
  content: url(../img/orange-drop.svg);
  position: absolute;
  right: 36px;
  filter: grayscale(1);
  transition: 0.5s;
}
.panel {
  display: none;
  padding: 0 30px 32px 36px;
}
.panel p {
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
}
.faq-wrap {
  width: 100%;
}
.acc-container {
  max-width: 1065px;
  width: 100%;
}
.acc-item {
  margin-bottom: var(--spc16);
  border-radius: var(--br40);
  overflow: hidden;
  background: #F3EFEC;
}
.acc-item p {
  margin-bottom: 20px;
  color: var(--black, #000000);
}
.acc-item p:last-child {
  margin-bottom: 0;
}
.acc-item:last-child {
  margin-bottom: 0;
}
.acc-item.active .accordion {
  padding: 32px 70px 16px 32px;
}
.acc-item.active .accordion::after {
  transform: rotate(180deg);
  filter: grayscale(0);
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
.tabs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs ul {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  gap: 8px;
}
.tabs ul li {
  min-width: 214px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--white, #ffffff);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.tabs ul li.active {
  background: var(--yellow, #fcb824);
  color: var(--black, #000000);
}
.indicator {
  width: 0;
  height: 1px;
  background: var(--black);
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.comm-tab-wrap {
  width: 100%;
}
.comm-tab-wrap ul.tabs {
  width: 100%;
  justify-content: center;
}
.comm-tab-wrap ul.tabs li {
  width: 100%;
  text-align: center;
  max-width: 270px;
  flex: 1;
}
.comm-tab-wrap .tab_container {
  max-width: 1440px;
  margin: 0 auto;
}
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.comm-tab-box {
  width: 100%;
}
/* Most common */
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.over-visible {
  overflow: visible;
}
.over-hidden {
  overflow: hidden;
}
.swiper-fitw .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-fitw .swiper-slide {
  width: fit-content;
}
.swiper-op .swiper-slide {
  opacity: 0.5;
  transform: scale(0.9);
}
.swiper-op .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-height .swiper-slide {
  height: auto;
}
.swiper-height .swiper-slide > div {
  height: 100%;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.font16r {
  color: var(--black);
  font-size: var(--fs16);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font18r {
  color: var(--black);
  font-size: var(--fs18);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font22r {
  color: var(--black);
  font-size: var(--fs22);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font24r {
  color: var(--black);
  font-size: var(--fs24);
  line-height: 1.6;
  letter-spacing: 0.54px;
}
.font30r {
  color: var(--black);
  font-size: var(--fs30);
  line-height: 1.4;
  letter-spacing: 0.54px;
}
.font36r {
  color: var(--black);
  font-size: var(--fs36);
  line-height: 1.3;
}
.font48r {
  color: var(--black);
  font-size: var(--fs48);
  line-height: 1.2;
}
.font72r {
  color: var(--black);
  font-size: var(--fs72);
  line-height: 1;
}
.t-cen {
  text-align: center;
}
.tt-uc {
  text-transform: uppercase;
}
.t-ul {
  text-decoration: underline;
}
.txt-white {
  color: var(--white) !important;
}
.txt-black {
  color: var(--black) !important;
}
.txt-grey {
  color: var(--grey) !important;
}
.txt-grey p,
.txt-grey ul li {
  color: var(--grey) !important;
}
.txt-dgrey {
  color: var(--dgrey) !important;
}
.txt-dgrey p,
.txt-dgrey ul li {
  color: var(--dgrey) !important;
}
.txt-blue {
  color: var(--blue) !important;
}
.bg-blue {
  background: var(--blue) !important;
}
.bg-ligblue {
  background: var(--ligBlue) !important;
}
.comm-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comm-cont p {
  color: var(--black);
  font-size: var(--fs18);
}
.comm-cont ul ul {
  margin-top: 16px;
}
.comm-cont ul ul li::before {
  border-radius: 0;
  width: 8px;
  height: 2px;
}
.comm-cont ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  color: var(--black);
  font-size: var(--fs18);
}
.comm-cont ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 10px;
  left: 0;
  background: var(--green);
}
.comm-cont ul li:last-child {
  margin-bottom: 0;
}
.comm-btn-flex {
  display: flex;
  gap: 16px;
}
.comm-btn-flex .comm-nav-icon:first-child i {
  rotate: 180deg;
}
.comm-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid var(--black);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav-icon:hover {
  background: var(--black);
}
.comm-nav-icon:hover i {
  color: var(--white);
}
.comm-nav-icon i {
  color: var(--black);
  font-size: 12px;
}
.comm-nav-icon.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.comm-nav {
  cursor: pointer;
  width: 48px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.comm-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comm-nav.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.anim-text div {
  background: linear-gradient(to right, var(--white) 50%, var(--grey) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.3;
}
.comm-video-box {
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
}
.comm-video-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comm-pagination {
  margin-top: 60px;
}
.comm-pagination ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.comm-pagination li {
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.72px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comm-pagination li span {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.comm-pagination li a,
.comm-pagination li span {
  color: var(--black);
}
.comm-pagination li .next span,
.comm-pagination li .prev span {
  color: var(--maroon);
}
.comm-pagination li .current {
  background: var(--maroon);
  color: var(--white);
}
/* Most common end */
/*==========================================================================
=> Animation
==========================================================================*/
/* Text Focus Starts */
.text-focus-in {
  -webkit-animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* Text Focus Ends */
/* Fade Up Starts */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Fade Up Ends */
.jobs-container {
  position: relative;
}
.jobs-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--br40);
  background: #f3efec;
  padding: var(--spc40);
  width: 100%;
}
.jobs-box:not(:last-child) {
  margin-bottom: 16px;
}
.jobs-detail h3 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
  margin-bottom: 16px;
}
.jobs-detail .jobs-cat {
  margin-bottom: 16px;
}
.jobs-detail .jobs-cat ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.jobs-detail .jobs-cat li {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.03125vw;
  border-radius: 100px;
  padding: 8px 16px;
}
.jobs-detail .jobs-cat li:nth-child(odd) {
  background: rgba(0, 169, 143, 0.2);
}
.jobs-detail .jobs-cat li:nth-child(even) {
  background: rgba(252, 184, 36, 0.2);
}
.jobs-location h5 {
  opacity: 0.8;
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.03125vw;
  position: relative;
}
.jobs-location h5 b {
  font-weight: 600;
}
.jobs-wrap {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.job-elem-wrap-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 170px;
}
.job-elem-wrap-two img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.job-elem-wrap-one {
  position: absolute;
  right: 0;
  top: 30%;
  height: 130px;
  width: 110px;
}
.job-elem-wrap-one img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.job-arrow {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
.job-arrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.right-cards-txt {
  width: 100%;
  max-width: 610px;
  padding-right: 40px;
  position: relative;
  z-index: 10;
  background: var(--white, #ffffff);
}
.right-cards-txt .comm-nav {
  justify-content: flex-start;
}
.right-card {
  border-radius: var(--br40);
  background: #f3efec;
  overflow: hidden;
}
.right-img {
  width: 100%;
  aspect-ratio: 710/500;
  border-radius: var(--br40);
  overflow: hidden;
}
.right-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.right-txt {
  padding: var(--spc24) var(--spc40);
}
.right-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.025vw;
  margin-bottom: clamp(8px, 0.83vw, 16px);
}
.right-cards-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.right-cards-sec {
  overflow: hidden;
}
.right-swiper-wrap {
  min-width: 0;
  width: 100%;
  max-width: 1000px;
}
.right-card-swiper {
  overflow: visible;
}
.right-cards-cover {
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.comm-nav.nav-mob {
  display: none;
}
.skill-tab-box {
  background: url(../img/skill-tabs-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: clamp(12px, 1.25vw, 24px);
  width: 100%;
}
.skill-tab-box ul > li {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 600;
  line-height: normal;
  opacity: 0.4;
  border-radius: 16px;
  text-transform: uppercase;
  padding: clamp(14px, 0.83vw, 18px) clamp(14px, 0.83vw, 16px);
  position: relative;
  cursor: pointer;
}
.skill-tab-box ul > li.active {
  background: #f3efec;
  opacity: 1;
}
.skill-tab-box ul > li.active::after {
  background: var(--orange, #ee7623);
  opacity: 1;
}
.skill-tab-box ul > li::after {
  content: "";
  height: 8px;
  width: 8px;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  border-radius: 50%;
}
.skill-tabs-left {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.skill-elem-wrap {
  width: 120px;
  aspect-ratio: 1/1;
}
.skill-elem-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.skill-card {
  border-radius: var(--br40);
  background: #f3efec;
}
.skill-img {
  width: 100%;
  aspect-ratio: 420/300;
  border-radius: var(--br40);
  overflow: hidden;
}
.skill-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.skill-txt {
  padding: 24px;
}
.skill-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
}
.skill-tab-wrap {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.skill-tab-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.skill-tab-content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.ss-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  width: 100%;
}
.ss-card-img {
  width: 565px;
  aspect-ratio: 565/600;
  border-radius: var(--br40);
  overflow: hidden;
}
.ss-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ss-card-txt {
  min-height: 420px;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
}
.ss-card-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs36);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03125vw;
}
.ss-num-wrap {
  width: 80px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(24px, 3.13vw, 60px);
}
.ss-num-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.orange-dot {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--orange, #ee7623);
}
.skill-swiper-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.skill-swiper {
  overflow: visible;
}
.ss-txt-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.vision-txt h5 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  letter-spacing: -0.025vw;
  margin-bottom: 16px;
}
.vision-card {
  border-radius: var(--br40);
  background: #f3efec;
  padding: var(--spc40);
  height: 100%;
}
.vision-card .ss-num-wrap {
  height: 70px;
  width: 50px;
  margin-bottom: 54px;
}
.vision-card:nth-child(odd) {
  transform: rotate(2deg);
}
.vision-card:nth-child(even) {
  transform: rotate(-2deg);
}
.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  gap: 24px 40px;
}
.about-container:not(:last-child) {
  margin-bottom: clamp(40px, 10vw, 180px);
}
.about-left {
  width: 100%;
  max-width: 440px;
}
.about-left .comm-txt p:not(:last-child) {
  margin-bottom: clamp(16px, 1.67vw, 30px);
}
.about-right {
  width: 100%;
  max-width: 860px;
  border-radius: clamp(16px, 1.6vw, 60px);
  background: #f3efec;
}
.about-txt {
  padding: var(--spc90);
}
.about-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.03125vw;
}
.about-elem-wrap {
  height: 160px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: -90px;
}
.about-elem-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.about-sec .about-container:nth-child(even) {
  flex-direction: row-reverse;
}
.about-sec .about-container:nth-child(even) .about-elem-wrap {
  left: unset;
  right: -50px;
  height: 120px;
  width: 120px;
}
.about-img {
  width: 100%;
  aspect-ratio: 860/500;
  border-radius: clamp(16px, 1.6vw, 60px);
  overflow: hidden;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.app-swiper-wrap {
  width: 360px;
  aspect-ratio: 0.5;
  margin: 0 auto;
  padding: 8px;
  position: relative;
}
.app-swiper-wrap .comm-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: calc(100% + 200px);
  left: -100px;
  justify-content: space-between;
}
.app-swiper-frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.app-swiper-frame img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.app-swiper {
  overflow: visible;
}
.app-swiper .swiper-slide {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.app-swiper .swiper-wrapper {
  align-items: center;
}
.app-swiper .swiper-slide-active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.app-swiper .swiper-slide-active .app-img {
  transform: scale(1);
}
.app-img {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
  overflow: hidden;
  border-radius: var(--br40);
  transition: 0.5s;
}
.app-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.swiper-acc-right {
  width: 100%;
  max-width: 710px;
}
.swiper-acc-right .acc-container {
  width: 100%;
}
.swiper-acc-right .accordion {
  padding: 40px;
}
.swiper-acc-right .accordion::before,
.swiper-acc-right .accordion::after {
  display: none;
}
.swiper-acc-right .acc-item {
  border-radius: var(--br40);
  background: var(--white, #ffffff);
  position: relative;
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.swiper-acc-right .acc-item:not(:last-child) {
  margin-bottom: 16px;
}
.swiper-acc-right .acc-item::after {
  content: "";
  height: 4px;
  width: 100%;
  background: url(../img/panel-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
.swiper-acc-right .acc-item.active {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.swiper-acc-right .acc-item.active::after {
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.4s ease-in-out;
}
.swiper-acc-right .acc-item.active .accordion {
  padding: 40px 40px 16px 40px;
}
.swiper-acc-right .panel {
  position: relative;
}
.swiper-acc-left {
  width: 100%;
  max-width: 710px;
}
.acc-swiper {
  width: 100%;
}
.swiper-acc-img {
  width: 100%;
  aspect-ratio: 710/560;
  border-radius: var(--br40);
  overflow: hidden;
  user-select: none;
  -moz-window-dragging: none;
}
.swiper-acc-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-acc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.special-left {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-left .comm-head-wrap {
  position: sticky;
  top: var(--header-height);
  padding-bottom: var(--sp-elem-height);
}
:root {
  --sp-elem-height: 214px;
}
.special-elem {
  width: var(--sp-elem-height);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.special-elem img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.special-right {
  width: 100%;
  max-width: 1150px;
}
.special-card {
  display: flex;
  align-items: center;
  gap: 20px 0px;
  border-radius: var(--br40);
  background: var(--white, #ffffff);
}
.special-card:not(:last-child) {
  margin-bottom: 40px;
}
.special-card-txt {
  width: 100%;
  max-width: 460px;
  padding: 20px var(--pad60);
}
.special-card-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
  margin-bottom: 16px;
}
.special-card-txt ul > li {
  position: relative;
  margin-left: 24px;
}
.special-card-txt ul > li:has(h5) {
  margin-bottom: clamp(16px, 1.67vw, 30px);
}
.special-card-txt ul > li h5,
.special-card-txt ul > li p {
  opacity: 0.8;
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03125vw;
}
.special-card-txt ul > li h5 {
  font-weight: 600;
}
.special-card-txt ul > li::before {
  content: "";
  height: 3px;
  width: 3px;
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 11px;
  left: -16px;
}
.special-card-img {
  width: 564px;
  aspect-ratio: 564/500;
  border-radius: var(--br40);
  overflow: hidden;
}
.special-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.special-container {
  display: flex;
  justify-content: space-between;
}
.dropdown-wrap {
  border-radius: 16px;
  background: #f3efec;
  width: calc(50% - 7px);
  position: relative;
  cursor: pointer;
}
.dropdown-wrap.active .dropdown-options {
  clip-path: inset(0 0 0 0);
  transition: all 0.4s ease-in-out;
}
.dropdown-wrap::after {
  content: "";
  height: 6px;
  width: 16px;
  background: url(../img/testimonial-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  user-select: none;
}
.dropdown-wrap h4 {
  color: #6b7589;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  user-select: none;
}
.dropdown-options {
  background: #fff;
  border: 1px solid #d5ccc5;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: all 0.4s ease-in-out;
}
.dropdown-options ul > li {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  cursor: pointer;
  padding: 6px 16px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.dropdown-options ul > li:hover,
.dropdown-options ul > li.active {
  background: #e76231;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.dropdown-box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 550px;
  flex: 1;
}
.dropdown-box h5 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01875vw;
}
.testimonial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(24px, 3.13vw, 60px);
  gap: 20px 40px;
}
.cat-txt {
  padding: 18px 22px;
}
.test-card {
  padding: var(--spc40);
  background: url(../img/testimonial-bg.png) no-repeat;
  background-size: 100% 100%;
}
.testimonial-txt h5 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.01875vw;
}
.testimonial-txt h5 span {
  font-weight: 600;
}
.testimonial-txt .comm-txt {
  margin-bottom: clamp(20px, 2.08vw, 40px);
}
.testimonial-quote {
  height: 24px;
  width: 36px;
  overflow: hidden;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.testimonial-quote img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.img-gal-wrap {
  background: #f3efec;
  border: 10px solid #f3efec;
  border-radius: clamp(30px, 3vw, 60px);
  height: 500px;
  width: 100%;
}
.img-gal-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.img-gal-swiper {
  overflow: visible;
  min-width: 0;
  height: 100%;
}
.img-gal-swiper .swiper-slide {
  width: auto;
}
.img-gal-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.faq-elem-wrap {
  width: 220px;
  height: 160px;
}
.faq-elem-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.lead-form-faq .faq-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lead-form-wrap {
  background: url(../img/form-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: var(--spc60);
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.lead-form-wrap .button {
  line-height: 100%;
  height: 60px;
  padding: 16px 24px;
}
.lead-form-container {
  position: relative;
}
.lead-form-elem1 {
  width: 90px;
  height: 120px;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.lead-form-elem1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.lead-form-elem2 {
  width: 90px;
  height: 120px;
  position: absolute;
  top: 10%;
  right: 0;
}
.lead-form-elem2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.support-container {
  display: flex;
  align-items: flex-start;
  gap: 20px 40px;
}
.support-left {
  border-radius: var(--br24);
  background: url(../img/support-index.png) no-repeat;
  background-size: 100% 100%;
  padding: var(--spc40) var(--spc32);
  width: 100%;
  max-width: 570px;
}
.support-left ol > li {
  color: var(--black, #000000);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  /* 333.333% */
  letter-spacing: 0.03125vw;
  cursor: pointer;
  margin-left: 36px;
}
.support-right {
  width: 100%;
  max-width: 1090px;
  flex: 1;
}
.support-right p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.66;
  /* 166.667% */
  letter-spacing: 0.03125vw;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.support-right h1,
.support-right h2,
.support-right h3,
.support-right h4,
.support-right h5,
.support-right h6 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.03125vw;
  margin-bottom: clamp(12px, 1.25vw, 20px);
}
.support-right ul > li {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.66;
  /* 166.667% */
  letter-spacing: 0.03125vw;
  margin-left: 24px;
  position: relative;
}
.support-right ul > li::before {
  content: "";
  height: 3px;
  width: 3px;
  background: #000;
  position: absolute;
  top: 13px;
  left: -20px;
}
.support-right ul {
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.pr-form-sec .lead-form-elem1 {
  bottom: unset;
  top: 10%;
}
.pr-form-sec .lead-form-elem2 {
  bottom: 10%;
  top: unset;
  height: 180px;
  width: 120px;
}
.benifit-card {
  border-radius: var(--br40);
  background: #f3efec;
  padding: var(--spc60);
}
.benifit-card h5 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
  margin-bottom: 16px;
}
.benifit-card p {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03125vw;
  margin-bottom: clamp(16px, 1.67vw, 30px);
}
.benifit-card ul > li {
  opacity: 0.8;
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03125vw;
  position: relative;
  margin-left: 24px;
}
.benifit-card ul > li::before {
  content: "";
  height: 3px;
  width: 3px;
  opacity: 0.8;
  background: var(--black, #000000);
  position: absolute;
  top: 10px;
  left: -18px;
}
.benifits-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.enquire-txt {
  width: 100%;
  max-width: 850px;
  position: relative;
  z-index: 10;
}
.enquire-txt .comm-head-wrap {
  margin-bottom: clamp(24px, 3vw, 70px);
}
.enquire-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  top: 0;
  right: 0;
  z-index: -1;
}
.enquire-bg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.enquire-sec {
  height: 900px;
}
.process-card {
  background: url(../img/process-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: var(--br40);
  display: flex;
  align-items: center;
}
.process-img {
  width: 440px;
  aspect-ratio: 440/400;
  border-radius: var(--br40);
  overflow: hidden;
}
.process-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.process-txt {
  padding: 0 var(--spc60);
  width: 100%;
  max-width: 590px;
}
.process-txt ol > li {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 2.22;
  letter-spacing: 0.03125vw;
  margin-left: 24px;
}
.process-left {
  width: 100%;
  max-width: 1030px;
}
.process-left .comm-tab-wrap {
  width: 100%;
  margin-bottom: var(--spc90);
}
.process-left .tabs {
  justify-content: flex-start;
}
.process-left .tabs ul > li {
  background: #f3efec;
}
.process-left .tabs ul > li.active {
  background: var(--yellow, #fcb824);
}
.comm-list ul > li {
  opacity: 0.8;
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 2.22;
  letter-spacing: 0.03125vw;
  position: relative;
  margin-left: 24px;
}
.comm-list ul > li::before {
  content: "";
  height: 3px;
  width: 3px;
  opacity: 0.8;
  background: var(--black, #000000);
  position: absolute;
  top: 18px;
  left: -18px;
}
.why-wrap .comm-head {
  margin-bottom: 24px;
}
.why-wrap .comm-list {
  margin-bottom: var(--spc40);
}
.why-stat-wrap {
  padding: var(--spc40) var(--spc60);
  border-radius: var(--br40);
  background: #f3efec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-stat-box {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: clamp(40px, 5vw, 80px);
  width: 100%;
}
.why-stat-box h5 {
  color: var(--yellow, #fcb824);
  font-family: "Bernino Sans";
  font-size: var(--fs46);
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.0479vw;
  margin-bottom: 12px;
}
.why-stat-box:first-child {
  padding-left: 0;
  padding-right: clamp(40px, 5vw, 80px);
}
.why-stat-box:nth-child(2) {
  padding-left: clamp(40px, 5vw, 80px);
  padding-right: clamp(40px, 5vw, 80px);
}
.why-stat-box:nth-child(2) h5 {
  color: var(--blue, #005cb9);
}
.why-stat-box:nth-child(3) {
  border-right: none;
}
.why-stat-box:nth-child(3) h5 {
  color: var(--green, #00a98f);
}
.process-right {
  width: 100%;
  max-width: 570px;
}
.process-right .form-title.sm {
  color: var(--black, #000000);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.025vw;
}
.process-right .lead-form-wrap {
  padding: var(--spc40);
  background: none;
}
.process-right .lead-form-wrap .checkbox-box {
  display: flex;
}
.admission-form-wrap {
  background: url(../img/form-bg.png) no-repeat;
  background-size: 100% 100%;
  position: sticky;
  top: calc(var(--header-height));
  overflow: hidden;
  margin: 0 auto;
}
.process-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.scoop-card {
  border-radius: clamp(24px, 3.13vw, 60px);
  background: #f3efec;
  padding: 10px;
}
.scoop-img {
  border-radius: clamp(24px, 3.13vw, 60px);
  background: #fff;
  width: 100%;
  aspect-ratio: 564/350;
  overflow: hidden;
}
.scoop-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scoop-txt {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scoop-txt h5 {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0333vw;
}
.scoop-card-sec .dropdown-wrap {
  max-width: 200px;
}
.newsletter-wrap {
  border-radius: 60px;
  background: #f3efec;
  padding: var(--spc90);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}
.email-wrap {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.email-wrap input {
  background: #fff;
  height: 64px;
  padding: 4px 4px 4px 24px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 16px;
}
.email-wrap .button {
  padding: 16px 24px;
  height: auto;
  line-height: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.newsletter-txt {
  width: 100%;
  max-width: 800px;
}
.newsletter-txt .comm-head {
  text-align: center;
}
.pdf-wrap {
  border-radius: var(--br40);
  background: #f3efec;
  padding: 24px;
  width: 1152px;
  aspect-ratio: 1152/824;
  margin: 0 auto;
}
.pdf-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pdf-container {
  position: relative;
}
.payment-form-sec .lead-form-wrap form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.overview-sec .comm-animated-wrap {
  padding-bottom: var(--spc90);
}
html,
body {
  width: 100%;
}
body {
  cursor: none;
}
.fake-cursor {
  position: fixed;
  width: 40px;
  height: 80px;
  pointer-events: none;
  z-index: 999999;
  object-fit: contain;
  transform: translateX(-20%) rotate(-25deg);
}
.fake-cursor.hidden {
  opacity: 0;
}
a:hover {
  cursor: none;
}
@keyframes cursorShake {
  0% {
    transform: scale(1.3) translateX(-20%) rotate(-20deg);
  }
  25% {
    transform: scale(1.3) translateX(-20%) rotate(-26deg);
  }
  50% {
    transform: scale(1.3) translateX(-20%) rotate(-18deg);
  }
  75% {
    transform: scale(1.3) translateX(-20%) rotate(-24deg);
  }
  100% {
    transform: scale(1.3) translateX(-20%) rotate(-20deg);
  }
}
.fake-cursor.hover {
  animation: cursorShake 0.35s infinite;
}
.container {
  max-width: 1680px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
}
.comm-section {
  padding: var(--spc90) 0;
  position: relative;
}
.main-head {
  font-size: var(--fs72);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.11;
  margin-top: var(--spc24);
}
.small-txt {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.home-banner-txt {
  max-width: 1210px;
  margin: auto;
}
.home-banner {
  height: calc(100vh - var(--header-height));
  position: relative;
  padding-top: 54px;
}
.home-banner-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 10%;
  display: flex;
  justify-content: center;
}
.home-banner-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%), radial-gradient(44% 60% at 50% 85%, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
}
.home-banner-video video {
  width: 90%;
  height: 100%;
  object-position: 50% 40%;
  object-fit: cover;
  position: relative;
  display: block;
  border: 1px solid #fff;
}
.cream-bg {
  border-radius: clamp(64px, 4vw, 90px);
  background: #f3efec;
}
.cream-bg .blog-list-card {
  background: #fff;
}
.comm-head {
  color: var(--black, #000000);
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.01vw;
  text-transform: uppercase;
}
.comm-head.xl {
  font-size: var(--fs72);
}
.comm-head.sm {
  font-size: var(--fs42);
}
.comm-txt p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  opacity: 0.8;
}
.about-cards {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.about-card {
  height: 450px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.about-card .sc-img {
  width: auto;
  height: 110px;
  aspect-ratio: 1;
  border-radius: var(--br40);
  overflow: hidden;
  object-fit: contain;
  max-width: none;
  margin-bottom: 8px;
}
.about-card h3 {
  text-align: center;
  font-size: var(--fs46);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.92px;
  margin-bottom: 16px;
}
.about-card h4 {
  color: #000;
  text-align: center;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.about-card p {
  color: var(--black, #000000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  opacity: 0.8;
}
.about-card.yellow {
  background: url(../img/about-yellow.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-5deg);
}
.about-card.yellow h3 {
  color: var(--yellow, #fcb824);
}
.about-card.blue {
  background: url(../img/about-blue.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(3deg);
}
.about-card.blue h3 {
  color: var(--blue);
}
.about-card.green {
  background: url(../img/about-green.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-3deg);
}
.about-card.green h3 {
  color: var(--green);
}
.animated-txt {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: clamp(40px, 4vw, 120px) 0;
  max-width: 1120px;
  margin: auto;
  display: inline-block;
  column-gap: clamp(8px, 1vw, 20px);
  align-items: center;
  width: auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  text-align: center;
}
.animated-txt span {
  color: var(--black, #000000);
  display: inline-block;
  font-size: var(--fs90);
  font-style: normal;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 clamp(4px, 1vw, 12px);
}
.animated-txt img {
  width: clamp(60px, 9vw, 140px);
  height: clamp(40px, 7vw, 100px);
  object-fit: contain;
  transform: translateY(-15%);
  margin: 0 clamp(4px, 1vw, 12px);
}
.animated-txt-small {
  padding: 0;
}
.animated-txt-small span {
  font-size: var(--fs56);
  line-height: 1.4;
}
.animated-txt-small span img {
  width: clamp(30px, 9vw, 56px);
  height: clamp(30px, 7vw, 68px);
}
.comm-animated-wrap {
  position: relative;
}
.comm-animated-wrap .comm-txt {
  max-width: 704px;
  margin: auto;
  margin-top: 16px;
}
.a-icon-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8%;
}
.a-icon-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8%;
}
.cards-wrap {
  display: flex;
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
  gap: 70px;
}
.card {
  height: 600px;
  width: calc(50% - 35px);
  overflow: hidden;
  border-radius: var(--br40);
  position: relative;
}
.card-tilted {
  background: #fff;
  height: 580px;
}
.card-tilted .card-txt {
  position: static;
}
.card-tilted .card-txt h4 {
  color: var(--black, #000000);
  text-align: center;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.card-tilted .card-txt p {
  color: var(--black, #000000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  max-width: 440px;
  margin: auto;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-tilted .card-img {
  height: 340px;
  border-radius: var(--br40);
  overflow: hidden;
}
.card-tilted .card-img img {
  object-fit: cover;
}
.t-icon {
  position: absolute;
  width: 10%;
}
.t-icon-1 {
  left: 0;
  top: 0;
  transform: translateX(-150%);
}
.t-icon-2 {
  top: 50%;
  right: 0;
  transform: translateX(150%);
}
.t-icon-3 {
  left: 0;
  bottom: 0;
  transform: translateY(30%);
}
.tilted-cards {
  padding-bottom: 150px;
  position: relative;
  padding-top: 24px;
}
.tilted-cards .card:nth-child(4n + 1) {
  transform: rotate(-5deg);
}
.tilted-cards .card:nth-child(4n + 2) {
  transform: rotate(3deg);
}
.tilted-cards .card:nth-child(4n + 3) {
  transform: rotate(5deg);
}
.tilted-cards .card:nth-child(4n + 4) {
  transform: rotate(-5deg);
}
.tilted-cards .card:nth-child(even) {
  position: relative;
  top: 130px;
}
.card-txt {
  position: absolute;
  z-index: 1;
  bottom: 0;
  border-radius: var(--br40);
  width: 100%;
  backdrop-filter: blur(20px);
  padding: 40px;
}
.card-txt h4 {
  color: var(--White, #ffffff);
  font-size: var(--fs28);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 8px;
}
.card-txt p {
  color: var(--White, #ffffff);
  font-family: "Bernino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.6px;
}
.prog-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
}
.prog-card-wrap {
  display: flex;
  gap: 80px;
}
.prog-card {
  --prog: 650px;
  width: var(--prog);
  height: var(--prog);
  overflow: hidden;
  border-radius: var(--br40);
  position: relative;
  display: block;
}
.prog-card:hover .prog-card-links {
  opacity: 1;
}
.prog-card:hover .prog-card-txt {
  background: #f3efec;
  transform: translateY(0px);
}
.prog-card:hover .prog-card-txt::after {
  opacity: 1;
}
.prog-card:hover .prog-card-txt .button {
  opacity: 1;
}
.prog-card:hover .prog-card-txt h4,
.prog-card:hover .prog-card-txt p {
  opacity: 1;
}
.prog-txt {
  max-width: 650px;
  width: 100%;
  flex-shrink: 0;
}
.prog-img {
  height: 100%;
  width: 100%;
}
.prog-img img {
  object-fit: cover;
}
.prog-card-txt {
  position: absolute;
  bottom: 0;
  padding: clamp(24px, 3.2vw, 60px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: translateY(calc(100% - 170px));
}
.prog-card-txt::after {
  content: url(../img/arrow-prog-txt.svg);
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.5s;
}
.prog-card-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs28);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: var(--spc24);
  transition: 0.5s;
}
.prog-card-txt p {
  color: var(--black, #000000);
  font-family: "Bernino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  opacity: 0.5;
  margin-bottom: var(--spc40);
  opacity: 0;
  transition: 0.5s;
}
.prog-card-txt .button {
  opacity: 0;
}
.small-head {
  color: var(--blue, #005cb9);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.small-head.orange {
  color: var(--orange);
}
.small-head.green {
  color: #00A98F;
}
.quotes {
  width: 64px;
  margin-bottom: 16px;
}
.testimonial-card {
  user-select: none;
  padding: clamp(24px, 3.2vw, 60px);
  background: #fff;
  border-radius: var(--br40);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.testimonial-card p {
  color: var(--000000, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.testimonial-swiper {
  overflow: visible;
}
.testimonial-swiper .swiper-slide {
  opacity: 0;
  transition: 0.5s;
  height: auto;
}
.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}
.testimonial-swiper .swiper-slide-prev {
  transform: rotate(-5deg) translateY(7%);
  opacity: 0.5;
}
.testimonial-swiper .swiper-slide-next {
  transform: rotate(5deg) translateY(7%);
  opacity: 0.5;
}
.comm-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.comm-nav .swiper-button-disabled {
  opacity: 0.3;
}
.comm-prev {
  transform: scaleX(-1);
}
.events-left {
  width: 55%;
  height: max-content;
  position: sticky;
  top: calc(var(--header-height) + 8px);
}
.events-left .comm-txt {
  max-width: 600px;
}
.events-wrap {
  display: flex;
  position: relative;
}
.event-card {
  height: 500px;
  width: 100%;
  border-radius: var(--br40);
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: var(--spc40);
  transform: rotate(-3deg);
}
.event-card:nth-child(even) {
  transform: rotate(3deg);
}
.event-img {
  height: 100%;
  width: 100%;
}
.event-img img {
  object-fit: cover;
}
.event-txt {
  padding: 40px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  backdrop-filter: blur(10px);
  width: 100%;
}
.event-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
}
.faq-wrapper {
  display: flex;
  gap: 100px;
}
.faq-head {
  max-width: 700px;
}
.prefooter-wrap {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.prefooter-wrap .comm-section,
.prefooter-wrap .container {
  height: 100%;
}
.card-img {
  height: 100%;
  width: 100%;
}
.card-img img {
  object-fit: cover;
}
.prefooter-head {
  z-index: 1;
  position: relative;
}
.prefooter-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
}
.prefooter-img::after {
  content: "";
  background: radial-gradient(46.68% 55.3% at 53.32% 55.3%, rgba(255, 255, 255, 0) 54.83%, #ffffff 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.prefooter-img video {
  width: 100%;
}
.blogs-card {
  display: flex;
  align-items: center;
  gap: var(--spc40);
}
.blog-txt .date {
  display: block;
  color: var(--black, #000000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.6;
}
.blog-txt h3 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.blog-txt p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
  line-height: normal;
  margin-bottom: var(--spc40);
}
.blogs-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}
.blogs-card:first-child {
  grid-row: span 3;
}
.blogs-card:first-child .blog-img {
  width: 593px;
  height: 512px;
  flex-shrink: 0;
  border-radius: var(--br40);
}
.blogs-card:first-child .blog-txt h3 {
  font-size: var(--fs24);
}
.blog-img {
  height: 160px;
  width: 180px;
  flex-shrink: 0;
  border-radius: var(--br24);
  overflow: hidden;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.comm-link {
  margin: 0;
  color: var(--orange, #ee7623);
  font-family: "Bernino Sans";
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
}
.footer-row {
  row-gap: 60px;
}
.footer-list h5 {
  color: var(--black, #000000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: var(--spc24);
  opacity: 0.7;
}
.footer-list li:last-child a {
  margin-bottom: 0;
}
.footer-list a {
  margin-bottom: 16px;
  color: var(--black, #000000);
  font-family: "Bernino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  text-transform: capitalize;
  opacity: 0.7;
  transition: 0.5s;
}
.footer-list a:hover {
  opacity: 1;
}
.foundtree-logo {
  width: 100%;
}
.copyrights {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spc60);
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: var(--spc60);
}
.copyrights p {
  color: var(--black, #000000);
  font-family: "Bernino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
  text-transform: capitalize;
}
.copyrights p a {
  font-weight: 900;
  color: #000;
}
.footer-list-contact li a {
  display: flex;
  gap: 16px;
}
.footer-list-contact li a img {
  width: 24px;
}
.social-icons {
  margin-top: var(--spc24);
}
.social-icons ul {
  display: flex;
  gap: 24px;
}
.social-icons ul li {
  width: 20px;
}
.social-icons ul li a {
  opacity: 0.6;
}
.social-icons ul li a:hover {
  opacity: 1;
}
.testimonial-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-bottom h4 {
  color: var(--black, #000000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
}
.testimonial-bottom h4 b {
  font-weight: 600;
}
.location-tag {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
}
.location-tag span {
  color: var(--black, #000000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.ratings {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(252, 184, 36, 0.1);
  width: max-content;
  margin-bottom: var(--spc24);
}
.ratings h5 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.breadcrumbs {
  display: flex;
  gap: 12px;
  margin-bottom: var(--spc24);
}
.breadcrumbs a {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.internal-head {
  color: var(--black, #000000);
  font-size: var(--fs64);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.internal-banner {
  padding: clamp(80px, 7.5vw, 185px) 0;
  position: relative;
}
.ib-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ib-txt {
  position: relative;
  z-index: 1;
}
.cards-swiper-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.cards-swiper-head .comm-nav {
  justify-content: flex-end;
  max-width: 140px;
}
.cards-swiper-section {
  position: relative;
}
.cards-swiper {
  overflow: visible;
}
.prog-card-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spc60);
}
.prog-card-bottom:after {
  content: "";
  background: linear-gradient(to top, #d3d3d3, transparent);
  filter: blur(40px);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.prog-card-bottom h4 {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
}
.prog-card-bottom .arrow {
  aspect-ratio: 1;
  width: 64px;
  position: relative;
  z-index: 1;
}
.age-tag {
  color: var(--blue, #005cb9);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  display: inline-flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
}
.prog-bottom-left {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.location-head {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: var(--spc48);
}
.location-head .comm-tab-box {
  width: auto;
  margin-bottom: 0;
}
.location-wrap .tab_container {
  max-width: none;
  width: 100%;
  overflow: hidden;
}
.location-wrap .tab_container iframe {
  width: 100%;
  height: 100%;
}
.location-wrap .tab_container .tab_container {
  min-height: 600px;
  border-radius: var(--br40);
}
.location-wrap .tab_container .tab_container .tab_content {
  display: none;
}
.location-wrap .tab_container .comm-tab-wrap {
  display: flex;
  width: 100%;
  gap: 24px;
}
.location-wrap .tab_container .tabs ul {
  flex-direction: column;
  width: 100%;
}
.location-wrap .tab_container .tabs ul li {
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  position: relative;
  background: url(../img/arrow-prog-txt.svg) no-repeat;
  background-position: center right 24px;
  background-color: #fff;
  background-size: 0;
}
.location-wrap .tab_container .tabs ul li.active {
  background-size: 46px;
  background-color: #fff;
}
.location-wrap .tab_container .tabs ul li h4 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.location-wrap .tab_container .tabs ul li p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  display: none;
  text-transform: capitalize;
  padding-right: 50px;
  margin-top: 12px;
}
.location-wrap .tab_container .comm-tab-box {
  width: 564px;
  flex-shrink: 0;
  align-items: normal;
}
.location-wrap .tab_container_inner {
  border: 4px solid #D5CCC5;
}
.sc-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sc-box {
  padding: 60px 70px 60px 80px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1445px;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  --increment: 60px;
  top: calc(var(--header-height) + (var(--i) * var(--increment)));
}
.sc-box.blue {
  background: url(../img/sc-blue.png) no-repeat;
  background-size: 100% 100%;
}
.sc-box.yellow {
  background: url(../img/sc-yellow.png) no-repeat;
  background-size: 100% 100%;
}
.sc-box.green {
  background: url(../img/sc-green.png) no-repeat;
  background-size: 100% 100%;
}
.sc-box.orange {
  background: url(../img/sc-orange.png) no-repeat;
  background-size: 100% 100%;
}
.sc-cont-box {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 90px;
  flex-shrink: 0;
}
.sc-num {
  max-width: 40px;
  aspect-ratio: 1;
}
.sc-img {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 1.66;
  border-radius: var(--br40);
  overflow: hidden;
}
.location-wrap .tab_container .tabs ul li.map-row {
  height: 360px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  outline: 0;
}
.location-wrap .tab_container .tabs ul li.map-row iframe {
  width: 100%;
  height: 1005;
  border: 0;
  margin: 0;
}
.swiper-marq {
  height: 700px;
  overflow: visible;
}
.swiper-marq .swiper-wrapper {
  transition-timing-function: linear;
}
.masonry {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 1fr;
  grid-template-rows: repeat(8, 1fr);
  gap: 16px;
  height: 100%;
  /* Grid placement */
}
.masonry .img {
  overflow: hidden;
  border-radius: 16px;
}
.masonry .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 40px;
  border: 10px solid #f3efec;
}
.masonry .img-1 {
  grid-column: 1;
  grid-row: 1 / span 5;
}
.masonry .img-2 {
  grid-column: 1;
  grid-row: 6 / span 3;
}
.masonry .img-3 {
  grid-column: 2;
  grid-row: 1 / span 4;
}
.masonry .img-4 {
  grid-column: 2;
  grid-row: 5 / span 4;
}
.masonry .img-5 {
  grid-column: 3;
  grid-row: 1 / span 3;
}
.masonry .img-6 {
  grid-column: 3;
  grid-row: 4 / span 5;
}
.daycare-img {
  width: 50%;
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}
.daycare-img img {
  object-fit: cover;
}
.daycare-txt {
  padding: var(--spc40);
  padding-left: 0;
}
.daycare-txt h4 {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.daycare-txt p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.6px;
}
.daycare-tag {
  margin-top: var(--spc60);
  color: var(--black, #000000);
  text-align: center;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  border-radius: 8px;
  background: rgba(252, 184, 36, 0.2);
  padding: 8px 24px;
  width: max-content;
}
.daycare-card {
  display: flex;
  align-items: center;
  gap: 64px;
  background: #fff;
  border-radius: 40px;
}
.why-d-card {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 560px;
  border-radius: 40px;
  background: var(--white, #ffffff);
  transform: rotate(3deg);
  padding: var(--spc60);
}
.why-d-card:nth-child(even) {
  transform: rotate(-5deg);
}
.why-d-card p {
  font-size: var(--fs56);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.01vw;
  text-align: center;
}
.why-d-card p span {
  font-size: var(--fs56);
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.why-d-card p span.o {
  color: var(--orange, #ee7623);
}
.why-d-card p span.y {
  color: var(--yellow);
}
.why-d-card p span.b {
  color: var(--blue);
}
.why-d-card p span.g {
  color: var(--green);
}
.comm-head-wrap.flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.comm-head-wrap.flex p {
  max-width: 711px;
}
.number-swiper {
  overflow: visible;
}
.number-swiper .swiper-slide {
  counter-increment: item;
}
.number-swiper .num::after {
  content: " " counter(item);
  color: var(--orange);
  font-size: var(--fs64);
  font-weight: 900;
}
.number-card-head {
  padding: var(--spc40);
  display: flex;
  align-items: center;
  gap: 24px;
}
.number-card-head h4 {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
.number-card {
  border-radius: 40px;
  background: #f3efec;
}
.number-card-img {
  border-radius: 40px;
}
.three-card-wrap .card {
  width: 100%;
}
.three-card-wrap .f-col:nth-child(odd) {
  transform: rotate(3deg);
}
.three-card-wrap .f-col:nth-child(even) {
  transform: rotate(-3deg);
}
.blog-tabs ul li {
  background: #F3EFEC;
}
.blog-list-card {
  border-radius: var(--br40);
  background: #F3EFEC;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.blog-list-card:hover {
  transform: translateY(-4px);
}
.blog-list-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--br40);
}
.blog-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list-txt {
  padding: var(--spc40);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-list-txt .blog-cat {
  color: var(--blue, #005cb9);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-list-txt h3 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list-txt .date {
  display: block;
  color: var(--black, #000000);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog-detail-banner {
  background: var(--white, #ffffff);
}
.blog-detail-banner-wrap {
  display: flex;
  align-items: center;
  gap: var(--spc60);
}
.blog-detail-banner-txt {
  width: 50%;
  flex-shrink: 0;
}
.blog-detail-banner-txt .small-head {
  margin-bottom: 16px;
}
.blog-detail-banner-txt .internal-head {
  margin-bottom: var(--spc24);
}
.blog-detail-banner-txt .date {
  display: block;
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  opacity: 0.5;
}
.blog-detail-banner-img {
  flex: 1;
  border-radius: var(--br24);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.blog-detail-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-wrap {
  display: flex;
  gap: clamp(40px, 8vw, 170px);
}
.blog-detail-main {
  flex: 1;
  min-width: 0;
}
.blog-detail-content .blog-img-duo-item img {
  margin: 0;
}
.blog-detail-content p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.3px;
  opacity: 0.8;
  margin-bottom: var(--spc16);
}
.blog-detail-content img {
  margin: var(--spc60) 0;
}
.blog-detail-content h4 {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: var(--spc16);
}
.blog-detail-content .newsletter-wrap {
  width: 100%;
  max-width: none;
}
.blog-img-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spc24);
  margin: var(--spc40) 0;
}
.blog-img-duo .blog-img-duo-item {
  border-radius: var(--br40);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.blog-img-duo .blog-img-duo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-callout {
  background: #f3efec;
  border-radius: var(--br40);
  padding: var(--spc60);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: var(--spc40);
}
.blog-callout h2 {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.01vw;
  margin-bottom: var(--spc16);
}
.blog-callout p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: var(--spc32);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.blog-callout-elem {
  position: absolute;
  bottom: 0;
  width: 100px;
}
.blog-callout-elem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-callout-elem.blog-callout-elem-l {
  left: 0;
}
.blog-callout-elem.blog-callout-elem-r {
  right: 0;
}
.blog-detail-sidebar {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spc24);
}
.sidebar-box {
  background: var(--white, #ffffff);
  border-radius: var(--br40);
  padding: var(--spc40);
  border: 1px solid #D5CCC5;
}
.sidebar-box.sticky {
  position: sticky;
  top: 40px;
}
.sidebar-box-head {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: var(--spc24);
}
.sidebar-prog-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-prog-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sidebar-prog-item span {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.sidebar-prog-img {
  width: 80px;
  aspect-ratio: 1.1;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar-prog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-cat-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sidebar-cat-list li a {
  color: var(--blue, #005cb9);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sidebar-cat-list li a:hover {
  opacity: 0.6;
}
.kids-activity-events {
  background: #f3efec;
}
.event-item-card {
  background: var(--white, #ffffff);
  border-radius: var(--br40);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.event-item-card:hover {
  transform: translateY(-4px);
}
.kidsActivitySwiper {
  overflow: visible;
}
.event-item-img {
  height: 400px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: var(--br40);
}
.event-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.event-item-card:hover .event-item-img img {
  transform: scale(1.04);
}
.event-item-txt {
  padding: var(--spc40);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.event-item-txt .button {
  width: max-content;
}
.event-item-title {
  color: var(--black, #000000);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02vw;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-item-desc {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.6;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 8px;
  margin-top: 4px;
  padding: var(--spc24) 0;
  border-block: 1px solid rgba(0, 0, 0, 0.1);
}
.event-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-meta-item span:last-child {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.event-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--orange, #ee7623);
}
.event-meta-icon img {
  width: 20px;
  height: 20px;
}
.kids-cards .blog-list-txt {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.kids-cards .blog-list-txt .arrow {
  width: 40px;
}
.pt0 {
  padding-top: 0 !important;
}
.past-events-gallery-wrap {
  overflow: hidden;
}
.pastEventsImgSwiper {
  overflow: visible;
  padding: 0 clamp(20px, 5vw, 80px);
}
.pastEventsImgSwiper .swiper-slide {
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pastEventsImgSwiper .swiper-slide-active {
  opacity: 1;
}
.past-event-img {
  border-radius: var(--br24);
  overflow: hidden;
  aspect-ratio: 4 / 2.2;
}
.past-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.past-events-video-wrap {
  overflow: hidden;
}
.pastEventsVideoSwiper {
  overflow: visible;
}
.pastEventsVideoSwiper .swiper-slide {
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pastEventsVideoSwiper .swiper-slide-active {
  opacity: 1;
}
.past-event-video-card {
  display: block;
  border-radius: var(--br24);
  overflow: hidden;
  position: relative;
  width: 60%;
  flex-shrink: 0;
}
.past-event-video-card:hover .past-event-video-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.past-event-video-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 60px;
}
.past-event-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.past-event-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.past-event-video-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pastEventsImgSwiper .swiper-slide .past-event-img {
  transform: scale(0.7);
  transition: 0.5s;
}
.pastEventsImgSwiper .swiper-slide-active .past-event-img {
  transform: scale(1);
}
.blog-detail-content .share-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: var(--spc60);
}
.blog-detail-content .share-wrap h5 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.6px;
}
.blog-detail-content .share-wrap ul {
  display: flex;
  gap: 12px;
}
.blog-detail-content .share-wrap ul li a {
  transform: scale(1);
}
.blog-detail-content .share-wrap ul li a:hover {
  transform: scale(0.8);
}
.blog-detail-content .share-wrap img {
  margin: 0;
}
.career-detail-section {
  padding-top: var(--spc48);
}
.career-detail-wrap {
  display: flex;
  gap: clamp(40px, 5vw, 80px);
  align-items: flex-start;
}
.career-detail-main {
  flex: 1;
  min-width: 0;
}
.career-detail-title {
  margin-bottom: var(--spc24);
}
.career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: var(--spc24);
}
.career-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: var(--fs16);
  font-weight: 600;
  line-height: 1.4;
}
.career-tag--exp {
  background: rgba(0, 169, 143, 0.12);
  color: var(--green, #00a98f);
}
.career-tag--edu {
  background: rgba(252, 184, 36, 0.15);
  color: var(--black, #000000);
  opacity: 0.8;
}
.career-meta {
  margin-bottom: var(--spc32);
}
.career-meta p {
  color: rgba(0, 0, 0, 0.8);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 4px;
}
.career-meta p strong {
  font-weight: 700;
}
.career-responsibilities {
  margin-top: var(--spc32);
}
.career-responsibilities-head {
  color: var(--black, #000000);
  font-size: var(--fs22);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: var(--spc16);
}
.career-responsibilities-content {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.8;
}
.career-responsibilities-content ol {
  padding-left: 20px;
  list-style: decimal;
}
.career-responsibilities-content ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 4px;
  margin-bottom: 8px;
}
.career-responsibilities-content li {
  margin-bottom: 4px;
  opacity: 0.8;
}
.career-responsibilities-content li li {
  opacity: 1;
}
.career-detail-sidebar {
  width: 564px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
.career-form-box {
  background: var(--white, #ffffff);
  border-radius: var(--br40);
  padding: var(--spc40);
  border: 1px solid #D5CCC5;
}
.career-form-box .form-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-form-label {
  display: block;
  color: var(--black, #000000);
  font-size: var(--fs16);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
.career-upload-grp {
  position: relative;
  margin-bottom: 24px;
}
.career-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 1.5px dashed var(--orange, #ee7623);
  background: transparent;
  color: var(--orange, #ee7623);
  font-size: var(--fs18);
  font-weight: 400;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.career-upload-btn:hover {
  background: rgba(238, 118, 35, 0.05);
}
.career-upload-btn::after {
  content: "Upload Resume";
  text-align: left;
}
.career-upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.career-upload-input::-webkit-file-upload-button {
  display: none;
  position: absolute;
  opacity: 0;
}
.career-upload-input.field--not-empty + span {
  opacity: 0;
}
.career-upload-input.field--not-empty .career-upload-btn::after {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .career-detail-wrap {
    flex-direction: column;
  }
  .career-detail-sidebar {
    width: 100%;
    position: static;
  }
}
@media all and (max-width: 640px) {
  .career-detail-section {
    padding-top: var(--spc32);
  }
  .career-form-box {
    padding: var(--spc24);
  }
}
.glimp-txt {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}
.glimp-txt .glimp-time {
  display: block;
  color: var(--black, #000000);
  text-align: right;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  border-radius: 8px;
  background: var(--yellow, #fcb824);
  padding: 3px 6px;
}
.glimp-txt h5 {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  margin-top: 16px;
  opacity: 0.8;
}
.glimpse-swiper .swiper-slide {
  height: auto;
}
.glimpse-swiper .blog-list-card {
  height: 100%;
}
.video-sec {
  display: flex;
  align-items: center;
  gap: 80px;
}
.vid-wrap {
  position: relative;
}
.vide-elem {
  position: absolute;
  bottom: 0;
  left: 30%;
  height: 40%;
}
.mob-buttons {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  display: none;
}
.mob-buttons a {
  display: block;
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--FFFFFF, #ffffff);
  text-align: center;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: var(--orange);
  border-radius: 0;
  padding: 0 14px;
}
.mob-buttons a:nth-child(2) {
  background: var(--green);
}
.pers-learn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  max-width: 1440px;
  margin: auto;
}
.pers-learn-txt {
  flex: 1;
  min-width: 0;
}
.pers-learn-head {
  color: var(--black, #000000);
  font-size: var(--fs48);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01vw;
  margin-bottom: var(--spc40);
}
.pers-learn-arrow {
  width: clamp(100px, 10vw, 180px);
  margin-left: auto;
}
.pers-learn-arrow img {
  width: 100%;
}
.pers-learn-media {
  width: 46%;
  flex-shrink: 0;
}
.pers-learn-img {
  margin-bottom: var(--spc40);
}
.pers-learn-img img {
  width: 100%;
  display: block;
  border-radius: var(--br24);
  object-fit: cover;
}
.pers-learn-caption {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.6;
}
.principal-wrap {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  max-width: 1440px;
  margin: auto;
}
.principal-img {
  width: 38%;
  flex-shrink: 0;
  border-radius: var(--br24);
  overflow: hidden;
}
.principal-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.principal-txt {
  flex: 1;
  min-width: 0;
}
.principal-body {
  margin-bottom: var(--spc24);
}
.principal-body p {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.7;
}
.principal-author {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.5;
}
.principal-author strong {
  font-weight: 700;
}
.meet-us-wrap {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 32px);
  max-width: 1440px;
  margin: auto;
}
.meet-us-map {
  width: calc(50% - 16px);
  flex-shrink: 0;
  border-radius: var(--br24);
  overflow: hidden;
  aspect-ratio: 1.2;
}
.meet-us-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.meet-us-info {
  flex: 1;
  min-width: 0;
}
.meet-us-cards {
  display: flex;
  flex-direction: column;
  gap: var(--spc16);
}
.meet-us-card {
  background: var(--white, #ffffff);
  border-radius: var(--br20);
  padding: clamp(16px, 1.5vw, 24px) clamp(20px, 2vw, 32px);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.meet-us-card--contact {
  flex-direction: column;
  gap: 12px;
}
.meet-us-card-icon {
  flex-shrink: 0;
  width: 22px;
}
.meet-us-card-icon img {
  width: 100%;
  display: block;
}
.meet-us-card-txt {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.6;
}
.meet-us-card-txt p {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.6;
}
.meet-us-card-txt a {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.6;
}
.meet-us-contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.team-card {
  background: var(--white);
  border-radius: var(--br40);
  overflow: hidden;
}
.team-card-img {
  aspect-ratio: 0.92;
  border-radius: var(--br40);
  overflow: hidden;
}
.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: clamp(14px, 1.5vw, 20px) clamp(16px, 1.5vw, 24px);
}
.team-card-name {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.team-card-role {
  display: block;
  font-size: var(--fs18);
  color: rgba(0, 0, 0, 0.6);
}
.team-card-linkedin {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card-linkedin img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-about-cards,
.swiper-tilted-cards {
  overflow: visible;
}
@media (min-width: 641px) {
  .cards-wrap.swiper {
    overflow: visible;
  }
  .swiper-about-cards {
    overflow: visible;
  }
  .swiper-about-cards .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .swiper-about-cards .comm-nav {
    display: none;
  }
  .swiper-about-cards .swiper-slide {
    flex-shrink: unset;
  }
  .cards-wrap .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
  }
  .swiper-tilted-cards .comm-nav {
    display: none;
  }
}
.contact-form-main {
  row-gap: 24px;
}
.awards-wrap {
  display: flex;
  gap: var(--spc90);
  align-items: center;
  max-width: 1440px;
  margin: auto;
}
.awards-img {
  flex-shrink: 0;
  aspect-ratio: 1.4;
  width: 50%;
}
.contact-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-details a {
  display: flex;
  align-items: center;
  margin-bottom: var(--spc32);
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 100% */
  text-transform: capitalize;
}
.contact-details a img {
  width: 24px;
  margin-right: 8px;
}
.readiness-test-sec {
  padding: var(--spc90) 0;
  position: relative;
  overflow: hidden;
}
.readiness-test-sec .container {
  position: relative;
}
.readiness-test-sec .readiness-float-icon {
  position: absolute;
  right: clamp(20px, 5vw, 90px);
  top: clamp(40px, 6vw, 120px);
  width: clamp(60px, 5vw, 90px);
  z-index: 2;
}
.readiness-test-sec .readiness-float-icon img {
  width: 100%;
  height: auto;
}
.readiness-test-img {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  height: clamp(300px, 36.5vw, 700px);
  border-radius: var(--br40);
  overflow: hidden;
}
.readiness-test-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.readiness-test-card {
  max-width: 1150px;
  margin: 0 auto;
  background: var(--white, #ffffff);
  border-radius: var(--br40);
  padding: clamp(40px, 4.17vw, 80px) clamp(24px, 3.13vw, 60px);
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #D5CCC5;
}
.readiness-test-content {
  max-width: 792px;
  margin: 0 auto;
}
.readiness-test-head {
  color: var(--black, #000000);
  font-size: var(--fs56);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: var(--spc16);
}
.readiness-test-desc {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.6px;
  opacity: 0.8;
  margin-bottom: var(--spc40);
}
.readiness-test-elems {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(16px, 2vw, 40px);
  margin-top: var(--spc40);
  min-height: clamp(80px, 10vw, 160px);
}
.readiness-test-elems .readiness-elem {
  width: auto;
  flex-shrink: 0;
}
.readiness-test-elems .readiness-elem img {
  width: auto;
  height: auto;
}
.social-links-wrap a {
  display: block;
}
.social-links-wrap ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prog-card-links {
  opacity: 0;
  transition: 0.5s;
}
.prog-card-links a {
  display: block;
  margin-bottom: 24px;
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding: var(--spc40);
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.prog-card-links a:nth-child(3n+1) {
  background: url(../img/prog-border-1.png) no-repeat;
  background-size: 100% 100%;
}
.prog-card-links a:nth-child(3n+2) {
  background: url(../img/prog-border-2.png) no-repeat;
  background-size: 100% 100%;
}
.prog-card-links a:nth-child(3n+3) {
  background: url(../img/prog-border-3.png) no-repeat;
  background-size: 100% 100%;
}
.prog-card-links a:last-child {
  margin-bottom: 0;
}
.prog-links .prog-card-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prog-links .prog-card-txt::after {
  display: none;
}
.quiz-section {
  display: none;
}
.quiz-section.is-visible {
  display: block;
}
.is-hidden {
  display: none !important;
}
.quiz-card {
  max-width: 1150px;
  margin: 0 auto;
  background: var(--white, #ffffff);
  border-radius: var(--br40);
  padding: clamp(40px, 4.17vw, 80px) clamp(24px, 3.13vw, 60px);
  border: 1px solid #D5CCC5;
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 640px) {
  .quiz-card {
    border-radius: var(--br24);
    padding: 32px 20px;
  }
}
.quiz-header {
  text-align: center;
  margin-bottom: var(--spc32);
}
.quiz-header.is-hidden {
  display: none;
}
.quiz-title {
  color: var(--black, #000000);
  font-size: var(--fs56);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: var(--spc24);
}
.quiz-progress {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.quiz-progress__bar {
  height: 4px;
  width: clamp(40px, 5vw, 72px);
  border-radius: 4px;
  background: #D5CCC5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.quiz-progress__bar.is-filled {
  background: var(--orange, #ee7623);
}
.quiz-step {
  display: none;
}
.quiz-step.is-active {
  display: block;
}
.quiz-question {
  color: var(--black, #000000);
  font-size: var(--fs24);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  opacity: 0.8;
  margin-bottom: var(--spc24);
}
.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: var(--spc32);
  max-width: 850px;
  margin: auto;
}
.quiz-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 30%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.quiz-option input[type="radio"],
.quiz-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.quiz-option__check {
  width: 22px;
  height: 22px;
  border: 2px solid #D5CCC5;
  border-radius: 6px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.quiz-option__check::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--orange, #ee7623);
  border-radius: 3px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.quiz-option__label {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.quiz-option input:checked ~ .quiz-option__check {
  border-color: var(--orange, #ee7623);
}
.quiz-option input:checked ~ .quiz-option__check::after {
  opacity: 1;
}
.quiz-option input:checked ~ .quiz-option__label {
  opacity: 1;
  font-weight: 600;
}
.quiz-option:hover .quiz-option__check {
  border-color: var(--orange, #ee7623);
}
.quiz-input-wrap {
  margin-bottom: var(--spc32);
}
.quiz-input-wrap .form-field {
  width: 100%;
}
.quiz-nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: var(--spc60);
}
.quiz-nav--end {
  justify-content: flex-end;
}
.quiz-nav__back {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--black, #000000);
}
.quiz-nav__back:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.4);
  color: var(--black, #000000);
}
.quiz-contact-intro {
  color: var(--black, #000000);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  opacity: 0.8;
  max-width: 520px;
  margin: 0 auto var(--spc32);
}
.quiz-contact-title {
  color: var(--black, #000000);
  font-size: var(--fs48);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: var(--spc40);
}
.quiz-contact-form .quiz-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media all and (max-width: 640px) {
  .quiz-contact-form .quiz-form-row {
    grid-template-columns: 1fr;
  }
}
.quiz-contact-form .form-grp {
  margin-bottom: 0;
}
.quiz-contact-form .button {
  display: block;
  margin: var(--spc32) auto 0;
}
.quiz-select-wrap {
  position: relative;
}
.quiz-select-wrap select.form-field {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23000' stroke-opacity='0.5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #F3EFEC;
}
/* header */
:root {
  --menuWidth: 300px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.head-right {
  display: flex;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}
.header-container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 100%;
}
.drop {
  position: relative;
}
.drop > a:after {
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../img/drop-down-arrow.svg) no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}
.drop ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 40px;
  padding: 10px;
  left: 50%;
  width: 270px;
  margin-left: -150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.drop ul li {
  padding: 0;
}
.drop ul li:last-of-type {
  border-bottom: 0;
}
.drop ul li a {
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
}
.drop ul li a:hover {
  background: #eee;
  color: #000;
}
.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
}
.menuBtn {
  display: flex;
  align-items: center;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li {
  padding: 7px 24px;
}
.header-list li a {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  opacity: 0.7;
}
.header-list li a:hover {
  opacity: 1;
}
.fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
  transform: translateY(-100%);
  transition: 0.5s;
}
.fixHeader.down {
  transform: translateY(0);
}
.menuBtn .button {
  margin-left: 20px;
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #000;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
  border-bottom: 1px solid #E2E8F4;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 20px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: var(--orange);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: var(--orange);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 2px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 1440px) {
  .header-list li {
    padding: 7px 16px;
  }
}
@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .header-box {
    border-bottom: 1px solid #E2E8F4;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menuBtn .button {
    margin-right: 40px;
  }
}
@media all and (max-width: 576px) {
  .menuBtn .button {
    display: none;
  }
  .logo {
    width: 108px;
  }
}
@media all and (max-width: 1680px) {
  .jobs-wrap {
    max-width: 1050px;
  }
  .about-right {
    max-width: 760px;
  }
  .lead-form-wrap,
  .admission-form-wrap {
    max-width: 1060px;
  }
  .enquire-bg {
    max-width: 1300px;
  }
  .enquire-sec {
    height: 700px;
  }
  .admission-form-wrap {
    height: 600px;
    overflow-y: auto;
  }
  .why-stat-box {
    padding-left: 40px;
  }
  .why-stat-box:first-child {
    padding-right: 40px;
  }
  .why-stat-box:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }
  .process-right {
    max-width: 470px;
  }
}
@media all and (max-width: 1536px) {
  .ss-card-img {
    width: 515px;
    aspect-ratio: 515 / 550;
  }
  .about-right {
    max-width: 700px;
  }
  .about-container {
    max-width: 1250px;
  }
  .enquire-bg {
    max-width: 1100px;
  }
  .enquire-sec {
    height: 600px;
  }
}
@media all and (max-width: 1440px) {
  .jobs-wrap {
    max-width: 950px;
  }
  .job-arrow {
    width: 54px;
  }
  .skill-tabs-left {
    max-width: 350px;
  }
  .ss-card-img {
    width: 475px;
    aspect-ratio: 475 / 510;
  }
  .skill-swiper-wrap {
    max-width: 1040px;
  }
  .vision-card .ss-num-wrap {
    margin-bottom: 34px;
  }
  .about-container {
    max-width: 1150px;
  }
  .about-right {
    max-width: 600px;
  }
  .swiper-acc-left {
    max-width: 600px;
  }
  .swiper-acc-right .acc-item.active .accordion {
    padding: 30px 30px 16px 30px;
  }
  .swiper-acc-right .panel {
    padding: 0 30px 30px 30px;
  }
  .swiper-acc-right .accordion {
    padding: 30px;
  }
  .faq-elem-wrap {
    width: 160px;
    height: 110px;
  }
  .lead-form-wrap,
  .admission-form-wrap {
    max-width: 860px;
  }
  .enquire-bg {
    max-width: 950px;
  }
  .enquire-sec {
    height: 500px;
  }
  .admission-form-wrap {
    height: 550px;
  }
  .process-right {
    max-width: 370px;
  }
  .scoop-txt {
    padding: 16px 20px;
  }
}
@media all and (max-width: 1366px) {
  .jobs-wrap {
    max-width: 850px;
  }
  .job-elem-wrap-two {
    width: 90px;
    height: 150px;
  }
  .job-elem-wrap-one {
    height: 110px;
    width: 90px;
  }
  .right-cards-txt {
    max-width: 500px;
  }
  .skill-tabs-left {
    max-width: 330px;
  }
  .ss-card-img {
    width: 415px;
    aspect-ratio: 415 / 460;
  }
  .ss-card-txt {
    min-height: 320px;
  }
  .about-container {
    max-width: 1100px;
  }
  .about-right {
    max-width: 550px;
  }
  .about-txt {
    padding: 60px;
  }
  .swiper-acc-right .accordion {
    padding: 24px;
  }
  .swiper-acc-right .acc-item.active .accordion {
    padding: 24px 24px 16px 24px;
  }
  .swiper-acc-right .panel {
    padding: 0 24px 24px 24px;
  }
  .swiper-acc-left {
    max-width: 520px;
  }
  .img-gal-wrap {
    height: 400px;
  }
  .benifit-card {
    padding: 40px;
  }
  .admission-form-wrap {
    height: 450px;
  }
  .why-stat-box {
    padding-left: 30px;
  }
  .why-stat-box:first-child {
    padding-right: 30px;
  }
  .why-stat-box:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .process-container {
    flex-wrap: wrap;
  }
  .process-right {
    max-width: 100%;
  }
  .process-left {
    max-width: 100%;
  }
  .admission-form-wrap {
    height: 100%;
  }
  .admission-form-wrap .lead-form-wrap {
    padding: 40px;
  }
}
@media all and (max-width: 1200px) {
  .job-elem-wrap-one,
  .job-elem-wrap-two {
    display: none;
  }
  .ss-num-wrap {
    width: 50px;
    height: 80px;
  }
  .about-left {
    max-width: 400px;
  }
  .about-txt {
    padding: 50px;
  }
  .about-elem-wrap {
    height: 140px;
    width: 70px;
    left: -70px;
  }
  .about-sec .about-container:nth-child(even) .about-elem-wrap {
    left: unset;
    right: -30px;
    height: 100px;
    width: 100px;
  }
  .swiper-acc-right .acc-item.active .accordion {
    padding: 20px 20px 10px 20px;
  }
  .swiper-acc-right .panel {
    padding: 0 20px 20px 20px;
  }
  .swiper-acc-left {
    max-width: 420px;
  }
  .special-container {
    flex-wrap: wrap;
  }
  .special-container .comm-head-wrap {
    margin-bottom: clamp(24px, 3.13vw, 60px);
    position: static;
  }
  .special-container .comm-head-wrap .comm-head {
    text-align: center;
  }
  .special-left {
    max-width: 100%;
  }
  .special-elem {
    display: none;
  }
  .faq-elem-wrap {
    display: none;
  }
  .lead-form-elem1,
  .lead-form-elem2 {
    display: none;
  }
  .enquire-bg {
    max-width: 770px;
  }
  .enquire-sec {
    height: 100%;
  }
}
@media all and (max-width: 1024px) {
  .skill-tabs-left {
    max-width: 300px;
  }
  .ss-card-img {
    width: 375px;
    aspect-ratio: 375 / 420;
  }
  .vision-card .ss-num-wrap {
    height: 50px;
    width: 30px;
    margin-bottom: 34px;
  }
  .about-elem-wrap {
    left: -40px;
  }
  .img-gal-wrap {
    height: 300px;
  }
  .lead-form-container .a-icon-1,
  .lead-form-container .a-icon-2 {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .skill-elem-wrap {
    display: none;
  }
  .skill-tab-wrap {
    flex-wrap: wrap;
  }
  .skill-tab-box {
    background: url(../img/skill-tabs-bg-mob.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    overflow-x: auto;
  }
  .skill-tab-box ul {
    display: flex;
    align-items: center;
  }
  .skill-tab-box ul > li {
    text-wrap: nowrap;
    padding: 14px 36px 14px 12px;
  }
  .skill-tabs-left {
    max-width: 100%;
    overflow: hidden;
  }
  .ss-card-txt {
    min-height: 180px;
  }
  .ss-num-wrap {
    width: 40px;
    height: 70px;
  }
  .orange-dot {
    height: 16px;
    width: 16px;
  }
  .about-elem-wrap {
    display: none;
  }
  .about-container {
    flex-wrap: wrap;
  }
  .about-left {
    max-width: 100%;
  }
  .about-right {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .about-img {
    border-radius: 16px;
  }
  .swiper-acc-container {
    flex-wrap: wrap;
  }
  .swiper-acc-left {
    max-width: 100%;
  }
  .special-card {
    flex-wrap: wrap;
    gap: 0;
  }
  .special-card-img {
    width: 100%;
  }
  .special-card-txt {
    max-width: 100%;
  }
  .benifit-card {
    padding: 30px;
  }
  .enquire-bg {
    max-width: 660px;
  }
  .process-card {
    flex-wrap: wrap;
    gap: 24px;
    background: none;
  }
  .process-img {
    width: 100%;
    aspect-ratio: 340/250;
  }
  .process-txt {
    padding: 0;
  }
  .process-txt ol > li {
    line-height: 1.8;
  }
}
@media all and (max-width: 800px) {
  .enquire-bg {
    max-width: 550px;
  }
  .email-wrap .button {
    padding: 16px;
  }
}
@media all and (max-width: 768px) {
  .jobs-box {
    flex-wrap: wrap;
    gap: 24px;
  }
  .right-cards-container {
    flex-wrap: wrap;
  }
  .right-cards-container .comm-nav {
    display: none;
  }
  .right-cards-cover {
    display: none;
  }
  .comm-nav.nav-mob {
    display: flex;
  }
  .right-swiper-wrap .right-card-swiper {
    margin-bottom: 24px;
  }
  .why-stat-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .why-stat-box {
    width: calc(50% - 10px);
    border-right: none;
  }
  .why-stat-box {
    padding-left: 00px;
  }
  .why-stat-box:first-child {
    padding-right: 0px;
  }
  .why-stat-box:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 640px) {
  .skill-txt {
    padding: 20px;
  }
  .ss-card {
    flex-wrap: wrap;
  }
  .ss-card-img {
    width: 100%;
    aspect-ratio: 343/250;
  }
  .ss-card-txt {
    min-height: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
  }
  .ss-txt-bottom {
    margin-top: 14px;
    gap: 16px;
  }
  .ss-num-wrap {
    width: 30px;
    height: 60px;
  }
  .orange-dot {
    height: 12px;
    width: 12px;
  }
  .ss-num-wrap {
    margin-bottom: 0;
  }
  .vision-card {
    min-height: auto;
  }
  .vision-card .ss-num-wrap {
    height: 60px;
    width: 40px;
    margin-bottom: 46px;
  }
  .vision-txt h5 {
    font-size: 20px;
  }
  .about-txt {
    padding: 24px;
  }
  .about-img {
    width: 100%;
    aspect-ratio: 345/201;
  }
  .about-left .comm-head-wrap {
    text-align: center;
  }
  .swiper-acc-right .acc-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .swiper-acc-right .acc-item.active .accordion {
    padding: 12px 20px 10px 20px;
  }
  .swiper-acc-right .panel {
    padding: 0 20px 12px 20px;
  }
  .swiper-acc-img {
    aspect-ratio: 345/260;
  }
  .special-card-txt {
    padding: 20px 16px 40px;
  }
  .special-card-txt ul > li:has(h5) {
    margin-bottom: 30px;
  }
  .special-card-img {
    width: 100%;
    aspect-ratio: 345/260;
  }
  .testimonial-head {
    flex-wrap: wrap;
  }
  .dropdown-box {
    flex: unset;
    flex-wrap: wrap;
  }
  .dropdown-wrap {
    width: 100%;
  }
  .img-gal-wrap {
    height: 200px;
  }
  .lead-form-wrap {
    padding: 24px;
  }
  .lead-form-wrap .button {
    padding: 10px 12px;
    height: 40px;
  }
  .benifit-card {
    padding: 24px;
  }
  .enquire-bg {
    margin-top: -20px;
  }
  .enquire-bg {
    position: static;
    height: 330px;
  }
  .enquire-bg img {
    object-fit: cover;
  }
  .comm-section.enquire-sec {
    padding-bottom: 0;
  }
  .admission-form-wrap .lead-form-wrap {
    padding: 24px;
  }
  .why-stat-wrap {
    padding: 24px;
    gap: 24px;
  }
  .why-stat-box {
    width: 100%;
    max-width: 100%;
  }
  .why-stat-box h5 {
    margin-bottom: 6px;
  }
  .why-wrap .comm-list ul > li {
    font-size: 14px;
    line-height: 2;
  }
  .scoop-txt {
    padding: 16px;
  }
  .newsletter-txt .comm-head {
    font-size: 32px;
  }
  .email-wrap .button {
    display: flex;
    position: static;
    transform: none;
    margin: 20px auto 0;
    width: max-content;
  }
  .newsletter-wrap {
    padding: 30px 20px;
  }
}
@media all and (max-width: 1680px) {
  .container {
    max-width: 1400px;
  }
  .about-cards {
    max-width: 1070px;
  }
  .about-card {
    height: 400px;
  }
  :root {
    --header-height: 80px;
  }
  .cards-wrap {
    max-width: 1080px;
  }
  .card {
    height: 515px;
  }
  .prog-txt {
    max-width: 640px;
  }
  .prog-card {
    --prog: 580px;
  }
  .events-wrap {
    gap: 40px;
  }
  .card-tilted .card-img {
    height: 300px;
  }
  .location-wrap .tab_container .comm-tab-box {
    width: 480px;
  }
  .tabs ul li {
    min-width: 180px;
  }
  .location-wrap .tab_container .tab_container {
    min-height: 480px;
  }
  .sc-img {
    max-width: 700px;
  }
  .sc-box {
    padding: 50px 60px 50px 70px;
  }
  .sc-box {
    --increment: 50px;
  }
  .swiper-marq {
    height: 550px;
  }
  .app-swiper-wrap {
    width: 300px;
  }
  .about-card {
    padding: 40px;
  }
}
@media all and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .cards-wrap {
    max-width: 900px;
  }
  .card {
    height: 425px;
  }
  .prog-txt {
    max-width: 540px;
  }
  .prog-wrap {
    gap: 60px;
  }
  .prog-card {
    --prog: 520px;
  }
  .blogs-card:first-child .blog-img {
    width: 463px;
    height: 412px;
  }
  .blog-img {
    height: 130px;
    width: 160px;
  }
  .prog-card-txt {
    transform: translateY(calc(100% - 130px));
  }
  .prog-card-txt::after {
    transform: scale(0.7);
  }
  .testimonial-card {
    min-height: 440px;
  }
  .event-card {
    height: 440px;
  }
  .card-tilted .card-img {
    height: 220px;
  }
  .card-tilted .card-txt {
    padding: 30px;
  }
  .tabs ul li {
    font-size: 16px;
  }
  .swiper-marq {
    height: 480px;
  }
  .app-swiper-wrap {
    width: 260px;
  }
}
@media all and (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }
  .about-cards {
    max-width: 930px;
  }
  .about-card {
    height: 350px;
    padding: 30px;
  }
  .cards-wrap {
    gap: 50px;
  }
  .cards-wrap .swiper-wrapper {
    gap: 50px;
  }
  .prog-card {
    --prog: 480px;
  }
  .prog-card-txt {
    transform: translateY(calc(100% - 140px));
  }
  .prog-card-txt::after {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
  .event-card {
    height: 380px;
  }
  .blogs-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
  }
  .blogs-card:first-child .blog-img {
    width: 401px;
    height: 360px;
  }
  .blog-img {
    height: 120px;
    width: 140px;
  }
  .faq-head {
    max-width: 420px;
  }
  .prefooter-img {
    width: 85%;
  }
  .location-wrap .tab_container .comm-tab-box {
    width: 400px;
  }
  .location-wrap .tab_container .tab_container {
    min-height: 440px;
  }
  .tabs ul li {
    min-width: 150px;
  }
  .location-wrap .tab_container .tabs ul li {
    padding: 20px;
    border-radius: 14px;
  }
  .location-wrap .tab_container .tabs ul li.active {
    background-size: 30px;
  }
  .swiper-marq {
    height: 440px;
  }
  .masonry .img {
    border: 8px solid #F3EFEC;
  }
  .home-banner {
    padding-top: 40px;
  }
  .home-banner-video video {
    width: 80%;
  }
  .home-banner-video::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%), radial-gradient(40% 61% at 50% 85%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  }
  .header-list li {
    padding: 7px 12px;
  }
  .social-links-wrap a {
    width: 45px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
  .prog-txt {
    max-width: 430px;
  }
  .prog-wrap {
    gap: 40px;
  }
  .prog-card {
    --prog: 420px;
  }
  .events-left {
    position: static;
    width: 100%;
  }
  .events-wrap {
    flex-direction: column;
  }
  .events-wrap {
    max-width: 600px;
    margin: auto;
  }
  .testimonial-card {
    min-height: 450px;
  }
  .blogs-wrap {
    display: flex;
    flex-direction: column;
  }
  .blogs-card:first-child {
    flex-direction: column;
    max-width: 380px;
    margin: auto;
  }
  .blog-img {
    width: 50%;
  }
  .blogs-card:first-child .blog-img {
    width: auto;
  }
  .blog-img,
  .blogs-card:first-child .blog-img {
    height: auto;
    aspect-ratio: 1.2;
  }
  .blog-txt p {
    display: none;
  }
  .faq-wrapper {
    flex-direction: column;
    gap: var(--spc40);
  }
  .faq-head {
    max-width: none;
  }
  .comm-animated-wrap .comm-txt {
    max-width: 450px;
  }
  .card-tilted .card-txt p {
    font-size: 16px;
  }
  .location-head {
    flex-direction: column;
    gap: 16px;
  }
  .location-head .tabs {
    justify-content: flex-start;
  }
  .location-wrap .tab_container .tab_container {
    min-height: 360px;
  }
  .location-wrap .tab_container .comm-tab-box {
    width: 320px;
  }
  .swiper-marq {
    height: 380px;
  }
  .blog-detail-wrap {
    flex-direction: column;
  }
  .blog-detail-sidebar {
    width: 100%;
  }
  .career-detail-wrap {
    flex-direction: column;
  }
  .career-detail-sidebar {
    width: 100%;
  }
  .event-item-img {
    height: 250px;
  }
  .daycare-card {
    gap: 24px;
  }
  .daycare-img {
    width: 45%;
  }
  .video-sec {
    flex-direction: column;
    gap: 20px;
  }
  .vide-elem {
    right: 10%;
    left: auto;
  }
  .video-sec .comm-head {
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  .home-banner-video::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%), radial-gradient(65% 33% at 50% 70%, rgba(255, 255, 255, 0) 40%, #ffffff 160%);
  }
  .home-banner-video video {
    width: 100%;
  }
  .prog-wrap {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .prog-card {
    --prog: 570px;
  }
  .prog-card-txt {
    background: rgba(243, 239, 236, 0.5);
    backdrop-filter: blur(5px);
  }
  .prefooter-wrap {
    height: 800px;
  }
  .prog-card.clickable {
    --prog: 420px;
  }
  .swiper-marq {
    height: 600px;
  }
  .blog-detail-banner-wrap {
    flex-direction: column;
  }
  .blog-detail-banner-txt {
    width: 100%;
  }
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-card-linkedin {
    width: 26px;
    height: 26px;
  }
  .fixHeader {
    transform: translateY(0);
  }
}
@media all and (max-width: 990px) {
  .container {
    max-width: 768px;
  }
  .home-banner-video::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%), radial-gradient(45% 35% at 50% 70%, rgba(255, 255, 255, 0) 100%, #ffffff 160%);
  }
  .about-cards {
    flex-wrap: wrap;
    max-width: 610px;
    justify-content: center;
  }
  .about-card {
    height: 340px;
    width: 50%;
  }
  .card {
    height: 330px;
    width: calc(50% - 15px);
  }
  .card-txt {
    padding: 20px;
  }
  .cards-wrap {
    gap: 24px;
    max-width: 640px;
  }
  .cards-wrap .swiper-wrapper {
    gap: 24px;
  }
  .events-wrap {
    max-width: 450px;
  }
  .animated-txt {
    max-width: 560px;
  }
  .card-tilted .card-img {
    height: 140px;
  }
  .card-tilted .card-txt {
    padding: 20px;
  }
  .card-tilted .card-txt h4 {
    font-size: 20px;
  }
  .swiper-marq {
    height: 500px;
  }
  .daycare-card {
    flex-direction: column;
    gap: 0;
  }
  .daycare-txt {
    padding: var(--spc40);
  }
  .daycare-img {
    width: 100%;
  }
  .daycare-tag {
    width: 100%;
  }
  .meet-us-wrap {
    flex-direction: column-reverse;
  }
  .meet-us-map {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .sc-box {
    flex-direction: column;
  }
  .sc-cont-box {
    max-width: none;
    gap: 20px;
  }
  .awards-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .awards-img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .readiness-test-card {
    margin-top: -60px;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 40px);
  }
  .readiness-test-elems {
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 24px);
  }
  .breadcrumbs {
    justify-content: center;
  }
  .container {
    max-width: 640px;
  }
  .prog-card {
    --prog: 460px;
  }
  .prefooter-wrap {
    height: auto;
  }
  .prefooter-img {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .ib-img {
    position: relative;
    margin-top: var(--spc40);
  }
  .internal-head {
    text-align: center;
  }
  .internal-head br {
    display: none;
  }
  .ib-txt .button {
    width: max-content;
    margin: auto;
    display: flex;
  }
  .prog-card.clickable {
    --prog: 350px;
  }
  .cards-swiper-head .comm-nav {
    max-width: 120px;
  }
  .location-wrap .tab_container .tab_container {
    display: none;
  }
  .location-wrap .tab_container .comm-tab-box {
    width: 100%;
  }
  .tabs ul li {
    min-width: auto;
    font-size: 14px;
  }
  .comm-tab-wrap {
    flex-direction: column;
  }
  .swiper-marq {
    height: 400px;
  }
  .comm-head-wrap.flex {
    flex-direction: column;
    gap: 20px;
  }
  .prog-card-bottom .arrow {
    aspect-ratio: 1;
    width: 48px;
  }
  .blog-detail-banner-txt .small-head,
  .blog-detail-banner-txt .date {
    display: block;
    text-align: center;
  }
  .event-item-img {
    height: auto;
  }
  .video-sec .past-event-video-card {
    width: 100%;
  }
  .video-sec .past-event-video-thumb {
    border-radius: var(--br40);
  }
  .vide-elem {
    display: none;
  }
  .pers-learn-wrap {
    flex-direction: column;
    gap: 0;
  }
  .pers-learn-arrow {
    display: none;
  }
  .pers-learn-media {
    width: 100%;
  }
  .principal-wrap {
    flex-direction: column;
  }
  .principal-img {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .blogs-card:first-child .blog-img {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .container {
    max-width: 100%;
  }
  .main-head br {
    display: none;
  }
  .about-cards {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .swiper-about-cards {
    padding: 30px;
  }
  .about-card {
    width: 100%;
    height: 400px;
  }
  .cards-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card {
    height: 430px;
    width: 400px;
  }
  .tilted-cards .card:nth-child(even) {
    position: relative;
    top: auto;
  }
  .tilted-cards .card:nth-child(4n + 3) {
    transform: rotate(-3deg);
  }
  .tilted-cards .card:nth-child(4n + 4) {
    transform: rotate(5deg);
  }
  .blogs-wrap {
    gap: 20px;
  }
  .card-tilted .card-img {
    height: 230px;
  }
  .card-tilted {
    height: 400px;
  }
  .tabs ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .tabs ul li {
    width: calc(50% - 4px);
  }
  .masonry .img {
    border-radius: 20px;
    border: 4px solid #F3EFEC;
  }
  .swiper-marq {
    height: 300px;
  }
  .swiper-tilted-cards {
    padding: 36px 90px;
  }
  .cards-wrap .swiper-wrapper {
    gap: 0;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-txt .date {
    margin-bottom: 8px;
  }
  .blog-txt .date {
    font-size: 14px;
  }
  .animated-txt {
    line-height: 1.4;
  }
  .contact-block {
    order: 1;
  }
  .footer-list a {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 576px) {
  :root {
    --header-height: 64px;
    --header-scroll-height: 56px;
  }
  .animated-txt-small span {
    width: 100%;
  }
  .sc-box {
    padding: var(--spc40);
  }
  .small-txt {
    letter-spacing: 1.6px;
  }
  .home-banner-video::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%), radial-gradient(45% 35% at 50% 70%, rgba(255, 255, 255, 0) 100%, #ffffff 160%);
  }
  .home-banner {
    padding-top: 40px;
  }
  .button {
    height: 56px;
    line-height: 53px;
    font-size: 16px;
    padding: 0 40px;
  }
  .about-card p {
    font-size: 16px;
  }
  .testimonial-card {
    min-height: 400px;
  }
  .testimonial-swiper .swiper-slide-next {
    transform: none;
  }
  .testimonial-swiper .swiper-slide-prev {
    transform: none;
  }
  .comm-prev,
  .comm-nxt {
    width: 40px;
  }
  .quotes {
    width: 44px;
  }
  .prog-card-bottom .arrow {
    width: 50px;
  }
  .tabs ul li {
    padding: 12px;
    letter-spacing: 0.1vw;
  }
  .event-meta {
    grid-template-columns: 1fr;
  }
  .kidsActivitySwiper {
    padding-bottom: 30px;
  }
  .kids-activity-events .cards-swiper-head .comm-nav {
    bottom: 10px;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-wrap {
    padding-bottom: 70px;
  }
  .mob-buttons {
    display: flex;
    z-index: 1111;
  }
  .glimp-txt {
    flex-direction: column;
  }
  .swiper-tilted-cards {
    padding: 36px 50px;
  }
  .app-swiper-wrap .comm-nav {
    width: calc(100% + 100px);
    left: -50px;
  }
  .app-swiper-wrap {
    width: 220px;
    aspect-ratio: 0.49;
  }
  .swiper-about-cards {
    padding: 20px;
  }
  .home-banner-video {
    height: 75%;
    top: auto;
    bottom: 0;
  }
  .main-head {
    line-height: normal;
  }
  .animated-txt {
    line-height: 1.5;
  }
  .animated-txt br {
    display: none;
  }
  .animated-txt img {
    transform: translateY(-17%);
  }
  .social-links-wrap {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .readiness-test-card {
    margin-top: -80px;
  }
  .readiness-test-elems .readiness-elem-1 {
    width: clamp(80px, 10vw, 120px);
  }
  .readiness-test-elems .readiness-elem-2 {
    width: clamp(50px, 7vw, 80px);
  }
  .readiness-test-elems .readiness-elem-3 {
    width: clamp(60px, 8vw, 100px);
  }
  .readiness-test-elems .readiness-elem-4 {
    width: clamp(60px, 7vw, 90px);
  }
  .readiness-float-icon {
    display: none;
  }
  .internal-banner {
    padding: clamp(40px, 7.5vw, 185px) 0;
  }
  .breadcrumbs {
    gap: 4px;
    justify-content: center;
    align-items: center;
  }
  .breadcrumbs a,
  .breadcrumbs p {
    font-size: 12px;
  }
  .a-icon-1,
  .a-icon-2 {
    display: none;
  }
  .card {
    height: 330px;
    width: 300px;
  }
  .prefooter-img::after {
    background: radial-gradient(46.68% 50% at 50% 50%, rgba(255, 255, 255, 0) 74.83%, #ffffff 100%);
  }
  .footer-row {
    row-gap: 30px;
  }
  .panel p {
    font-size: 14px;
  }
  .prog-txt {
    max-width: 330px;
  }
  .prog-card-wrap {
    gap: 24px;
  }
  .prog-card-txt p {
    font-size: 16px;
  }
  .prog-card {
    --prog: 330px;
    height: calc(var(--prog) + 40px);
  }
  .prog-wrap {
    gap: 20px;
  }
  .prog-card-txt::after {
    transform: scale(0.4);
  }
  .small-head {
    margin-bottom: 18px;
  }
  .event-card {
    height: 320px;
  }
  .event-txt {
    padding: 24px;
  }
  .about-card {
    width: 100%;
    height: 320px;
  }
  .animated-txt span {
    line-height: 1.4;
  }
  .animated-txt-small span img {
    height: clamp(45px, 7vw, 68px);
  }
  .internal-head {
    font-size: 36px;
  }
  .prog-card.clickable {
    --prog: 330px;
  }
  .age-tag {
    font-size: 16px;
  }
  .cards-swiper-head {
    flex-direction: column;
  }
  .cards-swiper-head .comm-nav {
    max-width: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  .cards-swiper-head .comm-head {
    text-align: center;
  }
  .cards-swiper-section {
    padding-bottom: 60px;
  }
  .card-tilted .card-img {
    height: 160px;
  }
  .tilted-cards {
    padding-bottom: 40px;
  }
  .t-icon {
    display: none;
  }
  .swiper-tilted-cards {
    padding: 36px;
    padding-bottom: 0;
  }
  .blog-txt h3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .accordion {
    padding: 24px;
  }
  .panel {
    padding: 0 24px 24px 24px;
  }
  .acc-item.active .accordion {
    padding: 24px 70px 16px 24px;
  }
  .acc-item {
    border-radius: var(--br24);
  }
  .prefooter-img {
    height: 350px;
    margin-top: 0;
  }
  .prefooter-img video {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .prefooter-img::after {
    background: radial-gradient(130% 50% at 50% 50%, rgba(255, 255, 255, 0) 74.83%, #ffffff 100%);
  }
  .prog-card-txt {
    transform: translateY(calc(100% - 90px));
  }
  .prog-txt .comm-head,
  .prog-txt p {
    text-align: center;
  }
  .why-d-card {
    height: 350px;
    width: 320px;
  }
  .num-swiper-section .comm-head {
    text-align: center;
  }
  .num-swiper-section .comm-txt p {
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  .awards-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .home-banner-video::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%), radial-gradient(50% 30% at 50% 70%, rgba(255, 255, 255, 0) 100%, #ffffff 160%);
  }
  .swiper-tilted-cards {
    padding: 24px;
  }
  .blogs-wrap {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .about-card {
    width: calc(100% - 60px);
    height: 320px;
  }
  .prog-card {
    --prog: 290px;
    height: calc(var(--prog) + 50px);
  }
  .prog-card-wrap {
    gap: 20px;
  }
  .prog-card-txt p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .testimonial-card {
    min-height: 360px;
  }
  .prog-card.clickable {
    --prog: 300px;
  }
  .age-tag {
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
  }
  .prog-bottom-left {
    display: flex;
    gap: 8px;
  }
  .prog-card-bottom .arrow {
    width: 40px;
  }
  .swiper-marq {
    height: 270px;
  }
  .masonry {
    gap: 8px;
  }
  .app-swiper-wrap {
    width: 200px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=main.css.map */