.public-site {
    --brand-navy: #26336b;
    --brand-red: #db2534;
    --night: #141c3a;
    --warm: #faf7f3;
    --soft-blue: #eef1fa;
    --green: #26336b;
    --ink: #202846;
    --deep: #141c3a;
    --muted: #72778c;
    --line: #e4e6ee;
    --lime: #fbe9eb;
    background: #fff;
    color: var(--ink);
    font-size: 16px
}

.public-site h1,
.public-site h2,
.public-site h3 {
    letter-spacing: -.055em
}

.public-site h2 {
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 750;
    line-height: 1.08
}

.public-site em {
    color: #828ba8;
    font-weight: 450
}

.public-site .wrap {
    width: min(1320px, calc(100% - 100px))
}

.public-site .topbar {
    background: var(--brand-navy);
    font-size: 15px
}

.public-site .topbar .wrap {
    height: 40px
}

.public-site .topbar .wrap>:first-child:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ff8c95;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.public-site .site-header {
    background: #fffffff7;
    border-color: #e7e9f0;
    box-shadow: 0 3px 12px #18244b04
}

.public-site .nav {
    height: 100px;
    gap: 40px
}

.public-site .brand img {
    width: 190px;
    height: 100px
}

.public-site .nav nav {
    font-size: 17px;
    gap: 30px
}

.public-site .nav nav a:hover,
.public-site .nav summary:hover {
    color: var(--brand-red)
}

.public-site .nav-actions {
    gap: 22px
}

.public-site .nav-actions .login-link {
    font-size: 16px
}

.public-site .button {
    background: var(--brand-red);
    border: 1px solid var(--brand-red);
    color: #fff !important;
    border-radius: 5px;
    padding: 17px 23px;
    font-size: 13px;
    gap: 30px;
    font-weight: 650;
    box-shadow: none;
    transition: background .2s, transform .2s, box-shadow .2s
}

.public-site .button:hover {
    background: #bf1e2c;
    border-color: #bf1e2c;
    box-shadow: 0 10px 25px #db253421;
    transform: translateY(-3px)
}

.public-site .button>span {
    font-size: 21px;
    line-height: 1
}

.public-site .button.small {
    padding: 13px 18px;
    font-size: 16px;
    gap: 24px
}

.public-site .button.pale,
.public-site .button.outline {
    background: #fff;
    color: var(--brand-navy) !important;
    border-color: #d8ddea
}

.public-site .button.pale:hover,
.public-site .button.outline:hover {
    background: #f0f2fa;
    border-color: #b9c2de
}

.public-site .quiet-link {
    font-size: 13px;
    gap: 25px
}

.public-site .quiet-link>span {
    font-size: 21px
}

.public-site .eyebrow {
    color: #6a7491;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 9px;
    letter-spacing: .15em;
    line-height: 1.6;
    margin-bottom: 23px;
    font-weight: 650
}

.public-site .eyebrow>span:not(.little-line) {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #d8ddeb;
    border-radius: 50%;
    font-size: 11px;
    letter-spacing: 0;
    color: var(--brand-red)
}

.public-site .section {
    padding-block: 30px;
}

.public-site .section-heading {
    margin-bottom: 42px;
    gap: 40px
}

.public-site .section-heading h2 {
    margin: 0
}

.public-site .section-aside {
    padding-bottom: 5px;
    max-width: 300px
}

.public-site .section-aside p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px
}

.public-site .section-aside .quiet-link {
    font-size: 12px
}

.public-site .home-slider {
    background: var(--night);
    isolation: isolate;
    overflow: hidden
}

.public-site .hero-slide {
    background: var(--night);
    isolation: isolate;
    overflow: hidden
}

.public-site .slide-image {
    left: 33%;
    width: 67%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 49%;
    z-index: -2;
    opacity: .95;
    transition: transform 7s ease
}

.public-site .hero-slide.is-active .slide-image {
    transform: scale(1.025)
}

.public-site .hero-slide:after {
    background: linear-gradient(90deg, #141c3a 0%, #141c3af7 25%, #141c3ab5 43%, #141c3a12 70%), linear-gradient(0deg, #141c3ace, transparent 45%);
    z-index: -1
}

.public-site .slide-inner {
    min-height: 660px;
    padding-block: 70px 155px;
    align-items: center;
    position: relative
}

.public-site .slide-copy {
    max-width: 690px
}

.public-site .slide-copy .eyebrow {
    font-size: 11px;
    letter-spacing: .2em;
    color: #c5cbe0;
    gap: 12px;
    margin-bottom: 26px
}

.public-site .slide-copy .little-line {
    width: 30px;
    border-top: 2px solid var(--brand-red);
    margin: 0
}

.public-site .slide-copy h1,
.public-site .slide-copy h2 {
    font-size: clamp(56px, 6.5vw, 96px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.065em;
    margin-bottom: 28px;
    color: white
}

.public-site .slide-copy h2 {
    font-size: clamp(54px, 5.6vw, 84px)
}

.public-site .slide-copy em {
    font-weight: 400;
    color: #f3f5fc;
    position: relative;
    display: inline-block
}

.public-site .slide-copy em:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 4px;
    right: 12px;
    height: 8px;
    border-top: 3px solid #db2534;
    border-radius: 50%;
    transform: rotate(-2deg);
    opacity: .95
}

.public-site .slide-copy p {
    font-size: 15px;
    line-height: 1.8;
    color: #c3c8db;
    max-width: 425px;
    margin: 0 0 27px
}

.public-site .slide-copy .button-row {
    gap: 27px;
    margin: 30px 0 25px
}

.public-site .slide-copy .button {
    padding: 17px 23px;
    font-size: 12px;
    box-shadow: 0 8px 24px #10172a30
}

.public-site .slide-copy .quiet-link {
    font-size: 11px;
    color: #e0e4f1;
    gap: 12px
}

.public-site .slide-assurance {
    color: #aeb7d0;
    font-size: 12px;
    gap: 20px;
    letter-spacing: .01em
}

.public-site .slider-controls {
    bottom: 40px;
    gap: 30px;
    padding-right: 250px
}

.public-site .slide-tabs {
    max-width: 640px;
    gap: 23px
}

.public-site .slide-tabs button {
    font-size: 12px;
    border-top: 1px solid #ffffff30;
    padding: 13px 0 5px;
    min-height: 45px;
    color: #9fa8c3
}

.public-site .slide-tabs button span {
    font-size: 11px;
    margin-right: 10px;
    color: #929db9
}

.public-site .slide-tabs button[aria-pressed=true] {
    border-top: 2px solid #ee4552;
    color: white;
    padding-top: 12px
}

.public-site .slider-arrows {
    gap: 8px
}

.public-site .slider-arrows button {
    width: 34px;
    height: 34px;
    font-size: 15px;
    background: #ffffff06;
    border-color: #ffffff30
}

.public-site .slider-arrows button:hover {
    background: #db2534;
    border-color: #db2534
}

.public-site .slider-arrows [data-slider-pause] {
    font-size: 12px
}

.hero-location {
    position: absolute;
    top: 35px;
    right: 50px;
    z-index: 2;
    color: white;
    font-size: 11px;
    letter-spacing: .05em;
    padding: 12px 16px;
    background: #13203824;
    border: 1px solid #ffffff40;
    backdrop-filter: blur(12px);
    border-radius: 5px;
    line-height: 1.7
}

.hero-location strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 13px
}

.location-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f17982;
    border-radius: 50%;
    margin-right: 6px
}

.hero-promise {
    position: absolute;
    right: 50px;
    bottom: 35px;
    z-index: 3;
    background: #f3e9df;
    color: var(--night);
    padding: 21px 23px 18px;
    width: 187px;
    transform: rotate(3deg);
    box-shadow: 0 6px 35px #10172a20;
    border-radius: 4px
}

.hero-promise>span {
    font-size: 6px;
    letter-spacing: .12em;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.hero-promise>strong {
    font-family: Manrope;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: -.06em;
    font-weight: 650;
    display: block
}

.hero-promise svg {
    position: absolute;
    right: 15px;
    bottom: 18px;
    color: var(--brand-red);
    height: 34px;
    width: 34px
}

.quote-finder {
    position: relative;
    margin-top: 0;
    background: white;
    border: 1px solid #e6e8ee;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    padding: 28px 30px;
    gap: 32px;
    box-shadow: 0 20px 50px #202b5307;
    z-index: 4
}

.finder-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 30px;
    border-right: 1px solid #e5e8ef;
    flex-shrink: 0
}

.finder-arrow {
    background: #fbeaed;
    color: var(--brand-red);
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    font-size: 28px;
    border-radius: 50%
}

.finder-intro strong,
.finder-intro div>span {
    display: block
}

.finder-intro strong {
    font-family: Manrope;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 1.5
}

.finder-intro div>span {
    color: #8f94a3;
    font-size: 12px
}

.quote-finder form {
    display: grid;
    grid-template-columns: 1.3fr 1fr auto;
    align-items: center;
    gap: 25px;
    flex: 1;
    min-width: 0
}

.quote-finder label {
    font-size: 11px;
    letter-spacing: .12em;
    color: #9298aa;
    font-weight: 600
}

.quote-finder select,
.quote-finder input {
    margin: 4px 0 0;
    padding: 4px 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    color: var(--night);
    box-shadow: none;
    letter-spacing: 0;
    width: 100%;
    min-height: 25px
}

.quote-finder .button {
    font-size: 15px;
    gap: 20px;
    padding: 17px 20px;
    white-space: nowrap
}

.promise-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 30px;
    border-bottom: 1px solid #e7e9f0
}

.promise-strip>span {
    font-size: 13px;
    letter-spacing: .11em;
    color: #9098aa;
    max-width: 120px;
    line-height: 1.7
}

.promise-strip strong {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    gap: 9px;
    align-items: center
}

.promise-strip i {
    font-style: normal;
    color: #d54450;
    font-size: 12px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fcf1f1
}

.public-site .service-grid {
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.public-site .service-card {
    border: 0;
    background: #f6f7fb;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s
}

.public-site .service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 40px #26336b14
}

.public-site .service-photo {
    height: 218px;
    overflow: hidden;
    border-radius: 10px;
    isolation: isolate
}

.public-site .service-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.public-site .service-card:hover img {
    transform: scale(1.06)
}

.public-site .service-photo:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #18274c22, transparent 70%);
    z-index: 0
}

.public-site .service-number {
    font-size: 11px;
    background: white;
    color: #535f7b;
    top: 16px;
    left: 16px;
    width: 26px;
    height: 26px;
    z-index: 1
}

.photo-arrow {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white;
    color: var(--brand-navy);
    z-index: 1;
    border-radius: 50%;
    font-size: 23px;
    transition: background .2s, color .2s, transform .2s
}

.service-card:hover .photo-arrow {
    background: var(--brand-red);
    color: white;
    transform: rotate(45deg)
}

.public-site .service-card-copy {
    padding: 25px 23px
}

.public-site .service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700
}

.public-site .service-card p {
    font-size: 12px;
    line-height: 1.8;
    color: #828ba0;
    margin-bottom: 20px
}

.public-site .card-link {
    font-size: 14px;
    padding-top: 15px;
    border-color: #e2e5ef;
    color: #727f9b;
    font-weight: 500
}

.public-site .card-link b {
    font-size: 18px;
    color: #bd3344
}

.special-move {
    margin-top: 23px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e2e7f1;
    border-radius: 8px;
    padding: 20px 24px;
    background: #fff
}

.special-symbol {
    font-size: 36px;
    color: #293b73;
    line-height: 1
}

.special-move p {
    font-size: 11px;
    color: #7f88a0;
    margin: 0;
    line-height: 1.8
}

.special-move strong {
    font-size: 12px;
    font-weight: 500;
    color: #35476f;
    display: block
}

.special-move a {
    margin-left: auto;
    font-size: 11px;
    white-space: nowrap
}

.human-section {
    background: var(--warm);
    padding-top: 10px;
    position: relative
}

.human-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.human-photo {
    position: relative;
    padding: 0 30px 35px 0
}

.human-photo>img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 67% center;
    border-radius: 150px 12px 12px 12px
}

.photo-frame-label {
    background: var(--brand-navy);
    color: white;
    position: absolute;
    right: 0;
    bottom: 65px;
    padding: 24px 27px;
    width: 245px;
    border-radius: 7px
}

.photo-frame-label>span:first-child {
    font-size: 11px;
    letter-spacing: .15em;
    display: block;
    color: #b3c0e4;
    margin-bottom: 7px
}

.photo-frame-label strong {
    font-size: 31px;
    font-family: Manrope;
    letter-spacing: -1.5px;
    font-weight: 550
}

.photo-frame-label>span:last-child {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 27px;
    color: #f596a0
}

.human-photo-caption {
    font-size: 7px;
    letter-spacing: .15em;
    color: #9e978f;
    position: absolute;
    bottom: 0;
    left: 10px
}

.human-copy {
    padding: 20px 0
}

.human-copy h2 {
    font-size: clamp(42px, 4.2vw, 64px);
    line-height: 1.07;
    margin-bottom: 27px
}

.human-copy h2 em {
    color: #96909b
}

.human-copy>p {
    font-size: 14px;
    line-height: 1.85;
    color: #7f7a80;
    max-width: 430px;
    margin-bottom: 17px
}

.human-values {
    border-top: 1px solid #e2ddd8;
    margin: 28px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 23px
}

.human-values span {
    color: #bd6e73;
    font-size: 9px;
    display: block;
    margin-bottom: 10px
}

.human-values strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px
}

.human-values p {
    font-size: 11px;
    color: #91898b;
    line-height: 1.8;
    margin: 0
}

.human-copy .button {
    font-size: 11px;
    padding: 15px 21px
}

.process-heading-note {
    font-size: 13px;
    line-height: 1.8;
    color: #8a93ab;
    padding-bottom: 8px;
    display: flex;
    gap: 20px;
    align-items: center
}

.process-heading-note>span {
    font-size: 60px;
    color: #c8cfdf;
    line-height: 1
}

.process-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.process-cards article {
    background: #f5f6fa;
    border: 1px solid #e5e8f1;
    border-radius: 10px;
    padding: 30px 30px 20px;
    position: relative;
    transition: transform .2s
}

.process-cards article:hover {
    transform: translateY(-4px)
}

.process-cards article:nth-child(2) {
    background: var(--brand-navy);
    border-color: var(--brand-navy);
    color: white
}

.process-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 37px
}

.process-top>span {
    font-family: Manrope;
    font-size: 40px;
    font-weight: 400;
    color: #ced4e2;
    letter-spacing: -2px
}

.process-top svg {
    width: 40px;
    height: 40px;
    color: #6a79a5;
    stroke-linejoin: round;
    stroke-linecap: round
}

.process-cards article:nth-child(2) .process-top>span {
    color: #5a699e
}

.process-cards article:nth-child(2) svg {
    color: #c1cbef
}

.process-cards h3 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 650;
    margin-bottom: 20px
}

.process-cards p {
    font-size: 12px;
    color: #818ba6;
    line-height: 1.85;
    max-width: 280px;
    min-height: 66px;
    margin-bottom: 27px
}

.process-cards article:nth-child(2) p {
    color: #b5bfdf
}

.step-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dfe4f0;
    padding-top: 16px;
    font-size: 13px;
    letter-spacing: .12em;
    color: #a2acc2
}

.step-footer b {
    font-size: 19px;
    color: #bd3c4a
}

.process-cards article:nth-child(2) .step-footer {
    border-color: #445181;
    color: #95a4d1
}

.process-cards article:nth-child(2) .step-footer b {
    color: #f8939d
}

.client-voice {
    background: #f0f3fc;
    padding: 65px 0;
    margin-bottom: 90px;
    border-block: 1px solid #e6eaf5
}

.voice-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 100px;
    align-items: center
}

.voice-grid h2 {
    font-size: 38px;
    line-height: 1.12
}

.voice-grid h2 em {
    color: #8492b5
}

.voice-grid>div>a {
    font-size: 14px;
    color: #66779f;
    display: inline-block;
    margin-top: 3px
}

.voice-grid figure {
    margin: 0;
    position: relative;
    padding-top: 17px
}

.quote-glyph {
    position: absolute;
    font-family: Georgia;
    font-size: 100px;
    top: -25px;
    left: -40px;
    line-height: 1;
    color: #d9e0f3;
    z-index: 0
}

.voice-grid blockquote {
    font-size: 25px;
    font-family: Manrope;
    letter-spacing: -.7px;
    font-weight: 550;
    line-height: 1.55;
    margin: 0 0 25px;
    position: relative;
    color: #374a78
}

.voice-grid figcaption {
    display: flex;
    align-items: center;
    gap: 13px
}

.review-monogram {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    font-size: 20px;
    background: #e0e6f6;
    border: 2px solid white;
    border-radius: 50%;
    color: #6d7da7
}

.voice-grid figcaption strong {
    font-size: 17px;
    display: block;
    font-weight: 600
}

.voice-grid figcaption div>span {
    display: block;
    font-size: 12px;
    color: #99a5c0
}

.quote-sign {
    margin-left: auto;
    color: #b4c0db;
    font-size: 35px
}

.public-site .borydd {
    background: #f4ede5;
    border: 1px solid #eadfd3;
    color: #514438;
    padding: 50px 60px;
    gap: 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.public-site .borydd-symbol {
    font-size: 100px;
    color: #ad8d6e;
    align-self: center
}

.public-site .borydd .eyebrow {
    color: #ab947b;
    font-size: 11px;
    margin-bottom: 18px
}

.public-site .borydd h2 {
    font-size: 38px;
    font-weight: 600
}

.public-site .borydd em {
    color: #a28f7d
}

.public-site .borydd p {
    color: #a39280;
    font-size: 12px
}

.public-site .borydd .button.light {
    background: #74604d;
    color: white !important;
    border-color: #74604d;
    font-size: 11px;
    padding: 15px 20px
}

.public-site .borydd .button.light:hover {
    background: #584736
}

.public-site .guide-grid {
    gap: 25px
}

.public-site .guide-card {
    border-radius: 10px;
    border: 1px solid #e3e7f1;
    background: white
}

.guide-image {
    height: 225px;
    position: relative;
    overflow: hidden;
    padding: 0 !important
}

.guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.guide-card:hover .guide-image img {
    transform: scale(1.04)
}

.guide-image>span {
    position: absolute;
    left: 20px;
    bottom: 18px;
    background: white;
    border-radius: 3px;
    padding: 6px 9px;
    font-size: 7px !important;
    letter-spacing: .12em;
    color: #647190
}

.public-site .guide-card>div:not(.guide-image) {
    padding: 26px
}

.public-site .guide-card small {
    font-size: 11px;
    color: #a7afc0;
    letter-spacing: .08em
}

.public-site .guide-card h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 25px
}

.public-site .guide-card>div>span:not(.guide-image span) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #7c88a7
}

.public-site .guide-card b {
    font-size: 19px;
    color: #b44858;
    font-weight: 400
}

.public-site .partner-card {
    background: var(--brand-navy);
    color: white;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden
}

.public-site .partner-card>span {
    font-size: 11px;
    color: #a3b0d9;
    letter-spacing: .13em;
    z-index: 1
}

.public-site .partner-card h3 {
    font-size: 29px;
    margin-top: auto;
    margin-bottom: 16px;
    z-index: 1
}

.public-site .partner-card p {
    font-size: 12px;
    color: #a6b2d5;
    line-height: 1.8;
    flex: 0;
    z-index: 1
}

.public-site .partner-card a {
    font-size: 15px;
    border-top: 1px solid #475489;
    width: 100%;
    padding-top: 18px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    color: #d0d8ef
}

.partner-art {
    position: relative;
    font-size: 100px;
    line-height: .9;
    letter-spacing: -10px;
    font-family: Arial;
    color: #6b7ba9;
    margin: 10px 0 26px;
    transform: rotate(-5deg)
}

.partner-art span {
    color: #dc4c5b;
    font-size: 105px;
    margin-left: -13px
}

.final-cta {
    background: #db2534;
    color: white;
    padding: 80px 0 65px;
    position: relative;
    overflow: hidden
}

.final-cta:after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    right: -150px;
    top: -200px;
    border: 1px solid #ffffff14;
    border-radius: 50%;
    pointer-events: none
}

.final-cta .eyebrow {
    color: #ffb8be;
    font-size: 9px;
    letter-spacing: .16em
}

.public-site .final-cta h2 {
    font-size: clamp(55px, 7.5vw, 108px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.065em;
    position: relative;
    margin-bottom: 38px
}

.public-site .final-cta h2 em {
    color: #ffd4d8;
    font-weight: 400
}

.cta-big-arrow {
    position: absolute;
    right: 10px;
    top: -25px;
    font-size: 200px;
    line-height: 1;
    color: #fff0ee;
    opacity: .95;
    font-family: Arial;
    font-weight: 400
}

.final-cta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff30;
    padding-top: 30px;
    gap: 30px
}

.final-cta-bottom p {
    font-size: 13px;
    color: #ffc6cb;
    line-height: 1.8;
    margin: 0
}

.final-cta-bottom>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px
}

.public-site .final-cta .button {
    background: white;
    border-color: white;
    color: var(--brand-red) !important;
    gap: 45px;
    padding: 17px 25px
}

.public-site .final-cta .button:hover {
    background: #fff0f1;
    box-shadow: 0 12px 25px #85132328
}

.cta-phone {
    font-size: 12px;
    color: #ffbdc5;
    letter-spacing: .03em
}

.public-site footer {
    background: #141c3a;
    color: #e9edf8;
    padding-top: 70px
}

.public-site .footer-top {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 55px;
    padding-bottom: 55px
}

.public-site .footer-top .brand {
    padding: 11px 17px;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px
}

.public-site .footer-top .brand img {
    width: 103px;
    height: 53px
}

.public-site .footer-top h3 {
    font-size: 12px;
    color: #f5f6fb;
    font-weight: 500;
    letter-spacing: 0
}

.public-site .footer-top a:not(.brand) {
    font-size: 11px;
    color: #929fbe;
    margin-bottom: 12px
}

.public-site .footer-top p {
    color: #7d8daf;
    font-size: 11px;
    line-height: 1.9
}

.public-site .footer-phone {
    font-size: 23px !important;
    color: #f18b97 !important;
    letter-spacing: -.6px
}

.public-site .footer-bottom {
    border-color: #ffffff12;
    color: #878fa0;
    font-size: 15px;
    padding-block: 23px
}

.public-site .footer-bottom a:hover {
    color: #c5cfeb
}

.public-site .page-hero {
    background: #f1f3fa;
    padding-block: 60px;
    border-bottom: 1px solid #e3e8f2;
    position: relative;
    overflow: hidden
}

.public-site .page-hero:after {
    content: '↗';
    position: absolute;
    right: 5%;
    top: 0;
    font-family: Arial;
    font-size: 270px;
    font-weight: 400;
    line-height: 1;
    color: #e5e9f5;
    pointer-events: none;
    z-index: 0
}

.public-site .page-hero .wrap {
    position: relative;
    z-index: 1
}

.public-site .page-hero h1 {
    font-size: clamp(40px, 5.1vw, 70px);
    max-width: 900px;
    line-height: 1.06
}

.public-site .page-hero p {
    font-size: 16px;
    max-width: 620px;
    color: #8792ab
}

.public-site .page-hero .eyebrow {
    color: #bd515e;
    font-size: 9px
}

.public-site .breadcrumb {
    color: #99a3b9;
    font-size: 12px;
}

.public-site .article-layout {
    gap: 70px;
    grid-template-columns: 1.7fr 1fr
}

.public-site .article-image {
    border-radius: 10px;
    max-height: 470px
}

.public-site .prose {
    font-size: 16px;
    color: #75819b;
    line-height: 1.95
}

.public-site .panel {
    border: 1px solid #e3e7f0;
    border-radius: 12px;
    padding: 33px;
    box-shadow: 0 5px 30px #26336b04
}

.public-site .panel.tint {
    background: #f4f6fb;
    border-color: #e3e8f3
}

.public-site .panel h2 {
    font-size: 30px;
    color: #344679
}

.public-site .panel p {
    font-size: 15px;
    line-height: 1.85;
    color: #8894ae
}

.public-site .panel .button {
    font-size: 11px;
    gap: 20px
}

.public-site .panel .eyebrow {
    font-size: 11px
}

.public-site .form-heading h2 {
    font-size: 30px
}

.public-site .form-heading p {
    font-size: 13px;
    color: #8893ac
}

.public-site label {
    color: #697896;
    font-size: 12px;
    font-weight: 550
}

.public-site input,
.public-site select,
.public-site textarea {
    border-color: #dce2ee;
    background: #fcfcfe;
    border-radius: 6px;
    padding: 13px 14px;
    font-size: 13px;
    color: #324674;
    transition: border-color .2s, box-shadow .2s
}

.public-site input:focus,
.public-site select:focus,
.public-site textarea:focus {
    outline: 0;
    border-color: #93a0c5;
    box-shadow: 0 0 0 3px #e9edf8;
    background: white
}

.public-site input[type=checkbox],
.public-site input[type=radio] {
    accent-color: var(--brand-red)
}

.public-site .check {
    font-size: 12px;
    color: #7d89a4
}

.public-site .check a {
    color: var(--brand-red);
    text-decoration: underline;
    text-underline-offset: 3px
}

.public-site .help {
    font-size: 11px;
    color: #9aa4b9
}

.public-site .step-progress {
    gap: 13px
}

.public-site .step-progress>span {
    font-size: 15px;
    padding: 13px 0;
    color: #a5aec2;
    border-color: #e3e7f1
}

.public-site .step-progress .active {
    border-color: var(--brand-red);
    color: #ca4655
}

.public-site .form-nav {
    margin-top: 35px;
    border-top: 1px solid #e7ebf3;
    padding-top: 25px
}

.public-site .auth-shell {
    padding-block: 15px;
    max-width: 540px
}

.public-site .auth-shell .panel {
    border-top: 4px solid var(--brand-red);
    padding: 40px
}

.public-site .auth-shell h2 {
    font-size: 33px
}

.public-site .auth-links {
    font-size: 12px;
    color: #7283a7
}

.public-site .portal-heading h1 {
    font-size: 44px
}

.public-site .record-heading h3 {
    color: #53658b;
    font-size: 18px
}

.public-site .badge {
    background: #edf1f9;
    border: 1px solid #e1e8f5;
    color: #7a8bac;
    font-size: 12px
}

.public-site .notice {
    background: #f0f4fb;
    border-color: #dbe5f4;
    color: #657eaa;
    font-size: 13px
}

.public-site .notice.error {
    background: #fff1f1;
    border-color: #f2d5d8;
    color: #bd5f6a
}

.public-site .cookie-banner {
    border-color: #e0e5ef;
    padding: 23px;
    border-radius: 10px;
    box-shadow: 0 12px 50px #141c3a24
}

.public-site .cookie-banner p {
    font-size: 12px;
    color: #79849e;
    line-height: 1.8
}

.public-site .cookie-banner .button {
    font-size: 12px;
    gap: 10px;
    padding: 12px 14px
}

.public-site :focus-visible {
    outline: 3px solid #e4606d;
    outline-offset: 4px
}

.public-site .nav-dropdown>div {
    border-radius: 8px;
    box-shadow: 0 20px 40px #26336b15;
    border-color: #e1e6f1;
    font-size: 12px;
    min-width: 265px
}

.public-site .nav-dropdown>div a {
    padding: 4px 0
}

@media(min-width:1600px) {
    .public-site .slide-inner {
        min-height: 750px;
        padding-block: 85px 160px
    }

    .public-site .slide-copy h1 {
        font-size: 108px
    }

    .public-site .slide-copy h2 {
        font-size: 94px
    }

    .public-site .slide-copy p {
        font-size: 16px
    }

    .public-site .slider-controls {
        bottom: 45px
    }

    .hero-location {
        right: max(50px, calc((100vw - 245px)/2))
    }

    .hero-promise {
        right: max(50px, calc((100vw - 1320px)/2));
        bottom: 40px
    }

    .public-site .slide-tabs button {
        font-size: 12px
    }

    .public-site .service-photo {
        height: 245px
    }
}

@media(max-width:1200px) {
    .public-site .wrap {
        width: calc(100% - 70px)
    }

    .public-site .nav {
        gap: 25px
    }

    .public-site .nav nav {
        gap: 22px
    }

    .public-site .slide-inner {
        min-height: 650px;
        padding-block: 65px 150px
    }

    .public-site .slide-copy h1 {
        font-size: 80px
    }

    .public-site .slide-copy h2 {
        font-size: 73px
    }

    .hero-promise {
        right: 35px;
        width: 160px;
        padding: 20px
    }

    .hero-promise>strong {
        font-size: 21px
    }

    .hero-promise svg {
        width: 29px;
        height: 29px;
        right: 12px
    }

    .hero-location {
        right: 35px
    }

    .public-site .slider-controls {
        padding-right: 190px;
        gap: 20px
    }

    .public-site .slide-tabs {
        gap: 17px
    }

    .public-site .slide-tabs button {
        font-size: 9px
    }

    .quote-finder {
        gap: 24px;
        padding: 24px
    }

    .finder-intro {
        padding-right: 20px;
        gap: 12px
    }

    .finder-intro strong {
        font-size: 13px
    }

    .finder-intro div>span {
        font-size: 9px
    }

    .quote-finder form {
        gap: 20px;
        grid-template-columns: 1.3fr 1fr auto
    }

    .quote-finder .button {
        padding: 16px 15px;
        font-size: 12px;
        gap: 15px
    }

    .public-site .service-grid {
        gap: 18px
    }

    .public-site .service-photo {
        height: 190px
    }

    .public-site .service-card-copy {
        padding: 22px 18px
    }

    .public-site .service-card h3 {
        font-size: 19px
    }

    .human-grid {
        gap: 65px
    }

    .human-photo>img {
        height: 520px
    }

    .human-copy h2 {
        font-size: 52px
    }

    .public-site .borydd {
        padding: 45px;
        gap: 30px
    }

    .public-site .borydd h2 {
        font-size: 33px
    }

    .public-site .borydd-symbol {
        font-size: 90px
    }

    .voice-grid {
        gap: 65px
    }

    .voice-grid h2 {
        font-size: 34px
    }

    .voice-grid blockquote {
        font-size: 23px
    }

    .public-site .footer-top {
        gap: 35px
    }
}

@media(max-width:1000px) {
    .public-site .nav nav {
        gap: 18px;
        font-size: 11px
    }

    .public-site .nav-actions {
        gap: 15px
    }

    .public-site .slide-inner {
        min-height: 640px
    }

    .public-site .slide-copy h1 {
        font-size: 73px
    }

    .public-site .slide-copy h2 {
        font-size: 64px
    }

    .public-site .slide-copy p {
        max-width: 350px;
        font-size: 13px
    }

    .public-site .slide-copy .button {
        font-size: 11px;
        padding: 15px 19px
    }

    .hero-promise {
        right: 30px;
        bottom: 28px;
        transform: rotate(3deg);
        width: 140px;
        padding: 17px
    }

    .hero-promise>span {
        font-size: 5px
    }

    .hero-promise>strong {
        font-size: 19px
    }

    .hero-promise svg {
        width: 25px;
        height: 25px;
        bottom: 15px
    }

    .public-site .slider-controls {
        padding-right: 155px
    }

    .public-site .slide-tabs button span {
        margin-right: 5px;
        font-size: 7px
    }

    .public-site .slider-arrows {
        gap: 5px
    }

    .public-site .slider-arrows button {
        width: 29px;
        height: 29px;
        font-size: 12px
    }

    .public-site .slide-tabs {
        gap: 12px
    }

    .quote-finder {
        flex-wrap: wrap;
        gap: 20px
    }

    .finder-intro {
        border-right: 0;
        padding-right: 0;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9ecf3
    }

    .finder-intro strong {
        font-size: 16px
    }

    .finder-intro div>span {
        font-size: 11px
    }

    .quote-finder form {
        grid-template-columns: 1.4fr 1fr auto;
        width: 100%
    }

    .promise-strip {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center
    }

    .promise-strip>span {
        max-width: none;
        width: 100%;
        text-align: center;
        font-size: 7px;
        margin-bottom: 3px
    }

    .promise-strip strong {
        font-size: 12px
    }

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

    .public-site .service-photo {
        height: 260px
    }

    .public-site .service-card h3 {
        font-size: 23px
    }

    .public-site .service-card-copy {
        padding: 25px
    }

    .public-site .service-card p {
        font-size: 13px
    }

    .human-grid {
        gap: 40px
    }

    .human-photo {
        padding-right: 15px
    }

    .human-photo>img {
        height: 480px;
        border-top-left-radius: 110px
    }

    .human-copy h2 {
        font-size: 43px
    }

    .human-copy>p {
        font-size: 12px
    }

    .human-values {
        gap: 15px;
        margin: 22px 0
    }

    .human-values strong {
        font-size: 11px
    }

    .human-values p {
        font-size: 12px
    }

    .photo-frame-label {
        width: 200px;
        padding: 20px
    }

    .photo-frame-label strong {
        font-size: 26px
    }

    .human-photo-caption {
        font-size: 6px
    }

    .process-cards {
        gap: 18px
    }

    .process-cards article {
        padding: 25px 22px 20px
    }

    .process-cards h3 {
        font-size: 23px
    }

    .process-cards p {
        font-size: 11px;
        min-height: 85px
    }

    .process-top {
        margin-bottom: 28px
    }

    .process-top>span {
        font-size: 34px
    }

    .process-top svg {
        width: 35px;
        height: 35px
    }

    .voice-grid {
        gap: 50px
    }

    .voice-grid h2 {
        font-size: 30px
    }

    .voice-grid blockquote {
        font-size: 22px
    }

    .public-site .borydd {
        padding: 40px;
        flex-wrap: wrap
    }

    .public-site .borydd .button.light {
        margin-left: 94px
    }

    .public-site .guide-grid {
        grid-template-columns: 1fr 1fr
    }

    .public-site .partner-card {
        grid-column: 1/-1;
        min-height: 300px;
        padding: 35px
    }

    .partner-art {
        position: absolute;
        right: 60px;
        top: 60px;
        font-size: 150px;
        opacity: .75
    }

    .partner-art span {
        font-size: 155px
    }

    .public-site .partner-card h3 {
        font-size: 34px;
        max-width: 400px
    }

    .public-site .partner-card p {
        max-width: 380px
    }

    .public-site .partner-card a {
        max-width: 400px
    }

    .public-site .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    .public-site .article-layout {
        gap: 35px
    }

    .public-site .panel {
        padding: 27px
    }

    .public-site .page-hero h1 {
        max-width: 750px
    }
}

@media(max-width:900px) {
    .public-site .nav {
        height: 76px
    }

    .public-site .nav nav {
        top: 76px;
        gap: 20px;
        font-size: 14px;
        padding: 25px 35px;
        background: white
    }

    .public-site .nav-dropdown>div {
        box-shadow: none
    }

    .public-site .menu-toggle {
        font-size: 13px
    }

    .public-site .slide-image {
        left: 20%;
        width: 80%;
        object-position: 65% center
    }

    .public-site .hero-slide:after {
        background: linear-gradient(90deg, #141c3a 0%, #141c3ae8 15%, #141c3a87 55%, #141c3a05), linear-gradient(0deg, #141c3a 0%, #141c3a00 55%)
    }

    .public-site .slide-tabs button span {
        display: block;
        margin-bottom: 5px
    }

    .public-site .slide-copy .quiet-link {
        font-size: 12px
    }

    .public-site .slide-copy .button-row {
        gap: 20px
    }

    .hero-location {
        font-size: 7px;
        top: 25px
    }

    .hero-location strong {
        font-size: 11px
    }

    .public-site .slider-controls {
        bottom: 25px
    }

    .public-site .section {
        padding-block: 75px
    }

    .human-section {
        padding-block: 70px
    }

    .client-voice {
        margin-bottom: 70px
    }

    .public-site .section-heading h2 {
        font-size: 42px
    }

    .public-site .final-cta h2 {
        font-size: 78px
    }

    .cta-big-arrow {
        font-size: 150px;
        right: 0;
        top: 5px
    }
}

@media(max-width:700px) {
    .public-site .wrap {
        width: calc(100% - 40px)
    }

    .public-site .nav {
        gap: 20px
    }

    .public-site .brand img {
        width: 102px;
        height: 53px
    }

    .public-site .nav-actions .button {
        padding: 12px 15px;
        font-size: 12px;
        gap: 16px
    }

    .public-site .slide-inner {
        min-height: 680px;
        padding: 65px 0 175px;
        align-items: flex-start
    }

    .public-site .slide-copy {
        max-width: 530px
    }

    .public-site .slide-copy h1 {
        font-size: 70px
    }

    .public-site .slide-copy h2 {
        font-size: 61px
    }

    .public-site .slide-copy .eyebrow {
        font-size: 7px;
        margin-bottom: 23px
    }

    .public-site .slide-copy p {
        max-width: 340px;
        font-size: 13px
    }

    .public-site .slide-image {
        left: 15%;
        width: 85%;
        object-position: 66% center;
        opacity: .8
    }

    .public-site .hero-slide:after {
        background: linear-gradient(90deg, #141c3af5, #141c3aac 48%, #141c3a30), linear-gradient(0deg, #141c3a, transparent 80%)
    }

    .hero-promise {
        width: 122px;
        right: 25px;
        bottom: 135px;
        padding: 14px
    }

    .hero-promise>strong {
        font-size: 18px
    }

    .hero-promise>span {
        font-size: 4.5px;
        margin-bottom: 7px
    }

    .hero-promise svg {
        width: 20px;
        height: 20px;
        right: 10px;
        bottom: 13px
    }

    .hero-location {
        display: none
    }

    .public-site .slider-controls {
        padding-right: 0;
        bottom: 25px;
        gap: 17px
    }

    .public-site .slide-tabs {
        gap: 12px;
        max-width: none;
        flex-basis: auto
    }

    .public-site .slide-tabs button {
        font-size: 9px
    }

    .public-site .slider-arrows {
        gap: 5px
    }

    .public-site .slider-arrows button {
        width: 29px;
        height: 29px
    }

    .quote-finder {
        padding: 23px;
        gap: 20px
    }

    .quote-finder form {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .quote-finder .button {
        grid-column: 1/-1;
        font-size: 12px;
        padding: 14px 18px;
        justify-content: space-between
    }

    .quote-finder label {
        font-size: 11px
    }

    .quote-finder select,
    .quote-finder input {
        font-size: 12px
    }

    .promise-strip strong {
        font-size: 9px
    }

    .promise-strip {
        gap: 17px 22px;
        padding-block: 25px
    }

    .public-site .section-heading {
        gap: 25px
    }

    .public-site .section-aside {
        max-width: 220px
    }

    .public-site .section-aside p {
        font-size: 12px
    }

    .public-site .section-aside .quiet-link {
        font-size: 12px;
        gap: 12px
    }

    .public-site .section-heading h2 {
        font-size: 36px
    }

    .public-site .eyebrow {
        font-size: 7px;
        gap: 8px;
        margin-bottom: 20px
    }

    .public-site .eyebrow>span:not(.little-line) {
        width: 22px;
        height: 22px;
        font-size: 7px
    }

    .public-site .service-grid {
        gap: 17px
    }

    .public-site .service-photo {
        height: 210px
    }

    .public-site .service-card-copy {
        padding: 21px
    }

    .public-site .service-card h3 {
        font-size: 20px
    }

    .public-site .service-card p {
        font-size: 12px
    }

    .human-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .human-photo {
        padding-right: 25px;
        max-width: 550px;
        width: 100%;
        margin: auto
    }

    .human-photo>img {
        height: 460px;
        border-top-left-radius: 110px;
        object-position: 66% center
    }

    .photo-frame-label {
        width: 230px
    }

    .photo-frame-label strong {
        font-size: 31px
    }

    .human-copy {
        padding: 0
    }

    .human-copy h2 {
        font-size: 48px
    }

    .human-copy h2 br:nth-child(2) {
        display: none
    }

    .human-copy>p {
        font-size: 14px;
        max-width: none
    }

    .human-values strong {
        font-size: 13px
    }

    .human-values p {
        font-size: 12px
    }

    .human-values {
        gap: 25px
    }

    .process-cards {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .process-cards article {
        padding: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px
    }

    .process-top {
        grid-column: 1/-1;
        margin-bottom: 24px
    }

    .process-cards h3 {
        font-size: 27px
    }

    .process-cards p {
        min-height: 0;
        font-size: 12px;
        max-width: none
    }

    .step-footer {
        grid-column: 1/-1;
        margin-top: 8px
    }

    .process-heading-note {
        font-size: 11px;
        gap: 12px
    }

    .process-heading-note span {
        font-size: 40px
    }

    .voice-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .voice-grid h2 {
        font-size: 36px
    }

    .voice-grid figure {
        padding-left: 35px;
        max-width: 530px
    }

    .quote-glyph {
        left: 0;
        top: -20px
    }

    .voice-grid blockquote {
        font-size: 24px
    }

    .client-voice {
        padding: 50px 0
    }

    .public-site .borydd {
        padding: 35px 30px;
        gap: 24px
    }

    .public-site .borydd-symbol {
        font-size: 65px;
        align-self: flex-start
    }

    .public-site .borydd .eyebrow {
        font-size: 6px;
        max-width: 270px
    }

    .public-site .borydd h2 {
        font-size: 31px
    }

    .public-site .borydd p {
        font-size: 11px
    }

    .public-site .borydd .button.light {
        margin-left: 70px
    }

    .public-site .guide-grid {
        gap: 18px
    }

    .guide-image {
        height: 190px
    }

    .public-site .guide-card>div:not(.guide-image) {
        padding: 22px
    }

    .public-site .guide-card h3 {
        font-size: 21px
    }

    .public-site .partner-card h3 {
        font-size: 31px
    }

    .partner-art {
        right: 25px;
        top: 65px;
        font-size: 120px
    }

    .partner-art span {
        font-size: 125px
    }

    .public-site .partner-card p {
        max-width: 300px
    }

    .public-site .partner-card a {
        max-width: 300px
    }

    .public-site .final-cta h2 {
        font-size: 65px;
        max-width: 600px
    }

    .cta-big-arrow {
        font-size: 120px;
        right: 0;
        top: 10px
    }

    .final-cta {
        padding-block: 60px 50px
    }

    .final-cta-bottom {
        gap: 25px
    }

    .final-cta-bottom p {
        font-size: 12px
    }

    .public-site .final-cta .button {
        gap: 20px;
        font-size: 11px;
        padding: 16px 20px
    }

    .cta-phone {
        font-size: 9px
    }

    .public-site .article-layout {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .public-site .page-hero h1 {
        font-size: 43px
    }

    .public-site .page-hero p {
        font-size: 14px
    }

    .public-site .page-hero:after {
        font-size: 230px;
        opacity: .7;
        right: -20px
    }

    .public-site .prose {
        font-size: 14px
    }

    .public-site .panel.sticky-panel {
        position: static
    }

    .public-site .cookie-banner {
        max-width: 380px
    }
}

@media(max-width:480px) {
    .public-site .nav {
        height: 70px;
        gap: 14px
    }

    .public-site .nav nav {
        top: 70px
    }

    .public-site .menu-toggle {
        font-size: 0;
        padding: 4px
    }

    .public-site .menu-toggle span {
        font-size: 20px
    }

    .public-site .brand img {
        width: 96px;
        height: 49px
    }

    .public-site .nav-actions .button {
        font-size: 9px;
        padding: 11px 12px;
        gap: 15px
    }

    .public-site .nav-actions .button span {
        font-size: 17px
    }

    .public-site .topbar {
        font-size: 11px
    }

    .public-site .topbar .wrap {
        height: 27px
    }

    .public-site .slide-inner {
        min-height: 700px;
        padding: 55px 0 205px
    }

    .public-site .slide-copy h1 {
        font-size: clamp(49px, 13vw, 63px);
        margin-bottom: 26px
    }

    .public-site .slide-copy h2 {
        font-size: clamp(44px, 11.5vw, 56px)
    }

    .public-site .slide-copy .eyebrow {
        font-size: 6px;
        letter-spacing: .13em;
        gap: 9px;
        max-width: 320px
    }

    .public-site .slide-copy .little-line {
        width: 20px
    }

    .public-site .slide-copy p {
        font-size: 12px;
        line-height: 1.9;
        max-width: 290px;
        color: #c0c7dd
    }

    .public-site .slide-copy .button-row {
        gap: 19px;
        margin-block: 24px;
        align-items: center
    }

    .public-site .slide-copy .button {
        font-size: 12px;
        padding: 15px 16px;
        gap: 24px
    }

    .public-site .slide-copy .quiet-link {
        font-size: 9px;
        gap: 8px
    }

    .public-site .slide-assurance {
        font-size: 11px;
        gap: 14px
    }

    .public-site .slide-image {
        left: 0;
        width: 100%;
        height: 100%;
        object-position: 68% center;
        opacity: .68
    }

    .public-site .hero-slide:after {
        background: linear-gradient(90deg, #141c3ae8, #141c3a72 75%), linear-gradient(0deg, #141c3a 0%, #141c3a22 65%, #141c3a55)
    }

    .hero-promise {
        bottom: 115px;
        right: 27px;
        width: 132px;
        padding: 14px 16px;
        transform: rotate(5deg)
    }

    .hero-promise>span {
        font-size: 5px
    }

    .hero-promise>strong {
        font-size: 20px
    }

    .hero-promise svg {
        width: 23px;
        height: 23px;
        bottom: 12px;
        right: 10px
    }

    .public-site .slider-controls {
        bottom: 23px;
        display: block
    }

    .public-site .slide-tabs {
        gap: 13px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-bottom: 13px
    }

    .public-site .slide-tabs button {
        font-size: 11px;
        padding-top: 10px;
        min-height: 42px;
        overflow-wrap: anywhere
    }

    .public-site .slide-tabs button span {
        font-size: 7px;
        display: block;
        margin-bottom: 5px
    }

    .public-site .slider-arrows {
        justify-content: flex-start
    }

    .public-site .slider-arrows button {
        width: 27px;
        height: 27px;
        font-size: 12px
    }

    .public-site .slider-arrows [data-slider-pause] {
        font-size: 9px
    }

    .quote-finder {
        padding: 23px 20px;
        gap: 17px;
        border-radius: 0 0 10px 10px;
        width: calc(100% - 30px) !important
    }

    .finder-intro {
        gap: 13px;
        padding-bottom: 18px
    }

    .finder-intro strong {
        font-size: 16px
    }

    .finder-intro div>span {
        font-size: 12px
    }

    .finder-arrow {
        width: 38px;
        height: 38px;
        font-size: 26px
    }

    .quote-finder form {
        gap: 18px 15px
    }

    .quote-finder select,
    .quote-finder input {
        font-size: 11px
    }

    .quote-finder label {
        font-size: 7px;
        letter-spacing: .08em
    }

    .quote-finder .button {
        padding: 14px;
        font-size: 11px
    }

    .promise-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 10px;
        justify-items: start;
        padding-block: 24px
    }

    .promise-strip>span {
        grid-column: 1/-1;
        text-align: left;
        font-size: 6px
    }

    .promise-strip strong {
        font-size: 9px;
        gap: 7px
    }

    .promise-strip i {
        height: 17px;
        width: 17px;
        font-size: 11px
    }

    .public-site .section {
        padding-block: 60px
    }

    .public-site .section-heading {
        display: block;
        margin-bottom: 30px
    }

    .public-site .section-heading h2 {
        font-size: 35px
    }

    .public-site .section-aside {
        max-width: none;
        margin-top: 22px
    }

    .public-site .section-aside p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .public-site .section-aside p br {
        display: none
    }

    .public-site .section-aside .quiet-link {
        font-size: 11px
    }

    .public-site .service-grid {
        gap: 15px;
        grid-template-columns: 1fr
    }

    .public-site .service-card {
        display: grid;
        grid-template-columns: 130px 1fr;
        min-height: 186px;
        border: 1px solid #e8ebf4;
        background: #f8f9fc
    }

    .public-site .service-photo {
        height: 100%;
        min-height: 186px;
        border-radius: 8px 0 0 8px
    }

    .public-site .service-card-copy {
        padding: 20px 16px;
        display: flex;
        flex-direction: column
    }

    .public-site .service-card h3 {
        font-size: 20px;
        line-height: 1.14;
        margin-bottom: 10px
    }

    .public-site .service-card p {
        font-size: 11px;
        line-height: 1.7;
        margin-bottom: 12px
    }

    .public-site .card-link {
        font-size: 9px;
        padding-top: 10px
    }

    .public-site .card-link b {
        font-size: 16px
    }

    .photo-arrow {
        display: none
    }

    .public-site .service-number {
        width: 23px;
        height: 23px;
        font-size: 7px;
        top: 10px;
        left: 10px
    }

    .special-move {
        padding: 17px 16px;
        gap: 12px;
        flex-wrap: wrap
    }

    .special-symbol {
        font-size: 28px
    }

    .special-move p {
        font-size: 9px;
        flex: 1
    }

    .special-move strong {
        font-size: 12px
    }

    .special-move a {
        font-size: 12px;
        margin-left: 40px
    }

    .human-section {
        padding-block: 50px
    }

    .human-photo {
        padding: 0 15px 28px 0
    }

    .human-photo>img {
        height: 400px;
        border-top-left-radius: 95px
    }

    .photo-frame-label {
        width: 190px;
        padding: 21px;
        bottom: 55px
    }

    .photo-frame-label strong {
        font-size: 28px
    }

    .photo-frame-label>span:first-child {
        font-size: 7px
    }

    .photo-frame-label>span:last-child {
        font-size: 21px;
        right: 18px
    }

    .human-photo-caption {
        font-size: 5px;
        letter-spacing: .1em
    }

    .human-copy h2 {
        font-size: 43px;
        line-height: 1.1
    }

    .human-copy h2 br:nth-child(2) {
        display: block
    }

    .human-copy>p {
        font-size: 13px;
        line-height: 1.9
    }

    .human-values {
        gap: 18px
    }

    .human-values strong {
        font-size: 11px
    }

    .human-values p {
        font-size: 11px
    }

    .human-copy .button {
        font-size: 11px;
        padding: 15px 19px
    }

    .process-heading-note {
        margin-top: 22px;
        font-size: 11px;
        gap: 16px
    }

    .process-cards article {
        padding: 25px;
        display: block
    }

    .process-top {
        margin-bottom: 26px
    }

    .process-top>span {
        font-size: 41px
    }

    .process-top svg {
        width: 40px;
        height: 40px
    }

    .process-cards h3 {
        font-size: 29px;
        line-height: 1.14
    }

    .process-cards p {
        font-size: 12px;
        line-height: 1.9;
        margin-bottom: 25px;
        max-width: 280px
    }

    .step-footer {
        font-size: 7px;
        display: flex;
        margin: 0
    }

    .client-voice {
        padding-block: 50px;
        margin-bottom: 55px
    }

    .voice-grid {
        gap: 25px
    }

    .voice-grid h2 {
        font-size: 33px
    }

    .voice-grid figure {
        padding-left: 28px;
        padding-top: 15px
    }

    .quote-glyph {
        font-size: 80px;
        top: -15px
    }

    .voice-grid blockquote {
        font-size: 23px
    }

    .voice-grid figcaption div>span {
        font-size: 7px
    }

    .voice-grid figcaption strong {
        font-size: 12px
    }

    .quote-sign {
        font-size: 29px
    }

    .public-site .borydd {
        padding: 30px 25px;
        gap: 18px;
        display: block
    }

    .public-site .borydd-symbol {
        font-size: 65px;
        margin-bottom: 24px
    }

    .public-site .borydd .eyebrow {
        font-size: 6px;
        margin-bottom: 15px
    }

    .public-site .borydd h2 {
        font-size: 31px
    }

    .public-site .borydd p {
        font-size: 11px;
        line-height: 1.9
    }

    .public-site .borydd p br {
        display: none
    }

    .public-site .borydd .button.light {
        margin: 25px 0 0;
        font-size: 12px;
        padding: 14px 17px;
        gap: 24px
    }

    .public-site .guide-grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .guide-image {
        height: 225px
    }

    .public-site .guide-card>div:not(.guide-image) {
        padding: 25px
    }

    .public-site .guide-card h3 {
        font-size: 25px
    }

    .public-site .partner-card {
        min-height: 350px;
        padding: 30px
    }

    .public-site .partner-card h3 {
        font-size: 29px
    }

    .partner-art {
        font-size: 92px;
        right: 30px;
        top: 35px
    }

    .partner-art span {
        font-size: 99px
    }

    .public-site .partner-card>span {
        margin-bottom: 105px
    }

    .public-site .partner-card p {
        font-size: 12px
    }

    .public-site .final-cta h2 {
        font-size: clamp(48px, 12.3vw, 60px);
        margin-bottom: 35px
    }

    .cta-big-arrow {
        font-size: 87px;
        right: -6px;
        top: -8px;
        opacity: .55
    }

    .final-cta .eyebrow {
        font-size: 7px;
        max-width: 240px
    }

    .final-cta {
        padding-block: 55px 42px
    }

    .final-cta-bottom {
        display: block;
        padding-top: 23px
    }

    .final-cta-bottom p {
        font-size: 12px;
        margin-bottom: 25px
    }

    .final-cta-bottom>div {
        align-items: flex-start
    }

    .public-site .final-cta .button {
        font-size: 11px;
        gap: 37px;
        padding: 16px 22px
    }

    .cta-phone {
        font-size: 9px
    }

    .public-site footer {
        padding-top: 45px
    }

    .public-site .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px 22px;
        padding-bottom: 35px
    }

    .public-site .footer-top>:first-child {
        grid-column: 1/-1
    }

    .public-site .footer-top .brand {
        padding: 8px 14px
    }

    .public-site .footer-top .brand img {
        width: 100px;
        height: 51px
    }

    .public-site .footer-top h3 {
        font-size: 11px;
        line-height: 1.4
    }

    .public-site .footer-top a:not(.brand),
    .public-site .footer-top p {
        font-size: 12px
    }

    .public-site .footer-phone {
        font-size: 22px !important
    }

    .public-site .footer-bottom {
        gap: 17px;
        font-size: 11px;
        padding-block: 19px;
        flex-wrap: wrap
    }

    .public-site .page-hero {
        padding-block: 40px
    }

    .public-site .page-hero h1 {
        font-size: 40px;
        line-height: 1.1;
        max-width: 360px;
        overflow-wrap: break-word
    }

    .public-site .page-hero p {
        font-size: 13px
    }

    .public-site .page-hero:after {
        font-size: 210px;
        right: -50px;
        top: 20px
    }

    .public-site .breadcrumb {
        font-size: 9px;
        line-height: 1.8
    }

    .public-site .page-hero .button {
        font-size: 11px;
        padding: 15px 18px
    }

    .public-site .article-layout {
        gap: 15px
    }

    .public-site .panel {
        padding: 25px
    }

    .public-site .panel h2 {
        font-size: 29px
    }

    .public-site .prose {
        font-size: 13px
    }

    .public-site .form-grid {
        gap: 22px
    }

    .public-site .form-heading h2 {
        font-size: 28px
    }

    .public-site .form-heading p {
        font-size: 12px
    }

    .public-site label {
        font-size: 11px
    }

    .public-site input,
    .public-site select,
    .public-site textarea {
        font-size: 13px;
        min-height: 44px
    }

    .public-site input[type=checkbox],
    .public-site input[type=radio] {
        min-height: 17px
    }

    .public-site .quote-finder input,
    .public-site .quote-finder select {
        font-size: 11px;
        min-height: 32px;
        padding: 0
    }

    .public-site .form-nav .button {
        font-size: 11px;
        gap: 10px;
        padding: 14px 16px
    }

    .public-site .check {
        font-size: 11px;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .public-site .step-progress>span {
        font-size: 11px
    }

    .public-site .auth-shell {
        margin-block: 35px
    }

    .public-site .auth-shell .panel {
        padding: 26px
    }

    .public-site .auth-shell h2 {
        font-size: 30px
    }

    .public-site .portal-heading h1 {
        font-size: 35px
    }

    .public-site .cookie-banner {
        padding: 20px
    }

    .public-site .cookie-banner p {
        font-size: 11px
    }

    .public-site .cookie-banner .button {
        font-size: 9px;
        padding: 11px 13px
    }
}

@media(prefers-reduced-motion:reduce) {
    .public-site .hero-slide.is-active .slide-image {
        transform: none
    }

    .public-site .slide-image,
    .public-site .service-photo img {
        transition: none
    }

    .public-site .button:hover,
    .public-site .service-card:hover,
    .process-cards article:hover {
        transform: none
    }
}

.public-site .slider-controls[hidden],
.public-site .slider-arrows button[hidden],
.public-site .mobile-account {
    display: none
}

@media(max-width:900px) {
    .public-site .mobile-account {
        display: block
    }
}
