.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

.section--1636126251664 > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

.carousel,
.carousel .slick-list,
.carousel .slick-list .slick-track {
  max-height: 620px;
  /*@include screen(sm) { 
  	max-height: 590px;
  }*/ }

.carousel__container {
  max-width: 320px;
  min-width: 320px;
  /*@include screen(sm) {
  	max-width: 300px;
  	min-width: 300px;
  } under 576*/ }

.online-courses {
  position: relative;
  width: 280px;
  height: 280px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/3401635/assets/bg-online-courses.png") no-repeat center/cover;
  z-index: 5;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.11);
  /*@include screen(sm) {
  	margin-bottom: 15px;
  }under 576*/ }

.online-courses::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 4; }

.online-courses--yellow::after {
  background: #d8a036; }

.online-courses--orange::after {
  background: #da5f00; }

.online-courses--green::after {
  background: #026e47; }

.online-courses--purple::after {
  background: #393c88; }

.online-courses--beige::after {
  background: #ccc1ad; }

.online-courses--create::after {
  background: #dcB69f; }

.online-courses p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-family: "Lato";
  z-index: 99;
  padding: 50px; }

/* make countdown take up less space on mobile */
@media (max-width: 767px) {
  #section-1577458318260 .section--xs-small {
    padding: 0 0 10px; }
  #section-1577458318260 .container {
    padding-left: 10px;
    padding-right: 10px; }
  #section-1577458318260 .col-md-5.block--1577458318260_0::before {
    content: "Last Chance!";
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Lato'; }
  #section-1577458318260 h4 {
    max-width: 250px;
    margin: 0 auto 6px;
    display: none; }
  #section-1577458318260 .tickcounter {
    padding-bottom: 11% !important; }
  #section-1577458318260 .btn--solid.btn--1577458639938 {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px 10px; }

  .tut-pricing-table tr:first-of-type h5 {
    font-size: 97%;
    padding: 0 5px; }

  .tut-pricing-table--payment-options p {
    font-size: 80%; }
  .tut-pricing-table--payment-options h5:first-of-type {
    padding: 0 4px; }
  .tut-pricing-table--payment-options td:nth-child(2) h5:last-child {
    margin-top: 23px !important; }
  .tut-pricing-table--payment-options td:nth-child(3) h1 {
    margin-bottom: 0 !important; } }
