* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat";
  color: #212121;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.ss-navbar {
  width: 100%;
  height: 75px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss-nav-logo {
  height: 45px;
}
.ss-nav-logo img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-nav-container {
  width: 100%;
  height: 75px;
  max-width: 1440px;
  padding: 0px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ss-nav-sub-container {
  height: 100%;
  display: flex;
  justify-self: start;
  margin-left: auto;
  align-items: center;
}

.ss-nav-links {
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.ss-nav-links li a {
  font-family: "Montserrat";
  color: #212121;
  font-size: 17px;
  font-weight: 600;
  padding-right: 30px;
  text-decoration: none;
  transition: 0.1s all ease-in-out;
}
.ss-nav-links li a:hover {
  color: #5c0fed;
}

.ss-nav-button-login {
  padding: 10px 16px 10px 26px;
  background-color: #1a237e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in-out;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 2.5px;
  margin-left: 15px;
  cursor: pointer;
}
.ss-nav-button-login:hover {
  background-color: #5c0fed;
}
.ss-nav-button-login span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-right: 15px;
}
.ss-nav-button-login img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-primary-banner-section {
  width: 100%;
  padding-top: 45.1388888889%;
  position: relative;
  display: flex;
  background: #f5f5f5;
}
.ss-primary-banner-section img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
}

.ss-fomo-section {
  width: 100%;
  position: relative;
  margin: 60px auto 50px;
}

.ss-fomo-card-wrapper {
  width: calc(100% - 80px);
  height: auto;
  position: relative;
  max-width: 1440px;
  margin: 0px auto;
  background: #5c0fed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.ss-fomo-card-text-container {
  display: flex;
  z-index: 3;
  flex-direction: column;
  position: relative;
  padding: 19px 0px 10px 40px;
}

.ss-disc-text-heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
  z-index: 4;
}
.ss-disc-text-heading-wrapper span {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
}

.ss-disc-heading {
  font-size: 65px;
  font-family: "Fjalla One";
  color: #ffffff;
  line-height: 1;
}

.ss-disc-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24.14px;
  color: #ffce33;
}

.ss-fomo-card-button {
  background: #ffce33;
  width: 280px;
  padding: 11px 0px;
  border: none;
  outline: none;
  font-family: "Montserrat";
  transition: 0.1s all ease-in-out;
  font-weight: 700;
  font-size: 17px;
  color: #1a237e;
  border-radius: 4.75px;
  cursor: pointer;
}
.ss-fomo-card-button:hover {
  background: #fff;
}

.ss-fomo-card-timer-container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 30px 10px 0px;
}

.ss-fomo-card-timer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.ss-fomo-timer-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-fomo-timer-count-box {
  width: 52px;
  height: 42px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #ffce33;
  color: #1a237e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 27px;
  color: #1a237e;
  border-radius: 4.75px;
  position: relative;
}
.ss-fomo-timer-count-box::after {
  content: ":";
  position: absolute;
  right: -13px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.ss-fomo-timer-element:last-child .ss-fomo-timer-count-box::after {
  content: none;
  display: none;
}

.ss-fomo-timer-heading {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}

.ss-stats-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-stats-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ss-stats-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #ffce33;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-header-border-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ss-header-border {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #1a237e;
  display: flex;
  position: relative;
}
.ss-header-border:last-child {
  width: calc(100% - 15px);
}

h5.ss-stats-subtitle {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #212121;
  margin: 10px auto 0px;
}

.ss-stats-main-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #ffce33;
  padding: calc(6% + 10px) 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ss-stats-wrapper {
  width: calc(100% - 60px);
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ss-stat-box {
  width: 33.3333333333%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-stat-image {
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.ss-stat-title {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  color: #212121;
  white-space: nowrap;
  margin-bottom: 14px;
}

.ss-stat-desc {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #1a237e;
}

.ss-svg-brder-top {
  position: absolute;
  top: 0px;
  left: -10px;
  width: calc(100% + 25px);
  overflow: hidden;
}

.ss-svg-brder-btm {
  position: absolute;
  bottom: 0px;
  left: -10px;
  width: calc(100% + 25px);
  overflow: hidden;
}

.ss-pitch-description-section {
  width: 100%;
  margin: 0px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-pitch-desc-txt {
  width: calc(100% - 60px);
  max-width: 1440px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  color: #212121;
  margin-bottom: 30px;
}

.ss-cta-btn-home {
  background: #1a237e;
  width: 100%;
  max-width: 340px;
  padding: 15px 0px;
  border: none;
  outline: none;
  font-family: "Montserrat";
  transition: 0.1s all ease-in-out;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #ffffff;
  border-radius: 6px;
  margin-bottom: 20px;
  cursor: pointer;
}
.ss-cta-btn-home:hover {
  background-color: #5c0fed;
}

.ss-about-me-section {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ss-about-me-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: calc(6% + 10px) 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ss-about-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.ss-about-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #212121;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-about-body-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.ss-about-me-desc-wrapper {
  width: calc(100% - 400px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ss-about-me-desc-txt {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  color: #1a237e;
  margin-top: 30px;
}

.ss-about-me-image-wrapper {
  width: 350px;
  position: relative;
  height: 400px;
}

.ss-about-me-image {
  width: 350px;
  height: 350px;
  border: 8px solid #ffce33;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -30px;
  right: -70px;
  z-index: 3;
}

.ss-about-me-dots {
  position: absolute;
  width: 80px;
  right: 0px;
  top: 302px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 4;
}

.ss-about-me-stats-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
  gap: 25px;
}

.ss-about-stats-box {
  padding: 15px 10px;
  border-radius: 6px;
  background: #ffffff;
  border: 3px solid #5c0fed;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.ss-about-stat {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  margin-right: 10px;
  color: #5c0fed;
}

.ss-about-stat-header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #212121;
}

.ss-benefits-section {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.ss-benefits-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.ss-benefits-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #212121;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-benefits-main-wrapper {
  width: calc(100% - 60px);
  max-width: 1440px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.ss-benefits-body-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 50px;
  gap: 40px;
}

.ss-benefits-card {
  flex: 1;
  background: #f2ecfc;
  padding: 20px 30px;
  border-radius: 8px;
  border: 2px solid #5c0fed;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-benefits-title {
  width: 100%;
  font-family: #1a237e;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  color: #1a237e;
}

.ss-benefits-desc {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #212121;
}

.ss-why-course-section {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.ss-why-course-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.ss-why-course-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.ss-why-course-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #212121;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-why-course-body-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffce33;
  padding: calc(6% + 10px) 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ss-why-course-content-wrapper {
  width: calc(100% - 60px);
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  align-items: center;
}

.ss-why-course-module-container {
  padding: 60px 20px;
  text-align: center;
}

.modules-title {
  font-family: "Fjalla One";
  font-size: 2.5rem;
  color: #5c0fed;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ss-why-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ss-why-module-lock-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  color: #ffce33;
}

.ss-why-module-button {
  background-color: #1a237e;
  color: white;
  font-family: "Montserrat";
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}
.ss-why-module-button:hover {
  background-color: #5c0fed;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.ss-why-module-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #ffce33 10%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ss-why-module-button:hover::before {
  opacity: 0.2;
}
.ss-why-module-button span {
  position: relative;
  z-index: 1;
}

.ss-course-promo-desc {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #212121;
  text-align: center;
}

.ss-course-thumb-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.ss-course-promo-vid-thumbnail {
  width: calc(100% - 60px);
  max-width: 750px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin: 20px auto 30px;
  border-radius: 10px;
}

.ss-promo-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  background: none;
  border: none;
  z-index: 5;
}
.ss-promo-play-btn img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}

.ss-our-plans-section {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.ss-our-plans-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.ss-our-plans-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.ss-our-plans-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #212121;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-our-plans-body-wrapper {
  display: flex;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  gap: 30px;
}

.ss-plan-card-home {
  width: calc(50% - 30px);
  max-width: 500px;
  padding: 20px 30px;
  background: #f2ecfc;
  border: 2px solid #5c0fed;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ss-plan-icon {
  margin-top: 40px;
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.ss-plan-name {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #5c0fed;
  margin-bottom: 25px;
}

.ss-plan-og-price {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-decoration-line: line-through;
  text-align: center;
  color: #212121;
  opacity: 0.5;
  margin-bottom: 0px;
}

.ss-plan-disc-price {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  color: #5c0fed;
}

.ss-plan-benefits-list {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.ss-plan-benefit-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 21px;
}

.ss-plan-benefit-bullet {
  width: 10px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 7px;
}

.ss-plan-benefit {
  flex: 1;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.ss-plan-benefit-wrapper.ss-invalid-benefit {
  opacity: 0.5;
  text-decoration: line-through;
}

.ss-plan-booking-button {
  margin-top: 30px;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  background: #1a237e;
  color: #fff;
  border-radius: 6px;
  display: flex;
  padding: 15px 0px;
  outline: none;
  border: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  justify-content: center;
  transition: 0.1s all ease-in-out;
  align-items: center;
  cursor: pointer;
}
.ss-plan-booking-button:hover {
  background: #ffce33;
  color: #5c0fed;
}

.ss-plan-advanced.ss-plan-card-home {
  background-color: #5c0fed;
  background-image: url("../assets/images/im_card_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ss-plan-advanced .ss-plan-name {
  color: #fff;
}
.ss-plan-advanced .ss-plan-og-price {
  color: #fff;
}
.ss-plan-advanced .ss-plan-disc-price {
  color: #fff;
}
.ss-plan-advanced .ss-plan-benefit {
  color: #fff;
}
.ss-plan-advanced .ss-plan-booking-button {
  color: #1a237e;
  background-color: #ffce33;
  font-weight: 800;
}
.ss-plan-advanced .ss-plan-booking-button:hover {
  background: #fff;
  color: #5c0fed;
}

.ss-our-plans-disclaimer {
  width: 100%;
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 60px;
}

.ss-faq-section {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.ss-faq-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.ss-faq-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.ss-faq-heading-wrapper h1 {
  white-space: nowrap;
  font-family: "Fjalla One";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  color: #212121;
  margin: 0px;
  padding: 0px;
  font-weight: 200;
}

.ss-faq-body-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 0px 30px;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 60px;
}

.ss-faq-item-wrapper {
  width: 100%;
  padding: 15px 20px;
  flex-direction: column;
  border: 2px solid #5c0fed;
  border-radius: 12px;
  margin-bottom: 20px;
}

.ss-faq-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ss-faq-title {
  flex: 1;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #212121;
}

.ss-faq-title-icon {
  background: none;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
}
.ss-faq-title-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-faq-answer-wrapper {
  padding-top: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  max-height: 5000px;
  color: #000000;
}
.ss-faq-answer-wrapper.ss-faq-closed {
  padding-top: 0px;
  max-height: 0px;
  overflow: hidden;
}

.ss-footer-bar {
  width: 100%;
  background: #1a237e;
  display: flex;
  justify-content: center;
}

.ss-footer-main-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 40px;
}

.ss-footer-main-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-bottom: 10px;
}
.ss-footer-main-logo-container img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-footer-main-links-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.ss-copyright-notice {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.ss-footer-link-wrapper {
  display: flex;
  gap: 25px;
}

.ss-footer-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-decoration-line: underline;
  color: #ffffff;
  transition: 0.1s all ease-in-out;
}
.ss-footer-link:hover {
  color: #ffce33;
}

@media only screen and (max-width: 1200px) {
  .ss-nav-container {
    padding: 0 20px;
  }
  .ss-fomo-section {
    margin: 45px auto 45px;
  }
  .ss-fomo-card-wrapper {
    width: calc(100% - 40px);
  }
  .ss-fomo-timer-count-box {
    width: 45px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
  }
  .ss-fomo-timer-heading {
    font-size: 13px;
  }
  .ss-disc-text-heading-wrapper {
    margin-bottom: 10px;
  }
  .ss-fomo-card-button {
    width: 232px;
    padding: 8px 0px;
    font-size: 15px;
  }
  .ss-disc-subtitle {
    font-size: 22px;
  }
  .ss-disc-heading {
    font-size: 55px;
  }
  .ss-stats-heading-wrapper h1 {
    font-size: 40px;
  }
  h5.ss-stats-subtitle {
    font-size: 20px;
  }
  .ss-stat-title {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .ss-stat-desc {
    font-size: 17px;
  }
  .ss-pitch-desc-txt {
    font-size: 19px;
  }
  .ss-cta-btn-home {
    font-size: 15px;
  }
  .ss-about-heading-wrapper h1 {
    font-size: 39px;
  }
  .ss-about-me-desc-txt {
    font-size: 18px;
  }
  .ss-about-stat {
    font-size: 23px;
  }
  .ss-about-stat-header {
    font-size: 14px;
  }
  .ss-benefits-heading-wrapper h1 {
    font-size: 39px;
  }
  .ss-benefits-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ss-benefits-desc {
    font-size: 15px;
  }
  .ss-why-course-heading-wrapper h1 {
    font-size: 39px;
  }
  .ss-course-promo-desc {
    font-size: 20px;
  }
  .ss-our-plans-heading-wrapper h1 {
    font-size: 39px;
  }
  .ss-plan-card-home {
    width: calc(50% - 60px);
    max-width: 450px;
  }
  .ss-plan-name {
    font-size: 28px;
  }
  .ss-plan-og-price {
    font-size: 25px;
  }
  .ss-plan-disc-price {
    font-size: 40px;
  }
  .ss-plan-benefit {
    font-size: 17px;
  }
  .ss-plan-advanced .ss-plan-benefit-wrapper img {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  .ss-plan-booking-button {
    font-size: 19px;
  }
  .ss-our-plans-disclaimer {
    font-size: 17px;
  }
  .ss-faq-title {
    font-size: 17px;
  }
  .ss-faq-title-icon img {
    width: 22px;
    height: 22px;
  }
  .ss-faq-answer-wrapper {
    font-size: 14px;
  }
  .ss-footer-main-wrapper {
    padding: 25px 20px;
  }
  .ss-copyright-notice {
    font-size: 15px;
  }
  .ss-footer-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .ss-nav-container {
    height: 55px;
  }
  .ss-nav-logo {
    height: 35px;
  }
  .ss-nav-logo img {
    height: 35px;
  }
  .ss-navbar {
    height: 55px;
  }
  .ss-nav-button-login {
    padding: 8px 10px 8px 20px;
  }
  .ss-nav-button-login span {
    font-size: 14px;
  }
  .ss-nav-button-login img {
    width: 15px;
    height: 15px;
  }
  .ss-nav-links li a {
    padding-right: 18px;
    font-size: 15px;
  }
  .ss-fomo-card-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .ss-fomo-card-text-container {
    padding: 20px 10px 10px;
    align-items: center;
  }
  .ss-fomo-card-timer-container {
    width: 100%;
    align-items: center;
    padding: 30px 10px 20px;
  }
  .ss-disc-heading {
    font-size: 40px;
  }
  .ss-disc-text-heading-wrapper span {
    font-size: 18px;
  }
  .ss-disc-subtitle {
    font-size: 17px;
  }
  .ss-fomo-card-timer-container {
    width: 100%;
    align-items: center;
    padding: 15px 20px 15px;
    justify-content: space-between;
    flex-direction: row;
  }
  .ss-fomo-card-timer {
    margin-bottom: 0px;
  }
  .ss-stats-wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }
  .ss-stat-box {
    width: calc(100% - 30px);
    max-width: 500px;
  }
  .ss-about-me-stats-container {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 28px;
  }
  .ss-about-body-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .ss-about-stats-box {
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .ss-about-me-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 35px auto 20px;
  }
  .ss-about-me-image {
    width: 250px;
    height: 250px;
    position: relative;
    top: unset;
    right: unset;
    border: 3px solid #ffce33;
  }
  .ss-about-me-dots {
    right: 50%;
    transform: translate(-50%, 0);
    top: 225px;
  }
  .ss-about-me-desc-wrapper {
    width: calc(100% - 30px);
    margin-left: 0px;
    align-items: center;
    justify-content: center;
  }
  .ss-benefits-body-wrapper {
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
  }
  .ss-benefits-card {
    width: 100%;
    flex: unset;
    max-width: 500px;
  }
  .ss-course-promo-desc {
    font-size: 18px;
  }
  .ss-our-plans-body-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .ss-plan-card-home {
    width: calc(100% - 30px);
    max-width: 650px;
  }
  .ss-footer-main-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .ss-footer-main-links-wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ss-nav-container {
    padding: 0px 10px;
  }
  .ss-stats-heading-wrapper h1 {
    font-size: 25px;
  }
  h5.ss-stats-subtitle {
    font-size: 15px;
  }
  .ss-nav-logo {
    height: 28px;
  }
  .ss-nav-logo img {
    height: 28px;
  }
  .ss-nav-links li a {
    padding-right: 14px;
    font-size: 13px;
  }
  .ss-nav-button-login {
    padding: 7px 5px 7px 10px;
    margin-left: 5px;
  }
  .ss-nav-button-login span {
    font-size: 12px;
    margin-right: 10px;
  }
  .ss-disc-heading {
    font-size: 30px;
  }
  .ss-disc-text-heading-wrapper {
    margin-bottom: 4px;
  }
  .ss-disc-text-heading-wrapper span {
    font-size: 14px;
  }
  .ss-disc-subtitle {
    font-size: 14px;
  }
  .ss-fomo-timer-count-box {
    width: 30px;
    height: 25px;
    font-size: 13px;
    line-height: 1;
    border: 2px solid #ffce33;
  }
  .ss-fomo-timer-count-box::after {
    font-size: 15px;
    right: -10px;
  }
  .ss-fomo-timer-heading {
    font-size: 10px;
  }
  .ss-fomo-card-timer {
    gap: 11px;
  }
  .ss-fomo-card-button {
    width: auto;
    padding: 8px 35px;
    font-size: 11px;
  }
  .ss-fomo-card-timer-container {
    padding: 10px 15px;
  }
  .ss-fomo-section {
    margin: 23px auto;
  }
  .ss-fomo-card-wrapper {
    width: calc(100% - 20px);
  }
  .ss-fomo-card-text-container {
    padding: 10px 0px;
  }
  .ss-stat-image {
    width: 35px;
    height: 35px;
  }
  .ss-stat-title {
    font-size: 21px;
  }
  .ss-stat-desc {
    font-size: 14px;
  }
  .ss-pitch-desc-txt {
    font-size: 13px;
  }
  .ss-cta-btn-home {
    padding: 12px 0px;
    font-size: 12px;
    max-width: 260px;
  }
  .ss-pitch-description-section {
    margin-bottom: 10px;
  }
  .ss-about-heading-wrapper h1 {
    font-size: 25px;
  }
  .ss-header-border {
    height: 1px;
  }
  .ss-about-me-image {
    width: 180px;
    height: 180px;
  }
  .ss-about-me-image-wrapper {
    margin: 26px auto 14px;
  }
  .ss-about-me-desc-txt {
    font-size: 13px;
    margin-top: 15px;
  }
  .ss-about-me-stats-container {
    gap: 10px;
  }
  .ss-about-stats-box {
    padding: 10px 7px;
    border: 2px solid #5c0fed;
  }
  .ss-about-stat {
    font-size: 18px;
  }
  .ss-about-stat-header {
    font-size: 12px;
  }
  .ss-benefits-heading-wrapper h1 {
    font-size: 25px;
  }
  .ss-benefits-body-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    row-gap: 20px;
  }
  .ss-benefits-card {
    padding: 12px 18px;
  }
  .ss-benefits-title {
    font-size: 15px;
  }
  .ss-benefits-desc {
    font-size: 13px;
  }
  .ss-why-course-heading-wrapper {
    margin-top: 20px;
  }
  .ss-why-course-heading-wrapper h1 {
    font-size: 25px;
  }
  .ss-course-promo-desc {
    font-size: 14px;
    margin: 8px auto 4px;
  }
  .ss-course-promo-vid-thumbnail {
    width: calc(100% - 20px);
  }
  .ss-promo-play-btn img {
    height: 55px;
    width: 55px;
  }
  .ss-our-plans-heading-wrapper {
    margin-top: 0px;
  }
  .ss-our-plans-heading-wrapper h1 {
    font-size: 25px;
  }
  .ss-our-plans-body-wrapper {
    width: calc(100% - 20px);
    margin-top: 25px;
    max-width: 450px;
  }
  .ss-plan-card-home {
    padding: 12px 18px;
  }
  .ss-plan-icon {
    width: 35px;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .ss-plan-name {
    font-size: 20px;
  }
  .ss-plan-og-price {
    font-size: 16px;
    font-weight: 500;
  }
  .ss-plan-disc-price {
    font-size: 28px;
  }
  .ss-plan-benefits-list {
    margin-top: 20px;
  }
  .ss-plan-benefit-bullet {
    width: 7px;
    height: 7px;
    margin-top: 6px;
  }
  .ss-plan-benefit {
    font-size: 14px;
  }
  .ss-plan-booking-button {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0px;
  }
  .ss-our-plans-disclaimer {
    font-size: 13px;
  }
  .ss-faq-item-wrapper {
    padding: 7px 12px;
    margin-bottom: 10px;
  }
  .ss-faq-title {
    font-size: 14px;
  }
  .ss-faq-title-icon img {
    width: 17px;
    height: 17px;
  }
  .ss-faq-answer-wrapper {
    font-size: 12px;
  }
  .ss-faq-body-wrapper {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .ss-copyright-notice {
    font-size: 12px;
  }
  .ss-footer-link {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  .ss-nav-logo {
    height: 20px;
  }
  .ss-nav-logo img {
    height: 20px;
  }
  .ss-nav-links li a {
    padding-right: 12px;
    font-size: 11px;
  }
  .ss-navbar {
    height: 45px;
  }
  .ss-nav-container {
    height: 45px;
  }
  .ss-nav-button-login {
    padding: 6px 3px 6px 7px;
    margin-left: 3px;
  }
  .ss-nav-button-login span {
    font-size: 11px;
    margin-right: 5px;
  }
  .ss-nav-button-login img {
    width: 14px;
    height: 14px;
  }
  .ss-stats-wrapper {
    row-gap: 22px;
  }
  .ss-fomo-card-timer-container {
    padding: 6px 10px;
  }
  .ss-fomo-card-wrapper {
    width: calc(100% - 14px);
  }
  .ss-fomo-card-button {
    padding: 6px 24px;
  }
  .ss-disc-heading {
    font-size: 24px;
  }
  .ss-disc-text-heading-wrapper span {
    font-size: 12px;
  }
  .ss-disc-subtitle {
    font-size: 13px;
  }
  .ss-stats-heading-wrapper h1 {
    font-size: 20px;
  }
  h5.ss-stats-subtitle {
    font-size: 12px;
  }
  .ss-stat-title {
    font-size: 17px;
  }
  .ss-stat-desc {
    font-size: 13px;
  }
  .ss-about-stat {
    font-size: 15px;
  }
  .ss-about-stat-header {
    font-size: 11px;
  }
  .ss-about-me-desc-wrapper {
    width: calc(100% - 10px);
  }
  .ss-about-me-stats-container {
    gap: 5px;
  }
  .ss-footer-main-wrapper {
    padding: 15px 10px;
  }
  .ss-why-course-content-wrapper {
    width: calc(100% - 20px);
    padding: 0px 15px;
  }
}/*# sourceMappingURL=ss-custom-ac-main.css.map */