.skip-link {
    position: fixed;
    left: 16px;
    top: -70px;
    z-index: 99999;
    padding: 10px 16px;
    background: #fff;
    color: #111;
    border-radius: 8px;
    transition: .2s
}

.skip-link:focus {
    top: 16px
}

.cms-public .main-header {
    z-index: 1000
}

.cms-public .main-menu ul li a {
    white-space: nowrap
}

.cms-public .main-menu .product-menu {
    position: static
}

.cms-public .main-menu .product-menu>.product-mega-panel {
    left: 50%;
    top: calc(100% + 9px);
    width: min(1040px, calc(100vw - 40px));
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 16px !important;
    transform: translate(-50%, 14px) scale(.98);
    background: radial-gradient(circle at 90% 0, rgba(139, 196, 45, .16), transparent 35%), linear-gradient(145deg, #202b3b, #101722);
    border: 1px solid rgba(139, 196, 45, .25);
    border-radius: 20px;
    box-shadow: 0 32px 80px rgba(2, 8, 16, .48);
    pointer-events: none
}

.cms-public .main-menu .product-menu:hover>.product-mega-panel,
.cms-public .main-menu .product-menu:focus-within>.product-mega-panel {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto
}

.cms-public .main-menu .product-mega-panel>.mega-category {
    width: auto !important;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .025);
    border-radius: 13px
}

.cms-public .main-menu .product-mega-panel>.mega-category+.mega-category {
    margin-top: 0
}

.cms-public .main-menu .product-mega-panel>.mega-category>.mega-category-title {
    min-height: auto !important;
    padding: 10px 11px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    transform: none !important
}

.cms-public .main-menu .product-mega-panel>.mega-category>.mega-category-title:before,
.cms-public .main-menu .product-mega-panel>.mega-category>.mega-category-title:after {
    display: none !important
}

.cms-public .main-menu .product-mega-panel .mega-category ul {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 9px 0 !important;
    background: none;
    border: 0;
    box-shadow: none;
    transform: none;
    pointer-events: auto
}

.cms-public .main-menu .product-mega-panel .mega-category ul li a {
    display: block;
    padding: 7px 11px !important;
    color: #aeb9c7;
    font: 500 13px/1.35 "Rubik", sans-serif;
    white-space: normal;
    border-radius: 7px
}

.cms-public .main-menu .product-mega-panel .mega-category ul li a:hover {
    padding: 7px 11px !important;
    background: rgba(147, 207, 45, .12);
    color: #b3e858
}

.cms-public .mega-view-all {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 8px 11px !important;
    color: #9bd42f !important;
    font-size: 12px !important;
    font-weight: 700 !important
}

.cms-public .mega-view-all:hover {
    color: #c4f36f !important
}

.cms-hero {
    position: relative;
    padding: 190px 0 105px;
    overflow: hidden;
    background: linear-gradient(110deg, rgba(13, 20, 29, .98), rgba(23, 34, 47, .88)), url("../images/hero-bg.jpg") center/cover;
    color: #fff
}

.cms-hero:before {
    content: "";
    position: absolute;
    inset: auto -6% -60% auto;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 100px solid rgba(147, 207, 45, .08)
}

.cms-hero .container {
    position: relative;
    z-index: 1
}

.cms-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #a9df4b;
    font: 700 13px/1 "Rubik", sans-serif;
    text-transform: uppercase;
    letter-spacing: .13em
}

.cms-kicker:before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor
}

.cms-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6.5vw, 86px);
    line-height: .96;
    letter-spacing: -.035em
}

.cms-hero p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #c0c9d4;
    font-size: 18px
}

.cms-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
    font-size: 13px;
    color: #9ba7b6
}

.cms-breadcrumbs a {
    color: #c8f475
}

.cms-breadcrumbs span:before {
    content: "/";
    margin-right: 9px;
    color: #667485
}

.cms-public .cms-page-header {
    isolation: isolate;
    overflow: hidden;
    background-image: url("../images/inner/breadcrump-main.png");
    background-repeat: no-repeat;
    background-position: center 22%;
    background-size: cover;
    padding: 210px 0 90px;
    border-bottom: 1px solid rgba(139, 196, 45, .5);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08)
}

.cms-public .cms-page-header:before {
    background: radial-gradient(circle at 14% 74%, rgba(139, 196, 45, .2), transparent 30%), linear-gradient(90deg, rgba(7, 13, 23, .97) 0%, rgba(11, 19, 31, .9) 38%, rgba(10, 18, 30, .52) 67%, rgba(10, 18, 30, .72) 100%);
    z-index: 0
}

.cms-public .cms-page-header:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/hero-bg-shape.png");
    background-position: center;
    background-size: cover;
    opacity: .055;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0
}

.cms-public .cms-page-header>.container {
    position: relative;
    z-index: 2
}

.cms-public .cms-page-header .page-header-box {
    max-width: 980px;
    margin-right: auto;
    padding: 20px 0 18px 38px;
    text-align: left;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.cms-public .cms-page-header .page-header-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--accent-color) 22%, var(--accent-color) 78%, transparent);
    box-shadow: 0 0 18px rgba(139, 196, 45, .5)
}

.cms-public .cms-page-header .page-header-box:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--accent-color);
    border: 3px solid rgba(7, 13, 23, .92);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(139, 196, 45, .13), 0 0 24px rgba(139, 196, 45, .65);
    transform: translateY(-50%)
}

.cms-public .cms-page-header .page-header-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-family: var(--accent-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent-color)
}

.cms-public .cms-page-header .page-header-kicker span {
    display: block;
    width: 44px;
    height: 2px;
    background: var(--accent-color);
    box-shadow: 0 0 16px rgba(139, 196, 45, .55)
}

.cms-public .cms-page-header .cms-page-title {
    display: block;
    max-width: 940px;
    margin: 0 0 26px;
    font-family: var(--accent-font);
    font-size: var(--page-header-title-size);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    color: #fff;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .32);
    cursor: default
}

.cms-public .cms-page-header .cms-page-title .cms-title-word {
    display: inline-block;
    color: inherit !important
}

.cms-public .cms-page-header .page-header-box nav {
    display: flex
}

.cms-public .cms-page-header .page-header-box ol {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 16px 0 0;
    background: none;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-radius: 0;
    box-shadow: none
}

.cms-public .cms-page-header .page-header-box ol li.breadcrumb-item {
    font-size: var(--page-header-breadcrumb-size);
    font-weight: 500;
    line-height: 1.45;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .78)
}

.cms-public .cms-page-header .page-header-box ol li.breadcrumb-item a {
    color: #fff;
    transition: color .25s ease
}

.cms-public .cms-page-header .page-header-box ol li.breadcrumb-item a:hover {
    color: var(--accent-color)
}

.cms-public .cms-page-header .page-header-box ol li.breadcrumb-item.active {
    max-width: 520px;
    color: var(--accent-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cms-public .cms-page-header .page-header-box ol .breadcrumb-item+.breadcrumb-item:before {
    content: "\2192";
    padding: 0 9px 0 7px;
    color: rgba(255, 255, 255, .42)
}

.cms-page-ticker {
    position: relative;
    z-index: 2
}

.cms-section {
    padding: 100px 0;
    background: #f7f8f7
}

.cms-section.white {
    background: #fff
}

.cms-section.dark {
    background: #101722;
    color: #fff
}

.cms-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px
}

.cms-section-heading h2 {
    margin: 5px 0 0;
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1;
    color: #17201a
}

.cms-section-heading p {
    max-width: 550px;
    margin: 0;
    color: #6f7973
}

.cms-section.dark .cms-section-heading h2 {
    color: #fff
}

.cms-section.dark .cms-section-heading p {
    color: #9faab7
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px
}

.category-pill {
    padding: 10px 16px;
    border: 1px solid #dce2dc;
    border-radius: 999px;
    background: #fff;
    color: #334039;
    font: 650 13px "Rubik", sans-serif;
    transition: .2s
}

.category-pill:hover,
.category-pill.active {
    background: #101722;
    border-color: #101722;
    color: #fff
}

.category-pill span {
    margin-left: 6px;
    color: #86bd26
}

.cms-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.cms-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e7e3;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(17, 31, 20, .06);
    transition: .3s
}

.cms-product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(17, 31, 20, .12);
    border-color: #c8df9f
}

.cms-product-image {
    position: relative;
    aspect-ratio: 1.16/1;
    overflow: hidden;
    background: linear-gradient(145deg, #f1f4f0, #fff);
    padding: 20px
}

.cms-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .45s
}

.cms-product-card:hover .cms-product-image img {
    transform: scale(1.045)
}

.cms-card-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #101722;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.cms-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px
}

.cms-product-category {
    color: #78aa20;
    font: 750 11px "Rubik", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em
}

.cms-product-body h2,
.cms-product-body h3 {
    margin: 8px 0 10px;
    font-size: 25px;
    line-height: 1.05
}

.cms-product-body h2 a,
.cms-product-body h3 a {
    color: #17201a
}

.cms-product-body p {
    margin: 0 0 18px;
    color: #707a73;
    font-size: 14px
}

.cms-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #edf0ed
}

.cms-price {
    font: 750 17px "Rajdhani", sans-serif;
    color: #18231a
}

.cms-price del {
    margin-left: 6px;
    color: #969d98;
    font-size: 13px
}

.cms-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #649612;
    font-weight: 700;
    font-size: 13px
}

.cms-empty {
    grid-column: 1/-1;
    padding: 70px 25px;
    text-align: center;
    border: 1px dashed #cdd5ce;
    border-radius: 20px;
    color: #6c776f
}

.cms-empty i {
    display: block;
    margin-bottom: 15px;
    color: #91c43a;
    font-size: 35px
}

.category-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.category-showcase-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 24px;
    background: #17202b
}

.category-showcase-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .54;
    transition: .5s
}

.category-showcase-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 18, 27, .95), transparent 75%)
}

.category-showcase-card>div {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 27px;
    color: #fff
}

.category-showcase-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px
}

.category-showcase-card span {
    color: #aade4e;
    font-size: 13px
}

.category-showcase-card:hover img {
    transform: scale(1.05);
    opacity: .68
}

.product-detail {
    padding: 95px 0;
    background: #f7f8f7
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 70px;
    align-items: start
}

.product-gallery-main {
    position: sticky;
    top: 120px;
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    padding: 55px;
    background: #fff;
    border: 1px solid #e4e8e4;
    border-radius: 28px;
    box-shadow: 0 18px 50px #1f34220c
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-info .cms-kicker {
    color: #6c9f16
}

.product-info h1 {
    margin: 10px 0 18px;
    font-size: clamp(42px, 5vw, 65px);
    line-height: .95
}

.product-lead {
    font-size: 17px;
    color: #657069
}

.product-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0
}

.product-meta-row span,
.tag-list a {
    padding: 7px 10px;
    background: #edf2ea;
    border-radius: 8px;
    color: #59645c;
    font-size: 12px
}

.product-price {
    margin: 24px 0;
    font: 750 32px "Rajdhani", sans-serif;
    color: #18231a
}

.product-price del {
    margin-left: 10px;
    color: #7d867f;
    font-size: 19px
}

.product-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    border: 1px solid #ced6ce;
    border-radius: 10px;
    color: #253128;
    font-weight: 700
}

.feature-mini-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 28px 0;
    padding: 0;
    list-style: none
}

.feature-mini-list li {
    display: flex;
    gap: 9px;
    color: #4f5d53
}

.feature-mini-list i {
    margin-top: 5px;
    color: #87bc28
}

.product-gallery {
    position: relative;
    top: auto;
    align-self: start
}

.product-gallery .product-gallery-main {
    position: relative;
    top: auto;
    overflow: hidden;
    aspect-ratio: 1.08/1
}

.product-gallery-main>img {
    transition: opacity .2s ease, transform .3s ease
}

.product-gallery-main.is-changing>img {
    opacity: .25;
    transform: scale(.985)
}

.product-gallery-arrow,
.product-gallery-zoom {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 1px solid rgba(23, 32, 43, .12);
    background: rgba(255, 255, 255, .92);
    color: #17201a;
    box-shadow: 0 8px 20px rgba(16, 23, 34, .12);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: .2s ease
}

.product-gallery-arrow {
    top: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.product-gallery-arrow.previous {
    left: 14px
}

.product-gallery-arrow.next {
    right: 14px
}

.product-gallery-arrow:hover,
.product-gallery-zoom:hover {
    border-color: #91c930;
    background: #9bd42f;
    color: #101722
}

.product-gallery-zoom {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 11px
}

.product-gallery-counter {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(16, 23, 34, .82);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(7px)
}

.product-thumbnails-panel {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #dfe5df;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(22, 36, 25, .07)
}

.product-thumbnails-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 11px;
    padding: 0 2px
}

.product-thumbnails-heading span,
.product-thumbnails-heading small {
    display: block
}

.product-thumbnails-heading span {
    color: #1c291f;
    font-size: 12px;
    font-weight: 800
}

.product-thumbnails-heading small {
    margin-top: 1px;
    color: #879189;
    font-size: 9px
}

.product-thumbnails-heading>b {
    padding: 5px 8px;
    border-radius: 999px;
    background: #edf5e2;
    color: #5d8c18;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.product-thumbnails {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding: 3px 3px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: #b7cb97 #eef2eb
}

.product-thumbnails button {
    position: relative;
    flex: 0 0 78px;
    width: 78px;
    height: 70px;
    padding: 7px;
    border: 1px solid #dfe5df;
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: center;
    transition: .2s ease
}

.product-thumbnails button:after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent
}

.product-thumbnails button:hover {
    border-color: #b8ce92;
    transform: translateY(-2px)
}

.product-thumbnails button.active {
    border-color: #8fc62e;
    box-shadow: 0 0 0 2px #9bd42f33
}

.product-thumbnails button.active:after {
    background: #8fc62e;
    box-shadow: 0 0 0 2px #fff
}

.product-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-info .product-title {
    margin: 10px 0 18px;
    font-family: var(--accent-font);
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
    color: #17201a
}

body.product-quote-open {
    overflow: hidden
}

.product-quote-modal[hidden] {
    display: none !important
}

.product-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    transition: opacity .24s ease
}

.product-quote-modal.is-open {
    opacity: 1
}

.product-quote-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 12, 9, .78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px)
}

.product-quote-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(310px, .82fr) minmax(520px, 1.18fr);
    width: min(1080px, 100%);
    max-height: min(850px, calc(100vh - 56px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 38px 110px rgba(0, 0, 0, .42);
    transform: translateY(22px) scale(.975);
    transition: transform .28s cubic-bezier(.2, .75, .25, 1)
}

.product-quote-modal.is-open .product-quote-dialog {
    transform: none
}

.product-quote-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #dde3de;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #18231a;
    box-shadow: 0 8px 24px rgba(13, 25, 16, .1);
    cursor: pointer;
    transition: .2s ease
}

.product-quote-close:hover,
.product-quote-close:focus-visible {
    border-color: var(--accent-color);
    background: var(--accent-color);
    outline: none;
    transform: rotate(90deg)
}

.product-quote-showcase {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 58px 42px 40px;
    color: #d7ddd8;
    background:
        linear-gradient(150deg, rgba(139, 196, 45, .14), transparent 42%),
        #101813
}

.product-quote-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .14;
    background-image:
        linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 52px 52px;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 72%);
    mask-image: linear-gradient(135deg, #000, transparent 72%)
}

.product-quote-showcase-glow {
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -110px;
    width: 300px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(139, 196, 45, .24);
    filter: blur(75px)
}

.product-quote-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    color: var(--accent-color);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase
}

.product-quote-showcase-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--accent-color)
}

.product-quote-showcase h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--accent-font);
    font-size: clamp(39px, 3.3vw, 52px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase
}

.product-quote-showcase>p {
    margin: 0;
    color: #b7c0ba;
    font-size: 14px;
    line-height: 1.7
}

.product-quote-product-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 16px;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(10px)
}

.product-quote-product-image {
    display: grid;
    place-items: center;
    width: 74px;
    height: 68px;
    overflow: hidden;
    border-radius: 11px;
    background: #fff
}

.product-quote-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-quote-product-card small,
.product-quote-product-card strong {
    display: block
}

.product-quote-product-card small {
    margin-bottom: 5px;
    color: var(--accent-color);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.product-quote-product-card strong {
    color: #fff;
    font-family: var(--accent-font);
    font-size: 18px;
    line-height: 1.12
}

.product-quote-benefits {
    display: grid;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none
}

.product-quote-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c9d0cb;
    font-size: 12px
}

.product-quote-benefits i {
    display: grid;
    place-items: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(139, 196, 45, .15);
    color: var(--accent-color);
    font-size: 9px
}

.product-quote-form-panel {
    overflow-y: auto;
    padding: 52px 54px 42px;
    color: #27332b;
    background:
        radial-gradient(circle at 100% 0, rgba(139, 196, 45, .08), transparent 30%),
        #fff
}

.product-quote-form-heading {
    padding-right: 46px
}

.product-quote-form-heading>span {
    display: block;
    margin-bottom: 8px;
    color: #6d9f19;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.product-quote-form-heading h2 {
    margin: 0 0 8px;
    color: #17201a;
    font-family: var(--accent-font);
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    text-transform: uppercase
}

.product-quote-form-heading p {
    margin: 0;
    color: #738078;
    font-size: 13px;
    line-height: 1.55
}

.product-quote-form {
    margin-top: 26px
}

.product-quote-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 15px
}

.product-quote-field-wide {
    grid-column: 1/-1
}

.product-quote-field label {
    display: block;
    margin-bottom: 7px;
    color: #37423a;
    font-size: 11px;
    font-weight: 750
}

.product-quote-field label span {
    color: #6d9f19
}

.product-quote-input {
    position: relative
}

.product-quote-input>i {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 1;
    color: #859088;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none
}

.product-quote-field input,
.product-quote-field select,
.product-quote-field textarea {
    width: 100%;
    border: 1px solid #dbe2dc;
    border-radius: 11px;
    background: #fafcf9;
    color: #1c2920;
    font-family: var(--default-font);
    font-size: 13px;
    outline: none;
    transition: .2s ease
}

.product-quote-field input,
.product-quote-field select {
    height: 47px;
    padding: 0 13px 0 41px
}

.product-quote-field textarea {
    min-height: 90px;
    padding: 13px 14px;
    resize: vertical;
    line-height: 1.5
}

.product-quote-field input:focus,
.product-quote-field select:focus,
.product-quote-field textarea:focus {
    border-color: #8fc52e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(139, 196, 45, .13)
}

.product-quote-select::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #657168;
    border-bottom: 1.5px solid #657168;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none
}

.product-quote-field select {
    padding-right: 35px;
    -webkit-appearance: none;
    appearance: none
}

.product-quote-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: 23px
}

.product-quote-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--accent-color);
    color: #132015;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(105, 152, 26, .2);
    transition: .22s ease
}

.product-quote-submit i {
    font-size: 18px
}

.product-quote-submit:hover,
.product-quote-submit:focus-visible {
    background: #18231a;
    color: #fff;
    outline: none;
    transform: translateY(-2px)
}

.product-quote-status {
    margin: 0;
    color: #879089;
    font-size: 10px;
    line-height: 1.45
}

.product-quote-status.is-sending {
    color: #5d8e13;
    font-weight: 700
}

@media(max-width:991px) {
    .product-quote-dialog {
        grid-template-columns: minmax(250px, .7fr) minmax(450px, 1.3fr)
    }

    .product-quote-showcase {
        padding: 50px 28px 34px
    }

    .product-quote-showcase h3 {
        font-size: 39px
    }

    .product-quote-benefits {
        display: none
    }

    .product-quote-form-panel {
        padding: 48px 36px 36px
    }
}

@media(max-width:767px) {
    .product-quote-modal {
        align-items: end;
        padding: 12px
    }

    .product-quote-dialog {
        display: block;
        width: 100%;
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        border-radius: 24px
    }

    .product-quote-close {
        position: sticky;
        float: right;
        right: 14px;
        top: 14px;
        margin-bottom: -42px
    }

    .product-quote-showcase {
        min-height: 0;
        padding: 34px 27px 26px
    }

    .product-quote-showcase-kicker {
        margin-bottom: 14px
    }

    .product-quote-showcase h3 {
        margin-bottom: 11px;
        padding-right: 44px;
        font-size: 34px
    }

    .product-quote-showcase>p {
        display: none
    }

    .product-quote-product-card {
        margin-top: 18px
    }

    .product-quote-form-panel {
        overflow: visible;
        padding: 31px 27px 32px
    }

    .product-quote-form-heading {
        padding-right: 0
    }

    .product-quote-form-heading h2 {
        font-size: 36px
    }
}

@media(max-width:520px) {
    .product-quote-fields {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .product-quote-field-wide {
        grid-column: auto
    }

    .product-quote-actions {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .product-quote-submit {
        width: 100%
    }

    .product-quote-status {
        text-align: center
    }
}

@media(prefers-reduced-motion:reduce) {
    .product-quote-modal,
    .product-quote-dialog,
    .product-quote-close,
    .product-quote-submit {
        transition: none
    }
}

.gallery-lightbox-open {
    overflow: hidden
}

.product-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 80px;
    align-items: center;
    padding: 40px;
    background: rgba(5, 10, 17, .93);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .18s ease
}

.product-gallery-lightbox.open {
    opacity: 1
}

.product-gallery-lightbox-stage {
    display: grid;
    place-items: center;
    min-width: 0;
    height: calc(100vh - 80px)
}

.product-gallery-lightbox-stage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 14px;
    filter: drop-shadow(0 24px 45px rgba(0, 0, 0, .35));
    transform: scale(.975);
    transition: transform .2s ease
}

.product-gallery-lightbox.open .product-gallery-lightbox-stage img {
    transform: none
}

.product-gallery-lightbox-stage span {
    position: absolute;
    bottom: 18px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 12px
}

.product-gallery-lightbox-close,
.product-gallery-lightbox-arrow {
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
    transition: .2s ease
}

.product-gallery-lightbox-close {
    position: absolute;
    right: 22px;
    top: 20px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px
}

.product-gallery-lightbox-arrow {
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%
}

.product-gallery-lightbox-close:hover,
.product-gallery-lightbox-arrow:hover {
    border-color: #9bd42f;
    background: #9bd42f;
    color: #101722
}

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 55px;
    align-items: start
}

.cms-rich-content {
    color: #455049;
    font-size: 16px;
    line-height: 1.8
}

#product-description .cms-rich-content h1 {
    margin: 0 0 18px;
    font-family: var(--accent-font);
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
    color: #17201a
}

.cms-rich-content h2 {
    margin: 40px 0 14px;
    font-size: 37px;
    line-height: 1;
    color: #17201a
}

.cms-rich-content h3,
.cms-rich-content h4 {
    margin: 32px 0 12px;
    font-size: 27px;
    color: #17201a
}

.cms-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px
}

.cms-rich-content blockquote {
    margin: 30px 0;
    padding: 22px 25px;
    border-left: 4px solid #91ca2f;
    background: #f1f6e9;
    border-radius: 0 14px 14px 0;
    font-size: 18px
}

.cms-rich-content ul,
.cms-rich-content ol {
    padding-left: 22px
}

.spec-card,
.sidebar-card {
    align-self: start;
    height: auto;
    padding: 26px;
    background: #fff;
    border: 1px solid #e2e7e2;
    border-radius: 18px;
    color: #455049;
    box-shadow: 0 12px 34px rgba(22, 36, 25, .055)
}

.spec-card h3,
.sidebar-card h3 {
    margin: 0 0 17px;
    font-size: 25px;
    color: #17201a
}

.spec-list {
    margin: 0
}

.spec-list>div {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0ed
}

.spec-list>div:last-child {
    border: 0
}

.spec-list dt {
    color: #778078
}

.spec-list dd {
    margin: 0;
    font-weight: 650
}

.detail-sidebar {
    display: grid;
    grid-auto-rows: max-content;
    align-content: start;
    align-self: start;
    gap: 18px;
    position: sticky;
    top: 120px;
    height: max-content
}

.sidebar-cta {
    background: linear-gradient(145deg, #1c2836, #101722);
    color: #fff
}

.sidebar-cta h3 {
    color: #fff
}

.sidebar-cta p {
    color: #aeb9c5
}

.cms-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.cms-blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e7e3;
    border-radius: 20px;
    transition: .3s
}

.cms-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px #18221a14
}

.cms-blog-image {
    aspect-ratio: 1.45/1;
    overflow: hidden;
    background: #e9ede9
}

.cms-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.cms-blog-card:hover img {
    transform: scale(1.045)
}

.cms-blog-body {
    padding: 24px
}

.cms-blog-meta {
    display: flex;
    gap: 12px;
    color: #7c867e;
    font-size: 12px
}

.cms-blog-meta i {
    color: #88bc2d;
    margin-right: 5px
}

.cms-blog-body h2,
.cms-blog-body h3 {
    margin: 13px 0 11px;
    font-size: 28px;
    line-height: 1.05
}

.cms-blog-body h2 a,
.cms-blog-body h3 a {
    color: #19221b
}

.cms-blog-body p {
    color: #707b73;
    font-size: 14px
}

.article-hero {
    padding-bottom: 80px
}

.article-hero h1 {
    max-width: 1050px;
    font-size: clamp(43px, 6vw, 78px)
}

.article-wrap {
    padding: 90px 0;
    background: #fff
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) 320px;
    gap: 70px;
    justify-content: center
}

.article-featured {
    width: 100%;
    max-height: 530px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 35px
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0;
    color: #aeb8c4;
    font-size: 13px
}

.article-byline i {
    color: #a5dc45;
    margin-right: 6px
}

.latest-post {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e8ece8
}

.latest-post img {
    width: 80px;
    height: 64px;
    object-fit: cover;
    border-radius: 9px
}

.latest-post strong {
    font-size: 14px;
    line-height: 1.25
}

.latest-post small {
    display: block;
    margin-top: 5px;
    color: #8a938c
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.article-byline.article-byline-light {
    margin: 0 0 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5eae5;
    color: #707b73
}

.article-byline.article-byline-light i {
    color: #78aa20
}

.cms-cta {
    padding: 65px 0;
    background: #9bd42f
}

.cms-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.cms-cta-inner span {
    color: #395d09;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px
}

.cms-cta-inner h2 {
    margin: 4px 0 0;
    font-size: 45px;
    color: #101722
}

.cms-cta-inner .btn-default {
    background: #101722;
    color: #fff
}

.cms-cta-inner .btn-default:before {
    background-color: #fff;
    background-image: url('../images/arrow-black.svg')
}

.cms-cta-inner .btn-default:hover {
    color: #101722
}

.cms-public .footer-links li a {
    color: inherit
}

.cms-public .slicknav_nav .cms-mobile-products {
    display: block !important;
    margin: 4px 8px 10px !important;
    padding: 7px !important;
    background: rgba(255, 255, 255, .035) !important;
    border: 1px solid rgba(147, 207, 45, .16) !important;
    border-radius: 12px !important
}

.cms-public .slicknav_nav .cms-mobile-products a {
    padding: 9px 12px !important;
    color: #b8e969 !important
}

@media(max-width:1199px) {
    .cms-public .main-menu .product-menu>.product-mega-panel {
        grid-template-columns: repeat(3, 1fr);
        width: 900px
    }

    .cms-product-grid,
    .cms-blog-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-detail-grid {
        gap: 40px
    }

    .content-layout {
        grid-template-columns: minmax(0, 1fr) 300px
    }
}

@media(max-width:991px) {
    .cms-hero {
        padding: 150px 0 80px
    }

    .navbar>.container {
        position: relative
    }

    .navbar-toggle {
        position: relative;
        z-index: 40;
        display: block;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        margin-left: auto
    }

    .navbar-toggle .slicknav_btn {
        position: static;
        float: none
    }

    .responsive-menu {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none;
        z-index: 30
    }

    .responsive-menu .slicknav_menu {
        top: 19px;
        right: 18px;
        left: auto;
        width: 44px;
        padding: 3px;
        background: transparent;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
        pointer-events: auto
    }

    .responsive-menu .slicknav_menu.is-menu-open {
        top: 8px;
        right: 8px;
        width: calc(100% - 16px);
        padding: 8px;
        background: rgba(10, 18, 30, .98);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 16px;
        box-shadow: 0 20px 45px rgba(0, 0, 0, .35)
    }

    .responsive-menu .slicknav_btn {
        float: none
    }

    .cms-public .cms-page-header {
        background-position: 62% center;
        padding: 165px 0 70px
    }

    .cms-public .cms-page-header .page-header-box {
        max-width: 760px;
        padding-left: 32px
    }

    .cms-public .slicknav_menu .product-mega-panel {
        display: block !important;
        width: auto !important;
        transform: none !important
    }

    .cms-public .slicknav_menu .product-mega-panel .mega-category {
        padding: 0 !important;
        background: none !important;
        border: 0 !important
    }

    .cms-public .slicknav_menu .product-mega-panel .mega-category-title {
        font-size: 14px !important;
        color: #b5e95a !important
    }

    .cms-public .slicknav_menu .product-mega-panel .mega-category ul {
        display: none
    }

    .cms-public .slicknav_menu .mega-view-all {
        display: none !important
    }

    .product-detail-grid,
    .content-layout,
    .article-layout {
        grid-template-columns: 1fr
    }

    .product-gallery-main,
    .detail-sidebar {
        position: static
    }

    .article-layout {
        max-width: 780px;
        margin: auto
    }

    .cms-cta-inner {
        align-items: flex-start;
        flex-direction: column
    }

    .cms-section {
        padding: 75px 0
    }
}

@media(max-width:767px) {
    .cms-hero {
        padding: 125px 0 65px
    }

    .cms-hero p {
        font-size: 16px
    }

    .responsive-menu .slicknav_menu {
        top: 17px;
        right: 17px
    }

    .cms-public .cms-page-header {
        background-position: 66% center;
        padding: 135px 0 56px
    }

    .cms-public .cms-page-header:before {
        background: linear-gradient(90deg, rgba(7, 13, 23, .97), rgba(9, 17, 29, .84))
    }

    .cms-public .cms-page-header .page-header-box {
        padding: 15px 0 15px 24px
    }

    .cms-public .cms-page-header .page-header-kicker {
        margin-bottom: 15px;
        font-size: 12px;
        letter-spacing: .13em
    }

    .cms-public .cms-page-header .page-header-kicker span {
        width: 30px
    }

    .cms-public .cms-page-header .cms-page-title {
        width: 100%;
        max-width: calc(100vw - 72px);
        margin-bottom: 20px;
        font-size: var(--page-header-title-size);
        line-height: 1.04;
        white-space: normal !important;
        word-break: normal;
        overflow-wrap: break-word
    }

    .cms-public .cms-page-header .page-header-box ol {
        padding-top: 12px
    }

    .cms-public .cms-page-header .page-header-box ol li.breadcrumb-item {
        font-size: var(--page-header-breadcrumb-size)
    }

    .cms-public .cms-page-header .page-header-box ol li.breadcrumb-item.active {
        max-width: 210px
    }

    .cms-public .cms-page-header .page-header-box ol .breadcrumb-item+.breadcrumb-item:before {
        padding-inline: 6px
    }

    .cms-page-ticker .scrolling-content span {
        font-size: 20px !important
    }

    .cms-section-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .cms-product-grid,
    .cms-blog-grid,
    .category-showcase {
        grid-template-columns: 1fr
    }

    .feature-mini-list {
        grid-template-columns: 1fr
    }

    .product-detail {
        padding: 65px 0
    }

    .product-gallery-main {
        padding: 25px;
        border-radius: 20px
    }

    .product-info .product-title {
        font-size: 40px
    }

    .cms-section {
        padding: 60px 0
    }

    .cms-cta-inner h2 {
        font-size: 35px
    }

    .article-wrap {
        padding: 60px 0
    }

    .cms-rich-content h2 {
        font-size: 31px
    }

    #product-description .cms-rich-content h1 {
        font-size: 40px
    }

}

@media(max-width:480px) {
    .category-pills {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 5px
    }

    .category-pills {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .category-pills::-webkit-scrollbar {
        display: none;
    }

    .category-pill {
        flex: 0 0 auto
    }

    .cms-product-body,
    .cms-blog-body {
        padding: 19px
    }

    .cms-hero h1 {
        font-size: 39px
    }

    .cms-cta {
        padding: 48px 0
    }
}

@media(max-width:991px) {
    .product-gallery {
        position: static
    }
}

/* Public CMS visibility safeguards.
   These selectors intentionally outrank the original dark-theme heading rules. */
.cms-public main>.cms-page-header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.cms-public .cms-page-header .page-header-box,
.cms-public .cms-page-header .page-header-box nav,
.cms-public .cms-page-header .page-header-box .breadcrumb {
    visibility: visible !important;
    opacity: 1 !important;
}

.cms-public .cms-page-header .page-header-box .breadcrumb {
    display: inline-flex !important;
}

.cms-public .cms-page-header .page-header-box .breadcrumb-item,
.cms-public .cms-page-header .page-header-box .breadcrumb-item a {
    visibility: visible !important;
    opacity: 1 !important;
}

.cms-public .product-detail {
    color: #263129;
}

.cms-public .product-detail .product-info h1,
.cms-public .product-detail .product-info .product-title {
    color: #17201a !important;
    text-shadow: none !important;
}

.cms-public .product-detail .product-price {
    color: #18231a !important;
    text-shadow: none !important;
}

.cms-public .cms-section-heading h2,
.cms-public .cms-section.white .cms-rich-content h2,
.cms-public .cms-section.white .cms-rich-content h3,
.cms-public .cms-section.white .cms-rich-content h4,
.cms-public .article-wrap .cms-rich-content h2,
.cms-public .article-wrap .cms-rich-content h3,
.cms-public .article-wrap .cms-rich-content h4 {
    color: #17201a !important;
    text-shadow: none !important;
}

.cms-public .cms-section.white .cms-rich-content,
.cms-public .cms-section.white .cms-rich-content p,
.cms-public .cms-section.white .cms-rich-content li,
.cms-public .article-wrap .cms-rich-content,
.cms-public .article-wrap .cms-rich-content p,
.cms-public .article-wrap .cms-rich-content li {
    color: #455049 !important;
}

.cms-public .spec-card,
.cms-public .spec-card dt,
.cms-public .spec-card dd {
    color: #455049 !important;
}

.cms-public .spec-card h3 {
    color: #17201a !important;
}

.cms-public .sidebar-cta h3 {
    color: #fff !important;
}

.cms-public .sidebar-cta p {
    color: #aeb9c5 !important;
}

/* Structured blocks produced by the admin content editor. */
.cms-public .cms-rich-content:after {
    content: "";
    display: table;
    clear: both
}

.cms-public .cms-rich-content .lead {
    color: #52605a !important;
    font-size: 21px;
    line-height: 1.65
}

.cms-public .cms-rich-content mark {
    padding: 2px 5px;
    border-radius: 4px;
    background: #e6f5c9;
    color: #263519
}

.cms-public .cms-rich-content .content-callout {
    margin: 28px 0;
    padding: 21px 23px;
    border: 1px solid #d8e8bc;
    border-left: 4px solid #8fc52e;
    border-radius: 12px;
    background: #f4f9eb;
    color: #3f4d41 !important
}

.cms-public .cms-rich-content .content-callout.is-note {
    border-color: #c9dfef;
    border-left-color: #3e8bc2;
    background: #eef7fd
}

.cms-public .cms-rich-content .content-callout.is-warning {
    border-color: #ecd7a5;
    border-left-color: #d79b19;
    background: #fff8e8
}

.cms-public .cms-rich-content .text-align-left {
    text-align: left
}

.cms-public .cms-rich-content .text-align-center {
    text-align: center
}

.cms-public .cms-rich-content .text-align-right {
    text-align: right
}

.cms-public .cms-rich-content .text-align-justify {
    text-align: justify
}

.cms-public .cms-rich-content .content-indent-1 {
    margin-left: 36px
}

.cms-public .cms-rich-content .content-indent-2 {
    margin-left: 72px
}

.cms-public .cms-rich-content .content-indent-3 {
    margin-left: 108px
}

.cms-public .cms-rich-content .content-media {
    margin: 30px auto
}

.cms-public .cms-rich-content .content-media.align-left {
    max-width: 48%;
    margin-right: 28px;
    float: left
}

.cms-public .cms-rich-content .content-media.align-right {
    max-width: 48%;
    margin-left: 28px;
    float: right
}

.cms-public .cms-rich-content .content-media.align-wide {
    width: 100%;
    max-width: none
}

.cms-public .cms-rich-content .content-media.size-large {
    max-width: 760px
}

.cms-public .cms-rich-content .content-media.size-medium {
    max-width: 480px
}

.cms-public .cms-rich-content .content-media img {
    display: block;
    width: 100%;
    height: auto
}

.cms-public .cms-rich-content figcaption {
    margin-top: 9px;
    color: #79847d !important;
    font-size: 12px;
    text-align: center
}

.cms-public .cms-rich-content .content-table-wrap {
    max-width: 100%;
    margin: 30px 0;
    overflow: auto;
    border: 1px solid #dce3dd;
    border-radius: 12px
}

.cms-public .cms-rich-content .content-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #fff
}

.cms-public .cms-rich-content .content-table th,
.cms-public .cms-rich-content .content-table td {
    min-width: 120px;
    padding: 13px 15px;
    border-right: 1px solid #dce3dd;
    border-bottom: 1px solid #dce3dd;
    text-align: left;
    vertical-align: top
}

.cms-public .cms-rich-content .content-table th:last-child,
.cms-public .cms-rich-content .content-table td:last-child {
    border-right: 0
}

.cms-public .cms-rich-content .content-table tr:last-child td {
    border-bottom: 0
}

.cms-public .cms-rich-content .content-table th {
    background: #edf5e2;
    color: #365413;
    font-weight: 750
}

@media(max-width:767px) {

    .cms-public .cms-rich-content .content-indent-1,
    .cms-public .cms-rich-content .content-indent-2,
    .cms-public .cms-rich-content .content-indent-3 {
        margin-left: 18px
    }

    .cms-public .cms-rich-content .content-media.align-left,
    .cms-public .cms-rich-content .content-media.align-right {
        max-width: 100%;
        margin: 25px auto;
        float: none
    }
}

@media(max-width:767px) {
    .product-gallery-arrow {
        width: 36px;
        height: 36px
    }

    .product-gallery-arrow.previous {
        left: 8px
    }

    .product-gallery-arrow.next {
        right: 8px
    }

    .product-gallery-zoom {
        top: 9px;
        right: 9px;
        width: 36px;
        height: 36px
    }

    .product-gallery-counter {
        right: 9px;
        bottom: 9px
    }

    .product-gallery-lightbox {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        padding: 58px 8px 25px
    }

    .product-gallery-lightbox-stage {
        height: calc(100vh - 90px)
    }

    .product-gallery-lightbox-arrow {
        width: 38px;
        height: 38px
    }

    .product-gallery-lightbox-close {
        right: 12px;
        top: 10px;
        width: 40px;
        height: 40px
    }
}

/* Keep long gallery rows and rich content from widening responsive grid tracks. */
.product-detail-grid>*,
.content-layout>* {
    min-width: 0;
}

.product-gallery,
.product-info,
.product-thumbnails-panel,
.product-thumbnails {
    min-width: 0;
    max-width: 100%;
}

.product-thumbnails-panel {
    overflow: hidden;
}

@media(max-width:767px) {

    .product-gallery,
    .product-info,
    .product-gallery-main,
    .content-layout,
    .cms-rich-content,
    .detail-sidebar {
        width: 100%;
        max-width: 100%;
    }
}

/* Full-screen gallery: contain every image inside the visible viewport. */
.product-gallery-lightbox-stage {
    position: relative;
    min-height: 0;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    overflow: hidden;
}

.product-gallery-lightbox-stage img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 240px) !important;
    max-height: calc(100vh - 96px) !important;
    max-height: calc(100dvh - 96px) !important;
    object-fit: contain;
    object-position: center;
}

.product-gallery-lightbox-stage span {
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.cms-card-foot.no-price {
    justify-content: flex-end;
}

@media(max-width:767px) {
    .product-gallery-lightbox-stage {
        height: calc(100vh - 88px);
        height: calc(100dvh - 88px);
    }

    .product-gallery-lightbox-stage img {
        max-width: calc(100vw - 112px) !important;
        max-height: calc(100vh - 112px) !important;
        max-height: calc(100dvh - 112px) !important;
    }
}

/* Premium semantic tables for product details and technical specifications. */
.product-data-card,
.product-specifications-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfe6df;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(20, 34, 23, .07);
}

.product-data-card:before,
.product-specifications-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #8fc72e, #b3e35d);
}

.product-details-card {
    margin: 0 0 48px;
}

.product-specifications-card {
    padding: 0;
}

.product-data-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px 24px 19px;
    background: linear-gradient(135deg, #f6faef, #fff 72%);
    border-bottom: 1px solid #e5ebe4;
}

.product-data-heading>span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #e8f4d6;
    color: #659719;
    font-size: 16px;
}

.product-data-heading small {
    display: block;
    margin-bottom: 2px;
    color: #74a328 !important;
    font: 750 9px/1.2 "Rubik", sans-serif;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.cms-rich-content .product-data-heading h2,
.product-data-heading h3 {
    margin: 0;
    color: #17201a;
    font-family: var(--accent-font);
    font-size: 28px;
    line-height: 1;
}

.product-data-heading.compact {
    padding: 20px 20px 17px;
}

.product-data-heading.compact>span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

.product-data-heading.compact h3 {
    font-size: 24px;
}

.product-data-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.product-data-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: #3f4b43;
    font: 500 14px/1.45 "Rubik", sans-serif;
}

.product-data-table th,
.product-data-table td {
    padding: 15px 18px;
    border: 0;
    border-bottom: 1px solid #e8ede8;
    overflow-wrap: anywhere;
    text-align: left;
    vertical-align: middle;
}

.product-data-table thead th {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #18231d;
    color: #c9d3cb;
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.product-data-table tbody tr:last-child th,
.product-data-table tbody tr:last-child td {
    border-bottom: 0;
}

.product-data-table tbody tr {
    transition: background .18s ease;
}

.product-data-table tbody tr:nth-child(even) {
    background: #fafcf9;
}

.product-data-table tbody tr:hover {
    background: #f2f8e9;
}

.product-data-table tbody th {
    color: #253129;
    font-weight: 700;
}

.product-data-table .table-row-number {
    width: 68px;
    text-align: center;
}

.product-data-table .table-row-number span {
    display: inline-grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: #eaf4dc;
    color: #629119;
    font-size: 10px;
    font-weight: 800;
}

.product-details-table tbody td {
    color: #445148;
    font-size: 15px;
}

.specifications-table th:first-child {
    width: 43%;
}

.specifications-table tbody th,
.specifications-table tbody td {
    padding: 13px 15px;
    font-size: 12px;
}

.specifications-table tbody td {
    color: #526058;
    font-weight: 600;
}

@media(max-width:767px) {
    .product-details-card {
        margin-bottom: 36px
    }

    .product-data-heading {
        padding: 18px
    }

    .product-data-table th,
    .product-data-table td {
        padding: 13px 12px
    }

    .product-data-table .table-row-number {
        width: 52px
    }

    .product-details-table tbody td {
        font-size: 14px
    }
}

/* Product details table shown immediately below the short description. */
.product-summary-details {
    margin: 27px 0 23px;
}

.product-summary-details h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: #17201a;
    font-family: var(--accent-font);
    font-size: 25px;
    line-height: 1.1;
}

.product-summary-details h3 i {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    background: #eaf4da;
    color: #649419;
    font-size: 12px;
}

.product-summary-table-wrap {
    overflow: hidden;
    border: 1px solid #d6ddd7;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(23, 35, 26, .045);
}

.product-summary-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: #3f4b43;
    font: 500 13px/1.4 "Rubik", sans-serif;
}

.product-summary-table th,
.product-summary-table td {
    padding: 12px 14px;
    border: 1px solid #d6ddd7;
    overflow-wrap: anywhere;
    text-align: left;
    vertical-align: middle;
}

.product-summary-table tr:first-child th,
.product-summary-table tr:first-child td {
    border-top: 0;
}

.product-summary-table tr:last-child th,
.product-summary-table tr:last-child td {
    border-bottom: 0;
}

.product-summary-table th:first-child,
.product-summary-table td:first-child {
    border-left: 0;
}

.product-summary-table th:last-child,
.product-summary-table td:last-child {
    border-right: 0;
}

.product-summary-table tbody th {
    width: 38%;
    background: #f4f8ef;
    color: #263229;
    font-weight: 750;
}

.product-summary-table tbody tr:nth-child(even) td {
    background: #fbfcfb;
}

.product-summary-table tbody tr:hover th,
.product-summary-table tbody tr:hover td {
    background: #eef6e3;
}

.specifications-table {
    border-collapse: collapse;
}

.specifications-table th,
.specifications-table td {
    border: 1px solid #d8dfd9 !important;
}

@media(max-width:767px) {
    .product-summary-details {
        margin: 24px 0 21px
    }

    .product-summary-details h3 {
        font-size: 23px
    }

    .product-summary-table th,
    .product-summary-table td {
        padding: 11px 10px;
        font-size: 12px
    }

    .product-summary-table tbody th {
        width: 41%
    }
}

/* Products use the same compact theme dropdown as Services. */
.cms-public .main-menu .product-menu {
    position: relative;
}

@media(min-width:992px) {
    .cms-public .main-menu .product-dropdown>li.submenu>.product-category-dropdown {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: calc(100% + 12px);
        width: 285px;
        max-height: calc(100vh - 180px);
        max-height: var(--product-submenu-max-height, calc(100dvh - 180px));
        margin: 0;
        padding: 10px !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        scrollbar-color: rgba(159, 215, 57, .75) rgba(255, 255, 255, .07);
        border: 1px solid rgba(139, 196, 45, .26);
        border-radius: 16px;
        background:
            radial-gradient(circle at 100% 0, rgba(139, 196, 45, .13), transparent 38%),
            linear-gradient(145deg, rgba(31, 40, 56, .99), rgba(15, 23, 36, .99));
        box-shadow: 0 24px 58px rgba(4, 9, 17, .4);
        transform: translateX(10px) scale(.97);
        transform-origin: left top;
        pointer-events: none;
        transition: opacity .22s ease, transform .28s ease, visibility .22s ease;
    }

    .cms-public .main-menu .product-dropdown>li.submenu>.product-category-dropdown::-webkit-scrollbar {
        width: 7px;
    }

    .cms-public .main-menu .product-dropdown>li.submenu>.product-category-dropdown::-webkit-scrollbar-track {
        margin: 10px 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .07);
    }

    .cms-public .main-menu .product-dropdown>li.submenu>.product-category-dropdown::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        border-radius: 999px;
        background: linear-gradient(180deg, #b8f127, var(--accent-color)) padding-box;
    }

    .cms-public .main-menu .product-dropdown>li.submenu>.product-category-dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 14px;
        height: 100%;
    }

    .cms-public .main-menu .product-dropdown>li.submenu:hover>.product-category-dropdown,
    .cms-public .main-menu .product-dropdown>li.submenu:focus-within>.product-category-dropdown {
        visibility: visible;
        opacity: 1;
        padding: 10px !important;
        transform: none;
        pointer-events: auto;
    }

    .cms-public .main-menu .product-dropdown>li.submenu.submenu-align-left>.product-category-dropdown {
        right: calc(100% + 12px);
        left: auto;
        transform: translateX(-10px) scale(.97);
        transform-origin: right top;
    }

    .cms-public .main-menu .product-dropdown>li.submenu.submenu-align-left:hover>.product-category-dropdown,
    .cms-public .main-menu .product-dropdown>li.submenu.submenu-align-left:focus-within>.product-category-dropdown {
        transform: none;
    }

    .cms-public .main-menu .product-dropdown>li.submenu.submenu-align-left>.product-category-dropdown:before {
        right: auto;
        left: 100%;
    }

    .cms-public .main-menu .product-category-dropdown>li+li {
        margin-top: 5px;
    }

    .cms-public .main-menu .product-category-dropdown>li>a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 45px;
        padding: 10px 14px 10px 29px !important;
        border: 1px solid rgba(255, 255, 255, .055);
        border-radius: 10px;
        background: rgba(255, 255, 255, .035);
        color: rgba(255, 255, 255, .9);
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
    }

    .cms-public .main-menu .product-category-dropdown>li>a:before {
        content: "";
        position: absolute;
        left: 14px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--accent-color);
        box-shadow: 0 0 10px rgba(139, 196, 45, .38);
    }

    .cms-public .main-menu .product-category-dropdown>li>a:after {
        display: none;
    }

    .cms-public .main-menu .product-category-dropdown>li>a:hover,
    .cms-public .main-menu .product-category-dropdown>li>a:focus {
        padding: 10px 14px 10px 29px !important;
        border-color: rgba(203, 255, 51, .55);
        background: linear-gradient(135deg, #b8f127, var(--accent-color));
        color: var(--accent-secondary-color);
        transform: translateX(3px);
    }

    .cms-public .main-menu .product-category-dropdown>li>a:hover:before,
    .cms-public .main-menu .product-category-dropdown>li>a:focus:before {
        background: var(--accent-secondary-color);
        box-shadow: none;
    }
}

@media(max-width:1199px) {
    .cms-public .responsive-menu .slicknav_menu.is-menu-open .slicknav_nav {
        max-height: calc(100vh - 92px);
        max-height: calc(100dvh - 92px);
        padding-right: 3px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        scrollbar-color: rgba(159, 215, 57, .8) rgba(255, 255, 255, .07);
    }

    .cms-public .responsive-menu .slicknav_menu.is-menu-open .slicknav_nav::-webkit-scrollbar,
    .cms-public .slicknav_nav .product-category-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .cms-public .responsive-menu .slicknav_menu.is-menu-open .slicknav_nav::-webkit-scrollbar-track,
    .cms-public .slicknav_nav .product-category-dropdown::-webkit-scrollbar-track {
        border-radius: 999px;
        background: rgba(255, 255, 255, .07);
    }

    .cms-public .responsive-menu .slicknav_menu.is-menu-open .slicknav_nav::-webkit-scrollbar-thumb,
    .cms-public .slicknav_nav .product-category-dropdown::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: linear-gradient(180deg, #b8f127, var(--accent-color));
    }

    .cms-public .slicknav_nav .product-dropdown {
        width: auto !important;
        margin: 4px 6px 8px !important;
        padding: 6px !important;
        border: 1px solid rgba(139, 196, 45, .2);
        border-radius: 13px;
        background: rgba(255, 255, 255, .025);
    }

    .cms-public .slicknav_nav .product-dropdown>li>.slicknav_item {
        display: flex;
        align-items: center;
        min-width: 0;
        padding: 11px 38px 11px 30px !important;
    }

    .cms-public .slicknav_nav .product-dropdown>li>.slicknav_item>a,
    .cms-public .slicknav_nav .product-dropdown>li>.slicknav_item>a:hover,
    .cms-public .slicknav_nav .product-dropdown>li>.slicknav_item>a:focus {
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: inherit !important;
        line-height: 1.35;
        white-space: normal;
        box-shadow: none !important;
        transform: none !important;
    }

    .cms-public .slicknav_nav .product-dropdown>li>.slicknav_item>a:before {
        display: none !important;
    }

    .cms-public .slicknav_nav .product-dropdown>li+li {
        margin-top: 4px;
    }

    .cms-public .slicknav_nav .product-category-dropdown {
        position: static !important;
        visibility: visible;
        opacity: 1;
        width: auto !important;
        max-height: none;
        margin: 3px 0 8px 12px !important;
        padding: 5px !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
        transform: none !important;
        pointer-events: auto;
        border-left: 2px solid rgba(159, 215, 57, .5);
        border-radius: 0 10px 10px 0;
        background: rgba(0, 0, 0, .14);
    }

    .cms-public .slicknav_nav .product-category-dropdown>li>a {
        margin: 2px 0 !important;
        padding: 9px 12px 9px 28px !important;
        border-radius: 8px !important;
        color: rgba(255, 255, 255, .82) !important;
        font-size: 13px !important;
        line-height: 1.35;
        white-space: normal !important;
    }

    .cms-public .slicknav_nav .product-category-dropdown>li>a:before {
        left: 13px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        box-shadow: 0 0 9px rgba(159, 215, 57, .38);
    }

    .cms-public .slicknav_nav .product-category-dropdown>li>a:hover,
    .cms-public .slicknav_nav .product-category-dropdown>li>a:focus {
        padding: 9px 12px 9px 28px !important;
        background: rgba(159, 215, 57, .13) !important;
        color: #b8f127 !important;
    }
}

/* Product catalogue search and filtering. */
.product-catalogue-section {
    background:
        radial-gradient(circle at 92% 4%, rgba(139, 196, 45, .08), transparent 25%),
        #f7f8f7;
}

.product-catalogue-toolbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) minmax(245px, .85fr) minmax(155px, .42fr);
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid #dfe5df;
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 42px rgba(22, 36, 25, .075);
}

.product-catalogue-toolbar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 23px;
    left: 23px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
}

.catalogue-search-field label,
.catalogue-filter-field label {
    display: block;
    margin: 0 0 8px 3px;
    color: #263129;
    font: 700 12px "Rubik", sans-serif;
    letter-spacing: .025em;
}

.catalogue-search-field,
.catalogue-filter-field {
    min-width: 0
}

.catalogue-control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    overflow: hidden;
    border: 1px solid #d8dfd9;
    border-radius: 13px;
    background: #f8faf7;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.catalogue-control:focus-within {
    border-color: #8bc42d;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(139, 196, 45, .13);
}

.catalogue-control>i {
    position: absolute;
    left: 17px;
    z-index: 1;
    color: #719d28;
    font-size: 15px;
    pointer-events: none;
}

.catalogue-control input,
.catalogue-control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    padding: 0 45px 0 45px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17201a;
    font: 500 14px "Rubik", sans-serif;
}

.catalogue-control input::placeholder {
    color: #8a948d
}

.catalogue-control select {
    padding-right: 38px;
    cursor: pointer;
}

.catalogue-search-clear {
    position: absolute;
    right: 10px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #e9eee7;
    color: #465149;
    cursor: pointer;
    transition: .2s ease;
}

.catalogue-search-clear:hover {
    background: #17201a;
    color: #fff
}

.catalogue-result-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    min-height: 54px;
    padding: 9px 15px;
    border-radius: 13px;
    background: linear-gradient(145deg, #1c2836, #101722);
    color: #fff;
}

.catalogue-result-summary strong {
    grid-row: 1/3;
    align-self: center;
    margin-right: 10px;
    color: #a7df3c;
    font: 750 29px/1 "Rajdhani", sans-serif;
}

.catalogue-result-summary span {
    align-self: end;
    color: #d7ded9;
    font-size: 11px;
    line-height: 1.2;
}

.catalogue-result-summary button {
    justify-self: start;
    padding: 0;
    border: 0;
    background: none;
    color: #a7df3c;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.product-catalogue-section .category-pills {
    margin: 0 0 32px
}

.product-catalogue-section .category-pill {
    appearance: none;
    cursor: pointer;
}

.product-catalogue-section .cms-product-card[hidden] {
    display: none !important
}

.product-filter-empty {
    padding: 65px 25px;
    border: 1px dashed #cbd5cc;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 15px 38px rgba(22, 36, 25, .05);
}

.product-filter-empty>span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 17px;
    border-radius: 18px;
    background: #edf6df;
    color: #72a51d;
    font-size: 21px;
}

.product-filter-empty h3 {
    margin: 0 0 8px;
    color: #17201a;
    font-size: 28px
}

.product-filter-empty p {
    margin: 0;
    color: #737e76
}

.product-filter-empty button {
    margin-top: 21px;
    padding: 11px 17px;
    border: 0;
    border-radius: 10px;
    background: #92ce29;
    color: #101722;
    font-weight: 800;
    cursor: pointer;
}

@media(max-width:991px) {
    .product-catalogue-toolbar {
        grid-template-columns: 1fr 1fr
    }

    .catalogue-result-summary {
        grid-column: 1/-1;
        grid-template-columns: auto auto 1fr;
        justify-content: start
    }

    .catalogue-result-summary strong {
        grid-row: auto
    }

    .catalogue-result-summary span {
        align-self: center
    }

    .catalogue-result-summary button {
        align-self: center;
        justify-self: end;
        margin-left: auto
    }
}

@media(max-width:640px) {
    .product-catalogue-section {
        overflow-x: clip
    }

    .product-catalogue-toolbar {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr);
        padding: 17px;
        border-radius: 17px
    }

    .catalogue-control {
        width: 100%;
        max-width: 100%
    }

    .catalogue-result-summary {
        grid-column: auto;
        grid-template-columns: auto minmax(0, 1fr);
        max-width: 100%
    }

    .catalogue-result-summary button {
        grid-column: 2;
        justify-self: start;
        margin: 3px 0 0
    }

    .catalogue-control input,
    .catalogue-control select {
        font-size: 13px
    }

    .product-filter-empty {
        max-width: 100%;
        padding: 48px 18px
    }

    .product-filter-empty h3 {
        font-size: 24px;
        line-height: 1.08;
        overflow-wrap: anywhere
    }
}

/* Premium blog index and editorial article experience. */
.blog-index {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        radial-gradient(circle at 92% 8%, rgba(145, 202, 47, .12), transparent 28%),
        radial-gradient(circle at 4% 48%, rgba(23, 32, 43, .055), transparent 25%),
        #f6f8f5;
}

.blog-index:before {
    content: "";
    position: absolute;
    top: 74px;
    right: -110px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(120, 170, 32, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(120, 170, 32, .035), 0 0 0 70px rgba(120, 170, 32, .025);
    pointer-events: none;
}

.blog-index>.container {
    position: relative;
    z-index: 1
}

.blog-index-intro>*,
.blog-featured-story>*,
.blog-library-head>*,
.blog-filter-toolbar>*,
.premium-blog-card>*,
.premium-article-layout>* {
    min-width: 0;
}

.blog-index-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 42px;
}

.blog-index-intro .cms-kicker,
.blog-library-head .cms-kicker {
    color: #6f9f1f;
    letter-spacing: .14em;
}

.blog-index-intro h2 {
    margin: 10px 0 0;
    color: #17201a;
    font-size: clamp(46px, 5.7vw, 76px);
    line-height: .9;
    letter-spacing: -.045em;
}

.blog-index-intro h2 em {
    color: #83b92a;
    font-style: normal;
}

.blog-index-intro-copy {
    padding-bottom: 4px;
}

.blog-index-intro-copy>p {
    max-width: 560px;
    margin: 0 0 22px;
    color: #667168;
    font-size: 17px;
    line-height: 1.7;
}

.blog-index-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 19px;
}

.blog-index-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #344138;
    font-size: 12px;
    font-weight: 700;
}

.blog-index-proof i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #91ca2f;
    color: #101722;
    font-size: 8px;
}

.blog-featured-story {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.17fr) minmax(360px, .83fr);
    min-height: 520px;
    margin-bottom: 100px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 30px;
    background:
        radial-gradient(circle at 105% 5%, rgba(156, 215, 51, .18), transparent 31%),
        linear-gradient(145deg, #1b2835, #0e1621);
    box-shadow: 0 32px 75px rgba(17, 28, 20, .18);
}

.blog-featured-story:after {
    content: "";
    position: absolute;
    right: 35px;
    bottom: 28px;
    width: 120px;
    height: 120px;
    opacity: .13;
    background-image: radial-gradient(circle, #a3dc3e 1.5px, transparent 1.5px);
    background-size: 13px 13px;
    pointer-events: none;
}

.blog-featured-media {
    position: relative;
    display: block;
    min-height: 520px;
    overflow: hidden;
}

.blog-featured-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 68%, rgba(14, 22, 33, .58));
    pointer-events: none;
}

.blog-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .65, .25, 1);
}

.blog-featured-story:hover .blog-featured-media img {
    transform: scale(1.045)
}

.blog-featured-label {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(14, 22, 33, .72);
    color: #fff;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
    backdrop-filter: blur(12px);
}

.blog-featured-label i {
    color: #a5dd3e
}

.blog-featured-image-link {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 25px;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #a0d83a;
    color: #101722;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .22);
    transition: .25s ease;
}

.blog-featured-media:hover .blog-featured-image-link {
    transform: rotate(45deg);
    background: #fff
}

.blog-featured-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 54px;
}

.blog-featured-topline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #a8df42;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.blog-featured-topline span+span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 12px 2px 0;
    border-radius: 50%;
    background: #65717c;
}

.blog-featured-content h2 {
    margin: 0 0 20px;
    font-size: clamp(38px, 3.4vw, 53px);
    line-height: .96;
    letter-spacing: -.035em;
}

.blog-featured-content h2 a {
    color: #fff
}

.blog-featured-content>p {
    margin: 0;
    color: #b5c0ca;
    font-size: 15px;
    line-height: 1.75;
}

.blog-featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.blog-author-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 13px;
    background: linear-gradient(145deg, #a8df42, #78ad21);
    color: #132015;
    font: 750 19px "Rajdhani", sans-serif;
    box-shadow: 0 8px 18px rgba(108, 158, 28, .18);
}

.blog-author>span:last-child {
    display: grid;
    min-width: 0
}

.blog-author strong {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-author small {
    color: #8e9aa5;
    font-size: 10px
}

.blog-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    color: #a8df42;
    font-size: 12px;
    font-weight: 750;
}

.blog-primary-link i {
    transition: transform .2s ease
}

.blog-primary-link:hover {
    color: #fff
}

.blog-primary-link:hover i {
    transform: translateX(4px)
}

.blog-library-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 30px;
}

.blog-library-head h2 {
    margin: 7px 0 0;
    color: #17201a;
    font-size: clamp(40px, 4.5vw, 60px);
    line-height: .95;
}

.blog-library-head>p {
    max-width: 500px;
    margin: 0 0 3px;
    color: #6c776f;
    line-height: 1.65;
}

.blog-filter-toolbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 1.25fr) minmax(235px, .7fr) minmax(160px, .38fr);
    gap: 15px;
    align-items: end;
    margin-bottom: 32px;
    padding: 22px;
    border: 1px solid #dfe5df;
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 45px rgba(22, 36, 25, .07);
    backdrop-filter: blur(14px);
}

.blog-filter-toolbar:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 24px;
    width: 92px;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: #91ca2f;
}

.blog-filter-field label {
    display: block;
    margin: 0 0 8px 3px;
    color: #28342b;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
}

.blog-filter-field {
    min-width: 0
}

.blog-filter-control {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    border: 1px solid #d8dfd9;
    border-radius: 13px;
    background: #f7faf5;
    transition: .2s ease;
}

.blog-filter-control:focus-within {
    border-color: #8bc42d;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(139, 196, 45, .13);
}

.blog-filter-control>i {
    position: absolute;
    left: 17px;
    color: #739e2d;
    font-size: 14px;
    pointer-events: none;
}

.blog-filter-control input,
.blog-filter-control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17201a;
    font: 500 14px "Rubik", sans-serif;
}

.blog-filter-control input::placeholder {
    color: #8b958e
}

.blog-filter-control select {
    padding-right: 38px;
    cursor: pointer
}

.blog-search-clear {
    position: absolute;
    right: 10px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #e7ede4;
    color: #3f4b42;
    cursor: pointer;
}

.blog-search-clear:hover {
    background: #17201a;
    color: #fff
}

.blog-result-summary {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    min-height: 54px;
    padding: 9px 15px;
    border-radius: 13px;
    background: linear-gradient(145deg, #1c2836, #101722);
    color: #fff;
}

.blog-result-summary strong {
    grid-row: 1/3;
    align-self: center;
    margin-right: 10px;
    color: #a7df3c;
    font: 750 29px/1 "Rajdhani", sans-serif;
}

.blog-result-summary span {
    align-self: end;
    color: #d6ded8;
    font-size: 10px;
    line-height: 1.2;
}

.blog-result-summary button {
    justify-self: start;
    padding: 0;
    border: 0;
    background: none;
    color: #a7df3c;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}

.premium-blog-grid {
    align-items: stretch
}

.premium-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border-color: #e0e6e0;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(22, 36, 25, .055);
}

.premium-blog-card[hidden] {
    display: none !important
}

.premium-blog-card:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #79ad22, #b7ed50);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.premium-blog-card:hover:before {
    transform: scaleX(1)
}

.premium-blog-card .cms-blog-image {
    position: relative;
    display: block;
    aspect-ratio: 1.38/1;
}

.premium-blog-card .cms-blog-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12, 20, 29, .52), transparent 52%);
    opacity: .72;
    transition: .35s ease;
}

.premium-blog-card:hover .cms-blog-image:after {
    opacity: 1
}

.blog-card-topic {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 17px;
    max-width: calc(100% - 84px);
    padding: 7px 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(13, 22, 32, .72);
    color: #eaf5dd;
    font-size: 9px;
    font-weight: 750;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: .07em;
    white-space: nowrap;
    backdrop-filter: blur(9px);
}

.blog-card-arrow {
    position: absolute;
    z-index: 2;
    right: 17px;
    bottom: 15px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #a4de3d;
    color: #101722;
    font-size: 12px;
    transition: .25s ease;
}

.premium-blog-card:hover .blog-card-arrow {
    transform: rotate(45deg)
}

.premium-blog-card .cms-blog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.premium-blog-card .cms-blog-meta {
    justify-content: space-between
}

.premium-blog-card .cms-blog-body h2 {
    margin: 15px 0 12px;
    font-size: 30px;
    line-height: 1.02;
}

.premium-blog-card .cms-blog-body>p {
    display: -webkit-box;
    min-height: 66px;
    margin-bottom: 22px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.58;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e8ece8;
}

.blog-author.compact .blog-author-avatar {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    font-size: 16px;
}

.blog-author.compact strong {
    max-width: 140px;
    color: #253129;
    font-size: 10px
}

.blog-author.compact small {
    color: #8b958d;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.blog-card-read {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef5e6;
    color: #5d8f14;
}

.blog-card-read span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.blog-card-read:hover {
    background: #17201a;
    color: #a5dd3e
}

.blog-filter-empty,
.blog-empty-state {
    padding: 70px 25px;
    border: 1px dashed #cbd5cc;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 15px 38px rgba(22, 36, 25, .05);
}

.blog-filter-empty>span {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: #edf6df;
    color: #72a51d;
    font-size: 22px;
}

.blog-filter-empty h3 {
    margin: 0 0 8px;
    color: #17201a;
    font-size: 30px
}

.blog-filter-empty p {
    margin: 0;
    color: #737e76
}

.blog-filter-empty button {
    margin-top: 20px;
    padding: 11px 17px;
    border: 0;
    border-radius: 10px;
    background: #92ce29;
    color: #101722;
    font-weight: 800;
    cursor: pointer;
}

.blog-reading-progress {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: rgba(16, 23, 34, .12);
    pointer-events: none;
}

.blog-reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #74a91e, #b7ed50);
    box-shadow: 0 0 12px rgba(158, 215, 56, .6);
}

.premium-article-wrap {
    position: relative;
    overflow: clip;
    padding: 88px 0 115px;
    background:
        radial-gradient(circle at 3% 10%, rgba(139, 196, 45, .09), transparent 25%),
        linear-gradient(180deg, #f4f7f3, #fff 36%);
}

.premium-article-wrap:before {
    content: "";
    position: absolute;
    top: 105px;
    right: -85px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(120, 170, 32, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(120, 170, 32, .028);
    pointer-events: none;
}

.blog-article-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin: 0 0 28px;
    padding: 20px 24px;
    border: 1px solid #dfe6df;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 38px rgba(22, 36, 25, .06);
}

.blog-article-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #639416;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.blog-article-category i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #eaf5d9;
    color: #74a91f;
    font-size: 10px;
}

.blog-article-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    min-width: 0;
}

.blog-article-meta>.blog-author strong {
    color: #253129
}

.blog-article-meta>span:not(.blog-meta-divider) {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #77827a;
    font-size: 11px;
}

.blog-article-meta>span i {
    color: #7eaf29
}

.blog-article-meta>span strong {
    color: #3c4840;
    font-weight: 650
}

.blog-meta-divider {
    width: 1px;
    height: 34px;
    background: #e0e5e0;
}

.premium-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 830px) minmax(300px, 350px);
    gap: 38px;
    align-items: start;
    justify-content: center;
}

.blog-article-canvas {
    min-width: 0;
    padding: 22px 50px 48px;
    border: 1px solid #e0e6e0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(22, 36, 25, .075);
}

.blog-article-cover {
    position: relative;
    margin: 0 -28px 38px;
    overflow: hidden;
    border-radius: 19px;
    background: #e9ede9;
}

.blog-article-cover:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32%;
    background: linear-gradient(transparent, rgba(10, 18, 26, .65));
    pointer-events: none;
}

.blog-article-cover .article-featured {
    display: block;
    width: 100%;
    max-height: 530px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    transition: transform .65s ease;
}

.blog-article-cover:hover .article-featured {
    transform: scale(1.025)
}

.blog-article-cover figcaption {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 16px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.blog-article-deck {
    position: relative;
    margin: 0 0 35px;
    padding: 2px 0 2px 22px;
    border-left: 4px solid #91ca2f;
    color: #334138;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.62;
}

.blog-article-canvas .cms-rich-content {
    color: #455149;
    font-size: 17px;
    line-height: 1.88;
}

.blog-article-canvas .cms-rich-content>p:first-child {
    font-size: 18px;
    color: #344239
}

.blog-article-canvas .cms-rich-content p {
    margin: 0 0 23px
}

.blog-article-canvas .cms-rich-content h2 {
    position: relative;
    margin: 50px 0 19px;
    padding-top: 8px;
    font-size: 38px;
    line-height: 1.03;
    scroll-margin-top: 120px;
}

.blog-article-canvas .cms-rich-content h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #82b828, #b9e868);
}

.blog-article-canvas .cms-rich-content h3,
.blog-article-canvas .cms-rich-content h4 {
    scroll-margin-top: 120px;
}

.blog-article-canvas .cms-rich-content h3 {
    font-size: 29px;
    line-height: 1.1
}

.blog-article-canvas .cms-rich-content a {
    color: #649711;
    text-decoration: underline;
    text-decoration-color: rgba(100, 151, 17, .35);
    text-underline-offset: 3px;
}

.blog-article-canvas .cms-rich-content ul,
.blog-article-canvas .cms-rich-content ol {
    display: grid;
    gap: 10px;
    margin: 24px 0 30px;
    padding-left: 24px;
}

.blog-article-canvas .cms-rich-content li {
    padding-left: 4px
}

.blog-article-canvas .cms-rich-content li::marker {
    color: #83b62d;
    font-weight: 800
}

.blog-article-canvas .cms-rich-content blockquote {
    position: relative;
    margin: 38px 0;
    padding: 30px 32px 30px 72px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(145deg, #172330, #0f1823);
    color: #e6eee7;
    font: 600 21px/1.55 "Rajdhani", sans-serif;
}

.blog-article-canvas .cms-rich-content blockquote:before {
    content: "\201C";
    position: absolute;
    top: 14px;
    left: 24px;
    color: #9ed53b;
    font: 700 58px/1 Georgia, serif;
}

.blog-article-footer {
    margin-top: 48px;
    padding-top: 30px;
    border-top: 1px solid #e6ebe6
}

.blog-article-tags>span {
    display: block;
    margin-bottom: 11px;
    color: #738078;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.blog-article-tags .tag-list a {
    padding: 8px 11px;
    border: 1px solid #dfe8d6;
    background: #f2f7ed;
    color: #567e18;
    transition: .2s ease;
}

.blog-article-tags .tag-list a:hover {
    border-color: #17201a;
    background: #17201a;
    color: #fff
}

.blog-share-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    border-radius: 17px;
    background: #f4f7f2;
}

.blog-share-panel>div:first-child {
    display: grid
}

.blog-share-panel>div:first-child span {
    color: #7a867e;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.blog-share-panel>div:first-child strong {
    color: #27332b;
    font-size: 14px
}

.blog-share-actions {
    display: flex;
    gap: 8px
}

.blog-share-actions a,
.blog-share-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid #dce3dc;
    border-radius: 11px;
    background: #fff;
    color: #344139;
    font: 700 11px "Rubik", sans-serif;
    cursor: pointer;
    transition: .2s ease;
}

.blog-share-actions a {
    width: 40px;
    padding: 0;
    color: #17a956;
    font-size: 17px
}

.blog-share-actions a:hover,
.blog-share-actions button:hover {
    border-color: #91ca2f;
    background: #91ca2f;
    color: #101722
}

.blog-author-signoff {
    display: flex;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dfe5df;
    border-radius: 19px;
    background: #fff;
}

.blog-author-avatar.large {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 25px;
}

.blog-author-signoff>div>span {
    color: #779f38;
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .1em
}

.blog-author-signoff h3 {
    margin: 2px 0 4px;
    color: #17201a;
    font-size: 22px
}

.blog-author-signoff p {
    margin: 0;
    color: #748078;
    font-size: 12px;
    line-height: 1.55
}

.blog-article-sidebar {
    top: 105px;
    gap: 18px;
}

.blog-article-sidebar .sidebar-card {
    padding: 25px;
    border-radius: 21px;
    box-shadow: 0 16px 45px rgba(22, 36, 25, .065);
}

.sidebar-card-kicker {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #6e9c24;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.sidebar-card-kicker i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #eef6e3;
    font-size: 9px;
}

.blog-article-sidebar .sidebar-card h2 {
    margin: 0 0 18px;
    color: #17201a;
    font-size: 28px;
    line-height: 1;
}

.article-toc-card ol {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: article-toc;
}

.article-toc-card li {
    counter-increment: article-toc
}

.article-toc-card a {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 8px;
    border-radius: 9px;
    color: #647067;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    transition: .2s ease;
}

.article-toc-card a:before {
    content: counter(article-toc, decimal-leading-zero);
    color: #91b85b;
    font: 700 10px "Rajdhani", sans-serif;
}

.article-toc-card li.is-subheading a {
    padding-left: 18px
}

.article-toc-card a:hover,
.article-toc-card a.active {
    background: #eef5e7;
    color: #426b0b
}

.latest-insights-list {
    display: grid
}

.latest-insights-card .latest-post {
    position: relative;
    grid-template-columns: 74px minmax(0, 1fr) 18px;
    gap: 11px;
    align-items: center;
    padding: 13px 0;
}

.latest-insights-card .latest-post:first-child {
    padding-top: 2px
}

.latest-insights-card .latest-post:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.latest-insights-card .latest-post img {
    width: 74px;
    height: 62px;
    border-radius: 11px
}

.latest-insights-card .latest-post strong {
    display: -webkit-box;
    overflow: hidden;
    color: #2d3931;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.latest-insights-card .latest-post>i {
    color: #82b52d;
    font-size: 9px;
    transition: transform .2s ease
}

.latest-insights-card .latest-post:hover>i {
    transform: translateX(3px)
}

.blog-sidebar-cta {
    position: relative;
    overflow: hidden;
    padding: 30px !important;
}

.blog-sidebar-cta:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -32px;
    width: 115px;
    height: 115px;
    border: 1px solid rgba(166, 222, 65, .17);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(166, 222, 65, .04);
}

.blog-sidebar-cta .cms-kicker {
    position: relative;
    z-index: 1;
    color: #a8df42
}

.blog-sidebar-cta h2 {
    position: relative;
    z-index: 1;
    margin: 10px 0 15px !important;
    color: #fff !important;
    font-size: 32px !important;
}

.blog-sidebar-cta p {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 1.65
}

.blog-sidebar-cta .btn-default {
    position: relative;
    z-index: 1;
    margin-top: 6px
}

@media(max-width:1199px) {
    .blog-featured-content {
        padding: 44px 38px
    }

    .blog-featured-content h2 {
        font-size: 42px
    }

    .premium-article-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 28px
    }

    .blog-article-canvas {
        padding-inline: 42px
    }
}

@media(max-width:991px) {
    .blog-index {
        padding: 80px 0 90px
    }

    .blog-index-intro,
    .blog-library-head {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .blog-featured-story {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 78px
    }

    .blog-featured-media {
        min-height: 420px
    }

    .blog-featured-media:after {
        background: linear-gradient(0deg, rgba(14, 22, 33, .58), transparent 48%)
    }

    .blog-featured-content {
        padding: 42px
    }

    .blog-filter-toolbar {
        grid-template-columns: 1fr 1fr
    }

    .blog-result-summary {
        grid-column: 1/-1;
        grid-template-columns: auto auto 1fr;
        justify-content: start
    }

    .blog-result-summary strong {
        grid-row: auto
    }

    .blog-result-summary span {
        align-self: center
    }

    .blog-result-summary button {
        align-self: center;
        justify-self: end;
        margin-left: auto
    }

    .premium-article-wrap {
        padding: 70px 0 90px
    }

    .blog-article-intro {
        align-items: flex-start;
        flex-direction: column
    }

    .blog-article-meta {
        width: 100%;
        justify-content: flex-start
    }

    .premium-article-layout {
        grid-template-columns: 1fr
    }

    .blog-article-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr
    }

    .blog-sidebar-cta {
        grid-column: 1/-1
    }
}

@media(max-width:767px) {

    .blog-index,
    .premium-article-wrap {
        max-width: 100%;
        overflow: hidden
    }

    .blog-index .container,
    .premium-article-wrap .container {
        width: 100%;
        max-width: 100%
    }

    .blog-index h2,
    .blog-index p,
    .premium-article-wrap h2,
    .premium-article-wrap h3,
    .premium-article-wrap p {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .blog-index-intro,
    .blog-featured-story,
    .blog-featured-media,
    .blog-featured-content,
    .blog-library-head,
    .blog-filter-toolbar,
    .premium-blog-grid,
    .premium-blog-card,
    .premium-article-layout,
    .blog-article-canvas,
    .blog-article-sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .cms-public .cms-page-header .cms-page-title .cms-title-word {
        max-width: 100%;
        white-space: normal !important
    }

    .blog-index {
        padding: 62px 0 72px
    }

    .blog-index-intro {
        margin-bottom: 30px
    }

    .blog-index-intro h2 {
        font-size: 46px
    }

    .blog-featured-story {
        margin-bottom: 62px;
        border-radius: 22px
    }

    .blog-featured-media {
        min-height: 310px
    }

    .blog-featured-label {
        top: 17px;
        left: 17px
    }

    .blog-featured-image-link {
        right: 17px;
        bottom: 17px;
        width: 46px;
        height: 46px
    }

    .blog-featured-content {
        padding: 30px 24px 32px
    }

    .blog-featured-content h2 {
        font-size: 37px
    }

    .blog-featured-footer {
        align-items: flex-start;
        flex-direction: column
    }

    .blog-library-head h2 {
        font-size: 43px
    }

    .blog-filter-toolbar {
        grid-template-columns: 1fr;
        padding: 17px;
        border-radius: 17px
    }

    .blog-result-summary {
        grid-column: auto;
        grid-template-columns: auto minmax(0, 1fr)
    }

    .blog-result-summary button {
        grid-column: 2;
        justify-self: start;
        margin: 3px 0 0
    }

    .premium-blog-card .cms-blog-body h2 {
        font-size: 28px
    }

    .premium-article-wrap {
        padding: 55px 0 72px
    }

    .blog-article-intro {
        padding: 18px
    }

    .blog-article-meta {
        flex-wrap: wrap;
        gap: 13px 16px
    }

    .blog-meta-divider {
        display: none
    }

    .blog-article-canvas {
        padding: 16px 24px 32px;
        border-radius: 21px
    }

    .blog-article-cover {
        margin: 0 -8px 30px;
        border-radius: 15px
    }

    .blog-article-deck {
        font-size: 18px
    }

    .blog-article-canvas .cms-rich-content {
        font-size: 16px;
        line-height: 1.78
    }

    .blog-article-canvas .cms-rich-content h2 {
        font-size: 32px
    }

    .blog-article-canvas .cms-rich-content blockquote {
        padding: 26px 22px 26px 58px;
        font-size: 19px
    }

    .blog-share-panel {
        align-items: flex-start;
        flex-direction: column
    }

    .blog-author-signoff {
        padding: 19px
    }

    .blog-article-sidebar {
        grid-template-columns: 1fr
    }

    .blog-sidebar-cta {
        grid-column: auto
    }
}

@media(max-width:480px) {
    .blog-index-intro h2 {
        font-size: 40px
    }

    .blog-index-intro-copy>p {
        font-size: 15px
    }

    .blog-featured-media {
        min-height: 250px
    }

    .blog-featured-content h2 {
        font-size: 33px
    }

    .blog-featured-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px
    }

    .blog-featured-topline span+span:before {
        display: none
    }

    .blog-library-head h2 {
        font-size: 38px
    }

    .blog-card-footer {
        align-items: flex-end
    }

    .blog-author.compact strong {
        max-width: 180px
    }

    .blog-article-intro .blog-author {
        width: 100%
    }

    .blog-article-meta>span:not(.blog-meta-divider) {
        font-size: 10px
    }

    .blog-article-canvas {
        padding-inline: 18px
    }

    .blog-article-cover {
        margin-inline: -4px
    }

    .blog-article-deck {
        padding-left: 16px
    }

    .blog-author-signoff {
        align-items: flex-start;
        flex-direction: column
    }

    .blog-share-actions button span {
        display: none
    }

    .blog-share-actions button {
        width: 40px;
        padding: 0
    }
}

/* Contact page
   The original template inherited dark-theme text variables on a white section.
   These page-scoped rules keep every field and information block readable. */
.contact-page .contact-hub {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(139, 196, 45, .12), transparent 25%),
        linear-gradient(180deg, #f7f9f6 0%, #fff 48%, #f3f6f2 100%);
    color: #4f5a53;
}

.contact-page .contact-hub:before {
    content: "";
    position: absolute;
    top: 70px;
    left: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(139, 196, 45, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(139, 196, 45, .025), 0 0 0 110px rgba(139, 196, 45, .018);
    pointer-events: none;
}

.contact-page .contact-hub>.container {
    position: relative;
    z-index: 1
}

.contact-page .contact-hub *,
.contact-page .contact-hub *:before,
.contact-page .contact-hub *:after {
    box-sizing: border-box
}

.contact-page .contact-hub-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 42px;
}

.contact-page .contact-hub-intro .cms-kicker {
    color: #689d11
}

.contact-page .contact-hub-intro h2,
.contact-page .contact-card-heading h2,
.contact-page .contact-visual-overlay h2,
.contact-page .contact-location h2 {
    color: #152019 !important;
}

.contact-page .contact-hub-intro h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.035em;
}

.contact-page .contact-hub-intro>p {
    margin: 0 0 5px;
    color: #647068 !important;
    font-size: 17px;
    line-height: 1.75;
}

.contact-page .contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 34px;
}

.contact-page .contact-quick-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 110px;
    padding: 20px;
    color: #18221c;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #dde5dc;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(21, 32, 25, .055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.contact-page a.contact-quick-card:hover {
    color: #18221c;
    border-color: rgba(139, 196, 45, .68);
    box-shadow: 0 18px 38px rgba(21, 32, 25, .1);
    transform: translateY(-4px);
}

.contact-page .contact-quick-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #17201a;
    background: #a4df38;
    border-radius: 14px;
    font-size: 18px;
}

.contact-page .contact-quick-card small {
    display: block;
    margin-bottom: 5px;
    color: #7a857e;
    font: 600 11px/1.3 "Rubik", sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.contact-page .contact-quick-card strong {
    display: block;
    color: #202b24;
    font: 650 14px/1.45 "Rubik", sans-serif;
    overflow-wrap: anywhere;
}

.contact-page .contact-quick-card[href^="mailto:"] strong {
    font-size: 12px
}

.contact-page .contact-quick-arrow {
    color: #8a958d;
    font-size: 12px;
    transition: color .25s ease, transform .25s ease;
}

.contact-page a.contact-quick-card:hover .contact-quick-arrow {
    color: #6b9f15;
    transform: translate(2px, -2px);
}

.contact-page .contact-hub-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 28px;
    align-items: stretch;
}

.contact-page .contact-form-card {
    padding: 48px;
    background: #fff;
    border: 1px solid #dce4dc;
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(15, 29, 19, .09);
}

.contact-page .contact-card-heading {
    max-width: 690px;
    margin-bottom: 32px
}

.contact-page .contact-card-heading>span,
.contact-page .contact-visual-overlay>span {
    display: block;
    margin-bottom: 9px;
    color: #6c9f18;
    font: 700 12px/1.2 "Rubik", sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.contact-page .contact-card-heading h2 {
    margin: 0 0 13px;
    font-size: clamp(37px, 4vw, 52px);
    line-height: 1;
}

.contact-page .contact-card-heading p {
    max-width: 650px;
    margin: 0;
    color: #6b766f !important;
    font-size: 15px;
    line-height: 1.7;
}

.contact-page .contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 18px;
}

.contact-page .contact-field {
    min-width: 0
}

.contact-page .contact-field-wide {
    grid-column: 1/-1
}

.contact-page .contact-field label {
    display: block;
    margin-bottom: 9px;
    color: #253029 !important;
    font: 650 13px/1.4 "Rubik", sans-serif;
}

.contact-page .contact-field label span {
    color: #72a719
}

.contact-page .contact-field input,
.contact-page .contact-field select,
.contact-page .contact-field textarea {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 15px 17px;
    color: #18221c !important;
    caret-color: #18221c;
    background: #f8faf7 !important;
    border: 1px solid #d7dfd6 !important;
    border-radius: 12px;
    outline: 0;
    box-shadow: none !important;
    font: 400 14px/1.55 "Rubik", sans-serif;
    opacity: 1 !important;
    visibility: visible !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-page .contact-field textarea {
    min-height: 142px;
    resize: vertical
}

.contact-page .contact-field input::placeholder,
.contact-page .contact-field textarea::placeholder {
    color: #929d95 !important;
    opacity: 1;
}

.contact-page .contact-field input:hover,
.contact-page .contact-field select:hover,
.contact-page .contact-field textarea:hover {
    border-color: #b7c3b8 !important
}

.contact-page .contact-field input:focus,
.contact-page .contact-field select:focus,
.contact-page .contact-field textarea:focus {
    background: #fff !important;
    border-color: #8bc42d !important;
    box-shadow: 0 0 0 4px rgba(139, 196, 45, .13) !important;
}

.contact-page .contact-form-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 27px;
}

.contact-page .contact-submit-button {
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
}

.contact-page .contact-form-status {
    max-width: 270px;
    margin: 0 !important;
    color: #7b867f !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.contact-page .contact-visual-card {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #17211c;
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(15, 29, 19, .13);
}

.contact-page .contact-visual-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 17, 13, .04) 18%, rgba(8, 16, 11, .93) 100%);
    pointer-events: none;
}

.contact-page .contact-visual-card>img {
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    object-position: center;
}

.contact-page .contact-visual-overlay {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    left: 30px;
    padding: 30px;
    color: #d7ded9;
    background: rgba(12, 22, 16, .89);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .23);
    backdrop-filter: blur(13px);
}

.contact-page .contact-visual-overlay>span {
    color: #a7df43
}

.contact-page .contact-visual-overlay h2 {
    margin: 0 0 11px;
    color: #fff !important;
    font-size: 36px;
    line-height: 1;
}

.contact-page .contact-visual-overlay p {
    margin: 0;
    color: #c6cec8 !important;
    font-size: 14px;
    line-height: 1.65;
}

.contact-page .contact-visual-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.contact-page .contact-visual-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    font: 600 12px/1 "Rubik", sans-serif;
}

.contact-page .contact-visual-actions a:hover {
    color: #142018;
    background: #a4df38;
    border-color: #a4df38;
}

.contact-page .contact-location {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    min-height: 480px;
    margin-top: 28px;
    overflow: hidden;
    background: #111a25;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(15, 29, 19, .1);
}

.contact-page .contact-location-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
}

.contact-page .contact-location-copy .cms-kicker {
    color: #a6de41
}

.contact-page .contact-location h2 {
    margin: 0 0 18px;
    color: #fff !important;
    font-size: 46px;
    line-height: 1;
}

.contact-page .contact-location p {
    margin: 0;
    color: #bec8c1 !important;
    font-size: 16px;
    line-height: 1.75;
}

.contact-page .contact-direction-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: max-content;
    margin-top: 25px;
    color: #a7df43;
    font: 700 13px/1.3 "Rubik", sans-serif;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.contact-page .contact-direction-link:hover {
    color: #fff
}

.contact-page .contact-direction-link i {
    transition: transform .2s ease
}

.contact-page .contact-direction-link:hover i {
    transform: translateX(4px)
}

.contact-page .contact-map-frame {
    min-width: 0;
    padding: 12px
}

.contact-page .contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 456px;
    border: 0;
    border-radius: 20px;
}

@media(max-width:1199px) {
    .contact-page .contact-hub-intro {
        gap: 42px
    }

    .contact-page .contact-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .contact-page .contact-hub-layout {
        grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr)
    }

    .contact-page .contact-form-card {
        padding: 40px
    }

    .contact-page .contact-visual-card>img {
        min-height: 760px
    }

    .contact-page .contact-location-copy {
        padding: 42px
    }
}

@media(max-width:991px) {
    .contact-page .contact-hub {
        padding: 76px 0
    }

    .contact-page .contact-hub-intro {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .contact-page .contact-hub-intro>p {
        max-width: 720px
    }

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

    .contact-page .contact-visual-card {
        min-height: 600px
    }

    .contact-page .contact-visual-card>img {
        min-height: 600px
    }

    .contact-page .contact-location {
        grid-template-columns: 1fr
    }

    .contact-page .contact-location-copy {
        padding: 44px
    }

    .contact-page .contact-map-frame iframe {
        min-height: 390px
    }
}

@media(max-width:767px) {

    .contact-page .contact-hub,
    .contact-page .contact-hub>.container,
    .contact-page .contact-hub-intro,
    .contact-page .contact-quick-grid,
    .contact-page .contact-hub-layout,
    .contact-page .contact-form-card,
    .contact-page .contact-form-card form,
    .contact-page .contact-form-grid,
    .contact-page .contact-visual-card,
    .contact-page .contact-location {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .contact-page .contact-hub-intro h2,
    .contact-page .contact-hub-intro p,
    .contact-page .contact-card-heading h2,
    .contact-page .contact-card-heading p,
    .contact-page .contact-visual-overlay h2,
    .contact-page .contact-visual-overlay p,
    .contact-page .contact-location h2,
    .contact-page .contact-location p {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .contact-page .contact-hub {
        padding: 58px 0
    }

    .contact-page .contact-hub-intro {
        margin-bottom: 30px
    }

    .contact-page .contact-hub-intro h2 {
        font-size: 42px
    }

    .contact-page .contact-quick-grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .contact-page .contact-quick-card {
        min-height: 94px
    }

    .contact-page .contact-form-card {
        padding: 27px 22px;
        border-radius: 21px
    }

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

    .contact-page .contact-field,
    .contact-page .contact-field input,
    .contact-page .contact-field select,
    .contact-page .contact-field textarea {
        min-width: 0;
        max-width: 100%
    }

    .contact-page .contact-field-wide {
        grid-column: auto
    }

    .contact-page .contact-form-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .contact-page .contact-visual-card {
        min-height: 540px;
        border-radius: 21px
    }

    .contact-page .contact-visual-card>img {
        min-height: 540px
    }

    .contact-page .contact-visual-overlay {
        right: 18px;
        bottom: 18px;
        left: 18px;
        padding: 23px
    }

    .contact-page .contact-visual-overlay h2 {
        font-size: 31px
    }

    .contact-page .contact-location {
        min-height: 0;
        border-radius: 21px
    }

    .contact-page .contact-location-copy {
        padding: 32px 25px
    }

    .contact-page .contact-location h2 {
        font-size: 38px
    }

    .contact-page .contact-map-frame {
        padding: 8px
    }

    .contact-page .contact-map-frame iframe {
        min-height: 340px;
        border-radius: 16px
    }
}

@media(max-width:480px) {
    .contact-page .contact-hub-intro h2 {
        font-size: 37px
    }

    .contact-page .contact-hub-intro>p {
        font-size: 15px
    }

    .contact-page .contact-quick-card {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        padding: 16px;
    }

    .contact-page .contact-quick-icon {
        width: 44px;
        height: 44px
    }

    .contact-page .contact-card-heading h2 {
        font-size: 36px
    }

    .contact-page .contact-visual-card,
    .contact-page .contact-visual-card>img {
        min-height: 500px
    }

    .contact-page .contact-visual-actions {
        align-items: stretch;
        flex-direction: column
    }

    .contact-page .contact-visual-actions a {
        justify-content: center
    }
}
