.editor-styles-wrapper,
:root {
    --sk-color-mint: var(--wp--preset--color--sk-mint, #bfe4df);
    --sk-color-mint-strong: #2f766f;
    --sk-color-coral: var(--wp--preset--color--sk-coral, #f19183);
    --sk-color-blue: var(--wp--preset--color--sk-blue, #356aa0);
    --sk-color-rose: var(--wp--preset--color--sk-rose, #d66580);
    --sk-color-slate: #263545;
    --sk-color-fog: var(--wp--preset--color--sk-fog, #eef6f5);
    --sk-color-white: var(--wp--preset--color--sk-white, #ffffff);
    --sk-shadow-soft: var(--wp--custom--shadow--soft, 0 22px 55px rgba(42, 55, 70, 0.12));
    --sk-radius-card: var(--wp--custom--radius--card, 10px);
}

.wp-block-group.sk-home-hero {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: calc(100svh - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(108px, 13svh, 160px) 24px clamp(56px, 7svh, 92px);
    background: #6f767d;
    color: var(--sk-color-white);
    text-align: left;
}

@media (min-width: 1025px) {
    .wp-block-group.sk-home-hero {
        height: calc(100svh - clamp(79px, 4.4vw, 84px));
        min-height: auto;
    }
}

.wp-block-group.sk-home-hero::before,
.wp-block-group.sk-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wp-block-group.sk-home-hero::before {
    z-index: -2;
    background: url("/wp-content/uploads/2026/04/meeting.jpg") center 43% / cover no-repeat;
    filter: grayscale(1);
}

.wp-block-group.sk-home-hero::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(18, 28, 39, 0.64) 0%, rgba(18, 28, 39, 0.46) 46%, rgba(18, 28, 39, 0.58) 100%),
        rgba(18, 28, 39, 0.18);
}

.sk-home-hero .sk-home-hero-content {
    position: relative;
    z-index: 1;
    width: min(1600px, calc(100vw - 320px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(8px, 1.6vw, 28px);
}

.sk-home-hero .sk-home-hero-content > * {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sk-home-hero .sk-home-hero-title,
.sk-home-hero .sk-home-hero-subtitle {
    margin: 0;
    color: var(--sk-color-white);
    font-size: clamp(4.8rem, 5.35vw, 6.7rem);
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: 0 10px 28px rgba(18, 28, 39, 0.22);
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 10 4 4;
    animation: sk-hero-reveal 0.9s ease both;
}

.sk-home-hero .sk-home-hero-title {
    text-align: left !important;
    white-space: nowrap;
}

.sk-home-hero .sk-home-hero-subtitle {
    padding-left: clamp(480px, 31vw, 640px);
    text-align: left !important;
    white-space: nowrap;
    animation-delay: 0.12s;
}

.sk-home-hero .sk-home-arrow {
    width: min(270px, 18vw);
    margin: clamp(10px, 1vw, 16px) 0 -4px clamp(210px, 14vw, 280px) !important;
    animation: sk-hero-reveal 0.9s 0.2s ease both;
}

.sk-home-hero .sk-home-arrow img {
    display: block;
    width: 100%;
    height: auto;
    filter: none !important;
    transform: translate(clamp(76px, 8vw, 132px), clamp(46px, 5vw, 72px)) rotate(8deg);
}

.sk-home-hero .sk-home-hero-lede {
    max-width: 760px !important;
    margin-top: clamp(20px, 2.4vw, 36px) !important;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.55;
    text-shadow: 0 6px 18px rgba(31, 39, 51, 0.18);
    animation: sk-hero-reveal 0.9s 0.28s ease both;
}

.sk-home-hero .sk-home-hero-actions {
    gap: 18px;
    margin-top: 22px !important;
    animation: sk-hero-reveal 0.9s 0.36s ease both;
}

.sk-home-hero .sk-home-hero-actions .wp-block-button__link {
    min-height: 56px;
    padding: 13px 30px;
}

.wp-block-group.sk-home-intro {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #e4ecec 0%, #e4ecec 50%, var(--sk-color-white) 50%, var(--sk-color-white) 100%);
}

.sk-home-intro .wp-block-columns {
    gap: 0;
    margin-bottom: 0;
    min-height: clamp(720px, 72vw, 920px);
}

.sk-home-intro .wp-block-column {
    box-sizing: border-box;
}

.sk-home-intro .sk-home-intro-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(56px, 5.6vw, 96px) clamp(58px, 5vw, 108px);
    background: #e4ecec;
}

.sk-home-intro .sk-home-intro-image::before,
.sk-home-intro .sk-home-intro-image::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 4px solid rgba(166, 216, 209, 0.56);
    transform: rotate(32deg) skew(-12deg);
    pointer-events: none;
}

.sk-home-intro .sk-home-intro-image::before {
    left: clamp(64px, 8vw, 150px);
    bottom: clamp(92px, 10vw, 170px);
}

.sk-home-intro .sk-home-intro-image::after {
    left: clamp(132px, 13vw, 248px);
    bottom: clamp(58px, 7vw, 118px);
}

.sk-home-intro .sk-home-intro-image .wp-block-image {
    position: relative;
    isolation: isolate;
    width: min(760px, 78%);
    margin: 0;
    aspect-ratio: 0.78;
    transform: rotate(-2deg) translateY(8px);
    animation: sk-intro-image-float 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s ease, box-shadow 1s ease;
    will-change: transform;
}

.sk-home-intro .sk-home-intro-image .wp-block-image::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.sk-home-intro .sk-home-intro-image .wp-block-image::after {
    right: -16px;
    bottom: 0;
    z-index: -1;
    width: 12px;
    height: 54%;
    background: var(--sk-color-mint);
}

.sk-home-intro .sk-home-intro-image .wp-block-image:hover {
    animation: none;
    transform: rotate(-0.8deg) translateY(-6px) scale(1.008);
}

.sk-home-intro .sk-home-intro-image figure,
.sk-home-intro .sk-home-intro-image img {
    width: 100%;
    height: 100%;
}

.sk-home-intro .sk-home-intro-image img {
    display: block;
    object-fit: cover;
    border: 14px solid rgba(255, 255, 255, 0.9);
    filter: grayscale(1);
    box-shadow: 0 24px 52px rgba(42, 55, 70, 0.12);
    transition: box-shadow 1s ease, filter 1s ease;
}

.sk-home-intro .sk-home-intro-image .wp-block-image:hover img {
    box-shadow: 0 34px 70px rgba(42, 55, 70, 0.18);
}

.sk-home-intro .sk-home-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(64px, 6.2vw, 116px) clamp(48px, 4.4vw, 92px);
    background: var(--sk-color-white);
}

.sk-home-intro .sk-kicker {
    margin: 0 0 12px;
    text-align: center;
}

.sk-home-intro h2 {
    position: relative;
    margin: 0 0 86px;
    font-size: clamp(3.15rem, 3.7vw, 4.5rem);
    line-height: 1.12;
    text-align: center;
}

.sk-home-intro h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -52px;
    width: min(360px, 56%);
    height: 40px;
    transform: translateX(-50%);
    border-top: 6px solid rgba(166, 216, 209, 0.72);
    border-bottom: 5px solid rgba(166, 216, 209, 0.52);
    border-radius: 50%;
}

.sk-home-intro p {
    margin-top: 0;
}

.sk-home-intro .sk-home-intro-statement {
    display: grid;
    gap: 0.35em;
    max-width: 720px;
    margin: clamp(42px, 4.8vw, 68px) auto !important;
    padding: clamp(22px, 2.4vw, 34px);
    border-top: 1px solid rgba(38, 53, 69, 0.1);
    border-bottom: 1px solid rgba(38, 53, 69, 0.1);
    color: var(--sk-color-slate);
    font-size: clamp(1.22rem, 1.55vw, 1.55rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.45;
    text-align: center;
}

.sk-home-intro .sk-home-intro-statement::before,
.sk-home-intro .sk-home-intro-statement::after {
    content: none;
}

.sk-home-intro .wp-block-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 5vw, 92px);
    margin-top: 44px;
}

.sk-home-intro .wp-block-button__link {
    width: 100%;
    min-height: 72px;
    background: #263545;
    color: var(--sk-color-white);
    box-shadow: 0 18px 38px rgba(38, 53, 69, 0.18);
}

@keyframes sk-intro-image-float {
    0%,
    100% {
        transform: rotate(-3.5deg) translateY(10px);
    }

    50% {
        transform: rotate(-2.4deg) translateY(-4px);
    }
}

@keyframes sk-hero-reveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@media (prefers-reduced-motion: reduce) {
    .sk-home-hero .sk-home-hero-title,
    .sk-home-hero .sk-home-hero-subtitle,
    .sk-home-hero .sk-home-arrow,
    .sk-home-hero .sk-home-hero-lede,
    .sk-home-hero .sk-home-hero-actions,
    .sk-home-intro .sk-home-intro-image .wp-block-image {
        animation: none;
    }

    .sk-area-card,
    .sk-home-detail .wp-block-column,
    .sk-team-list li {
        animation: none;
    }
}

.wp-block-group.sk-home-services {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: clamp(82px, 8vw, 136px) var(--wp--preset--spacing--50, 2.5rem);
    background: linear-gradient(180deg, var(--sk-color-white) 0%, #f5f9f8 100%);
}

.sk-section-heading {
    margin-bottom: clamp(44px, 5vw, 72px);
}

.sk-section-heading > h2,
.sk-home-references > h2,
.sk-home-final-cta > h2 {
    margin: 0;
    text-align: center;
}

.sk-section-lede {
    max-width: 780px;
    margin: 22px auto 0;
    color: var(--sk-color-slate-dark);
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.65;
}

.sk-home-services .wp-block-columns {
    gap: clamp(28px, 4vw, 58px);
    margin-bottom: 0;
}

.sk-home-proof {
    gap: clamp(18px, 2.4vw, 30px) !important;
    margin: 0 auto clamp(42px, 5vw, 76px);
}

.sk-home-proof > .wp-block-column {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(38, 53, 69, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(38, 53, 69, 0.05);
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.sk-home-proof > .wp-block-column:hover {
    border-color: rgba(47, 118, 111, 0.22);
    box-shadow: 0 22px 42px rgba(38, 53, 69, 0.1);
    transform: translateY(-4px);
}

.sk-home-proof h3 {
    margin: 0 0 12px;
    color: #263545;
    font-family: var(--sk-font-body);
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.sk-home-proof p {
    margin: 0;
    color: #263545;
    line-height: 1.6;
}

.sk-area-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 600px;
    padding: clamp(42px, 5vw, 70px);
    background: var(--sk-color-white);
    border: 1px solid rgba(38, 53, 69, 0.1);
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(42, 55, 70, 0.07);
    transition: transform 0.55s ease, box-shadow 0.55s ease, background 0.55s ease;
}

.sk-area-card::before {
    content: "";
    position: absolute;
    inset: auto 30px 28px auto;
    width: 96px;
    height: 96px;
    border: 10px solid rgba(191, 228, 223, 0.22);
    border-radius: 50%;
    pointer-events: none;
}

.sk-area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(42, 55, 70, 0.12);
}

.sk-area-card h3 {
    margin: 0 0 22px;
    font-size: clamp(1.7rem, 1.75vw, 2.2rem);
    line-height: 1.18;
    overflow-wrap: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-wrap: balance;
}

.sk-area-card p:not(.sk-kicker) {
    margin-bottom: 28px;
}

.sk-area-card ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.sk-area-card li {
    position: relative;
    padding-left: 22px;
    color: #263545;
    line-height: 1.45;
}

.sk-area-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sk-color-mint);
}

.sk-home-detail,
.wp-block-group.sk-home-detail,
.sk-home-team,
.wp-block-group.sk-home-team,
.sk-home-references,
.wp-block-group.sk-home-references,
.sk-home-final-cta,
.wp-block-group.sk-home-final-cta {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: clamp(82px, 8vw, 136px) var(--wp--preset--spacing--50, 2.5rem);
}

.sk-home-detail {
    background: linear-gradient(135deg, #223141 0%, #2d3f51 58%, #36505b 100%);
    color: rgba(255, 255, 255, 0.9);
}

.sk-home-detail h2,
.sk-home-detail p {
    color: rgba(255, 255, 255, 0.92);
}

.sk-home-detail .wp-block-column {
    padding: clamp(28px, 4vw, 46px);
    border-left: 5px solid #bfe4df;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.45s ease, background 0.45s ease;
}

.sk-home-detail .wp-block-column:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.sk-home-detail h2 {
    font-size: clamp(2.15rem, 3.35vw, 3.8rem);
    line-height: 1.16;
    overflow-wrap: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-wrap: balance;
}

.sk-home-team {
    position: relative;
    isolation: isolate;
    background: #f5f9f8;
}

.sk-home-team .wp-block-columns {
    align-items: center !important;
}

.sk-home-team-image {
    overflow: hidden;
    margin: clamp(28px, 4vw, 44px) 0 0;
    border-radius: 10px;
    aspect-ratio: 16 / 7;
    background: #dfe8e8;
    box-shadow: 0 18px 42px rgba(38, 53, 69, 0.1);
}

.sk-home-team-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.sk-home-team-image:hover img {
    filter: grayscale(0.25);
    transform: scale(1.025);
}

.sk-team-list {
    display: grid;
    gap: 14px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.sk-team-list li {
    padding: 18px 20px;
    border: 1px solid rgba(38, 53, 69, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.sk-team-list li:hover {
    box-shadow: 0 16px 34px rgba(38, 53, 69, 0.08);
    transform: translateY(-2px);
}

.sk-home-references {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--sk-color-white);
}

.sk-home-references::before {
    content: "";
    position: absolute;
    right: max(24px, calc((100vw - 1240px) / 2));
    bottom: clamp(18px, 4vw, 52px);
    z-index: -1;
    width: clamp(180px, 22vw, 360px);
    aspect-ratio: 1083 / 677;
    background: url("/wp-content/uploads/2026/04/stern.png") center / contain no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.sk-home-final-cta {
    background: linear-gradient(135deg, #536477 0%, #455769 52%, #2f766f 100%);
    color: var(--sk-color-white);
    text-align: center;
}

.sk-home-final-cta h2,
.sk-home-final-cta p {
    color: var(--sk-color-white);
}

.sk-home-final-cta .wp-block-button__link {
    background: var(--sk-color-white);
    color: var(--sk-color-slate);
    box-shadow: none;
}

.sk-area-card,
.sk-home-proof > .wp-block-column,
.sk-section-heading,
.sk-home-detail .wp-block-column,
.sk-team-list li {
    animation: sk-soft-rise 0.8s ease both;
    animation-timeline: view();
    animation-range: entry 8% cover 32%;
}

@keyframes sk-soft-rise {
    from {
        opacity: 1;
        transform: translateY(18px);
    }

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

.editor-styles-wrapper .wp-block-group.sk-home-hero,
.editor-styles-wrapper .wp-block-group.sk-home-intro,
.editor-styles-wrapper .wp-block-group.sk-home-services,
.editor-styles-wrapper .wp-block-group.sk-home-detail,
.editor-styles-wrapper .wp-block-group.sk-home-team,
.editor-styles-wrapper .wp-block-group.sk-home-references,
.editor-styles-wrapper .wp-block-group.sk-home-final-cta {
    width: 100%;
    max-width: none;
}

.editor-styles-wrapper .wp-block-group.sk-home-hero {
    min-height: 640px;
}

@media (max-width: 781px) {
    .wp-block-group.sk-home-hero {
        min-height: calc(100svh - 184px);
        justify-content: center;
        padding: clamp(58px, 7svh, 74px) 24px clamp(32px, 5svh, 44px);
        text-align: center;
    }

    .sk-home-hero .sk-home-hero-content {
        width: 100%;
    }

    .sk-home-hero .sk-home-hero-title,
    .sk-home-hero .sk-home-hero-subtitle {
        font-size: clamp(2.05rem, 8.7vw, 2.78rem);
        line-height: 1.1;
        text-align: center !important;
        white-space: normal;
        -webkit-hyphens: none;
        hyphens: none;
    }

    .sk-home-hero .sk-home-hero-subtitle {
        padding-left: 0;
    }

    .sk-home-hero .sk-home-arrow {
        width: min(190px, 42vw);
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sk-home-hero .sk-home-arrow img {
        transform: none;
    }

    .sk-home-hero .sk-home-hero-lede {
        max-width: 100% !important;
        text-align: center;
    }

    .sk-home-hero .sk-home-hero-actions {
        justify-content: center;
    }

    .sk-home-intro .sk-home-intro-image,
    .sk-home-intro .sk-home-intro-copy,
    .wp-block-group.sk-home-services {
        padding: var(--wp--preset--spacing--50, 2.5rem) 24px;
    }

    .wp-block-group.sk-home-intro {
        background: var(--sk-color-white);
    }

    .sk-home-intro .wp-block-columns {
        min-height: auto;
    }

    .sk-home-intro .sk-home-intro-image .wp-block-image {
        width: min(100%, 330px);
        transform: rotate(-2deg);
    }

    .sk-home-intro .sk-home-intro-image::before {
        left: 28px;
        bottom: 44px;
        width: 28px;
        height: 28px;
        border-width: 4px;
    }

    .sk-home-intro .sk-home-intro-image::after {
        left: 68px;
        bottom: 28px;
        width: 30px;
        height: 30px;
        border-width: 4px;
    }

    .sk-home-intro .sk-home-intro-image .wp-block-image::after {
        right: -28px;
        bottom: -10px;
        width: 7px;
    }

    .sk-home-intro h2 {
        font-size: clamp(2.05rem, 8.8vw, 2.72rem);
        line-height: 1.12;
        margin-bottom: 52px;
    }

    .sk-home-intro .sk-home-intro-statement {
        padding: 22px 0;
        font-size: clamp(1.08rem, 4.8vw, 1.34rem);
        line-height: 1.55;
    }

    .sk-home-detail h2 {
        font-size: clamp(1.78rem, 6.4vw, 2.38rem);
        line-height: 1.16;
    }

    .sk-home-intro h2::after {
        bottom: -38px;
        width: min(260px, 70%);
        height: 28px;
        border-top-width: 4px;
        border-bottom-width: 4px;
    }

    .sk-home-intro .wp-block-buttons,
    .sk-home-services .wp-block-columns,
    .sk-home-detail .wp-block-columns,
    .sk-home-team .wp-block-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sk-area-card,
    .sk-home-detail,
    .sk-home-team,
    .sk-home-references,
    .sk-home-final-cta {
        padding: clamp(44px, 12vw, 64px) 24px;
    }

    .sk-area-card {
        min-height: auto;
    }

    .sk-home-team-image {
        aspect-ratio: 4 / 3;
    }

    .sk-area-card ul {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 782px) and (max-width: 1180px) {
    .wp-block-group.sk-home-hero {
        min-height: calc(100svh - 80px);
        padding: clamp(88px, 10svh, 120px) 24px clamp(54px, 7svh, 78px);
    }

    .sk-home-hero .sk-home-hero-content {
        width: min(100%, calc(100vw - 96px));
    }

    .sk-home-hero .sk-home-hero-title,
    .sk-home-hero .sk-home-hero-subtitle {
        font-size: clamp(4rem, 8vw, 5.4rem);
        line-height: 1.06;
        white-space: normal;
    }

    .sk-home-hero .sk-home-hero-subtitle {
        padding-left: clamp(260px, 34vw, 360px);
    }

    .sk-home-hero .sk-home-arrow {
        width: min(230px, 26vw);
        margin-left: clamp(210px, 29vw, 310px) !important;
    }
}

@media (max-width: 380px) {
    .wp-block-group.sk-home-hero {
        min-height: calc(100svh - 164px);
        padding: 42px 22px 30px;
    }

    .sk-home-hero .sk-home-hero-content {
        padding-top: 0;
    }

    .sk-home-hero .sk-home-hero-title,
    .sk-home-hero .sk-home-hero-subtitle {
        font-size: clamp(1.78rem, 8vw, 2.3rem);
        line-height: 1.08;
    }

    .sk-home-hero .sk-home-arrow {
        width: min(150px, 40vw);
        margin-top: 6px !important;
    }

    .sk-home-hero .sk-home-hero-lede {
        margin-top: 14px !important;
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .sk-home-hero .sk-home-hero-actions {
        margin-top: 14px !important;
    }

    .sk-home-hero .sk-home-hero-actions .wp-block-button__link {
        min-height: 46px;
        padding: 10px 22px;
        font-size: 0.78rem;
    }
}
