.page[name='educationModel'] > .content > .hero {
    min-height: 360px;
}
.page[name='educationModel'] > .content > .hero > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .hero > .heroInner {
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .hero > .heroInner > .heroTitle > .title {
    font-weight: 700;
    text-align: center;
}
.page[name='educationModel'] > .content > .hero > .heroInner > .heroDescription {
    margin-top: 8px;
    font-weight: 500;
    text-align: center;
}
.page[name='educationModel'] > .content > .liveLessons {
    padding-top: 80px;
    padding-bottom: 84px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner {
    width: 1180px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .sectionHeading {
    width: 100%;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .sectionHeading > .sectionTitle {
    font-size: 38px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .sectionHeading > .sectionDescription {
    width: 760px;
    max-width: 100%;
    margin-top: 12px;
    font-size: 20px;
    line-height: 22px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard:hover {
    transform: translateY(-4px);
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard {
    min-height: 305px;
    padding: 28px;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
    transition: transform 0.3s ease;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .iconBox {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .iconBox > img {
    width: 26px;
    height: 26px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .cardTitle {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .cardDescription {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .cardList {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards > .lessonCard > .cardList > .listItem {
    font-weight: 500;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards > .contributionCard {
    min-height: 168px;
    padding: 24px 28px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards > .contributionCard > .eyebrow {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards > .contributionCard > .contributionList {
    margin-top: 15px;
    display: grid;
    gap: 9px;
}
.page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards > .contributionCard > .contributionList > .contributionItem {
    font-weight: 500;
    line-height: 18px;
}
.page[name='educationModel'] > .content > .materials {
    padding-top: 80px;
    padding-bottom: 84px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner {
    width: 1180px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .sectionHeading {
    width: 100%;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .sectionHeading > .sectionTitle {
    font-size: 38px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .sectionHeading > .sectionDescription {
    width: 790px;
    max-width: 100%;
    margin-top: 12px;
    font-size: 20px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard:hover {
    transform: translateY(-4px);
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard {
    min-height: 158px;
    padding: 24px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: start;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
    transition: transform 0.3s ease;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard > .iconBox {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard > .iconBox > img {
    width: 28px;
    height: 28px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard > .materialText {
    width: 100%;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard > .materialText > .cardTitle {
    font-size: 20px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards > .materialCard > .materialText > .cardDescription {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow {
    min-height: 126px;
    margin-top: 28px;
    padding: 26px 30px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    align-items: center;
    border-radius: 18px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowIcon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowIcon > img {
    width: 28px;
    height: 28px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowContent {
    width: 100%;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowContent > .flowTitle {
    font-size: 16px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowContent > .flowSteps {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: start;
    gap: 16px;
}
.page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowContent > .flowSteps > .flowStep {
    font-weight: 700;
    white-space: nowrap;
}
.page[name='educationModel'] > .content > .support {
    padding-top: 86px;
    padding-bottom: 90px;
}
.page[name='educationModel'] > .content > .support > .sectionInner {
    width: 1180px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .sectionHeading {
    width: 100%;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .sectionHeading > .sectionTitle {
    font-size: 38px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .sectionHeading > .sectionDescription {
    width: 820px;
    max-width: 100%;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard {
    min-height: 400px;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .supportBadge {
    display: inline-grid;
    grid-template-columns: 26px auto;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border-radius: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .supportBadge > img {
    width: 24px;
    height: 24px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .cardTitle {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .cardDescription {
    margin-top: 12px;
    font-size: 16px;
    line-height: 21px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .supportGoal {
    margin-top: 16px;
    font-weight: 700;
    line-height: 19px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .cardList {
    margin-top: 18px;
    display: grid;
    gap: 9px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .supportCards > .supportCard > .cardList > .listItem {
}
.page[name='educationModel'] > .content > .support > .sectionInner > .statistics {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .statistics > .statistic {
    min-height: 98px;
    padding: 18px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .statistics > .statistic > .statisticValue {
    font-size: 27px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .support > .sectionInner > .statistics > .statistic > .statisticLabel {
    margin-top: 8px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .gameSystem {
    padding-top: 78px;
    padding-bottom: 96px;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner {
    width: 1180px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .sectionHeading {
    width: 780px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .sectionHeading > .sectionTitle {
    font-size: 38px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .sectionHeading > .sectionDescription {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard:hover {
    transform: translateY(-4px);
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard {
    min-height: 188px;
    padding: 24px 20px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
    transition: transform 0.3s ease;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard > .gameIcon {
    width: 52px;
    height: 52px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard > .gameIcon > img {
    width: 48px;
    height: 48px;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard > .cardTitle {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards > .gameCard > .cardDescription {
    margin-top: 8px;
    line-height: 17px;
}
.page[name='educationModel'] > .content > .comparisonArea {
    min-height: 420px;
    padding-top: 34px;
    padding-bottom: 60px;
}
.page[name='educationModel'] > .content > .comparisonArea > .comparisonInner {
    position: relative;
    width: 1180px;
    max-width: calc(100% - 48px);
    min-height: 340px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 34px;
}
.page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .comparisonPanel {
    min-height: 286px;
    padding: 42px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    border-radius: 20px;
}
.page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .comparisonPanel > .comparisonColumn > .title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 24px;
}
.page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .comparisonPanel > .comparisonColumn > .comparisonItem {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner {
    width: 780px;
    max-width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .callToActionTitle {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    font-size: 42px;
    line-height: 43px;
    font-weight: 700;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .callToActionDescription {
    max-width: 630px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .buttons {
    margin-top: 36px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    gap: 12px;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .buttons > .button:hover {
    transform: translateY(-2px);
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .buttons > .button {
    min-height: 48px;
    padding: 14px 20px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.page[name='educationModel'] > .content > .callToAction > .callToActionInner > .buttons > .button > img {
    width: 15px;
    height: 15px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .sectionHeading > .sectionTitle,
    .page[name='educationModel'] > .content > .materials > .sectionInner > .sectionHeading > .sectionTitle,
    .page[name='educationModel'] > .content > .support > .sectionInner > .sectionHeading > .sectionTitle,
    .page[name='educationModel'] > .content > .gameSystem > .sectionInner > .sectionHeading > .sectionTitle {
        font-size: 26px;
    }
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .materials > .sectionInner > .materialFlow > .flowContent > .flowSteps {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 8px;
    }
    .page[name='educationModel'] > .content > .support > .sectionInner > .supportCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .support > .sectionInner > .statistics {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner {
        min-height: 710px;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar {
        min-height: 250px;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar > .navigationLinks {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar > .navigationActions {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .comparisonPanel {
        min-height: 650px;
        padding-top: 285px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .page[name='educationModel'] > .content > .callToAction > .callToActionInner > .callToActionTitle {
        font-size: 31px;
        line-height: 38px;
    }
    .page[name='educationModel'] > .content > .callToAction > .callToActionInner > .buttons {
        grid-auto-flow: row;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .page[name='educationModel'] > .content > .hero > .heroInner > .heroTitle {
        font-size: 40px;
        line-height: 47px;
    }
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .contributionCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .support > .sectionInner > .supportCards {
        grid-template-columns: 1fr;
    }
    .page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner {
        min-height: 580px;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar {
        min-height: 185px;
        grid-template-columns: 1fr auto;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar > .navigationLinks {
        grid-column: 1 / span 2;
        grid-auto-flow: column;
        justify-content: start;
        gap: 16px;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .comparisonPanel {
        min-height: 520px;
        padding-top: 220px;
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .page[name='educationModel'] > .content > .liveLessons > .sectionInner > .lessonCards {
        grid-template-columns: repeat(3, 1fr);
    }
    .page[name='educationModel'] > .content > .materials > .sectionInner > .materialCards {
        grid-template-columns: repeat(2, 1fr);
    }
    .page[name='educationModel'] > .content > .gameSystem > .sectionInner > .gameCards {
        grid-template-columns: repeat(4, 1fr);
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar {
        grid-template-columns: 160px 1fr;
    }
    .page[name='educationModel'] > .content > .comparisonArea > .comparisonInner > .navigationBar > .navigationActions {
        grid-column: 1 / span 2;
        justify-content: end;
    }
}
@media (max-width: 1200px) {
    .page[name='educationModel'] > .content > .hero > .heroInner {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .page[name='educationModel'] > .content > .hero > .heroInner > .heroTitle > .title {
        max-width: 700px;
        font-size: 38px;
    }
    .page[name='educationModel'] > .content > .hero > .heroInner > .heroDescription {
        font-size: 16px;
    }
}
@media (min-width: 1201px) {
    .page[name='educationModel'] > .content > .hero > .heroInner {
        width: 780px;
        padding-top: 48px;
        padding-bottom: 58px;
    }
    .page[name='educationModel'] > .content > .hero > .heroInner > .heroTitle > .title {
        max-width: 700px;
        font-size: 52px;
        font-weight: 700;
    }
    .page[name='educationModel'] > .content > .hero > .heroInner > .heroDescription {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }
    .page[name='educationModel'] > .content > .callToAction {
        display: grid;
        align-items: center;
    }
}