* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    margin: 0;
    font-family: 'Public Sans', sans-serif;
    background-color: #fff;
    color: #1a1a1a;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

body::selection {
    background-color: #4174F4;
    color: #fff
}

.page-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

.site-head {
    background: linear-gradient(135deg, #FAFCFF 0%, #fff 100%);
    border-bottom: 1px solid #0f629d14;
    position: relative;
    z-index: 100
}

.head-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 28px 56px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 56px
}

.logo-box {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border: 1px solid #0f629d1f;
    border-radius: 11px;
    padding: 14px;
    box-shadow: 0 3px 4px 0 #0f629d0d;
    transition: box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.logo-box:hover {
    box-shadow: 0 5px 14px 0 #0f629d17
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.nav-primary {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.nav-primary a {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 5px;
    letter-spacing: .01em;
    line-height: 1.35;
    transition: background-color .38s cubic-bezier(0.16, 1, 0.3, 1), color .38s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap
}

.nav-primary a:hover {
    background-color: #0f629d0f;
    color: #0F629D
}

.nav-primary a:focus {
    background-color: #4174f414;
    outline: none
}

.contact-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    padding: 14px 28px;
    background-color: #0f629d08;
    border-radius: 11px;
    border: 1px solid #0f629d14
}

.contact-phone {
    font-size: 16px;
    font-weight: 600;
    color: #0F629D;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .45s ease-in-out
}

.contact-phone:hover {
    color: #4174F4
}

.contact-email {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .45s ease-in-out
}

.contact-email:hover {
    color: #0F629D
}

.site-foot {
    background: linear-gradient(180deg, #fff 0%, #FAFCFF 100%);
    border-top: 1px solid #0f629d14;
    padding: 96px 56px 56px;
    margin-top: 96px
}

.foot-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 96px
}

.foot-brand-box {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.foot-logo-box {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-bottom: 2px solid #0F629D;
    padding: 14px;
    box-shadow: 0 3px 4px 0 #0f629d0d
}

.foot-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.foot-company-name {
    font-size: 19px;
    font-weight: 600;
    color: #0F629D;
    letter-spacing: .01em;
    line-height: 1.35
}

.foot-tagline {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: .02em;
    line-height: 1.55;
    max-width: 320px
}

.foot-nav-column {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.foot-nav-title {
    font-size: 13px;
    font-weight: 700;
    color: #0F629D;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 6px
}

.foot-nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0
}

.foot-nav-list a {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.35;
    transition: color .48s ease-in-out;
    display: inline-block
}

.foot-nav-list a:hover {
    color: #0F629D
}

.foot-nav-list a:focus {
    background-color: #4174f414;
    outline: none
}

.foot-contact-box {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-label {
    font-size: 13px;
    font-weight: 700;
    color: #0F629D;
    text-transform: uppercase;
    letter-spacing: .02em
}

.contact-value {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: .01em;
    line-height: 1.55;
    text-decoration: none;
    transition: color .48s ease-in-out
}

.contact-value:hover {
    color: #0F629D
}

.foot-bottom {
    max-width: 1440px;
    margin: 56px auto 0;
    padding-top: 28px;
    border-top: 1px solid #0f629d14;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px
}

.foot-copyright {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: .02em
}

.foot-legal-nav {
    display: flex;
    gap: 28px
}

.foot-legal-nav a {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .48s ease-in-out
}

.foot-legal-nav a:hover {
    color: #0F629D
}

.consent-trigger {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    letter-spacing: .02em;
    transition: color .48s ease-in-out
}

.consent-trigger:hover {
    color: #0F629D
}

.consent-trigger:focus {
    background-color: #4174f414;
    outline: none
}

.cookie-placeholder {
    position: fixed;
    top: 28px;
    left: 28px;
    z-index: 8000;
    max-width: 480px;
    display: none
}

.cookie-placeholder.visible {
    display: block
}

.popup-consent {
    background-color: #fff;
    border: 1px solid #0f629d1f;
    border-radius: 11px;
    box-shadow: 0 9px 52px 0 #0f629d1f;
    padding: 28px
}

.popup-top {
    margin-bottom: 28px
}

.popup-title {
    font-size: 19px;
    font-weight: 700;
    color: #0F629D;
    letter-spacing: .01em;
    line-height: 1.35;
    margin-bottom: 14px
}

.popup-description {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: .02em;
    line-height: 1.55
}

.popup-mid {
    margin-bottom: 28px
}

.preference-section {
    border-top: 1px solid #0f629d14;
    padding-top: 14px;
    margin-top: 14px
}

.preference-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 6px 0
}

.preference-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: .01em
}

.toggle-switch {
    width: 48px;
    height: 24px;
    background-color: #e0e0e0;
    border-radius: 34px;
    position: relative;
    transition: background-color .42s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer
}

.toggle-switch.active {
    background-color: #0F629D
}

.toggle-knob {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 34px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: left .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.toggle-switch.active .toggle-knob {
    left: 27px
}

.preference-details {
    display: none;
    padding: 14px 0 6px
}

.preference-details.expanded {
    display: block
}

.preference-description {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: .02em;
    line-height: 1.55
}

.popup-foot {
    display: flex;
    gap: 14px
}

.btn-accept {
    flex: 1;
    padding: 14px 28px;
    background-color: #0F629D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    cursor: pointer;
    transition: background-color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.btn-accept:hover {
    background-color: #4174F4
}

.btn-accept:focus {
    background-color: #4174F4;
    outline: none
}

.btn-decline {
    flex: 1;
    padding: 14px 28px;
    background-color: transparent;
    color: #0F629D;
    border: 1px solid #0F629D;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    cursor: pointer;
    transition: background-color .42s cubic-bezier(0.16, 1, 0.3, 1), color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.btn-decline:hover {
    background-color: #0f629d0f
}

.btn-decline:focus {
    background-color: #4174f414;
    outline: none
}

@media (max-width: 960px) {
    .head-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px
    }

    .nav-primary {
        justify-content: center
    }

    .contact-header {
        align-items: center
    }

    .foot-inner {
        grid-template-columns: 1fr;
        gap: 56px;
        padding: 0 28px
    }

    .site-foot {
        padding: 56px 28px 28px
    }

    .foot-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 28px
    }

    .foot-legal-nav {
        flex-direction: column;
        gap: 14px
    }

    .cookie-placeholder {
        left: 14px;
        right: 14px;
        max-width: none
    }
}

@media (max-width: 480px) {
    .head-inner {
        padding: 14px
    }

    .nav-primary {
        flex-direction: column;
        align-items: stretch
    }

    .nav-primary a {
        text-align: center
    }

    .foot-tagline {
        max-width: 100%
    }

    .popup-foot {
        flex-direction: column
    }
}

.rules-text {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 56px;
    background: #FAFCFF
}

.rules-text h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #0F629D;
    margin: 0 0 56px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #0F629D;
    margin: 96px 0 28px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text h3 {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .015em;
    color: #0F629D;
    margin: 56px 0 28px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text h4 {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #4174F4;
    margin: 28px 0 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text h5 {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #4174F4;
    margin: 28px 0 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text h6 {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #0F629D;
    margin: 28px 0 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text p {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #1a1a1a;
    margin: 0 0 28px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text ul {
    margin: 0 0 28px;
    padding: 0 0 0 28px;
    list-style-position: outside
}

.rules-text ol {
    margin: 0 0 28px;
    padding: 0 0 0 28px;
    list-style-position: outside
}

.rules-text li {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #1a1a1a;
    margin: 0 0 14px;
    padding: 0 0 0 6px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text li:last-child {
    margin-bottom: 0
}

.rules-text ul ul,
.rules-text ul ol,
.rules-text ol ul,
.rules-text ol ol {
    margin: 14px 0 0
}

.rules-text a {
    color: #4174F4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.rules-text a:hover {
    color: #0F629D
}

.rules-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 56px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 4px 0 #0f629d0d
}

.rules-text thead {
    background: #0F629D
}

.rules-text th {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #fff;
    text-align: left;
    padding: 28px;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text td {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #1a1a1a;
    padding: 28px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rules-text tbody tr:last-child td {
    border-bottom: none
}

.rules-text tbody tr:hover {
    background: #FAFCFF
}

.rules-text hr {
    border: none;
    height: 1px;
    background: #e8e8e8;
    margin: 56px 0
}

.rules-text div {
    margin: 0 0 28px
}

@media (max-width: 960px) {
    .rules-text {
        padding: 56px 28px
    }

    .rules-text h1 {
        font-size: 46px;
        margin-bottom: 28px
    }

    .rules-text h2 {
        font-size: 25px;
        margin-top: 56px
    }

    .rules-text h3 {
        font-size: 19px;
        margin-top: 28px
    }

    .rules-text table {
        font-size: 13px
    }

    .rules-text th,
    .rules-text td {
        padding: 14px
    }
}

@media (max-width: 480px) {
    .rules-text {
        padding: 28px 14px
    }

    .rules-text h1 {
        font-size: 25px
    }

    .rules-text h2 {
        font-size: 19px;
        margin-top: 28px
    }

    .rules-text h3 {
        font-size: 16px
    }

    .rules-text p,
    .rules-text li {
        font-size: 13px
    }

    .rules-text ul,
    .rules-text ol {
        padding-left: 14px
    }

    .rules-text table {
        display: block;
        overflow-x: auto
    }

    .rules-text th,
    .rules-text td {
        padding: 6px;
        font-size: 13px
    }
}

.prog-detail-root .hero-wrapper {
    background: linear-gradient(135deg, #0F629D 0%, #4174F4 100%);
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.prog-detail-root .blur-spots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.prog-detail-root .spot-one {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(ellipse at center, #fafcff26 0%, transparent 70%);
    top: -140px;
    left: -70px;
    filter: blur(56px)
}

.prog-detail-root .spot-two {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(ellipse at center, #4174f433 0%, transparent 70%);
    bottom: -120px;
    right: -90px;
    filter: blur(62px)
}

.prog-detail-root .hero-content-box {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prog-detail-root .hero-title {
    font-size: 62px;
    line-height: 1.1;
    color: #FAFCFF;
    margin: 0 0 28px;
    letter-spacing: .01em
}

.prog-detail-root .hero-meta-grid {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin: 28px 0 0
}

.prog-detail-root .meta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #FAFCFF;
    font-size: 16px;
    line-height: 1.35
}

.prog-detail-root .meta-icon {
    width: 34px;
    height: 34px;
    border: 2px solid #FAFCFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prog-detail-root .meta-icon svg {
    width: 18px;
    height: 18px;
    fill: #FAFCFF
}

.prog-detail-root .image-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 56px 28px
}

.prog-detail-root .main-image-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden
}

.prog-detail-root .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0)
}

.prog-detail-root .main-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 96px #0f629d14;
    pointer-events: none
}

.prog-detail-root .content-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px 96px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px
}

.prog-detail-root .main-content {
    background: #fff
}

.prog-detail-root .description-text {
    font-size: 19px;
    line-height: 1.55;
    color: #1a1a1a;
    letter-spacing: .01em
}

.prog-detail-root .description-text p {
    margin: 0 0 28px
}

.prog-detail-root .description-text p:first-letter {
    font-size: 46px;
    line-height: 1;
    color: #0F629D;
    float: left;
    margin: 6px 14px 0 0
}

.prog-detail-root .description-text h2 {
    font-size: 25px;
    line-height: 1.35;
    color: #0F629D;
    margin: 56px 0 28px;
    letter-spacing: .01em
}

.prog-detail-root .description-text mark {
    background: #4174f41f;
    color: #0F629D;
    padding: 2px 6px;
    border-radius: 1px
}

.prog-detail-root .description-text ul {
    margin: 28px 0;
    padding: 0 0 0 28px
}

.prog-detail-root .description-text li {
    margin: 14px 0;
    font-size: 19px;
    line-height: 1.55
}

.prog-detail-root .description-text figure {
    margin: 28px 0;
    padding: 28px;
    background: #FAFCFF;
    border-radius: 11px
}

.prog-detail-root .description-text figcaption {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.35;
    color: #666;
    font-style: italic
}

.prog-detail-root .description-text details {
    margin: 28px 0;
    border: 1px solid #0f629d26;
    border-radius: 11px;
    padding: 28px
}

.prog-detail-root .description-text summary {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .01em
}

.prog-detail-root .description-text dl {
    margin: 28px 0
}

.prog-detail-root .description-text dt {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    margin: 14px 0 6px;
    font-weight: 600
}

.prog-detail-root .description-text dd {
    margin: 0 0 14px 28px;
    font-size: 16px;
    line-height: 1.55
}

.prog-detail-root .sidebar-box {
    position: sticky;
    top: 28px;
    height: fit-content
}

.prog-detail-root .price-card {
    background: #fff;
    border: 2px solid #0F629D;
    border-radius: 20px;
    padding: 28px;
    margin: 0 0 28px
}

.prog-detail-root .price-label {
    font-size: 13px;
    line-height: 1.35;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 0 6px
}

.prog-detail-root .price-value {
    font-size: 46px;
    line-height: 1.1;
    color: #0F629D;
    margin: 0 0 14px;
    font-weight: 700;
    letter-spacing: .01em
}

.prog-detail-root .price-note-text {
    font-size: 16px;
    line-height: 1.35;
    color: #666;
    margin: 0 0 28px;
    font-style: italic
}

.prog-detail-root .enroll-btn {
    display: block;
    width: 100%;
    padding: 14px 28px;
    background: #0F629D;
    color: #FAFCFF;
    font-size: 19px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    border-radius: 11px;
    border: none;
    cursor: pointer;
    transition: background .42s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: .01em
}

.prog-detail-root .enroll-btn:hover {
    background: #4174F4
}

.prog-detail-root .info-cards {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.prog-detail-root .info-card-item {
    background: #FAFCFF;
    padding: 14px;
    border-radius: 11px;
    border: 1px solid #0f629d1a
}

.prog-detail-root .info-card-label {
    font-size: 13px;
    line-height: 1.35;
    color: #666;
    margin: 0 0 6px;
    letter-spacing: .02em
}

.prog-detail-root .info-card-value {
    font-size: 16px;
    line-height: 1.35;
    color: #1a1a1a;
    font-weight: 600
}

.prog-detail-root .program-section {
    background: #FAFCFF;
    padding: 96px 28px;
    margin: 56px 0 0
}

.prog-detail-root .program-container {
    max-width: 1440px;
    margin: 0 auto
}

.prog-detail-root .program-heading {
    font-size: 46px;
    line-height: 1.1;
    color: #0F629D;
    margin: 0 0 56px;
    letter-spacing: .01em;
    -webkit-text-stroke: 1px #0F629D;
    -webkit-text-fill-color: transparent
}

.prog-detail-root .program-content {
    font-size: 19px;
    line-height: 1.55;
    color: #1a1a1a
}

.prog-detail-root .program-content p {
    margin: 0 0 28px
}

.prog-detail-root .program-content h2 {
    font-size: 25px;
    line-height: 1.35;
    color: #0F629D;
    margin: 56px 0 28px;
    letter-spacing: .01em
}

.prog-detail-root .program-content h3 {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    margin: 28px 0 14px;
    letter-spacing: .01em
}

.prog-detail-root .program-content mark {
    background: #4174f41f;
    color: #0F629D;
    padding: 2px 6px;
    border-radius: 1px
}

.prog-detail-root .program-content ol {
    margin: 28px 0;
    padding: 0 0 0 28px;
    counter-reset: item
}

.prog-detail-root .program-content ol li {
    margin: 14px 0;
    font-size: 19px;
    line-height: 1.55
}

.prog-detail-root .program-content dl {
    margin: 28px 0;
    background: #fff;
    padding: 28px;
    border-radius: 11px
}

.prog-detail-root .program-content dt {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    margin: 14px 0 6px;
    font-weight: 600
}

.prog-detail-root .program-content dd {
    margin: 0 0 14px 28px;
    font-size: 16px;
    line-height: 1.55
}

.prog-detail-root .program-content details {
    margin: 28px 0;
    border: 1px solid #0f629d26;
    border-radius: 11px;
    padding: 28px;
    background: #fff
}

.prog-detail-root .program-content summary {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .01em
}

.prog-detail-root .stats-section {
    background: #fff;
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.prog-detail-root .stats-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 56px;
    align-items: center
}

.prog-detail-root .testimonial-box {
    grid-column: span 2
}

.prog-detail-root .quote-text {
    font-size: 25px;
    line-height: 1.55;
    color: #1a1a1a;
    margin: 0 0 28px;
    font-style: italic;
    letter-spacing: .01em
}

.prog-detail-root .quote-author {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    font-weight: 600
}

.prog-detail-root .quote-role {
    font-size: 16px;
    line-height: 1.35;
    color: #666;
    margin: 6px 0 0
}

.prog-detail-root .stat-display {
    position: relative
}

.prog-detail-root .stat-shape {
    width: 180px;
    height: 180px;
    border: 4px solid #0F629D;
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.prog-detail-root .stat-number {
    font-size: 46px;
    line-height: 1.1;
    color: #0F629D;
    font-weight: 700;
    letter-spacing: .01em
}

.prog-detail-root .stat-label {
    font-size: 13px;
    line-height: 1.35;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 6px 0 0
}

.prog-detail-root .outline-animation {
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    pointer-events: none
}

.prog-detail-root .outline-path {
    fill: none;
    stroke: #4174F4;
    stroke-width: 3;
    stroke-dasharray: 720;
    stroke-dashoffset: 720;
    animation: drawOutline 2.1s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes drawOutline {
    to {
        stroke-dashoffset: 0
    }
}

.prog-detail-root .features-grid-section {
    background: linear-gradient(180deg, #FAFCFF 0%, #fff 100%);
    padding: 96px 28px
}

.prog-detail-root .features-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

.prog-detail-root .features-title {
    font-size: 46px;
    line-height: 1.1;
    color: #0F629D;
    margin: 0 0 56px;
    text-align: center;
    letter-spacing: .01em
}

.prog-detail-root .features-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.prog-detail-root .feature-card {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 5px 14px 0 #0f629d17;
    transition: transform .48s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .48s ease-in-out
}

.prog-detail-root .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.prog-detail-root .feature-card:nth-child(1) {
    grid-row: span 2
}

.prog-detail-root .feature-card:nth-child(4) {
    grid-column: span 2
}

.prog-detail-root .feature-icon-box {
    width: 56px;
    height: 56px;
    background: radial-gradient(ellipse at center, #4174F4 0%, transparent 70%);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 14px
}

.prog-detail-root .feature-icon-box svg {
    width: 28px;
    height: 28px;
    fill: #0F629D
}

.prog-detail-root .feature-heading {
    font-size: 19px;
    line-height: 1.35;
    color: #0F629D;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: .01em
}

.prog-detail-root .feature-description {
    font-size: 16px;
    line-height: 1.55;
    color: #666;
    margin: 0
}

.prog-detail-root .divider-gradient {
    height: 2px;
    background: radial-gradient(ellipse at center, #4174F4 0%, transparent 70%);
    margin: 0;
    border: none
}

@media (max-width: 960px) {
    .prog-detail-root .hero-title {
        font-size: 46px
    }

    .prog-detail-root .content-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prog-detail-root .sidebar-box {
        position: static
    }

    .prog-detail-root .stats-container {
        grid-template-columns: 1fr
    }

    .prog-detail-root .testimonial-box {
        grid-column: span 1
    }

    .prog-detail-root .features-mosaic {
        grid-template-columns: 1fr
    }

    .prog-detail-root .feature-card:nth-child(1) {
        grid-row: span 1
    }

    .prog-detail-root .feature-card:nth-child(4) {
        grid-column: span 1
    }
}

@media (max-width: 480px) {
    .prog-detail-root .hero-wrapper {
        padding: 56px 14px
    }

    .prog-detail-root .hero-title {
        font-size: 25px
    }

    .prog-detail-root .image-section {
        padding: 28px 14px
    }

    .prog-detail-root .main-image-wrapper {
        height: 280px
    }

    .prog-detail-root .content-grid {
        padding: 0 14px 56px
    }

    .prog-detail-root .description-text {
        font-size: 16px
    }

    .prog-detail-root .description-text p:first-letter {
        font-size: 25px
    }

    .prog-detail-root .price-value {
        font-size: 25px
    }

    .prog-detail-root .program-section {
        padding: 56px 14px
    }

    .prog-detail-root .program-heading {
        font-size: 25px
    }

    .prog-detail-root .stats-section {
        padding: 56px 14px
    }

    .prog-detail-root .quote-text {
        font-size: 19px
    }

    .prog-detail-root .stat-shape {
        width: 140px;
        height: 140px
    }

    .prog-detail-root .stat-number {
        font-size: 25px
    }

    .prog-detail-root .features-grid-section {
        padding: 56px 14px
    }

    .prog-detail-root .features-title {
        font-size: 25px
    }
}

.prog-detail-root ::selection {
    background: #4174F4;
    color: #fff
}

.prog-detail-root ::placeholder {
    font-style: italic;
    opacity: .55
}

.contact-hub {
    background: #FAFCFF;
    color: #1a1a1a;
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.contact-hub .title-wrapper {
    background: linear-gradient(180deg, #fff 0%, #FAFCFF 100%);
    padding: 96px 28px 56px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.contact-hub .title-wrapper::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 84px;
    background: radial-gradient(ellipse at 50% 50%, #0f629d14 0%, transparent 70%);
    clip-path: ellipse(60% 100% at 50% 100%)
}

.contact-hub .heading-primary {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 28px;
    color: #0F629D;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    animation: reveal-center .5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@keyframes reveal-center {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
        opacity: 0
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1
    }
}

.contact-hub .intro-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .015em;
    max-width: 680px;
    margin: 0 auto;
    color: #2a2a2a
}

.contact-hub .intro-text::first-letter {
    font-size: 46px;
    color: #4174F4;
    float: left;
    line-height: 1;
    margin: 6px 6px 0 0
}

.contact-hub .wave-divider {
    position: relative;
    height: 48px;
    background: #FAFCFF
}

.contact-hub .wave-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    clip-path: ellipse(65% 100% at 50% 0%)
}

.contact-hub .form-section {
    background: #fff;
    padding: 56px 28px 96px;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 56px;
    align-items: start
}

.contact-hub .form-container {
    grid-column: 1 / 3
}

.contact-hub .heading-secondary {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .015em;
    margin: 0 0 14px;
    color: transparent;
    -webkit-text-stroke: 1.5px #0F629D;
    text-stroke: 1.5px #0F629D
}

.contact-hub .form-description {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 56px;
    color: #3a3a3a
}

.contact-hub .contact-form {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-hub .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.contact-hub .input-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-hub .input-label {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #4a4a4a;
    font-weight: 600
}

.contact-hub .input-field {
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .015em;
    background: #FAFCFF;
    transition: border-color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-hub .input-field:focus {
    outline: none;
    border-color: #4174F4
}

.contact-hub .input-field::placeholder {
    font-style: italic;
    opacity: .55
}

.contact-hub .select-wrapper {
    position: relative
}

.contact-hub .select-field {
    width: 100%;
    padding: 14px 28px 14px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .015em;
    background: #FAFCFF;
    appearance: none;
    cursor: pointer;
    transition: border-color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-hub .select-field:focus {
    outline: none;
    border-color: #4174F4
}

.contact-hub .select-wrapper::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #4174F4;
    pointer-events: none
}

.contact-hub .privacy-checkbox {
    display: flex;
    align-items: start;
    gap: 14px;
    margin: 14px 0 0
}

.contact-hub .checkbox-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 1px;
    cursor: pointer;
    margin: 2px 0 0;
    accent-color: #4174F4
}

.contact-hub .checkbox-label {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #3a3a3a
}

.contact-hub .checkbox-label a {
    color: #4174F4;
    text-decoration: none;
    transition: color .38s ease-in-out
}

.contact-hub .checkbox-label a:hover {
    color: #0F629D
}

.contact-hub .submit-button {
    padding: 14px 56px;
    background: #0F629D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .02em;
    cursor: pointer;
    align-self: start;
    transition: background .48s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 5px 14px 0 #0f629d17
}

.contact-hub .submit-button:hover {
    background: #4174F4
}

.contact-hub .sidebar-info {
    padding: 28px;
    background: linear-gradient(135deg, #FAFCFF 0%, #fff 100%);
    border: 2px solid #e8e8e8;
    border-radius: 11px;
    box-shadow: 0 3px 4px 0 #0f629d0d
}

.contact-hub .sidebar-heading {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .015em;
    margin: 0 0 28px;
    color: #0F629D
}

.contact-hub .info-item {
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid #e8e8e8
}

.contact-hub .info-item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.contact-hub .info-label {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #6a6a6a;
    margin: 0 0 6px;
    font-weight: 600
}

.contact-hub .info-value {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #2a2a2a;
    margin: 0
}

.contact-hub .info-value a {
    color: #4174F4;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-hub .info-value a:hover {
    color: #0F629D
}

.contact-hub .metrics-section {
    background: radial-gradient(ellipse at 50% 50%, #4174f40f 0%, transparent 70%), #0F629D;
    padding: 96px 28px;
    position: relative
}

.contact-hub .metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto
}

.contact-hub .metric-card {
    text-align: center;
    padding: 28px;
    background: #ffffff14;
    border-radius: 20px;
    border: 2px solid #ffffff1f;
    transition: border-color .52s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-hub .metric-card:hover {
    border-color: #4174F4
}

.contact-hub .metric-number {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #fff
}

.contact-hub .metric-label {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .015em;
    color: #ffffffe6;
    margin: 0
}

.contact-hub .divider-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 96px auto;
    max-width: 320px
}

.contact-hub .divider-line::before,
.contact-hub .divider-line::after {
    content: '';
    height: 2px;
    width: 96px;
    background: linear-gradient(90deg, transparent 0%, #4174F4 50%, transparent 100%)
}

.contact-hub .divider-shape {
    width: 14px;
    height: 14px;
    background: #0F629D;
    border-radius: 34px;
    position: relative
}

.contact-hub .divider-shape::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #4174F4;
    border-radius: 34px
}

@media (max-width: 960px) {
    .contact-hub .title-wrapper {
        padding: 56px 28px 28px
    }

    .contact-hub .heading-primary {
        font-size: 46px
    }

    .contact-hub .form-section {
        grid-template-columns: 1fr;
        gap: 56px;
        padding: 56px 28px
    }

    .contact-hub .form-container {
        grid-column: 1
    }

    .contact-hub .form-row {
        grid-template-columns: 1fr
    }

    .contact-hub .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px
    }
}

@media (max-width: 480px) {
    .contact-hub .heading-primary {
        font-size: 25px
    }

    .contact-hub .intro-text {
        font-size: 16px
    }

    .contact-hub .heading-secondary {
        font-size: 25px
    }

    .contact-hub .metrics-grid {
        grid-template-columns: 1fr
    }

    .contact-hub .metric-number {
        font-size: 46px
    }
}

.contact-hub ::selection {
    background: #4174F4;
    color: #fff
}

.prog-catalog-page {
    background: #FAFCFF;
    color: #1a1a1a;
    line-height: 1.55;
    position: relative;
    overflow-x: clip
}

.prog-catalog-page .pulse-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.prog-catalog-page .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    margin: -140px 0 0 -140px;
    border: 1px solid #0f629d1f;
    border-radius: 50%;
    animation: pulse-expand 6s cubic-bezier(0.16, 1, 0.3, 1) infinite
}

.prog-catalog-page .pulse-ring:nth-child(2) {
    animation-delay: 2s
}

.prog-catalog-page .pulse-ring:nth-child(3) {
    animation-delay: 4s
}

@keyframes pulse-expand {
    0% {
        transform: scale(0.6);
        opacity: 0
    }

    20% {
        opacity: .4
    }

    100% {
        transform: scale(3.2);
        opacity: 0
    }
}

.prog-catalog-page .content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto
}

.prog-catalog-page .title-section {
    padding: 96px 28px 56px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative
}

.prog-catalog-page .title-text-box {
    position: relative
}

.prog-catalog-page .title-main {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 28px;
    font-weight: 700
}

.prog-catalog-page .title-main::first-letter {
    font-size: 82px;
    color: #0F629D;
    float: left;
    line-height: .9;
    margin: 6px 14px 0 0
}

.prog-catalog-page .title-points {
    list-style: none;
    padding: 0;
    margin: 0
}

.prog-catalog-page .title-points li {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .015em;
    margin: 0 0 14px;
    padding-left: 28px;
    position: relative
}

.prog-catalog-page .title-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #4174F4;
    transform: rotate(45deg)
}

.prog-catalog-page .title-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%)
}

.prog-catalog-page .title-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.prog-catalog-page .geometric-shape-1 {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 96px;
    height: 96px;
    border: 2px solid #4174f433;
    border-radius: 50%;
    z-index: -1
}

.prog-catalog-page .geometric-shape-2 {
    position: absolute;
    bottom: 14px;
    left: -28px;
    width: 56px;
    height: 56px;
    background: #0f629d14;
    transform: rotate(45deg);
    z-index: -1
}

.prog-catalog-page .divider-arrows {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 28px 0
}

.prog-catalog-page .arrow-shape {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #0F629D
}

.prog-catalog-page .courses-grid-section {
    padding: 56px 28px;
    background: #fff;
    position: relative
}

.prog-catalog-page .section-header {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .015em;
    margin: 0 0 56px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #0F629D;
    text-align: center
}

.prog-catalog-page .courses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    max-width: 1440px;
    margin: 0 auto
}

.prog-catalog-page .course-card {
    background: #FAFCFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #0f629d17;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    position: relative
}

.prog-catalog-page .course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.prog-catalog-page .course-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.prog-catalog-page .course-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.prog-catalog-page .course-card:hover .course-image-wrapper img {
    transform: scale(1.08)
}

.prog-catalog-page .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f629deb;
    color: #fff;
    padding: 14px 28px;
    font-size: 13px;
    letter-spacing: .02em;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.prog-catalog-page .course-card:hover .image-caption {
    transform: translateY(0)
}

.prog-catalog-page .course-content {
    padding: 28px
}

.prog-catalog-page .course-meta-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap
}

.prog-catalog-page .tag-badge {
    background: #4174F4;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: .02em;
    font-weight: 600
}

.prog-catalog-page .user-level {
    background: #0f629d1a;
    color: #0F629D;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: .02em;
    font-weight: 600
}

.prog-catalog-page .course-title {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .015em;
    margin: 0 0 14px;
    font-weight: 700;
    color: #0F629D
}

.prog-catalog-page .course-description {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    margin: 0 0 28px;
    color: #333
}

.prog-catalog-page .course-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
    padding-top: 28px;
    border-top: 1px solid #0f629d26
}

.prog-catalog-page .detail-item {
    font-size: 13px;
    letter-spacing: .02em;
    color: #666
}

.prog-catalog-page .detail-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0F629D
}

.prog-catalog-page .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 28px;
    background: #4174f414;
    border-radius: 11px;
    margin-bottom: 28px
}

.prog-catalog-page .price-main {
    font-size: 25px;
    font-weight: 700;
    color: #0F629D;
    letter-spacing: .01em
}

.prog-catalog-page .price-note {
    font-size: 13px;
    color: #666;
    letter-spacing: .02em
}

.prog-catalog-page .course-link {
    display: inline-block;
    background: #0F629D;
    color: #fff;
    padding: 14px 28px;
    border-radius: 11px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .015em;
    transition: background .4s ease-in-out, transform .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.prog-catalog-page .course-link:hover {
    background: #4174F4;
    transform: translateX(6px)
}

.prog-catalog-page .divider-arrows-2 {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 28px 0;
    background: #fff
}

.prog-catalog-page .arrow-shape-2 {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #4174F4
}

.prog-catalog-page .benefits-section {
    padding: 96px 28px;
    background: linear-gradient(ellipse at 50% 50%, #4174f414, transparent);
    position: relative
}

.prog-catalog-page .benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.03' /%3E%3C/svg%3E");
    pointer-events: none
}

.prog-catalog-page .benefits-header {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .015em;
    margin: 0 0 56px;
    font-weight: 700;
    text-align: center
}

.prog-catalog-page .benefits-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 56px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prog-catalog-page .benefit-box {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 3px 4px 0 #0f629d0d;
    position: relative
}

.prog-catalog-page .benefit-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #4174F4, transparent);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.prog-catalog-page .benefit-box:hover::before {
    opacity: 1
}

.prog-catalog-page .benefit-icon {
    width: 56px;
    height: 56px;
    background: #0f629d1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.prog-catalog-page .benefit-icon svg {
    width: 28px;
    height: 28px;
    stroke: #0F629D;
    fill: none;
    stroke-width: 2;
    transition: stroke-dashoffset .55s cubic-bezier(0.16, 1, 0.3, 1);
    stroke-dasharray: 100;
    stroke-dashoffset: 100
}

.prog-catalog-page .benefit-box:hover .benefit-icon svg {
    stroke-dashoffset: 0
}

.prog-catalog-page .benefit-title {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .015em;
    margin: 0 0 14px;
    font-weight: 700;
    color: #0F629D
}

.prog-catalog-page .benefit-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    margin: 0;
    color: #333
}

.prog-catalog-page .testimonials-section {
    padding: 96px 28px;
    background: #0F629D;
    color: #fff
}

.prog-catalog-page .testimonials-header {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .015em;
    margin: 0 0 56px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.prog-catalog-page .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1440px;
    margin: 0 auto
}

.prog-catalog-page .testimonial-card {
    background: #ffffff14;
    padding: 28px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff1f;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.prog-catalog-page .testimonial-card:hover {
    transform: translateY(-6px)
}

.prog-catalog-page .testimonial-author-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px
}

.prog-catalog-page .author-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid #ffffff4d
}

.prog-catalog-page .author-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .015em;
    margin: 0 0 6px
}

.prog-catalog-page .author-role {
    font-size: 13px;
    letter-spacing: .02em;
    opacity: .8;
    margin: 0
}

.prog-catalog-page .testimonial-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .015em;
    margin: 0;
    font-style: italic
}

@media (max-width: 960px) {
    .prog-catalog-page .title-section {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 56px 28px
    }

    .prog-catalog-page .title-main {
        font-size: 46px
    }

    .prog-catalog-page .courses-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prog-catalog-page .benefits-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prog-catalog-page .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prog-catalog-page .section-header,
    .prog-catalog-page .benefits-header,
    .prog-catalog-page .testimonials-header {
        font-size: 25px
    }
}

@media (max-width: 480px) {
    .prog-catalog-page .title-main {
        font-size: 25px
    }

    .prog-catalog-page .title-points li {
        font-size: 16px
    }

    .prog-catalog-page .course-title,
    .prog-catalog-page .price-main {
        font-size: 19px
    }

    .prog-catalog-page .section-header,
    .prog-catalog-page .benefits-header,
    .prog-catalog-page .testimonials-header {
        font-size: 19px
    }
}

.esports-hub {
    background: #FAFCFF;
    color: #1a1a1a;
    overflow-x: clip
}

.esports-hub .split-hero-wrapper {
    display: grid;
    grid-template-columns: 30fr 70fr;
    min-height: 87vh;
    position: relative
}

.esports-hub .left-accent-zone {
    background: #0F629D;
    padding: 56px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.esports-hub .left-accent-zone::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -84px;
    width: 168px;
    height: 2px;
    background: linear-gradient(90deg, #0f629dcc 0%, #4174f44d 100%);
    transform: translateY(-50%)
}

.esports-hub .accent-decoration {
    width: 3px;
    height: 168px;
    background: linear-gradient(180deg, #4174F4 0%, #4174f400 100%);
    margin: 0 0 28px
}

.esports-hub .right-content-zone {
    background: #4174F4;
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid #ffffff1a;
    border-left: none
}

.esports-hub .frame-decoration {
    position: absolute;
    border: 1px solid #ffffff26;
    pointer-events: none
}

.esports-hub .frame-top {
    top: 28px;
    left: 28px;
    right: 28px;
    height: 56px;
    border-bottom: none;
    border-radius: 5px 5px 0 0
}

.esports-hub .frame-bottom {
    bottom: 28px;
    left: 28px;
    right: 28px;
    height: 56px;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.esports-hub .hero-title-text {
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 28px;
    max-width: 840px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.esports-hub .hero-list-content {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 640px
}

.esports-hub .hero-list-content li {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #ffffffeb;
    margin: 0 0 14px;
    padding-left: 28px;
    position: relative
}

.esports-hub .hero-list-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background: #FAFCFF;
    border-radius: 1px;
    transform: rotate(45deg)
}

.esports-hub .hero-texture-img {
    position: absolute;
    bottom: 0;
    right: 56px;
    width: 280px;
    height: 280px;
    object-fit: cover;
    opacity: .18;
    mix-blend-mode: overlay;
    pointer-events: none;
    border-radius: 5px
}

.esports-hub .program-showcase-section {
    padding: 96px 56px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.esports-hub .section-header-block {
    margin: 0 0 56px;
    position: relative;
    padding-left: 28px
}

.esports-hub .vertical-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #0F629D 0%, #4174F4 100%)
}

.esports-hub .section-heading-main {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.esports-hub .section-subtext {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #333;
    margin: 0;
    max-width: 740px
}

.esports-hub .program-grid-layout {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 28px
}

.esports-hub .program-card-item {
    background: #fff;
    padding: 28px;
    border-radius: 11px;
    box-shadow: 0 3px 4px 0 #0f629d0d 0 5px 14px 0 #0f629d17;
    transition: box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.esports-hub .program-card-item:hover {
    box-shadow: 0 5px 14px 0 #0f629d17 0 9px 52px 0 #0f629d1f
}

.esports-hub .card-image-wrapper {
    width: 100%;
    height: 220px;
    margin: 0 0 28px;
    border-radius: 5px;
    overflow: hidden
}

.esports-hub .card-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .48s ease-in-out, box-shadow .48s ease-in-out
}

.esports-hub .program-card-item:hover .card-content-img {
    transform: scale(1.03);
    box-shadow: 0 9px 52px 0 #4174f41f
}

.esports-hub .card-heading-text {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D
}

.esports-hub .card-description-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #4a4a4a;
    margin: 0
}

.esports-hub .tournaments-feature-section {
    background: #0F629D;
    padding: 96px 56px;
    position: relative;
    overflow: hidden
}

.esports-hub .curved-connector-line {
    position: absolute;
    top: -84px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 168px;
    background: linear-gradient(180deg, #0f629d00 0%, #0F629D 100%)
}

.esports-hub .tournaments-content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.esports-hub .tournaments-text-zone {
    color: #fff
}

.esports-hub .tournaments-heading {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 28px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.esports-hub .tournaments-intro-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 28px
}

.esports-hub .tournaments-intro-text::first-letter {
    font-size: 46px;
    line-height: 1;
    color: #FAFCFF;
    float: left;
    margin: 6px 14px 0 0
}

.esports-hub .tournaments-detail-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 14px;
    color: #ffffffe6
}

.esports-hub .tournaments-visual-zone {
    position: relative
}

.esports-hub .tournaments-image-holder {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 52px 0 #0003
}

.esports-hub .tournaments-showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.esports-hub .gradient-overlay-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 560px;
    background: radial-gradient(ellipse at 50% 50%, #4174f426 0%, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.esports-hub .platform-features-section {
    padding: 96px 56px;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff
}

.esports-hub .platform-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 28px;
    align-items: start
}

.esports-hub .sidebar-left-block {
    padding: 28px;
    background: #FAFCFF;
    border-radius: 11px;
    border: 1px solid #0f629d1a
}

.esports-hub .sidebar-heading-text {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D
}

.esports-hub .sidebar-description {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #4a4a4a;
    margin: 0
}

.esports-hub .center-content-block {
    padding: 56px;
    background: linear-gradient(135deg, #0F629D 0%, #4174F4 100%);
    border-radius: 20px;
    color: #fff;
    position: relative
}

.esports-hub .center-main-heading {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 28px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.esports-hub .center-paragraph-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 28px
}

.esports-hub .features-list-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.esports-hub .features-list-items li {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 14px;
    padding-left: 28px;
    position: relative;
    color: #ffffffeb
}

.esports-hub .features-list-items li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 2px;
    background: #FAFCFF
}

.esports-hub .sidebar-right-block {
    padding: 28px;
    background: #FAFCFF;
    border-radius: 11px;
    border: 1px solid #4174f41a
}

.esports-hub .testimonial-wrapper-section {
    padding: 96px 56px;
    max-width: 1440px;
    margin: 0 auto;
    background: #FAFCFF;
    position: relative
}

.esports-hub .divider-gradient-line {
    position: absolute;
    top: 0;
    left: 56px;
    right: 56px;
    height: 1px;
    background: linear-gradient(90deg, #0F629D 0%, #fafcff00 100%)
}

.esports-hub .testimonial-heading-section {
    margin: 0 0 56px;
    text-align: center
}

.esports-hub .testimonial-main-heading {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.esports-hub .testimonial-card-box {
    background: #fff;
    padding: 56px;
    border-radius: 20px;
    box-shadow: 0 5px 14px 0 #0f629d17 0 9px 52px 0 #0f629d1f;
    max-width: 840px;
    margin: 0 auto;
    position: relative
}

.esports-hub .profile-section-wrapper {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 0 28px
}

.esports-hub .profile-image-container {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #4174F4
}

.esports-hub .profile-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.esports-hub .profile-info-text {
    flex: 1
}

.esports-hub .profile-name-text {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 6px;
    color: #0F629D
}

.esports-hub .profile-role-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #666;
    margin: 0
}

.esports-hub .testimonial-quote-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #333;
    margin: 0;
    font-style: italic
}

.esports-hub .pulsing-shadow-element {
    animation: shadow-pulse-cycle 3.2s cubic-bezier(0.16, 1, 0.3, 1) infinite
}

@keyframes shadow-pulse-cycle {

    0%,
    100% {
        box-shadow: 0 5px 14px 0 #0f629d17 0 9px 52px 0 #0f629d1f
    }

    50% {
        box-shadow: 0 9px 52px 0 #0f629d26 0 14px 84px 0 #0f629d2e
    }
}

.esports-hub ::selection {
    background: #4174F4;
    color: #fff
}

.esports-hub ::-moz-selection {
    background: #4174F4;
    color: #fff
}

@media (max-width: 960px) {
    .esports-hub .split-hero-wrapper {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .esports-hub .left-accent-zone {
        padding: 28px
    }

    .esports-hub .left-accent-zone::after {
        display: none
    }

    .esports-hub .right-content-zone {
        padding: 56px 28px
    }

    .esports-hub .hero-title-text {
        font-size: 46px
    }

    .esports-hub .program-showcase-section {
        padding: 56px 28px
    }

    .esports-hub .program-grid-layout {
        grid-template-columns: 1fr
    }

    .esports-hub .tournaments-feature-section {
        padding: 56px 28px
    }

    .esports-hub .tournaments-content-wrapper {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .esports-hub .platform-features-section {
        padding: 56px 28px
    }

    .esports-hub .platform-grid-container {
        grid-template-columns: 1fr
    }

    .esports-hub .testimonial-wrapper-section {
        padding: 56px 28px
    }

    .esports-hub .testimonial-card-box {
        padding: 28px
    }
}

@media (max-width: 480px) {
    .esports-hub .hero-title-text {
        font-size: 25px
    }

    .esports-hub .section-heading-main,
    .esports-hub .tournaments-heading,
    .esports-hub .center-main-heading,
    .esports-hub .testimonial-main-heading {
        font-size: 25px
    }

    .esports-hub .hero-list-content li,
    .esports-hub .section-subtext,
    .esports-hub .tournaments-intro-text,
    .esports-hub .center-paragraph-text,
    .esports-hub .testimonial-quote-text {
        font-size: 16px
    }

    .esports-hub .center-content-block {
        padding: 28px
    }
}

.sponsor-page-wrapper {
    background: #FAFCFF;
    color: #1a1a1a;
    min-height: 100vh
}

.sponsor-page-wrapper .hero-band {
    background: #0F629D;
    color: #FAFCFF;
    padding: 28px 56px;
    position: relative;
    overflow: hidden
}

.sponsor-page-wrapper .hero-band::before {
    content: 'J';
    position: absolute;
    font-size: 280px;
    font-weight: 700;
    opacity: .08;
    right: 96px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none
}

.sponsor-page-wrapper .hero-content-box {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.sponsor-page-wrapper .hero-heading {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin: 0 0 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.sponsor-page-wrapper .hero-description {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    max-width: 720px;
    margin: 0
}

.sponsor-page-wrapper .content-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 56px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px
}

.sponsor-page-wrapper .main-content-area {
    display: flex;
    flex-direction: column;
    gap: 96px
}

.sponsor-page-wrapper .sidebar-area {
    position: sticky;
    top: 28px;
    align-self: start
}

.sponsor-page-wrapper .benefit-section {
    background: #fff;
    border: 2px solid #0F629D;
    outline: 1px solid #0F629D;
    outline-offset: 6px;
    border-radius: 11px;
    padding: 56px
}

.sponsor-page-wrapper .benefit-section-title {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 28px;
    color: #0F629D
}

.sponsor-page-wrapper .benefit-section-title::first-letter {
    font-size: 46px;
    color: #4174F4;
    float: left;
    line-height: .8;
    margin: 6px 6px 0 0
}

.sponsor-page-wrapper .benefit-text {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 14px
}

.sponsor-page-wrapper .benefit-text:last-child {
    margin-bottom: 0
}

.sponsor-page-wrapper .format-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 28px;
    background: linear-gradient(ellipse at 50% 50%, #4174f414 0%, transparent 70%);
    padding: 56px;
    border-radius: 20px
}

.sponsor-page-wrapper .format-card {
    background: #fff;
    padding: 28px;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 #0f629d0d 0 5px 14px 0 #0f629d17;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.sponsor-page-wrapper .format-card:hover {
    transform: translateY(-6px)
}

.sponsor-page-wrapper .format-card-heading {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D;
    -webkit-text-stroke: 1px #0F629D;
    -webkit-text-fill-color: transparent
}

.sponsor-page-wrapper .format-card-text {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0
}

.sponsor-page-wrapper .data-showcase {
    background: #fff;
    border-radius: 34px;
    padding: 56px;
    position: relative;
    overflow: hidden
}

.sponsor-page-wrapper .data-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #4174F4 0%, #0F629D 100%)
}

.sponsor-page-wrapper .data-showcase-header {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 28px
}

.sponsor-page-wrapper .metrics-row {
    display: flex;
    gap: 0;
    margin: 0 0 56px;
    justify-content: space-between
}

.sponsor-page-wrapper .metric-item {
    flex: 1;
    text-align: center;
    padding: 28px;
    position: relative
}

.sponsor-page-wrapper .metric-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #0f629d33
}

.sponsor-page-wrapper .metric-value {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #4174F4;
    margin: 0 0 6px;
    font-weight: 700
}

.sponsor-page-wrapper .metric-label {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #0F629D;
    margin: 0
}

.sponsor-page-wrapper .data-explanation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.sponsor-page-wrapper .explanation-block {
    background: #FAFCFF;
    padding: 28px;
    border-radius: 5px
}

.sponsor-page-wrapper .explanation-title {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D;
    font-weight: 600
}

.sponsor-page-wrapper .explanation-detail {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0
}

.sponsor-page-wrapper .sidebar-sticky-box {
    background: #fff;
    border-radius: 11px;
    padding: 28px;
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.sponsor-page-wrapper .sidebar-image-container {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 28px;
    position: relative
}

.sponsor-page-wrapper .sidebar-image-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #0f629d4d;
    pointer-events: none
}

.sponsor-page-wrapper .sidebar-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sponsor-page-wrapper .sidebar-title {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .01em;
    margin: 0 0 14px;
    color: #0F629D
}

.sponsor-page-wrapper .sidebar-text {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .02em;
    margin: 0 0 28px
}

.sponsor-page-wrapper .contact-detail-row {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.sponsor-page-wrapper .contact-item {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .02em;
    padding: 14px;
    background: #FAFCFF;
    border-radius: 5px;
    border-left: 3px solid #4174F4
}

.sponsor-page-wrapper .contact-item-label {
    display: block;
    color: #0F629D;
    font-weight: 600;
    margin: 0 0 6px
}

.sponsor-page-wrapper .contact-item-value {
    display: block;
    color: #1a1a1a
}

.sponsor-page-wrapper .divider-line {
    height: 1px;
    background: #0f629d26;
    margin: 96px 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

@keyframes color-wash {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.sponsor-page-wrapper .hero-band {
    background: linear-gradient(90deg, #0F629D 0%, #0F629D 40%, #4174F4 60%, #0F629D 100%);
    background-size: 200% 100%;
    animation: color-wash 18s ease-in-out infinite
}

@media (max-width: 960px) {
    .sponsor-page-wrapper .content-wrapper {
        grid-template-columns: 1fr;
        padding: 56px 28px;
        gap: 56px
    }

    .sponsor-page-wrapper .sidebar-area {
        position: static
    }

    .sponsor-page-wrapper .format-grid {
        grid-template-columns: 1fr;
        padding: 28px
    }

    .sponsor-page-wrapper .data-explanation {
        grid-template-columns: 1fr
    }

    .sponsor-page-wrapper .metrics-row {
        flex-direction: column
    }

    .sponsor-page-wrapper .metric-item:not(:last-child)::after {
        display: none
    }

    .sponsor-page-wrapper .hero-band {
        padding: 28px
    }

    .sponsor-page-wrapper .hero-band::before {
        font-size: 180px;
        right: 28px
    }
}

@media (max-width: 480px) {
    .sponsor-page-wrapper .hero-heading {
        font-size: 25px
    }

    .sponsor-page-wrapper .benefit-section {
        padding: 28px
    }

    .sponsor-page-wrapper .data-showcase {
        padding: 28px
    }

    .sponsor-page-wrapper .format-grid {
        padding: 14px;
        gap: 14px
    }

    .sponsor-page-wrapper .main-content-area {
        gap: 56px
    }
}

.about-vault-page .text-handler {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 28px
}

.about-vault-page .intro-box {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 96px
}

.about-vault-page .intro-left {
    grid-column: 1 / 3
}

.about-vault-page .intro-heading {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    margin-bottom: 28px;
    color: #0F629D
}

.about-vault-page .intro-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .015em;
    color: #1a1a1a;
    margin-bottom: 28px
}

.about-vault-page .intro-text:first-letter {
    font-size: 46px;
    color: #4174F4;
    float: left;
    line-height: 1.1;
    margin-right: 6px;
    margin-top: 6px
}

.about-vault-page .intro-image-wrapper {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.about-vault-page .intro-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, #4174f426, transparent 70%);
    pointer-events: none
}

.about-vault-page .intro-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) brightness(0.95)
}

.about-vault-page .intro-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #0006);
    pointer-events: none;
    z-index: 1
}

.about-vault-page .stat-indicators {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.about-vault-page .indicator-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 50%, #4174F4, transparent);
    border: 3px solid #0F629D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px 0 #0f629d17;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-vault-page .indicator-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.about-vault-page .indicator-number {
    font-size: 25px;
    font-weight: 700;
    color: #0F629D;
    line-height: 1.1;
    letter-spacing: .02em
}

.about-vault-page .indicator-label {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.1;
    letter-spacing: .015em;
    text-align: center
}

.about-vault-page .divider-thick {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0F629D, #4174F4);
    margin: 96px 0
}

.about-vault-page .team-section {
    position: relative;
    padding: 96px 28px 96px 96px;
    background: linear-gradient(135deg, #FAFCFF 0%, #fff 100%)
}

.about-vault-page .team-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #4174F4
}

.about-vault-page .team-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    gap: 56px;
    align-items: start
}

.about-vault-page .team-portrait-box {
    width: 100%;
    aspect-ratio: 5/7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #4174f417;
    position: relative
}

.about-vault-page .team-portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: filter .5s ease-in-out
}

.about-vault-page .team-portrait-box:hover .team-portrait {
    filter: sepia(0.3) hue-rotate(-10deg) saturate(1.2)
}

.about-vault-page .team-content {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.about-vault-page .team-heading {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .015em;
    color: transparent;
    -webkit-text-stroke: 2px #0F629D;
    text-stroke: 2px #0F629D
}

.about-vault-page .team-description {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #1a1a1a
}

.about-vault-page .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 28px
}

.about-vault-page .stat-card {
    padding: 28px;
    background: #fff;
    border-radius: 11px;
    border: 1px solid #0f629d26;
    box-shadow: 0 3px 4px 0 #0f629d0d;
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out
}

.about-vault-page .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.about-vault-page .stat-value {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #4174F4;
    margin-bottom: 6px;
    font-weight: 700
}

.about-vault-page .stat-label {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .015em;
    color: #1a1a1a
}

.about-vault-page .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 28px;
    margin-top: 56px
}

.about-vault-page .gallery-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #0f629d17;
    aspect-ratio: 4/3
}

.about-vault-page .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1), filter .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-vault-page .gallery-item:hover .gallery-image {
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1)
}

.about-vault-page .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 30%, #0f629d40);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none
}

.about-vault-page .gallery-item:hover::after {
    opacity: 1
}

@media (max-width: 960px) {
    .about-vault-page .text-handler {
        padding: 56px 14px
    }

    .about-vault-page .intro-box {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 56px
    }

    .about-vault-page .intro-left {
        grid-column: 1
    }

    .about-vault-page .intro-heading {
        font-size: 46px
    }

    .about-vault-page .intro-image-wrapper {
        height: 360px
    }

    .about-vault-page .stat-indicators {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }

    .about-vault-page .divider-thick {
        margin: 56px 0
    }

    .about-vault-page .team-section {
        padding: 56px 14px 56px 56px
    }

    .about-vault-page .team-container {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .about-vault-page .team-content {
        grid-column: 1
    }

    .about-vault-page .team-heading {
        font-size: 25px
    }

    .about-vault-page .stats-row {
        grid-template-columns: 1fr
    }

    .about-vault-page .gallery-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .about-vault-page .text-handler {
        padding: 28px 14px
    }

    .about-vault-page .intro-heading {
        font-size: 25px
    }

    .about-vault-page .intro-text {
        font-size: 16px
    }

    .about-vault-page .intro-image-wrapper {
        height: 280px
    }

    .about-vault-page .indicator-circle {
        width: 72px;
        height: 72px
    }

    .about-vault-page .indicator-number {
        font-size: 19px
    }

    .about-vault-page .team-section {
        padding: 28px 14px 28px 28px
    }

    .about-vault-page .team-heading {
        font-size: 19px
    }

    .about-vault-page .stat-value {
        font-size: 25px
    }
}

.about-vault-page ::selection {
    background: #4174F4;
    color: #fff
}

.success-msg-data {
    background: #FAFCFF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 28px
}

.success-msg-data .confirm-box {
    max-width: 1440px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 9px 52px 0 #0f629d1f;
    padding: 96px 56px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.success-msg-data .confirm-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, #0F629D 0%, #4174F4 100%)
}

.success-msg-data .check-icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 56px;
    position: relative
}

.success-msg-data .check-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #4174F4 0%, transparent 70%);
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    animation: pulse-grow 2.1s cubic-bezier(0.16, 1, 0.3, 1) infinite
}

@keyframes pulse-grow {

    0%,
    100% {
        transform: scale(1);
        opacity: .15
    }

    50% {
        transform: scale(1.12);
        opacity: .08
    }
}

.success-msg-data .check-mark {
    width: 80px;
    height: 80px;
    border: 5px solid #0F629D;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-msg-data .check-mark::after {
    content: '';
    width: 22px;
    height: 38px;
    border: 5px solid #0F629D;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-4px)
}

.success-msg-data .main-title {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #0F629D;
    margin: 0 0 28px;
    font-weight: 700
}

.success-msg-data .subtitle-text {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: .015em;
    color: #1a1a1a;
    margin: 0 0 14px;
    font-weight: 600
}

.success-msg-data .desc-text {
    font-size: 19px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #4a4a4a;
    margin: 0 0 56px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.success-msg-data .action-links {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.success-msg-data .primary-btn {
    display: inline-block;
    padding: 20px 56px;
    background: #0F629D;
    color: #fff;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .015em;
    text-decoration: none;
    border-radius: 11px;
    transition: background .42s cubic-bezier(0.16, 1, 0.3, 1), transform .42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
    box-shadow: 0 5px 14px 0 #0f629d17
}

.success-msg-data .primary-btn:hover {
    background: #0d5587;
    transform: translateY(-2px);
    box-shadow: 0 9px 52px 0 #0f629d1f
}

.success-msg-data .secondary-btn {
    display: inline-block;
    padding: 20px 56px;
    background: transparent;
    color: #4174F4;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .015em;
    text-decoration: none;
    border: 2px solid #4174F4;
    border-radius: 11px;
    transition: background .48s ease-in-out, color .48s ease-in-out, transform .48s ease-in-out;
    font-weight: 600
}

.success-msg-data .secondary-btn:hover {
    background: #4174F4;
    color: #fff;
    transform: translateY(-2px)
}

.success-msg-data .contact-info-block {
    margin-top: 96px;
    padding-top: 56px;
    border-top: 1px solid #0f629d26
}

.success-msg-data .contact-title {
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: .015em;
    color: #1a1a1a;
    margin: 0 0 28px;
    font-weight: 600
}

.success-msg-data .contact-details {
    display: flex;
    gap: 56px;
    justify-content: center;
    flex-wrap: wrap
}

.success-msg-data .contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #4a4a4a
}

.success-msg-data .contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.success-msg-data .contact-icon svg {
    width: 100%;
    height: 100%;
    fill: #0F629D
}

.success-msg-data .contact-link {
    color: #4174F4;
    text-decoration: none;
    transition: color .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-msg-data .contact-link:hover {
    color: #0F629D
}

@media (max-width: 960px) {
    .success-msg-data .confirm-box {
        padding: 56px 28px
    }

    .success-msg-data .main-title {
        font-size: 46px
    }

    .success-msg-data .subtitle-text {
        font-size: 19px
    }

    .success-msg-data .desc-text {
        font-size: 16px
    }

    .success-msg-data .action-links {
        flex-direction: column;
        gap: 14px
    }

    .success-msg-data .primary-btn,
    .success-msg-data .secondary-btn {
        width: 100%;
        max-width: 380px
    }

    .success-msg-data .contact-details {
        flex-direction: column;
        gap: 28px;
        align-items: center
    }
}

@media (max-width: 480px) {
    .success-msg-data {
        padding: 28px 14px
    }

    .success-msg-data .confirm-box {
        padding: 56px 28px
    }

    .success-msg-data .check-icon-wrapper {
        width: 90px;
        height: 90px;
        margin-bottom: 28px
    }

    .success-msg-data .check-circle {
        width: 90px;
        height: 90px
    }

    .success-msg-data .check-mark {
        width: 60px;
        height: 60px;
        top: 15px;
        left: 15px;
        border-width: 4px
    }

    .success-msg-data .check-mark::after {
        width: 16px;
        height: 28px;
        border-width: 4px
    }

    .success-msg-data .main-title {
        font-size: 25px
    }

    .success-msg-data .subtitle-text {
        font-size: 16px
    }

    .success-msg-data .desc-text {
        font-size: 13px;
        margin-bottom: 28px
    }

    .success-msg-data .primary-btn,
    .success-msg-data .secondary-btn {
        padding: 14px 28px;
        font-size: 16px
    }

    .success-msg-data .contact-info-block {
        margin-top: 56px;
        padding-top: 28px
    }

    .success-msg-data .contact-title {
        font-size: 16px;
        margin-bottom: 14px
    }

    .success-msg-data .contact-item {
        font-size: 13px
    }
}