.homepage-container {
  display: flex;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.column {
  flex-direction: column;
}
.delimiter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#cover {
  height: 400px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #191919;
  color: white;
  display: flex;
  align-content: center;
  font-family: "Basier Square", sans-serif;
}
#cover .cover-wrapper {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#cover .info {
  max-width: 650px;
  display: flex;
  font-weight: 600;
}
#cover .info .welcome-text {
  display: block;
  font-size: 40px;
  line-height: 50px;
}
#cover .info .welcome-text .name {
  display: block;
}
#cover .info .welcome-text .desc {
  display: block;
  color: #f26649;
}
#cover .info .date {
  font-size: 26px;
  margin-top: 15px;
}
#cover .info .apply {
  color: white;
  background: #F26649;
  width: 320px;
  height: 52px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#cover .info .apply .material-icons {
  margin-left: 10px;
}
#cover .info .sm-counters {
  display: none;
}
#cover .carousel {
  width: 360px;
  height: 296px;
  background: rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cover .carousel .main-partner {
  margin-top: 16px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
#cover .carousel .logo {
  width: 200px;
  height: 100px;
  margin-top: 16px;
  border-radius: 4px;
}
#cover .carousel .title {
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  margin-top: 16px;
  color: white;
}
#cover .carousel .desc {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}
#cover .carousel .main-partner-splide {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#cover .carousel .main-partner-splide .splide__track {
  flex-grow: 1;
}
#cover .carousel .main-partner-splide .splide__track .splide__list {
  display: flex;
  flex-grow: 1;
  width: 360px;
  text-align: center;
}
#cover .carousel .main-partner-splide .splide__track .splide__list .splide__slide {
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cover .carousel .main-partner-splide .splide__pagination {
  bottom: 24px;
}
#cover .carousel .main-partner-splide .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 4px;
  border-radius: unset;
  background: rgba(255, 255, 255, 0.2);
}
#cover .carousel .main-partner-splide .splide__pagination .splide__pagination__page.is-active {
  background: #f26649;
  transform: none;
}
@media (max-width: 959px) {
  #cover {
    height: unset;
  }
  #cover .cover-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  #cover .info {
    align-items: center;
    max-width: 100%;
  }
  #cover .info .welcome-text {
    padding: 24px;
    font-size: 24px;
  }
  #cover .info .welcome-text .name {
    display: none;
  }
  #cover .info .welcome-text .desc {
    color: white;
  }
  #cover .info .date {
    display: none;
  }
  #cover .info .apply {
    width: 312px;
    margin: 24px;
  }
  #cover .info .sm-counters {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075);
  }
  #cover .info .sm-counters div {
    padding: 12px;
    width: 120px;
  }
  #cover .info .sm-counters div a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cover .info .sm-counters .white {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: white;
  }
  #cover .info .sm-counters .red {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #f26649;
  }
  #cover .carousel {
    background: #191919;
  }
}
.webinar-wrapper {
  height: 356px;
  width: 336px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.webinar-wrapper .date {
  background-color: #f26649;
  width: 60px;
  height: 54px;
  color: white;
  text-align: center;
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  margin-top: 112px;
  margin-left: 16px;
  padding-top: 6px;
  border-radius: 4px;
  font-weight: 600;
  align-self: flex-start;
}
.webinar-wrapper .date .month {
  font-size: 20px;
  text-transform: uppercase;
}
.webinar-wrapper .title {
  width: 256px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  max-width: 288px;
  margin-left: 24px;
  margin-top: 16px;
}
.webinar-wrapper .company {
  width: 256px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  margin-left: 24px;
  margin-top: 8px;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.55);
}
.webinar-wrapper .name {
  color: #8d8f92;
}
.webinar-wrapper .reserve {
  background: #EAF5FF;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #006FCE;
  width: 256px;
  height: 28px;
  margin-bottom: 32px;
  align-self: center;
  justify-content: center;
}
.webinar-wrapper .reserve .material-icons {
  font-size: 18px;
  margin-left: 4px;
}
.webinar-wrapper .reserve .seats {
  font-weight: 400;
  margin-left: 3px;
}
.webinar-wrapper .company-logo {
  height: 160px;
  width: 256px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-left: 40px;
  margin-top: 24px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}
#webinar-slider {
  height: 500px;
}
#webinar-slider .homepage-container {
  height: 100%;
}
#webinar-slider .splide {
  margin-top: 30px;
}
#webinar-slider .splide__arrow {
  height: 80px;
  width: 48px;
  border-radius: 4px;
  background: white;
  opacity: 1;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  margin-top: 160px;
}
#webinar-slider .splide__arrow--prev {
  position: absolute;
  top: 50%;
  right: 101%;
  margin: unset;
  left: unset;
  transform: translateY(-50%);
}
#webinar-slider .splide__arrow--next {
  position: absolute;
  top: 50%;
  left: 101%;
  margin: unset;
  right: unset;
  transform: translateY(-50%);
}
#webinar-slider .splide__pagination {
  display: none;
}
#webinar-slider .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#webinar-slider .titles .mobile-counters {
  display: none;
}
#webinar-slider .titles span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: black;
  margin-top: 29px;
}
#webinar-slider .titles a {
  margin-top: 50px;
  margin-right: 14px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #006fce;
}
#webinar-slider .splide {
  position: relative;
}
#webinar-slider .splide .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 959px) {
  #webinar-slider {
    height: unset;
  }
  #webinar-slider .titles {
    margin-left: 24px;
  }
  #webinar-slider .titles span {
    text-align: center;
    margin-top: 24px;
    font-size: 28px;
    line-height: 34px;
  }
  #webinar-slider .titles a {
    display: none;
  }
  #webinar-slider .titles .mobile-counters {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #f26649;
    margin-top: 8px;
  }
  #webinar-slider .splide {
    margin-top: 0px;
  }
  #webinar-slider .splide__arrows {
    display: none;
  }
  #webinar-slider .splide__list {
    flex-direction: column;
  }
  #webinar-slider .splide__list .splide__slide:nth-child(n+4) {
    display: none;
  }
  #webinar-slider .splide__list .splide__slide::after {
    content: "";
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: -1px;
    left: 10%;
  }
}
.partner-card {
  width: 200px;
  height: 100px;
  border-radius: 4px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.15));
}
#partners .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px 20px;
  margin-top: 20px;
}
#partners .title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 40px;
}
#partners .link {
  margin-top: 38px;
  margin-left: 20px;
  margin-bottom: 58px;
  color: #006fce;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
#partners .link span {
  display: none;
}
@media (max-width: 959px) {
  #partners {
    height: unset;
  }
  #partners .homepage-container {
    padding: 24px;
  }
  #partners .title {
    text-align: center;
    margin-top: unset;
  }
  #partners .partner-card {
    width: 144px;
    height: 72px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #partners .grid {
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
  }
  #partners .link {
    margin: 0;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  #partners .link span {
    display: block;
    margin-left: 6px;
  }
}
#internships .titles {
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#internships .titles div {
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
#internships .titles a {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #006fce;
  margin-right: 14px;
  margin-top: 10px;
}
#internships .internships {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#internships .internships-card:hover {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}
#internships .internships-card {
  width: 360px;
  height: 268px;
  display: flex;
  align-items: center;
}
#internships .internships-card .partner-card {
  margin-top: 40px;
}
#internships .internships-card .title {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 16px;
  text-align: center;
}
#internships .internships-card .company-name {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 8px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 959px) {
  #internships {
    height: unset;
  }
  #internships .homepage-container {
    padding: 24px;
  }
  #internships .titles {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #internships .titles a {
    display: none;
  }
  #internships .titles .apply-to-internship {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #internships .internships {
    justify-content: center;
  }
  #internships .internships-card {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 16px;
    width: 312px;
    height: 172px;
    margin-bottom: 24px;
  }
  #internships .internships-card .partner-card {
    margin-top: 0;
    width: 160px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.15));
  }
}
#categories {
  height: 288px;
  background: rgba(0, 0, 0, 0.075);
}
#categories .title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f26649;
  margin-top: 24px;
  margin-bottom: 20px;
}
#categories .categories {
  width: 750px;
}
#categories .cities {
  width: 330px;
}
#categories ul {
  height: 212px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#categories li {
  max-width: 300px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
#categories li a {
  color: #000000;
}
#categories li::before {
  content: "\2022";
  color: #f26649;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: -2%;
}
#categories span {
  color: #6a6a6a;
}
@media (max-width: 959px) {
  #categories {
    height: unset;
  }
  #categories .categories {
    width: unset;
  }
  #categories .categories .title {
    margin-left: 24px;
  }
  #categories .cities {
    display: none;
  }
  #categories ul {
    height: unset;
    flex-wrap: unset;
    margin-left: 24px;
  }
}
#testimonials {
  background: #191919;
}
@media (max-width: 639px) {
  #testimonials .homepage-container {
    padding: 0;
  }
}
#testimonials .testimonials-container {
  width: 85%;
  margin: 0 auto;
  display: grid;
  padding: 5rem 0 5rem 0;
}
@media (max-width: 639px) {
  #testimonials .testimonials-container {
    padding: 2.5rem 0 2.5rem 0;
    width: 90%;
  }
}
#testimonials .partner-container {
  background-color: #2a2a2a;
  grid-column: 1;
  grid-row: 1;
  border-radius: 25px;
}
#testimonials .alumni-container {
  background-color: #f26649;
  grid-column: 1;
  grid-row: 2;
  border-radius: 25px;
}
#testimonials .testimonial-avatar-container {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 1.75rem 0 1.25rem 0;
}
#testimonials .testimonial-avatar {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
#testimonials .testimonial-container-content {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
#testimonials .testimonial-author {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-weight: 800;
}
#testimonials .testimonial-role {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
#testimonials .partner-role {
  color: #8d8f92;
}
#testimonials .alumni-role {
  color: #000000;
}
#testimonials .testimonial-author-company {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
}
#testimonials .testimonial-text-container {
  padding: 2rem 4.5rem 2rem 4.5rem;
}
@media (max-width: 639px) {
  #testimonials .testimonial-text-container {
    padding: 2rem;
  }
}
#testimonials .testimonial-text {
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#testimonials .alumni-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
#apply-button {
  height: 160px;
  background: #191919;
}
#apply-button .apply {
  background: #f26649;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 56px;
  font-size: 20px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
#apply-button .apply span {
  color: white;
}
#apply-button .apply .material-icons {
  font-size: 36px;
  margin-left: 12px;
}
@media (max-width: 959px) {
  #apply-button {
    height: 80px;
  }
  #apply-button .homepage-container {
    padding: 24px 24px 0 24px;
  }
  #apply-button .apply {
    height: 56px;
    font-size: 18px;
    line-height: 22px;
  }
  #apply-button .apply span {
    text-align: center;
  }
}
#statistics {
  background: rgba(0, 0, 0, 0.15);
}
#statistics .stats-container {
  width: 100%;
  height: 100%;
  margin: 20px 5px 5px;
}
#statistics .stats-title {
  margin-left: 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f26649;
  margin-top: 24px;
}
#statistics #chartContainer {
  margin: 24px;
  height: 350px;
}
@media (max-width: 639px) {
  #statistics #chartContainer {
    height: 200px;
  }
}
@media (min-width: 960px) and (max-width: 1359px) {
  #statistics #chartContainer {
    height: 250px;
  }
}
