.custom-container-fluid {
  width: 100%;
}

.custom-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1160px;
}
@media (min-width: 576px) {
  .custom-container {
    width: 90%;
  }
}

/* One-up pairs */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Increase line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: #1a1a1a;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
}

section {
  display: flex;
  justify-content: center;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 100px;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #1A1A1A;
  color: white;
  border: 2.5px solid #2A2A2A;
}
.btn-primary:hover {
  transform: scale(1);
  translate: 0 -5px;
  transition: all 0.2s ease;
  background-color: #292929;
  border: 2.5px solid #292929;
  cursor: pointer;
  box-shadow: 0 61px 17px 0 rgba(41, 41, 41, 0), 0 39px 16px 0 rgba(41, 41, 41, 0.01), 0 22px 13px 0 rgba(41, 41, 41, 0.05), 0 10px 10px 0 rgba(41, 41, 41, 0.09), 0 2px 5px 0 rgba(41, 41, 41, 0.1);
}
.btn-primary:active {
  transform: scale(0.98);
  box-shadow: none;
  transition: all 0.2s ease;
}

.btn-secondary {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 100px;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.6);
  color: #1a1a1a;
  border: 2.5px solid #1a1a1a;
}
.btn-secondary:hover {
  transform: scale(1);
  translate: 0 -5px;
  box-shadow: 0 61px 17px 0 rgba(41, 41, 41, 0), 0 39px 16px 0 rgba(41, 41, 41, 0.01), 0 22px 13px 0 rgba(41, 41, 41, 0.05), 0 10px 10px 0 rgba(41, 41, 41, 0.09), 0 2px 5px 0 rgba(41, 41, 41, 0.1);
}
.btn-secondary:active {
  transform: scale(0.98);
  box-shadow: none;
  transition: all 0.2s ease;
}

.btn-tertiary {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 100px;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s ease;
  background: radial-gradient(ellipse 70% 160% at 0% 50%, rgba(77, 181, 193, 0.45), transparent 70%), radial-gradient(ellipse 70% 160% at 100% 50%, rgba(229, 109, 122, 0.45), transparent 70%), radial-gradient(ellipse 50% 130% at 75% 0%, rgba(245, 181, 70, 0.25), transparent 65%), rgba(232, 212, 184, 0.35) padding-box;
  color: #1a1a1a;
  position: relative;
  border: 2.5px solid black;
}
.btn-tertiary:hover {
  transform: scale(1);
  translate: 0 -5px;
  box-shadow: 0 61px 17px 0 rgba(41, 41, 41, 0), 0 39px 16px 0 rgba(41, 41, 41, 0.01), 0 22px 13px 0 rgba(41, 41, 41, 0.05), 0 10px 10px 0 rgba(41, 41, 41, 0.09), 0 2px 5px 0 rgba(41, 41, 41, 0.1);
}
.btn-tertiary:active {
  transition: all 0.2s ease;
  transform: scale(0.98);
  box-shadow: none;
}

@media (max-width: 576px) {
  .btn-primary {
    width: 100%;
  }
  .btn-secondary {
    width: 100%;
  }
  .btn-tertiary {
    width: 100%;
  }
}
.section-heading {
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.775rem + 1vw, 1.5rem);
}
.section-heading h2, .section-heading .heading-title {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(2.2rem, 1.4137rem + 2.188vw, 3rem);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-heading p, .section-heading .heading-description {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1.12rem, 0.8448rem + 0.7658vw, 1.4rem);
  font-weight: 400;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  .section-heading p, .section-heading .heading-description {
    padding: 0 3rem;
  }
}

.card-heading {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1.4rem, 1.2526rem + 0.4103vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.05;
}
.card-heading span {
  display: block;
}

#hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 6rem 0;
  align-items: center;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse 50% 45% at 88% 18%, rgba(180, 225, 235, 0.55), transparent 70%), radial-gradient(ellipse 45% 40% at 12% 25%, rgba(205, 230, 220, 0.45), transparent 70%), radial-gradient(ellipse 55% 50% at 85% 88%, rgba(255, 220, 180, 0.55), transparent 70%), radial-gradient(ellipse 50% 45% at 18% 92%, rgba(255, 225, 195, 0.45), transparent 70%), radial-gradient(ellipse 40% 35% at 50% 60%, rgba(255, 235, 210, 0.3), transparent 75%);
}
#hero .hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 576px) {
  #hero .hero-wrapper {
    gap: 3rem;
  }
}
#hero .hero-wrapper img {
  width: 75%;
  max-width: 430px;
}
#hero .hero-wrapper .hero-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#hero .hero-wrapper .hero-text-wrapper h1 {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(2.986rem, 2.3985rem + 2.6111vw, 4.2915rem);
  letter-spacing: -2.5px;
  color: #1a1a1a;
  line-height: 0.9;
}
@media (max-width: 768px) {
  #hero .hero-wrapper .hero-text-wrapper h1 {
    font-size: clamp(2.4883rem, 2.0631rem + 1.8898vw, 3.4332rem);
    letter-spacing: -2px;
  }
}
#hero .hero-wrapper .hero-text-wrapper p {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  font-size: clamp(1.2rem, 1.1072rem + 0.4125vw, 1.4063rem);
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.8);
  padding: 0 12rem;
}
@media (max-width: 992px) {
  #hero .hero-wrapper .hero-text-wrapper p {
    padding: initial;
  }
}
#hero .hero-wrapper .hero-btn-wrapper {
  padding-top: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#hero .hero-wrapper .hero-btn-wrapper .main {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  #hero .hero-wrapper .hero-btn-wrapper {
    width: 80%;
    flex-direction: column;
    gap: 0.8rem;
  }
  #hero .hero-wrapper .hero-btn-wrapper .main {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  #hero .hero-wrapper .hero-btn-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 0.8rem;
  }
}
#hero a {
  cursor: pointer;
}

#project {
  padding-top: clamp(6rem, 4.65rem + 6vw, 9rem);
  padding-bottom: clamp(6rem, 4.65rem + 6vw, 9rem);
  flex-direction: column;
}
#project .project-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  align-content: center;
  margin-top: clamp(2rem, 0.875rem + 5vw, 4.5rem);
}
@media (max-width: 768px) {
  #project .project-card-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#project .project-card-wrapper .project-card {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 1.55rem + 2vw, 3rem) clamp(1rem, 0.775rem + 1vw, 1.5rem);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #project .project-card-wrapper .project-card {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
#project .project-card-wrapper .project-card {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 576px) {
  #project .project-card-wrapper .project-card {
    padding: clamp(2rem, 1.55rem + 2vw, 3rem) 0;
    gap: 0.6rem;
  }
}
#project .project-card-wrapper .project-card .project-card-icon {
  width: 2.5em;
  height: 2.5em;
  background-color: red;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#project .project-card-wrapper .project-card .project-card-icon img {
  width: 1.4em;
}
#project .project-card-wrapper .project-card:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #project .project-card-wrapper .project-card:after {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
#project .project-card-wrapper .project-card:after {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#project .project-card-wrapper .project-card:nth-of-type(1) {
  background: linear-gradient(180deg, #F1F9FA -6.47%, #DBF0F3 100%);
}
#project .project-card-wrapper .project-card:nth-of-type(1) .project-card-icon {
  background: linear-gradient(0deg, #34A9B7 0%, #78CFD9 111.2%);
}
@media (hover: hover) {
  #project .project-card-wrapper .project-card:nth-of-type(1):hover {
    box-shadow: 0 138px 39px 0 rgba(30, 114, 123, 0), 0 88px 35px 0 rgba(30, 114, 123, 0.01), 0 50px 30px 0 rgba(30, 114, 123, 0.05), 0 22px 22px 0 rgba(30, 114, 123, 0.09), 0 6px 12px 0 rgba(30, 114, 123, 0.1);
  }
  #project .project-card-wrapper .project-card:nth-of-type(1):hover:after {
    border: 3px solid rgba(77, 181, 193, 0.3);
  }
}
#project .project-card-wrapper .project-card:nth-of-type(2) {
  background: linear-gradient(180deg, #FEF8F8 -30.89%, #F7D4D7 99.91%);
}
#project .project-card-wrapper .project-card:nth-of-type(2) .project-card-icon {
  background: linear-gradient(0deg, #E35968 -10%, #EB8E98 106.77%);
}
@media (hover: hover) {
  #project .project-card-wrapper .project-card:nth-of-type(2):hover {
    transform: scale(1.02) rotate(5deg) translateY(-5px);
    box-shadow: 0 138px 39px 0 rgba(126, 37, 46, 0), 0 88px 35px 0 rgba(126, 37, 46, 0.01), 0 50px 30px 0 rgba(126, 37, 46, 0.05), 0 22px 22px 0 rgba(126, 37, 46, 0.09), 0 6px 12px 0 rgba(126, 37, 46, 0.1);
  }
  #project .project-card-wrapper .project-card:nth-of-type(2):hover:after {
    border: 3px solid rgba(229, 109, 122, 0.3);
  }
}
#project .project-card-wrapper .project-card:nth-of-type(3) {
  background: linear-gradient(0deg, #FCE1B6 -7.11%, #FEFBF5 122.2%);
}
#project .project-card-wrapper .project-card:nth-of-type(3) .project-card-icon {
  background: linear-gradient(0deg, #F2A012 0%, #F7C369 100%);
}
@media (hover: hover) {
  #project .project-card-wrapper .project-card:nth-of-type(3):hover {
    box-shadow: 0 138px 39px 0 rgba(156, 113, 38, 0), 0 88px 35px 0 rgba(156, 113, 38, 0.01), 0 50px 30px 0 rgba(156, 113, 38, 0.05), 0 22px 22px 0 rgba(156, 113, 38, 0.09), 0 6px 12px 0 rgba(156, 113, 38, 0.1);
  }
  #project .project-card-wrapper .project-card:nth-of-type(3):hover:after {
    border: 3px solid rgba(245, 181, 70, 0.3);
  }
}
@media (hover: hover) {
  #project .project-card-wrapper .project-card:hover {
    transform: scale(1.02) rotate(-5deg) translateY(-5px);
  }
  #project .project-card-wrapper .project-card:hover .project-card-icon {
    animation-name: rotate;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
  }
}
#project .project-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 183px 51px 0 rgba(31, 31, 31, 0), 0 117px 47px 0 rgba(31, 31, 31, 0.01), 0 66px 40px 0 rgba(31, 31, 31, 0.02), 0 29px 29px 0 rgba(31, 31, 31, 0.04), 0 7px 16px 0 rgba(31, 31, 31, 0.05);
  margin-top: clamp(6rem, 4.65rem + 6vw, 9rem);
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #project .project-img {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
@media (max-width: 576px) {
  #project .project-img {
    height: 12rem;
  }
}
#project .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#project .project-img-full {
  margin-top: clamp(8rem, 6.2rem + 8vw, 12rem);
  mix-blend-mode: multiply;
}
@media (max-width: 576px) {
  #project .project-img-full {
    height: 12rem;
  }
}
#project .project-img-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  #project .project-img-full img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes rotate {
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-6deg);
  }
}
#our-mission {
  padding-top: clamp(6rem, 4.65rem + 6vw, 9rem);
  padding-bottom: clamp(6rem, 4.65rem + 6vw, 9rem);
  background: radial-gradient(ellipse 55% 70% at 62% 0%, rgba(255, 252, 245, 0.85), transparent 65%), radial-gradient(ellipse 90% 120% at 15% 0%, #f0dcc0 0%, rgba(240, 220, 192, 0.85) 40%, transparent 75%), radial-gradient(ellipse 80% 110% at 100% 50%, #eed4ac 0%, rgba(238, 212, 172, 0.8) 45%, transparent 75%), radial-gradient(ellipse 60% 90% at 100% 95%, #f2e0c5, transparent 65%), #fdf6ec;
}
#our-mission .section-heading {
  gap: clamp(2rem, 1.55rem + 2vw, 3rem);
}
#our-mission .section-heading br {
  display: block;
}
#our-mission .section-heading .mobile {
  display: none;
}
@media (max-width: 576px) {
  #our-mission .section-heading {
    padding: 0 2rem;
  }
  #our-mission .section-heading br {
    display: block;
  }
  #our-mission .section-heading .mobile {
    display: block;
  }
}
#our-mission .section-heading p {
  font-size: clamp(1.1rem, 0.9357rem + 0.5714vw, 1.35rem);
}
#our-mission .section-heading p span {
  font-weight: 600;
}

#week-program {
  padding: clamp(6rem, 4.65rem + 6vw, 9rem) 0;
  background: radial-gradient(ellipse 50% 60% at 0% 0%, rgba(80, 170, 200, 0.9), transparent 65%), radial-gradient(ellipse 45% 55% at 100% 25%, rgba(225, 110, 135, 0.9), transparent 65%), radial-gradient(ellipse 60% 50% at 100% 100%, rgba(230, 155, 85, 0.85), transparent 70%), radial-gradient(ellipse 50% 55% at 0% 100%, rgba(130, 155, 180, 0.8), transparent 70%), linear-gradient(135deg, #cddce3 0%, #e3cdd0 50%, #ecc9ab 100%);
}
#week-program .section-heading h2 {
  font-size: clamp(2.4883rem, 2.0631rem + 1.8898vw, 3.4332rem);
}
#week-program .program-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  margin-top: clamp(3rem, 2.325rem + 3vw, 4.5rem);
}
@media screen and (max-width: 1100px) {
  #week-program .program-card-wrapper {
    grid-template-columns: auto;
    row-gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper {
    grid-template-columns: 1fr;
  }
}
#week-program .program-card-wrapper .program-card {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  padding: clamp(3rem, 2.325rem + 3vw, 4.5rem) clamp(3rem, 2.325rem + 3vw, 4.5rem) clamp(3rem, 2.325rem + 3vw, 4.5rem) clamp(3rem, 2.325rem + 3vw, 4.5rem);
  border-radius: 24px;
  background: linear-gradient(180deg, #FFF 0%, #FBFBFB 100%);
  border: 2.5px solid #FFF;
  cursor: pointer;
}
@supports (corner-shape: squircle) {
  #week-program .program-card-wrapper .program-card {
    border-radius: 48px;
    corner-shape: squircle;
  }
}
#week-program .program-card-wrapper .program-card {
  box-shadow: 0 148px 42px 0 rgba(48, 48, 48, 0), 0 95px 38px 0 rgba(48, 48, 48, 0.01), 0 53px 32px 0 rgba(48, 48, 48, 0.03), 0 24px 24px 0 rgba(48, 48, 48, 0.05), 0 6px 13px 0 rgba(48, 48, 48, 0.06);
  filter: blur(0px);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1100px) {
  #week-program .program-card-wrapper .program-card {
    padding-left: clamp(4rem, 3.1rem + 4vw, 6rem);
    padding-right: clamp(4rem, 3.1rem + 4vw, 6rem);
  }
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card {
    flex-direction: column;
    gap: 1.3em;
    padding: clamp(3rem, 2.325rem + 3vw, 4.5rem) 2.3rem clamp(3rem, 2.325rem + 3vw, 4.5rem) 2.3rem;
  }
}
#week-program .program-card-wrapper .program-card .program-card-number {
  display: flex;
  justify-content: start;
  font-size: clamp(1.2rem, 1.1072rem + 0.4125vw, 1.4063rem);
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card .program-card-number {
    padding-top: 0.8em;
  }
}
#week-program .program-card-wrapper .program-card .program-card-number div {
  width: 3.3em;
  height: 3.3em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
}
#week-program .program-card-wrapper .program-card .program-card-number div::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
#week-program .program-card-wrapper .program-card .first div {
  background: linear-gradient(180deg, #E56D7A 0%, #DD4B5B 100%);
}
#week-program .program-card-wrapper .program-card .first div::after {
  content: "1";
}
#week-program .program-card-wrapper .program-card .second div {
  background: linear-gradient(180deg, #4DB5C1 0%, #238D9A 100%);
}
#week-program .program-card-wrapper .program-card .second div::after {
  content: "2";
}
#week-program .program-card-wrapper .program-card .program-card-content {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  font-size: clamp(1.2rem, 1.1072rem + 0.4125vw, 1.4063rem);
  cursor: pointer;
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card .program-card-content {
    gap: 1.55em;
  }
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.7em;
  text-align: center;
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card .program-card-content .program-card-header {
    align-items: start;
    text-align: left;
  }
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header h4 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: -0.8px;
  text-align: left;
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card .program-card-content .program-card-header h4 br {
    display: none;
  }
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #313842;
  text-align: center;
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader {
    font-size: 1em;
  }
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .place {
  display: flex;
  gap: 0.4em;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .place .mobile {
  display: none;
}
@media screen and (max-width: 416px) {
  #week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .place .mobile {
    display: block;
  }
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .place img {
  height: 1em;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .place span {
  text-align: left;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .date {
  display: flex;
  gap: 0.4em;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .date img {
  height: 1em;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-header .program-card-subheader .date span {
  text-align: left;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-body {
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-body ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  padding-left: 1.3rem;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-body ul li {
  line-height: 1.3;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-body ul li::marker {
  color: #E56D7A;
}
#week-program .program-card-wrapper .program-card .program-card-content .program-card-body ul .blue::marker {
  color: #4DB5C1;
}
#week-program .program-card-wrapper .blur {
  filter: blur(2.5px);
  transform: scale(0.99);
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .blur {
    filter: blur(2.5px);
  }
}
#week-program .program-card-wrapper .program-card:nth-of-type(1).select {
  border: 2.5px solid rgba(229, 109, 122, 0.9);
  transform: scale(1.04);
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card:nth-of-type(1).select {
    transform: scale(1.03);
  }
}
#week-program .program-card-wrapper .program-card:nth-of-type(2).select {
  border: 2.5px solid rgba(77, 181, 193, 0.9);
  transform: scale(1.04);
}
@media (max-width: 576px) {
  #week-program .program-card-wrapper .program-card:nth-of-type(2).select {
    transform: scale(1.03);
  }
}
#week-program a {
  cursor: pointer;
}
#week-program .btn-primary {
  margin-top: clamp(3rem, 2.325rem + 3vw, 4.5rem);
  cursor: pointer;
}

#activities {
  padding: clamp(6rem, 4.65rem + 6vw, 9rem) 0;
}
#activities .activities-card-wrapper {
  margin-top: clamp(2rem, 1.55rem + 2vw, 3rem);
}
#activities .activities-card-wrapper .activities-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
       column-gap: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
  row-gap: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
  list-style: none;
  padding: 0;
}
@media (max-width: 1200px) {
  #activities .activities-card-wrapper .activities-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #activities .activities-card-wrapper .activities-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#activities .activities-card-wrapper .activities-card-grid li {
  width: 100%;
  height: 100%;
  display: flex;
  gap: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
  align-items: start;
  flex-direction: column;
  position: relative;
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
  background-color: red;
  text-align: left;
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #activities .activities-card-wrapper .activities-card-grid li {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
#activities .activities-card-wrapper .activities-card-grid li {
  padding: clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem) clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  #activities .activities-card-wrapper .activities-card-grid li {
    text-align: center;
    align-items: center;
  }
}
#activities .activities-card-wrapper .activities-card-grid li .icon {
  width: 2.2em;
  height: 2.2em;
}
#activities .activities-card-wrapper .activities-card-grid li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#activities .activities-card-wrapper .activities-card-grid li .activities-card-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: white;
}
#activities .activities-card-wrapper .activities-card-grid li .activities-card-content .activities-card-title {
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1;
  cursor: default;
}
#activities .activities-card-wrapper .activities-card-grid li .activities-card-content .activities-card-description {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.2px;
  cursor: default;
}
#activities .activities-card-wrapper .activities-card-grid li::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #activities .activities-card-wrapper .activities-card-grid li::after {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(1) {
  background: linear-gradient(0deg, #34A9B7 0%, #78CFD9 111.2%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(2) {
  background: linear-gradient(0deg, #E35968 0%, #EB8E98 106.77%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(3) {
  background: linear-gradient(0deg, #F2A012 0%, #F7C369 100%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(4) {
  background: linear-gradient(0deg, #e4cba8 0%, #ead9bf 50%, #f1e4d0 100%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(4) .activities-card-content {
  color: #1E2939;
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(5) {
  background: linear-gradient(135deg, #d3e8ed 0%, #e7e1e3 50%, #f6d6d9 100%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(5) .activities-card-content {
  color: #1E2939;
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(6) {
  background: linear-gradient(135deg, #f9d7d8 0%, #fbdfd3 50%, #fde8cd 100%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(6) .activities-card-content {
  color: #1E2939;
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(7) {
  background: linear-gradient(0deg, #7B5EE8 0%, #A88DF5 111.2%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(8) {
  background: linear-gradient(0deg, #27AE60 0%, #6FCF97 111.2%);
}
#activities .activities-card-wrapper .activities-card-grid li:nth-of-type(9) {
  background: linear-gradient(0deg, #E8603C 0%, #F59370 111.2%);
}

#closing {
  padding: clamp(6rem, 4.65rem + 6vw, 9rem) 0;
  background: linear-gradient(180deg, rgba(240, 160, 40, 0.15) 0%, transparent 12%), radial-gradient(ellipse 70% 80% at 0% 0%, rgba(240, 160, 40, 0.5), transparent 65%), radial-gradient(ellipse 70% 80% at 100% 100%, rgba(220, 80, 95, 0.5), transparent 65%), radial-gradient(ellipse 50% 60% at 50% 45%, rgba(252, 235, 200, 0.85), transparent 70%), #faf1e0;
}
#closing .closing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: clamp(3rem, 2.325rem + 3vw, 4.5rem);
}
@media (max-width: 768px) {
  #closing .closing-card-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(1rem, 0.775rem + 1vw, 1.5rem);
  }
}
#closing .closing-card-grid .closing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 0.775rem + 1vw, 1.5rem);
  font-size: clamp(1rem, 0.9438rem + 0.25vw, 1.125rem);
  padding: clamp(3rem, 2.325rem + 3vw, 4.5rem) clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem) clamp(3rem, 2.325rem + 3vw, 4.5rem) clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem);
  background: linear-gradient(180deg, #FFF 0%, #FBFBFB 100%);
  border: 3px solid #FFF;
  border-radius: 24px;
}
@supports (corner-shape: squircle) {
  #closing .closing-card-grid .closing-card {
    border-radius: 44px;
    corner-shape: squircle;
  }
}
#closing .closing-card-grid .closing-card {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0 133px 37px 0 rgba(33, 33, 33, 0), 0 85px 34px 0 rgba(33, 33, 33, 0.01), 0 48px 29px 0 rgba(33, 33, 33, 0.03), 0 21px 21px 0 rgba(33, 33, 33, 0.05), 0 5px 12px 0 rgba(33, 33, 33, 0.06);
}
#closing .closing-card-grid .closing-card .icon {
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#closing .closing-card-grid .closing-card .icon img {
  width: 1.6em;
}
#closing .closing-card-grid .closing-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#closing .closing-card-grid .closing-card .card-content .card-title {
  line-height: 1;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
}
#closing .closing-card-grid .closing-card .card-content .card-body {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1;
}
#closing .closing-card-grid .closing-card:nth-of-type(1) .icon {
  background: linear-gradient(0deg, #34A9B7 0%, #78CFD9 111.2%);
}
@media (hover: hover) {
  #closing .closing-card-grid .closing-card:nth-of-type(1):hover {
    border: 3px solid rgba(52, 169, 183, 0.3);
    transform: scale(1.03) rotate(-2deg);
    box-shadow: 0 138px 39px 0 rgba(30, 114, 123, 0), 0 88px 35px 0 rgba(30, 114, 123, 0.01), 0 50px 30px 0 rgba(30, 114, 123, 0.05), 0 22px 22px 0 rgba(30, 114, 123, 0.09), 0 6px 12px 0 rgba(30, 114, 123, 0.1);
  }
}
#closing .closing-card-grid .closing-card:nth-of-type(2) .icon {
  background: linear-gradient(0deg, #E35968 -10%, #EB8E98 106.77%);
}
@media (hover: hover) {
  #closing .closing-card-grid .closing-card:nth-of-type(2):hover {
    border: 3px solid rgba(227, 89, 104, 0.3);
    transform: scale(1.03) rotate(2deg);
    box-shadow: 0 138px 39px 0 rgba(126, 37, 46, 0), 0 88px 35px 0 rgba(126, 37, 46, 0.01), 0 50px 30px 0 rgba(126, 37, 46, 0.05), 0 22px 22px 0 rgba(126, 37, 46, 0.09), 0 6px 12px 0 rgba(126, 37, 46, 0.1);
  }
}
#closing .closing-card-grid .closing-card:nth-of-type(3) .icon {
  background: linear-gradient(0deg, #F2A012 0%, #F7C369 100%);
}
@media (hover: hover) {
  #closing .closing-card-grid .closing-card:nth-of-type(3):hover {
    border: 3px solid rgba(242, 160, 18, 0.3);
    transform: scale(1.03) rotate(-2deg);
    box-shadow: 0 138px 39px 0 rgba(156, 113, 38, 0), 0 88px 35px 0 rgba(156, 113, 38, 0.01), 0 50px 30px 0 rgba(156, 113, 38, 0.05), 0 22px 22px 0 rgba(156, 113, 38, 0.09), 0 6px 12px 0 rgba(156, 113, 38, 0.1);
  }
}
#closing .btn-primary {
  margin-top: clamp(2rem, 1.55rem + 2vw, 3rem);
}

footer {
  padding: clamp(4rem, 3.1rem + 4vw, 6rem) 0 clamp(3rem, 2.325rem + 3vw, 4.5rem) 0;
  background: linear-gradient(4deg, rgb(16, 16, 16) 0%, #2a2a2a 100%);
}
footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: clamp(2rem, 1.55rem + 2vw, 3rem);
  border-bottom: 1px solid rgba(153, 161, 175, 0.2);
}
@media (max-width: 992px) {
  footer .footer-wrapper {
    grid-template-columns: 1fr;
    row-gap: clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem);
    padding-bottom: clamp(3rem, 2.325rem + 3vw, 4.5rem);
  }
}
@media (max-width: 576px) {
  footer .footer-wrapper {
    grid-template-columns: 1fr;
    row-gap: clamp(2rem, 1.55rem + 2vw, 3rem);
  }
}
footer .footer-wrapper .footer-section {
  line-height: 1.2;
}
footer .footer-wrapper .footer-section .footer-title {
  color: white;
  font-size: 1.1rem;
}
footer .footer-wrapper .footer-section .footer-content {
  color: #99A1AF;
  font-size: 1rem;
  font-weight: 400;
  margin-top: clamp(0.5rem, 0.3875rem + 0.5vw, 0.75rem);
}
footer .footer-wrapper .footer-section .footer-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 576px) {
  footer .footer-wrapper .footer-section .footer-title {
    font-size: 1rem;
  }
  footer .footer-wrapper .footer-section .footer-content {
    font-size: 0.9rem;
  }
}
footer .footer-wrapper .footer-section.logo span {
  display: block;
}
footer .footer-wrapper .footer-section.logo .footer-logo {
  width: 11rem;
}
footer .footer-wrapper .footer-section.logo .footer-content {
  margin-top: clamp(1rem, 0.775rem + 1vw, 1.5rem);
  line-height: 1.35;
}
@media (max-width: 992px) {
  footer .footer-wrapper .footer-section.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapper .footer-section.logo span {
    display: initial;
  }
  footer .footer-wrapper .footer-section.logo .footer-content {
    margin-top: clamp(0.75rem, 0.5813rem + 0.75vw, 1.125rem);
  }
}
@media (max-width: 576px) {
  footer .footer-wrapper .footer-section.logo span {
    display: block;
  }
  footer .footer-wrapper .footer-section.logo .footer-content {
    text-align: center;
  }
}
footer .footer-wrapper .footer-section.contacts .footer-content li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .footer-wrapper .footer-section.contacts .footer-content li:nth-of-type(1)::before {
  content: url(../../assets/img/icons/footer-icon-01.svg);
  display: flex;
  padding-top: 3.5px;
}
footer .footer-wrapper .footer-section.contacts .footer-content li:nth-of-type(2)::before {
  content: url(../../assets/img/icons/footer-icon-02.svg);
  display: flex;
  padding-top: 3px;
}
@media (max-width: 992px) {
  footer .footer-wrapper .footer-section.contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapper .footer-section.contacts .footer-content ul {
    flex-direction: row;
  }
  footer .footer-wrapper .footer-section.contacts .footer-content ul li:nth-of-type(1)::after {
    content: "|";
    color: #99A1AF;
    font-size: 1em;
    margin: 0 clamp(0.5rem, 0.3875rem + 0.5vw, 0.75rem);
  }
}
@media (max-width: 576px) {
  footer .footer-wrapper .footer-section.contacts .footer-content {
    text-align: center;
  }
  footer .footer-wrapper .footer-section.contacts .footer-content ul {
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
  }
  footer .footer-wrapper .footer-section.contacts .footer-content ul li:nth-of-type(1)::after {
    display: none;
  }
}
footer .footer-wrapper .footer-section.social .footer-content ul {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}
footer .footer-wrapper .footer-section.social .footer-content ul li {
  width: 3rem;
  height: 3rem;
  background-color: #343434;
  border: 1px solid transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
footer .footer-wrapper .footer-section.social .footer-content ul li:hover {
  border: 1px solid rgb(244, 244, 244);
}
@media (max-width: 992px) {
  footer .footer-wrapper .footer-section.social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-wrapper .footer-section.info .footer-content ul {
  cursor: pointer;
}
@media (max-width: 992px) {
  footer .footer-wrapper .footer-section.info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapper .footer-section.info ul {
    flex-direction: row;
  }
  footer .footer-wrapper .footer-section.info ul li:nth-of-type(1)::after {
    content: "|";
    color: #99A1AF;
    font-size: 1em;
    margin: 0 clamp(0.5rem, 0.3875rem + 0.5vw, 0.75rem);
  }
}
@media (max-width: 576px) {
  footer .footer-wrapper .footer-section.info ul {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapper .footer-section.info ul li:nth-of-type(1)::after {
    display: none;
  }
}
footer .footer-copyright {
  color: #99A1AF;
  font-size: clamp(0.8333rem, 0.8033rem + 0.1333vw, 0.9rem);
  font-weight: 400;
  text-align: center;
  margin-top: clamp(1.5rem, 1.1625rem + 1.5vw, 2.25rem);
}
footer .footer-link {
  color: #99A1AF;
  position: relative;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .footer-link::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.9px;
  width: 100%;
  opacity: 0;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .footer-link:hover {
  color: white;
}
footer .footer-link:hover::after {
  width: 100%;
  opacity: 1;
}