/*! Base styles from the original static template export. */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

footer, nav, section {
    display: block;
}

a {
    background-color: #0000;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

input, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

h1, h2, h3, h4 {
    margin-bottom: 10px;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.w-input {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input::placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

textarea.w-input {
    height: auto;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-container:after {
    clear: both;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

:root {
    --white: white;
    --brand-deep: #264842;
    --brand-deep-strong: #1d3833;
    --brand-paper: #EDEEEC;
    --brand-tech: #DCE9EE;
    --brand-deep-rgb: 38, 72, 66;
    --brand-paper-rgb: 237, 238, 236;
    --brand-tech-rgb: 220, 233, 238;
    --brand-muted: #66736f;
    --brand-line: rgba(var(--brand-deep-rgb), .16);
    --brand-light: var(--brand-paper);
    --radius-md: 8px;
    --main-color: var(--brand-deep);
    --second-color: var(--brand-tech);
    --gray-light: var(--brand-paper);
    --gainsboro: black;
    --line-color: var(--brand-line);
    --gray-light-color: var(--brand-muted);
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
}

.w-commerce-commercecartopenlink {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 0;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: flex;
}

.w-commerce-commercecartopenlinkcount {
    color: #3898ec;
    text-align: center;
    background-color: #fff;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    margin-left: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
    z-index: 1001;
    background-color: #000c;
    position: fixed;
    inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.w-commerce-commercecartcontainer {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    display: flex;
    overflow: auto;
    box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
    border-bottom: 1px solid #e6e6e6;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    display: flex;
    position: relative;
}

.w-commerce-commercecartheading {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
}

.w-commerce-commercecartformwrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
}

.w-commerce-commercecartform {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    display: flex;
}

.w-commerce-commercecartlist {
    -webkit-overflow-scrolling: touch;
    flex: 1;
    padding: 12px 24px;
    overflow: auto;
}

.w-commerce-commercecartfooter {
    border-top: 1px solid #e6e6e6;
    flex-direction: column;
    flex: none;
    padding: 16px 24px 24px;
    display: flex;
}

.w-commerce-commercecartlineitem {
    flex: none;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
    display: flex;
}

.w-commerce-commercecartordervalue {
    font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    height: 38px;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 0;
    text-decoration: none;
    display: flex;
}

.w-commerce-commercecartquickcheckoutbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-bottom: 8px;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
    margin-right: 8px;
    display: block;
}

.w-commerce-commercecartcheckoutbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
}

.w-commerce-commercecartemptystate {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.w-commerce-commercecarterrorstate {
    background-color: #ffdede;
    flex: none;
    margin: 0 24px 24px;
    padding: 10px;
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecartcontainerwrapper--cartType-modal {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
}

body {
    background-color: var(--white);
    color: var(--main-color);
    font-family: Bdogrotesk Vf, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 600;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

p {
    opacity: .69;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

a {
    color: var(--main-color);
    text-decoration: underline;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-content {
    margin-left: auto;
    margin-right: auto;
}

.container {
    z-index: 4;
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section {
    padding: 100px 5%;
    position: relative;
}

.section-2 {
    padding: 100px 5% 0px 5%;
    position: relative;
}

.section.color {
    background-color: var(--main-color);
}

.section.gray {
    background-color: var(--brand-paper);
}

.section.gray._80px {
    background-color: var(--white);
    padding-top: 30px;
    padding-bottom: 15px;
}

.apple-pay {
    border-radius: 25px;
    height: 48px;
}

.paypal {
    margin-bottom: 4px;
}

.display-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: PT Serif Caption, sans-serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 1.2;
}

.display-1.second {
    font-size: 47px;
}

.display-1.second.white {
    font-weight: 400;
}

.display-1.third {
    font-size: 22px;
}

.display-1.fourth {
    font-size: 29px;
}

.display-1.fourth.main-white {
    color: var(--white);
}

.display-1.cta {
    font-size: 54px;
}

.margin-30px {
    margin-top: 30px;
}

.margin-20px {
    margin-top: 20px;
}

.error-message {
    color: #fe0000;
    text-align: center;
    background-color: #ffeaea;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
}

.paragraph-gray {
    color: var(--gray-light);
}

.white {
    color: #fff;
}

.button {
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    align-items: center;
    padding: 15px 39px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
}

.button:hover {
    border-color: var(--brand-deep-strong);
    background-color: var(--brand-deep-strong);
    opacity: 1;
}

.success-message {
    color: var(--second-color);
    background-color: var(--brand-paper);
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
}

.margin-50px {
    margin-top: 50px;
}

.button-arrow-link {
    border: 2px solid var(--second-color);
    color: var(--gray-light);
    text-align: center;
    border-radius: 120px;
    justify-content: center;
    align-items: center;
    padding: 14px 23px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    overflow: hidden;
}

.button-arrow-link.fill {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--white);
}

.button-arrow-link.fill:hover,
.button-arrow-link.fill:focus-visible {
    border-color: var(--brand-deep-strong);
    background-color: var(--brand-deep-strong);
    color: var(--white);
    outline: none;
}

.button-label {
    grid-column-gap: 5px;
    align-items: center;
    display: flex;
    position: relative;
}

.label-button {
    font-size: 16px;
    font-weight: 600;
}

.arrow-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-left: 4px;
    display: flex;
}

.icon-arrow {
    width: 18px;
}

.icon-arrow.invert {
    opacity: .6;
    filter: invert();
}

.button-arrow-link.fill .icon-arrow,
.button-arrow-link.fill .icon-arrow.invert {
    opacity: 1;
    filter: none;
}

.icon-arrow.rotate {
    width: 19px;
    transform: rotate(-45deg);
}

.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main-color);
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    min-height: 95vh;
    padding-top: 84px;
    display: grid;
    position: relative;
    overflow: hidden;
}

.hero.second {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 185px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: visible;
}

.subhead {
    opacity: 1;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}

.subhead.small {
    color: var(--main-color);
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.subhead.small.color {
    color: var(--white);
}

.subhead.small.trans {
    opacity: 0;
}

.subhead.white {
    opacity: 1;
}

.subhead._80 {
    max-width: 80%;
}

.gray-text {
    opacity: .6;
}

.grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-3-columns.add-space {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid var(--line-color);
}

.margin-100px {
    margin-top: 100px;
}

.max-w-left.left {
    max-width: 100%;
}

.margin-60px {
    margin-top: 60px;
}

.foorer-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    place-items: flex-start start;
    display: flex;
}

.footer-left-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.footer-logo-link {
    margin-bottom: 20px;
}

.form-grid {
    z-index: 1;
    grid-column-gap: 15px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    position: relative;
}

.input {
    color: var(--white);
    background-color: #fff0;
    border: 1px solid #ffffff26;
    border-radius: 6px;
    min-height: 56px;
    margin-bottom: 0;
    padding: 16px 20px;
    font-family: PT Serif Caption, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.input::placeholder {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

.text-area {
    color: var(--white);
    background-color: #fff0;
    border: 1px solid #ffffff26;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 15px 20px 35px;
    font-family: PT Serif Caption, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.text-area:focus {
    color: var(--main-color);
}

.text-area::placeholder {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

.features-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.features-title.blue-big {
    font-size: 20px;
}

.ceo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.image-overlay {
    z-index: 1;
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
}

.cover-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.contact-step-image {
    object-position: 50% 58%;
}

.services-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--second-color);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .4fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding: 60px 52px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.services-bottom.with-photo {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url("../img/main/66c30f25f7178c00197ea865_banner.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.service-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-bottom: 1px solid #ffffff29;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.service-wrapper:hover {
    background-color: var(--brand-deep-strong);
    padding-left: 20px;
}

.margin-25px {
    margin-top: 25px;
}

.margin-25px.add-line-divider {
    border-top: 1px solid #0000001a;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
}

.gray-text-2 {
    color: #2c2c2c80;
}

.label {
    color: #fff;
    max-width: 88%;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.label.dark {
    color: var(--white);
    text-transform: uppercase;
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
}

.blog-grid {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog-image-link {
    width: 100%;
    margin-bottom: 25px;
    transition: all .3s;
    box-shadow: 0 24px 48px -12px #1018284d;
}

.blog-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%;
}

.blog-video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--main-color);
    box-shadow: 0 24px 48px -12px rgba(var(--brand-deep-rgb), .3);
}

.blog-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.blog-meta-wrapper {
    color: var(--main-color);
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: PT Serif Caption, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
}

.blog-title-link {
    text-decoration: none;
    display: block;
}

.blog-title-main {
    margin-top: 0;
    font-family: PT Serif Caption, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
}

.blog-swipe-controls {
    display: none;
}

.menu-dropdown {
    z-index: 2;
}

.cart-list {
    padding-left: 24px;
}

.flex-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.nav-component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 24px 3%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr .3fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: grid;
}

.brand {
    border-right: 1px solid #0000002b;
    padding-right: 20px;
}

.cart-header {
    padding: 13px 24px 13px 25px;
}

.svg-icon {
    opacity: 1;
    justify-content: center;
    align-items: flex-end;
    width: 1rem;
    height: 1rem;
    margin-right: .8rem;
    padding-bottom: 1px;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
}

.shrink-item {
    z-index: 1;
    flex: 1;
    position: relative;
}

.heading-white-2 {
    font-size: 20px;
    font-weight: 500;
}

.nav-link {
    color: var(--main-color);
    padding: .75rem .7rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: opacity .3s;
}

.nav-link:hover {
    opacity: .7;
}

.nav-link.w--current {
    opacity: .8;
    color: var(--main-color);
}

.cart-quantity-main {
    z-index: 2;
    color: var(--main-color);
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 20px;
}

.remove-pop-up {
    cursor: pointer;
    background-color: var(--brand-paper);
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

.remove-pop-up.in-produce-sidebar {
    filter: invert();
    background-color: #ffffff1c;
    background-image: url("../img/cdn/66c30f25f7178c00197ea856_cross.avif");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    right: 0;
}

.icon-small-left {
    width: 1.3rem;
    height: 1.3rem;
}

.cart-main {
    padding: .75rem 1rem;
}

.cart-main.mobile {
    display: none;
}

.cart-main.desktop {
    z-index: 20;
    padding: .35rem 1.3rem .35rem 12px;
    position: relative;
}

.dropdown-link {
    grid-column-gap: .7rem;
    grid-row-gap: 0px;
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding: .55rem .75rem .55rem 0;
    text-decoration: none;
    transition: all .3s;
    display: grid;
}

.dropdown-link:hover {
    background-color: var(--brand-paper);
    padding-left: .75rem;
}

.navbar-drodpdown-list {
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-drodpdown-list.auto {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dropdown-content {
    grid-column-gap: 3rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.dropdown-content.block {
    display: block;
}

.no-items-found-2 {
    color: #131b14;
    font-size: 17px;
    font-weight: 500;
}

.empty-state {
    flex-direction: column;
}

.item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.dropdown-toggle {
    opacity: 1;
    color: var(--main-color);
    align-items: center;
    padding: .75rem 2.2rem .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all .3s;
    display: flex;
}

.dropdown-toggle:hover {
    opacity: .7;
}

.cart-wrapper {
    z-index: 999;
    background-color: rgba(var(--brand-deep-rgb), .95);
}

.flex-nav-button {
    grid-column-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.smaller-text-2 {
    opacity: .63;
    font-size: 1.1rem;
    font-weight: 400;
    display: inline-block;
}

.item-heading {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
}

.product-price-main {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.cart-container {
    background-color: #fff;
    max-width: 600px;
}

.first-element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.button-2 {
    color: var(--main-color);
    text-align: center;
    background-color: var(--second-color);
    border-radius: 50px;
    align-items: center;
    padding: 15px 39px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
}

.button-2:hover {
    color: var(--white);
    background-color: var(--main-color);
}

.product-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.cart-footer {
    padding-top: 25px;
}

.cart-button-main {
    color: var(--main-color);
    background-color: #0000;
    justify-content: center;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.button-flex {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta-center {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.div-block {
    flex: none;
}

.line-divider {
    background-color: var(--line-color);
    width: 1px;
    height: 100%;
}

.line-divider.white-light {
    background-color: var(--white);
    opacity: .13;
}

.metrics-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top: 1px solid #e1e1e1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
}

.text-wrapper {
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-wrapper.no-line {
    border-right-style: none;
}

.number {
    color: var(--main-color);
    text-align: left;
    margin-bottom: 5px;
    font-family: PT Serif Caption, sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
}

.subhead-fun {
    text-align: left;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
}

.subhead-fun.smaller {
    font-size: 17px;
}

.max-w {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.circle-glow-absolute {
    opacity: .37;
    mix-blend-mode: overlay;
    width: 900px;
    position: absolute;
    inset: 329px auto 0% -400px;
}

.what-we-do-icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-right: 1px solid #e1e1e1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 30px 50px 20px;
    display: flex;
}

.what-we-do-icons.no-line {
    border-right-style: none;
}

.subhead-main {
    opacity: 1;
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.subhead-main.smaller {
    font-size: 20px;
}

.circle-button-wrapper {
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    align-items: center;
    min-height: 66px;
    display: flex;
    position: relative;
}

.circle-button {
    background-color: var(--main-color);
    background-image: url("../img/cdn/66c30f25f7178c00197ea75f_icons8-right-arrow.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
}

.circle-button:hover {
    background-color: var(--gray-light-color);
}

.social-icon-2 {
    width: 19px;
}

.social-icon-2.no-invert {
    width: 22px;
}

.social-link-main {
    opacity: .4;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.social-link-main:hover {
    opacity: .8;
}

.form-single {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}

.copyright-2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.social-grid {
    grid-column-gap: 18px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.text-field-gray {
    z-index: 1;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid var(--line-color);
    border-radius: 100px 0 0 100px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 66px;
    margin-bottom: 0;
    margin-right: -1px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
}

.text-field-gray::placeholder {
    color: var(--brand-muted);
    font-size: 16px;
    font-weight: 500;
}

.footer-link-main {
    color: var(--main-color);
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}

.footer-link-main:hover {
    color: var(--main-color);
}

.subscribe-form {
    width: 100%;
    margin-bottom: 0;
}

.footer-title-2 {
    color: var(--main-color);
    letter-spacing: normal;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 600;
}

.footer-2 {
    z-index: 2;
    padding: 70px 5% 30px;
    position: relative;
}

.container-2 {
    z-index: 10;
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer-main-grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: .7fr minmax(auto, 1fr);
    align-items: start;
}

.footer-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1.4fr 1fr;
    align-items: start;
}

.background-hero {
    opacity: .26;
    background-image: url("../img/main/66c30f25f7178c00197ea865_banner.avif");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
}

.home-hero-2-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.15fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
}

.hero-portrait-frame {
    width: min(100%, 707px);
    aspect-ratio: 1.05 / 1;
    border-radius: 8px;
    overflow: hidden;
    justify-self: center;
}

.hero-portrait-image {
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
}

.biger-light {
    color: var(--main-color);
    letter-spacing: 1px;
    margin-right: 3px;
    font-size: 17px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    top: 1px;
}

.biger-dark {
    color: var(--second-color);
    letter-spacing: 1px;
    margin-right: 3px;
    font-size: 17px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    top: 1px;
}

.image {
    opacity: 1;
}

.gray-color {
    color: var(--gray-light-color);
}

.founder-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid var(--line-color);
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
    padding-top: 25px;
    display: flex;
}

.photo {
    background-image: url("../img/cdn/66c32e3a9be1474e0dd5a1a9_team-3.avif");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    flex: none;
    width: 80px;
    height: 80px;
}

.ceo-name {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 26px;
}

.role {
    color: var(--brand-muted);
    margin-bottom: 0;
    font-size: 16px;
}

.line-vertical {
    background-color: var(--line-color);
    width: 1px;
    height: 85px;
    margin-left: 20px;
    margin-right: 25px;
    position: relative;
}

.sign {
    opacity: 1;
}

.left-part {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.maw-w-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 442px;
    margin-right: auto;
    display: flex;
}

.maw-w-right.sticky {
    position: sticky;
    top: 60px;
}

.photo-right {
    z-index: 15;
    background-image: url("../img/IMG_1233-transparent-fade.png");
    background-position: 52% 100%;
    background-repeat: no-repeat;
    background-size: auto 104%;
    border-radius: var(--radius-md);
    justify-content: center;
    align-items: center;
    min-height: 620px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.servcies-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
}

.servce-number {
    background-color: var(--gray-light);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
}

.circle-main {
    background-color: var(--main-color);
    border: 1px solid #ffffff29;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    position: absolute;
    inset: 15px 15px auto auto;
}

.max-w-center {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.subhead-testi {
    opacity: 1;
    font-family: PT Serif Caption, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

.subhead-testi.small {
    font-family: Bdogrotesk Vf, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.first-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.margin-bottom {
    margin-bottom: 30px;
}

.brand-image {
    object-fit: cover;
    border-radius: 100%;
    width: 100px;
    margin-bottom: 24px;
}

.card-testimonial {
    background-image: linear-gradient(51deg, #fff, #fffffff2);
    border: 1px solid #e9e9e9;
    border-top-color: #e1e1e1;
    padding: 35px 48px 12px;
    text-decoration: none;
    transition: transform .3s, color .3s;
}

.card-testimonial:hover {
    transform: scale(.97);
}

.testimonials-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.second-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.gray-color-2 {
    opacity: .6;
}

.overlay-bottom {
    background-image: linear-gradient(#0000, #fff 94%);
    justify-content: center;
    align-items: flex-end;
    min-height: 200px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.badge-content {
    z-index: 9999;
    position: fixed;
    inset: auto 15px 15px auto;
}

.badge-wrapper {
    z-index: 999;
    grid-row-gap: 5px;
    flex-flow: column;
    text-decoration: none;
    display: flex;
}

.text-badge {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fffffff7;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 13px 10px 11px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.code-embed {
    color: #000;
}

.text-badge-wrapper {
    z-index: 1;
    height: 18px;
    position: relative;
    overflow: hidden;
}

.photo-badge {
    background-image: url("../img/cdn/690ce401a05523650c923a8b_unlock-2.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    min-width: 140px;
    min-height: 130px;
}

.badge-paragraph {
    opacity: 1;
    color: #000;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}

.badge-paragraph.biger {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.remove-icon {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    inset: -5px -5px auto auto;
}

.icon-badge {
    z-index: 1;
    width: 20px;
    height: 20px;
    position: relative;
}

.circle-badge-hover {
    background-color: #4353ff;
    border-radius: 100%;
    width: 0;
    height: 0;
    position: absolute;
    inset: auto auto 15px 15px;
}

@media screen and (min-width: 1920px) {
    .hero {
        min-height: 70vh;
    }
}

@media screen and (max-width: 991px) {
    .page-content {
        padding-left: 0;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .display-1 {
        font-size: 58px;
    }

    .display-1.second {
        font-size: 42px;
    }

    .display-1.cta {
        font-size: 48px;
    }

    .hero {
        flex-flow: column-reverse;
        min-height: auto;
        display: flex;
    }

    .hero.second {
        padding-top: 130px;
    }

    .grid-3-columns {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .grid-3-columns.add-space {
        border-top: 1px solid var(--line-color);
        border-bottom-style: solid;
        border-bottom-color: var(--line-color);
    }

    .footer-left-wrapper {
        max-width: 70%;
    }

    .ceo-grid {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .ceo-grid.reverse {
        flex-flow: column-reverse;
    }

    .services-bottom.with-photo {
        padding-top: 81px;
        padding-bottom: 81px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .menu-dropdown {
        width: 100%;
        font-size: 1.125rem;
    }

    .nav-component {
        padding: 16px 10px;
    }

    .nav-container {
        grid-template-columns: .4fr 1fr;
    }

    .brand {
        padding-left: 0;
    }

    .brand.w--current {
        border-right-style: none;
    }

    .svg-icon {
        margin-top: 0;
        margin-bottom: 0;
        inset: auto 0% auto auto;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .nav-menu {
        background-color: var(--white);
        width: 100%;
    }

    .cart-main.mobile {
        display: flex;
    }

    .cart-main.desktop {
        margin-right: 1.3rem;
        display: none;
    }

    .dropdown-link {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-link:hover {
        background-color: #0000;
    }

    .navbar-drodpdown-list {
        position: static;
        overflow: hidden;
    }

    .dropdown-content {
        grid-template-columns: 1.2fr;
        align-content: start;
        align-items: start;
        padding: 1rem 0;
    }

    .dropdown-content.block {
        padding-left: 1rem;
    }

    .dropdown-toggle {
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 15px;
        display: flex;
    }

    .cta-center {
        text-align: center;
        flex-flow: column;
    }

    .line-divider {
        display: none;
    }

    .number {
        font-size: 50px;
    }

    .circle-glow-absolute {
        top: 407px;
        left: -303px;
    }

    .what-we-do-icons.no-line {
        border-right-style: solid;
    }

    .text-field-gray {
        min-width: auto;
    }

    .footer-main-grid-2 {
        grid-column-gap: 0px;
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
    }

    .home-hero-2-grid {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        flex-flow: column;
        display: flex;
    }

    .about-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
        display: flex;
    }

    .maw-w-right {
        max-width: 100%;
    }

    .maw-w-right.sticky {
        position: relative;
        top: 0;
    }

    .servcies-grid {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        display: flex;
    }

    .first-grid {
        grid-row-gap: 15px;
    }

    .margin-bottom {
        margin-bottom: 24px;
    }

    .brand-image {
        margin-bottom: 40px;
    }

    .card-testimonial {
        padding-top: 37px;
    }

    .testimonials-grid-2 {
        grid-row-gap: 25px;
        grid-template-columns: 1fr;
    }

    .second-grid {
        grid-row-gap: 15px;
    }

    .overlay-bottom {
        min-height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .display-1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .display-1.second, .display-1.third {
        font-size: 38px;
    }

    .display-1.cta {
        font-size: 44px;
    }

    .hero {
        padding-top: 77px;
        overflow: visible;
    }

    .hero.second {
        padding-top: 99px;
    }

    .grid-3-columns {
        grid-template-columns: 1fr;
    }

    .grid-3-columns.add-space {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        border-top-style: none;
        border-bottom-style: none;
    }

    .footer-left-wrapper {
        max-width: 90%;
    }

    .footer-logo-link {
        margin-bottom: 1.5rem;
        padding-left: 0;
    }

    .form-grid {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        grid-template-columns: 1fr;
    }

    .features-title {
        font-size: 1.25rem;
    }

    .services-bottom {
        text-align: center;
    }

    .services-bottom.with-photo {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .label {
        max-width: 95%;
    }

    .blog-image-link {
        margin-bottom: 1.5rem;
    }

    .blog-image-link:hover {
        box-shadow: none;
    }

    .blog-meta-wrapper {
        font-size: .75rem;
    }

    .nav-component {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cart-main {
        min-height: auto;
    }

    .dropdown-content {
        grid-row-gap: 1.1rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
    }

    .cart-container {
        max-width: 480px;
    }

    .cart-button-main {
        height: auto;
    }

    .hide {
        display: none;
    }

    .metrics-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .number {
        font-size: 50px;
    }

    .subhead-fun {
        font-size: 28px;
    }

    .circle-glow-absolute {
        top: 477px;
    }

    .what-we-do-icons {
        border-bottom: 1px solid var(--line-color);
        border-right-style: none;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .what-we-do-icons.no-line {
        border-right-style: none;
    }

    .form-single {
        flex-direction: row;
    }

    .text-field-gray {
        text-align: left;
        border-right-style: none;
        margin-right: 0;
    }

    .footer-link-main:hover {
        color: var(--brand-muted);
    }

    .footer-main-grid-2 {
        flex-direction: column-reverse;
        align-items: stretch;
        display: flex;
    }

    .footer-grid-2 {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }

    .ceo-name {
        font-size: 16px;
    }

    .line-vertical {
        margin-left: 15px;
        margin-right: 15px;
    }

    .maw-w-right {
        max-width: 100%;
    }

    .photo-right {
        min-height: 450px;
    }

    .circle-main {
        width: 70px;
        height: 70px;
    }

    .brand-image {
        margin-bottom: 32px;
    }

    .card-testimonial {
        padding: 31px 32px 20px;
    }

    .testimonials-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    p {
        font-size: 15px;
    }

    .display-1 {
        font-size: 38px;
    }

    .display-1.second, .display-1.third, .display-1.cta {
        font-size: 30px;
    }

    .button {
        padding: 11px 28px;
    }

    .margin-50px.make-15px {
        margin-top: 15px;
    }

    .button-arrow-link {
        align-self: stretch;
        padding-left: 30px;
        padding-right: 25px;
    }

    .label-button {
        font-size: 15px;
    }

    .hero {
        min-height: 650px;
    }

    .subhead {
        max-width: 100%;
        font-size: 19px;
    }

    .contact-form-left-side {
        padding-left: 0;
        padding-right: 0;
    }

    .input {
        min-height: 54px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .input::placeholder {
        font-size: 16px;
        line-height: 16px;
    }

    .text-area {
        padding-left: 18px;
        padding-right: 18px;
    }

    .text-area::placeholder {
        font-size: 16px;
        line-height: 24px;
    }

    .features-title {
        font-size: 1.2rem;
    }

    .ceo-grid {
        max-width: 100%;
    }

    .services-bottom {
        grid-row-gap: 25px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .label {
        font-size: 24px;
        line-height: 28px;
    }

    .blog-title-link {
        padding-right: 20px;
    }

    .blog-title-main {
        font-size: 24px;
    }

    .cart-list {
        padding-left: 0;
        padding-right: 15px;
    }

    .nav-component {
        padding: 10px 0%;
    }

    .nav-container {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: .6fr 1fr;
        place-items: center stretch;
    }

    .cart-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .remove-pop-up {
        top: 10px;
        right: 10px;
    }

    .menu-button {
        flex: none;
        justify-content: flex-end;
    }

    .cart-main.mobile {
        padding-left: .4rem;
        padding-right: .4rem;
    }

    .dropdown-link {
        padding-left: 0;
    }

    .dropdown-content {
        grid-template-columns: 1fr;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .flex-nav-button {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: row;
        justify-content: flex-end;
        align-items: center;
    }

    .product-title {
        font-size: 18px;
    }

    .cart-button-main {
        margin-top: 0;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .subhead-fun {
        max-width: 100%;
        font-size: 25px;
    }

    .subhead-main {
        font-size: 22px;
    }

    .subhead-main.smaller {
        font-size: 19px;
    }

    .form-single {
        align-items: center;
    }

    .text-field-gray {
        text-align: left;
        border-right-style: none;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .subscribe-form {
        width: 100%;
    }

    .footer-2 {
        padding-top: 50px;
    }

    .footer-main-grid-2 {
        grid-row-gap: 48px;
    }

    .footer-grid-2 {
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }

    .founder-wrapper {
        text-align: center;
        flex-direction: column;
    }

    .line-vertical {
        display: none;
    }

    .left-part {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .about-grid {
        border-radius: 30px;
    }

    .photo-right {
        min-height: 300px;
    }

    .subhead-testi {
        max-width: 100%;
        font-size: 21px;
    }

    .brand-image {
        margin-bottom: 32px;
    }

    .card-testimonial {
        padding: 35px 24px 25px;
    }

    .overlay-bottom {
        min-height: 100px;
    }
}

#w-node-_275df412-a699-9895-79da-a2bfdbd2e920-dbd2e91e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22c6a-16a22c68 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_337ec200-0804-5bac-004c-b03ee1af514f-16a22c68, #w-node-_337ec200-0804-5bac-004c-b03ee1af515b-16a22c68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c511150-993a-8ab2-3f76-54b808e672cd-197ea7bf, #w-node-_8fafd84d-b0cd-09fc-9180-905bbd10d371-197ea7bf, #w-node-_8fafd84d-b0cd-09fc-9180-905bbd10d385-197ea7bf, #w-node-_69206073-94f4-d949-f606-3566e2434701-197ea7bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69206073-94f4-d949-f606-3566e2434726-197ea7bf, #w-node-_69206073-94f4-d949-f606-3566e243472c-197ea7bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69206073-94f4-d949-f606-3566e24346fc-197ea7bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
    #w-node-_69206073-94f4-d949-f606-3566e243472c-197ea7bf {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22cde-16a22c68 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_69206073-94f4-d949-f606-3566e2434726-197ea7bf {
        grid-column: span 1 / span 1;
    }

    #w-node-_69206073-94f4-d949-f606-3566e243472c-197ea7bf {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: Bdogrotesk Vf;
    src: url("../fonts/66c30f25f7178c00197ea80f_BDOGrotesk-VF.ttf") format("truetype");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLAgM9UvI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLCwM9UvI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLAQM9UvI.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLDwM9.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ieVl2ZhbGCW-JoW6S34pSDpqYKU019-7DRs5.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ieVl2ZhbGCW-JoW6S34pSDpqYKU019a7DRs5.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ieVl2ZhbGCW-JoW6S34pSDpqYKU019y7DRs5.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'PT Serif Caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ieVl2ZhbGCW-JoW6S34pSDpqYKU019K7DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Minimal template cleanup for Engineering Growth Advisor copy. */
.cart-main, .menu-dropdown, .badge-content {
    display: none !important;
}

.nav-component {
    z-index: 100;
}

.nav-menu {
    z-index: 101;
}

.menu-button {
    z-index: 102;
}

.button,
.button-arrow-link,
.nav-link,
.footer-link-main,
.service-wrapper,
.blog-title-link,
.blog-image-link,
.card-testimonial {
    cursor: pointer;
}

.text-logo {
    width: auto;
    max-width: 180px;
    color: var(--main-color);
    font-family: Instrument Sans, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: normal;
}

.site-logo {
    display: block;
    width: clamp(180px, 16vw, 220px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    bottom: 6px;
}

.footer-site-logo {
    width: min(220px, 100%);
}

.nav-menu-cta {
    display: none;
}

.back-to-top {
    z-index: 99;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line-color);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .94);
    color: var(--main-color);
    box-shadow: 0 14px 30px -22px rgba(var(--brand-deep-rgb), .75);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 22px;
    bottom: 22px;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--white);
    outline: none;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
    .nav-link {
        padding-left: .45rem;
        padding-right: .45rem;
        font-size: .98rem;
    }

    .text-logo {
        max-width: 150px;
        font-size: .72rem;
    }

    .site-logo {
        width: 190px;
    }

    .button-arrow-link.fill.hide {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 991px) {
    .nav-component {
        position: absolute;
        padding: 14px 18px;
    }

    .nav-container {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .first-element {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .brand {
        border-right-style: none;
        flex: 0 1 auto;
        min-width: 0;
        padding-right: 0;
    }

    .text-logo {
        max-width: 148px;
        font-size: .72rem;
    }

    .site-logo {
        width: min(190px, 48vw);
    }

    .shrink-item {
        position: static;
        flex: 0 0 auto;
        min-width: 0;
    }

    .flex-center {
        justify-content: flex-end;
    }

    .menu-button {
        width: 48px;
        height: 48px;
        padding: 9px;
        border: 1px solid rgba(60, 65, 77, .18);
        border-radius: 999px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .menu-button img {
        width: 24px;
        height: 24px;
    }

    .nav-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 18px;
        right: 18px;
        width: auto;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        padding: 10px;
        border: 1px solid rgba(60, 65, 77, .12);
        border-radius: 8px;
        background-color: var(--white);
        box-shadow: 0 18px 45px rgba(60, 65, 77, .14);
        display: none !important;
    }

    .nav-component.is-menu-open .nav-menu,
    .nav-menu.w--open {
        display: flex !important;
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        min-height: 46px;
        padding: 13px 14px;
        border-radius: 6px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .nav-link:hover {
        background-color: var(--gray-light);
        opacity: 1;
    }

    .button-arrow-link,
    .button {
        min-height: 48px;
        white-space: normal;
    }

    .button-label {
        justify-content: center;
    }

    .label-button {
        line-height: 1.2;
    }

    .service-wrapper,
    .card-testimonial,
    .blog-title-link,
    .blog-image-link {
        -webkit-tap-highlight-color: transparent;
    }
}

@media screen and (max-width: 767px) {
    .hero.second {
        padding-top: 112px;
    }

    .home-hero-2-grid {
        gap: 18px;
    }

    .button-flex,
    .button-arrow-link {
        width: 100%;
    }

    .button-arrow-link {
        display: block;
    }

    .button-label {
        min-height: 22px;
    }

    .grid-3-columns,
    .grid-3-columns.add-space {
        grid-template-columns: 1fr;
    }

    .what-we-do-icons {
        border-right-style: none;
    }

    .display-1 {
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 479px) {
    .nav-component {
        padding-left: 14px;
        padding-right: 14px;
    }

    .nav-menu {
        left: 14px;
        right: 14px;
    }

    .text-logo {
        max-width: 126px;
        font-size: .66rem;
    }

    .button-arrow-link {
        padding-left: 18px;
        padding-right: 18px;
    }

    .arrow-wrapper {
        width: 20px;
        height: 20px;
    }

    .label-button {
        font-size: 14px;
    }

    .back-to-top {
        width: 42px;
        height: 42px;
        right: 16px;
        bottom: 18px;
    }
}

/* Added by Codex: scoped Engineering Growth Advisor brand blocks. */
.brand-added {
    --ega-deep: var(--brand-deep);
    --ega-deep-2: var(--brand-deep-strong);
    --ega-paper: var(--brand-paper);
    --ega-tech: var(--brand-tech);
    --ega-line: var(--brand-line);
    --ega-muted: var(--brand-muted);
}

.brand-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: end;
}

.brand-section-button {
    align-self: end;
}

.brand-values-grid,
.brand-pain-grid,
.brand-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.brand-card,
.brand-program-card,
.brand-compare-column,
.brand-pain-card,
.brand-proof-card {
    border: 1px solid var(--ega-line);
    border-radius: 8px;
    background-color: var(--white);
}

.brand-card {
    padding: 26px;
}

.brand-value-card {
    min-height: 236px;
}

.brand-card h3,
.brand-program-card h3,
.brand-statement-card h3,
.brand-compare-column h3 {
    margin-top: 0;
    margin-bottom: 14px;
    color: var(--main-color);
    font-family: "PT Serif Caption", sans-serif;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 400;
}

.brand-card p,
.brand-program-card p,
.brand-statement-card p,
.brand-pain-card p,
.brand-side-note {
    margin: 0;
    color: var(--ega-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.brand-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border: 1px solid var(--ega-line);
    border-radius: 8px;
    background-color: var(--ega-tech);
    color: var(--ega-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.brand-icon.small {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
}

.brand-icon svg,
.brand-proof-marker svg {
    width: 24px;
    height: 24px;
    display: block;
}

.brand-offer-section {
    background-color: var(--white);
}

.brand-statement-panel,
.brand-promise-panel {
    border-radius: 8px;
    background-color: var(--brand-deep);
    color: var(--white);
}

.brand-statement-panel {
    padding: clamp(36px, 6vw, 76px);
    display: grid;
    gap: 46px;
}

.brand-statement-copy {
    max-width: 920px;
}

.brand-muted-text {
    color: rgba(255, 255, 255, .54);
}

.brand-statement-lead {
    max-width: 860px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.25rem;
    line-height: 1.7;
}

.brand-statement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.brand-statement-card {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.brand-statement-card span,
.brand-step-number,
.brand-pain-card span {
    color: var(--ega-deep);
    font-family: Instrument Sans, sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.brand-statement-card span,
.brand-statement-card h3,
.brand-statement-card p {
    color: var(--white);
}

.brand-statement-card p {
    color: rgba(255, 255, 255, .72);
}

.brand-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.brand-program-card {
    min-height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
}

.brand-program-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-step-number {
    color: rgba(38, 72, 66, .52);
}

.brand-difference-section {
    background-color: var(--white);
}

.brand-side-note {
    max-width: 400px;
    padding: 22px;
    border-left: 1px solid var(--ega-line);
}

.brand-compare-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.brand-compare-column {
    padding: 34px;
}

.brand-compare-strong {
    background-color: var(--ega-deep);
    color: var(--white);
}

.brand-compare-strong h3 {
    color: var(--white);
}

.brand-compare-column ul {
    margin: 0;
    padding-left: 20px;
    color: var(--ega-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.brand-compare-strong ul {
    color: rgba(255, 255, 255, .78);
}

.brand-in-section {
    scroll-margin-top: 100px;
}

.brand-subsection-head {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.brand-subsection-head.compact {
    margin-bottom: 24px;
}

.brand-pain-card {
    min-height: 150px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.brand-pain-card span {
    color: rgba(38, 72, 66, .5);
}

.brand-pain-card p {
    color: var(--main-color);
    font-size: 1.06rem;
}

.brand-desires-block {
    padding: 34px;
    border: 1px solid var(--ega-line);
    border-radius: 8px;
    background-color: var(--ega-paper);
}

.brand-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.brand-chip {
    padding: 13px 16px;
    border: 1px solid var(--ega-line);
    border-radius: 8px;
    background-color: var(--white);
    color: var(--main-color);
    font-size: 1rem;
    line-height: 1.35;
}

.brand-promise-panel {
    padding: clamp(34px, 5vw, 64px);
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 40px;
    align-items: center;
}

.brand-promise-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.brand-promise-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.14rem;
    line-height: 1.7;
}

.brand-proof-card {
    min-height: 132px;
    padding: 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
}

.brand-proof-marker {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: var(--ega-deep);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-proof-card strong,
.brand-proof-card span {
    display: block;
}

.brand-proof-card strong {
    margin-bottom: 7px;
    color: var(--main-color);
    font-size: 1rem;
    line-height: 1.35;
}

.brand-proof-card span {
    color: var(--ega-muted);
    line-height: 1.55;
}

#Values,
#Offer,
#Product,
#Difference,
#Promise,
#Proof,
#Pains,
#Desires {
    scroll-margin-top: 96px;
}

@media screen and (max-width: 991px) {

    .brand-heading-row,
    .brand-statement-grid,
    .brand-program-grid,
    .brand-promise-panel {
        grid-template-columns: 1fr;
    }

    .brand-values-grid,
    .brand-pain-grid,
    .brand-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-section-button {
        width: fit-content;
    }

    .brand-side-note {
        max-width: none;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid var(--ega-line);
    }
}

@media screen and (max-width: 767px) {

    .brand-values-grid,
    .brand-pain-grid,
    .brand-proof-grid,
    .brand-compare-grid {
        grid-template-columns: 1fr;
    }

    .brand-card,
    .brand-program-card,
    .brand-compare-column,
    .brand-pain-card,
    .brand-proof-card,
    .brand-desires-block {
        padding: 22px;
    }

    .brand-section-button {
        width: 100%;
    }

    .brand-statement-panel,
    .brand-promise-panel {
        padding: 28px;
    }

    .brand-statement-lead,
    .brand-promise-copy p {
        font-size: 1.05rem;
    }

    .brand-subsection-head {
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 479px) {

    .brand-heading-row,
    .brand-statement-panel,
    .brand-program-grid,
    .brand-compare-grid {
        gap: 22px;
    }

    .brand-value-card,
    .brand-program-card,
    .brand-pain-card,
    .brand-proof-card {
        min-height: auto;
    }

    .brand-chip {
        width: 100%;
    }
}

/* Added by Codex: mobile adaptive polish for header and dense sections. */
@media screen and (max-width: 991px) {
    .nav-component {
        left: 0;
        right: 0;
        width: 100%;
        padding: 12px 18px 14px;
        border-bottom: 1px solid var(--line-color);
        background-color: rgba(255, 255, 255, .96);
    }

    .nav-component::before,
    .nav-component::after {
        content: none;
        display: none;
    }

    .nav-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
        gap: 10px 12px;
        align-items: center;
        max-width: 100%;
    }

    .first-element {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        min-width: 0;
        gap: 0;
        justify-content: flex-start;
    }

    .brand {
        min-width: 0;
    }

    .text-logo {
        max-width: 178px;
        font-size: .72rem;
        line-height: 1.05;
    }

    .site-logo {
        width: min(178px, 52vw);
        bottom: auto;
    }

    .flex-nav-button {
        display: contents;
    }

    .flex-nav-button>.nav-header-cta {
        display: none !important;
    }

    .flex-nav-button>.menu-button {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: 52px;
        height: 52px;
        padding: 11px;
        border-color: var(--line-color);
        background-color: var(--white);
        box-shadow: none;
    }

    .nav-menu .nav-menu-cta {
        display: block !important;
        width: 100%;
        margin-top: 8px;
        min-height: 52px;
        padding: 13px 22px;
        border-color: var(--main-color);
        border-radius: 999px;
        background-color: var(--main-color);
        color: var(--white);
    }

    .nav-menu .nav-menu-cta .button-label {
        min-height: 24px;
        justify-content: center;
        gap: 14px;
    }

    .nav-menu .nav-menu-cta .arrow-wrapper {
        flex: 0 0 auto;
    }

    .menu-button img {
        width: 26px;
        height: 26px;
    }

    .nav-menu {
        top: calc(100% + 8px);
        border-color: var(--line-color);
    }

    .hero.second {
        padding-top: 118px;
    }
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-2 {
        width: 100%;
        max-width: 100%;
    }

    .display-1 {
        font-size: 38px;
        line-height: 1.22;
        overflow-wrap: normal;
        word-break: normal;
    }

    .display-1.second,
    .display-1.third {
        font-size: 32px;
        line-height: 1.24;
    }

    .display-1.fourth {
        font-size: 26px;
        line-height: 1.25;
    }

    .subhead {
        font-size: 18px;
        line-height: 1.45;
    }

    .subhead.small {
        padding-right: 0;
        font-size: 12px;
        line-height: 1.2;
    }

    .home-hero-2-grid {
        gap: 28px;
    }

    .about-grid {
        border-radius: 0;
    }

    .photo-right {
        min-height: 360px;
    }

    .servcies-grid {
        gap: 36px;
    }

    .service-wrapper {
        padding: 26px 0 30px;
        overflow: visible;
    }

    .service-wrapper:hover {
        padding-left: 0;
    }

    .servce-number {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }

    .circle-main {
        position: static;
        width: 54px;
        height: 54px;
        margin-top: 8px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .text-wrapper {
        border-right-style: none;
        border-bottom: 1px solid var(--line-color);
        padding-bottom: 24px;
    }

    .text-wrapper.no-line {
        border-bottom-style: none;
    }

    .founder-wrapper {
        flex-wrap: wrap;
        gap: 14px;
    }

    .line-vertical {
        display: none;
    }

    .blog-grid {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 12px;
        padding-right: 16px;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .blog-grid::-webkit-scrollbar {
        display: none;
    }

    .blog-grid>.w-dyn-item {
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .blog-item {
        width: 100%;
        min-height: 100%;
    }

    .blog-image-link {
        aspect-ratio: 4 / 3;
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 16px 34px -22px rgba(var(--brand-deep-rgb), .45);
    }

    .blog-image {
        display: block;
        height: 100%;
    }

    .blog-title-link {
        width: 100%;
        padding-right: 0;
    }

    .blog-swipe-controls {
        width: 100%;
        margin-top: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }

    .blog-swipe-button {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid var(--line-color);
        border-radius: 999px;
        background-color: var(--white);
        color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
    }

    .blog-swipe-button:disabled {
        opacity: .35;
        cursor: default;
    }

    .blog-swipe-button:not(:disabled):hover,
    .blog-swipe-button:not(:disabled):focus-visible {
        border-color: var(--main-color);
        background-color: var(--main-color);
        color: var(--white);
        outline: none;
    }

    .blog-swipe-dots {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .blog-swipe-dot {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background-color: rgba(var(--brand-deep-rgb), .2);
        transition: width .2s ease, background-color .2s ease;
    }

    .blog-swipe-dot.is-active {
        width: 24px;
        background-color: var(--main-color);
    }

    .brand-statement-panel,
    .brand-promise-panel {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-main-grid-2,
    .footer-grid-2 {
        gap: 32px;
    }
}

@media screen and (max-width: 479px) {
    .nav-component {
        padding: 10px 8px 12px;
    }

    .nav-container {
        gap: 9px 10px;
    }

    .text-logo {
        max-width: 150px;
        font-size: .67rem;
    }

    .site-logo {
        width: min(160px, 52vw);
    }

    .flex-nav-button>.menu-button {
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .nav-menu .nav-menu-cta {
        min-height: 50px;
        padding: 12px 18px;
    }

    .blog-grid {
        gap: 14px;
        padding-right: 14px;
    }

    .blog-title-main {
        font-size: 22px;
    }

    .hero.second {
        padding-top: 110px;
    }

    .display-1 {
        font-size: 36px;
    }

    .display-1.second,
    .display-1.third,
    .display-1.cta {
        font-size: 30px;
    }

    .subhead {
        font-size: 17px;
    }

    .photo-right {
        min-height: 300px;
    }

    .brand-card,
    .brand-program-card,
    .brand-compare-column,
    .brand-pain-card,
    .brand-proof-card,
    .brand-desires-block,
    .brand-statement-panel,
    .brand-promise-panel {
        padding: 20px;
    }
}

/* Added by Codex: Figma redesign for the client-pain block. */
.brand-pain-section {
    --pain-canvas: #f4f8f6;
    --pain-primary: #123c38;
    --pain-primary-2: #1d5a52;
    --pain-muted: #687d79;
    --pain-border: #d8e5e1;
    --pain-accent: #79d7c6;
    padding: clamp(44px, 6vw, 80px);
    border: 1px solid rgba(29, 90, 82, .08);
    border-radius: 8px;
    background-color: var(--pain-canvas);
    overflow: hidden;
}

.brand-pain-header {
    max-width: 1080px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.brand-pain-header .subhead.small {
    margin-bottom: 0;
}

.brand-pain-title {
    max-width: 940px;
    margin: 0;
    color: var(--main-color);
    font-family: PT Serif Caption, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.brand-pain-title span {
    color: var(--gray-light-color);
}

.brand-pain-lead {
    max-width: 760px;
    margin: 0;
    color: var(--pain-muted);
    font-size: 17px;
    line-height: 1.6;
}

.brand-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.brand-pain-card {
    min-height: 196px;
    padding: 24px;
    border: 1px solid var(--pain-border);
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 4px rgba(12, 12, 13, .05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    overflow: hidden;
    transition: transform .24s ease, border-color .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.brand-pain-card-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-pain-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
}

.brand-pain-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.brand-pain-card span {
    color: var(--pain-muted);
    font-family: Instrument Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.brand-pain-card p {
    width: 100%;
    margin: 0;
    color: var(--pain-primary);
    font-family: Instrument Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

@media (hover: hover) and (pointer: fine) {
    .brand-pain-card:hover {
        transform: translateY(-4px);
        border-color: var(--pain-accent);
        background-color: #fbfffe;
        box-shadow: 0 18px 34px -22px rgba(18, 61, 56, .38), 0 0 0 4px rgba(121, 215, 198, .18);
    }
}

@media screen and (max-width: 991px) {
    .brand-pain-section {
        padding: 52px 34px;
    }

    .brand-pain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .brand-pain-section {
        padding: 34px 22px;
        border-radius: 8px;
    }

    .brand-pain-header {
        margin-bottom: 28px;
        gap: 14px;
    }

    .brand-pain-title {
        font-size: 32px;
        line-height: 1.22;
    }

    .brand-pain-lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .brand-pain-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .brand-pain-card {
        min-height: 164px;
        padding: 20px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 479px) {
    .brand-pain-section {
        padding: 28px 18px;
        border-radius: 8px;
    }

    .brand-pain-title {
        font-size: 30px;
    }

    .brand-pain-card {
        min-height: 150px;
    }
}

/* Added by Codex: fixed header on desktop and mobile. */
html {
    scroll-padding-top: 120px;
}

.nav-component {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid var(--line-color);
    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px -28px rgba(var(--brand-deep-rgb), .8);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.nav-menu {
    z-index: 1001;
}

.menu-button {
    z-index: 1002;
}

@media screen and (max-width: 991px) {
    html {
        scroll-padding-top: 96px;
    }

    .nav-component {
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
    }

    .nav-menu {
        max-height: calc(100dvh - 96px);
    }
}

@media screen and (max-width: 479px) {
    html {
        scroll-padding-top: 88px;
    }

    .nav-menu {
        max-height: calc(100dvh - 88px);
    }
}

/* Added by Codex: concise offer formats, starter kit and FAQ. */
.button-arrow-link.fill.is-dark-cta {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--white);
}

.button-arrow-link.fill.is-dark-cta:hover,
.button-arrow-link.fill.is-dark-cta:focus-visible {
    background-color: var(--brand-deep-strong);
    border-color: var(--brand-deep-strong);
    outline: none;
}

.brand-format-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.brand-format-card,
.brand-starter-panel,
.brand-faq-item {
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background-color: var(--white);
}

.brand-format-card {
    overflow: hidden;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.brand-format-card[open] {
    border-color: rgba(var(--brand-deep-rgb), .36);
    box-shadow: 0 22px 42px -30px rgba(var(--brand-deep-rgb), .5);
}

.brand-format-summary {
    min-height: 250px;
    padding: 28px;
    display: grid;
    gap: 16px;
    align-content: start;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.brand-format-summary::-webkit-details-marker,
.brand-faq-item summary::-webkit-details-marker {
    display: none;
}

.brand-format-summary strong,
.brand-starter-price {
    color: var(--main-color);
    font-family: "PT Serif Caption", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 400;
}

.brand-format-summary p,
.brand-format-body p,
.brand-format-body li,
.brand-starter-panel p,
.brand-starter-panel li,
.brand-faq-item p {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.62;
}

.brand-format-summary p,
.brand-format-body p,
.brand-starter-panel p,
.brand-faq-item p {
    margin: 0;
}

.brand-format-more {
    width: fit-content;
    margin-top: auto;
    padding: 9px 12px;
    border-radius: 8px;
    background-color: var(--brand-tech);
    color: var(--main-color);
    font-size: .88rem;
    font-weight: 700;
}

.brand-format-card[open] .brand-format-more {
    background-color: var(--main-color);
    color: var(--white);
}

.brand-format-body {
    padding: 0 28px;
    display: grid;
    gap: 18px;
    overflow: hidden;
    transition: height .32s cubic-bezier(.22, 1, .36, 1), opacity .22s ease;
    will-change: height, opacity;
}

.brand-format-body-inner {
    display: grid;
    gap: 18px;
    padding-bottom: 28px;
}

.brand-format-body::before {
    content: "";
    height: 1px;
    background-color: var(--brand-line);
    display: block;
}

.brand-format-body ul,
.brand-starter-panel ul {
    margin: 0;
    padding-left: 20px;
}

.brand-format-body .button-arrow-link,
.brand-starter-panel .button-arrow-link {
    width: fit-content;
}

#Product .brand-format-grid {
    align-items: start;
}

#Product .brand-format-card {
    height: auto;
}

#Product .brand-format-summary {
    min-height: 375px;
    padding: 22px;
    gap: 12px;
    grid-template-rows: auto auto 1fr auto;
}

#Product .brand-format-summary p {
    align-self: start;
    font-size: 1rem;
    line-height: 1.42;
}

#Product .brand-format-more {
    padding: 8px 11px;
    font-size: .82rem;
}

.brand-starter-panel {
    padding: clamp(28px, 4vw, 46px);
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: start;
    background-color: var(--brand-paper);
}

.brand-starter-panel h3 {
    margin: 0 0 18px;
    color: var(--main-color);
    font-family: "PT Serif Caption", sans-serif;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.2;
    font-weight: 400;
}

.brand-starter-content {
    display: grid;
    gap: 20px;
}

.brand-starter-intro {
    margin: 0;
}

.brand-starter-result {
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid var(--brand-line);
}

.brand-starter-intro h4,
.brand-starter-result h4 {
    margin: 0 0 12px;
    color: var(--main-color);
    font-family: "PT Serif Caption", sans-serif;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 400;
}

.brand-starter-result p {
    max-width: 760px;
}

.brand-starter-result ul {
    margin: 10px 0 16px;
    padding-left: 20px;
    max-width: 760px;
}

.brand-faq-section {
    background-color: var(--white);
}

.brand-faq-list {
    display: grid;
    gap: 14px;
}

.brand-faq-item {
    overflow: hidden;
}

.brand-faq-item summary {
    --faq-icon-size: 32px;
    --faq-icon-offset: 28px;
    --faq-bar-length: 11px;
    --faq-bar-weight: 2px;
    --faq-bar-offset: 15px;
    padding: 24px calc(var(--faq-icon-offset) + var(--faq-icon-size) + 18px) 24px 28px;
    color: var(--main-color);
    font-family: "PT Serif Caption", sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
    cursor: pointer;
    position: relative;
    display: block;
}

.brand-faq-item summary::after {
    content: "";
    width: var(--faq-icon-size);
    height: var(--faq-icon-size);
    border-radius: 999px;
    background-color: var(--brand-tech);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--faq-bar-length) var(--faq-bar-weight);
    color: var(--main-color);
    position: absolute;
    top: 50%;
    right: var(--faq-icon-offset);
    transform: translateY(-50%);
    transition: background-color .24s ease, color .24s ease, transform .24s ease;
}

.brand-faq-item summary::before {
    content: "";
    width: var(--faq-bar-weight);
    height: var(--faq-bar-length);
    border-radius: 999px;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    right: calc(var(--faq-icon-offset) + var(--faq-bar-offset));
    z-index: 1;
    transform: translateY(-50%) scaleY(1);
    transform-origin: center;
    transition: background-color .24s ease, opacity .2s ease, transform .24s ease;
}

.brand-faq-item[open] summary::after {
    background-color: var(--main-color);
    color: var(--white);
}

.brand-faq-item[open] summary::before {
    background-color: var(--white);
    opacity: 0;
    transform: translateY(-50%) scaleY(0);
}

.brand-faq-body {
    overflow: hidden;
    transition: height .32s cubic-bezier(.22, 1, .36, 1), opacity .22s ease;
    will-change: height, opacity;
}

.brand-faq-body p {
    margin: 0;
    padding: 0 28px 26px;
}

#Faq,
#Starter {
    scroll-margin-top: 96px;
}

@media screen and (max-width: 991px) {

    .brand-format-grid,
    .brand-starter-panel {
        grid-template-columns: 1fr;
    }

    .brand-format-summary {
        min-height: auto;
    }

    #Product .brand-format-summary {
        min-height: 280px;
    }
}

@media screen and (max-width: 767px) {

    .brand-format-grid,
    .brand-faq-list {
        gap: 14px;
    }

    .brand-format-summary,
    .brand-format-body,
    .brand-faq-item summary,
    .brand-faq-item p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brand-faq-item summary {
        --faq-icon-offset: 20px;
        padding-right: calc(var(--faq-icon-offset) + var(--faq-icon-size) + 14px);
    }

    .brand-format-summary strong,
    .brand-starter-price {
        font-size: 1.45rem;
    }

    .brand-starter-panel {
        padding: 24px;
    }
}

@media screen and (max-width: 991px) {
    .photo-right {
        min-height: 520px;
        background-size: auto 108%;
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 767px) {
    .photo-right {
        min-height: 430px;
        background-size: auto 106%;
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 479px) {
    .photo-right {
        min-height: 390px;
        background-size: auto 108%;
        background-position: 53% 100%;
    }
}

@media screen and (max-width: 991px) {

    #Contact .contact-image-slot,
    #Contact .line-divider.white-light {
        display: none !important;
    }
}

/* Added by Codex: smooth mobile menu animation. */
@media screen and (max-width: 991px) {
    .menu-button {
        color: var(--main-color);
        transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-button:hover,
    .menu-button:focus-visible,
    .menu-button.w--open {
        border-color: rgba(var(--brand-deep-rgb), .24);
        background-color: var(--second-color);
        box-shadow: 0 14px 30px -24px rgba(var(--brand-deep-rgb), .75);
        outline: none;
    }

    .menu-button:active {
        transform: scale(.96);
    }

    .menu-icon {
        width: 26px;
        height: 26px;
        display: block;
        overflow: visible;
    }

    .menu-icon-line,
    .menu-icon-x {
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
    }

    .menu-icon-line {
        transform-box: view-box;
        transform-origin: 12px 12px;
        transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
    }

    .menu-icon-x {
        opacity: 0;
        stroke-dasharray: 13;
        stroke-dashoffset: 13;
        transition: stroke-dashoffset .3s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
    }

    .nav-component.is-menu-open .menu-icon-line.is-top,
    .menu-button.w--open .menu-icon-line.is-top {
        opacity: 0;
        transform: translateY(2px);
    }

    .nav-component.is-menu-open .menu-icon-line.is-middle,
    .menu-button.w--open .menu-icon-line.is-middle {
        opacity: 0;
        transform: scaleX(.2);
    }

    .nav-component.is-menu-open .menu-icon-line.is-bottom,
    .menu-button.w--open .menu-icon-line.is-bottom {
        opacity: 0;
        transform: translateY(-2px);
    }

    .nav-component.is-menu-open .menu-icon-x,
    .menu-button.w--open .menu-icon-x {
        opacity: 1;
        stroke-dashoffset: 0;
        transition-delay: .08s;
    }

    .nav-component .nav-menu {
        display: flex !important;
        flex-direction: column;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        transform: translateY(-10px) scale(.985);
        transform-origin: 50% 0;
        transition: max-height .42s cubic-bezier(.22, 1, .36, 1), opacity .26s ease, transform .32s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .42s;
        will-change: max-height, opacity, transform;
    }

    .nav-component.is-menu-open .nav-menu,
    .nav-component .nav-menu.w--open {
        max-height: calc(100dvh - 96px);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow-y: auto;
        transform: translateY(0) scale(1);
        transition-delay: 0s;
    }

    .nav-menu>.nav-link,
    .nav-menu>.nav-menu-cta {
        opacity: 0;
        transform: translateY(8px);
        transition: opacity .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
        transition-delay: 0s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link,
    .nav-component.is-menu-open .nav-menu>.nav-menu-cta,
    .nav-component .nav-menu.w--open>.nav-link,
    .nav-component .nav-menu.w--open>.nav-menu-cta {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(1),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(1) {
        transition-delay: .07s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(2),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(2) {
        transition-delay: .1s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(3),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(3) {
        transition-delay: .13s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(4),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(4) {
        transition-delay: .16s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(5),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(5) {
        transition-delay: .19s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-link:nth-child(6),
    .nav-component .nav-menu.w--open>.nav-link:nth-child(6) {
        transition-delay: .22s;
    }

    .nav-component.is-menu-open .nav-menu>.nav-menu-cta,
    .nav-component .nav-menu.w--open>.nav-menu-cta {
        transition-delay: .25s;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991px) {

    .menu-button,
    .menu-icon-line,
    .nav-component .nav-menu,
    .brand-format-body,
    .brand-faq-body,
    .nav-menu>.nav-link,
    .nav-menu>.nav-menu-cta {
        transition: none !important;
    }
}

/* Added by Codex: result imagery and full responsive materials slider. */
.brand-change-panel {
    padding: 12px 0;
    border-radius: 0;
    background-color: var(--brand-deep);
    color: var(--white);
    box-shadow: 0 0 0 100vmax var(--brand-deep);
    clip-path: inset(0 -100vmax);
}

.brand-change-panel .testimonials-grid-2 {
    align-items: stretch;
}

.brand-change-panel .max-w-left.left {
    align-self: center;
}

.brand-change-panel .brand-result-media {
    background-color: rgba(255, 255, 255, .06);
    box-shadow: 0 16px 34px -22px rgb(23 23 23 / 98%);
}

.brand-change-panel .card-testimonial {
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.041);
    border-radius: 8px;
    color: var(--white);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.brand-change-panel .card-testimonial:hover {
    background-color: var(--brand-deep-strong);
    border-color: rgba(255, 255, 255, .28);
}

.brand-change-panel .subhead-testi {
    color: var(--white);
}

.brand-change-panel .subhead-testi.small {
    color: rgba(255, 255, 255, .72);
}

.brand-change-panel .gray-color-2 {
    color: rgba(255, 255, 255, .58);
    opacity: 1;
}

.brand-result-media {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.brand-result-media img {
    width: 100%;
    height: 100%;
    display: block;
}

.brand-result-media.is-detail {
    aspect-ratio: 1 / 1;
    background-color: var(--brand-paper);
}

.brand-result-media.is-detail img {
    object-fit: cover;
    object-position: 50% 50%;
}

.brand-result-media.is-portrait {
    aspect-ratio: 1 / 1;
    min-height: auto;
    padding: 0;
    display: block;
    background-color: var(--brand-paper);
}

.brand-result-media.is-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#Topics .blog-grid {
    --blog-slider-gap: 31px;
    display: flex !important;
    grid-template-columns: none !important;
    gap: var(--blog-slider-gap);
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 14px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

#Topics .blog-grid::-webkit-scrollbar {
    display: none;
}

#Topics .blog-grid>.w-dyn-item {
    flex: 0 0 calc((100% - (var(--blog-slider-gap) * 2)) / 3);
    width: auto;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#Topics .blog-item {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

#Topics .blog-image-link {
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

#Topics .blog-image {
    height: 100%;
    display: block;
}

#Topics .blog-video-frame {
    margin-bottom: 20px;
}

#Topics .blog-swipe-controls {
    width: 100%;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

#Topics .blog-swipe-button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line-color);
    border-radius: 999px;
    background-color: var(--white);
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

#Topics .blog-swipe-button:disabled {
    opacity: .35;
    cursor: default;
}

#Topics .blog-swipe-button:not(:disabled):hover,
#Topics .blog-swipe-button:not(:disabled):focus-visible {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--white);
    outline: none;
}

#Topics .blog-swipe-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

#Topics .blog-swipe-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(var(--brand-deep-rgb), .2);
    cursor: pointer;
    transition: width .2s ease, background-color .2s ease;
}

#Topics .blog-swipe-dot.is-active {
    width: 24px;
    background-color: var(--main-color);
}

@media screen and (max-width: 991px) {
    #Topics .blog-grid {
        --blog-slider-gap: 18px;
    }

    #Topics .blog-grid>.w-dyn-item {
        flex-basis: calc((100% - var(--blog-slider-gap)) / 2);
    }
}

@media screen and (max-width: 767px) {
    .second-grid .brand-result-media.is-detail {
        display: none;
    }

    .brand-result-media.is-portrait {
        min-height: auto;
    }

    #Topics .blog-grid {
        --blog-slider-gap: 16px;
        padding-right: 0;
    }

    #Topics .blog-grid>.w-dyn-item {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 479px) {
    .brand-result-media.is-portrait {
        min-height: auto;
    }

    #Topics .blog-grid {
        --blog-slider-gap: 14px;
    }
}

/* Materials cards: keep every action aligned and match the arrow to the button text. */
#Topics .blog-item>.margin-20px {
    margin-top: auto;
    padding-top: 20px;
}

#Topics .button-arrow-link.fill .icon-arrow {
    filter: brightness(0) invert(1);
}

#Topics .button-arrow-link.fill .linkedin-button-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Keep the contact action visible against the dark section before interaction. */
#Contact input.button.w-button {
    border-color: var(--brand-tech);
    transition: background-color .2s ease, border-color .2s ease;
}

#Contact input.button.w-button:hover,
#Contact input.button.w-button:focus-visible {
    border-color: var(--white);
    outline: none;
}

/* Make the work-process block compact and fully readable without sticky scroll. */
#Services {
    padding-top: clamp(42px, 5vw, 58px);
    padding-bottom: clamp(42px, 5vw, 58px);
}

#Services .servcies-grid {
    grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
    gap: clamp(34px, 5vw, 64px);
    align-items: start;
}

#Services .services-copy {
    position: static;
    top: auto;
    max-width: 420px;
}

#Services .services-copy .display-1.second {
    font-size: clamp(36px, 3.8vw, 48px);
    line-height: 1.08;
}

#Services .services-copy .subhead.white {
    font-size: 16px;
    line-height: 1.38;
}

#Services .w-dyn-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

#Services .service-wrapper {
    min-height: 154px;
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.041);
    border-radius: 8px;
    cursor: default;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    overflow: visible;
}

#Services .service-wrapper:hover,
#Services .service-wrapper:focus-visible {
    background-color: var(--brand-deep-strong);
    border-color: rgba(255, 255, 255, .28);
}

#Services .servce-number {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    font-size: 13px;
}

#Services .display-1.fourth.main-white {
    font-size: clamp(22px, 2vw, 27px);
    line-height: 1.08;
}

#Services .paragraph-gray {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.34;
}

@media screen and (max-width: 991px) {
    #Services .servcies-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    #Services .services-copy {
        max-width: 640px;
    }
}

@media screen and (max-width: 767px) {
    #Services {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    #Services .w-dyn-items {
        grid-template-columns: 1fr;
    }

    #Services .service-wrapper {
        min-height: auto;
        padding: 20px;
    }

    #Services .service-wrapper:hover,
    #Services .service-wrapper:focus-visible {
        padding-left: 20px;
    }
}

/* Tighten the philosophy/experience block so the first viewport feels filled. */
#Who {}

#Who .founder-wrapper {
    margin-top: clamp(24px, 3vw, 34px);
    padding-top: 18px;
}

#Who .about-grid {
    align-items: start;
    margin-top: clamp(-0px, -4.5vw, -44px);
}

#Who .left-part {
    justify-content: flex-start;
    padding-top: clamp(22px, 4vw, 64px);
}

#Who .photo-right {
    min-height: clamp(500px, 50vw, 560px);
    background-position: 52% 100%;
    background-size: auto 100%;
    position: relative;
    bottom: 130px;
}

@media screen and (max-width: 991px) {
    #Who {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    #Who .about-grid {
        margin-top: 28px;
    }

    #Who .left-part {
        padding-top: 0;
    }

    #Who .photo-right {
        z-index: 15;
        display: flex;
        width: 100%;
        align-self: stretch;
        flex: 0 0 auto;
        opacity: 1 !important;
        background-image: url("../img/IMG_1233-transparent-fade.png") !important;
        bottom: 0;
        min-height: 470px;
        background-size: auto 106%;
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 767px) {
    #Who {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    #Who .founder-wrapper {
        margin-top: 22px;
    }

    #Who .about-grid {
        margin-top: 24px;
    }

    #Who .photo-right {
        min-height: 390px;
    }
}

@media screen and (max-width: 479px) {
    #Who {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    #Who .photo-right {
        min-height: 340px;
    }
}

/* Landing header: a clearly marked, reusable entry point to My Account. */
.mentorqa-landing-account {
    display: inline-flex;
    min-height: 42px;
    margin: 0 4px;
    padding: 7px 15px 7px 8px;
    border: 1px solid var(--main-color);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    background-color: var(--main-color);
    box-shadow: 0 12px 28px -20px rgba(var(--brand-deep-rgb), .9), 0 0 0 3px rgba(var(--brand-deep-rgb), .08);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mentorqa-landing-account__icon {
    display: inline-flex;
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background-color: var(--second-color);
}

.mentorqa-landing-account__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.mentorqa-landing-account:hover,
.mentorqa-landing-account:focus-visible {
    border-color: var(--brand-deep-strong);
    color: var(--white);
    background-color: var(--brand-deep-strong);
    box-shadow: 0 16px 32px -20px rgba(var(--brand-deep-rgb), 1), 0 0 0 4px rgba(var(--brand-deep-rgb), .13);
    outline: none;
    transform: translateY(-1px);
}

@media screen and (max-width: 991px) {
    .nav-container {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .flex-nav-button>.mentorqa-landing-account {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        min-height: 46px;
        margin: 0;
        padding: 7px 13px 7px 8px;
    }

    .flex-nav-button>.menu-button {
        grid-column: 3;
    }
}

@media screen and (max-width: 479px) {
    .nav-container {
        gap: 8px;
    }

    .site-logo {
        width: min(132px, 40vw);
    }

    .flex-nav-button>.mentorqa-landing-account {
        min-height: 44px;
        padding: 6px 10px 6px 7px;
        gap: 6px;
        font-size: .9rem;
    }

    .mentorqa-landing-account__icon {
        width: 25px;
        height: 25px;
        padding: 4px;
    }
}

@media screen and (max-width: 767px) {
    .services-bottom.with-photo {
        height: 30vh;
        height: 30svh;
        max-height: 30vh;
        max-height: 30svh;
        min-height: 0;
        justify-content: center;
        padding: 22px 18px;
    }

    .services-bottom.with-photo .cta-center {
        grid-row-gap: 12px;
        justify-content: center;
        max-width: 560px;
    }

    .services-bottom.with-photo .display-1.cta {
        font-size: 24px;
        line-height: 1.16;
    }

    .services-bottom.with-photo .margin-20px {
        display: none;
    }

    .services-bottom.with-photo .button-arrow-link {
        align-self: center;
        min-height: 44px;
        padding: 11px 20px 11px 22px;
    }

    .services-bottom.with-photo .label-button {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .services-bottom.with-photo {
        padding: 16px;
    }

    .services-bottom.with-photo .display-1.cta {
        font-size: 21px;
        line-height: 1.14;
    }

    .services-bottom.with-photo .button-arrow-link {
        min-height: 42px;
        padding: 10px 18px 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero.second {
        height: 30vh;
        height: 30svh;
        max-height: 30vh;
        max-height: 30svh;
        min-height: 0 !important;
        align-items: center;
        padding: clamp(72px, 11svh, 88px) 16px 14px;
        overflow: hidden;
    }

    .hero.second .container {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .hero.second .home-hero-2-grid {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .hero.second .max-w {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .hero.second .subhead.small,
    .hero.second .hero-portrait-frame {
        display: none;
    }

    .hero.second .display-1 {
        font-size: clamp(18px, 5.4vw, 26px);
        line-height: 1.1;
        text-align: center;
    }

    .hero.second .margin-30px {
        margin-top: 10px;
    }

    .hero.second .margin-50px {
        margin-top: 0;
    }

    .hero.second .button-flex {
        justify-content: center;
    }

    .hero.second .button-arrow-link {
        align-self: center;
        min-height: 40px;
        padding: 9px 18px 9px 20px;
    }

    .hero.second .label-button {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .hero.second {
        padding-top: clamp(66px, 11svh, 78px);
        padding-bottom: 10px;
    }

    .hero.second .display-1 {
        font-size: clamp(17px, 5vw, 21px);
        line-height: 1.08;
    }

    .hero.second .margin-30px {
        margin-top: 8px;
    }

    .hero.second .button-arrow-link {
        min-height: 36px;
        padding: 8px 16px 8px 18px;
    }
}

@media screen and (max-width: 479px) and (max-height: 700px) {
    .hero.second .margin-30px {
        display: none;
    }
}




.mentorqa-landing-account {
    padding: 10px 23px;
}

.mentorqa-landing-account__icon {
    background-color: #ffffff00;
    color: #ffffff;
}

/* Guest entry point: a lightweight underlined link beside the primary CTA. */
.mentorqa-landing-login {
    position: relative;
    display: inline-flex;
    width: auto;
    min-height: 42px;
    margin: 0 4px;
    padding: 8px 6px;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    opacity: 1;
}

.mentorqa-landing-login::after {
    position: absolute;
    right: 6px;
    bottom: 5px;
    left: 6px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform-origin: left center;
    transition: transform .2s ease;
}

.mentorqa-landing-login:hover,
.mentorqa-landing-login:focus-visible {
    color: var(--brand-deep-strong);
    outline: none;
    opacity: 1;
}

.mentorqa-landing-login:hover::after,
.mentorqa-landing-login:focus-visible::after {
    transform: scaleX(.72);
}

@media screen and (max-width: 991px) {
    .flex-nav-button>.mentorqa-landing-login {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: auto;
        min-height: 44px;
        margin: 0;
        padding: 8px 4px;
        border-radius: 0;
        background: transparent;
        font-size: .95rem;
    }

    .flex-nav-button>.mentorqa-landing-login::after {
        right: 4px;
        left: 4px;
    }

    .flex-nav-button>.menu-button {
        grid-column: 3;
    }
}

/* WordPress contact-form state and bot trap. */
.mentorqa-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mentorqa-contact-notice {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1.5;
}

.mentorqa-contact-notice.is-success {
  border-color: rgba(151, 232, 200, 0.65);
  background: rgba(38, 72, 66, 0.88);
}

.mentorqa-contact-notice.is-error {
  border-color: rgba(255, 170, 170, 0.7);
  background: rgba(112, 38, 38, 0.72);
}
