@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream1.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream2.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream3.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream5.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream6.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream7.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream8.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheSCoD';
  src: url('debate-landing-content/fonts/SCDream9.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'TheSCoD', 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.section1-title {
  font-weight: 700;
}
.swal-no-border {
  border: none !important;
  box-shadow: none !important;
}
.swal-no-border .swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
}
.reviews-dropdown {
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out;
}
.reviews-dropdown.open {
  max-height: 2000px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  transition: max-height 0.5s ease-in, padding-top 0.5s ease-in, padding-bottom 0.5s ease-in;
}
.teacher-pill-container.new-teacher {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 0.5s ease-out forwards;
}
.navbar-mobile {
  background-color: #272727;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.navbar-mobile-item {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 0 8px;
  text-align: center;
  transition: color 0.2s ease;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
}
.navbar-mobile-item.active {
  color: #FFFFFF;
}
.navbar-mobile-item:hover {
  color: #FFFFFF;
}
.section1 {
  background-image: url('gen-landing-content/lp-gen-img-1-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  padding: 0 20px 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section1-content {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 2px;
  flex: 1;
  position: relative;
  align-items: stretch;
  min-height: 100%;
}
.section1-text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0;
  margin: 0;
  min-width: 0;
  flex-shrink: 1;
}
.section1-text {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
  text-align: left;
  padding: 0;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: pre-line;
  display: block;
  text-indent: 0;
}
.section1-image-wrapper {
  position: absolute;
  right: -5px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.section1-image {
  width: 160px;
  height: auto;
  z-index: 10;
}
.section1-image img {
  width: 100%;
  height: auto;
  display: block;
}
.section2 {
  background-color: #2596be;
  padding: 40px 20px;
  color: white;
}
.section2-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section2-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

/* Responsive adjustments for section 1 */
@media (min-width: 768px) {
  .section1 {
    min-height: 400px;
    padding: 30px 60px 0 60px;
  }
  .section1-content {
    gap: 4px;
  }
  .section1-text {
    font-size: 44px;
  }
  .section1-image-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: auto;
    flex: 0 0 auto;
    align-self: flex-end;
  }
  .section1-image {
    width: 280px;
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .section1 {
    min-height: 500px;
    padding: 40px 80px 0 80px;
  }
  .section1-content {
    gap: 6px;
  }
  .section1-text {
    font-size: 56px;
  }
  .section1-image-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: auto;
    flex: 0 0 auto;
    align-self: flex-end;
  }
  .section1-image {
    width: 360px;
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .section1 {
    min-height: 600px;
    padding: 50px 100px 0 100px;
  }
  .section1-content {
    gap: 8px;
  }
  .section1-text {
    font-size: 64px;
  }
  .section1-image-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: auto;
    flex: 0 0 auto;
    align-self: flex-end;
  }
  .section1-image {
    width: 420px;
    z-index: auto;
  }
}
.section2 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section2-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section2-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
}

/* Responsive adjustments for section 2 */
@media (min-width: 768px) {
  .section2 {
    padding: 30px;
  }
  .section2-title {
    font-size: 36px;
  }
  .section2-text {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .section2 {
    padding: 30px;
  }
  .section2-title {
    font-size: 44px;
  }
  .section2-text {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .section2 {
    padding: 30px;
  }
  .section2-title {
    font-size: 52px;
  }
  .section2-text {
    font-size: 30px;
  }
}
.section3 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section3-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section3-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section3-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.section3-list li {
  margin-bottom: 8px;
}
.section3-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 3 */
@media (min-width: 768px) {
  .section3 {
    padding: 30px;
  }
  .section3-title {
    font-size: 28px;
  }
  .section3-text {
    font-size: 18px;
  }
  .section3-list {
    font-size: 18px;
  }
  .section3-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section3 {
    padding: 40px;
  }
  .section3-title {
    font-size: 32px;
  }
  .section3-text {
    font-size: 20px;
  }
  .section3-list {
    font-size: 20px;
  }
  .section3-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section3 {
    padding: 50px;
  }
  .section3-title {
    font-size: 36px;
  }
  .section3-text {
    font-size: 22px;
  }
  .section3-list {
    font-size: 22px;
  }
  .section3-conclusion {
    font-size: 22px;
  }
}
.section4 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section4-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section4-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section4-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.section4-list-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.section4-list-item::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.section4-list {
  counter-reset: list-counter;
}
.section4-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 4 */
@media (min-width: 768px) {
  .section4 {
    padding: 30px;
  }
  .section4-title {
    font-size: 28px;
  }
  .section4-intro {
    font-size: 18px;
  }
  .section4-list-item {
    font-size: 18px;
  }
  .section4-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section4 {
    padding: 40px;
  }
  .section4-title {
    font-size: 32px;
  }
  .section4-intro {
    font-size: 20px;
  }
  .section4-list-item {
    font-size: 20px;
  }
  .section4-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section4 {
    padding: 50px;
  }
  .section4-title {
    font-size: 36px;
  }
  .section4-intro {
    font-size: 22px;
  }
  .section4-list-item {
    font-size: 22px;
  }
  .section4-conclusion {
    font-size: 22px;
  }
}
.section5 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section5-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section5-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section5-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  counter-reset: list-counter;
}
.section5-list-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.section5-list-item::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.section5-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 5 */
@media (min-width: 768px) {
  .section5 {
    padding: 30px;
  }
  .section5-title {
    font-size: 28px;
  }
  .section5-intro {
    font-size: 18px;
  }
  .section5-list-item {
    font-size: 18px;
  }
  .section5-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section5 {
    padding: 40px;
  }
  .section5-title {
    font-size: 32px;
  }
  .section5-intro {
    font-size: 20px;
  }
  .section5-list-item {
    font-size: 20px;
  }
  .section5-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section5 {
    padding: 50px;
  }
  .section5-title {
    font-size: 36px;
  }
  .section5-intro {
    font-size: 22px;
  }
  .section5-list-item {
    font-size: 22px;
  }
  .section5-conclusion {
    font-size: 22px;
  }
}
.section6 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section6-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.section6-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section6-questions {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section6-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 6 */
@media (min-width: 768px) {
  .section6 {
    padding: 30px;
  }
  .section6-title {
    font-size: 28px;
  }
  .section6-text {
    font-size: 18px;
  }
  .section6-questions {
    font-size: 18px;
  }
  .section6-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section6 {
    padding: 40px;
  }
  .section6-title {
    font-size: 32px;
  }
  .section6-text {
    font-size: 20px;
  }
  .section6-questions {
    font-size: 20px;
  }
  .section6-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section6 {
    padding: 50px;
  }
  .section6-title {
    font-size: 36px;
  }
  .section6-text {
    font-size: 22px;
  }
  .section6-questions {
    font-size: 22px;
  }
  .section6-conclusion {
    font-size: 22px;
  }
}
.section7 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section7-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section7-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.section7-list li {
  margin-bottom: 8px;
}
.section7-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 7 */
@media (min-width: 768px) {
  .section7 {
    padding: 30px;
  }
  .section7-title {
    font-size: 28px;
  }
  .section7-list {
    font-size: 18px;
  }
  .section7-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section7 {
    padding: 40px;
  }
  .section7-title {
    font-size: 32px;
  }
  .section7-list {
    font-size: 20px;
  }
  .section7-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section7 {
    padding: 50px;
  }
  .section7-title {
    font-size: 36px;
  }
  .section7-list {
    font-size: 22px;
  }
  .section7-conclusion {
    font-size: 22px;
  }
}
.section8 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section8-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section8-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section8-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  counter-reset: list-counter;
}
.section8-list-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.section8-list-item::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.section8-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 8 */
@media (min-width: 768px) {
  .section8 {
    padding: 30px;
  }
  .section8-title {
    font-size: 28px;
  }
  .section8-intro {
    font-size: 18px;
  }
  .section8-list-item {
    font-size: 18px;
  }
  .section8-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section8 {
    padding: 40px;
  }
  .section8-title {
    font-size: 32px;
  }
  .section8-intro {
    font-size: 20px;
  }
  .section8-list-item {
    font-size: 20px;
  }
  .section8-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section8 {
    padding: 50px;
  }
  .section8-title {
    font-size: 36px;
  }
  .section8-intro {
    font-size: 22px;
  }
  .section8-list-item {
    font-size: 22px;
  }
  .section8-conclusion {
    font-size: 22px;
  }
}
.section9 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section9-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section9-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
}

/* Responsive adjustments for section 9 */
@media (min-width: 768px) {
  .section9 {
    padding: 30px;
  }
  .section9-title {
    font-size: 28px;
  }
  .section9-text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section9 {
    padding: 40px;
  }
  .section9-title {
    font-size: 32px;
  }
  .section9-text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section9 {
    padding: 50px;
  }
  .section9-title {
    font-size: 36px;
  }
  .section9-text {
    font-size: 22px;
  }
}
.section10 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section10-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section10-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section10-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.section10-list li {
  margin-bottom: 8px;
}

/* Responsive adjustments for section 10 */
@media (min-width: 768px) {
  .section10 {
    padding: 30px;
  }
  .section10-title {
    font-size: 28px;
  }
  .section10-intro {
    font-size: 18px;
  }
  .section10-list {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section10 {
    padding: 40px;
  }
  .section10-title {
    font-size: 32px;
  }
  .section10-intro {
    font-size: 20px;
  }
  .section10-list {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section10 {
    padding: 50px;
  }
  .section10-title {
    font-size: 36px;
  }
  .section10-intro {
    font-size: 22px;
  }
  .section10-list {
    font-size: 22px;
  }
}
.section11 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section11-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section11-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.section11-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  counter-reset: list-counter;
}
.section11-list-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.section11-list-item::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.section11-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 11 */
@media (min-width: 768px) {
  .section11 {
    padding: 30px;
  }
  .section11-title {
    font-size: 28px;
  }
  .section11-intro {
    font-size: 18px;
  }
  .section11-list-item {
    font-size: 18px;
  }
  .section11-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section11 {
    padding: 40px;
  }
  .section11-title {
    font-size: 32px;
  }
  .section11-intro {
    font-size: 20px;
  }
  .section11-list-item {
    font-size: 20px;
  }
  .section11-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section11 {
    padding: 50px;
  }
  .section11-title {
    font-size: 36px;
  }
  .section11-intro {
    font-size: 22px;
  }
  .section11-list-item {
    font-size: 22px;
  }
  .section11-conclusion {
    font-size: 22px;
  }
}
.section12 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section12-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section12-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.section12-list li {
  margin-bottom: 8px;
}
.section12-conclusion {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 12px;
}

/* Responsive adjustments for section 12 */
@media (min-width: 768px) {
  .section12 {
    padding: 30px;
  }
  .section12-title {
    font-size: 28px;
  }
  .section12-list {
    font-size: 18px;
  }
  .section12-conclusion {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section12 {
    padding: 40px;
  }
  .section12-title {
    font-size: 32px;
  }
  .section12-list {
    font-size: 20px;
  }
  .section12-conclusion {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section12 {
    padding: 50px;
  }
  .section12-title {
    font-size: 36px;
  }
  .section12-list {
    font-size: 22px;
  }
  .section12-conclusion {
    font-size: 22px;
  }
}
.section13 {
  background-color: #FFFFFF;
  padding: 20px;
  color: black;
}
.section13-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section13-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
}

/* Responsive adjustments for section 13 */
@media (min-width: 768px) {
  .section13 {
    padding: 30px;
  }
  .section13-title {
    font-size: 28px;
  }
  .section13-text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section13 {
    padding: 40px;
  }
  .section13-title {
    font-size: 32px;
  }
  .section13-text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section13 {
    padding: 50px;
  }
  .section13-title {
    font-size: 36px;
  }
  .section13-text {
    font-size: 22px;
  }
}
.section14 {
  background-color: #f4f6fb;
  padding: 20px;
  color: black;
}
.section14-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section14-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
}

/* Responsive adjustments for section 14 */
@media (min-width: 768px) {
  .section14 {
    padding: 30px;
  }
  .section14-title {
    font-size: 28px;
  }
  .section14-text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section14 {
    padding: 40px;
  }
  .section14-title {
    font-size: 32px;
  }
  .section14-text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section14 {
    padding: 50px;
  }
  .section14-title {
    font-size: 36px;
  }
  .section14-text {
    font-size: 22px;
  }
}
.section15 {
  background-color: #FFFFFF;
  padding: 40px 20px;
  color: black;
  text-align: center;
}
.section15-kakao-button {
  background-color: #FEE500;
  border-radius: 50px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.section15-kakao-button:hover {
  opacity: 0.9;
}
.section15-kakao-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section15-kakao-text {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.section15-question {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.section15-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

/* Responsive adjustments for section 15 */
@media (min-width: 768px) {
  .section15 {
    padding: 50px 30px;
  }
  .section15-kakao-button {
    padding: 16px 24px;
  }
  .section15-kakao-logo {
    width: 28px;
    height: 28px;
  }
  .section15-kakao-text {
    font-size: 18px;
  }
  .section15-question {
    font-size: 28px;
  }
  .section15-text {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .section15 {
    padding: 60px 40px;
  }
  .section15-kakao-button {
    padding: 18px 28px;
  }
  .section15-kakao-logo {
    width: 32px;
    height: 32px;
  }
  .section15-kakao-text {
    font-size: 20px;
  }
  .section15-question {
    font-size: 32px;
  }
  .section15-text {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .section15 {
    padding: 70px 50px;
  }
  .section15-kakao-button {
    padding: 20px 32px;
  }
  .section15-kakao-logo {
    width: 36px;
    height: 36px;
  }
  .section15-kakao-text {
    font-size: 22px;
  }
  .section15-question {
    font-size: 36px;
  }
  .section15-text {
    font-size: 24px;
  }
}
