<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: white;
}

a.yc_lesson_link {
  display:block;
  width: 100%;
}

.yc_takeaway_chunk .yc_see_more_section {
  height: 100%;
}

.yc_testimonial_carrousel,
.yc_swiper {
  max-width: 100% !important;
}

.yc_testimonial_carrousel_container .swiper-button-prev,
.yc_testimonial_carrousel_container .swiper-button-next {
  display: none;
}

.yc_testimonial.yc_testimonial {
  background: #202020;
  font-family: 'Open Sans';
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  max-width: 292px;
}

.yc_testimonial p {
  font-size: 15px;
  line-height: 20px;
}

.yc_testimonial_author_image img {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  object-fit: cover;
  border-radius: 9999px;
  overflow: auto;
}

.yc_testimonial_author {
  display: flex;
  align-items: center;
}

.yc_testimonial_author_text {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  font-weight: 700x;
}

.yc_testimonial_author_location {
  color: #929292;
  font-style: italic;
}

.yc_swiper_el {
  max-width: 125px;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 13px;
}

.yc_swiper_el img {
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 12px;
}

.yc_swiper_text_title h5 {
  font-size: 14px !important;
  line-height: 12px;
  letter-spacing: normal;
  margin-bottom: 4px;
  margin-top: 0;
}

#class_trailer_btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #1f1f1f56;
  padding: 16px 0;
}

#class_trailer_btn &gt; div {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.yc_play_rounded {
  background: #eb357e;
  border-radius: 9999px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

/* The Modal (background) */
.yc_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.yc_modal-content {
  background-color: transparent;
  margin: auto;
  padding: 20px;
  border: none;
  width: 80%;
  max-width: 1250px;
}

/* The Close Button */
.yc_modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  bottom: 35px;
  left: 8px;
}

.yc_modal .close:hover,
.yc_modal .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.yc_modal-container {
  background: #00000096;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.yc_modal-container iframe {
  margin: auto;
}

#class_documentary_btn{
  cursor: pointer;
}

#class_sample_btn {
  cursor: pointer;
  background: #1f1f1f;
  width: 100%;
  padding: 16px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#class_sample_btn &gt; div {
  display: flex;
  gap: 12px;
  justify-content: center;
}

a.swiper-slide-link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.swiper-slide-link span {
  display:none;
}

/** Class Info Box Style */
body .class_info_box h4 {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

body .class_info_box h4:before {
  content: '';
  right: 50%;
  background: white;
  width: 95px;
  height: 1px;
  position: absolute;
  bottom: -14px;
  transform: translateX(50%);
}

body .class_info_box .elementor-widget-container {
  height: 100%;
  display: flex;
}

@media (max-width: 768px) {
  body .class_info_box .elementor-widget-container {
    height: auto;
    display: block;
  }
}

/** Stepper Desktop Bubble */
.yc_stepper_bubble {
  background: #191919;
  z-index: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  left: 0;
  border-radius: 9999px;
  border: 2px solid #6d6d6d;
}

/** Instagram Button */

.instagram_btn .elementor-button {
  background-image: url('/wp-content/uploads/68d99ba29cc8.png');
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.instagram_btn .elementor-button-text {
  padding-left: 16px;
}

/** Swiper Slide Test */
.yc_lesson_carrousel_container .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.yc_lesson_carrousel_container .swiper video-js {
  position: relative!important;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  left: 0;
}

.yc_lesson_carrousel_container .swiper video-js video {
  width:100%!important;
}

.yc_lesson_carrousel_container .swiper video-js[data-player="52BExfEkN"] {
  aspect-ratio:16 / 9;
}

.yc_lesson_carrousel_container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yc_lesson_carrousel_container .swiper-slide .yc_mobile img {
  aspect-ratio: 16 / 9;
}

.yc_lesson_carrousel_container .swiper-pagination {
  position: relative;
  bottom: 0 !important;
}

.yc_lesson_carrousel_container .swiper-pagination-bullet {
  background: #737373;
  opacity: 1;
}

.yc_lesson_carrousel_container .swiper-pagination-bullet-active {
  background: white;
}

.yc_lesson_iframe_container {
  width: 100%;
  height: 100%;
}

.yc_lesson_iframe_container video {
  width:100%!important;
}

.yc_lesson_iframe_container_sub {
  width: 100%;
  height: 100%;
}

.yc_lesson_iframe_container iframe {
  width: 100% !important;
  height: 100% !important;
}

.yc_desktop {
  display: none !important;
}

.yc_full {
  width: 100%;
  height: 100%;
}

.yc_mobile_none {
  display: none;
}

/** Yes Chef Lesson See More */
.yc_lesson_item {
  flex-direction: column;
}

body button.yc_see_more {
  background: transparent !important;
  color: white;
  border: 1px solid white;
  text-transform: capitalize;
  font-size: 12px;
  padding: 10px 27px;
  margin-top: 50%;
}

.yc_see_more_section {
  text-align: center;
  background: #131313;
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(19, 19, 19, 1) 40%
  );
  position: absolute;
  height: 70%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/** Yes Chef Lesson See More End */

#class_sample_modal video {
  width: 100% !important;
}

/** Fix one line headings */

.one_line_desktop &gt; div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.one_line_desktop &gt; div &gt; div {
  width: fit-content !important;
}

@media (max-width: 768px) {
  .one_line_desktop &gt; div {
    gap: 7px !important;
    max-width: 340px;
    margin: 0 auto !important;
  }
}

/** Yc Stepper mobile */

.yc_bubble_divider {
  width: 20px;
  height: 100%;
}

.yc_stepper_line {
  width: 0;
  height: 100%;
  position: relative;
  margin: 0 auto;
  border-left: 2px solid #6d6d6d;
}

.yc_stepper_line.yc_second {
  margin-top: -110px;
  height: calc(100% + 110px);
  z-index: -1;
}

.yc_stepper_bubble_mobile {
  background: #191919;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 9999px;
  border: 2px solid #6d6d6d;
}


@media (min-width: 768px) {
  .yc_lesson_title {
    min-height: 38px;
  }
}

@media (max-width: 768px) {
  .yc_modal-content {
    width: 100%;
    padding: 0;
  }

  .yc_modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .yc_swiper {
    padding-left: 10px;
  }

  /** Fix Carrousel */
  .yc_swiper_text_title h5 {
    font-size: 14px;
    font-weight: 700px;
    line-height: 16px;
  }

  .yc_swiper_text_content p {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    margin-top: 0;
  }
}
</pre></body></html>