body {
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Merriweather', serif;
    margin: 0
}

.topbar {
    background: linear-gradient(135deg, #FDFDFD 0%, #01796e0a 100%);
    border-bottom: 1px solid #01796e1f;
    box-shadow: -1px 3px 2px 0 #01796e12;
    padding: 24px 48px;
    position: relative
}

.topbar__container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #01796E;
    background: #fdfdfde6;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: -1px 3px 2px 0 #01796e12
}

.brand-mark__image {
    width: 62px;
    height: 62px;
    object-fit: contain
}

.brand-mark__text {
    font-size: 24px;
    font-weight: 700;
    color: #01796E;
    letter-spacing: -.02em;
    line-height: 1.1
}

.menu-primary {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-primary__item {
    display: inline-block
}

.menu-primary__link {
    font-size: 16px;
    font-weight: 400;
    color: #01796E;
    text-decoration: none;
    padding: 12px 24px;
    display: block;
    border: 1px solid transparent;
    border-radius: 48px;
    transition: border-color .5s ease, background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease;
    line-height: 1.35
}

.menu-primary__link:hover {
    border-color: #01796E;
    background-color: #01796e0d;
    color: #870F57
}

.menu-primary__link:focus {
    outline: 2px solid #01796E;
    outline-offset: 2px
}

.menu-primary__link:active {
    background-color: #01796e1f;
    box-shadow: inset -1px 3px 2px 0 #01796e12
}

.action-link {
    font-size: 16px;
    font-weight: 700;
    color: #870F57;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #870F57;
    border-radius: 48px;
    display: inline-block;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease, box-shadow .5s ease, transform .4s ease;
    line-height: 1.35;
    flex-shrink: 0
}

.action-link:hover {
    background-color: #870F57;
    color: #FDFDFD;
    box-shadow: -1px 5px 28px 0 #870f5714;
    transform: translateY(-2px)
}

.action-link:focus {
    outline: 2px solid #870F57;
    outline-offset: 3px
}

.action-link:active {
    transform: translateY(0);
    box-shadow: inset -1px 3px 2px 0 #870f5712
}

@media (max-width: 1024px) {
    .topbar {
        padding: 24px
    }

    .topbar__container {
        gap: 24px;
        flex-direction: column;
        align-items: flex-start
    }

    .menu-primary {
        gap: 12px;
        width: 100%
    }

    .menu-primary__link {
        padding: 12px;
        font-size: 16px
    }

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

@media (max-width: 768px) {
    .topbar {
        padding: 12px
    }

    .brand-mark {
        gap: 6px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 6px
    }

    .brand-mark__image {
        width: 48px;
        height: 48px
    }

    .brand-mark__text {
        font-size: 16px
    }

    .menu-primary {
        gap: 6px
    }

    .menu-primary__link {
        padding: 6px 12px
    }

    .action-link {
        padding: 12px
    }
}

.basement {
    background: linear-gradient(180deg, #01796e08 0%, #FDFDFD 100%);
    border-top: 1px solid #01796e1f;
    padding: 48px 24px 24px;
    margin-top: 48px
}

.basement__container {
    max-width: 1170px;
    margin: 0 auto
}

.basement__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

.basement-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.basement-col--centered {
    align-items: center;
    text-align: center
}

.brand-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background: #fdfdfdf2;
    border-radius: 10px;
    box-shadow: -1px 3px 2px 0 #01796e12
}

.brand-footer__image {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border: 2px solid #01796E;
    padding: 6px;
    border-radius: 10px;
    background: #FDFDFD
}

.brand-footer__name {
    font-size: 24px;
    font-weight: 700;
    color: #01796E;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0
}

.description-footer {
    font-size: 16px;
    line-height: 1.55;
    color: #01796ed9;
    margin: 0
}

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

.contact-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.35;
    color: #01796E
}

.contact-list__icon {
    width: 24px;
    height: 24px;
    fill: #870F57;
    flex-shrink: 0
}

.contact-list__link {
    color: #01796E;
    text-decoration: none;
    transition: color .5s ease
}

.contact-list__link:hover {
    color: #870F57
}

.contact-list__link:focus {
    outline: 2px solid #01796E;
    outline-offset: 2px
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #870F57;
    margin: 0 0 12px;
    line-height: 1.35;
    letter-spacing: -.01em
}

.links-service {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.links-service__item {
    display: block
}

.links-service__link {
    font-size: 16px;
    line-height: 1.55;
    color: #01796E;
    text-decoration: none;
    transition: color .5s ease, padding-left .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block
}

.links-service__link:hover {
    color: #870F57;
    padding-left: 6px
}

.links-service__link:focus {
    outline: 2px solid #870F57;
    outline-offset: 2px
}

.basement__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #01796e33 50%, transparent 100%);
    margin: 24px 0
}

.basement__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0 48px
}

.copyright {
    font-size: 16px;
    line-height: 1.35;
    color: #01796eb3;
    text-align: center;
    margin: 0
}

.logo-bottom-box {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #01796e26
}

.logo-bottom {
    width: 64px;
    height: 64px;
    object-fit: contain;
    padding: 12px;
    background: #FDFDFD;
    border: 2px solid #01796E;
    border-radius: 10px;
    box-shadow: -1px 5px 28px 0 #01796e14
}

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

    .basement-col--centered {
        align-items: flex-start;
        text-align: left
    }

    .brand-footer {
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .basement {
        padding: 24px 12px 12px;
        margin-top: 24px
    }

    .basement__grid {
        gap: 24px
    }

    .brand-footer {
        padding: 12px
    }

    .brand-footer__image {
        width: 48px;
        height: 48px
    }

    .brand-footer__name {
        font-size: 16px
    }

    .contact-list {
        gap: 6px
    }

    .links-service {
        gap: 6px
    }

    .basement__bottom {
        padding: 12px 0 24px
    }

    .logo-bottom {
        width: 52px;
        height: 52px;
        padding: 6px
    }
}

.consent-card {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 420px;
    background: #FDFDFD;
    border: 1px solid #01796e33;
    border-radius: 10px;
    box-shadow: -1px 10px 52px 0 #01796e1c;
    padding: 24px;
    z-index: 1200;
    display: none;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.consent-card--visible {
    opacity: 1;
    transform: translateY(0)
}

.consent-card__headline {
    font-size: 24px;
    font-weight: 700;
    color: #01796E;
    margin: 0 0 12px;
    line-height: 1.1;
    letter-spacing: -.02em
}

.consent-card__text {
    font-size: 16px;
    line-height: 1.55;
    color: #01796ed9;
    margin: 0 0 24px
}

.consent-card__choices {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
}

.choice-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.choice-row__toggle {
    width: 48px;
    height: 26px;
    appearance: none;
    background: #01796e26;
    border: 2px solid #01796e4d;
    border-radius: 48px;
    position: relative;
    cursor: pointer;
    transition: background-color .5s ease, border-color .5s ease;
    flex-shrink: 0
}

.choice-row__toggle:checked {
    background: #01796E;
    border-color: #01796E
}

.choice-row__toggle::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FDFDFD;
    border-radius: 48px;
    top: 2px;
    left: 2px;
    transition: left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -1px 3px 2px 0 #01796e12
}

.choice-row__toggle:checked::before {
    left: 24px
}

.choice-row__toggle:focus {
    outline: 2px solid #01796E;
    outline-offset: 3px
}

.choice-row__label {
    font-size: 16px;
    line-height: 1.35;
    color: #01796E;
    cursor: pointer;
    user-select: none
}

.consent-card__actions {
    display: flex;
    gap: 12px
}

.btn-accept {
    flex: 1;
    padding: 12px 24px;
    background: #01796E;
    color: #FDFDFD;
    border: 2px solid #01796E;
    border-radius: 48px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    cursor: pointer;
    transition: background-color .5s ease, box-shadow .5s ease, transform .4s ease;
    line-height: 1.35
}

.btn-accept:hover {
    background: #870F57;
    border-color: #870F57;
    box-shadow: -1px 5px 28px 0 #870f5714;
    transform: translateY(-2px)
}

.btn-accept:focus {
    outline: 2px solid #01796E;
    outline-offset: 3px
}

.btn-accept:active {
    transform: translateY(0);
    box-shadow: inset -1px 3px 2px 0 #01796e12
}

.btn-decline {
    flex: 1;
    padding: 12px 24px;
    background: transparent;
    color: #870F57;
    border: 2px solid #870F57;
    border-radius: 48px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    cursor: pointer;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease, box-shadow .5s ease;
    line-height: 1.35
}

.btn-decline:hover {
    background: #870F57;
    color: #FDFDFD;
    box-shadow: -1px 3px 2px 0 #870f5712
}

.btn-decline:focus {
    outline: 2px solid #870F57;
    outline-offset: 3px
}

.btn-decline:active {
    box-shadow: inset -1px 3px 2px 0 #870f5712
}

@media (max-width: 768px) {
    .consent-card {
        width: calc(100% - 48px);
        right: 24px;
        left: 24px;
        bottom: 12px;
        padding: 12px
    }

    .consent-card__headline {
        font-size: 16px
    }

    .consent-card__text {
        margin-bottom: 12px
    }

    .consent-card__choices {
        margin-bottom: 12px;
        gap: 6px
    }

    .consent-card__actions {
        flex-direction: column;
        gap: 6px
    }

    .btn-accept,
    .btn-decline {
        padding: 12px
    }
}

@media (max-width: 360px) {
    .consent-card {
        width: calc(100% - 24px);
        right: 12px;
        left: 12px
    }
}

.policy-cpp-frame {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 24px;
    background: #FDFDFD
}

.policy-cpp-frame h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #01796E;
    margin: 0 0 48px;
    letter-spacing: -.02em
}

.policy-cpp-frame h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #870F57;
    margin: 48px 0 24px;
    letter-spacing: -.01em
}

.policy-cpp-frame h3 {
    font-size: 24px;
    line-height: 1.35;
    color: #01796E;
    margin: 24px 0 12px
}

.policy-cpp-frame h4,
.policy-cpp-frame h5,
.policy-cpp-frame h6 {
    font-size: 16px;
    line-height: 1.55;
    color: #870F57;
    margin: 24px 0 12px;
    font-weight: 600
}

.policy-cpp-frame p {
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 24px
}

.policy-cpp-frame strong,
.policy-cpp-frame b {
    font-weight: 600;
    color: #1a1a1a
}

.policy-cpp-frame em,
.policy-cpp-frame i {
    font-style: italic
}

.policy-cpp-frame a {
    color: #01796E;
    text-decoration: underline;
    transition: color .5s ease
}

.policy-cpp-frame a:hover {
    color: #870F57
}

.policy-cpp-frame table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 48px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 3px 2px 0 #01796e12
}

.policy-cpp-frame thead {
    background: #01796E
}

.policy-cpp-frame thead tr th {
    color: #FDFDFD;
    font-weight: 600;
    text-align: left;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.35
}

.policy-cpp-frame tbody tr {
    border-bottom: 1px solid #e8e8e8;
    transition: background .6s ease
}

.policy-cpp-frame tbody tr:last-child {
    border-bottom: none
}

.policy-cpp-frame tbody tr:hover {
    background: #f5f5f5
}

.policy-cpp-frame tbody tr td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a
}

.policy-cpp-frame th {
    font-weight: 600
}

.policy-cpp-frame div {
    margin: 0 0 24px
}

@media (max-width: 768px) {
    .policy-cpp-frame {
        padding: 24px 12px
    }

    .policy-cpp-frame h1 {
        font-size: 32px;
        margin: 0 0 24px
    }

    .policy-cpp-frame h2 {
        font-size: 24px;
        margin: 24px 0 12px
    }

    .policy-cpp-frame h3 {
        font-size: 16px;
        margin: 12px 0 6px
    }

    .policy-cpp-frame table {
        display: block;
        overflow-x: auto;
        margin: 12px 0 24px
    }

    .policy-cpp-frame thead tr th,
    .policy-cpp-frame tbody tr td {
        padding: 6px 12px
    }
}

@media (max-width: 360px) {
    .policy-cpp-frame {
        padding: 12px 6px
    }

    .policy-cpp-frame h1 {
        font-size: 24px
    }
}

.cut-tech {
    background: #FDFDFD;
    overflow-x: clip
}

.cut-tech__intro {
    position: relative;
    padding: 48px 24px 96px;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden
}

.cut-tech__intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

.cut-tech__intro-visual {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    animation: cut-tech-drop .7s cubic-bezier(0.34, 1.56, 0.64, 1) .2s forwards
}

@keyframes cut-tech-drop {
    0% {
        opacity: 0;
        transform: translateY(24px)
    }

    70% {
        transform: translateY(-6px)
    }

    100% {
        opacity: .35;
        transform: translateY(0)
    }
}

.cut-tech__intro-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.cut-tech__intro-content {
    position: relative;
    z-index: 2
}

.cut-tech__intro-title {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #01796E;
    margin: 0 0 24px;
    font-weight: 700
}

.cut-tech__intro-accent {
    color: #870F57
}

.cut-tech__intro-desc {
    font-size: 24px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 48px;
    max-width: 680px
}

.cut-tech__intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.cut-tech__intro-btn {
    padding: 12px 48px;
    font-size: 16px;
    line-height: 1.35;
    border: 2px solid #01796E;
    border-radius: 48px;
    background: transparent;
    color: #01796E;
    cursor: pointer;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease
}

.cut-tech__intro-btn:hover {
    background: #01796E;
    color: #FDFDFD;
    box-shadow: -1px 5px 28px 0 #01796e14
}

.cut-tech__intro-btn:active {
    box-shadow: inset -1px 3px 2px 0 #01796e12
}

.cut-tech__intro-btn--alt {
    border-color: #870F57;
    color: #870F57
}

.cut-tech__intro-btn--alt:hover {
    background: #870F57;
    color: #FDFDFD;
    box-shadow: -1px 5px 28px 0 #870f5714
}

.cut-tech__intro-btn--alt:active {
    box-shadow: inset -1px 3px 2px 0 #870f5712
}

.cut-tech__intro-pattern {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    gap: 6px;
    z-index: 1
}

.cut-tech__intro-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #01796E;
    opacity: .2
}

.cut-tech__intro-dot:nth-child(2) {
    opacity: .35
}

.cut-tech__intro-dot:nth-child(3) {
    opacity: .5
}

.cut-tech__intro-dot:nth-child(4) {
    opacity: .35
}

.cut-tech__intro-dot:nth-child(5) {
    opacity: .2
}

@media (min-width: 768px) {
    .cut-tech__intro {
        padding: 96px 24px 120px
    }

    .cut-tech__intro-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start
    }

    .cut-tech__intro-visual {
        height: 520px
    }

    .cut-tech__intro-title {
        font-size: 70px
    }
}

.cut-tech__doubt {
    padding: 96px 24px;
    background: linear-gradient(293deg, #01796E 0%, #01796e00 35%, #fdfdfd00 65%, #870F57 100%);
    position: relative
}

.cut-tech__doubt-wrap {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start
}

.cut-tech__doubt-left {
    position: relative
}

.cut-tech__doubt-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #870F57
}

.cut-tech__doubt-content {
    padding-left: 24px
}

.cut-tech__doubt-heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1a1a1a;
    margin: 0 0 24px;
    font-weight: 700;
    text-shadow: 1px 2px 4px #01796e14
}

.cut-tech__doubt-text {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 24px
}

.cut-tech__doubt-text:last-child {
    margin-bottom: 0
}

.cut-tech__doubt-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.cut-tech__doubt-card {
    background: #FDFDFD;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 3px 2px 0 #01796e12;
    transition: box-shadow .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.cut-tech__doubt-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #01796E
}

.cut-tech__doubt-card:hover {
    box-shadow: -1px 10px 52px 0 #01796e1c;
    transform: scale(1.02)
}

.cut-tech__doubt-card-title {
    font-size: 24px;
    line-height: 1.35;
    color: #01796E;
    margin: 0 0 12px;
    font-weight: 600
}

.cut-tech__doubt-card-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0
}

@media (min-width: 768px) {
    .cut-tech__doubt-wrap {
        grid-template-columns: 1fr 1fr
    }

    .cut-tech__doubt-right {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 1024px) {
    .cut-tech__doubt-wrap {
        grid-template-columns: 2fr 3fr
    }
}

.cut-tech__catalog {
    padding: 96px 24px;
    background: #01796E;
    position: relative
}

.cut-tech__catalog::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#fdfdfd08 1px, transparent 1px), linear-gradient(90deg, #fdfdfd08 1px, transparent 1px), linear-gradient(#fdfdfd04 1px, transparent 1px), linear-gradient(90deg, #fdfdfd04 1px, transparent 1px);
    background-size: 48px 48px, 48px 48px, 12px 12px, 12px 12px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    pointer-events: none
}

.cut-tech__catalog-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.cut-tech__catalog-header {
    text-align: center;
    margin-bottom: 48px
}

.cut-tech__catalog-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #FDFDFD;
    margin: 0 0 12px;
    font-weight: 700
}

.cut-tech__catalog-subtitle {
    font-size: 16px;
    line-height: 1.55;
    color: #fdfdfdd9;
    margin: 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.cut-tech__catalog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.cut-tech__catalog-item {
    background: #FDFDFD;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateX(-48px);
    animation: cut-tech-slide-in .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.cut-tech__catalog-item:nth-child(1) {
    animation-delay: .1s
}

.cut-tech__catalog-item:nth-child(2) {
    animation-delay: .2s
}

.cut-tech__catalog-item:nth-child(3) {
    animation-delay: .3s
}

.cut-tech__catalog-item:nth-child(4) {
    animation-delay: .4s
}

@keyframes cut-tech-slide-in {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.cut-tech__catalog-item:hover {
    box-shadow: -1px 10px 52px 0 #870f571c;
    transform: scale(1.03)
}

.cut-tech__catalog-img-wrap {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative
}

.cut-tech__catalog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cut-tech__catalog-item:hover .cut-tech__catalog-img {
    transform: scale(1.08)
}

.cut-tech__catalog-label {
    position: absolute;
    top: 12px;
    right: -120px;
    background: #870F57;
    color: #FDFDFD;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 48px;
    transition: right .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cut-tech__catalog-item:hover .cut-tech__catalog-label {
    right: 12px
}

.cut-tech__catalog-body {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.cut-tech__catalog-name {
    font-size: 24px;
    line-height: 1.35;
    color: #01796E;
    margin: 0 0 12px;
    font-weight: 600
}

.cut-tech__catalog-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 24px;
    flex-grow: 1
}

.cut-tech__catalog-link {
    align-self: flex-start;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.35;
    border: 2px solid #01796E;
    border-radius: 48px;
    background: transparent;
    color: #01796E;
    text-decoration: none;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block
}

.cut-tech__catalog-link:hover {
    background: #01796E;
    color: #FDFDFD
}

@media (min-width: 768px) {
    .cut-tech__catalog-grid {
        grid-template-columns: 1fr 1fr
    }
}

.cut-tech__proof {
    padding: 96px 24px;
    background: #FDFDFD;
    position: relative
}

.cut-tech__proof-wrap {
    max-width: 1170px;
    margin: 0 auto
}

.cut-tech__proof-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

.cut-tech__proof-main {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.cut-tech__proof-quote {
    background: linear-gradient(135deg, #01796e0a 0%, #870f570a 100%);
    border-radius: 10px;
    padding: 24px;
    border-left: 4px solid #01796E;
    position: relative
}

.cut-tech__proof-quote-text {
    font-size: 24px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 24px;
    font-style: italic
}

.cut-tech__proof-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.cut-tech__proof-avatar {
    width: 80px;
    height: 106px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0
}

.cut-tech__proof-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.cut-tech__proof-author-info {
    flex-grow: 1
}

.cut-tech__proof-author-name {
    font-size: 16px;
    line-height: 1.35;
    color: #01796E;
    margin: 0 0 6px;
    font-weight: 600
}

.cut-tech__proof-author-role {
    font-size: 16px;
    line-height: 1.35;
    color: #5a5a5a;
    margin: 0
}

.cut-tech__proof-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.cut-tech__proof-stat {
    text-align: center;
    padding: 24px;
    background: #FDFDFD;
    border-radius: 10px;
    box-shadow: -1px 3px 2px 0 #870f5712;
    transition: box-shadow .5s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cut-tech__proof-stat:hover {
    box-shadow: -1px 10px 52px 0 #870f571c;
    transform: translateY(-6px)
}

.cut-tech__proof-stat-num {
    font-size: 60px;
    line-height: 1.1;
    color: #870F57;
    margin: 0 0 6px;
    font-weight: 700
}

.cut-tech__proof-stat-label {
    font-size: 16px;
    line-height: 1.35;
    color: #3a3a3a;
    margin: 0
}

.cut-tech__proof-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: start
}

.cut-tech__proof-insight {
    background: #FDFDFD;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 5px 28px 0 #01796e14;
    position: relative;
    overflow: hidden
}

.cut-tech__proof-insight::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #870F57
}

.cut-tech__proof-insight-title {
    font-size: 24px;
    line-height: 1.35;
    color: #01796E;
    margin: 0 0 12px;
    font-weight: 600;
    text-shadow: 1px 2px 3px #01796e0f
}

.cut-tech__proof-insight-text {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0
}

@media (min-width: 1024px) {
    .cut-tech__proof-layout {
        grid-template-columns: 2fr 1fr
    }

    .cut-tech__proof-side {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto
    }
}

.cut-tech__wave {
    width: 100%;
    height: 48px;
    position: relative;
    overflow: hidden
}

.cut-tech__wave svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lrn-prgrm {
    background: #FDFDFD;
    color: #1a1a1a;
    overflow-x: clip
}

.lrn-prgrm__title-zone {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 24px;
    gap: 24px;
    min-height: 380px
}

.lrn-prgrm__title-img-strip {
    position: relative;
    width: 280px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #01796e14
}

.lrn-prgrm__title-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lrn-prgrm__title-img-strip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #01796ebf 0%, transparent 100%);
    pointer-events: none
}

.lrn-prgrm__title-content {
    position: relative;
    flex: 1;
    z-index: 1
}

.lrn-prgrm__title-content::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
    background-image: radial-gradient(circle, #01796e26 1px, transparent 1px);
    background-size: 12px 12px;
    z-index: -1;
    pointer-events: none
}

.lrn-prgrm__title-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #01796e1a
}

.lrn-prgrm__title-heading--accent {
    color: #870F57
}

.lrn-prgrm__title-text {
    font-size: 24px;
    line-height: 1.55;
    margin: 0;
    max-width: 620px
}

@media (max-width: 768px) {
    .lrn-prgrm__title-zone {
        flex-direction: column;
        padding: 24px 12px;
        min-height: auto
    }

    .lrn-prgrm__title-img-strip {
        width: 100%;
        height: 240px
    }

    .lrn-prgrm__title-heading {
        font-size: 32px
    }

    .lrn-prgrm__title-text {
        font-size: 16px
    }
}

.lrn-prgrm__divider-one {
    position: relative;
    height: 2px;
    background: linear-gradient(293deg, #01796E 0%, transparent 40%, transparent 60%, #870F57 100%);
    max-width: 1170px;
    margin: 0 auto
}

.lrn-prgrm__divider-one::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #01796E
}

.lrn-prgrm__curriculum {
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
    position: relative
}

.lrn-prgrm__curriculum::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 24px;
    width: 120px;
    height: 120px;
    border: 2px solid #870f5733;
    border-radius: 48px;
    animation: lrn-prgrm-pulse 4s ease-in-out infinite;
    pointer-events: none
}

@keyframes lrn-prgrm-pulse {

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

    50% {
        transform: scale(1.15);
        opacity: .25
    }
}

.lrn-prgrm__sidebar {
    position: sticky;
    top: 24px
}

.lrn-prgrm__sidebar-heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    font-weight: 700;
    color: #01796E;
    text-shadow: 1px 1px 2px #01796e26
}

.lrn-prgrm__sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prgrm__sidebar-item {
    padding: 12px;
    background: #01796e0d;
    border-radius: 6px;
    border: 1px solid #01796e26;
    transition: background .5s ease, border-color .6s ease, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prgrm__sidebar-item:hover {
    background: #01796e1f;
    border-color: #01796e59;
    transform: translateX(6px)
}

.lrn-prgrm__sidebar-label {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #2a2a2a;
    font-weight: 600
}

.lrn-prgrm__main-content {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.lrn-prgrm__module {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 3px 2px 0 #870f5712 -1px 5px 28px 0 #870f5714;
    border: 1px solid #01796e1a;
    transition: box-shadow .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden
}

.lrn-prgrm__module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(293deg, #01796E 0%, transparent 40%, transparent 60%, #870F57 100%);
    opacity: 0;
    transition: opacity .7s ease
}

.lrn-prgrm__module:hover {
    box-shadow: -1px 10px 52px 0 #01796e1c;
    transform: translateY(-6px)
}

.lrn-prgrm__module:hover::before {
    opacity: 1
}

.lrn-prgrm__module-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px
}

.lrn-prgrm__module-number {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    color: #01796E;
    margin: 0
}

.lrn-prgrm__module-title-wrap {
    flex: 1
}

.lrn-prgrm__module-title {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1a1a1a;
    text-shadow: 1px 1px 3px #870f571a
}

.lrn-prgrm__module-subtitle {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #6a6a6a
}

.lrn-prgrm__module-desc {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: #2a2a2a
}

.lrn-prgrm__topics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px
}

.lrn-prgrm__topic {
    padding: 12px;
    background: #870f570a;
    border-radius: 6px;
    border: 1px solid #870f571a;
    transition: background .55s ease, border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prgrm__topic:hover {
    background: #870f5714;
    border-color: #870f5740
}

.lrn-prgrm__topic-name {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #2a2a2a;
    font-weight: 600
}

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

    .lrn-prgrm__sidebar {
        position: static
    }

    .lrn-prgrm__sidebar-list {
        flex-direction: row;
        flex-wrap: wrap
    }

    .lrn-prgrm__sidebar-item {
        flex: 1 1 calc(50% - 6px);
        min-width: 200px
    }
}

@media (max-width: 768px) {
    .lrn-prgrm__curriculum {
        padding: 24px 12px
    }

    .lrn-prgrm__sidebar-heading {
        font-size: 24px
    }

    .lrn-prgrm__sidebar-list {
        flex-direction: column
    }

    .lrn-prgrm__sidebar-item {
        flex: 1 1 auto
    }

    .lrn-prgrm__module {
        padding: 12px
    }

    .lrn-prgrm__module-number {
        font-size: 32px
    }

    .lrn-prgrm__module-title {
        font-size: 24px
    }

    .lrn-prgrm__topics {
        grid-template-columns: 1fr
    }
}

.lrn-prgrm__divider-two {
    position: relative;
    height: 2px;
    background: linear-gradient(293deg, #870F57 0%, transparent 40%, transparent 60%, #01796E 100%);
    max-width: 1170px;
    margin: 0 auto
}

.lrn-prgrm__divider-two::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #870F57
}

.lrn-prgrm__instructors {
    background: linear-gradient(293deg, #01796e14 0%, transparent 35%, transparent 65%, #870f5714 100%);
    padding: 48px 24px;
    position: relative
}

.lrn-prgrm__instructors::before {
    content: '';
    position: absolute;
    top: 48px;
    right: 24px;
    width: 160px;
    height: 160px;
    border: 3px solid #01796e26;
    border-radius: 6px;
    animation: lrn-prgrm-pulse 5s ease-in-out infinite;
    pointer-events: none
}

.lrn-prgrm__instructors-inner {
    max-width: 1170px;
    margin: 0 auto
}

.lrn-prgrm__instructors-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 48px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 5px #870f571f
}

.lrn-prgrm__instructors-heading--accent {
    color: #01796E
}

.lrn-prgrm__instructors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px
}

.lrn-prgrm__instructor-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 5px 28px 0 #01796e14;
    transition: box-shadow .65s ease, transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden
}

.lrn-prgrm__instructor-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #01796E;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .7s ease;
    pointer-events: none
}

.lrn-prgrm__instructor-card:hover {
    box-shadow: -1px 10px 52px 0 #870f571c;
    transform: scale(1.04)
}

.lrn-prgrm__instructor-card:hover::after {
    opacity: 1
}

.lrn-prgrm__instructor-photo-wrap {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 24px;
    border: 3px solid #fff;
    box-shadow: -1px 3px 2px 0 #01796e12
}

.lrn-prgrm__instructor-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prgrm__instructor-card:hover .lrn-prgrm__instructor-photo-wrap img {
    transform: scale(1.08)
}

.lrn-prgrm__instructor-name {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1a1a1a
}

.lrn-prgrm__instructor-role {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 12px;
    color: #870F57;
    font-weight: 600
}

.lrn-prgrm__instructor-bio {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #4a4a4a
}

@media (max-width: 1024px) {
    .lrn-prgrm__instructors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width: 768px) {
    .lrn-prgrm__instructors {
        padding: 24px 12px
    }

    .lrn-prgrm__instructors-heading {
        font-size: 32px;
        margin: 0 0 24px
    }

    .lrn-prgrm__instructors-grid {
        grid-template-columns: 1fr
    }
}

.lrn-prgrm__shake-trigger {
    animation: none
}

.lrn-prgrm__shake-trigger:invalid:focus {
    animation: lrn-prgrm-shake .4s ease-in-out
}

@keyframes lrn-prgrm-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-6px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(6px)
    }
}

@media (prefers-reduced-motion: reduce) {

    .lrn-prgrm__module,
    .lrn-prgrm__instructor-card,
    .lrn-prgrm__sidebar-item,
    .lrn-prgrm__topic,
    .lrn-prgrm__instructor-photo-wrap img {
        transition: none;
        animation: none
    }

    .lrn-prgrm__curriculum::before,
    .lrn-prgrm__instructors::before {
        animation: none
    }
}

.prtfl {
    background: #FDFDFD;
    color: #1a1a1a;
    overflow-x: clip
}

.prtfl__intro {
    background: linear-gradient(293deg, #01796E 0%, #01796e05 35%, #870f5705 65%, #870F57 100%);
    padding: 96px 24px 48px;
    position: relative;
    overflow: hidden
}

.prtfl__intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #01796e08 2px, #01796e08 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #870f5708 2px, #870f5708 4px);
    pointer-events: none;
    opacity: .6
}

.prtfl__intro-container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prtfl__intro-title {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    color: #0a0a0a
}

.prtfl__intro-accent {
    color: #870F57
}

.prtfl__showcase {
    background: #003d38;
    padding: 96px 24px;
    position: relative
}

.prtfl__showcase::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='100' height='24' viewBox='0 0 100 24' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L5,8 L12,3 L18,12 L25,6 L32,15 L38,9 L45,18 L52,11 L58,20 L65,13 L72,22 L78,16 L85,24 L92,17 L100,24 L100,0 Z' fill='%23FDFDFD'/%3E%3C/svg%3E") repeat-x;
    background-size: 100px 24px
}

.prtfl__showcase-container {
    max-width: 1170px;
    margin: 0 auto
}

.prtfl__showcase-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 48px;
    color: #FDFDFD;
    text-shadow: -1px 3px 2px #01796e26
}

.prtfl__projects {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px
}

.prtfl__proj-card {
    background: #FDFDFD;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #01796e14;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prtfl__proj-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 10px 52px 0 #01796e1c
}

.prtfl__proj-card:nth-child(1) {
    animation: prtfl-slide-up .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards
}

.prtfl__proj-card:nth-child(2) {
    animation: prtfl-slide-up .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .12s backwards
}

@keyframes prtfl-slide-up {
    from {
        opacity: 0;
        transform: translateY(48px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.prtfl__proj-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0
}

.prtfl__proj-visual {
    position: relative;
    overflow: hidden
}

.prtfl__proj-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.4);
    transition: filter .7s ease, transform .7s ease
}

.prtfl__proj-card:hover .prtfl__proj-img {
    filter: grayscale(0);
    transform: scale(1.05)
}

.prtfl__proj-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.prtfl__proj-label {
    font-size: 16px;
    line-height: 1.35;
    color: #01796E;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 12px;
    font-weight: 600
}

.prtfl__proj-name {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    color: #0a0a0a
}

.prtfl__proj-desc {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: #3a3a3a
}

.prtfl__proj-meta {
    display: flex;
    gap: 48px;
    margin: 24px 0 0
}

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

.prtfl__meta-label {
    font-size: 16px;
    line-height: 1.35;
    color: #6a6a6a;
    position: relative;
    padding-bottom: 6px
}

.prtfl__meta-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #870F57 0%, transparent 100%)
}

.prtfl__meta-value {
    font-size: 24px;
    line-height: 1.35;
    color: #0a0a0a;
    font-weight: 600
}

.prtfl__experts {
    background: #FDFDFD;
    padding: 96px 24px;
    position: relative
}

.prtfl__experts::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='100' height='24' viewBox='0 0 100 24' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,24 L7,16 L13,21 L20,14 L27,19 L33,12 L40,17 L47,10 L53,15 L60,8 L67,13 L73,6 L80,11 L87,4 L93,9 L100,0 L100,24 Z' fill='%23003d38'/%3E%3C/svg%3E") repeat-x;
    background-size: 100px 24px
}

.prtfl__experts-container {
    max-width: 1170px;
    margin: 0 auto
}

.prtfl__experts-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 12px;
    color: #0a0a0a
}

.prtfl__experts-subhead {
    font-size: 24px;
    line-height: 1.35;
    color: #5a5a5a;
    margin: 0 0 48px
}

.prtfl__experts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px
}

.prtfl__expert-card {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 48px;
    padding: 48px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    transition: border-color .5s ease, box-shadow .5s ease;
    position: relative
}

.prtfl__expert-card::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #01796E 0%, transparent 100%);
    border-style: dashed;
    border-width: 0 0 2px;
    border-color: #01796E;
    opacity: 0;
    transition: opacity .5s ease
}

.prtfl__expert-card:hover::before {
    opacity: 1
}

.prtfl__expert-card:hover {
    border-color: #01796E;
    box-shadow: -1px 5px 28px 0 #01796e14
}

.prtfl__expert-portrait-wrap {
    flex-shrink: 0;
    width: 160px;
    height: 200px;
    border-radius: 48px;
    overflow: hidden;
    position: relative
}

.prtfl__expert-portrait {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: grayscale(0.3);
    transition: filter .6s ease
}

.prtfl__expert-card:hover .prtfl__expert-portrait {
    filter: grayscale(0)
}

.prtfl__expert-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.prtfl__expert-name {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0;
    color: #0a0a0a;
    text-shadow: -1px 3px 2px #870f5712
}

.prtfl__expert-role {
    font-size: 16px;
    line-height: 1.35;
    color: #870F57;
    margin: 0;
    font-weight: 600
}

.prtfl__expert-bio {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 12px 0 0
}

.prtfl__expert-stats {
    display: flex;
    gap: 24px;
    margin: 24px 0 0
}

.prtfl__stat-box {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.prtfl__stat-label {
    font-size: 16px;
    line-height: 1.35;
    color: #6a6a6a;
    position: relative;
    padding-bottom: 6px
}

.prtfl__stat-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 1px;
    background: #01796E
}

.prtfl__stat-value {
    font-size: 24px;
    line-height: 1.35;
    color: #0a0a0a;
    font-weight: 600
}

@media (max-width: 1024px) {
    .prtfl__intro {
        padding: 72px 24px 48px
    }

    .prtfl__intro-title {
        font-size: 60px
    }

    .prtfl__showcase-heading,
    .prtfl__experts-heading {
        font-size: 48px
    }

    .prtfl__proj-split {
        grid-template-columns: 1fr
    }

    .prtfl__proj-visual {
        height: 320px
    }

    .prtfl__experts-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .prtfl__intro {
        padding: 48px 24px 24px
    }

    .prtfl__intro-title {
        font-size: 48px
    }

    .prtfl__showcase,
    .prtfl__experts {
        padding: 48px 24px
    }

    .prtfl__showcase-heading,
    .prtfl__experts-heading {
        font-size: 32px;
        margin-bottom: 24px
    }

    .prtfl__experts-subhead {
        font-size: 16px;
        margin-bottom: 24px
    }

    .prtfl__projects {
        gap: 24px
    }

    .prtfl__proj-content {
        padding: 24px
    }

    .prtfl__proj-name {
        font-size: 24px
    }

    .prtfl__proj-meta {
        flex-direction: column;
        gap: 24px
    }

    .prtfl__expert-card {
        padding: 24px;
        flex-direction: column;
        border-radius: 10px
    }

    .prtfl__expert-portrait-wrap {
        width: 100%;
        height: 240px;
        border-radius: 10px
    }

    .prtfl__expert-name {
        font-size: 24px
    }

    .prtfl__expert-stats {
        flex-direction: column;
        gap: 12px
    }
}

@media (max-width: 360px) {
    .prtfl__intro-title {
        font-size: 32px
    }

    .prtfl__showcase-heading,
    .prtfl__experts-heading {
        font-size: 24px
    }
}

.abt-us {
    background: #FDFDFD;
    color: #1a1a1a;
    overflow-x: clip
}

.abt-us__hero {
    position: relative;
    padding: 48px 24px;
    background: radial-gradient(circle at 50% 50%, #01796e1f 0%, #fdfdfd00 70%);
    overflow: hidden
}

.abt-us__hero-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.abt-us__hero-circle {
    position: absolute;
    border: 1px solid #01796e14;
    border-radius: 50%;
    opacity: .4
}

.abt-us__hero-circle:nth-child(1) {
    width: 280px;
    height: 280px;
    top: -80px;
    left: -40px
}

.abt-us__hero-circle:nth-child(2) {
    width: 420px;
    height: 420px;
    top: 50%;
    right: -120px;
    transform: translateY(-50%)
}

.abt-us__hero-circle:nth-child(3) {
    width: 180px;
    height: 180px;
    bottom: 24px;
    left: 15%
}

.abt-us__hero-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center
}

.abt-us__hero-txt {
    text-align: center
}

.abt-us__hero-h {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    color: #1a1a1a
}

.abt-us__hero-h span {
    color: #01796E
}

.abt-us__hero-p {
    font-size: 24px;
    line-height: 1.55;
    margin: 0;
    color: #333;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.abt-us__hero-img-box {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -1px 10px 52px 0 #01796e1c
}

.abt-us__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) contrast(1.2);
    position: relative
}

.abt-us__hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, #0006 100%);
    pointer-events: none
}

.abt-us__story {
    padding: 48px 24px;
    background: linear-gradient(293deg, #01796E 0%, transparent 35%, transparent 65%, #870F57 100%);
    position: relative
}

.abt-us__story::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #01796E 0%, transparent 40%, transparent 60%, #870F57 100%)
}

.abt-us__story-wrap {
    max-width: 1170px;
    margin: 0 auto
}

.abt-us__story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start
}

.abt-us__story-col {
    position: relative
}

.abt-us__story-h {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    color: #1a1a1a;
    text-shadow: 0 1px 2px #01796e1a
}

.abt-us__story-p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: #2a2a2a
}

.abt-us__story-p:last-child {
    margin-bottom: 0
}

.abt-us__story-badge {
    display: inline-block;
    padding: 6px 24px;
    background: #fdfdfde6;
    color: #01796E;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 48px;
    border: 1px solid #01796e26;
    margin-bottom: 24px;
    box-shadow: -1px 3px 2px 0 #01796e12
}

.abt-us__story-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: -1px 5px 28px 0 #870f5714
}

.abt-us__story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative
}

.abt-us__story-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, #00000059 100%);
    pointer-events: none
}

.abt-us__team {
    padding: 48px 24px;
    background: #FDFDFD;
    position: relative;
    overflow: hidden
}

.abt-us__team::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    border: 2px solid #870f570f;
    border-radius: 50%;
    animation: abt-us-pulse 6s ease-in-out infinite;
    pointer-events: none
}

@keyframes abt-us-pulse {

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

    50% {
        transform: scale(1.15);
        opacity: .2
    }
}

.abt-us__team::after {
    content: '';
    position: absolute;
    bottom: 48px;
    left: -80px;
    width: 240px;
    height: 240px;
    border: 2px solid #01796e0f;
    border-radius: 50%;
    animation: abt-us-pulse 7s ease-in-out infinite 1s;
    pointer-events: none
}

.abt-us__team-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.abt-us__team-h {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    color: #1a1a1a;
    text-align: center;
    text-shadow: 0 2px 4px #870f5714
}

.abt-us__team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.abt-us__team-card {
    background: #FDFDFD;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 3px 2px 0 #01796e12;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border: 1px solid #01796e14;
    max-height: 0;
    animation: abt-us-expand .8s ease forwards
}

@keyframes abt-us-expand {
    from {
        max-height: 0;
        opacity: 0
    }

    to {
        max-height: 800px;
        opacity: 1
    }
}

.abt-us__team-card:nth-child(2) {
    animation-delay: .2s
}

.abt-us__team-card:nth-child(3) {
    animation-delay: .4s
}

.abt-us__team-card:hover {
    transform: scale(1.02);
    box-shadow: -1px 10px 52px 0 #01796e1c
}

.abt-us__team-card-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #01796e08;
    transition: width .5s ease, height .5s ease .1s;
    pointer-events: none;
    z-index: 1
}

.abt-us__team-card:hover .abt-us__team-card-reveal {
    width: 100%;
    height: 100%
}

.abt-us__team-card-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px
}

.abt-us__team-card-img-box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    aspect-ratio: 7/9;
    overflow: hidden;
    border-radius: 6px
}

.abt-us__team-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    position: relative
}

.abt-us__team-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, #0000004d 100%);
    pointer-events: none
}

.abt-us__team-card-txt {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-us__team-card-name {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0;
    color: #1a1a1a
}

.abt-us__team-card-role {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #870F57;
    font-weight: 600
}

.abt-us__team-card-p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #333
}

.abt-us__approach {
    padding: 48px 24px;
    background: #FDFDFD;
    position: relative
}

.abt-us__approach::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    background: #01796E
}

.abt-us__approach::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 1px;
    background: #870F57
}

.abt-us__approach-wrap {
    max-width: 1170px;
    margin: 0 auto
}

.abt-us__approach-h {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    color: #1a1a1a;
    text-align: center
}

.abt-us__approach-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.abt-us__approach-card {
    background: #FDFDFD;
    border: 1px solid #870f571f;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 3px 2px 0 #870f5712;
    transition: transform .5s ease, box-shadow .5s ease;
    position: relative;
    overflow: hidden
}

.abt-us__approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #01796e05 0%, transparent 50%);
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none
}

.abt-us__approach-card:hover::before {
    opacity: 1
}

.abt-us__approach-card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 10px 52px 0 #870f571c
}

.abt-us__approach-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.abt-us__approach-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(293deg, #01796E 0%, transparent 50%, #870F57 100%);
    color: #FDFDFD;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    border-radius: 48px;
    flex-shrink: 0
}

.abt-us__approach-card-time {
    display: inline-block;
    padding: 6px 12px;
    background: #01796e14;
    color: #01796E;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 48px;
    font-weight: 600
}

.abt-us__approach-card-h {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 12px;
    color: #1a1a1a
}

.abt-us__approach-card-p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #333
}

.abt-us__values {
    padding: 48px 24px;
    background: #FDFDFD;
    position: relative;
    overflow: hidden
}

.abt-us__values-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./category_images/card_20.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .04;
    pointer-events: none;
    z-index: 1
}

.abt-us__values-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.abt-us__values-h {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    color: #1a1a1a;
    text-align: center
}

.abt-us__values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.abt-us__values-card {
    background: #fdfdfdf2;
    border: 1px solid #01796e1f;
    border-radius: 10px;
    padding: 24px;
    box-shadow: -1px 5px 28px 0 #01796e14;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative
}

.abt-us__values-card:hover {
    background: #fdfdfdff;
    border-color: #01796e40
}

.abt-us__values-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us__values-card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #01796E;
    stroke-width: 2;
    transition: stroke .5s ease
}

.abt-us__values-card:hover .abt-us__values-card-icon svg {
    stroke: #870F57
}

.abt-us__values-card-h {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 12px;
    color: #1a1a1a
}

.abt-us__values-card-p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: #333
}

@media (min-width: 768px) {
    .abt-us__hero {
        padding: 48px
    }

    .abt-us__hero-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 48px
    }

    .abt-us__hero-txt {
        text-align: left
    }

    .abt-us__hero-p {
        margin-left: 0;
        margin-right: 0
    }

    .abt-us__story {
        padding: 48px
    }

    .abt-us__story-grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px
    }

    .abt-us__team {
        padding: 48px
    }

    .abt-us__team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .abt-us__team-card-inner {
        grid-template-columns: auto 1fr;
        gap: 24px
    }

    .abt-us__team-card-img-box {
        max-width: 200px
    }

    .abt-us__approach {
        padding: 48px
    }

    .abt-us__approach-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .abt-us__values {
        padding: 48px
    }

    .abt-us__values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media (min-width: 1024px) {
    .abt-us__hero {
        padding: 48px
    }

    .abt-us__hero-h {
        font-size: 70px
    }

    .abt-us__story {
        padding: 48px
    }

    .abt-us__team {
        padding: 48px
    }

    .abt-us__approach {
        padding: 48px
    }

    .abt-us__approach-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .abt-us__approach-card:nth-child(1) {
        min-height: 320px
    }

    .abt-us__approach-card:nth-child(2) {
        min-height: 360px
    }

    .abt-us__approach-card:nth-child(3) {
        min-height: 400px
    }

    .abt-us__values {
        padding: 48px
    }

    .abt-us__values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }
}

@media (min-width: 1440px) {
    .abt-us__hero {
        padding: 48px 24px
    }

    .abt-us__story {
        padding: 48px 24px
    }

    .abt-us__team {
        padding: 48px 24px
    }

    .abt-us__approach {
        padding: 48px 24px
    }

    .abt-us__values {
        padding: 48px 24px
    }
}

.cntct {
    background: #FDFDFD;
    position: relative;
    overflow-x: clip
}

.cntct__intro {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 24px 144px;
    position: relative
}

.cntct__intro-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px
}

.cntct__intro-visual {
    flex: 0 0 380px;
    position: relative
}

.cntct__intro-shape {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(293deg, #01796E 0%, transparent 45%, transparent 55%, #870F57 100%);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    border-radius: 10px;
    box-shadow: -1px 5px 28px 0 #01796e14;
    position: relative;
    overflow: hidden
}

.cntct__intro-shape::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #fdfdfd4d 0%, transparent 70%);
    border-radius: 48px;
    animation: cntct-drift 12s ease-in-out infinite
}

@keyframes cntct-drift {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-40px, 80px)
    }
}

.cntct__intro-content {
    flex: 1;
    padding-top: 12px
}

.cntct__intro-heading {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    color: #0a0a0b
}

.cntct__intro-heading span {
    color: #01796E;
    text-shadow: 2px 2px 4px #01796e26
}

.cntct__intro-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #2c2c2e;
    margin: 0 0 48px
}

.cntct__intro-actions {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.cntct__intro-link {
    font-size: 16px;
    line-height: 1.35;
    color: #870F57;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #870F57;
    border-radius: 6px;
    transition: background-color .6s ease, color .6s ease;
    display: inline-block
}

.cntct__intro-link:hover {
    background-color: #870F57;
    color: #FDFDFD
}

.cntct__intro-link:focus {
    outline: 2px solid #870F57;
    outline-offset: 3px
}

.cntct__intro-link--primary {
    background-color: #01796E;
    border-color: #01796E;
    color: #FDFDFD
}

.cntct__intro-link--primary:hover {
    background-color: transparent;
    color: #01796E
}

.cntct__intro-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden
}

.cntct__intro-wave svg {
    width: 100%;
    height: 100%
}

.cntct__details {
    background: linear-gradient(293deg, #01796e08 0%, transparent 45%, transparent 55%, #870f5708 100%);
    position: relative;
    padding: 96px 24px
}

.cntct__details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdfdfdb3;
    backdrop-filter: blur(12px);
    z-index: 0;
    pointer-events: none
}

.cntct__details-inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.cntct__details-heading {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    color: #0a0a0b;
    text-shadow: 1px 1px 2px #870f571a
}

.cntct__details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px
}

.cntct__card {
    background: #FDFDFD;
    border-radius: 10px;
    padding: 48px 24px;
    box-shadow: -1px 3px 2px 0 #01796e12;
    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);
    position: relative;
    overflow: hidden
}

.cntct__card:hover {
    transform: translateY(-6px);
    box-shadow: -1px 10px 52px 0 #01796e1c
}

.cntct__card:hover+.cntct__card {
    transform: translateY(-3px);
    box-shadow: -1px 5px 28px 0 #01796e14
}

.cntct__card-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 24px;
    position: relative
}

.cntct__card-icon svg {
    width: 100%;
    height: 100%;
    fill: #01796E
}

.cntct__card-label {
    font-size: 16px;
    line-height: 1.35;
    color: #6a6a6c;
    margin: 0 0 12px
}

.cntct__card-value {
    font-size: 24px;
    line-height: 1.35;
    color: #0a0a0b;
    margin: 0;
    word-break: break-word
}

.cntct__card-value a {
    color: inherit;
    text-decoration: none;
    transition: color .5s ease
}

.cntct__card-value a:hover {
    color: #01796E
}

.cntct__card::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: #870F57;
    border-radius: 48px;
    opacity: .3
}

.cntct__path {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    pointer-events: none;
    z-index: 0
}

.cntct__path svg {
    width: 100%;
    height: 100%;
    stroke: #01796E;
    stroke-width: 2;
    stroke-dasharray: 8 6;
    fill: none;
    opacity: .2
}

.cntct__form-section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 96px 24px;
    position: relative
}

.cntct__form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: radial-gradient(circle at center, #01796e4d 0%, transparent 70%)
}

.cntct__form-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 96px;
    align-items: start
}

.cntct__form-info {
    position: relative
}

.cntct__form-heading {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    color: #0a0a0b
}

.cntct__form-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2c2c2e;
    margin: 0 0 48px
}

.cntct__quote {
    background: linear-gradient(293deg, #01796e0d 0%, transparent 45%, transparent 55%, #870f570d 100%);
    padding: 48px 24px;
    border-radius: 10px;
    position: relative
}

.cntct__quote-text {
    font-size: 24px;
    line-height: 1.35;
    color: #0a0a0b;
    margin: 0 0 24px;
    font-style: italic
}

.cntct__quote-author {
    font-size: 16px;
    line-height: 1.35;
    color: #6a6a6c;
    margin: 0
}

.cntct__form-container {
    position: relative
}

.cntct__form {
    background: #FDFDFD;
    padding: 48px;
    border-radius: 10px;
    box-shadow: -1px 5px 28px 0 #870f5714
}

.cntct__field {
    margin: 0 0 48px;
    position: relative
}

.cntct__label {
    font-size: 16px;
    line-height: 1.35;
    color: #2c2c2e;
    display: block;
    margin: 0 0 12px
}

.cntct__input {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #0a0a0b;
    border: 2px solid #01796e33;
    border-radius: 6px;
    background: #FDFDFD;
    transition: border-color .5s ease, box-shadow .5s ease
}

.cntct__input:focus {
    outline: none;
    border-color: #01796E;
    box-shadow: 0 0 0 3px #01796e1a
}

.cntct__input::placeholder {
    color: #9a9a9c
}

.cntct__radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cntct__radio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.cntct__radio {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    border: 2px solid #01796e4d;
    border-radius: 48px;
    position: relative;
    transition: border-color .5s ease, background-color .5s ease
}

.cntct__radio:checked {
    border-color: #01796E;
    background-color: #01796E
}

.cntct__radio:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #FDFDFD;
    border-radius: 48px
}

.cntct__radio:focus {
    outline: 2px solid #01796E;
    outline-offset: 2px
}

.cntct__radio-label {
    font-size: 16px;
    line-height: 1.35;
    color: #2c2c2e;
    cursor: pointer
}

.cntct__checkbox-wrapper {
    margin: 0 0 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.cntct__checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    border: 2px solid #870f574d;
    border-radius: 6px;
    position: relative;
    transition: border-color .5s ease, background-color .5s ease
}

.cntct__checkbox:checked {
    border-color: #870F57;
    background-color: #870F57
}

.cntct__checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #FDFDFD;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.cntct__checkbox:focus {
    outline: 2px solid #870F57;
    outline-offset: 2px
}

.cntct__checkbox-label {
    font-size: 16px;
    line-height: 1.55;
    color: #2c2c2e;
    cursor: pointer
}

.cntct__checkbox-label a {
    color: #870F57;
    text-decoration: underline;
    transition: color .5s ease
}

.cntct__checkbox-label a:hover {
    color: #01796E
}

.cntct__submit {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.35;
    color: #FDFDFD;
    background-color: #01796E;
    border: 2px solid #01796E;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .6s ease, color .6s ease, box-shadow .6s ease
}

.cntct__submit:hover {
    background-color: transparent;
    color: #01796E;
    box-shadow: -1px 5px 28px 0 #01796e14
}

.cntct__submit:focus {
    outline: 2px solid #01796E;
    outline-offset: 3px
}

.cntct__submit:active {
    box-shadow: inset -1px 3px 2px 0 #01796e26
}

@media (max-width: 1024px) {
    .cntct__intro-layout {
        flex-direction: column;
        gap: 48px
    }

    .cntct__intro-visual {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px
    }

    .cntct__details-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .cntct__form-layout {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

@media (max-width: 768px) {
    .cntct__intro {
        padding: 48px 24px 96px
    }

    .cntct__intro-heading {
        font-size: 32px
    }

    .cntct__details {
        padding: 48px 24px
    }

    .cntct__details-heading {
        font-size: 24px;
        margin: 0 0 24px
    }

    .cntct__details-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cntct__card {
        padding: 24px
    }

    .cntct__form-section {
        padding: 48px 24px
    }

    .cntct__form-heading {
        font-size: 24px
    }

    .cntct__form {
        padding: 24px
    }

    .cntct__quote-text {
        font-size: 16px
    }

    .cntct__field {
        margin: 0 0 24px
    }

    .cntct__checkbox-wrapper {
        margin: 0 0 24px
    }
}

@media (max-width: 360px) {
    .cntct__intro-actions {
        flex-direction: column;
        gap: 12px
    }

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

.success-page {
    background: linear-gradient(293deg, #01796E 0%, transparent 35%, transparent 65%, #870F57 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px
}

.success-page .confirmation-card {
    background: #FDFDFD;
    max-width: 620px;
    width: 100%;
    padding: 48px;
    border-radius: 10px;
    box-shadow: -1px 10px 52px 0 #01796e1c;
    text-align: center
}

.success-page .icon-check {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 48px;
    background: #01796E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success-page .icon-check::before {
    content: '';
    width: 36px;
    height: 18px;
    border-left: 5px solid #FDFDFD;
    border-bottom: 5px solid #FDFDFD;
    transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    left: 24px
}

.success-page .heading-primary {
    font-size: 32px;
    line-height: 1.1;
    color: #01796E;
    margin: 0 0 12px;
    text-shadow: 1px 1px 2px #01796e26
}

.success-page .message-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 24px
}

.success-page .detail-info {
    background: #f5f5f5;
    padding: 24px;
    border-radius: 6px;
    margin: 0 0 24px
}

.success-page .detail-info p {
    font-size: 16px;
    line-height: 1.35;
    color: #4a4a4a;
    margin: 0
}

.success-page .detail-info p:first-child {
    margin-bottom: 12px
}

.success-page .detail-info .email-highlight {
    color: #870F57;
    font-weight: 600
}

.success-page .action-group {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.success-page .btn-primary {
    font-size: 16px;
    padding: 12px 48px;
    background: transparent;
    border: 2px solid #01796E;
    color: #01796E;
    border-radius: 6px;
    cursor: pointer;
    transition: background .6s ease, color .6s ease, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    display: inline-block
}

.success-page .btn-primary:hover {
    background: #01796E;
    color: #FDFDFD;
    box-shadow: -1px 5px 28px 0 #01796e14
}

.success-page .btn-secondary {
    font-size: 16px;
    padding: 12px 48px;
    background: transparent;
    border: 2px solid #870F57;
    color: #870F57;
    border-radius: 6px;
    cursor: pointer;
    transition: background .5s ease, color .5s ease, box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    display: inline-block
}

.success-page .btn-secondary:hover {
    background: #870F57;
    color: #FDFDFD;
    box-shadow: -1px 5px 28px 0 #870f5714
}

.success-page .reference-number {
    font-size: 16px;
    line-height: 1.35;
    color: #6a6a6a;
    margin: 24px 0 0;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8
}

.success-page .reference-number strong {
    color: #01796E
}

@media (max-width: 768px) {
    .success-page .confirmation-card {
        padding: 24px
    }

    .success-page .heading-primary {
        font-size: 24px
    }

    .success-page .icon-check {
        width: 68px;
        height: 68px
    }

    .success-page .icon-check::before {
        width: 28px;
        height: 14px;
        border-left: 4px solid #FDFDFD;
        border-bottom: 4px solid #FDFDFD;
        top: 22px;
        left: 20px
    }

    .success-page .action-group {
        flex-direction: column
    }

    .success-page .btn-primary,
    .success-page .btn-secondary {
        width: 100%
    }
}

@media (max-width: 360px) {
    .success-page {
        padding: 24px 12px
    }

    .success-page .confirmation-card {
        padding: 24px 12px
    }
}