.config_degree_header {
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;

  margin-top: calc(var(--margin-header-mobile) + var(--banner-height));
}

.config_degree_header .content {
  position: relative;
}

.config_degree_header .content picture {
  position: absolute;
  bottom: 0;
  right: 0;
}

.config_degree_header .content picture img.macroarea {
  display: block;
  width: 160px;
  height: auto;
  margin-right: -16px;
}

.config_degree_header .content::after {
  position: absolute;
  content: '';
  background-color: var(--bg-primary-color);
  width: 500%;
  height: 100%;
  bottom: 0;
  left: -150%;
  z-index: -1;
}

.config_degree_header>picture[data-function="bg-image"]>img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.config_degree_header .container {
  position: relative;
}

.config_degree_header .container .logo-header {
  position: relative;
  max-width: 234px;
  width: 100%;
  height: 55px;
  top: 25px;
  left: 0;
}

.config_degree_header .content {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #FFFFFF;
}

.config_degree_header .content p {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.config_degree_header .content div.grade-degree {
  display: flex;
  gap: 8px;
  margin: 12px 0;

  font-family: var(--font-outfit);
  font-size: 16px;
}

.config_degree_header .content div.grade-degree span:first-of-type {
  font-weight: 300;
}

.config_degree_header .content div.grade-degree span:last-of-type {
  font-weight: 300;
}

.config_degree_header .content p.description {
  font-weight: 300;
  margin: 24px 0;
  color: #FFFFFF;
  max-width: 750px;
}

.config_degree_header .content h1.title-degree {
  display: block;
  font-family: var(--font-outfit);
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  margin: 12px 0 24px;
  max-width: 780px;
}

.config_degree_header .content .open-enrollment {
  display: block;
  font-family: var(--font-outfit);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 8px;
  background-color: var(--color-aqua-low);
  color: var(--primary-color);
  width: fit-content;

  margin-bottom: 10px;
  padding: 4px 8px;
  position: relative;
  z-index: 1;
}

.config_degree_header .content:has(.degree-certifications) h1.title-degree,
.config_degree_header .content:has(.degree-certifications) .description {
  @media (min-width: 1024px) {
    margin: 24px 0;
  }
}

.degree-certifications {
  margin: 24px 0;

  label {
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;

    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;

    margin: 0;
  }

  ul {
    display: flex;
    list-style: none;
    gap: 16px;

    padding: 16px 0 0;
    margin: 0;

    li {
      padding: 8px 14px;
      text-align: center;
      border-radius: 12px;
      background: #FFFFFF26;
      max-width: 140px !important;
      max-height: 45px;

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

@media (min-width: 768px) {
  .config_degree_header .content picture img.macroarea {
    margin-right: -40px;
  }
}

@media (min-width: 1024px) {
  .config_degree_header .container {
    padding: 0 48px;
    max-width: 100%;
    margin: 0;

    .config_degree_form_and_details {
      width: 400px;
    }

  }

  .config_degree_header>picture[data-function="bg-image"]>img {
    height: 100%;
  }

  .config_degree_header .content h1.title-degree {
    font-size: 40px;
    line-height: 44px;

    position: relative;
    z-index: 1;
  }

  .config_degree_header .content p.description {
    position: relative;
    z-index: 1;
  }

  .config_degree_header .content div.grade-degree {
    margin: 0 0 12px;
  }

  .config_degree_header .config_degree_form_and_details {
    position: fixed;
    right: 0;
    top: 67px;
    height: 100%;
    width: 400px;
    background-color: white;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .config_degree_header .content picture img.macroarea {
    margin-right: -120px;
  }
}

@media (min-width: 1280px) {
  .config_degree_header {
    margin-top: calc(var(--margin-header) + var(--banner-height));
  }

  .config_degree_header .content h1.title-degree,
  .config_degree_header .content p.description {
    max-width: 630px;
  }

  .config_degree_header .content {
    padding-block: 40px;
  }

  .config_degree_header .content picture img.macroarea {
    height: 100%;
    width: auto;
    margin-right: 0;
  }

  .config_degree_header .content picture {
    top: 0;
    right: calc(-1 * ((100vw - 1184px) / 2) + 350px);
  }

  .config_degree_header>picture[data-function="bg-image"]>img {
    max-width: calc(100% - 350px / 2);
  }
}

@media (min-width: 1440px) {
  .config_degree_header .content picture {
    top: 0;
  }

  .config_degree_header>picture[data-function="bg-image"]>img {
    max-width: calc(100% - 350px);
  }
}

@media(min-width: 1680px) {
  .config_degree_header .config_degree_form_and_details {
    width: calc(((100vw - 1500px) / 2) + 350px);
  }
}

.key-data-section {
  /* margin: 32px 0; */
  background-color: var(--color-background-alt);
}

.key-data-section .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.key-data-section.is-component .container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.key-data-section .wrapper-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 24px;
}

.key-data-section .wrapper-content .key-data-box {
  display: flex;
  align-items: start;
  gap: 12px;
}

.key-data-section .wrapper-content .key-data-box .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  padding: 8px;
  background-color: var(--color-background-base);
}

.key-data-section .wrapper-content .key-data-box .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.key-data-section .wrapper-content .key-data-box .content p {
  font-family: var(--font-outfit);
  font-size: 16px;
  line-height: 24px;

  color: #001745 !important;

  text-transform: lowercase;

  &::first-letter {
    text-transform: uppercase;
  }
}

.key-data-section .wrapper-content .key-data-box .content p:last-of-type {
  font-weight: 600;
  text-transform: none;
}

@media(min-width: 780px) {
  .key-data-section .wrapper-content {
    grid-template-columns: repeat(3, minmax(210px, 223px));
    grid-template-rows: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 56px;
  }
}

@media(min-width: 1024px) {
  .key-data-section .container {
    max-width: var(--sticky-format-1024-container-width);
    margin: 0;
    padding: 48px 0;
  }

  .key-data-section.is-component .container {
    padding: 64px 0;
  }
}

@media (min-width: 1280px) {
  .key-data-section .wrapper-content {
    padding-block: 48px;
  }
}

@media (min-width: 1920px) {
  .key-data-section {
    max-width: unset;
  }

  .key-data-section .container {
    max-width: var(--sticky-format-container-width);
    margin: 0 auto;
  }
}