html {
  font-family: Inter;
}
#app {
  display: none;
}
@media (min-width: 1200px) {
  .upcoming-holidays-wrapper + .content-container {
    margin-top: -50px;
  }
}
.content-wrapper {
  display: flex;
  gap: 90px;
  margin-bottom: 120px;
}
.content-wrapper .content {
  width: 657px;
  gap: 60px;
  display: flex;
  flex-direction: column;
}
.content-wrapper .sidebar .sidebar-sticky {
  position: sticky;
  top: 30px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.page-featured {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.page-featured picture {
  width: 100%;
}
.page-featured picture img {
  width: 100%;
  max-height: 819px;
  object-fit: cover;
  object-position: center bottom;
}
.page-content {
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin-top: 20px;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin-top: 200px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.footer .footer-sections {
  display: flex;
  flex-direction: row;
  gap: 90px;
  align-items: stretch;
  position: relative;
}
.footer .footer-sections .footer-section {
  width: 50%;
  max-width: 480px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.footer .footer-sections .footer-section .footer-section-subsections {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
.footer .footer-sections .footer-section .footer-section-subsections .footer-section-subsection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-sections .footer-section .footer-section-subsections .footer-section-subsection .footer-section-content {
  color: var(--light-text, #8C959E);
  line-height: 160%;
  /* 25.6px */
}
.footer .footer-sections .footer-section .footer-section-subsections .footer-section-subsection .footer-section-content a {
  text-decoration: none;
  color: var(--light-text, #8C959E);
}
.footer .footer-sections .footer-section .footer-section-title {
  color: var(--Primary, #282828);
  /* h3 */
  font-family: "Circular Std";
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 46.4px */
  margin: 0;
  margin-bottom: -15px;
}
.footer .footer-sections .footer-section .footer-section-content {
  color: var(--light-text, #8C959E);
  /* Body */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.6px */
}
.footer .footer-sections .footer-section .footer-section-icons {
  position: absolute;
  bottom: -80px;
  display: flex;
  gap: 20px;
}
.checkout .header:first-child {
  padding-top: 73px;
}
.checkout .header:first-child .top-header-wrapper {
  display: none;
}
.checkout .header:first-child .bottom-header-wrapper {
  top: 0 !important;
}
.course .content-wrapper {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  #app {
    --br: 12px;
    --pd: 20px;
    --fs: 36px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .page-featured {
    height: 710px;
    overflow: hidden;
  }
  .page-content {
    gap: 100px;
  }
  .header {
    overflow: hidden;
  }
  .header .top-header-wrapper {
    background: #F7FAFC !important;
  }
  .header .top-header-wrapper .top-header {
    padding: 3px 0;
  }
  .header .top-header-wrapper .top-header .switcher {
    border: 1px solid var(--secondary, #1AB55C);
  }
  .header .top-header-wrapper .top-header .menu .user-controls a {
    color: #2B4162;
  }
  .content-wrapper {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .content-wrapper .content {
    width: 100%;
  }
  .content-wrapper .sidebar .sidebar-sticky {
    position: relative;
  }
  .footer {
    gap: 100px;
    margin-top: 100px;
  }
  .footer .footer-sections {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-sections .footer-section {
    width: 100%;
  }
  .footer .footer-sections .footer-section .footer-section-subsections {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-sections .footer-section .footer-section-subsections .footer-section-subsection {
    gap: 12px;
  }
}
/*# sourceMappingURL=style.css.map */