/*--------------------------------------------------------------
# Vendor Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Animate
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pseudo Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Awakening Youth Movement 2026
--------------------------------------------------------------*/
@font-face {
  font-family: "helveticaNeueLT93";
  src: url("/wp-content/themes/my-city-mvmt-v1/fonts/helveticaNeueLT93/font.otf") format("opentype");
}
#navigationV3 {
  display: none;
}

body {
  background-color: #EA3E28;
}

.site-footer-v3 {
  display: none;
}

.component--events .target-sticky-mobile.active {
  left: 50%;
  position: fixed;
  top: 10px;
  z-index: 11;
  transform: translateX(-50%);
}
.component--events .target-sticky-desktop.active {
  position: fixed;
  top: 10px;
  z-index: 9;
}

.component--events .c1a-multi-content {
  margin: auto;
  position: relative;
}
.component--events .c0a-mobile-nav__trigger-container {
  cursor: pointer;
  display: block;
  max-width: 21.565px;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 100%;
}
.component--events .c0a-mobile-nav-content {
  background-color: #EA3E28;
  border: 0.948px solid #000;
  border-radius: 5.69px 0px 0px 5.69px;
  cursor: pointer;
  max-width: 182.078px;
  position: fixed;
  right: -200px;
  transition: all 0.45s ease-in-out;
  z-index: 99;
}
.component--events .c0a-mobile-nav-content.active {
  right: 0;
}
.component--events .c0a-mobile-nav__close {
  color: #000;
  cursor: pointer;
  font-size: 2.2rem;
  left: 10px;
  position: absolute;
  top: 5px;
}
.component--events .c0a-mobile-nav__items {
  padding: 72px 20px 0 47.42px;
}
.component--events .c0a-mobile-nav__item {
  color: #000;
  display: block;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 1.2943rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6474rem;
  text-decoration: none;
  text-transform: uppercase;
}
.component--events .c0a-mobile-nav__buttons {
  bottom: 35px;
  position: absolute;
  width: 100%;
}
.component--events .c0a-mobile-nav__button {
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.126rem;
  line-height: normal;
  margin: auto;
  padding: 9px 0 7px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 142px;
  width: 100%;
}

.hero-section {
  background-color: #070805;
  position: relative;
}
.hero-section .root-container {
  max-width: 500px;
  margin: auto;
}
.hero-section .hero {
  margin: auto;
}
.hero-section .hero-text-1 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
}
.hero-section .hero-text-2 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
}
.hero-section .btn-register {
  left: 50%;
  transform: translateX(-50%);
  top: 85%;
  position: absolute;
  border-radius: 3.767px;
  border: 0.471px solid #EA3E28;
  display: block;
  color: #EA3E28;
  text-align: center;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 1.1271rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 135.714% */
  text-transform: uppercase;
  padding: 8px 0 4.5px;
  width: 145px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.hero-section .btn-register:hover {
  border-color: #59A5D3;
  color: #59A5D3;
}
.hero-section .btn-register:focus {
  border-color: #59A5D3;
  color: #59A5D3;
}

.about-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 20px;
}
.about-section .about-heading {
  display: block;
  margin: auto;
  max-width: 1380px;
  width: 100%;
}
.about-section p {
  color: #000;
  font-family: "plantin", sans-serif;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8767rem;
  letter-spacing: -0.0431rem;
  text-align: center;
  max-width: 335px;
  margin: auto;
}

.tickets-section {
  background-color: #59A5D3;
}
.tickets-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 25px;
}
.tickets-section .heading {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.tickets-section .tickets {
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex-wrap: nowrap;
}
.tickets-section .ticket {
  position: relative;
  filter: grayscale(100%) brightness(0.7) contrast(1.5);
}
.tickets-section .ticket.active {
  filter: grayscale(0) brightness(1) contrast(1);
}
.tickets-section .ticket.active:hover .tick-grap.tick-graph-hover {
  opacity: 1;
}
.tickets-section .ticket.active:hover .tick-grap.tick-graph-default {
  opacity: 0;
}
.tickets-section .ticket.active:focus .tick-grap.tick-graph-hover {
  opacity: 1;
}
.tickets-section .ticket.active:focus .tick-grap.tick-graph-default {
  opacity: 0;
}
.tickets-section .tick-grap {
  margin: auto;
  width: 100%;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}
.tickets-section .tick-grap.tick-graph-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.recap-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 30px;
}
.recap-section p {
  color: #000;
  font-family: "plantin", sans-serif;
  font-size: 1.4236rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 73.531% */
  letter-spacing: -0.0427rem;
  text-align: center;
  margin: 0;
}
.recap-section img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.recap-section .video-cover-container {
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.recap-section .video-cover-container:hover .c3b-media__video-trigger-hover {
  opacity: 1;
}
.recap-section .video-cover-container:focus .c3b-media__video-trigger-hover {
  opacity: 1;
}
.recap-section .c3b-media__video-trigger {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.recap-section .c3b-media__video-trigger.c3b-media__video-trigger-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.download-section {
  background-color: #000000;
}
.download-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 30px;
}
.download-section .rc-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
}
.download-section .download-grap {
  display: block;
  margin: auto;
  max-width: 40px;
  width: 100%;
}
.download-section .text {
  color: #EA3E28;
  text-align: center;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 1.4845rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.633rem;
  /* 110% */
  letter-spacing: -0.0445rem;
  text-transform: uppercase;
  margin: auto;
  max-width: 315px;
}
.download-section .c12a-form__content {
  margin: auto;
  max-width: 215px;
  position: relative;
}
.download-section .c12a-form__grid {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.download-section .c12a-form__input-item-wrapper {
  position: relative;
}
.download-section .c12a-form__input-item-wrapper--half {
  width: 49%;
}
.download-section .c12a-form__input-item-wrapper--full {
  width: 100%;
}
.download-section .c12a-form__input-item {
  background: #FAFAFA;
  border-radius: 4.892px;
  border: 0.612px solid #000;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-family: "plantin", sans-serif;
  font-size: 0.9785rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 6.5px 5px;
  width: 100%;
}
.download-section .c12a-form__input-item ::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "plantin", sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-section .agreement-noti {
  color: #ffffff;
  font-family: "plantin", sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-section .c12a-form__break {
  flex-basis: 100%;
  height: 0;
}
.download-section .c12a-form__error-message {
  color: #fb001e;
  font-family: "plantin", sans-serif;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 2px;
  transition: all 0.25s ease-in-out;
}
.download-section .c12a-form__error-message.active {
  opacity: 1;
}
.download-section .c12a-form__download {
  border-radius: 4.892px;
  border: 0.612px solid #000;
  background: #EA3E28;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "plantin", sans-serif;
  font-size: 0.9785rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 4px auto 0;
  max-width: 215px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.download-section .c12a-form__download:hover {
  background-color: #000;
  border-color: #EA3E28;
  color: #EA3E28;
}
.download-section .c12a-form__download:focus {
  background-color: #000;
  border-color: #EA3E28;
  color: #EA3E28;
}
.download-section .text-2 {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "plantin", sans-serif;
  font-size: 0.7569rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.download-section .obfe {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 10px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width: 92%;
  margin: auto;
}

.speakers-section {
  background-color: transparent;
}
.speakers-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 30px;
}
.speakers-section .graph-heading {
  display: block;
  margin: auto;
  max-width: 335px;
  width: 100%;
}
.speakers-section .rc-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 8px;
  margin: 0 -4px;
}
.speakers-section .rc-item {
  position: relative;
  padding: 0 4px;
  width: 50%;
}
.speakers-section .rc-item.full {
  width: 100%;
}
.speakers-section .rc-item a {
  display: block;
  position: relative;
  padding: inherit;
}
.speakers-section .speaker-graph {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.speakers-section .speaker-graph.speaker-graph-hover {
  padding: inherit;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inspo-section {
  background-color: #42a8e0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 10px 10px;
}
.inspo-section .root-container {
  margin: auto;
}

.schedule-section {
  background-color: #ECE7D1;
}
.schedule-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 25px;
}
.schedule-section .graph-heading {
  display: block;
  margin: auto;
  max-width: 350px;
  width: 100%;
}
.schedule-section .schedule-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 32px;
}
.schedule-section .schedule-item > div.first {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 8px;
}
.schedule-section .text-1 {
  color: #000;
  -webkit-text-stroke-width: 0.36px;
  -webkit-text-stroke-color: #000;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 2.7865rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.3666rem;
  /* 120.818% */
  letter-spacing: -0.0836rem;
  text-transform: uppercase;
  margin: auto;
}
.schedule-section .text-2 {
  color: #000;
  font-family: "rama-gothic-e", sans-serif;
  font-size: 3.337rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5714rem;
  /* 107.026% */
  letter-spacing: 0.1001rem;
  margin: auto;
}
.schedule-section .text-2.first {
  min-width: 60px;
}
.schedule-section .text-3 {
  color: #000;
  font-family: "rama-gothic-m", sans-serif;
  font-size: 3.337rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5714rem;
  /* 107.026% */
  letter-spacing: 0.1001rem;
  text-transform: uppercase;
  margin: auto;
}

.faq-section {
  background-color: #000;
}
.faq-section .root-container {
  max-width: 500px;
  margin: auto;
  padding: 0 40px;
}
.faq-section .graph-logo {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.faq-section .graph-heading {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.faq-section .c6a-faq__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.faq-section .c6a-faq__style-1 {
  color: #EA3E28;
  font-family: "plantin", sans-serif;
  font-size: 1.1821rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin: 0;
}
.faq-section .c6a-faq__style-1.c6a-faq__trig {
  cursor: pointer;
}
.faq-section .c6a-faq__style-1 .tc {
  display: block;
  width: 90%;
}
.faq-section .c6a-faq__style-1 .rc {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #ECE7D1;
  cursor: pointer;
}
.faq-section .c6a-faq__answer {
  display: none;
  padding: 5px 0 0;
}
.faq-section .c6a-faq__style-2 {
  color: #ECE7D1;
  font-family: "plantin", sans-serif;
  font-size: 1.1031rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.faq-section .c6a-faq__style-3 {
  color: #ECE7D1;
  font-family: "plantin", sans-serif;
  font-size: 1.3542rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.faq-section .c6a-faq__style-4 {
  color: #ECE7D1;
  font-family: "plantin", sans-serif;
  font-size: 1.3542rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.faq-section .c6a-faq__style-5 {
  color: #ECE7D1;
  font-family: "plantin", sans-serif;
  font-size: 1.3542rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.faq-section .btns {
  display: block;
  border: 1.071px solid #ECE7D1;
  background: #EA3E28;
  width: 100%;
  max-width: 105px;
  color: #ECE7D1;
  text-align: center;
  font-family: "plantin", sans-serif;
  font-size: 1.2851rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8567rem;
  /* 66.667% */
  text-transform: uppercase;
  padding: 6.5px 0;
  margin-top: 3px;
}

.rc-nav .nav-items {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 8px;
  height: 52px;
}
.rc-nav .nav-item {
  cursor: pointer;
  color: #000;
  text-align: center;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 190% */
  text-transform: uppercase;
  text-decoration: none;
}
.rc-nav .spacer {
  color: #000;
  display: block;
  text-align: center;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 190% */
  text-transform: uppercase;
}

.global-btn-register {
  right: 3%;
  top: 0px;
  position: fixed;
  border-radius: 3.767px;
  border: 0.471px solid #ECE7D1;
  display: block;
  color: #ECE7D1 !important;
  text-align: center;
  font-family: "helveticaNeueLT93", sans-serif;
  font-size: 1.1271rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 135.714% */
  text-transform: uppercase;
  padding: 8px 0 4.5px;
  width: 145px;
  text-decoration: none !important;
  z-index: 20;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.global-btn-register.active {
  opacity: 1;
  top: 20px;
}
.global-btn-register:hover {
  border-color: #59A5D3;
  color: #59A5D3 !important;
}
.global-btn-register:focus {
  border-color: #59A5D3;
  color: #59A5D3 !important;
}

.addz {
  z-index: 21;
  position: relative;
}

.addy {
  z-index: 22;
  position: relative;
}

@media (min-width: 1200px) {
  .global-btn-register {
    right: 1.5%;
    border-radius: 9.114px;
    border: 1.139px solid #ECE7D1;
    font-size: 2.7268rem;
    font-weight: 900;
    line-height: 3.7006rem;
    width: 350px;
    padding: 14.5px 0 7.5px;
  }

  .hero-section .root-container {
    max-width: 2000px;
  }
  .hero-section .hero-text-1 {
    width: 330px;
  }
  .hero-section .hero-text-2 {
    width: 480px;
  }
  .hero-section .btn-register {
    border-radius: 9.114px;
    border: 1.139px solid #EA3E28;
    font-size: 2.7268rem;
    font-weight: 900;
    line-height: 3.7006rem;
    width: 350px;
    padding: 14.5px 0 7.5px;
  }

  .about-section .root-container {
    max-width: 2000px;
    padding: 0 60px;
  }
  .about-section p {
    font-size: 3.6rem;
    line-height: 4.7rem;
    letter-spacing: -0.108rem;
    max-width: 1199px;
    width: 100%;
  }

  .tickets-section {
    background-color: #59A5D3;
  }
  .tickets-section .root-container {
    max-width: 2000px;
    padding: 0 180px;
  }
  .tickets-section .heading {
    max-width: 1080px;
  }
  .tickets-section .tickets {
    max-width: 1080px;
    row-gap: 30px;
  }

  .recap-section .root-container {
    max-width: 2000px;
    padding: 0 120px;
  }
  .recap-section p {
    color: #000;
    font-size: 4.7896rem;
    font-weight: 700;
    letter-spacing: -0.1437rem;
  }
  .recap-section img {
    max-width: 1200px;
  }

  .download-section .root-container {
    max-width: 2000px;
  }
  .download-section .rc-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    row-gap: 35px;
  }
  .download-section .download-grap {
    max-width: 130px;
  }
  .download-section .text {
    font-size: 4.8258rem;
    line-height: 5.3084rem;
    /* 110% */
    letter-spacing: -0.1448rem;
    max-width: 1020px;
  }
  .download-section .c12a-form__content {
    max-width: 535px;
  }
  .download-section .c12a-form__input-item {
    border-radius: 12.302px;
    border: 1.538px solid #000;
    font-size: 2.4604rem;
    padding: 12.5px 18px;
  }
  .download-section .agreement-noti {
    font-size: 1.5rem;
  }
  .download-section .c12a-form__error-message {
    font-size: 2rem;
  }
  .download-section .c12a-form__download {
    border-radius: 12.302px;
    border: 1.538px solid #000;
    font-size: 2.4604rem;
    padding: 12px 0;
    max-width: 535px;
    margin: 11.5px auto;
  }
  .download-section .text-2 {
    font-size: 2.4604rem;
  }

  .speakers-section .root-container {
    max-width: 2000px;
    padding: 0 100px;
  }
  .speakers-section .graph-heading {
    max-width: 1185px;
  }
  .speakers-section .rc-flex {
    row-gap: 25px;
    margin: 0 -12.5px;
  }
  .speakers-section .rc-item {
    padding: 0 12.5px;
  }
  .speakers-section .rc-item:hover .speaker-graph.speaker-graph-hover {
    opacity: 1;
  }
  .speakers-section .rc-item:focus .speaker-graph.speaker-graph-hover {
    opacity: 1;
  }

  .inspo-section .root-container {
    max-width: 2000px;
  }
  .inspo-section .graph {
    display: block;
    margin: auto;
    max-width: 1800px;
    width: 100%;
  }

  .schedule-section {
    background-color: #ECE7D1;
  }
  .schedule-section .root-container {
    max-width: 2000px;
    padding: 0 100px;
  }
  .schedule-section .graph-heading {
    max-width: 1200px;
  }
  .schedule-section .schedule {
    max-width: 1200px;
    margin: auto;
  }
  .schedule-section .schedule-item {
    column-gap: 100px;
  }
  .schedule-section .schedule-item > div.first {
    column-gap: 30px;
  }
  .schedule-section .text-1 {
    -webkit-text-stroke-width: 1.21px;
    -webkit-text-stroke-color: #000;
    font-size: 7.4rem;
    line-height: 7.3569rem;
    /* 120.818% */
    letter-spacing: -0.282rem;
  }
  .schedule-section .text-2 {
    font-size: 9.2568rem;
    line-height: 9.0477rem;
    /* 107.026% */
    letter-spacing: 0.3377rem;
  }
  .schedule-section .text-2.first {
    min-width: 165px;
  }
  .schedule-section .text-3 {
    font-size: 9.2568rem;
    line-height: 9.0477rem;
    /* 107.026% */
    letter-spacing: 0.3377rem;
  }

  .faq-section {
    background-color: #000;
  }
  .faq-section .root-container {
    max-width: 2000px;
    padding: 0 130px;
  }
  .faq-section .graph-logo {
    max-width: 1300px;
  }
  .faq-section .graph-heading {
    max-width: 1185px;
  }
  .faq-section .c6a-faq__body {
    max-width: 1200px;
    margin: auto;
    row-gap: 30px;
  }
  .faq-section .c6a-faq__style-1 {
    font-size: 3.0969rem;
  }
  .faq-section .c6a-faq__style-1 .tc {
    width: 95%;
  }
  .faq-section .c6a-faq__answer {
    padding: 15px 0 0;
    width: 90%;
  }
  .faq-section .c6a-faq__style-2 {
    font-size: 3.0472rem;
  }
  .faq-section .c6a-faq__style-3 {
    font-size: 3.7408rem;
  }
  .faq-section .c6a-faq__style-4 {
    font-size: 3.7408rem;
  }
  .faq-section .c6a-faq__style-5 {
    font-size: 3.7408rem;
  }
  .faq-section .btns {
    font-size: 3.5499rem;
    line-height: 2.3666rem;
    /* 66.667% */
    max-width: 290px;
    padding: 20px 0;
    margin-top: 10px;
  }
  .faq-section .graph-bottom {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
/*# sourceMappingURL=awakening-youth-movement-2026.css.map */
