body.page-template-00_homepage_2024_include .content_wrap {
  background-color: #000
}

body.page-template-00_homepage_2024_include .video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

body.page-template-00_homepage_2024_include .items-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100vh;
}

body.page-template-00_homepage_2024_include .student-item-2024 {
  display: block;
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 40px;
  text-decoration: none;
}

body.page-template-00_homepage_2024_include .student-item-2024.justify-start {
  justify-self: start;
}
body.page-template-00_homepage_2024_include .student-item-2024.justify-end {
  justify-self: end;
}
body.page-template-00_homepage_2024_include .student-item-2024.justify-center {
  justify-self: center;
}
body.page-template-00_homepage_2024_include .student-item-2024.align-start {
  align-self: flex-start;
}
body.page-template-00_homepage_2024_include .student-item-2024.align-end {
  align-self: flex-end;
}
body.page-template-00_homepage_2024_include .student-item-2024.align-center {
  align-self: center;
}

body.page-template-00_homepage_2024_include .student-item-2024 div{
  position: relative;
  margin: 0 auto;
}

body.page-template-00_homepage_2024_include .student-item-2024 div::after {
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 150ms ease-in-out;
  mix-blend-mode: multiply;
  background-image: url("/wp-content/themes/onshow/assets/noise-transparent.png");
  background-size: cover;
}

body.page-template-00_homepage_2024_include .student-item-2024 img {
  transition: all 150ms ease-in-out;
}

body.page-template-00_homepage_2024_include .student-item-2024:hover img {
  filter: blur(9px);
}

body.page-template-00_homepage_2024_include .student-item-2024:hover div::after {
  opacity: 0.10;
}

body.page-template-00_homepage_2024_include .student-item-2024.front {
  z-index: 3;
}

body.page-template-00_homepage_2024_include .student-item-2024 img {
  width: 100%;
  height: auto;
}

body.page-template-00_homepage_2024_include .student-item-2024 a {
  color: #fff;
  text-decoration: none;
}

body.page-template-00_homepage_2024_include .student-item-2024 a:hover {
  text-decoration: underline;
}

body.page-template-00_homepage_2024_include .onshow_logo {
  height: 82vh;
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 768px) {
  body.page-template-00_homepage_2024_include .onshow_logo {
    height: 60vh;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

body.page-template-00_homepage_2024_include .onshow_container {
  position: static !important;
  transform: none !important;
}

body.page-template-00_homepage_2024_include .onshow_container.onshow_footer {
  z-index: 3 !important;
  position: relative !important;
}

body.page-template-00_homepage_2024_include .onshow_container.onshow_footer .the_courses a:hover{
  color: #ff4f59 !important;
}

body.page-template-00_homepage_2024_include .onshow_container.onshow_footer .welcome_note {
  display: block;
  text-align: left;
  height: auto;
}

@media (max-width: 750px) {
  body.page-template-00_homepage_2024_include .onshow_container.onshow_footer .welcome_note {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.page-template-00_homepage_2024_include .onshow2023__sticky .onshow_header .one a {
  color: #fff;
}

body.page-template-00_homepage_2024_include .onshow2023__sticky {
  background-color: #0573eb;
  color: #fff;
}

body.page-template-00_homepage_2024_include .onshow2023__sticky .course-toggle::before,
body.page-template-00_homepage_2024_include .onshow2023__sticky .search-toggle::before {
  filter: invert(1);
}

body.page-template-00_homepage_2024_include .onshow2023__sticky.is-sticky,
body.page-template-00_homepage_2024_include .onshow2023__sticky.is-sticky .onshow_header .one a {
  color: #000;
}

body.page-template-00_homepage_2024_include .onshow2023__sticky.is-sticky .course-toggle::before,
body.page-template-00_homepage_2024_include .onshow2023__sticky.is-sticky .search-toggle::before {
  filter: invert(0);
  transition: 450ms;
}

body.page-template-00_homepage_2024_include .menus,
body.tax-2024_student_course .menus,
body.single-2024_student .menus {
  background-color: #0573eb;
}

body.page-template-00_homepage_2024_include .menus .onshow_container .col6:nth-of-type(1),
body.tax-2024_student_course .menus .onshow_container .col6:nth-of-type(1),
body.single-2024_student .menus .onshow_container .col6:nth-of-type(1) {
  margin-top: 60px;
}

body.page-template-00_homepage_2024_include .menus .onshow_container .col6:nth-of-type(1) svg,
body.tax-2024_student_course .menus .onshow_container .col6:nth-of-type(1) svg,
body.single-2024_student .menus .onshow_container .col6:nth-of-type(1) svg {
  max-height: 60vh;
  margin-top: 20px;
}

body.page-template-00_homepage_2024_include .menus .onshow_container .col6:nth-of-type(2) .scrollbox,
body.tax-2024_student_course .menus .onshow_container .col6:nth-of-type(2) .scrollbox,
body.single-2024_student .menus .onshow_container .col6:nth-of-type(2) .scrollbox {
  padding-top: 60px;
}

body.page-template-00_homepage_2024_include .menus .onshow_container .col6:nth-of-type(2) .scrollbox a::after,
body.tax-2024_student_course .menus .onshow_container .col6:nth-of-type(2) .scrollbox a::after,
body.single-2024_student .menus .onshow_container .col6:nth-of-type(2) .scrollbox a::after {
  width: 2px;
}

body.single-2024_student .onshow_footer a {
  color: #000 !important;
}

body.single-2024_student .onshow_footer a:hover {
  text-decoration: underline;
}

body.single-2024_student .onshow_footer .col6 {
  min-height: 48vw;
  height: auto;
}