@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular21-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular21-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueregular-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular81-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular81-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular71-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesque-regular71-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesquebold-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesquebold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueblack-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueblack-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueheavy-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesqueheavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque Alt";
  src: url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesquealtbold-webfont.woff2") format("woff2"),
    url("https://step.pgc.edu/wp-content/themes/step/assets/fonts/early-prep-repeaters/galanogrotesquealtbold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 360px;
  margin: 0;
}

#spet-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.spet-main {
  font: clamp(1rem, 2.5vw, 2.5rem)/1.1 "GalanoGrotesque", Times;
  font-weight: 400;
  color: #232f58;
}

@media (max-width: 1023px) {
  .spet-main {
    line-height: 1.2;
  }
}

.spet-container {
  max-width: 1505px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .spet-container {
    padding: 0 20px;
  }
}

.spet-visual {
  position: relative;
  overflow: hidden;
  padding: 35px 0 0;
  background: url("https://step.pgc.edu/wp-content/themes/step/assets/images/early-prep-repeaters/group.png") no-repeat;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center -75px;
}

@media (max-width: 767px) {
  .spet-visual {
    padding: 25px 0 0;
    background-position: 0 -50px;
  }
}

@media (min-width: 768px) {
  .spet-visual {
    padding: 45px 0 0;
  }
}

@media (min-width: 1024px) {
  .spet-visual {
    padding: 54px 0 0;
  }
}

.spet-visual .spet-container {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .spet-visual .spet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.spet-visual-test {
  background: #212d56;
  color: #fff;
  font-size: clamp(1.5rem, 2.9vw, 2.9rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 20px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto 15px;
  position: relative;
}

@media (max-width: 767px) {
  .spet-visual-test {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .spet-visual-test {
    min-width: 180px;
    max-width: inherit;
    position: absolute;
    right: 16px;
    top: -40px;
    text-align: left;
    margin: 0;
    padding: 8px 16px;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-visual-test {
    min-width: 300px;
    letter-spacing: -0.05rem;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .spet-visual-test {
    min-width: 350px;
    letter-spacing: -0.1rem;
  }
}

.spet-visual-test:before,
.spet-visual-test:after {
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
}

.spet-visual-test:before {
  width: 10px;
  left: -13px;
  background: #fcba17;
}

@media (min-width: 768px) {
  .spet-visual-test:before {
    width: 30px;
    left: -34px;
  }
}

.spet-visual-test:after {
  width: 10px;
  background: #fcba17;
  left: 100%;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .spet-visual-test:after {
    left: 98%;
    background: #212d56;
    display: block;
  }
}

.spet-visual-textbox {
  width: 100%;
  padding: 0 0 26px;
}

@media (min-width: 768px) {
  .spet-visual-textbox {
    width: 60%;
  }
}

@media (min-width: 1440px) {
  .spet-visual-textbox {
    width: 62%;
  }
}

.spet-visual-top {
  text-align: left;
  margin: 0 0 10px;
}

@media (min-width: 1440px) {
  .spet-visual-top {
    margin: 0 0 30px;
  }
}

.spet-visual h1 {
  font-size: clamp(2rem, 6.5vw, 6.938rem);
  letter-spacing: normal;
  line-height: 0.8;
  margin: 0 0 5px;
  font-weight: 700;
  color: #222e57;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .spet-visual h1 {
    letter-spacing: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .spet-visual h1 {
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .spet-visual h1 {
    letter-spacing: -0.3rem;
  }
}

@media (min-width: 1440px) {
  .spet-visual h1 {
    letter-spacing: -0.65rem;
  }
}

.spet-visual-square {
  position: relative;
}

.spet-visual-square::after,
.spet-visual-square::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fab918;
  z-index: 11;
}

.spet-visual-square::before {
  top: -8px;
  left: -8px;
}

.spet-visual-square::after {
  bottom: -8px;
  left: -8px;
}

.spet-visual h2 {
  font-size: clamp(2rem, 5.5vw, 6.938rem);
  letter-spacing: normal;
  line-height: 0.9;
  margin: 0 0 5px;
  font-weight: 700;
  background: #212c54;
  text-transform: uppercase;
  color: #fab918;
  max-width: 708px;
  text-align: center;
  padding: 2% 4%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .spet-visual h2 {
    letter-spacing: 0;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .spet-visual h2 {
    margin: 0;
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-visual h2 {
    letter-spacing: -0.3rem;
  }
}

.spet-visual h2 .thin {
  font-weight: 300;
}

.spet-visual h2 .normal {
  font-weight: 300;
  font-size: clamp(1.8rem, 4.5vw, 5rem);
  text-transform: capitalize;
  letter-spacing: normal;
  display: block;
}

@media (max-width: 767px) {
  .spet-visual h2 .normal {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-visual h2 .normal {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-visual h2 .normal {
    letter-spacing: -5px;
  }
}

.spet-visual h2::after,
.spet-visual h2::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fab918;
}

.spet-visual h2::before {
  right: -8px;
  top: -8px;
}

.spet-visual h2::after {
  right: -8px;
  bottom: -8px;
}

.spet-visual-date {
  font-size: clamp(1.2rem, 2.1vw, 2.125rem);
  font-weight: 500;
}

@media (max-width: 767px) {
  .spet-visual-date {
    letter-spacing: 0;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-visual-date {
    letter-spacing: 0;
  }
}

@media (min-width: 1440px) {
  .spet-visual-date {
    letter-spacing: -2px;
  }
}

.spet-visual-date strong {
  display: block;
  font-size: clamp(1.5rem, 4.489vw, 4.489rem);
  text-transform: uppercase;
}

.spet-visual-date strong sup {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 600;
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .spet-visual-date strong sup {
    margin-left: -15px;
  }
}

.spet-visual-list {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 60px !important;
}

@media (max-width: 1023px) {
  .spet-visual-list {
    margin: 8px 0;
  }
}

@media (max-width: 767px) {
  .spet-visual-list {
    gap: 10px;
  }
}

.spet-visual-list li {
  border: 1px solid #212c54;
  padding: 8px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: clamp(1.5rem, 2.75vw, 2.75rem);
  text-align: center;
}

@media (max-width: 767px) {
  .spet-visual-list li {
    letter-spacing: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-visual-list li {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1650px) {
  .spet-visual-list li {
    background-color: white;
  }
}

@media (min-width: 1440px) {
  .spet-visual-list li {
    letter-spacing: -2px;
  }
}

.spet-visual-list li span {
  display: block;
  font-weight: 300;
  font-size: clamp(1rem, 1.375vw, 1.375rem);
}

.spet-visual-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .spet-visual-button {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .spet-visual-button {
    margin-top: 15px;
  }
}

.spet-visual-button a {
  color: white;
  text-decoration: none;
  padding: 10px 50px;
  background: #212c54;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.646vw, 2.646rem);
  font-weight: 700;
}

@media (max-width: 767px) {
  .spet-visual-button a {
    letter-spacing: 0;
    padding: 10px 30px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-visual-button a {
    letter-spacing: 0;
    padding: 10px 22px;
  }
}

@media (min-width: 1024px) {
  .spet-visual-button a {
    letter-spacing: -1px;
  }
}

.spet-visual-button span {
  display: block;
  text-transform: capitalize;
  color: #fab918;
  font-size: clamp(1.2rem, 1.285vw, 1.285rem);
  font-weight: 600;
}

.spet-visual-button .tagline {
  font-size: clamp(1.2rem, 1.414vw, 1.414rem);
  padding-top: 12px;
}

@media (max-width: 767px) {
  .spet-visual-button .tagline {
    letter-spacing: 0;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-visual-button .tagline {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-visual-button .tagline {
    letter-spacing: -0.5px;
  }
}

.spet-visual-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .spet-visual-image {
    width: 60%;
    margin: 0 auto 45px;
    display: block;
  }
}

@media (min-width: 768px) {
  .spet-visual-image {
    width: 50%;
    margin-right: -3.5%;
    margin-bottom: -9px;
  }
}

@media (min-width: 1024px) {
  .spet-visual-image {
    width: 46%;
    margin-right: -3%;
    margin-left: -3%;
    padding-top: 110px;
    margin-bottom: -118px;
  }
}

@media (min-width: 1440px) {
  .spet-visual-image {
    width: 50%;
    margin-right: -5%;
    margin-left: -5%;
  }
}

@media (min-width: 1600px) {
  .spet-visual-image {
    width: 52.3%;
    margin-left: -12%;
    margin-right: -11.3%;
  }
}

@media (min-width: 1750px) {
  .spet-visual-image {
    width: 56.3%;
    margin-left: -15%;
    margin-right: -13.3%;
  }
}

.spet-visual-image img {
  max-width: 100%;
  height: auto;
}

.spet-text-block {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .spet-text-block {
    padding: 0 0 35px;
  }
}

.spet-text-block-text h3 {
  font-size: clamp(1.3rem, 5.625vw, 5.625rem);
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .spet-text-block-text h3 {
    letter-spacing: 0;
    line-height: normal;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-text-block-text h3 {
    letter-spacing: 0;
  }
}

@media (min-width: 1440px) {
  .spet-text-block-text h3 {
    letter-spacing: -7.5px;
  }
}

.spet-text-block-text h3 strong {
  display: block;
  font-weight: bold;
}

.spet-text-block-text h4 {
  text-align: center;
  font-size: clamp(1.5rem, 2.375vw, 2.375rem);
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .spet-text-block-text h4 {
    margin-bottom: 10px;
    line-height: 1;
  }
}

.spet-text-block-text p {
  text-align: center;
  font-size: clamp(1.3rem, 2.375vw, 2.375rem);
  max-width: 75%;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .spet-text-block-text p {
    letter-spacing: 0;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-text-block-text p {
    letter-spacing: 0;
    max-width: 90%;
  }
}

@media (min-width: 1440px) {
  .spet-text-block-text p {
    letter-spacing: -2.5px;
  }
}

.spet-session-block {
  background: #0f1c45;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .spet-session-block {
    padding: 40px 0;
  }
}

.spet-session-block-heading-block {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .spet-session-block-heading-block {
    margin-bottom: 30px;
  }
}

.spet-session-block-subheading {
  font-size: clamp(1.5rem, 2.375vw, 2.375rem) !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  color: #fab918 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  .spet-session-block-subheading {
    text-align: left;
  }
}

.spet-session-block-main-heading {
  font-size: clamp(2rem, 5.625vw, 5.625rem) !important;
  font-weight: bold !important;
  margin-bottom: 25px !important;
  color: #fab918 !important;
  margin: 0 0 30px !important;
  line-height: 0.8 !important;
}

@media (max-width: 767px) {
  .spet-session-block-main-heading {
    margin-bottom: 20px !important;
    text-align: left !important;
    line-height: 1 !important;
  }
}

.spet-session-block-main-heading sup {
  margin-left: -5px;
  font-size: clamp(1.5rem, 3vw, 3rem);
}

@media (max-width: 767px) {
  .spet-session-block-main-heading sup {
    margin-left: 0;
  }
}

.spet-session-block-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .spet-session-block-course-list {
    gap: 8px;
  }
}

.spet-session-block-course-list__item {
  border: 2px solid #e6b400;
  padding: 10px;
  border-radius: 12px;
  font-size: clamp(1.5rem, 4.5vw, 4.5rem);
  font-weight: 700;
}

@media (max-width: 767px) {
  .spet-session-block-course-list__item {
    letter-spacing: 0;
    padding: 8px;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-session-block-course-list__item {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-session-block-course-list__item {
    letter-spacing: -3px;
  }
}

.spet-session-block-course-list__item span {
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 400;
  margin-left: -15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .spet-session-block-course-list__item span {
    margin-left: -5px;
  }
}

.spet-session-block-session-type {
  margin-top: 10px;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
}

.spet-session-block-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .spet-session-block-icon-block {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

.spet-session-block-icon-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 30%;
}

@media (max-width: 480px) {
  .spet-session-block-icon-block__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .spet-session-block-icon-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 47%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .spet-session-block-icon-block__item {
    gap: 8px;
    width: 47%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.spet-session-block-icon-block__item img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .spet-session-block-icon-block__item img {
    max-width: 60px;
  }
}

.spet-session-block-icon-block__item p {
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin: 36px 0 !important;
}

@media (max-width: 767px) {
  .spet-session-block-icon-block__item p {
    text-align: center;
  }
}

.spet-earlyprep {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .spet-earlyprep {
    padding: 40px 0;
  }
}

.spet-earlyprep h3 {
  font-size: clamp(2rem, 5.625vw, 5.625rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  color: #0f1c45;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .spet-earlyprep h3 {
    letter-spacing: 0;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-earlyprep h3 {
    letter-spacing: 0;
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .spet-earlyprep h3 {
    letter-spacing: -4px;
  }
}

@media (max-width: 767px) {
  .spet-earlyprep h3.second {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .spet-earlyprep h3.second {
    letter-spacing: 0;
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .spet-earlyprep h3.second {
    letter-spacing: -2.5px;
  }
}

.spet-earlyprep-text {
  margin: 0 auto 30px;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 500;
  line-height: 1.6;
  color: #222c55;
  text-align: left;
}

@media (max-width: 767px) {
  .spet-earlyprep-text {
    margin-bottom: 20px;
  }
}

.spet-earlyprep-text p {
  margin-bottom: 12px;
}

.spet-earlyprep-courses {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .spet-earlyprep-courses {
    margin: 30px 0;
  }
}

.spet-earlyprep-courses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1023px) {
  .spet-earlyprep-courses-list {
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.spet-earlyprep-courses-list .item {
  color: #fab918;
  padding: 10px 22px;
  border-radius: 12px;
  font-size: clamp(2rem, 5.369vw, 5.369rem);
  font-weight: 600;
  background: #222c55;
}

@media (max-width: 767px) {
  .spet-earlyprep-courses-list .item {
    letter-spacing: 0;
    padding: 8px 15px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-earlyprep-courses-list .item {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-earlyprep-courses-list .item {
    letter-spacing: -7.5px;
  }
}

.spet-earlyprep-courses-list .item .thin {
  font-weight: 300;
  font-size: clamp(1.5rem, 2.688vw, 2.688rem);
}

@media (max-width: 767px) {
  .spet-earlyprep-courses-list .item .thin {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-earlyprep-courses-list .item .thin {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-earlyprep-courses-list .item .thin {
    letter-spacing: -2px;
  }
}

.spet-earlyprep-phase h3 {
  font-size: clamp(1.5rem, 4.063vw, 4.063rem);
}

.spet-earlyprep-subtitle {
  text-align: left !important;
}

.spet-earlyprep .normal {
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  margin: 0;
}

.spet-earlyprep-list {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .spet-earlyprep-list {
    padding-left: 20px;
  }
}

.spet-earlyprep-list li {
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  line-height: 1.1;
  margin-bottom: 5px;
  color: #222c55;
  font-weight: 500;
}

@media (max-width: 767px) {
  .spet-earlyprep-list li {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-earlyprep-list li {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-earlyprep-list li {
    letter-spacing: -2.5px;
  }
}

.spet-fee-apply {
  padding: 100px 0;
  background: #12204b;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .spet-fee-apply {
    padding: 50px 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply {
    padding: 70px 0;
  }
}

.spet-fee-apply__heading {
  font-size: clamp(2rem, 5.625vw, 5.625rem) !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  color: white !important;
}

@media (max-width: 767px) {
  .spet-fee-apply__heading {
    letter-spacing: 0 !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply__heading {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-fee-apply__heading {
    letter-spacing: -2.5px;
  }
}

.spet-fee-apply__para {
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .spet-fee-apply__para {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply__para {
    margin-bottom: 50px;
  }
}

.spet-fee-apply__subtitle {
  font-size: clamp(1.5rem, 3.844vw, 3.844rem);
  font-weight: 600;
  color: #fab918;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .spet-fee-apply__subtitle {
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply__subtitle {
    letter-spacing: 0;
  }
}

@media (min-width: 1024px) {
  .spet-fee-apply__subtitle {
    letter-spacing: -2.5px;
  }
}

.spet-fee-apply__repeat {
  font-size: clamp(2rem, 6.938vw, 6.938rem) !important;
  font-weight: 700 !important;
  color: #fab918 !important;
  margin-bottom: 40px !important;
  line-height: 0.9 !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .spet-fee-apply__repeat {
    letter-spacing: 0 !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply__repeat {
    letter-spacing: 0 !important;
  }
}

@media (min-width: 1024px) {
  .spet-fee-apply__repeat {
    letter-spacing: -2.5px;
  }
}

.spet-fee-apply__apply-today {
  font-size: clamp(3rem, 12.063vw, 12.063rem);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 4px #ffcd32;
  text-stroke: 4px #ffcd32;
  margin-bottom: 30px;
  line-height: 1;
}

@media (max-width: 767px) {
  .spet-fee-apply__apply-today {
    letter-spacing: 0;
    -webkit-text-stroke: 2px #ffcd32;
    text-stroke: 2px #ffcd32;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spet-fee-apply__apply-today {
    letter-spacing: 0;
    -webkit-text-stroke: 3px #ffcd32;
    text-stroke: 3px #ffcd32;
  }
}

@media (min-width: 1024px) {
  .spet-fee-apply__apply-today {
    letter-spacing: -2.5px;
  }
}

.spet-fee-apply__footer {
  font-size: clamp(1.5rem, 2.3vw, 2.3rem);
  margin-top: 10px;
}

.spet-footer {
  overflow: hidden;
  padding: 100px 0;
  background: #f7f7f7;
  position: relative;
  font-family: "GalanoGrotesque";
  text-align: center;
  padding: 45px 0;
}

@media (max-width: 767px) {
  .spet-footer {
    padding: 35px 0;
  }
}

@media (min-width: 768px) {
  .spet-footer {
    padding: 60px 0;
  }
}

@media (min-width: 1024px) {
  .spet-footer {
    padding: 75px 0;
  }
}

@media (min-width: 1200px) {
  .spet-footer {
    padding: 100px 0;
  }
}

.spet-footer h3 {
  font-size: clamp(2rem, 4.06vw, 4.06rem);
  color: #222f58;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .spet-footer h3 {
    margin-bottom: 20px;
  }
}

.spet-footer-contact {
  font-weight: 700;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  color: #b2161e;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

@media (max-width: 767px) {
  .spet-footer-contact {
    margin-bottom: 20px;
  }
}

.spet-footer-contact a {
  color: currentColor;
  text-decoration: none;
}

.spet-footer-contact a:hover {
  text-decoration: underline;
}

.spet-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .spet-footer .social-links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}

.spet-footer .social-links li {
  padding: 0 3px;
}

@media (max-width: 767px) {
  .spet-footer .social-links li {
    padding: 0 2px;
  }
}

.spet-footer .social-links a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2d2e76;
  text-decoration: none;
}

@media (max-width: 767px) {
  .spet-footer .social-links a {
    font-size: 20px;
  }
}

.spet-footer .social-links a img {
  display: block;
}

.spet-footer .social-links a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .spet-footer .social-links img {
    max-height: 19px;
  }
}

.page-inner .header {
  background: #eceef3 !important;
  position: relative !important;
  padding: 0 !important;
}

.custom-white-early-prep-repeaters {
  display: none !important;
}

.custom-blue-early-prep-repeaters {
  display: block !important;
}

.page-inner .header .courses-menu>li>a,
.page-inner .header .main-nav li a:not(.btn),
.page-inner .header .header-contect,
.page-inner .header .header-contect a {
  color: #2f3186 !important;
}

.nav-active #menu-main-menu li a,
.nav-active .page-inner .header .header-contect,
.nav-active .page-inner .header .header-contect a {
  color: white !important;
}

.nav-active .nav-opener::after {
  margin-top: -2px !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-active .nav-opener {
  right: 300px !important;
}

.nav-active .nav-opener::before {
  margin-bottom: -2px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}