.page[name='exampleVideos'] > .content > .hero {
    position: relative;
    min-height: 460px;
    overflow: hidden;
}
.page[name='exampleVideos'] > .content > .hero > .breadcrumb {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent {
    position: relative;
    z-index: 2;
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 74px;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    align-items: center;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .info {
    min-height: 160px;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview {
    position: relative;
    min-height: 190px;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .backCard[key='left'] {
    top: 80px;
    transform: rotate(345deg);
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .backCard[key='right'] {
    top: 4px;
    transform: rotate(12deg);
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .backCard {
    position: absolute;
    width: 220px;
    height: 110px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    overflow: hidden;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .backCard > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard {
    position: relative;
    z-index: 3;
    width: 336px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 18px;
    overflow: hidden;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .duration {
    position: absolute;
    top: 10px;
    padding: 5px 8px;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 700;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px 14px 12px;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .meta > .labels {
    min-height: 18px;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .meta > .labels > .label {
    display: inline-block;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: middle;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .meta > .videoTitle {
    margin-top: 7px;
    font-size: 13px;
    font-weight: 800;
}
.page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .preview > .featureCard > .meta > .teacher {
    margin-top: 3px;
    font-size: 9px;
}
.page[name='exampleVideos'] > .content > .catalog {
    padding-top: 48px;
    padding-bottom: 34px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .heading {
    min-height: 70px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .heading > .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .heading > .description {
    max-width: 560px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .gradeTabs > .button {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos {
    margin-top: 24px;
    overflow: hidden;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video {
    min-height: 246px;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .media {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .media > .imageWrapper {
    width: 100%;
    height: 100%;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .media > .imageWrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .media > .lesson {
    position: absolute;
    top: 12px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .media > .duration {
    position: absolute;
    bottom: 8px;
    padding: 5px 7px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details {
    padding: 14px 13px 12px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .title {
    min-height: 34px;
    font-size: 20px;
    font-weight: 700;
    min-height: 50px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .description {
    min-height: 32px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata > .teacher {
    min-width: 100px;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata > .teacher > .imageWrapper {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata > .teacher > .name {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata > .views > img {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video > .details > .metadata > .views > span {
    vertical-align: middle;
}
.page[name='exampleVideos'] > .content > .statistics {
    padding-top: 34px;
    padding-bottom: 24px;
}
.page[name='exampleVideos'] > .content > .statistics > .statisticsContent {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    padding: 22px 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
}
.page[name='exampleVideos'] > .content > .statistics > .statisticsContent > .statistic {
    min-height: 62px;
    padding: 8px;
    text-align: center;
}
.page[name='exampleVideos'] > .content > .statistics > .statisticsContent > .statistic > .value {
    font-size: 36px;
    font-weight: 800;
}
.page[name='exampleVideos'] > .content > .statistics > .statisticsContent > .statistic > .label {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.page[name='exampleVideos'] > .content > .callToAction {
    padding-top: 24px;
    padding-bottom: 62px;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent {
    width: 1200px;
    max-width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
    padding: 60px 40px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    align-items: center;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .message {
    min-height: 100px;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .message > .title {
    max-width: 420px;
    font-size: 28px;
    font-weight: 800;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .message > .description {
    max-width: 430px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .actions {
    min-width: 250px;
    text-align: center;
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .actions > .button:hover {
    transform: translateY(-2px);
}
.page[name='exampleVideos'] > .content > .callToAction > .callToActionContent > .actions > .button {
    min-width: 215px;
    display: inline-block;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.page[name='exampleVideos'] > .content > .assistantBubble {
    position: fixed;
    z-index: 8;
    bottom: 190px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.page[name='exampleVideos'] > .content > .assistantBubble > img {
    width: 52px;
    height: 52px;
    vertical-align: top;
}

@media (max-width: 1200px) {
    .page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .info > .title {
        font-size: 30px;
        font-weight: 800;
    }
    .page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .info > .description {
        font-size: 18px;
        font-weight: 500;
    }
}
@media (min-width: 1201px) {
    .page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .info > .title {
        font-size: 52px;
        font-weight: 700;
    }
    .page[name='exampleVideos'] > .content > .hero > .heroContent > .introduction > .info > .description {
        max-width: 380px;
        font-size: 20px;
        font-weight: 500;
        margin-top: 18px;
        line-height: 28px;
    }
    .page[name='exampleVideos'] > .content > .catalog > .catalogContent > .gradeTabs {
        border-radius: 14px;
        width: 100%;
        min-height: 48px;
        margin-top: 48px;
        margin-bottom: 48px;
        padding: 6px;
    }
    .page[name='exampleVideos'] > .content > .catalog > .catalogContent > .gradeTabs > .button {
        width: calc(25% - 8.2px);
    }
    .page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos {
        min-height: 400px;
    }
    .page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video {
        width: calc(33% - 8px);
        transition: transform 0.3s ease;
    }
    .page[name='exampleVideos'] > .content > .catalog > .catalogContent > .videos > .video:hover {
        transform: translateY(-4px);
    }
}