@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/alegreya@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/alegreya@latest/700.css";

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0
}

* {
    box-sizing: inherit
}

.topbar {
    background: linear-gradient(135deg, #f8f7fc 0%, #fefefe 100%);
    border-bottom: 2px solid #7547EA;
    padding: 16px 0;
    position: relative
}

.topbar::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #DC9708 0%, #7547EA 50%, #DC9708 100%);
    opacity: .3
}

.topbar-box {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.logocard {
    background: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    box-shadow: 1px 3px 2px 0 #7547ea0f 1px 5px 18px 0 #7547ea1a;
    border: 1px solid #7547ea1f;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: box-shadow .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .48s ease-in-out
}

.logocard:hover {
    box-shadow: 1px 5px 18px 0 #7547ea1a 1px 12px 36px 0 #7547ea1a;
    transform: translateY(-1px)
}

.logocard img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block
}

.companymark {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    font-weight: 700;
    color: #7547EA;
    line-height: 1.15;
    letter-spacing: 0
}

.contactstrip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #7547ea0a;
    padding: 8px 16px;
    border-radius: 26px;
    border: 1px solid #7547ea26;
    transition: background .55s ease-in-out, border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactstrip:hover {
    background: #7547ea14;
    border-color: #7547ea40
}

.contactstrip svg {
    width: 16px;
    height: 16px;
    fill: #7547EA
}

.phonelink {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    text-decoration: none;
    line-height: 1.4;
    transition: color .45s ease-in-out
}

.phonelink:hover {
    color: #7547EA
}

.phonelink:focus {
    outline: 2px solid #7547EA;
    outline-offset: 2px;
    border-radius: 5px;
    background: #7547EA;
    color: #fff
}

.navzone {
    background: #fff;
    border-bottom: 3px solid #dc970833;
    box-shadow: 1px 3px 2px 0 #7547ea0f;
    position: relative
}

.navzone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #7547EA 20%, #DC9708 50%, #7547EA 80%, transparent 100%);
    opacity: .4
}

.navbox {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

.menulist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center
}

.menulist li {
    margin: 0;
    padding: 0
}

.menulink {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-decoration: none;
    padding: 16px;
    border-radius: 10px;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .58s ease-in-out
}

.menulink::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7547ea0f 0%, #dc97080f 100%);
    transition: left .62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1
}

.menulink:hover::before {
    left: 0
}

.menulink:hover {
    color: #7547EA;
    background: #7547ea08
}

.menulink:focus {
    outline: none;
    background: #7547EA;
    color: #fff;
    box-shadow: inset 1px 2px 4px #00000026
}

.menulink::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #DC9708;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.menulink:hover::after {
    transform: scaleX(1)
}

.basebar {
    background: linear-gradient(180deg, #7547EA 0%, #5c38ba 100%);
    color: #fff;
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden
}

.basebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #DC9708 0%, #fff 50%, #DC9708 100%);
    opacity: .6
}

.basebar::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #dc970826 0%, transparent 70%);
    border-radius: 40px;
    transform: rotate(25deg);
    pointer-events: none
}

.basebox {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.footgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin: 0 0 40px
}

.footcolumn {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footlogobox {
    background: #ffffff1f;
    padding: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #fff3;
    box-shadow: 1px 3px 2px 0 #00000014;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .5s ease-in-out, border-color .48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-self: flex-start
}

.footlogobox:hover {
    background: #ffffff2e;
    border-color: #ffffff59
}

.footlogobox img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.footbrand {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15
}

.addressblock {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.addressline {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #ffffffe6;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.addressline svg {
    width: 16px;
    height: 16px;
    fill: #DC9708;
    flex-shrink: 0;
    margin-top: 2px
}

.contactlink {
    color: #fff;
    text-decoration: none;
    transition: color .45s ease-in-out, text-decoration-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: underline;
    text-decoration-color: transparent
}

.contactlink:hover {
    color: #DC9708;
    text-decoration-color: #DC9708
}

.contactlink:focus {
    outline: none;
    background: #fff;
    color: #7547EA;
    padding: 2px 4px;
    border-radius: 5px
}

.footheading {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 2px solid #dc970866;
    display: inline-block
}

.footmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footmenu li {
    margin: 0;
    padding: 0
}

.footlink {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #ffffffe6;
    text-decoration: none;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    padding: 4px 0;
    transition: color .52s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-left .48s ease-in-out
}

.footlink::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #DC9708;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footlink:hover {
    color: #fff;
    padding-left: 16px
}

.footlink:hover::before {
    width: 10px
}

.footlink:focus {
    outline: none;
    background: #fff;
    color: #7547EA;
    padding: 4px 8px;
    border-radius: 5px
}

.copyrightbar {
    border-top: 1px solid #fff3;
    padding: 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.copyrighttext {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #fffc;
    line-height: 1.6;
    text-align: center
}

@media (max-width: 768px) {
    .topbar-box {
        flex-direction: column;
        align-items: center;
        padding: 0 16px
    }

    .navbox {
        padding: 0 16px
    }

    .menulist {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .menulink {
        text-align: center;
        padding: 16px 40px
    }

    .basebox {
        padding: 0 16px
    }

    .footgrid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .footcolumn {
        align-items: flex-start
    }
}

.consentmodal {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 640px;
    width: calc(100% - 32px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 5px 18px 0 #7547ea1a 1px 12px 36px 0 #7547ea1a;
    padding: 40px;
    z-index: 1000;
    border: 2px solid #7547EA;
    transform: translateX(-120%);
    transition: transform .18s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consentmodal.visible {
    transform: translateX(0)
}

.consenttitle {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.4;
    margin: 0 0 16px
}

.consentdesc {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.6;
    margin: 0 0 16px
}

.consentcategories {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    padding: 16px;
    background: #7547ea0a;
    border-radius: 10px;
    border: 1px solid #7547ea1f
}

.categorylabel {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.6;
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
    transition: background .45s ease-in-out
}

.categorylabel:hover {
    background: #7547ea14
}

.categorylabel input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #7547EA
}

.categorylabel input[type="checkbox"]:disabled {
    cursor: not-allowed;
    opacity: .6
}

.categorylabel input[type="checkbox"]:focus {
    outline: 2px solid #7547EA;
    outline-offset: 2px
}

.consentactions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    flex-wrap: wrap
}

.consentbtn {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #3d3d3d;
    background: transparent;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color .45s ease-in-out, text-decoration-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 5px
}

.consentbtn:hover {
    color: #7547EA;
    text-decoration-color: #7547EA
}

.consentbtn:focus {
    outline: none;
    background: #7547EA;
    color: #fff;
    text-decoration: none
}

.consentbtn.primary {
    background: #7547EA;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .48s ease-in-out
}

.consentbtn.primary:hover {
    background: #5c38ba;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    color: #fff;
    text-decoration: none
}

.consentbtn.primary:focus {
    background: #fff;
    color: #7547EA;
    outline: 2px solid #7547EA;
    outline-offset: 2px
}

.settingsicon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 52px;
    height: 52px;
    background: #7547EA;
    border-radius: 26px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 1px 5px 18px 0 #7547ea1a 1px 12px 36px 0 #7547ea1a;
    z-index: 999;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .48s ease-in-out;
    border: 2px solid #fff
}

.settingsicon:hover {
    background: #5c38ba;
    transform: rotate(90deg) scale(1.05)
}

.settingsicon:focus {
    outline: 2px solid #7547EA;
    outline-offset: 4px;
    background: #fff
}

.settingsicon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    transition: fill .45s ease-in-out
}

.settingsicon:focus svg {
    fill: #7547EA
}

.settingsicon.visible {
    display: flex
}

@media (max-width: 640px) {
    .consentmodal {
        top: 16px;
        padding: 16px;
        max-width: calc(100% - 32px)
    }

    .consentactions {
        flex-direction: column;
        gap: 8px
    }

    .consentbtn {
        width: 100%;
        text-align: center
    }

    .settingsicon {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px
    }
}

.legal-content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    background: #FFF
}

.legal-content h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #1d1d1d;
    margin: 0 0 40px;
    font-weight: 700
}

.legal-content h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #2d2d2d;
    margin: 80px 0 40px;
    font-weight: 600
}

.legal-content h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #3d3d3d;
    margin: 40px 0 16px;
    font-weight: 600
}

.legal-content h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #4d4d4d;
    margin: 40px 0 16px;
    font-weight: 600
}

.legal-content h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #4d4d4d;
    margin: 16px 0 8px;
    font-weight: 500
}

.legal-content h6 {
    font-size: 14px;
    line-height: 1.4;
    color: #5d5d5d;
    margin: 16px 0 8px;
    font-weight: 500
}

.legal-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0 0 16px
}

.legal-content ul,
.legal-content ol {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0 0 16px;
    padding-left: 40px
}

.legal-content li {
    margin: 0 0 8px
}

.legal-content li:last-child {
    margin-bottom: 0
}

.legal-content strong,
.legal-content b {
    font-weight: 600;
    color: #1d1d1d
}

.legal-content em,
.legal-content i {
    font-style: italic
}

.legal-content a {
    color: #7547EA;
    text-decoration: none;
    border-bottom: 1px solid #7547ea4d;
    transition-property: border-color, color;
    transition-duration: .55s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.legal-content a:hover {
    color: #5c38bb;
    border-bottom-color: #5c38bb
}

.legal-content hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #7547ea33, #dc970833);
    margin: 40px 0
}

@media (max-width: 768px) {
    .legal-content {
        padding: 40px 16px
    }

    .legal-content h1 {
        font-size: 36px;
        margin-bottom: 40px
    }

    .legal-content h2 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 16px
    }

    .legal-content h3 {
        font-size: 16px
    }

    .legal-content ul,
    .legal-content ol {
        padding-left: 16px
    }
}

.learnprog {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFF;
    position: relative
}

.learnprog .topband {
    background: linear-gradient(180deg, #DC9708 0%, #7547EA 100%);
    padding: 40px 16px;
    position: relative;
    overflow: hidden
}

.learnprog .topband::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 20%, #ffffff26 0%, transparent 35%), radial-gradient(circle at 85% 80%, #ffffff1f 0%, transparent 40%), radial-gradient(circle at 50% 50%, #ffffff14 0%, transparent 50%);
    pointer-events: none
}

.learnprog .topband::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 4px;
    height: 4px;
    background: #fff6;
    border-radius: 50%;
    box-shadow: 40px 16px 0 #ffffff4d 80px 8px 0 #ffffff59 120px 24px 0 #ffffff40 160px 16px 0 #fff6 200px 8px 0 #ffffff4d
}

.learnprog .toptext {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto
}

.learnprog .toptext h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 16px
}

.learnprog .toptext .subline {
    font-size: 18px;
    line-height: 1.6;
    color: #fffffff2;
    margin: 0;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 8px;
    letter-spacing: .05em
}

.learnprog .toptext .answer {
    font-size: 18px;
    line-height: 1.6;
    color: #FFF;
    margin: 16px 0 0
}

.learnprog .gridmetric {
    background: #f5f5fa99;
    padding: 80px 16px;
    position: relative;
    overflow: hidden
}

.learnprog .gridmetric::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #7547ea08 1px, transparent 1px), linear-gradient(0deg, #7547ea08 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    animation: bgzoom 45s ease-in-out infinite alternate
}

@keyframes bgzoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.08)
    }
}

.learnprog .gridmetric .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.learnprog .gridmetric .maintitle {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px;
    position: relative;
    padding-top: 16px
}

.learnprog .gridmetric .maintitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 3px;
    background: #7547EA
}

.learnprog .gridmetric .subtitle {
    font-size: 14px;
    line-height: 1.4;
    color: #6a6a7e;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: .15em
}

.learnprog .layoutfour {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 3fr;
    gap: 40px;
    margin-bottom: 80px
}

.learnprog .layoutfour .label {
    font-size: 14px;
    line-height: 1.6;
    color: #7547EA;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 8px
}

.learnprog .layoutfour .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a3e
}

.learnprog .layoutfour .desc p {
    margin: 0 0 16px
}

.learnprog .layoutfour .desc p:last-child {
    margin-bottom: 0
}

.learnprog .metricgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px
}

.learnprog .metricbox {
    background: #FFF;
    border: 1px solid #7547ea26;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: colorshift 8s ease-in-out infinite alternate
}

@keyframes colorshift {
    0% {
        background-color: #FFF
    }

    50% {
        background-color: #7547ea05
    }

    100% {
        background-color: #FFF
    }
}

.learnprog .metricbox:hover {
    transform: translateY(-4px);
    box-shadow: 1px 12px 36px 0 #7547ea1a;
    border-color: #7547ea4d
}

.learnprog .metricbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #7547EA;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learnprog .metricbox:hover::before {
    width: 100%
}

.learnprog .metricbox .num {
    font-size: 52px;
    line-height: 1.15;
    color: #7547EA;
    margin: 0 0 8px;
    font-weight: 600
}

.learnprog .metricbox .caption {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a5e;
    margin: 0
}

.learnprog .complex {
    background: #FFF;
    padding: 80px 16px;
    position: relative
}

.learnprog .complex::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: linear-gradient(180deg, #dc97080f 0%, #7547ea0f 100%);
    border-right: 2px solid #7547ea1a
}

.learnprog .complex::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 60%;
    background: linear-gradient(0deg, #7547ea0a 0%, transparent 100%);
    border-left: 1px solid #dc970814;
    pointer-events: none
}

.learnprog .complex .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.learnprog .complex .heading {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px;
    position: relative;
    padding-top: 16px
}

.learnprog .complex .heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: #DC9708
}

.learnprog .complex .tagline {
    font-size: 14px;
    line-height: 1.4;
    color: #6a6a7e;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: .15em
}

.learnprog .layers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative
}

.learnprog .layers .leftside {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.learnprog .layers .rightside {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.learnprog .photocard {
    background: #f8f8fb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 3px 2px 0 #dc97080f;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learnprog .photocard:hover {
    transform: scale(1.02);
    box-shadow: 1px 12px 36px 0 #dc97081a
}

.learnprog .photocard img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.learnprog .photocard .caption {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a6e;
    text-align: center
}

.learnprog .textcard {
    background: #FFF;
    border: 1px solid #dc970826;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 1px 5px 18px 0 #dc97081a;
    transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative
}

.learnprog .textcard::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #DC9708;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learnprog .textcard:hover::before {
    width: 100%
}

.learnprog .textcard:hover {
    border-color: #dc970866
}

.learnprog .textcard h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #2a2a3e;
    margin: 0 0 16px
}

.learnprog .textcard p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a5e;
    margin: 0 0 16px
}

.learnprog .textcard p:last-child {
    margin-bottom: 0
}

.learnprog .textcard ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0
}

.learnprog .textcard ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a5e;
    margin: 0 0 8px;
    padding-left: 24px;
    position: relative
}

.learnprog .textcard ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DC9708
}

.learnprog .statcard {
    background: linear-gradient(180deg, #7547ea0d 0%, #dc97080d 100%);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #7547ea1a;
    position: relative;
    overflow: hidden
}

.learnprog .statcard::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    border: 2px solid #7547ea26;
    border-radius: 50%;
    pointer-events: none
}

.learnprog .statcard .statnum {
    font-size: 70px;
    line-height: 1.15;
    color: #7547EA;
    margin: 0 0 8px;
    font-weight: 700
}

.learnprog .statcard .stattext {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a4e;
    margin: 0
}

.learnprog .infocard {
    background: #FFF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    border-top: 4px solid #7547EA
}

.learnprog .infocard h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #2a2a3e;
    margin: 0 0 16px
}

.learnprog .infocard p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a5e;
    margin: 0 0 16px
}

.learnprog .infocard p:last-child {
    margin-bottom: 0
}

.learnprog .divider {
    height: 2px;
    background: linear-gradient(90deg, #7547EA 0%, #7547EA 70%, transparent 70%);
    margin: 0 auto;
    max-width: 800px
}

@media (max-width: 1024px) {
    .learnprog .layoutfour {
        grid-template-columns: 1fr 2fr;
        gap: 24px
    }

    .learnprog .metricgrid {
        gap: 16px
    }

    .learnprog .layers {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .learnprog .complex::before {
        width: 180px
    }
}

@media (max-width: 768px) {
    .learnprog .toptext h1 {
        font-size: 36px
    }

    .learnprog .toptext .subline,
    .learnprog .toptext .answer {
        font-size: 16px
    }

    .learnprog .gridmetric .maintitle,
    .learnprog .complex .heading {
        font-size: 24px
    }

    .learnprog .layoutfour {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .learnprog .layoutfour .label {
        padding-top: 0
    }

    .learnprog .metricgrid {
        grid-template-columns: 1fr
    }

    .learnprog .metricbox {
        padding: 24px
    }

    .learnprog .metricbox .num {
        font-size: 36px
    }

    .learnprog .textcard,
    .learnprog .statcard,
    .learnprog .infocard {
        padding: 24px
    }

    .learnprog .statcard .statnum {
        font-size: 52px
    }

    .learnprog .photocard img {
        height: 240px
    }

    .learnprog .complex::before {
        width: 80px
    }

    .learnprog .complex::after {
        width: 60px
    }
}

@media (max-width: 480px) {
    .learnprog .topband {
        padding: 24px 16px
    }

    .learnprog .toptext h1 {
        font-size: 24px
    }

    .learnprog .gridmetric,
    .learnprog .complex {
        padding: 40px 16px
    }

    .learnprog .metricgrid {
        margin-top: 24px
    }
}

.fron {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFF
}

.fron .titlgrad {
    position: relative;
    background: linear-gradient(to top, #fff0 0%, #7547EA 100%);
    padding: 40px 16px 80px;
    overflow: hidden
}

.fron .titlgrad::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 280px;
    height: 280px;
    border: 1px solid #dc970826;
    border-radius: 50%;
    pointer-events: none
}

.fron .titlgrad::after {
    content: '';
    position: absolute;
    top: 36px;
    right: 36px;
    width: 240px;
    height: 240px;
    border: 1px solid #dc97081f;
    border-radius: 50%;
    pointer-events: none
}

.fron .titlcont {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.fron .titltxt {
    position: relative;
    z-index: 2
}

.fron .titlmain {
    font-size: 70px;
    line-height: 1.15;
    color: #FFF;
    margin: 0;
    animation: splreveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: center
}

@keyframes splreveal {
    0% {
        letter-spacing: -.08em;
        opacity: 0
    }

    100% {
        letter-spacing: 0;
        opacity: 1
    }
}

.fron .titlmain .accent {
    color: #DC9708
}

.fron .titlimg {
    width: 100%;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.fron .titlimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.15) saturate(1.1) brightness(1.05)
}

.fron .apprch {
    padding: 80px 16px;
    background: #FFF;
    position: relative
}

.fron .apprch::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 4px;
    background: linear-gradient(to top, #DC9708 0%, #7547EA 100%)
}

.fron .apprcont {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.fron .apprlft {
    animation: clipexpand .6s ease-in-out forwards;
    clip-path: circle(0% at center)
}

@keyframes clipexpand {
    0% {
        clip-path: circle(0% at center)
    }

    100% {
        clip-path: circle(100% at center)
    }
}

.fron .apprhed {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px;
    position: relative;
    padding-top: 8px
}

.fron .apprhed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #7547EA
}

.fron .apprtxt {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 0 16px
}

.fron .apprrgt {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.fron .apprcard {
    background: #fafbfd;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #7547ea14;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fron .apprcard:hover {
    transform: translateY(-2px);
    box-shadow: 1px 5px 18px 0 #7547ea1a
}

.fron .apprcard h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px
}

.fron .apprcard p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a62;
    margin: 0
}

.fron .exper {
    padding: 80px 16px;
    background: linear-gradient(to top, #dc970808 0%, #fff0 100%);
    position: relative
}

.fron .expercont {
    max-width: 1366px;
    margin: 0 auto
}

.fron .experhed {
    font-size: 52px;
    line-height: 1.15;
    color: #1a1a2e;
    margin: 0 0 40px;
    text-align: center;
    position: relative;
    padding-top: 8px
}

.fron .experhed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #DC9708
}

.fron .experflow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.fron .experphase {
    background: #FFF;
    border-radius: 16px;
    padding: 40px 16px;
    box-shadow: 1px 3px 2px 0 #7547ea0f;
    border: 1px solid #7547ea0f;
    transition: transform .55s ease-in-out, box-shadow .55s ease-in-out;
    position: relative
}

.fron .experphase:hover {
    transform: translateY(-4px);
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.fron .experphase::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(to top, #DC9708 0%, #7547EA 100%);
    border-radius: 50%;
    opacity: .2
}

.fron .experphase h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #7547EA;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 14px
}

.fron .experphase h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px
}

.fron .experphase p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a62;
    margin: 0
}

.fron .reput {
    padding: 80px 16px;
    background: #FFF;
    position: relative
}

.fron .reput::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #7547ea05 2px, #7547ea05 4px);
    pointer-events: none
}

.fron .reputcont {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.fron .reputtop {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px
}

.fron .reputimg {
    flex: 0 0 480px;
    height: 320px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 5px 18px 0 #dc97081a
}

.fron .reputimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.12) saturate(1.08)
}

.fron .reputtxt {
    flex: 1
}

.fron .reputhed {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px;
    position: relative;
    padding-top: 8px
}

.fron .reputhed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #DC9708
}

.fron .reputtxt p {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 0 16px
}

.fron .reputgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.fron .reputitem {
    background: linear-gradient(to top, #7547ea05 0%, #fff0 100%);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    border: 1px solid #7547ea14;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fron .reputitem:hover {
    background: linear-gradient(to top, #dc97080a 0%, #fff0 100%)
}

.fron .reputnum {
    font-size: 36px;
    line-height: 1.15;
    color: #7547EA;
    margin: 0 0 8px;
    font-weight: 600
}

.fron .reputlbl {
    font-size: 14px;
    line-height: 1.4;
    color: #4a4a62;
    margin: 0
}

.fron .hesit {
    padding: 80px 16px;
    background: linear-gradient(to top, #7547EA 0%, #7547ea00 100%);
    position: relative
}

.fron .hesitcont {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-items: center
}

.fron .hesitlft {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.fron .hesitimg {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 5px 18px 0 #7547ea1a
}

.fron .hesitimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.1) saturate(1.12)
}

.fron .hesitrgt {
    animation: clipexpand .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: .2s;
    clip-path: circle(0% at center)
}

.fron .hesithed {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px;
    position: relative;
    padding-top: 8px
}

.fron .hesithed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #7547EA
}

.fron .hesitrgt p {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 0 16px
}

.fron .hesitlist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none
}

.fron .hesitlist li {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a62;
    padding-left: 24px;
    position: relative
}

.fron .hesitlist li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DC9708;
    font-weight: 600
}

.fron .proof {
    padding: 80px 16px;
    background: #FFF;
    position: relative
}

.fron .proof::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 4px;
    background: linear-gradient(to top, #DC9708 0%, #7547EA 100%)
}

.fron .proofcont {
    max-width: 1366px;
    margin: 0 auto
}

.fron .proofhed {
    font-size: 52px;
    line-height: 1.15;
    color: #1a1a2e;
    margin: 0 0 40px;
    text-align: center;
    position: relative;
    padding-top: 8px
}

.fron .proofhed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #7547EA
}

.fron .proofgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.fron .proofblock {
    display: flex;
    flex-direction: row;
    gap: 16px;
    background: #fafbfd;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #7547ea14;
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out
}

.fron .proofblock:hover {
    transform: translateX(4px);
    box-shadow: 1px 5px 18px 0 #dc97081a
}

.fron .proofimgwrap {
    flex: 0 0 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden
}

.fron .proofimgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.08) saturate(1.1)
}

.fron .prooftxt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.fron .prooftxt h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px
}

.fron .prooftxt p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a62;
    margin: 0
}

.fron .proofchart {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.fron .chartwrap {
    position: relative;
    width: 400px;
    height: 400px
}

.fron .chartsvg {
    width: 100%;
    height: 100%
}

.fron .chartaxis {
    stroke: #7547ea33;
    stroke-width: 1
}

.fron .chartpoly {
    fill: #7547ea26;
    stroke: #7547EA;
    stroke-width: 2;
    transition: fill .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fron .chartpoly:hover {
    fill: #dc970833
}

.fron .chartlbl {
    font-size: 14px;
    fill: #2d2d44
}

.fron .chartlegend {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center
}

.fron .legenditem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.fron .legenditem span {
    font-size: 14px;
    line-height: 1.4;
    color: #4a4a62
}

.fron .legendval {
    font-size: 18px;
    line-height: 1.4;
    color: #7547EA;
    font-weight: 600
}

@media (max-width: 1024px) {
    .fron .titlmain {
        font-size: 52px
    }

    .fron .apprcont {
        grid-template-columns: 1fr
    }

    .fron .experflow {
        grid-template-columns: 1fr
    }

    .fron .reputtop {
        flex-direction: column
    }

    .fron .reputimg {
        flex: 0 0 auto;
        width: 100%
    }

    .fron .reputgrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .fron .hesitcont {
        grid-template-columns: 1fr
    }

    .fron .proofgrid {
        grid-template-columns: 1fr
    }

    .fron .chartwrap {
        width: 320px;
        height: 320px
    }
}

@media (max-width: 768px) {
    .fron .titlmain {
        font-size: 36px
    }

    .fron .titlgrad {
        padding: 40px 16px
    }

    .fron .apprch,
    .fron .exper,
    .fron .reput,
    .fron .hesit,
    .fron .proof {
        padding: 40px 16px
    }

    .fron .apprhed,
    .fron .reputhed,
    .fron .hesithed {
        font-size: 18px
    }

    .fron .experhed,
    .fron .proofhed {
        font-size: 36px
    }

    .fron .reputgrid {
        grid-template-columns: 1fr
    }

    .fron .proofblock {
        flex-direction: column
    }

    .fron .proofimgwrap {
        flex: 0 0 auto;
        width: 100%;
        height: 240px
    }
}

.apropos {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFF
}

.apropos .titrebloc {
    display: flex;
    align-items: center;
    padding: 80px 40px;
    position: relative;
    overflow: visible;
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%)
}

.apropos .titrebloc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 120px;
    background: #FFF
}

.apropos .titrebloc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 2px;
    background: #FFF
}

.apropos .ancragegauche {
    width: 40%;
    padding: 0 40px 0 0;
    position: relative;
    z-index: 2
}

.apropos .titremassif {
    font-size: 70px;
    line-height: 1.15;
    color: #FFF;
    margin: 0;
    font-weight: 700
}

.apropos .ancragedroite {
    width: 60%;
    position: relative
}

.apropos .imgdiag {
    width: 100%;
    height: 480px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.apropos .imgdiag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.apropos .imgdiag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7547ea66 0%, #dc97084d 100%);
    z-index: 1;
    pointer-events: none
}

.apropos .originebloc {
    padding: 80px 40px;
    background: #FFF;
    position: relative
}

.apropos .originebloc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #7547EA 50%, transparent 100%)
}

.apropos .centrecolonne {
    max-width: 680px;
    margin: 0 auto
}

.apropos .barrehaut {
    width: 80px;
    height: 3px;
    background: #DC9708;
    margin: 0 0 16px
}

.apropos .originetitre {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 40px;
    font-weight: 600
}

.apropos .txtorigine {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px
}

.apropos .txtorigine:last-child {
    margin: 0
}

.apropos .competencebloc {
    padding: 80px 40px;
    background: #f5f5f5;
    position: relative
}

.apropos .competencebloc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #7547ea05 2px, #7547ea05 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #7547ea05 2px, #7547ea05 4px);
    pointer-events: none
}

.apropos .competencegrid {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.apropos .competencegauche {
    width: 55%
}

.apropos .barrehaut.violet {
    background: #7547EA
}

.apropos .competencetitre {
    font-size: 52px;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 40px;
    font-weight: 700
}

.apropos .listebicol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px
}

.apropos .itemcomp {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.apropos .iconecomp {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 3px 2px 0 #7547ea0f
}

.apropos .iconecomp svg {
    width: 24px;
    height: 24px;
    fill: #7547EA
}

.apropos .txtcomp {
    flex: 1
}

.apropos .labelcomp {
    font-size: 16px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 8px;
    font-weight: 600
}

.apropos .desccomp {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0
}

.apropos .competencedroite {
    width: 45%;
    position: relative
}

.apropos .imgcomp {
    width: 100%;
    height: 520px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    position: relative;
    border: 3px dashed #7547EA;
    padding: 8px;
    background: #FFF
}

.apropos .imgcomp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

.apropos .iconelarge {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    opacity: .15;
    pointer-events: none;
    z-index: 1
}

.apropos .iconelarge svg {
    width: 100%;
    height: 100%;
    fill: #7547EA
}

.apropos .valeursbloc {
    padding: 80px 40px;
    background: #FFF;
    position: relative
}

.apropos .valeurscontenu {
    display: flex;
    gap: 40px;
    align-items: center
}

.apropos .valeursgauche {
    width: 45%
}

.apropos .imgvaleurs {
    width: 100%;
    height: 440px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 1px 5px 18px 0 #dc97081a
}

.apropos .imgvaleurs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.apropos .valeursdroite {
    width: 55%
}

.apropos .barrehaut.orange {
    background: #DC9708
}

.apropos .valeurstitre {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 40px;
    font-weight: 600
}

.apropos .txtvaleurs {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px
}

.apropos .metriquesgrille {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 40px 0 0
}

.apropos .cartemetrique {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 40px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: pulseborder 3s ease-in-out infinite
}

@keyframes pulseborder {

    0%,
    100% {
        box-shadow: 0 0 0 0 #7547ea00
    }

    50% {
        box-shadow: 0 0 0 4px #7547ea4d
    }
}

.apropos .cartemetrique:nth-child(2) {
    animation-delay: 1s
}

.apropos .cartemetrique:nth-child(3) {
    animation-delay: 2s
}

.apropos .chiffremetrique {
    font-size: 52px;
    line-height: 1.15;
    color: #7547EA;
    margin: 0 0 8px;
    font-weight: 700
}

.apropos .labelmetrique {
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

.apropos .equipebloc {
    padding: 80px 40px;
    background: linear-gradient(0deg, #f5f5f5 0%, #FFF 100%);
    position: relative
}

.apropos .equipebloc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #DC9708 50%, transparent 100%)
}

.apropos .equipehaut {
    text-align: center;
    margin: 0 0 80px
}

.apropos .barrehaut.centre {
    margin: 0 auto 16px
}

.apropos .equipetitre {
    font-size: 52px;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 16px;
    font-weight: 700
}

.apropos .equipedesc {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    max-width: 720px;
    margin: 0 auto
}

.apropos .equipegrille {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.apropos .cartepersonne {
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 3px 2px 0 #dc97080f;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.apropos .cartepersonne:hover {
    transform: translateY(-8px);
    box-shadow: 1px 12px 36px 0 #dc97081a
}

.apropos .photopersonne {
    width: 100%;
    height: 280px;
    background: #e8e8e8;
    position: relative;
    overflow: hidden
}

.apropos .photopersonne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.apropos .infopersonne {
    padding: 16px
}

.apropos .nompersonne {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 8px;
    font-weight: 600
}

.apropos .postepersonne {
    font-size: 14px;
    line-height: 1.6;
    color: #7547EA;
    margin: 0;
    font-weight: 500
}

@media (max-width: 1024px) {
    .apropos .titrebloc {
        flex-direction: column;
        padding: 40px 16px
    }

    .apropos .ancragegauche,
    .apropos .ancragedroite {
        width: 100%;
        padding: 0
    }

    .apropos .ancragegauche {
        margin: 0 0 40px
    }

    .apropos .titremassif {
        font-size: 52px
    }

    .apropos .imgdiag {
        height: 320px
    }

    .apropos .originebloc,
    .apropos .competencebloc,
    .apropos .valeursbloc,
    .apropos .equipebloc {
        padding: 40px 16px
    }

    .apropos .competencegrid {
        flex-direction: column
    }

    .apropos .competencegauche,
    .apropos .competencedroite {
        width: 100%
    }

    .apropos .listebicol {
        grid-template-columns: 1fr
    }

    .apropos .imgcomp {
        height: 360px
    }

    .apropos .iconelarge {
        bottom: -20px;
        right: -20px;
        width: 100px;
        height: 100px
    }

    .apropos .valeurscontenu {
        flex-direction: column
    }

    .apropos .valeursgauche,
    .apropos .valeursdroite {
        width: 100%
    }

    .apropos .imgvaleurs {
        height: 320px
    }

    .apropos .metriquesgrille {
        grid-template-columns: 1fr
    }

    .apropos .equipegrille {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .apropos .photopersonne {
        height: 240px
    }
}

@media (max-width: 640px) {
    .apropos .titremassif {
        font-size: 36px
    }

    .apropos .originetitre,
    .apropos .valeurstitre {
        font-size: 18px
    }

    .apropos .competencetitre,
    .apropos .equipetitre {
        font-size: 36px
    }

    .apropos .chiffremetrique {
        font-size: 36px
    }

    .apropos .equipegrille {
        grid-template-columns: 1fr
    }

    .apropos .imgdiag,
    .apropos .imgcomp,
    .apropos .imgvaleurs {
        height: 240px
    }
}

.philanth {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFF;
    overflow-x: clip
}

.philanth .topintro {
    padding: 80px 16px 160px;
    position: relative;
    text-align: center;
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%)
}

.philanth .topintro::before,
.philanth .topintro::after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff4d
}

.philanth .topintro::before {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border-radius: 26px
}

.philanth .topintro::after {
    top: 56px;
    left: 56px;
    right: 56px;
    bottom: 56px;
    border-radius: 16px
}

.philanth .imghold {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 40px
}

.philanth .imghold img {
    width: 280px;
    height: 380px;
    object-fit: cover;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    display: block;
    animation: elasticEntry .55s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

@keyframes elasticEntry {
    0% {
        transform: scale(0.3) rotate(-8deg);
        opacity: 0
    }

    50% {
        transform: scale(1.08) rotate(2deg)
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
}

.philanth .topintro h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 16px;
    position: relative;
    z-index: 2
}

.philanth .topintro h1 .hilite {
    display: inline-block;
    padding: 0 16px;
    background: #fff3;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.philanth .divshape {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden
}

.philanth .divshape svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.philanth .divshape svg path {
    fill: #FFF
}

.philanth .initiatives {
    padding: 80px 16px;
    background: #FFF;
    position: relative
}

.philanth .initiatives::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(0deg, #7547ea0a 0%, #dc97080a 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.philanth .initiatives h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px;
    position: relative;
    padding-top: 16px
}

.philanth .initiatives h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #7547EA 0%, #DC9708 100%);
    border-radius: 5px
}

.philanth .initiatives .introtxt {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 0 40px;
    max-width: 680px
}

.philanth .progrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative
}

.philanth .progrid .procell {
    background: #FFF;
    border-radius: 16px;
    padding: 40px 16px;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    position: relative;
    border-right: 3px solid transparent;
    transition: border-right-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: rotateIn .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both
}

.philanth .progrid .procell:nth-child(1) {
    animation-delay: .1s
}

.philanth .progrid .procell:nth-child(2) {
    animation-delay: .2s
}

.philanth .progrid .procell:nth-child(3) {
    animation-delay: .3s
}

.philanth .progrid .procell:nth-child(4) {
    animation-delay: .4s
}

@keyframes rotateIn {
    0% {
        transform: rotate(-12deg) scale(0.5);
        opacity: 0
    }

    60% {
        transform: rotate(4deg) scale(1.05)
    }

    100% {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }
}

.philanth .progrid .procell:hover {
    border-right-color: #7547EA;
    transform: translateY(-8px);
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.philanth .progrid .procell .tag {
    position: absolute;
    top: -8px;
    right: 16px;
    background: #DC9708;
    color: #FFF;
    font-size: 14px;
    line-height: 1.15;
    padding: 8px 16px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.philanth .progrid .procell h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px
}

.philanth .progrid .procell p {
    font-size: 14px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0
}

.philanth .impact {
    padding: 80px 16px;
    background: #f5f5f7;
    position: relative
}

.philanth .impact h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px;
    padding-top: 16px;
    position: relative
}

.philanth .impact h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #DC9708 0%, #7547EA 100%);
    border-radius: 5px
}

.philanth .impact .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 0 40px;
    max-width: 720px
}

.philanth .statgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px
}

.philanth .statgrid .statbox {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start
}

.philanth .statgrid .statbox .iconwrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7547EA 0%, #DC9708 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: elasticEntry .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-fill-mode: both
}

.philanth .statgrid .statbox:nth-child(1) .iconwrap {
    animation-delay: .15s
}

.philanth .statgrid .statbox:nth-child(2) .iconwrap {
    animation-delay: .3s
}

.philanth .statgrid .statbox:nth-child(3) .iconwrap {
    animation-delay: .45s
}

.philanth .statgrid .statbox:hover .iconwrap {
    transform: rotate(8deg) scale(1.1)
}

.philanth .statgrid .statbox .iconwrap svg {
    width: 32px;
    height: 32px;
    fill: #FFF
}

.philanth .statgrid .statbox .txtcol h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 8px;
    font-weight: 600
}

.philanth .statgrid .statbox .txtcol p {
    font-size: 14px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0
}

.philanth .featuregrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px
}

.philanth .featuregrid .featcard {
    background: #FFF;
    border-radius: 26px;
    padding: 40px;
    box-shadow: 1px 3px 2px 0 #dc97080f;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.philanth .featuregrid .featcard::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%);
    transition: height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.philanth .featuregrid .featcard:hover::before {
    height: 100%
}

.philanth .featuregrid .featcard:hover {
    box-shadow: 1px 12px 36px 0 #dc97081a;
    transform: translateY(-4px)
}

.philanth .featuregrid .featcard h5 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px;
    font-weight: 600
}

.philanth .featuregrid .featcard ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.philanth .featuregrid .featcard ul li {
    font-size: 14px;
    line-height: 2;
    color: #2d2d44;
    padding-left: 24px;
    position: relative
}

.philanth .featuregrid .featcard ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #7547EA;
    font-weight: 700
}

.philanth .partner {
    padding: 80px 16px;
    background: linear-gradient(0deg, #dc970814 0%, #7547ea14 100%)
}

.philanth .partner h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 0 0 16px;
    text-align: center
}

.philanth .partner .subdesc {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0 auto 40px;
    max-width: 640px;
    text-align: center
}

.philanth .colsetup {
    display: grid;
    grid-template-columns: 120px 1fr 120px 1fr;
    gap: 16px;
    align-items: start;
    max-width: 960px;
    margin: 0 auto
}

.philanth .colsetup .labcol {
    text-align: right;
    padding-top: 8px
}

.philanth .colsetup .labcol span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    color: #FFF;
    background: #7547EA;
    padding: 8px 16px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.philanth .colsetup .txtcol {
    background: #FFF;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 1px 3px 2px 0 #7547ea0f
}

.philanth .colsetup .txtcol p {
    font-size: 14px;
    line-height: 1.6;
    color: #2d2d44;
    margin: 0
}

.philanth .colsetup .txtcol:nth-child(2) {
    animation: elasticEntry .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-delay: .1s;
    animation-fill-mode: both
}

.philanth .colsetup .txtcol:nth-child(4) {
    animation: elasticEntry .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-delay: .25s;
    animation-fill-mode: both
}

.philanth .colsetup .txtcol:nth-child(6) {
    animation: elasticEntry .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-delay: .4s;
    animation-fill-mode: both
}

.philanth .colsetup .txtcol:nth-child(8) {
    animation: elasticEntry .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation-delay: .55s;
    animation-fill-mode: both
}

@media (max-width: 1024px) {
    .philanth .progrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .philanth .colsetup {
        grid-template-columns: 100px 1fr;
        gap: 16px
    }

    .philanth .colsetup .labcol:nth-child(3),
    .philanth .colsetup .txtcol:nth-child(4) {
        display: none
    }
}

@media (max-width: 768px) {
    .philanth .topintro {
        padding: 40px 16px 80px
    }

    .philanth .topintro::before {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px
    }

    .philanth .topintro::after {
        top: 24px;
        left: 24px;
        right: 24px;
        bottom: 24px
    }

    .philanth .imghold img {
        width: 200px;
        height: 280px
    }

    .philanth .topintro h1 {
        font-size: 36px
    }

    .philanth .divshape {
        height: 40px
    }

    .philanth .initiatives,
    .philanth .impact,
    .philanth .partner {
        padding: 40px 16px
    }

    .philanth .initiatives h2,
    .philanth .impact h2,
    .philanth .partner h2 {
        font-size: 36px
    }

    .philanth .progrid {
        grid-template-columns: 1fr
    }

    .philanth .featuregrid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .philanth .colsetup {
        grid-template-columns: 1fr
    }

    .philanth .colsetup .labcol {
        text-align: left
    }
}

.contactpage {
    max-width: 1366px;
    margin: 0 auto;
    background: #FFF
}

.contactpage .topband {
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%);
    padding: 40px 80px;
    position: relative;
    overflow: hidden
}

.contactpage .topband::before {
    content: '?';
    position: absolute;
    font-size: 280px;
    color: #ffffff14;
    top: -80px;
    right: 120px;
    line-height: 1;
    font-weight: 700
}

.contactpage .topband::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border: 3px solid #ffffff1f;
    border-radius: 50%;
    top: 50%;
    left: 80px;
    transform: translateY(-50%)
}

.contactpage .topheader {
    font-size: 52px;
    line-height: 1.15;
    color: #FFF;
    margin: 0 0 16px;
    position: relative;
    z-index: 2
}

.contactpage .topdesc {
    font-size: 18px;
    line-height: 1.6;
    color: #fffffff2;
    max-width: 720px;
    margin: 0;
    position: relative;
    z-index: 2
}

.contactpage .formzone {
    padding: 80px;
    background: linear-gradient(180deg, #FFF 0%, #f5f0ff 100%);
    position: relative
}

.contactpage .formzone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #7547EA 0%, #DC9708 50%, #7547EA 100%);
    animation: colorshift 8s ease-in-out infinite
}

@keyframes colorshift {

    0%,
    100% {
        background: linear-gradient(90deg, #7547EA 0%, #DC9708 50%, #7547EA 100%)
    }

    50% {
        background: linear-gradient(90deg, #DC9708 0%, #7547EA 50%, #DC9708 100%)
    }
}

.contactpage .formgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.contactpage .infoside {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.contactpage .infocard {
    background: #FFF;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 1px 5px 18px 0 #7547ea1a;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative
}

.contactpage .infocard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%);
    border-radius: 16px 0 0 16px;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactpage .infocard:hover {
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.contactpage .infocard:hover::before {
    width: 8px
}

.contactpage .cardtitle {
    font-size: 18px;
    line-height: 1.4;
    color: #7547EA;
    margin: 0 0 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px
}

.contactpage .cardvalue {
    font-size: 18px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0
}

.contactpage .cardvalue a {
    color: #2d2d2d;
    text-decoration: none;
    transition: color .45s ease-in-out;
    position: relative
}

.contactpage .cardvalue a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7547EA;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactpage .cardvalue a:hover {
    color: #7547EA
}

.contactpage .cardvalue a:hover::after {
    width: 100%
}

.contactpage .hourslist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contactpage .hourslist li {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d2d;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #7547ea14
}

.contactpage .hourslist li:last-child {
    border-bottom: none
}

.contactpage .dayname {
    font-weight: 600;
    color: #7547EA
}

.contactpage .formside {
    background: #FFF;
    padding: 40px;
    border-radius: 26px;
    box-shadow: 1px 12px 36px 0 #7547ea1a;
    position: relative
}

.contactpage .formside::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(0deg, #7547EA 0%, #DC9708 100%);
    border-radius: 26px;
    z-index: -1;
    opacity: 0;
    transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactpage .formside:hover::before {
    opacity: 1
}

.contactpage .formtitle {
    font-size: 36px;
    line-height: 1.15;
    color: #2d2d2d;
    margin: 0 0 8px;
    position: relative
}

.contactpage .formtitle::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #7547EA
}

.contactpage .formsub {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 40px
}

.contactpage .formcontent {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contactpage .fieldwrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contactpage .fieldlabel {
    font-size: 14px;
    line-height: 1.4;
    color: #2d2d2d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.contactpage .required {
    color: #DC9708;
    font-size: 16px
}

.contactpage .textinput {
    padding: 16px;
    border: 2px solid #7547ea26;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #2d2d2d;
    background: #FFF;
    transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
    outline: none
}

.contactpage .textinput::placeholder {
    color: #999;
    opacity: .6;
    font-style: italic
}

.contactpage .textinput:focus {
    border-color: #7547EA;
    box-shadow: inset 1px 3px 2px 0 #7547ea0f
}

.contactpage .selectwrap {
    position: relative
}

.contactpage .selectinput {
    width: 100%;
    padding: 16px;
    padding-right: 48px;
    border: 2px solid #7547ea26;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #2d2d2d;
    background: #FFF;
    transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
    outline: none;
    appearance: none;
    cursor: pointer
}

.contactpage .selectinput:focus {
    border-color: #7547EA;
    box-shadow: inset 1px 3px 2px 0 #7547ea0f
}

.contactpage .selectwrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #7547EA;
    pointer-events: none;
    transition: transform .45s ease-in-out
}

.contactpage .selectinput:focus+.contactpage .selectwrap::after {
    transform: translateY(-50%) rotate(180deg)
}

.contactpage .privacyblock {
    display: flex;
    align-items: start;
    gap: 16px;
    padding: 16px;
    background: #7547ea08;
    border-radius: 10px;
    margin-top: 8px
}

.contactpage .checkboxwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px
}

.contactpage .checkboxinput {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    margin: 0
}

.contactpage .checkboxvisual {
    width: 24px;
    height: 24px;
    border: 2px solid #7547ea4d;
    border-radius: 5px;
    background: #FFF;
    transition: border-color .45s ease-in-out, background-color .45s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.contactpage .checkboxvisual::after {
    content: '';
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactpage .checkboxinput:checked+.checkboxvisual {
    background: #7547EA;
    border-color: #7547EA
}

.contactpage .checkboxinput:checked+.checkboxvisual::after {
    transform: rotate(45deg) scale(1)
}

.contactpage .checkboxinput:focus+.checkboxvisual {
    box-shadow: 0 0 0 3px #7547ea26
}

.contactpage .privacytext {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0
}

.contactpage .privacytext a {
    color: #7547EA;
    text-decoration: none;
    transition: color .45s ease-in-out;
    position: relative
}

.contactpage .privacytext a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7547EA;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contactpage .privacytext a:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.contactpage .submitbtn {
    padding: 16px 40px;
    background: #7547EA;
    color: #FFF;
    border: 2px solid #7547EA;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .45s ease-in-out, color .45s ease-in-out, transform .1s ease-out;
    position: relative;
    overflow: hidden;
    margin-top: 8px
}

.contactpage .submitbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFF;
    transition: width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0
}

.contactpage .submitbtn:hover::before {
    width: 100%
}

.contactpage .submitbtn:hover {
    color: #7547EA
}

.contactpage .submitbtn:active {
    transform: scale(0.98)
}

.contactpage .submitbtn span {
    position: relative;
    z-index: 1
}

.contactpage .statusbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 40px 80px;
    background: #FFF;
    border-top: 1px solid #7547ea14;
    border-bottom: 1px solid #7547ea14;
    position: relative;
    overflow: hidden
}

.contactpage .statusbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #7547ea08 50%, transparent 100%);
    animation: statusmove 6s ease-in-out infinite
}

@keyframes statusmove {

    0%,
    100% {
        left: -100%
    }

    50% {
        left: 100%
    }
}

.contactpage .statitem {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #7547ea05;
    border-radius: 10px;
    position: relative;
    z-index: 1
}

.contactpage .statnum {
    font-size: 36px;
    line-height: 1.15;
    color: #7547EA;
    font-weight: 700;
    margin: 0
}

.contactpage .statlabel {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin: 0
}

.contactpage .statitem:nth-child(1) {
    background: #7547ea0d
}

.contactpage .statitem:nth-child(2) {
    background: #dc97080d
}

.contactpage .statitem:nth-child(3) {
    background: #7547ea08
}

.contactpage .statitem:nth-child(4) {
    background: #dc970808;
    border: 2px solid #dc970833
}

@media (max-width: 1024px) {
    .contactpage .topband {
        padding: 40px
    }

    .contactpage .formzone {
        padding: 40px
    }

    .contactpage .formgrid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .contactpage .statusbar {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px
    }

    .contactpage .topband::before {
        font-size: 180px;
        right: 40px
    }

    .contactpage .topband::after {
        width: 120px;
        height: 120px;
        left: 40px
    }
}

@media (max-width: 768px) {
    .contactpage .topband {
        padding: 40px 16px
    }

    .contactpage .formzone {
        padding: 40px 16px
    }

    .contactpage .topheader {
        font-size: 36px
    }

    .contactpage .topdesc {
        font-size: 16px
    }

    .contactpage .formside {
        padding: 40px 16px
    }

    .contactpage .formtitle {
        font-size: 36px
    }

    .contactpage .statusbar {
        grid-template-columns: 1fr;
        padding: 40px 16px
    }

    .contactpage .topband::before {
        font-size: 120px;
        right: 16px;
        top: -40px
    }

    .contactpage .topband::after {
        display: none
    }

    .contactpage .infocard {
        padding: 16px
    }
}

.successconf {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 16px;
    background: #FFF
}

.successconf .confirmwrap {
    max-width: 680px;
    margin: 0 auto;
    text-align: center
}

.successconf .iconcirc {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    background: linear-gradient(0deg, #DC9708 0%, #7547EA 100%);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.successconf .iconcirc svg {
    width: 64px;
    height: 64px;
    fill: none;
    stroke: #FFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: drawcheck .55s ease-in-out forwards
}

@keyframes drawcheck {
    0% {
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        stroke-dasharray: 100;
        stroke-dashoffset: 0;
        opacity: 1
    }
}

.successconf .maintitle {
    font-size: 52px;
    line-height: 1.15;
    color: #7547EA;
    margin: 0 0 16px;
    font-weight: 600
}

.successconf .leadtxt {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 40px
}

.successconf .detailbox {
    background: #FAFBFC;
    border: 2px solid #7547EA;
    border-radius: 16px;
    padding: 40px;
    margin: 0 0 40px;
    text-align: left
}

.successconf .detailbox .sectitle {
    font-size: 18px;
    line-height: 1.4;
    color: #7547EA;
    margin: 0 0 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px
}

.successconf .detailbox .infoline {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    gap: 8px
}

.successconf .detailbox .infoline:last-child {
    margin-bottom: 0
}

.successconf .detailbox .labelpart {
    color: #666;
    min-width: 140px
}

.successconf .detailbox .valuepart {
    font-weight: 600;
    color: #333
}

.successconf .nextblock {
    background: linear-gradient(0deg, #dc970814 0%, #7547ea14 100%);
    border-radius: 16px;
    padding: 40px;
    margin: 0 0 40px
}

.successconf .nextblock .blocktitle {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin: 0 0 16px;
    font-weight: 600
}

.successconf .nextblock .steplist {
    list-style: none;
    padding: 0;
    margin: 0
}

.successconf .nextblock .steplist li {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px;
    padding-left: 32px;
    position: relative
}

.successconf .nextblock .steplist li:last-child {
    margin-bottom: 0
}

.successconf .nextblock .steplist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: #7547EA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.successconf .nextblock .steplist li::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 10px;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.successconf .actionrow {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.successconf .btnprim {
    background: #7547EA;
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    padding: 16px 40px;
    border: 2px solid #7547EA;
    border-radius: 10px;
    cursor: pointer;
    transition: background .55s ease-in-out, border-color .55s ease-in-out, box-shadow .55s ease-in-out;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    box-shadow: 1px 5px 18px 0 #7547ea1a
}

.successconf .btnprim:hover {
    background: #5f38c7;
    border-color: #5f38c7;
    box-shadow: 1px 12px 36px 0 #7547ea1a
}

.successconf .btnsec {
    background: transparent;
    color: #7547EA;
    font-size: 16px;
    line-height: 1.4;
    padding: 16px 40px;
    border: 2px solid #7547EA;
    border-radius: 10px;
    cursor: pointer;
    transition: background .55s ease-in-out, color .55s ease-in-out;
    text-decoration: none;
    display: inline-block;
    font-weight: 600
}

.successconf .btnsec:hover {
    background: #7547EA;
    color: #FFF
}

.successconf .supportnote {
    margin: 40px 0 0;
    padding: 40px;
    background: #FFF;
    border-left: 4px solid #DC9708;
    border-radius: 10px;
    box-shadow: 1px 3px 2px 0 #dc97080f
}

.successconf .supportnote .notetitle {
    font-size: 16px;
    line-height: 1.4;
    color: #DC9708;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px
}

.successconf .supportnote .notebody {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0
}

.successconf .supportnote .contactlink {
    color: #7547EA;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color .55s ease-in-out
}

.successconf .supportnote .contactlink:hover {
    border-bottom-color: #7547EA
}