@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600;700&display=swap";

html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto Mono', monospace;
    background: #fff;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.6
}

.hdr-shell {
    background: linear-gradient(135deg, #9AB33E 0%, #DCD2B4 48%, #F0F0EE 100%);
    padding: 24px 36px;
    position: relative
}

.hdr-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap
}

.logo-zone {
    margin-left: 24px;
    padding: 8px 12px 8px 16px;
    background: #ffffffeb;
    border-left: 4px solid #9AB33E;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 5px 14px 0 #9ab33e14;
    display: flex;
    align-items: center
}

.logo-zone img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block
}

.prime-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center
}

.prime-nav a {
    display: inline-block;
    padding: 12px 24px;
    background: #ffffffe0;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 28px;
    transition: background .15s ease-out, transform .12s ease, box-shadow .15s ease-out;
    box-shadow: 0 3px 6px 0 #dcd2b40d
}

.prime-nav a:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.prime-nav a:focus {
    outline: none;
    background: #2a2a2a;
    color: #fff
}

.prime-nav a:active {
    transform: translateY(0)
}

.ftr-shell {
    background: linear-gradient(180deg, #F0F0EE 0%, #DCD2B4 100%);
    padding: 72px 36px 36px;
    border-top: 1px solid #9ab33e33
}

.ftr-inner {
    max-width: 1366px;
    margin: 0 auto
}

.ftr-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 36px;
    margin-bottom: 48px
}

.ftr-brand-pod {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ftr-logo-wrap {
    padding: 8px;
    background: #ffffffb3;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 3px 6px 0 #9ab33e0d;
    width: fit-content
}

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

.ftr-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 420px
}

.ftr-contact-pod {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ftr-contact-pod h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2a2a2a;
    margin: 0 0 8px
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a
}

.contact-item .material-icons {
    font-size: 19px;
    color: #9AB33E
}

.contact-item a {
    color: #3a3a3a;
    text-decoration: none;
    transition: color .12s ease
}

.contact-item a:hover {
    color: #9AB33E
}

.contact-item a:focus {
    outline: none;
    color: #fff;
    background: #2a2a2a;
    padding: 2px 4px;
    border-radius: 4px
}

.ftr-links-pod {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ftr-links-pod h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2a2a2a;
    margin: 0 0 8px
}

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

.ftr-link-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
    text-decoration: none;
    transition: color .12s ease, transform .1s ease-out
}

.ftr-link-list li a:hover {
    color: #9AB33E;
    transform: translateX(4px)
}

.ftr-link-list li a:focus {
    outline: none;
    color: #fff;
    background: #2a2a2a;
    padding: 2px 4px;
    border-radius: 4px
}

.ftr-sub-links {
    margin-top: 12px;
    padding-left: 12px;
    border-left: 2px solid #9ab33e4d
}

.ftr-bottom {
    padding-top: 36px;
    border-top: 1px solid #9ab33e26;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.ftr-copy {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.6
}

.ftr-legal-nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.ftr-legal-nav a {
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    transition: color .12s ease
}

.ftr-legal-nav a:hover {
    color: #9AB33E
}

.ftr-legal-nav a:focus {
    outline: none;
    color: #fff;
    background: #2a2a2a;
    padding: 2px 4px;
    border-radius: 4px
}

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

    .hdr-inner {
        gap: 24px
    }

    .logo-zone {
        margin-left: 12px
    }

    .prime-nav {
        gap: 8px
    }

    .prime-nav a {
        padding: 10px 20px;
        font-size: 14px
    }

    .ftr-shell {
        padding: 48px 24px 24px
    }

    .ftr-top {
        gap: 24px
    }
}

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

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

    .logo-zone {
        margin-left: 0
    }

    .prime-nav {
        width: 100%;
        flex-direction: column;
        align-items: stretch
    }

    .prime-nav a {
        text-align: center;
        padding: 12px 24px
    }

    .ftr-shell {
        padding: 36px 12px 24px
    }

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

    .ftr-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .ftr-legal-nav {
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width: 640px) {
    .hdr-shell {
        padding: 12px 8px
    }

    .hdr-inner {
        gap: 12px
    }

    .prime-nav a {
        font-size: 14px;
        padding: 10px 16px
    }

    .ftr-shell {
        padding: 24px 8px 12px
    }
}

.rules-text {
    max-width: 1366px;
    margin: 0 auto;
    padding: 72px 24px;
    background: #fff
}

@media (min-width: 768px) {
    .rules-text {
        padding: 72px 36px
    }
}

@media (min-width: 1024px) {
    .rules-text {
        padding: 72px
    }
}

.rules-text h1 {
    font-size: clamp(33px, 4vw, 46px);
    line-height: 1.2;
    margin: 0 0 36px;
    color: #1a1a1a;
    letter-spacing: .02em;
    text-transform: uppercase
}

.rules-text h2 {
    font-size: clamp(24px, 3vw, 33px);
    line-height: 1.2;
    margin: 72px 0 24px;
    color: #2a2a2a;
    letter-spacing: .01em;
    text-transform: uppercase
}

.rules-text h3 {
    font-size: clamp(19px, 2.5vw, 24px);
    line-height: 1.2;
    margin: 36px 0 24px;
    color: #3a3a3a;
    letter-spacing: .01em;
    text-transform: uppercase
}

.rules-text h4 {
    font-size: 19px;
    line-height: 1.6;
    margin: 24px 0 12px;
    color: #3a3a3a
}

.rules-text h5 {
    font-size: 16px;
    line-height: 1.6;
    margin: 24px 0 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: .03em
}

.rules-text h6 {
    font-size: 16px;
    line-height: 1.6;
    margin: 24px 0 12px;
    color: #4a4a4a
}

.rules-text p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    color: #2a2a2a
}

.rules-text strong,
.rules-text b {
    font-weight: 600;
    color: #1a1a1a
}

.rules-text em,
.rules-text i {
    font-style: italic
}

.rules-text a {
    color: #9AB33E;
    text-decoration: none;
    border-bottom: 1px solid #9ab33e4d;
    transition: border-color .15s ease-out, color .15s ease-out
}

.rules-text a:hover {
    color: #7a9032;
    border-bottom-color: #7a9032
}

.rules-text a:focus {
    outline: 2px solid #9AB33E;
    outline-offset: 2px;
    border-radius: 4px
}

.rules-text h1:first-child {
    margin-top: 0
}

.rules-text h2:first-child,
.rules-text h3:first-child,
.rules-text h4:first-child,
.rules-text h5:first-child,
.rules-text h6:first-child {
    margin-top: 0
}

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

@media (min-width: 768px) {
    .rules-text p {
        font-size: 16px
    }
}

@media (min-width: 1024px) {
    .rules-text {
        padding-top: 72px;
        padding-bottom: 72px
    }
}

.flor-pg {
    max-width: 1366px;
    margin: 0 auto;
    background: #fff
}

.flor-pg .splt-bnr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    position: relative;
    overflow: hidden
}

.flor-pg .splt-bnr .zn-lft {
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px;
    position: relative
}

.flor-pg .splt-bnr .zn-rgt {
    background: #F0F0EE;
    position: relative;
    overflow: hidden
}

.flor-pg .splt-bnr .dcr-blr {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 44px;
    filter: blur(88px);
    opacity: .18;
    pointer-events: none
}

.flor-pg .splt-bnr .dcr-blr.one {
    background: #9AB33E;
    top: -120px;
    left: -80px
}

.flor-pg .splt-bnr .dcr-blr.two {
    background: #DCD2B4;
    bottom: -100px;
    right: -60px
}

.flor-pg .splt-bnr .dcr-blr.thr {
    background: #9AB33E;
    top: 50%;
    right: 15%;
    transform: translateY(-50%)
}

.flor-pg .splt-bnr h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 36px;
    letter-spacing: .02em;
    position: relative;
    z-index: 2
}

.flor-pg .splt-bnr .act-lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #9AB33E;
    padding: 16px 32px;
    border-radius: 28px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
    transition: transform .15s ease-out, box-shadow .15s ease-out;
    box-shadow: 0 5px 14px 0 #9ab33e14;
    align-self: flex-start;
    position: relative;
    z-index: 2
}

.flor-pg .splt-bnr .act-lnk:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.flor-pg .splt-bnr .act-lnk:active {
    transform: translateY(0)
}

.flor-pg .splt-bnr .img-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    opacity: .32
}

.flor-pg .splt-bnr .img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.flor-pg .prcs-dtl {
    padding: 72px 36px;
    background: #fff;
    position: relative
}

.flor-pg .prcs-dtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 1px;
    background: repeating-linear-gradient(to right, #9AB33E 0px, #9AB33E 8px, transparent 8px, transparent 16px, #DCD2B4 16px, #DCD2B4 20px, transparent 20px, transparent 28px)
}

.flor-pg .prcs-dtl .cnt-wrp {
    max-width: 1100px;
    margin: 0 auto
}

.flor-pg .prcs-dtl h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #1a1716;
    margin: 0 0 24px;
    text-align: center;
    position: relative
}

.flor-pg .prcs-dtl h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: #9AB33E;
    border-radius: 4px
}

.flor-pg .prcs-dtl .crv-ln {
    position: absolute;
    top: 88px;
    left: 50%;
    width: 2px;
    height: 140px;
    background: transparent;
    pointer-events: none
}

.flor-pg .prcs-dtl .crv-ln svg {
    width: 100%;
    height: 100%
}

.flor-pg .prcs-dtl .txt-blk {
    margin: 72px 0 0;
    text-align: center
}

.flor-pg .prcs-dtl .txt-blk p {
    font-size: 19px;
    line-height: 1.6;
    color: #3d3937;
    margin: 0 0 24px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.flor-pg .prcs-dtl .txt-blk p:last-child {
    margin-bottom: 0
}

.flor-pg .prcs-dtl .img-shw {
    margin: 48px 0 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(24px);
    animation: rvl-img .18s ease-out .3s forwards
}

@keyframes rvl-img {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.flor-pg .prcs-dtl .img-shw img {
    width: 100%;
    max-width: 720px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.flor-pg .ftr-grd {
    background: linear-gradient(97deg, #F0F0EE 0%, #fff 100%);
    padding: 72px 36px;
    position: relative
}

.flor-pg .ftr-grd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #9AB33E;
    opacity: .15
}

.flor-pg .ftr-grd .cnt-wrp {
    max-width: 1200px;
    margin: 0 auto
}

.flor-pg .ftr-grd h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #1a1716;
    margin: 0 0 48px;
    text-align: center
}

.flor-pg .ftr-grd .grd-ctn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.flor-pg .ftr-grd .crd {
    background: #fff;
    padding: 36px 24px;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 #9ab33e0d;
    transition: transform .12s ease-out, box-shadow .12s ease-out;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: rotate(-4deg) scale(0.94);
    animation: crd-in .16s ease-out forwards
}

.flor-pg .ftr-grd .crd:nth-child(1) {
    animation-delay: .1s
}

.flor-pg .ftr-grd .crd:nth-child(2) {
    animation-delay: .2s
}

.flor-pg .ftr-grd .crd:nth-child(3) {
    animation-delay: .3s
}

.flor-pg .ftr-grd .crd:nth-child(4) {
    animation-delay: .4s;
    background: #9AB33E;
    color: #fff
}

@keyframes crd-in {
    to {
        opacity: 1;
        transform: rotate(0deg) scale(1)
    }
}

.flor-pg .ftr-grd .crd:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.flor-pg .ftr-grd .crd.acnt {
    background: #9AB33E
}

.flor-pg .ftr-grd .crd .icn-wrp {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: #9ab33e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px
}

.flor-pg .ftr-grd .crd.acnt .icn-wrp {
    background: #ffffff2e
}

.flor-pg .ftr-grd .crd .icn-wrp svg {
    width: 28px;
    height: 28px;
    fill: #9AB33E
}

.flor-pg .ftr-grd .crd.acnt .icn-wrp svg {
    fill: #fff
}

.flor-pg .ftr-grd .crd h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #1a1716;
    margin: 0 0 12px
}

.flor-pg .ftr-grd .crd.acnt h3 {
    color: #fff
}

.flor-pg .ftr-grd .crd p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3937;
    margin: 0
}

.flor-pg .ftr-grd .crd.acnt p {
    color: #ffffffeb
}

.flor-pg .ftr-grd .crd .chk-itm {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0
}

.flor-pg .ftr-grd .crd .chk-itm svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    fill: #9AB33E
}

.flor-pg .ftr-grd .crd.acnt .chk-itm svg {
    fill: #fff
}

.flor-pg .ftr-grd .crd .chk-itm span {
    font-size: 14px;
    line-height: 1.6;
    color: #3d3937
}

.flor-pg .ftr-grd .crd.acnt .chk-itm span {
    color: #ffffffe0
}

@media (max-width: 1024px) {
    .flor-pg .splt-bnr {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .flor-pg .splt-bnr .zn-lft {
        padding: 48px 36px
    }

    .flor-pg .splt-bnr .zn-rgt {
        min-height: 320px
    }

    .flor-pg .splt-bnr h1 {
        font-size: clamp(33px, 5vw, 62px)
    }

    .flor-pg .ftr-grd .grd-ctn {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .flor-pg .splt-bnr .zn-lft {
        padding: 36px 24px
    }

    .flor-pg .prcs-dtl {
        padding: 48px 24px
    }

    .flor-pg .prcs-dtl h2 {
        font-size: clamp(24px, 6vw, 46px)
    }

    .flor-pg .prcs-dtl .txt-blk {
        margin-top: 48px
    }

    .flor-pg .prcs-dtl .txt-blk p {
        font-size: 16px
    }

    .flor-pg .ftr-grd {
        padding: 48px 24px
    }

    .flor-pg .ftr-grd h2 {
        font-size: clamp(24px, 6vw, 46px);
        margin-bottom: 36px
    }

    .flor-pg .ftr-grd .grd-ctn {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 640px) {
    .flor-pg .splt-bnr .act-lnk {
        padding: 14px 24px;
        font-size: 14px
    }

    .flor-pg .prcs-dtl .img-shw img {
        border-radius: 4px
    }

    .flor-pg .ftr-grd .crd {
        padding: 24px
    }
}

.opng {
    max-width: 1366px;
    margin: 0 auto;
    background: #fff
}

.opng ::selection {
    background: #DCD2B4;
    color: #000
}

.opng .ttl-wrp {
    display: flex;
    flex-direction: row;
    gap: 36px;
    padding: 72px 24px;
    align-items: center;
    position: relative
}

.opng .ttl-img-col {
    flex: 0 0 auto;
    width: 340px;
    position: relative
}

.opng .ttl-img-col::before,
.opng .ttl-img-col::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #9AB33E;
    z-index: 2
}

.opng .ttl-img-col::before {
    top: -8px;
    left: -8px;
    border-right: none;
    border-bottom: none
}

.opng .ttl-img-col::after {
    bottom: -8px;
    right: -8px;
    border-left: none;
    border-top: none
}

.opng .ttl-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    filter: sepia(0.2) hue-rotate(180deg) saturate(0.7) brightness(1.05)
}

.opng .ttl-txt-col {
    flex: 1;
    padding: 0 36px
}

.opng .ttl-h {
    font-size: 46px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #2a2a2a;
    font-weight: 700
}

.opng .ttl-dsc {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0
}

.opng .sprt-sct {
    padding: 72px 24px;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    position: relative
}

.opng .sprt-sct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1366px;
    height: 100%;
    background: radial-gradient(ellipse 600px 400px at 50% 50%, #9ab33e26, transparent);
    pointer-events: none;
    animation: sprt-glw 8s ease-in-out infinite
}

@keyframes sprt-glw {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: .7
    }
}

.opng .sprt-inr {
    max-width: 1100px;
    margin: 0 auto
}

.opng .sprt-h {
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 36px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 700
}

.opng .sprt-grd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px
}

.opng .sprt-crd {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 5px 14px 0 #9ab33e14;
    border-right: 3px solid #9AB33E;
    transition: transform .15s ease-out, box-shadow .15s ease-out
}

.opng .sprt-crd:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.opng .sprt-crd-h {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #2a2a2a;
    font-weight: 700
}

.opng .sprt-crd-txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #5a5a5a
}

.opng .inv-sct {
    padding: 72px 24px;
    background: #F0F0EE;
    position: relative
}

.opng .inv-sct::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 1318px;
    height: 2px;
    background: #fff;
    box-shadow: 0 2px 0 0 #DCD2B4
}

.opng .inv-inr {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: flex-start
}

.opng .inv-txt-zn {
    flex: 1
}

.opng .inv-h {
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #2a2a2a;
    font-weight: 700
}

.opng .inv-p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
    color: #4a4a4a
}

.opng .inv-p:last-child {
    margin-bottom: 0
}

.opng .inv-img-zn {
    flex: 0 0 auto;
    width: 280px;
    position: relative
}

.opng .inv-img-zn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 1px;
    height: 80%;
    background: linear-gradient(180deg, transparent, #9AB33E, transparent);
    transform: translateY(-50%)
}

.opng .inv-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 28px;
    display: block
}

.opng .aprch-sct {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.opng .aprch-sct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./media_gallery/thumbnail-2-1.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(1) brightness(1.3);
    opacity: .08;
    pointer-events: none
}

.opng .aprch-inr {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.opng .aprch-h {
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 36px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 700
}

.opng .aprch-flx {
    display: flex;
    flex-direction: row;
    gap: 36px
}

.opng .aprch-col {
    flex: 1;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 #dcd2b40d;
    position: relative
}

.opng .aprch-col::after {
    content: '';
    position: absolute;
    top: 12px;
    right: -18px;
    width: 1px;
    height: calc(100% - 24px);
    background: #9AB33E
}

.opng .aprch-col:last-child::after {
    display: none
}

.opng .aprch-col-h {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #2a2a2a;
    font-weight: 700
}

.opng .aprch-col-h span:first-child {
    font-size: 33px;
    color: #9AB33E
}

.opng .aprch-col-txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #5a5a5a
}

.opng .aprch-img-rw {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 36px
}

.opng .aprch-img-bx {
    flex: 1;
    border-radius: 16px;
    overflow: hidden
}

.opng .aprch-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .2s ease
}

.opng .aprch-img-bx:hover .aprch-img {
    transform: scale(1.05)
}

.opng .lng-sct {
    padding: 72px 24px;
    background: linear-gradient(97deg, #F0F0EE 0%, #fff 100%);
    position: relative
}

.opng .lng-sct::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9AB33E;
    box-shadow: 24px 0 0 #9AB33E, 48px 0 0 #9AB33E, 72px 0 0 #9AB33E, 96px 0 0 #9AB33E
}

.opng .lng-inr {
    max-width: 1000px;
    margin: 0 auto
}

.opng .lng-h {
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 700
}

.opng .lng-sbtl {
    font-size: 19px;
    line-height: 1.6;
    margin: 0 0 36px;
    color: #4a4a4a;
    text-align: center
}

.opng .lng-grd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.opng .lng-itm {
    background: #fff;
    padding: 24px;
    border-radius: 28px;
    box-shadow: 0 5px 14px 0 #9ab33e14;
    text-align: center;
    transition: box-shadow .15s ease-out;
    position: relative
}

.opng .lng-itm:hover {
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.opng .lng-itm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #9AB33E, transparent);
    border-radius: 0 0 4px 4px
}

.opng .lng-itm-h {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #2a2a2a;
    font-weight: 700
}

.opng .lng-itm-txt {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #5a5a5a
}

.opng .lng-img-ctr {
    margin-top: 36px;
    text-align: center
}

.opng .lng-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 44px;
    display: inline-block;
    box-shadow: 0 9px 48px 0 #9ab33e24
}

@media (max-width: 1024px) {
    .opng .ttl-wrp {
        flex-direction: column;
        padding: 36px 24px
    }

    .opng .ttl-img-col {
        width: 100%;
        max-width: 400px
    }

    .opng .ttl-img {
        height: 380px
    }

    .opng .ttl-txt-col {
        padding: 0
    }

    .opng .ttl-h {
        font-size: clamp(33px, 5vw, 46px)
    }

    .opng .inv-inr {
        flex-direction: column
    }

    .opng .inv-img-zn {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

    .opng .inv-img-zn::before {
        display: none
    }

    .opng .aprch-flx {
        flex-direction: column
    }

    .opng .aprch-col::after {
        display: none
    }

    .opng .aprch-img-rw {
        flex-direction: column
    }

    .opng .lng-grd {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {

    .opng .sprt-sct,
    .opng .inv-sct,
    .opng .aprch-sct,
    .opng .lng-sct {
        padding: 36px 24px
    }

    .opng .sprt-h,
    .opng .inv-h,
    .opng .aprch-h,
    .opng .lng-h {
        font-size: clamp(24px, 5vw, 33px)
    }

    .opng .sprt-grd {
        grid-template-columns: 1fr
    }

    .opng .ttl-img {
        height: 300px
    }

    .opng .inv-img {
        height: 280px
    }

    .opng .aprch-img {
        height: 200px
    }
}

@media (max-width: 640px) {
    .opng .ttl-wrp {
        padding: 24px 12px
    }

    .opng .ttl-h {
        font-size: clamp(24px, 6vw, 33px);
        margin-bottom: 12px
    }

    .opng .ttl-dsc {
        font-size: 16px
    }

    .opng .sprt-crd,
    .opng .aprch-col,
    .opng .lng-itm {
        padding: 12px
    }

    .opng .inv-img-zn {
        width: 100%
    }
}

.abt-us {
    background: #fff;
    color: #1d1d1d;
    overflow-x: clip;
    max-width: 100%
}

.abt-us ::selection {
    background: #DCD2B4;
    color: #1d1d1d
}

.abt-us .bnr {
    position: relative;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    padding: 36px 24px;
    overflow: hidden
}

.bnr-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2
}

.bnr h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0;
    letter-spacing: .02em;
    text-transform: uppercase
}

.bnr-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #2a2a2a;
    max-width: 720px;
    margin: 0
}

.bnr-acts {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.bnr-acts a {
    display: inline-block;
    padding: 12px 36px;
    background: #fff;
    color: #1d1d1d;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    transition: transform .15s ease-out, box-shadow .12s ease;
    box-shadow: 0 3px 6px 0 #9ab33e0d
}

.bnr-acts a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px 0 #9ab33e14
}

.bnr-acts a:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px 0 #9ab33e0d
}

.bnr-spiral {
    position: absolute;
    right: 72px;
    bottom: 24px;
    width: 180px;
    height: 180px;
    opacity: .12;
    pointer-events: none;
    z-index: 1
}

.bnr-spiral svg {
    width: 100%;
    height: 100%
}

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

    .bnr h1 {
        font-size: 62px
    }

    .bnr-acts {
        flex-direction: row
    }
}

.abt-us .story-sec {
    background: #F0F0EE;
    padding: 72px 24px;
    position: relative
}

.story-wrap {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: start
}

.story-content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.story-content h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0
}

.story-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

.story-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.story-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 5px 14px 0 #dcd2b414
}

.story-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform .18s ease-out
}

.story-img-wrap:hover img {
    transform: scale(1.05)
}

.story-img-wrap.tall {
    grid-row: span 2
}

.story-img-wrap.tall img {
    height: 100%;
    min-height: 572px
}

@media (min-width: 1024px) {
    .story-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: center
    }

    .story-content h2 {
        font-size: 46px
    }

    .story-content p {
        font-size: 19px;
        line-height: 1.9
    }
}

.abt-us .vals-sec {
    background: #fff;
    padding: 72px 24px;
    position: relative;
    overflow: hidden
}

.vals-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #9ab33e05 35px, #9ab33e05 70px), repeating-linear-gradient(-45deg, transparent, transparent 35px, #dcd2b405 35px, #dcd2b405 70px);
    pointer-events: none
}

.vals-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.vals-hdr {
    text-align: center;
    margin-bottom: 72px
}

.vals-hdr h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0 0 24px
}

.vals-hdr p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 680px;
    margin: 0 auto
}

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

.val-card {
    background: #F0F0EE;
    padding: 36px 24px;
    border-radius: 28px;
    border-left: 4px solid #9AB33E;
    box-shadow: 0 3px 6px 0 #9ab33e0d;
    transition: transform .14s ease, box-shadow .14s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(40px);
    animation: vals-reveal .16s ease-out forwards
}

.val-card:nth-child(1) {
    animation-delay: .1s
}

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

.val-card:nth-child(3) {
    animation-delay: .3s
}

.val-card:nth-child(4) {
    animation-delay: .4s
}

@keyframes vals-reveal {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.val-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.val-card h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.val-ico {
    width: 12px;
    height: 12px;
    border-radius: 44px;
    background: #9AB33E;
    flex-shrink: 0
}

.val-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

@media (min-width: 768px) {
    .vals-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .vals-hdr h2 {
        font-size: 46px
    }

    .vals-hdr p {
        font-size: 19px
    }
}

.abt-us .team-sec {
    background: linear-gradient(97deg, #F0F0EE 0%, #fff 100%);
    padding: 72px 24px;
    position: relative
}

.team-inner {
    max-width: 1366px;
    margin: 0 auto
}

.team-hdr {
    margin-bottom: 72px
}

.team-hdr h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0 0 24px
}

.team-hdr p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 720px;
    margin: 0
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px
}

.team-member {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    opacity: 0;
    transform: translateX(-50px);
    animation: team-slide .18s ease-out forwards
}

.team-member:nth-child(1) {
    animation-delay: .05s
}

.team-member:nth-child(2) {
    animation-delay: .15s;
    transform: translateX(50px)
}

.team-member:nth-child(3) {
    animation-delay: .25s
}

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

.team-photo-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 5px 14px 0 #9ab33e14
}

.team-photo-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

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

.team-info h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #1d1d1d;
    margin: 0
}

.team-role {
    font-size: 16px;
    line-height: 1.6;
    color: #9AB33E;
    margin: 0
}

.team-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

.team-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    position: relative;
    height: 32px;
    overflow: visible
}

.team-tags-trigger {
    display: none
}

.team-tag {
    padding: 8px 12px;
    background: #DCD2B4;
    color: #1d1d1d;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    transition: transform .12s ease, opacity .12s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(0) scale(0.9)
}

.team-tag.vis {
    position: relative;
    opacity: 1;
    transform: translateY(0) scale(1)
}

.team-tags:hover .team-tag {
    opacity: 1;
    position: relative;
    transform: translateY(0) scale(1)
}

.team-tags:hover .team-tag:nth-child(1) {
    transition-delay: 0s
}

.team-tags:hover .team-tag:nth-child(2) {
    transition-delay: .05s
}

.team-tags:hover .team-tag:nth-child(3) {
    transition-delay: .1s
}

.team-tags:hover .team-tag:nth-child(4) {
    transition-delay: .15s
}

.team-tags .team-tag.vis {
    transition-delay: 0s
}

@media (min-width: 768px) {
    .team-hdr h2 {
        font-size: 46px
    }

    .team-hdr p {
        font-size: 19px
    }
}

@media (min-width: 1024px) {
    .team-member {
        grid-template-columns: 380px 1fr;
        gap: 36px;
        align-items: center
    }

    .team-member:nth-child(even) {
        grid-template-columns: 1fr 380px
    }

    .team-member:nth-child(even) .team-photo-wrap {
        order: 2
    }

    .team-member:nth-child(even) .team-info {
        order: 1
    }
}

@media (max-width: 639px) {
    .bnr h1 {
        font-size: clamp(33px, 8vw, 46px)
    }

    .bnr-desc {
        font-size: clamp(16px, 4vw, 19px)
    }

    .story-content h2 {
        font-size: clamp(24px, 6vw, 33px)
    }

    .vals-hdr h2 {
        font-size: clamp(24px, 6vw, 33px)
    }

    .team-hdr h2 {
        font-size: clamp(24px, 6vw, 33px)
    }
}

.cntct-pg {
    max-width: 1366px;
    margin: 0 auto;
    background: #fff
}

.cntct-pg .hero-intro {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 36px;
    padding: 72px 24px 36px;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    overflow: hidden
}

.cntct-pg .hero-intro::before,
.cntct-pg .hero-intro::after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff26;
    pointer-events: none
}

.cntct-pg .hero-intro::before {
    top: 12px;
    right: 12px;
    width: 180px;
    height: 180px;
    border-radius: 4px
}

.cntct-pg .hero-intro::after {
    top: 24px;
    right: 24px;
    width: 156px;
    height: 156px;
    border-radius: 4px
}

.cntct-pg .hero-txt-wrap {
    flex: 1;
    z-index: 2
}

.cntct-pg .hero-intro h1 {
    font-size: clamp(33px, 4vw, 46px);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: .03em;
    text-transform: uppercase
}

.cntct-pg .hero-intro .lead-txt {
    font-size: 19px;
    line-height: 1.6;
    color: #fffffff2;
    margin: 0;
    max-width: 580px
}

.cntct-pg .hero-img-card {
    flex-shrink: 0;
    width: 340px;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.cntct-pg .hero-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.cntct-pg .hero-img-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, transparent 0%, #0006 100%);
    pointer-events: none
}

.cntct-pg .pattern-dots {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 6px;
    height: 6px;
    background: #fff3;
    border-radius: 50%;
    transform: translateY(-50%)
}

.cntct-pg .pattern-dots::before,
.cntct-pg .pattern-dots::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff3;
    border-radius: 50%
}

.cntct-pg .pattern-dots::before {
    top: -24px;
    left: 0
}

.cntct-pg .pattern-dots::after {
    top: 24px;
    left: 0
}

.cntct-pg .form-central {
    position: relative;
    padding: 72px 24px;
    background: #F0F0EE;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%)
}

.cntct-pg .form-anchor-wrap {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 72px;
    align-items: start
}

.cntct-pg .visual-anchor {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 24px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 5px 14px 0 #dcd2b414
}

.cntct-pg .anchor-icon-wrap {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    border-radius: 44px;
    margin-bottom: 24px
}

.cntct-pg .anchor-icon-wrap svg {
    width: 44px;
    height: 44px;
    fill: #fff
}

.cntct-pg .anchor-label {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em
}

.cntct-pg .anchor-value {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0
}

.cntct-pg .form-main-area {
    background: #fff;
    padding: 36px;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 #9ab33e0d
}

.cntct-pg .form-main-area h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 8px
}

.cntct-pg .form-main-area .form-subhead {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0 0 36px
}

.cntct-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cntct-pg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.cntct-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cntct-pg .field-grp.full-w {
    grid-column: 1 / -1
}

.cntct-pg .field-grp label {
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em
}

.cntct-pg .field-grp input[type="text"],
.cntct-pg .field-grp input[type="email"],
.cntct-pg .field-grp input[type="tel"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
    background: #F0F0EE;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .15s ease, background-color .15s ease;
    outline: none
}

.cntct-pg .field-grp input::placeholder {
    color: #9a9a9a;
    font-size: 14px
}

.cntct-pg .field-grp input:focus {
    background: #fff;
    border-color: #9AB33E
}

.cntct-pg .field-grp input:invalid:not(:placeholder-shown) {
    border-color: #d84315
}

.cntct-pg .size-select-grp {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cntct-pg .size-select-grp .size-label-main {
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0
}

.cntct-pg .size-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.cntct-pg .radio-opt {
    position: relative
}

.cntct-pg .radio-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.cntct-pg .radio-opt .radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    background: #F0F0EE;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .12s ease-out, border-color .12s ease-out, color .12s ease-out;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em
}

.cntct-pg .radio-opt input[type="radio"]:checked+.radio-label {
    background: #9AB33E;
    border-color: #9AB33E;
    color: #fff
}

.cntct-pg .radio-opt input[type="radio"]:focus+.radio-label {
    outline: 2px solid #9AB33E;
    outline-offset: 2px
}

.cntct-pg .radio-opt .radio-label:hover {
    background: #DCD2B4;
    border-color: #DCD2B4
}

.cntct-pg .radio-opt input[type="radio"]:checked+.radio-label:hover {
    background: #8aa335;
    border-color: #8aa335
}

.cntct-pg .privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #F0F0EE;
    border-radius: 4px
}

.cntct-pg .privacy-check input[type="checkbox"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #9AB33E
}

.cntct-pg .privacy-check label {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    cursor: pointer;
    flex: 1
}

.cntct-pg .privacy-check label a {
    color: #9AB33E;
    text-decoration: none;
    transition: letter-spacing .18s ease
}

.cntct-pg .privacy-check label a:hover {
    letter-spacing: .02em
}

.cntct-pg .submit-btn {
    padding: 16px 36px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background: #9AB33E;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
    transition: background-color .15s ease-out, transform .15s ease-out;
    box-shadow: 0 3px 6px 0 #9ab33e0d;
    align-self: flex-start
}

.cntct-pg .submit-btn:hover {
    background: #8aa335;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px 0 #9ab33e14
}

.cntct-pg .submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px 0 #9ab33e0d
}

.cntct-pg .submit-btn:invalid {
    animation: shake-error .4s ease
}

@keyframes shake-error {

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

    25% {
        transform: translateX(-8px)
    }

    75% {
        transform: translateX(8px)
    }
}

.cntct-pg .info-reach {
    padding: 72px 24px;
    background: #fff;
    position: relative
}

.cntct-pg .info-reach::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #DCD2B4 20%, #DCD2B4 80%, transparent 100%)
}

.cntct-pg .info-reach::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #9AB33E;
    border-radius: 50%
}

.cntct-pg .reach-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.cntct-pg .reach-container h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 12px
}

.cntct-pg .reach-container .reach-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0 auto 36px;
    max-width: 680px
}

.cntct-pg .contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 36px
}

.cntct-pg .contact-card {
    padding: 36px 24px;
    background: #F0F0EE;
    border-radius: 16px;
    text-align: center;
    transition: transform .18s ease-out, box-shadow .18s ease-out;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    animation: card-reveal .6s ease-out forwards;
    opacity: 0
}

.cntct-pg .contact-card:nth-child(1) {
    animation-delay: .1s
}

.cntct-pg .contact-card:nth-child(2) {
    animation-delay: .2s
}

.cntct-pg .contact-card:nth-child(3) {
    animation-delay: .3s
}

.cntct-pg .contact-card:nth-child(4) {
    animation-delay: .4s
}

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

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

.cntct-pg .contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 48px 0 #9ab33e24
}

.cntct-pg .card-icon-area {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    border-radius: 28px
}

.cntct-pg .card-icon-area svg {
    width: 32px;
    height: 32px;
    fill: #fff
}

.cntct-pg .contact-card h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.cntct-pg .contact-card .card-value {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
    word-break: break-word
}

.cntct-pg .contact-card .card-value a {
    color: #9AB33E;
    text-decoration: none;
    transition: letter-spacing .16s ease
}

.cntct-pg .contact-card .card-value a:hover {
    letter-spacing: .02em
}

.cntct-pg .divider-ticks {
    position: relative;
    height: 1px;
    background: #DCD2B4;
    margin: 72px auto;
    max-width: 800px
}

.cntct-pg .divider-ticks::before,
.cntct-pg .divider-ticks::after {
    content: '';
    position: absolute;
    top: -4px;
    width: 1px;
    height: 8px;
    background: #9AB33E
}

.cntct-pg .divider-ticks::before {
    left: 25%
}

.cntct-pg .divider-ticks::after {
    right: 25%
}

.cntct-pg .hours-section {
    max-width: 640px;
    margin: 0 auto;
    padding: 36px;
    background: #F0F0EE;
    border-radius: 16px;
    text-align: left
}

.cntct-pg .hours-section h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.cntct-pg .hours-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cntct-pg .hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #9ab33e26
}

.cntct-pg .hours-row:last-child {
    border-bottom: none
}

.cntct-pg .day-label {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
    font-weight: 600
}

.cntct-pg .time-label {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a
}

@media (max-width: 1024px) {
    .cntct-pg .hero-intro {
        flex-direction: column;
        align-items: stretch;
        padding: 48px 24px 36px
    }

    .cntct-pg .hero-img-card {
        width: 100%;
        max-width: 460px;
        margin: 0 auto
    }

    .cntct-pg .form-anchor-wrap {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .cntct-pg .visual-anchor {
        position: relative;
        top: 0
    }

    .cntct-pg .contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
    }
}

@media (max-width: 768px) {
    .cntct-pg .hero-intro h1 {
        font-size: 33px
    }

    .cntct-pg .hero-intro .lead-txt {
        font-size: 16px
    }

    .cntct-pg .form-row {
        grid-template-columns: 1fr
    }

    .cntct-pg .size-options {
        grid-template-columns: 1fr
    }

    .cntct-pg .form-main-area {
        padding: 24px
    }

    .cntct-pg .form-main-area h2 {
        font-size: 24px
    }

    .cntct-pg .reach-container h2 {
        font-size: 33px
    }

    .cntct-pg .reach-container .reach-desc {
        font-size: 16px
    }

    .cntct-pg .contact-grid {
        grid-template-columns: 1fr
    }

    .cntct-pg .hours-section {
        padding: 24px
    }
}

@media (max-width: 640px) {
    .cntct-pg .hero-intro {
        padding: 36px 12px 24px
    }

    .cntct-pg .form-central {
        padding: 48px 12px
    }

    .cntct-pg .info-reach {
        padding: 48px 12px
    }

    .cntct-pg .submit-btn {
        width: 100%
    }
}

.sys-ok {
    max-width: 1366px;
    margin: 0 auto;
    padding: 72px 24px;
    background: #fff;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sys-ok .conf-wrap {
    text-align: center;
    max-width: 580px
}

.sys-ok .icon-circ {
    width: 92px;
    height: 92px;
    margin: 0 auto 36px;
    background: linear-gradient(97deg, #DCD2B4 0%, #9AB33E 100%);
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px 0 #9ab33e14
}

.sys-ok .icon-circ svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sys-ok .msg-head {
    font-size: 46px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 24px;
    font-weight: 600
}

.sys-ok .msg-txt {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 0 36px
}

.sys-ok .act-grp {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

.sys-ok .btn-prim {
    display: inline-block;
    padding: 16px 36px;
    background: #9AB33E;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    transition: background .15s ease-out, box-shadow .15s ease-out;
    box-shadow: 0 3px 6px 0 #9ab33e0d
}

.sys-ok .btn-prim:hover {
    background: #8aa235;
    box-shadow: 0 5px 14px 0 #9ab33e14
}

.sys-ok .btn-prim:active {
    background: #7a8f2e;
    box-shadow: 0 3px 6px 0 #9ab33e0d;
    transform: translateY(1px)
}

.sys-ok .lnk-sec {
    color: #6a6a6a;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    transition: color .12s ease, border-color .12s ease
}

.sys-ok .lnk-sec:hover {
    color: #9AB33E;
    border-bottom-color: #9AB33E
}

.sys-ok .info-box {
    margin-top: 72px;
    padding: 24px;
    background: #F0F0EE;
    border-radius: 16px;
    max-width: 580px
}

.sys-ok .info-head {
    font-size: 19px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 12px;
    font-weight: 600
}

.sys-ok .info-lst {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sys-ok .info-lst li {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
    padding-left: 28px;
    position: relative
}

.sys-ok .info-lst li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #9AB33E;
    border-radius: 50%
}

@media (min-width: 640px) {
    .sys-ok .act-grp {
        flex-direction: row;
        gap: 24px
    }
}

@media (min-width: 768px) {
    .sys-ok {
        padding: 72px 36px
    }
}