:root {
  --section-vertical-padding: .8125rem;
  --primary-color: #050e58;
  --white: white;
  --button: 1rem;
  --secondary-color: #ed018d;
  --paragraph-large: 1.25rem;
  --paragraph-small: 1rem;
  --smoke: whitesmoke;
  --h1-large: 5rem;
  --h1-small: 4rem;
  --h2: 3.75rem;
  --h3: 2.5rem;
  --h3-small: 2rem;
  --h2-small: 3.125rem;
  --h4: 1.5rem;
  --paragraph-medium: 1.1rem;
  --h1-medium: 4.5rem;
  --section-horizontal-p: 7.5rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  --section-vertical-padding: .8125rem;
  --primary-color: #050e58;
  --white: white;
  --button: .9rem;
  --secondary-color: #ed018d;
  --paragraph-large: 1.25rem;
  --paragraph-small: 1rem;
  --smoke: whitesmoke;
  --h1-large: 4rem;
  --h1-small: 3rem;
  --h2: 2.8rem;
  --h3: 1.8rem;
  --h3-small: 2rem;
  --h2-small: 3.125rem;
  --h4: 1.2rem;
  --paragraph-medium: 1rem;
  --h1-medium: 4.5rem;
  --section-horizontal-p: 7.5rem;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

.container {
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-icon-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar {
  padding-top: var(--section-vertical-padding);
  padding-bottom: var(--section-vertical-padding);
  background-color: var(--primary-color);
  position: static;
  left: 0;
  right: 0;
}

.navbar.no-bg {
  background-color: var(--primary-color);
  position: static;
}

.navlink {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  text-transform: uppercase;
  padding: 10px;
}

.navlink.w--current {
  color: var(--secondary-color);
}

.navlink.dropdown {
  padding-right: 40px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 22px;
}

.hero-section {
  background-color: var(--primary-color);
  height: 150vh;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-pink-bar {
  z-index: 1;
  background-color: var(--secondary-color);
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 42%;
}

.hero-content-w {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 125px;
  left: 126px;
}

.section-subtitle--h3 {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-small);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
  top: 187px;
}

.hero-img-w {
  z-index: 1;
  background-image: linear-gradient(90deg, #020c1d, #020c1d00 54%), url('../images/958d8b6a5385b80f9695c36ef39c82cd9ae52a00_1.avif');
  background-position: 0 0, 15%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 72%;
  height: 500px;
  position: absolute;
  top: 118px;
  left: auto;
  right: 0;
}

.hero-heading--h1 {
  color: var(--smoke);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h1-large);
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 256px;
}

.button {
  background-color: var(--secondary-color);
  font-size: var(--button);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-circle {
  z-index: -1;
  background-color: var(--secondary-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-text {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  font-weight: 500;
  text-decoration: none;
}

.button-text.blue {
  color: var(--primary-color);
}

.section {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.t-d-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading--h2 {
  color: var(--primary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  position: static;
  left: 50%;
  right: 50%;
}

.section-slider {
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.slide {
  grid-column-gap: 3.333%;
  grid-row-gap: 3.333%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.section-card-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2e38dcd26b90ce0261ec804708e762d2157a53cd_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.section-subheading-white--h3 {
  color: var(--white);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.section-card-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/bcbbd39750513da87f2d53983994ea4b16c2ae51_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.section-card-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aec18548890a0b0ac48d574689ae9f9e52c36039_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.section-heading--h2--left-align {
  color: var(--primary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: left;
  width: auto;
  margin: 0 0% 0 0;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  left: 50%;
  right: 50%;
  overflow: visible;
}

.section-heading--h2--left-align.ml {
  margin-left: 40px;
}

.section-heading--h2--left-align.h2-ml {
  color: var(--white);
  display: block;
}

.wrapper-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.button--blue {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  top: 576px;
}

.button-text--blue {
  color: var(--primary-color);
  margin-left: 21px;
  font-family: Jost, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
}

.section-img-w {
  flex: auto;
  height: 100vh;
  padding: 3rem;
}

.section-left-align-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.course-w {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: inline-flex;
}

.section-small-title--h4 {
  z-index: 1;
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--h4);
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: inline-block;
  position: relative;
}

.section-subheading--h3 {
  z-index: 1;
  color: var(--secondary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.section-dark-bg {
  background-color: var(--primary-color);
  padding: 4rem 2rem 4rem 4rem;
}

.section-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-container.long {
  width: 90%;
  max-width: 1080px;
}

.section-heading--h2--left-align--white {
  color: var(--white);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  position: static;
  left: 50%;
  right: 50%;
}

.section-grid-3-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-grid-child {
  background-color: #0000;
  border: 1px solid #ed018d;
  padding: 2rem 1rem;
  text-decoration: none;
  position: relative;
}

.section-paragraph--p {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-small);
  font-weight: 300;
  line-height: 1.4;
}

.card-no--large-title {
  z-index: 1;
  color: #ed018d73;
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h1-small);
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.student-feature-wrapper {
  background-color: #40461f;
  background-image: url('../images/hellen-student-photo.jpg');
  background-position: 120% 20%;
  background-repeat: no-repeat;
  background-size: 756px;
  flex-flow: row;
  justify-content: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  line-height: 1.2;
  display: flex;
}

.feature-img-2 {
  background-image: url('../images/e5f1b5f4cd7ccc036eca66ed6200a20ce2733df2_1.avif');
  background-position: 60%;
  background-size: cover;
  width: 345px;
  height: 85vh;
}

.slider {
  width: 450px;
  height: 100vh;
}

.slide-2 {
  background-color: var(--primary-color);
  width: 450px;
  height: 100%;
  right: 0;
}

.slider-wrapper {
  width: 400px;
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mask {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: url('../images/aec18548890a0b0ac48d574689ae9f9e52c36039_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 #000;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 450px;
  margin-left: 5%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span {
  color: var(--white);
}

.section-small-title-vertical--h4 {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
}

.section-paragraph--p-relative {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-small);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.line-1 {
  background-color: var(--primary-color);
  width: 1px;
  height: 270px;
}

.section-paragraph--p-relative-copy {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-small);
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.button-animated {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.button-animated._w-100 {
  opacity: 0;
  display: flex;
}

.button-animated._w-100-copy {
  opacity: 1;
  display: flex;
}

.button-animated._w-100-copy._w- {
  width: 160px;
}

.ceo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-heading--h2--white {
  color: var(--white);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: center;
  margin: 0 0% 0 0;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  left: 50%;
  right: 50%;
}

.section-flex {
  flex-flow: row-reverse;
  height: auto;
  display: flex;
}

.left-section-img-w {
  background-image: url('../images/44735351dc8fc3fa011fe996617322a479ba1221_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.section-child-flex-right {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.section-paragraph {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  width: 80%;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-2 {
  color: var(--secondary-color);
}

.div-block-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
}

.admission-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.admission-wrapper.alt {
  padding: 40px;
}

.section-heading--h2-pink {
  color: var(--secondary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: center;
  margin: 0 0% 0 0;
  font-weight: 400;
  line-height: 1;
  position: static;
  left: 50%;
  right: 50%;
}

.section-link-block {
  border: 1px solid var(--secondary-color);
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem .5rem;
  text-decoration: none;
  display: flex;
}

.section-link-block.alt {
  color: var(--secondary-color);
  transition: color .2s, background-color .2s;
}

.section-link-block.alt:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.section-grid-3-3-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.section-grid-3-3-copy.alt {
  grid-row-gap: .8rem;
  grid-template-columns: 1fr;
}

.questions-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  display: flex;
}

.faqs-main-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faqs-parent-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.faqs-parent-w:hover {
  background-color: #ed018d1c;
}

.faqs-heading-h4 {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.section-paragraph-copy {
  color: #00000080;
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  width: 90%;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-content-w {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: inline-flex;
}

.footer-content-w.company-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 100%;
  line-height: 1.5;
}

.footer-content-w.s {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.link-block {
  max-width: 150px;
}

.image-3 {
  max-width: 100%;
}

.section-paragraph--white {
  color: var(--white);
  width: 80%;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-paragraph--white.footer-text {
  font-size: var(--paragraph-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-title--h4 {
  color: var(--secondary-color);
  font-family: Jost, sans-serif;
  font-size: var(--h4);
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.footer-info-text--body-s {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  font-weight: 400;
  text-decoration: none;
}

.footer-info-text--body-s:hover {
  color: #ed018dab;
}

.footer-info-text--body-s.dark {
  color: var(--primary-color);
  font-size: var(--paragraph-medium);
}

.list-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section-courses-hero {
  background-color: var(--primary-color);
  flex-flow: column;
  width: auto;
  height: 100vh;
  display: flex;
}

.azelle-hero {
  background-image: linear-gradient(270deg, #fff0 36%, #020c1d), url('../images/bridal-wear-course_1.avif');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 85%;
}

.azelle-hero.int {
  background-image: linear-gradient(270deg, #fff0 36%, #020c1d), url('../images/4465-min_1.avif');
}

.azelle-hero.beg {
  background-image: linear-gradient(270deg, #fff0 36%, #020c1d), url('../images/flip_1.avif');
}

.page-link-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.page-links-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-link {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-small);
  text-transform: uppercase;
  text-decoration: none;
}

.page-link.pink-page-link {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
}

.course-overview {
  padding-top: 3rem;
}

.course-overview-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-paragraph-center-align {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  text-align: center;
  width: 85%;
  font-weight: 400;
  line-height: 1.2;
}

.link-wrapper-flex {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-blue {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  font-weight: 500;
}

.section-subtitle--h3-center-blue {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--h3);
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  position: static;
  top: 187px;
}

.section-subtitle--h3-center-blue.small {
  font-size: var(--paragraph-medium);
  text-align: left;
}

.section-subtitle--h3-center-blue.small.center {
  text-align: center;
}

.tag-wrapper {
  background-color: #ffe0f3;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.tag-text {
  color: var(--secondary-color);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  text-decoration: none;
}

.section-grid-3-3-long {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.section-heading--h2-pink-left {
  color: var(--secondary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
  position: static;
  left: 50%;
  right: 50%;
}

.section-paragraph-100 {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.section-paragraph-100.number {
  width: auto;
}

.section-paragraph-100.sch {
  margin-bottom: 20px;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-grid-child-no-border {
  background-color: #efefef;
  border: 1px #ed018d;
  padding: 2rem;
  text-decoration: none;
  position: relative;
}

.section-grid-child-no-border.gray1 {
  background-color: #e1e1e1;
}

.section-grid-child-no-border.gray2 {
  background-color: #d0d0d0;
}

.section-paragraph--white-center {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.4;
}

.section-gray-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.other-courses {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  display: grid;
}

.other-courses-item {
  background-image: linear-gradient(#c3c3c33d, #fff0 0%, #000c), url('../images/4465-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 2rem;
  position: relative;
}

.other-courses-item.beg {
  background-image: linear-gradient(#c3c3c33d, #fff0 0%, #000c 98%), url('../images/flip_1.avif');
}

.course-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 75%;
}

.text-link-white {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  font-weight: 500;
  text-decoration: none;
}

.other-courses-item-copy {
  background-image: linear-gradient(0deg, #000c, #fff0 100%, #c3c3c33d), url('../images/bridal-wear-course_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 2rem;
  position: relative;
}

.other-courses-item-copy.int {
  background-image: linear-gradient(0deg, #000c 12%, #fff0 100%, #c3c3c33d), url('../images/4465-min_1.avif');
}

.azelle-hero-headind {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.section-subtitle {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  position: static;
  top: 187px;
}

.page-hero-heading--h1 {
  color: var(--white);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h1-small);
  width: 80%;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

.page-hero-heading--h1.black {
  color: var(--primary-color);
}

.application-text {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.application-text.alt {
  padding-left: 60px;
}

.tag-parent-w-left-align {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-parent-w-left-align.center {
  justify-content: center;
  align-items: center;
}

.tags-block-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 90%;
  max-width: 940px;
  margin-bottom: 2rem;
  margin-left: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.application-section-gray {
  background-color: #e1e1e1;
  padding: 4rem;
}

.section-content-w-2-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.list-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--secondary-color);
  margin-left: 0;
  padding: 1.2rem;
  display: flex;
}

.section-heading--h2-pink--left {
  color: var(--secondary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: left;
  margin: 0 0% 20px 0;
  font-weight: 400;
  position: static;
  left: 50%;
  right: 50%;
}

.section-paragraph--white-left {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: var(--paragraph-medium);
  text-align: left;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.2;
}

.list-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.section-courses-hero-alt {
  background-color: var(--primary-color);
  flex-flow: column;
  width: auto;
  height: 70vh;
  display: flex;
}

.about {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 60px;
  display: flex;
}

.about.rev {
  flex-flow: row-reverse;
}

.about-image {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-image: url('../images/2150627960_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  line-height: 20px;
  display: flex;
}

.about-image.img-d {
  background-image: url('../images/126898_1.avif');
}

.about-image.img-e {
  background-image: url('../images/4715_1.avif');
  background-repeat: no-repeat;
}

.about-image.img-a {
  background-image: url('../images/90d23d04d4cf8d1df0e9139129cf1f02df434f4e_1.avif');
  background-repeat: no-repeat;
}

.section-heading--h2--left-align-copy {
  color: var(--primary-color);
  font-family: Tenor Sans, sans-serif;
  font-size: var(--h2);
  text-align: left;
  margin: 0 0% 0 0;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  left: 50%;
  right: 50%;
  overflow: visible;
}

.feature-content-copy {
  border: 0 #000;
  width: 60%;
  height: 70%;
  display: none;
  position: relative;
  top: -48%;
  left: 27.5%;
}

.azelle-hero-copy {
  background-image: linear-gradient(270deg, #fff0 33%, #020c1d 86%), url('../images/4508-min_1.avif');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 100%;
}

.nav-home {
  background-color: var(--primary-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-3 {
  max-width: 90%;
}

.brand {
  width: 150px;
  height: 100px;
}

.footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary-color);
  padding: 3rem;
}

.div-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.course-animated {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.course-bg-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.course-section-w {
  opacity: 1;
  background-image: url('../images/4508-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.course-overlay {
  background-image: linear-gradient(90deg, #000, #50505000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-2 {
  background-color: #0000;
}

.azelle-hero-admin {
  background-image: linear-gradient(270deg, #fff0 36%, #020c1d), url('../images/2150171822_1.avif');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 85%;
}

.items-grid-w {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.dropdown-link {
  color: var(--primary-color);
  font-family: Jost, sans-serif;
  font-size: var(--button);
  text-transform: uppercase;
  font-weight: 400;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--secondary-color);
}

.apply-form-embed {
  width: 100%;
  margin-top: 60px;
}

.contact-form-blk {
  width: 480px;
  margin-top: 40px;
}

.contact-grid-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-label {
  color: var(--secondary-color);
  font-size: var(--paragraph-small);
  text-transform: uppercase;
  font-weight: 500;
}

.contact-field {
  color: var(--primary-color);
  font-size: var(--paragraph-medium);
  background-color: #dfe0eb6b;
  border: 1px solid #050e5861;
  border-radius: 3px;
  margin-bottom: 40px;
}

.contact-field:focus {
  border-color: var(--secondary-color);
}

.contact-field.large {
  height: 150px;
}

.social-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.social-w.alt {
  place-items: stretch start;
  margin-top: -20px;
  display: flex;
}

.social-link {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-link.dark {
  background-color: #dde0f9;
  transition: background-color .2s;
}

.social-link.dark:hover {
  background-color: var(--primary-color);
}

.brand-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-grid-2-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.items-list-w {
  color: var(--secondary-color);
  font-size: var(--paragraph-medium);
}

.learning-item-list {
  margin-bottom: 20px;
}

.flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 980px;
  display: grid;
}

.flex-container.main {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.flex-child-img-w {
  background-image: linear-gradient(#1f1f1f00 17%, #000), url('../images/IMG_2572.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flex-child-img-w.about {
  width: 380px;
  height: 380px;
}

.flex-child-content-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--smoke);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.flex-child-content-w.about {
  background-color: #0000;
}

.student-img-block {
  display: none;
}

.about-content-w {
  padding-top: 40px;
  padding-left: 60px;
}

@media screen and (min-width: 1280px) {
  body {
    --section-vertical-padding: .8125rem;
    --primary-color: #050e58;
    --white: white;
    --button: .9rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.25rem;
    --paragraph-small: 1rem;
    --smoke: whitesmoke;
    --h1-large: 4.5rem;
    --h1-small: 3.8rem;
    --h2: 3.5rem;
    --h3: 2.5rem;
    --h3-small: 2rem;
    --h2-small: 3rem;
    --h4: 1.5rem;
    --paragraph-medium: 1.1rem;
    --h1-medium: 4.2rem;
    --section-horizontal-p: 7.5rem;
  }

  .container {
    max-width: 1080px;
  }

  .nav-container {
    max-width: 90%;
  }

  .navlink {
    font-size: var(--button);
  }

  .hero-section {
    height: 130vh;
  }

  .hero-content-w {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: auto;
    max-width: 1080px;
    height: 100%;
    top: 85px;
  }

  .section-subtitle--h3 {
    font-size: 1rem;
  }

  .hero-heading--h1 {
    font-size: var(--h1-large);
    width: 800px;
  }

  .button {
    top: 542px;
  }

  .button-circle {
    width: 50px;
    height: 50px;
  }

  .section-card-1 {
    height: 250px;
  }

  .section-subheading-white--h3 {
    line-height: 1.2;
  }

  .section-card-2, .section-card-3 {
    height: 250px;
  }

  .section-heading--h2--left-align {
    font-size: var(--h2-small);
    width: auto;
  }

  .button-text--blue {
    font-size: 1.1rem;
  }

  .section-img-w {
    height: 100vh;
    padding: 4rem;
  }

  .section-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-container.long {
    max-width: 1160px;
  }

  .section-grid-child {
    padding: 2rem;
  }

  .student-feature-wrapper {
    background-position: 120% 20%;
    line-height: 1.2;
  }

  .feature-img-2 {
    width: 450px;
  }

  .slider-wrapper {
    width: 445px;
  }

  .slide-3 {
    width: 100%;
    height: 100%;
  }

  .feature-content {
    max-width: 540px;
    left: 28%;
  }

  .line-1 {
    height: 320px;
    left: 23%;
  }

  .button-animated {
    height: 50px;
  }

  .button-animated._w-100 {
    opacity: 0;
    width: 180px;
  }

  .section-paragraph {
    width: 90%;
    font-weight: 500;
  }

  .questions-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-parent-w {
    cursor: pointer;
    padding: 1.2rem;
  }

  .faqs-heading-h4 {
    font-size: var(--paragraph-large);
  }

  .footer-content-w {
    padding-left: 1rem;
  }

  .footer-content-w.s {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-paragraph--white.footer-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .footer-info-text--body-s {
    line-height: 1.2;
  }

  .list-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-left: 1rem;
  }

  .section-paragraph-100 {
    line-height: 1.4;
  }

  .section-gray-content-wrapper {
    max-width: 1160px;
  }

  .other-courses-item {
    background-image: linear-gradient(#c3c3c33d, #fff0 0%, #000c 90%), url('../images/4465-min_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .other-courses-item.beg {
    background-image: linear-gradient(185deg, #c3c3c33d, #fff0 0%, #000c), url('../images/flip_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-link-white {
    text-decoration: none;
  }

  .other-courses-item-copy {
    background-image: linear-gradient(360deg, #000c 4%, #fff0 100%, #c3c3c33d), url('../images/bridal-wear-course_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .other-courses-item-copy.int {
    background-image: linear-gradient(355deg, #000c, #fff0 100%, #c3c3c33d), url('../images/4465-min_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .application-text {
    max-width: 640px;
  }

  .section-heading--h2-pink--left {
    font-size: var(--h2-small);
  }

  .section-heading--h2--left-align-copy {
    width: auto;
  }

  .container-3 {
    max-width: 90%;
  }

  .footer-section {
    padding: 3rem;
  }

  .div-block-5 {
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr;
  }

  .items-grid-w {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container {
    grid-template-columns: 1fr 1fr;
    max-width: 1080px;
  }

  .flex-child-img-w {
    height: 580px;
  }

  .flex-child-img-w.about {
    width: auto;
    height: 480px;
  }

  .flex-child-content-w {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --section-vertical-padding: .8125rem;
    --primary-color: #050e58;
    --white: white;
    --button: 1rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.35rem;
    --paragraph-small: 1.1rem;
    --smoke: whitesmoke;
    --h1-large: 4.5rem;
    --h1-small: 5rem;
    --h2: 3.8rem;
    --h3: 2.5rem;
    --h3-small: 2rem;
    --h2-small: 3.2rem;
    --h4: 1.5rem;
    --paragraph-medium: 1.25rem;
    --h1-medium: 4.5rem;
    --section-horizontal-p: 7.5rem;
  }

  .container {
    max-width: 1280px;
  }

  .nav-container {
    max-width: 90%;
  }

  .navlink {
    font-size: var(--button);
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hero-content-w {
    max-width: 1280px;
  }

  .section-subtitle--h3 {
    font-size: 1.2rem;
  }

  .hero-img-w {
    width: 72%;
    height: 70%;
  }

  .hero-heading--h1 {
    width: 900px;
    top: 250px;
  }

  .button-circle {
    width: 65px;
    height: 65px;
  }

  .slide.hide {
    display: none;
  }

  .section-card-1 {
    height: 300px;
  }

  .section-subheading-white--h3 {
    line-height: 1.2;
  }

  .section-card-2, .section-card-3 {
    height: 300px;
  }

  .button-text--blue {
    font-size: 1.3rem;
  }

  .section-img-w {
    height: 100vh;
    padding: 5rem;
  }

  .section-small-title--h4 {
    line-height: 1.2;
  }

  .section-dark-bg {
    padding: 5rem;
  }

  .section-container, .section-container.long {
    max-width: 1280px;
  }

  .section-grid-child {
    padding-top: 3rem;
  }

  .section-paragraph--p {
    line-height: 1.2;
  }

  .student-feature-wrapper {
    background-position: 110% 20%;
    background-size: 850px;
  }

  .feature-img-2 {
    width: 520px;
  }

  .slide-3 {
    width: 100%;
  }

  .feature-content {
    width: 40%;
    max-width: 720px;
  }

  .section-paragraph--p-relative-copy {
    top: 53%;
  }

  .button-animated {
    height: 65px;
    padding-left: 30px;
    padding-right: 30px;
    top: auto;
    bottom: 60px;
  }

  .button-animated._w-100 {
    opacity: 0;
    width: 200px;
    bottom: 0;
  }

  .button-animated._w-100-copy._w-125, .button-animated._w-100-copy._w- {
    bottom: 0;
  }

  .ceo-section {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-paragraph {
    width: 90%;
    line-height: 1.2;
  }

  .section-link-block {
    line-height: 1.2;
  }

  .faqs-parent-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 1.5rem;
  }

  .faqs-heading-h4 {
    line-height: 1.2;
  }

  .section-paragraph-copy {
    font-size: var(--paragraph-small);
  }

  .footer-content-w {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-content-w.company-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    line-height: 1.2;
  }

  .footer-content-w.s {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-block {
    max-width: 200px;
  }

  .section-paragraph--white.footer-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .footer-info-text--body-s {
    line-height: 1.2;
  }

  .list-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .page-link.pink-page-link {
    text-align: center;
    font-size: 1.12rem;
  }

  .course-overview {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-paragraph-100 {
    line-height: 1.4;
  }

  .section-gray-content-wrapper {
    max-width: 1280px;
  }

  .page-hero-heading--h1 {
    font-size: var(--h1-large);
  }

  .application-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tags-block-copy {
    max-width: 1280px;
  }

  .about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-3 {
    max-width: 90%;
  }

  .brand {
    width: 180px;
    height: 100px;
  }

  .div-block-5, .items-grid-w {
    align-items: start;
  }

  .social-link.dark {
    width: 48px;
    height: 48px;
  }

  .flex-container {
    max-width: 1280px;
  }

  .flex-child-img-w {
    height: 640px;
  }

  .flex-child-img-w.about {
    height: 540px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --section-vertical-padding: 1.5rem;
    --primary-color: #050e58;
    --white: white;
    --button: 1.25rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.6rem;
    --paragraph-small: 1.35rem;
    --smoke: whitesmoke;
    --h1-large: 6.5rem;
    --h1-small: 5.5rem;
    --h2: 4.8rem;
    --h3: 3.5rem;
    --h3-small: 2rem;
    --h2-small: 4rem;
    --h4: 1.75rem;
    --paragraph-medium: 1.5rem;
    --h1-medium: 4.5rem;
    --section-horizontal-p: 7.5rem;
  }

  .container {
    max-width: 85%;
  }

  .nav-container {
    max-width: 90%;
  }

  .navlink {
    font-size: var(--button);
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-section {
    height: 970px;
  }

  .hero-content-w {
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    height: 90%;
    left: 174px;
  }

  .section-subtitle--h3 {
    font-size: 1.5rem;
  }

  .hero-img-w {
    width: 70%;
    height: 80%;
  }

  .hero-heading--h1 {
    width: 1040px;
    line-height: 1;
    top: 278px;
  }

  .button {
    bottom: 242px;
  }

  .button-circle {
    width: 80px;
    height: 80px;
  }

  .slide {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .section-card-1 {
    height: 400px;
  }

  .section-subheading-white--h3 {
    line-height: 1.2;
  }

  .section-card-2, .section-card-3 {
    height: 400px;
  }

  .button-text--blue {
    font-size: 2rem;
  }

  .section-img-w {
    height: 100vh;
    padding: 8rem;
  }

  .section-subheading--h3 {
    line-height: 1.2;
  }

  .section-dark-bg {
    padding: 8rem;
  }

  .section-container {
    max-width: 1440px;
  }

  .section-container.long {
    max-width: 1580px;
  }

  .section-grid-child {
    padding-top: 3rem;
  }

  .student-feature-wrapper {
    background-size: 1080px;
  }

  .feature-img-2 {
    width: 665px;
  }

  .slider-wrapper {
    width: 600px;
  }

  .slide-3 {
    width: 100%;
  }

  .feature-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 50%;
    max-width: 670px;
  }

  .section-small-title-vertical--h4 {
    left: 98px;
  }

  .section-paragraph--p-relative {
    font-size: var(--paragraph-medium);
    line-height: 1.4;
    left: 27%;
  }

  .section-paragraph--p-relative-copy {
    left: 27%;
  }

  .button-animated {
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-animated._w-100 {
    z-index: 1;
    opacity: 0;
    width: 295px;
    display: flex;
    bottom: 0;
  }

  .button-animated._w-100-copy {
    position: relative;
    bottom: 0;
  }

  .section-child-flex-right {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .section-paragraph {
    font-size: var(--h4);
    line-height: 1.4;
  }

  .admission-wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .questions-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .faqs-parent-w {
    padding: 2rem;
  }

  .section-paragraph-copy {
    line-height: 1.2;
  }

  .link-block {
    max-width: 300px;
  }

  .image-3 {
    width: 100%;
  }

  .section-paragraph--white.footer-text {
    font-size: 24px;
    line-height: 1.5;
  }

  .list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .page-link {
    text-transform: uppercase;
    line-height: 1.2;
  }

  .page-link.pink-page-link {
    font-size: var(--paragraph-medium);
  }

  .course-overview {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .course-overview-container {
    margin-bottom: 2rem;
  }

  .section-subtitle--h3-center-blue, .tag-text {
    line-height: 1.2;
  }

  .section-grid-child-no-border, .section-grid-child-no-border.gray1 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .application-text {
    max-width: 840px;
  }

  .section-heading--h2-pink--left {
    font-size: var(--h2);
    line-height: 1.4;
  }

  .section-paragraph--white-left {
    width: 100%;
  }

  .list-4 {
    font-size: 2rem;
  }

  .about {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about.rev {
    padding-right: 100px;
  }

  .container-3 {
    max-width: 90%;
  }

  .brand {
    width: 240px;
    height: 120px;
  }

  .div-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr .75fr 1fr 1fr 1fr;
  }

  .course-animated {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .list-w {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .items-grid-w {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .contact-form-blk {
    width: 680px;
  }

  .contact-field {
    height: 60px;
  }

  .contact-field.large {
    height: 200px;
  }

  .social-link.dark {
    width: 60px;
    height: 60px;
  }

  .flex-container {
    max-width: 1440px;
  }

  .flex-child-img-w {
    height: 100%;
  }

  .flex-child-img-w.about {
    width: 100%;
    height: 100%;
  }

  .flex-child-content-w {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --section-vertical-padding: .8125rem;
    --primary-color: #050e58;
    --white: white;
    --button: .85rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.25rem;
    --paragraph-small: 1rem;
    --smoke: whitesmoke;
    --h1-large: 3.5rem;
    --h1-small: 3rem;
    --h2: 2.5rem;
    --h3: 1.5rem;
    --h3-small: 2rem;
    --h2-small: 3.125rem;
    --h4: 1rem;
    --paragraph-medium: 1rem;
    --h1-medium: 4.5rem;
    --section-horizontal-p: 7.5rem;
  }

  .container {
    max-width: 767px;
    margin-bottom: 2rem;
  }

  .social-icon-img {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .navlink {
    font-size: var(--button);
    font-weight: 400;
  }

  .navlink.w--current {
    color: var(--secondary-color);
    font-weight: 400;
  }

  .nav-menu {
    background-color: #0000;
    top: 0;
  }

  .hero-section {
    height: 120vh;
  }

  .hero-pink-bar {
    width: 250px;
  }

  .hero-content-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    top: 101px;
    left: 79px;
  }

  .section-subtitle--h3 {
    top: 120px;
  }

  .hero-img-w {
    height: 70%;
    margin-top: 40px;
    top: 60px;
  }

  .hero-heading--h1 {
    width: 550px;
    top: 170px;
  }

  .button {
    top: 393px;
  }

  .section-slider {
    margin-top: 20px;
  }

  .section-heading--h2--left-align {
    width: auto;
  }

  .section-heading--h2--left-align.h2-ml {
    display: block;
  }

  .wrapper-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text--blue {
    font-size: .8rem;
  }

  .section-img-w {
    height: 100vh;
  }

  .section-dark-bg {
    justify-content: center;
    align-items: center;
    padding: 3rem;
    display: flex;
  }

  .section-container {
    max-width: 90%;
  }

  .section-grid-3-3 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 2rem;
  }

  .section-grid-child {
    padding: 1rem;
  }

  .student-feature-wrapper {
    background-position: 50%;
    background-size: cover;
    align-items: flex-end;
    height: 150vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .feature-img-2 {
    width: 250px;
    height: 70vh;
  }

  .slider-wrapper {
    width: 250px;
  }

  .feature-content {
    background-color: #40461ff5;
    width: 90%;
    max-width: none;
    padding: 40px;
  }

  .section-small-title-vertical--h4 {
    top: 24%;
    left: 49px;
  }

  .section-paragraph--p-relative {
    top: 16%;
  }

  .line-1 {
    top: 17%;
  }

  .section-paragraph--p-relative-copy {
    top: 45%;
  }

  .section-flex {
    height: auto;
  }

  .left-section-img-w {
    width: 50%;
  }

  .section-paragraph {
    width: 90%;
  }

  .admission-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .admission-wrapper.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-link-block.alt {
    text-align: center;
  }

  .faqs-heading-h4 {
    font-size: var(--h4);
  }

  .section-paragraph-copy {
    width: 90%;
    font-size: .9rem;
  }

  .footer-content-w {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .footer-content-w.company-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-2 {
    padding-left: 0;
  }

  .page-links-container {
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .page-link {
    font-size: .9rem;
  }

  .section-paragraph-center-align, .section-paragraph--white-center {
    font-size: var(--paragraph-medium);
  }

  .course-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    top: 50%;
  }

  .text-link-white, .section-subtitle {
    font-size: var(--paragraph-medium);
  }

  .section-paragraph--white-left {
    font-size: 1rem;
  }

  .section-heading--h2--left-align-copy {
    width: auto;
    display: none;
  }

  .feature-content-copy {
    display: none;
  }

  .icon {
    color: var(--white);
    font-size: var(--h3-small);
  }

  .menu-button {
    background-color: var(--secondary-color);
    border-radius: 6px;
    margin-top: 20px;
    padding: 10px;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    text-align: center;
    width: 130px;
    height: 80px;
  }

  .footer-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-5 {
    grid-column-gap: 27px;
    grid-template-columns: .75fr .25fr 1fr 1fr 1fr;
  }

  .contact-form-blk {
    width: 100%;
  }

  .contact-grid-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.25fr 1fr;
  }

  .flex-container {
    grid-template-columns: 1fr 1fr;
  }

  .flex-child-img-w.about {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --section-vertical-padding: .8125rem;
    --primary-color: #050e58;
    --white: white;
    --button: .85rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.25rem;
    --paragraph-small: 1rem;
    --smoke: whitesmoke;
    --h1-large: 3rem;
    --h1-small: 2.5rem;
    --h2: 2rem;
    --h3: 1.2rem;
    --h3-small: 2rem;
    --h2-small: 3.125rem;
    --h4: 1rem;
    --paragraph-medium: 1rem;
    --h1-medium: 4.5rem;
    --section-horizontal-p: 7.5rem;
  }

  .container {
    width: 100%;
  }

  .social-icon-img {
    max-width: 100px;
  }

  .navlink {
    font-size: var(--paragraph-large);
    text-align: center;
    font-weight: 600;
  }

  .navlink.w--current {
    color: var(--primary-color);
    font-size: var(--paragraph-large);
    font-weight: 600;
  }

  .nav-menu {
    background-color: var(--secondary-color);
    justify-content: center;
    align-items: stretch;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-pink-bar {
    width: 200px;
  }

  .hero-content-w {
    width: 85%;
    display: flex;
    top: 69px;
    left: 39px;
  }

  .section-subtitle--h3 {
    top: 77px;
  }

  .hero-heading--h1 {
    width: 75%;
    top: 119px;
  }

  .button {
    top: 355px;
  }

  .button-circle {
    width: 45px;
    height: 45px;
  }

  .slide {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-width: 150%;
  }

  .section-card-1, .section-card-2, .section-card-3 {
    width: 40%;
    height: 150px;
  }

  .section-heading--h2--left-align {
    text-align: center;
    margin-left: 0;
  }

  .section-heading--h2--left-align.h2-ml {
    text-align: left;
    margin-left: 0;
    display: inline-block;
  }

  .wrapper-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-text--blue {
    font-size: .7rem;
  }

  .section-dark-bg {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-container {
    width: 90%;
    max-width: 90%;
  }

  .section-grid-3-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-grid-child {
    padding-top: 2rem;
  }

  .student-feature-wrapper {
    background-position: -70% 0;
    background-size: 756px;
    height: 100vh;
  }

  .feature-img-2, .slider-wrapper {
    width: 200px;
    height: 50vh;
  }

  .feature-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #40461f;
    width: 60%;
    margin-left: 0%;
    top: 11%;
    left: 26.5%;
  }

  .section-small-title-vertical--h4 {
    left: 30px;
  }

  .section-paragraph--p-relative {
    left: 26%;
  }

  .line-1 {
    left: 21%;
  }

  .section-paragraph--p-relative-copy {
    top: 47%;
    left: 26%;
  }

  .button-animated {
    bottom: 0;
    left: 0%;
  }

  .button-animated._w-100-copy {
    left: 0%;
  }

  .section-flex {
    flex-flow: column-reverse;
  }

  .left-section-img-w {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .section-child-flex-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 2rem;
  }

  .section-paragraph {
    width: 100%;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-link-block {
    text-align: center;
  }

  .section-grid-3-3-copy {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .questions-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-content-w {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .page-links-container {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .page-link, .tag-text {
    line-height: 1.2;
  }

  .section-grid-3-3-long {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    place-content: stretch center;
  }

  .section-grid-child-no-border {
    height: 50vh;
  }

  .section-paragraph--white-center {
    font-size: var(--paragraph-small);
  }

  .section-gray-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .other-courses {
    grid-column-gap: .7rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 40vh;
  }

  .other-courses-item {
    padding: 1rem;
  }

  .course-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    top: 60%;
  }

  .text-link-white {
    line-height: 1.2;
  }

  .page-hero-heading--h1 {
    line-height: 1;
  }

  .application-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .application-text.alt {
    padding-left: 0;
  }

  .application-section-gray {
    padding: 1.5rem 1rem;
  }

  .section-content-w-2-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-paragraph--white-left {
    width: 100%;
    font-size: .9rem;
  }

  .about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-image {
    width: 100%;
    height: 80vh;
  }

  .section-heading--h2--left-align-copy {
    text-align: center;
    display: block;
  }

  .feature-content-copy {
    width: 70%;
    height: 80%;
    display: none;
    top: -42%;
    left: 26.5%;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .container-3 {
    display: block;
  }

  .brand {
    height: 85px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr .75fr 1fr;
  }

  .button-absolute {
    bottom: 30px;
    left: 1%;
  }

  .list-w {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .items-grid-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .contact-grid-w {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .section-grid-2-1 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .items-list-w {
    padding-left: 20px;
  }

  .flex-container {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .flex-child-img-w {
    height: 420px;
  }

  .flex-child-content-w {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content-w {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    --section-vertical-padding: .8125rem;
    --primary-color: #050e58;
    --white: white;
    --button: .85rem;
    --secondary-color: #ed018d;
    --paragraph-large: 1.25rem;
    --paragraph-small: .9rem;
    --smoke: whitesmoke;
    --h1-large: 2rem;
    --h1-small: 3.2rem;
    --h2: 2.4rem;
    --h3: 2.2rem;
    --h3-small: 1.8rem;
    --h2-small: 2rem;
    --h4: 1rem;
    --paragraph-medium: 1rem;
    --h1-medium: 4.5rem;
    --section-horizontal-p: 7.5rem;
  }

  .hero-section {
    height: 600px;
  }

  .hero-pink-bar {
    display: none;
    left: auto;
    right: auto;
  }

  .hero-content-w {
    height: 80%;
    top: 100px;
    left: 20px;
  }

  .section-subtitle--h3 {
    font-size: var(--paragraph-small);
    margin-top: 0;
    line-height: 1.4;
    top: 83px;
  }

  .hero-img-w {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/958d8b6a5385b80f9695c36ef39c82cd9ae52a00_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .hero-heading--h1 {
    font-size: var(--h1-small);
    letter-spacing: -2px;
    width: 100%;
    line-height: 1;
    top: 128px;
  }

  .button {
    top: 268px;
  }

  .button-text.blue {
    font-size: .75rem;
  }

  .section.black {
    padding-top: 40px;
  }

  .section.t-d-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 240%;
    padding-right: 20px;
  }

  .section-card-1 {
    width: 70%;
    height: 180px;
  }

  .section-subheading-white--h3 {
    font-size: var(--h3-small);
    line-height: 1.2;
  }

  .section-card-2, .section-card-3 {
    width: 70%;
    height: 180px;
  }

  .section-heading--h2--left-align {
    line-height: .9;
  }

  .section-heading--h2--left-align.ml {
    margin-left: 0;
  }

  .section-heading--h2--left-align.h2-ml {
    margin-right: 0%;
    display: block;
  }

  .wrapper-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-img-w {
    background-image: linear-gradient(90deg, #000000d1, #1b1b1bba 54%, #fff0), url('../images/b6ef0c3af5c2638efbf29b89c7c160ae7210fc5c_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 4rem 20px;
    display: flex;
  }

  .section-left-align-w {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    height: 80%;
    display: flex;
  }

  .course-w {
    flex-flow: column;
  }

  .section-small-title--h4 {
    line-height: 1.6;
  }

  .section-subheading--h3 {
    padding-bottom: 0;
    line-height: 1.2;
    display: inline-block;
  }

  .course-wrapper {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .section-dark-bg {
    padding: 4rem 1rem;
  }

  .section-container {
    width: 100%;
    max-width: 100%;
  }

  .section-grid-child {
    padding-top: 3rem;
  }

  .card-no--large-title {
    font-size: 3.5rem;
  }

  .student-feature-wrapper {
    background-color: #0000;
    background-image: none;
    flex-flow: column;
    align-items: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-img-2 {
    width: 100%;
    position: static;
  }

  .slider-wrapper {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .feature-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    background-color: #40461f;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-span {
    color: var(--primary-color);
  }

  .section-small-title-vertical--h4 {
    position: static;
    transform: rotate(0);
  }

  .section-paragraph--p-relative {
    width: 100%;
    position: static;
  }

  .line-1 {
    width: 270px;
    height: 1px;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .section-paragraph--p-relative-copy {
    width: 100%;
    position: static;
  }

  .ceo-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-heading--h2--white {
    line-height: 1.2;
  }

  .section-flex {
    flex-flow: column;
    height: auto;
    padding-top: 1rem;
  }

  .left-section-img-w {
    order: 1;
    width: 100%;
    height: 50vh;
  }

  .section-child-flex-right {
    padding: 2rem 1rem;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .admission-wrapper.alt {
    padding-left: 0;
    padding-right: 0;
  }

  .section-link-block {
    font-size: 14px;
  }

  .section-grid-3-3-copy {
    margin-top: 1.5rem;
  }

  .questions-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faqs-parent-w {
    cursor: pointer;
  }

  .faqs-heading-h4 {
    font-size: 1rem;
  }

  .section-paragraph-copy {
    width: 100%;
    font-size: .8rem;
    display: block;
  }

  .footer-content-w {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .footer-content-w.company-block {
    width: auto;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .section-paragraph--white.footer-text {
    width: auto;
    display: block;
  }

  .list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .section-courses-hero {
    background-color: #0000;
    height: auto;
  }

  .azelle-hero {
    height: 320px;
  }

  .azelle-hero.beg {
    background-image: linear-gradient(270deg, #fff0, #020c1d 96%), url('../images/flip_1.avif');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .page-link-wrapper {
    background-color: var(--primary-color);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    height: 180px;
    padding-bottom: 1.5rem;
  }

  .page-links-container {
    grid-column-gap: 10px;
    text-align: left;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 20px 10px 10px;
  }

  .page-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .8rem;
    text-decoration: underline;
  }

  .page-link.pink-page-link {
    margin: 10px;
  }

  .course-overview-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-paragraph-center-align {
    line-height: 1.4;
  }

  .link-wrapper-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 100%;
  }

  .text-link-blue {
    text-align: center;
    font-size: .75rem;
  }

  .section-subtitle--h3-center-blue.small {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-subtitle--h3-center-blue.small.center {
    margin-top: 0;
  }

  .section-grid-3-3-long {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-paragraph-100 {
    line-height: 1.4;
  }

  .section-grid-child-no-border {
    height: auto;
    padding: 1.5rem;
  }

  .section-grid-child-no-border.gray1, .section-grid-child-no-border.gray2 {
    height: auto;
  }

  .section-gray-content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .other-courses {
    grid-template-columns: 1fr;
    height: auto;
  }

  .other-courses-item {
    height: 40vh;
    position: static;
  }

  .course-info {
    flex-flow: row;
  }

  .other-courses-item-copy {
    height: 40vh;
    position: static;
  }

  .azelle-hero-headind {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .page-hero-heading--h1 {
    letter-spacing: -1px;
    width: 100%;
    line-height: 1;
  }

  .page-hero-heading--h1.black {
    text-align: center;
  }

  .application-text {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tag-parent-w-left-align {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tags-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .application-section-gray {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    padding: 2rem;
    display: flex;
  }

  .section-content-w-2-2 {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-content {
    padding: 1rem;
  }

  .section-paragraph--white-left {
    font-size: .8rem;
  }

  .about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 2rem 20px;
  }

  .about.rev {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .about-image {
    background-position: 50% 0;
    height: 240px;
  }

  .section-heading--h2--left-align-copy {
    line-height: 1.2;
  }

  .feature-content-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 4rem;
    display: flex;
    position: static;
  }

  .azelle-hero-copy {
    background-image: linear-gradient(270deg, #2427488c, #020c1d), url('../images/4508-min_1.avif');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    height: 90%;
  }

  .menu-button {
    border-radius: 8px;
    padding: 5px;
  }

  .brand {
    width: 130px;
    height: 85px;
    padding-left: 0;
  }

  .footer-section {
    padding: 2rem;
  }

  .div-block-5 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .course-animated {
    flex-flow: row;
  }

  .azelle-hero-admin {
    height: 75%;
  }

  .items-grid-w {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    font-size: var(--paragraph-small);
  }

  .contact-grid-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-w.alt {
    justify-content: center;
    align-items: stretch;
  }

  .section-grid-2-1 {
    margin-top: 1.5rem;
  }

  .flex-container {
    grid-template-rows: auto auto;
  }

  .flex-child-img-w.about {
    height: 320px;
  }

  .flex-child-content-w {
    padding: 40px 20px;
  }

  .student-img-block {
    background-image: url('../images/hellen-student-photo.jpg');
    background-position: 40% 30%;
    background-repeat: no-repeat;
    background-size: 400px;
    height: 380px;
    display: block;
  }

  .about-content-w {
    padding-top: 0;
  }
}

#w-node-_2fa1aaa3-cf71-4f4d-bbf5-54927ee3785d-7ee3785b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28bc7f18-13eb-521e-c8dc-d2c17aa454fd-2a99956c {
  justify-self: start;
}

#w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-fa052f76 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d46e7dd9-24ca-2c4d-9e96-3acde417f11e-7c122d94 {
  justify-self: start;
}

#w-node-_058ba88f-d8c6-6b3e-db4e-b37af5e40709-7c122d94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-7a9f88e3, #w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-c1b8ca3a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_2026c303-98f4-4883-1f77-7df1b030bff4-99f2678f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2026c303-98f4-4883-1f77-7df1b030bff4-99f2678f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fa1aaa3-cf71-4f4d-bbf5-54927ee3785d-7ee3785b {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fa1aaa3-cf71-4f4d-bbf5-54927ee3785d-7ee3785b {
    grid-column: span 1 / span 1;
  }

  #w-node-_28bc7f18-13eb-521e-c8dc-d2c17aa454fd-2a99956c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b420922e-926a-6ec8-f97a-0991c0e33fed-fa052f76, #w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-fa052f76, #w-node-_79e6d807-1ee7-3dad-dfc7-7204182911cb-89507ce4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d46e7dd9-24ca-2c4d-9e96-3acde417f11d-7c122d94 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d46e7dd9-24ca-2c4d-9e96-3acde417f11e-7c122d94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-7a9f88e3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4a3c0638-6cef-ad68-64bd-8cb2a4d7a53a-c1b8ca3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


