﻿@keyframes blurRevealFromRight{0%{opacity:0;transform:translateX(24px) scale(0.96);filter:blur(6px);transform-origin:right}100%{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}}@keyframes blurRevealFromLeft{0%{opacity:0;transform:translateX(-24px) scale(0.96);filter:blur(6px);transform-origin:left}100%{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}}:root{--main-color: #003366;--main-color-dark: #002245;--main-color-light: #f3f4f6;--accent-color: #ec982c;--accent-color-active: #ff8f00;--light-color: #e4e9ef;--dark-color: #000000;--text-color: #000000;--heading-color: #000000;--main-gradient: linear-gradient(to right, var(--main-color) 0%, var(--main-color-dark) 100%);--white: #ffffff;--black: #000000;--neutral-black: #222223;--grey-light: #f4f4f4;--grey-darker: #dde0df;--grey-darkest: #8e8e8e;--grey-placeholder: #b8bab9;--filter-white: invert(99%) sepia(0%) saturate(1451%) hue-rotate(222deg)
    brightness(122%) contrast(100%);--filter-main: invert(16%) sepia(23%) saturate(5824%) hue-rotate(193deg) brightness(88%) contrast(103%);--filter-accent: brightness(0) saturate(100%) invert(72%) sepia(55%) saturate(1402%) hue-rotate(340deg) brightness(96%) contrast(92%);--filter-light: invert(92%) sepia(8%) saturate(143%) hue-rotate(172deg) brightness(101%) contrast(92%);--base-font-size: 22px;--base-font: "Inter", sans-serif;--heading-font: "Blacklist";--grid: 1540px;--grid-small: 1200px;--grid--large: 90%;--gutter: 15px;--nav-height: 150px;--wp-admin-bar: 32px;--section-padding: 6rem;--border-radius: 30px;--amplifier: 1;--box-shadow: #00336610 0px 4px 40px;--sidebar-header-size: 1em;--sidebar-radius: 0px;--trns: 0.5s cubic-bezier(0, 0.275, 0.125, 1)}@media (max-width:1024px){:root{--amplifier: .6;--section-padding: 3rem}}html{scroll-behavior:smooth;font-size:var(--base-font-size)}body{background:var(--white);font-family:var(--base-font);font-size:var(--base-font-size);overflow-x:clip;max-width:100vw}body .container{width:100%;max-width:var(--grid);margin:0 auto;padding:0px var(--gutter)}body .container>*{box-sizing:border-box}body .container p,body .container li,body .container a{font-family:var(--base-font);font-size:var(--base-font-size);line-height:1.5em;font-weight:300}body .container p,body .container li{color:var(--text-color)}body .container a:not(.primary-btn){color:var(--accent-color);transition:var(--trns);text-decoration:none;position:relative}body .container a:not(.primary-btn)::before{content:"";background-color:var(--accent-color);position:absolute;bottom:0px;left:0px;height:3px;width:0%;transition:var(--trns)}body .container a:not(.primary-btn):hover{color:var(--accent-color-active)}body .container a:not(.primary-btn):hover::before{width:100%}body .container a:not(.primary-btn):active::before{width:calc(100% + 20px)}body .container-larger{width:var(--grid--large);margin:0 auto;padding:0px var(--gutter)}@media (max-width:1560px){body .container-larger{width:100%;max-width:var(--grid)}}body .container-larger h1,body .container-larger h2,body .container-larger h3,body .container-larger h4,body .container-larger h5,body .container-larger h6{font-family:var(--heading-font);color:var(--heading-color)}body .container-larger h1{font-size:calc(3.5em * var(--amplifier));line-height:1.1em}body .container-larger p,body .container-larger li,body .container-larger a{font-family:var(--base-font);font-size:var(--base-font-size);line-height:1.8em}body .container h1,body .container h2,body .container h3,body .container h4,body .container h5,body .container h6,body .container .h1-mimic,body .container .h2-mimic,body .container .h3-mimic,body .container .h4-mimic,body .container .h5-mimic,body .container .h6-mimic{font-family:var(--heading-font);color:var(--heading-color);font-weight:bold}body .container h1,body .container .h1-mimic{font-size:calc(3.5em * var(--amplifier));line-height:1em}body .container h2,body .container .h2-mimic{font-size:calc(3.3em * var(--amplifier));line-height:1em;margin-top:0.6em;margin-bottom:0.3em}body .container h3,body .container .h3-mimic{font-size:calc(2.3em * var(--amplifier));line-height:1.1em;margin-top:0.5em;margin-bottom:0.2em}body .container h4,body .container .h4-mimic{font-size:calc(1.7em * var(--amplifier));line-height:1.3em}body .container h5,body .container .h5-mimic{font-size:calc(1.4em * var(--amplifier));line-height:1.2em}body .container h6,body .container .h6-mimic{font-size:calc(1.2em * var(--amplifier));line-height:1.2em}body .container ul{margin-bottom:30px}body .container ul:not(.checklist){list-style:none;padding-left:0px}body .container ul:not(.checklist) li{position:relative;padding-left:22px}body .container ul:not(.checklist) li::before{content:"";background:var(--main-color);position:absolute;top:9px;left:0px;height:10px;width:10px;border-radius:100%;box-shadow:0px 0px 0px 4px var(--main-color-light)}body .container ul.checklist{list-style:none;padding-left:0px}body .container ul.checklist li{position:relative;padding-left:30px;margin:15px 0px}body .container ul.checklist li::before{content:"";background-image:url("/wp-content/uploads/2026/06/icon-checkmark-full.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:5px;left:0;height:20px;width:20px;filter:var(--filter-accent)}@media (max-width:990px){.--hide-on-mobile{display:none !important}}@media (min-width:991px){.--hide-on-desktop{display:none !important}}.lex-section .blur-reveal-item{opacity:0;will-change:transform, opacity, filter}.lex-section.--reveal-start .blur-reveal-item{animation:blurRevealFromRight 0.8s cubic-bezier(0.2, 0.65, 0.3, 1) forwards}.lex-section.--reveal-start .blur-reveal-item:nth-child(1){animation-delay:0.25s}.lex-section.--reveal-start .blur-reveal-item:nth-child(2){animation-delay:0.43s}.lex-section.--reveal-start .blur-reveal-item:nth-child(3){animation-delay:0.61s}.lex-section.--reveal-start .blur-reveal-item:nth-child(4){animation-delay:0.79s}.lex-section.--reveal-start .blur-reveal-item:nth-child(5){animation-delay:0.97s}.lex-section.--reveal-start .blur-reveal-item:nth-child(6){animation-delay:1.15s}.lex-section.--reveal-start .blur-reveal-item:nth-child(7){animation-delay:1.33s}.lex-section.--reveal-start .blur-reveal-item:nth-child(8){animation-delay:1.51s}.lex-section.--reveal-start .blur-reveal-item:nth-child(9){animation-delay:1.69s}.lex-section.--reveal-start .blur-reveal-item:nth-child(10){animation-delay:1.87s}.lex-section.--reveal-start .blur-reveal-item:nth-child(11){animation-delay:2.05s}.lex-section.--reveal-start .blur-reveal-item:nth-child(12){animation-delay:2.23s}.lex-section.--inversed.--reveal-start .blur-reveal-item{animation-name:blurRevealFromLeft}section.--pad{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}section.--pad-top{padding-top:var(--section-padding)}section.--pad-bot{padding-bottom:var(--section-padding)}section.--unpad{padding-top:0px;padding-bottom:0px}section.--unpad-bot{padding-bottom:0px}section.--unpad-top{padding-top:0px}section.--half-pad{padding-top:calc(var(--section-padding) / 2);padding-bottom:calc(var(--section-padding) / 2)}section.--half-pad-top{padding-top:calc(var(--section-padding) / 2)}section.--half-pad-bot{padding-bottom:calc(var(--section-padding) / 2)}section.--double-pad{padding-top:calc(var(--section-padding) * 2);padding-bottom:calc(var(--section-padding) * 2)}section.--double-pad-bot{padding-bottom:calc(var(--section-padding) * 2)}section.--double-pad-top{padding-top:calc(var(--section-padding) * 2)}section.--dark{color:#fff}section.--dark p,section.--dark li,section.--dark h1,section.--dark h2,section.--dark h3,section.--dark h4,section.--dark h5,section.--dark h6,section.--dark .h1-mimic,section.--dark .h2-mimic,section.--dark .h3-mimic,section.--dark .h4-mimic,section.--dark .h5-mimic,section.--dark .h6-mimic{color:#fff}section.--dark .primary-btn:active{box-shadow:0px 0px 0px 8px #ffffff30 !important}section.--light{background:var(--light-color)}section.--light .underlined-list__item:not(:last-of-type){border-bottom:2px solid #00336620}section.--dark-bkg{background-color:var(--main-color);color:#fff}section.--dark-bkg p,section.--dark-bkg li,section.--dark-bkg h1,section.--dark-bkg h2,section.--dark-bkg h3,section.--dark-bkg h4,section.--dark-bkg h5,section.--dark-bkg h6 .h1-mimic,section.--dark-bkg .h2-mimic,section.--dark-bkg .h3-mimic,section.--dark-bkg .h4-mimic,section.--dark-bkg .h5-mimic,section.--dark-bkg .h6-mimic{color:#fff}section.--dark-bkg .primary-btn:active{box-shadow:0px 0px 0px 8px #ffffff30 !important}.primary-btn{background:var(--accent-color);text-decoration:none;display:block;width:fit-content;margin:20px 0px;padding:20px 40px;border-radius:5px;font-family:var(--base-font) !important;line-height:1.2em !important;box-shadow:0px 0px 0px 0px transparent;transition:var(--trns);text-align:center;position:relative;overflow:hidden;z-index:0}@media (max-width:990px){.primary-btn{width:100%}}.primary-btn span{position:relative;z-index:3;color:var(--white);font-size:0.8em;font-weight:500;display:block;width:fit-content;margin:0 auto;transition:var(--trns)}.primary-btn::before,.primary-btn::after{content:"";position:absolute;top:0;bottom:0;width:60%;background:var(--main-color-light);z-index:1;transition:transform 0.45s ease}.primary-btn::before{left:0;clip-path:polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);transform:translateX(-100%)}.primary-btn::after{right:0;clip-path:polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);transform:translateX(100%)}.primary-btn:hover{background:var(--main-color-light)}.primary-btn:hover::before{transform:translateX(0%)}.primary-btn:hover::after{transform:translateX(0%)}.primary-btn:hover span{color:var(--main-color)}.primary-btn:active{box-shadow:0px 0px 0px 8px #00336630}.primary-btn.--simple{box-shadow:0px 0px 0px 2px var(--white)}.primary-btn.--simple span{font-style:normal;color:var(--white);transition:var(--trns)}.primary-btn.--simple:hover{box-shadow:0px 0px 0px 0px transparent}.primary-btn.--simple:hover span,.primary-btn.--simple:hover::after,.primary-btn.--simple:hover::before{background-position:100% 0 !important}.primary-btn.--on-white{background:transparent;border:2px solid var(--accent-color)}.primary-btn.--on-white span{color:var(--accent-color)}.primary-btn.--on-white:hover{background:var(--accent-color)}.primary-btn.--on-white:hover span{color:var(--white)}.primary-btn.--on-white:hover::before,.primary-btn.--on-white:hover::after{background:var(--accent-color)}.primary-btn.--navigation-btn{margin:0px}.primary-btn.--navigation-btn:active{box-shadow:0px 0px 0px 8px #ffffff50 !important}@media (max-width:1024px){.primary-btn.--navigation-btn{padding:8px 10px;font-size:0.8em}}.primary-btn .responsive-cta-button__mobile{display:none !important}@media (max-width:767px){.primary-btn .responsive-cta-button__mobile{display:block !important}}@media (max-width:767px){.primary-btn .responsive-cta-button__desktop{display:none !important}}.call-btn{color:var(--light-color);font-size:0.8em;text-decoration:none;transition:var(--trns)}.call-btn__text{position:relative;padding-right:40px}.call-btn__text:before{content:"";background:url("/wp-content/uploads/2026/05/contact-icon-phone-w-bkg.svg") no-repeat;position:absolute;top:-2px;right:5px;height:26px;width:26px;filter:var(--filter-accent);transition:var(--trns)}.call-btn:hover{color:var(--accent-color)}.call-btn:hover .call-btn__text:before{transform:scale(0.8)}.call-btn:active{color:var(--accent-color-active)}.call-btn:active .call-btn__text:before{transform:scale(1)}.--text-centered{text-align:center}@media (max-width:990px){.--text-centered-mobile{text-align:center}}.--content-centered{margin:0 auto}.--middle-columns{align-items:center}.--overflow-hidden{overflow:hidden}.single-page__hero{background-color:var(--main-color)}.site-header{--logo-size: 220px;background-color:var(--main-color);position:relative;z-index:9999;padding-top:0px;padding-bottom:0px;padding-left:0px !important;padding-right:0px !important;transition:var(--trns);max-width:100% !important;width:100% !important}@media (max-width:1500px){.site-header{--logo-size: 200px}}.site-header__right{width:calc(100% - var(--logo-size));display:flex;flex-direction:column;align-items:flex-end;row-gap:10px;position:relative}.site-header__right:before{content:"";background:url("/wp-content/uploads/2026/05/krl_go-bald-go-broke.svg") no-repeat;background-size:contain;position:absolute;top:20px;left:100px;height:70px;width:250px;pointer-events:none;filter:var(--filter-accent)}@media (max-width:1280px){.site-header__right:before{left:30px}}@media (max-width:1024px){.site-header__right:before{display:none}}@media (max-width:1024px){.site-header__right{align-items:center;justify-content:space-between}}.site-header__inner{max-width:var(--grid);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;column-gap:20px;row-gap:5px;padding:5px var(--gutter)}.site-header__logo{flex:0 0 auto;width:var(--logo-size);height:auto;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:center}.site-header__logo a{display:inline-flex;align-items:center;text-decoration:none}.site-header__logo img{display:block;width:100%;height:100%;object-fit:contain}.site-header__logo-text{font-size:24px;font-weight:700;color:var(--white)}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav.is-open{display:flex}.site-header__menu{list-style:none;display:flex;align-items:center;row-gap:5px;column-gap:15px;margin:0;padding:0;flex-wrap:wrap;justify-content:center}.site-header__menu>.menu-item-has-children>a:after{background:var(--light-color) !important}.site-header__menu>.menu-item-has-children>a:hover:after{background:var(--accent-color) !important}.site-header__menu .menu-item-has-children>a{display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.site-header__menu .menu-item-has-children>a::after{content:"";display:inline-block;width:8px;height:6px;background:var(--main-color);clip-path:polygon(50% 100%, 0 0, 100% 0);transition:var(--trns);opacity:1}.site-header__menu .menu-item-has-children:hover>a::after{transform:rotate(180deg) translateY(-1px);opacity:1;background:var(--accent-color)}.site-header__menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);display:block}.site-header__menu li{position:relative;margin:0;padding:0}.site-header__menu a{text-decoration:none;color:var(--light-color);font-size:0.8em;transition:var(--trns);font-family:var(--base-font)}.site-header__menu a:hover{color:var(--accent-color)}.site-header__menu .menu-item-has-children{position:relative}.site-header__menu .sub-menu{list-style:none;margin:0;padding:0px;background:var(--main-color-light);border:1px solid #0033661f;min-width:220px;position:absolute;top:100%;left:0;z-index:100;display:none}.site-header__menu .sub-menu li{width:100%}.site-header__menu .sub-menu li:not(:last-of-type) a{border-bottom:1px solid var(--white)}.site-header__menu .sub-menu a{display:flex;padding:10px 16px;white-space:nowrap;color:var(--main-color);width:100%;text-transform:none !important}.site-header__menu .sub-menu a:hover{color:var(--accent-color);opacity:1}.site-header__menu .sub-menu .sub-menu{top:0;left:100%}.site-header__menu .menu-item-has-children:hover>.sub-menu{display:block}.site-header__cta{flex:0 0 auto}.site-header__toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:0;cursor:pointer;position:relative;transition:var(--trns);border-radius:10px}.site-header__toggle span{position:absolute;left:50%;width:24px;height:2px;background:var(--white);transform:translateX(-50%);transition:var(--trns)}.site-header__toggle span:nth-child(1){top:14px}.site-header__toggle span:nth-child(2){top:21px}.site-header__toggle span:nth-child(3){top:28px}.site-header__toggle.is-active{background-color:var(--main-color) !important}.site-header__toggle.is-active span{background:var(--white)}.site-header__toggle.is-active span:nth-child(1){top:21px;transform:translateX(-50%) rotate(45deg)}.site-header__toggle.is-active span:nth-child(2){opacity:0}.site-header__toggle.is-active span:nth-child(3){top:21px;transform:translateX(-50%) rotate(-45deg)}.site-header__toggle:hover,.site-header__toggle:focus{background-color:var(--main-color) !important}.site-header__toggle:hover span,.site-header__toggle:focus span{background:var(--white)}.site-header__submenu-toggle{display:none;border:0;background:transparent;padding:0;margin-left:8px;width:20px;height:20px;cursor:pointer;position:relative}.site-header__submenu-toggle::after{content:"";display:inline-block;width:8px;height:6px;background:var(--light-color) !important;clip-path:polygon(50% 100%, 0 0, 100% 0);transition:var(--trns);opacity:1}.site-header__cta{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:1em}.site-header.--sticky-nav{position:sticky;top:0px;border-bottom:1px solid #ffffff20}@media (min-width:1024px){.site-header__menu .sub-menu{display:block;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;border-radius:5px;box-shadow:var(--box-shadow)}}@media (max-width:1024px){.site-header{--logo-size: 100px}.site-header__right{width:calc(100% - var(--logo-size) - 20px);flex-direction:row-reverse}.site-header__right__bottom{position:absolute;top:49px;width:100vw;right:calc(0px - var(--gutter));border-bottom:1px solid #ffffff20}.site-header__inner{flex-wrap:wrap;width:100%}.site-header__toggle{display:flex}.site-header__nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:20px;padding-top:0px;border-radius:0px;background:var(--main-color)}.site-header__menu{width:100%;flex-direction:column;align-items:flex-start;gap:0px}.site-header__menu a{display:block;width:100%;padding:10px;color:var(--white) !important}.site-header__menu .menu-item-has-children{display:flex;flex-wrap:nowrap;align-items:center;width:100%;position:relative;flex-direction:column}.site-header__menu .menu-item-has-children>a{flex:1 1 auto}.site-header__menu .menu-item-has-children>a::after{display:none}.site-header__menu .menu-item-has-children:hover>.sub-menu{display:none}.site-header__menu .menu-item-has-children.submenu-open>.sub-menu{display:block}.site-header__menu .menu-item-has-children.submenu-open>.site-header__submenu-toggle::after{transform:rotate(180deg)}.site-header__menu .sub-menu{background-color:#00000020;position:static;display:none;width:100%;border:0;padding:var(--gutter);min-width:0;opacity:1;visibility:visible;transform:none}.site-header__menu .sub-menu .sub-menu{left:0;border-radius:10px}.site-header__menu .sub-menu li:not(:last-of-type) a{border:none}.site-header__menu .sub-menu a{padding:8px 0;white-space:normal}.site-header__cta{width:100%}.site-header__button{width:100%;text-align:center}.site-header__submenu-toggle{display:block;flex:0 0 40px;width:40px;height:40px;position:absolute;top:0px;right:10px;border-radius:10px}.site-header__submenu-toggle::before,.site-header__submenu-toggle::after{background:var(--white);margin-bottom:5px}.site-header__submenu-toggle:hover,.site-header__submenu-toggle:focus{background-color:var(--accent-color)}.site-header .call-btn{position:relative;width:100%;padding:8px 0px}.site-header .call-btn:before{content:"";background:url("/wp-content/uploads/2026/05/krl_go-bald-go-broke.svg") no-repeat;background-size:contain;background-position:100% 50%;position:absolute;top:0px;right:0;height:100%;width:100%;pointer-events:none;filter:var(--filter-accent);z-index:-1}}.hp-hero{background-color:var(--main-color)}.hp-hero .col-md-6:first-of-type{position:relative;z-index:2 !important}.hp-hero__image-holder{position:relative}.hp-hero__image{position:absolute;bottom:0px;left:-90px;height:100%;width:130%;z-index:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;height:100%}.hp-hero__image img{height:100%;width:100%;object-fit:contain;object-position:center bottom}@media (max-width:1024px){.hp-hero__image{bottom:0px}}.hp-hero .rotating-stats{margin-top:calc(var(--section-padding) / 2);margin-bottom:var(--section-padding)}@media (max-width:1024px){.hp-hero__image-holder{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;position:absolute;bottom:205px;left:0px}.hp-hero__image{width:100%;left:0px;bottom:-12px;height:350px}.hp-hero .row{position:relative}.hp-hero .primary-btn{margin:0 auto;width:100%;margin-top:350px;z-index:2}}.rotating-stats{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1em;align-items:center;align-content:center}.rotating-stats__item{width:calc(100% / 3)}.rotating-stats__stat{font-size:calc(2.7em * var(--amplifier));line-height:1em;font-family:var(--heading-font);color:var(--accent-color);font-weight:700}@media (max-width:1024px){.rotating-stats__stat{font-size:calc(2em * var(--amplifier))}}.rotating-stats__text{color:var(--light-color);font-size:0.8em;line-height:1em;text-transform:uppercase;font-weight:300;letter-spacing:1px}@media (max-width:1024px){.rotating-stats__text{font-size:0.4em}}@media (max-width:990px){.rotating-stats.--about-stats{flex-wrap:wrap;gap:0px;column-gap:0px;row-gap:1em}}.rotating-stats.--about-stats .rotating-stats__item{width:calc(100% / 4);text-align:center}@media (max-width:990px){.rotating-stats.--about-stats .rotating-stats__item{width:calc(100% / 2)}}.hp-text img{filter:var(--filter-white);pointer-events:none}.hp-personal-injury-lawyers img{height:100%;width:100%;object-fit:contain}.hourglass{--circle-size: 111px;--circle-curve: 50px;--decoration-size: 38px;--decoration-color: var(--light-color);--decoration-filter: var(--filter-light);--offset: 35px;background-color:var(--main-color);border-radius:var(--border-radius);padding:60px 80px;position:relative}@media (max-width:990px){.hourglass{padding:30px 70px;--circle-size: 121px;--circle-curve: 40px;--decoration-size: 30px;--offset: 26px}}.hourglass p{color:var(--white) !important}.hourglass__dent{background-color:var(--decoration-color);position:absolute;top:50%;height:var(--circle-size);width:var(--circle-size);transform:translateY(-50%)}.hourglass__dent:before,.hourglass__dent:after{content:"";background:url("/wp-content/uploads/2026/05/round-edge.svg") no-repeat;position:absolute;height:var(--decoration-size);width:var(--decoration-size);filter:var(--decoration-filter)}.hourglass__dent.--left-dent{left:calc(var(--decoration-size) * -1);border-radius:0px var(--circle-curve) var(--circle-curve) 0px}@media (max-width:990px){.hourglass__dent.--left-dent{left:-65px}}.hourglass__dent.--left-dent:before{top:calc((var(--decoration-size) - 1px) * -1);right:var(--offset);transform:rotate(90deg)}.hourglass__dent.--left-dent:after{top:calc(var(--circle-size) - 1px);right:var(--offset);transform:rotate(180deg)}.hourglass__dent.--right-dent{right:calc(var(--decoration-size) * -1);border-radius:var(--circle-curve) 0px 0px var(--circle-curve)}@media (max-width:990px){.hourglass__dent.--right-dent{right:-65px}}.hourglass__dent.--right-dent:before{top:calc((var(--decoration-size) - 1px) * -1);left:var(--offset)}.hourglass__dent.--right-dent:after{top:calc(var(--circle-size) - 1px);left:var(--offset);transform:rotate(270deg)}.hourglass__dent.--top-dent{top:calc(var(--decoration-size) * -1);left:50%;height:var(--circle-size);width:var(--circle-size);transform:translateX(-50%);border-radius:0px 0px var(--circle-curve) var(--circle-curve)}@media (max-width:990px){.hourglass__dent.--top-dent{top:-65px}}.hourglass__dent.--top-dent:before{bottom:var(--offset);left:calc((var(--decoration-size) - 1px) * -1);transform:rotate(-90deg)}.hourglass__dent.--top-dent:after{bottom:var(--offset);left:calc(var(--circle-size) - 1px);transform:rotate(180deg)}.hourglass__dent.--bottom-dent{bottom:calc(var(--decoration-size) * -1);left:50%;top:unset;height:var(--circle-size);width:var(--circle-size);transform:translateX(-50%);border-radius:var(--circle-curve) var(--circle-curve) 0px 0px}@media (max-width:990px){.hourglass__dent.--bottom-dent{bottom:-65px}}.hourglass__dent.--bottom-dent:before{top:var(--offset);left:calc((var(--decoration-size) - 1px) * -1);transform:rotate(0deg)}.hourglass__dent.--bottom-dent:after{top:var(--offset);left:calc(var(--circle-size) - 1px);transform:rotate(90deg)}.hourglass__img{height:200px;width:200px;margin:0 auto}@media (max-width:990px){.hourglass__img{height:110px;width:110px}}.hourglass__img img{height:100%;width:100%;object-fit:contain}.hp-work-with-us__holder{display:flex;flex-direction:column;justify-content:space-between}.hp-work-with-us .hourglass h3{font-size:calc(2.3em * var(--amplifier)) !important;line-height:1em !important;color:var(--accent-color) !important}@media (max-width:990px){.hp-work-with-us__bottom{position:relative;bottom:-20px}.hp-work-with-us h2{margin-top:0px !important}}.award-badges{display:grid;grid-template-columns:repeat(7, 1fr);gap:0em}@media (max-width:990px){.award-badges{grid-template-columns:repeat(4, 1fr);gap:1em}}.award-badges__img{display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;flex-wrap:nowrap}.award-badges__img img{margin:0 auto}.hp-build .three-boxes{margin-top:40px}.hp-build h2{margin-top:0px !important}.three-boxes{display:grid;grid-template-columns:repeat(3, 1fr);gap:1em}@media (max-width:1024px){.three-boxes{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.three-boxes{grid-template-columns:repeat(1, 1fr)}}.three-boxes__item{background-color:var(--white);border:2px solid #dae4ef;border-radius:var(--border-radius);padding:40px}@media (max-width:990px){.three-boxes__item{padding:20px}}.three-boxes__item p{margin-bottom:0px !important}.three-boxes__icon{height:100px;width:100px}@media (max-width:990px){.three-boxes__icon{height:60px;width:60px}}.three-boxes__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-main)}.offices{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--border-radius);overflow:hidden}@media (max-width:990px){.offices{display:flex;flex-direction:column}}.offices__section{background-color:var(--white)}.offices__contained{padding:40px}@media (max-width:990px){.offices__contained{padding:0px}}.offices__contained h2{margin-top:0px !important}.offices__contained h2,.offices__contained p{color:var(--white) !important}.offices__left{background:var(--main-color);padding:40px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width:990px){.offices__left{padding:20px}}.offices__directions{margin-left:40px;margin-bottom:30px !important;box-sizing:border-box;width:fit-content;display:block;font-weight:700 !important;font-size:0.8em !important}.offices__item{display:none;position:relative}.offices__item.is-active{display:block}.offices__map{position:relative;overflow:hidden;border-radius:20px}.offices__map iframe{display:block;width:100%;height:460px;border:0}@media (max-width:990px){.offices__map iframe{height:220px}}.offices__box{position:absolute;right:20px;top:20px;background:var(--main-color-dark);color:var(--accent-color);padding:20px;border-radius:20px;width:40%;z-index:2}@media (max-width:990px){.offices__box{position:relative;top:0px;left:0px;right:unset;width:100%;margin-bottom:20px}}.offices__box__title{background-color:var(--white);color:var(--main-color);font-family:var(--heading-font);font-size:1.5em;line-height:1em;font-weight:700;border-radius:10px;padding:5px;width:100%}.offices__box__address{font-size:0.8em;font-weight:700;margin:10px;line-height:1.4em}.offices__box__phone{font-size:0.8em !important;margin:10px;line-height:1.4em;padding-bottom:5px;padding-left:25px;position:relative}.offices__box__phone::after{content:"";background:url("/wp-content/uploads/2026/05/contact-icon-phone-full.svg") no-repeat;position:absolute;top:0px;left:0px;height:22px;width:22px;filter:var(--filter-accent)}.offices__box__fax{font-size:0.8em !important;margin:10px;line-height:1.4em;padding-bottom:5px;padding-left:27px;position:relative;font-weight:300}.offices__box__fax::after{content:"";background:url("/wp-content/uploads/2026/07/contact-icon-fax-full.svg") no-repeat;position:absolute;top:0px;left:0px;height:22px;width:22px;filter:var(--filter-accent)}.offices__right{padding:70px;background-color:var(--main-color-light)}@media (max-width:990px){.offices__right{padding:20px}}@media (max-width:990px){.offices__tabs{display:flex;gap:1em;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:var(--accent-color) #00000010}.offices__tabs::-webkit-scrollbar{height:8px;border-radius:var(--border-radius)}.offices__tabs::-webkit-scrollbar-track{background:#00000010;border-radius:999px}.offices__tabs::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:999px}.offices__tabs::-webkit-scrollbar-thumb:hover{background:#d27e13}}.offices__tabs p{margin-bottom:0px !important;font-weight:500 !important}@media (max-width:990px){.offices__tabs p{font-size:10px !important}}.offices__tab{display:block;width:100%;text-align:left;background:transparent;border:0;padding:35px 0;transition:var(--trns);cursor:pointer}@media (max-width:990px){.offices__tab{padding:0px;background-color:#00000010;padding:10px;border-radius:20px}}.offices__tab:not(:last-of-type){border-bottom:2px solid var(--light-color)}@media (max-width:990px){.offices__tab:not(:last-of-type){border-bottom:none !important}}.offices__tab h3{transition:var(--trns)}@media (max-width:990px){.offices__tab h3{margin-top:0px !important;font-size:20px !important}}.offices__tab.is-active h3{color:var(--accent-color);text-decoration:underline}.offices__tab:hover,.offices__tab:target,.offices__tab:focus,.offices__tab:focus-visible,.offices__tab:focus-within{background-color:transparent !important}.offices__tab:not(.is-active):hover{background-color:transparent !important}.offices__tab:not(.is-active):hover h3{color:var(--accent-color);letter-spacing:-1px}.three-boxes-no-bkg{display:grid;grid-template-columns:repeat(3, 1fr);gap:0em;margin-top:50px}@media (max-width:1024px){.three-boxes-no-bkg{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.three-boxes-no-bkg{grid-template-columns:repeat(1, 1fr);margin-top:0px}}.three-boxes-no-bkg__item{padding:0em 3em}@media (max-width:990px){.three-boxes-no-bkg__item{padding:1em 0em}}.three-boxes-no-bkg__item p{margin-bottom:0px !important}.three-boxes-no-bkg__item h3{margin-top:0px !important}.three-boxes-no-bkg__item:not(:last-of-type){border-right:2px solid var(--light-color)}@media (max-width:990px){.three-boxes-no-bkg__item:not(:last-of-type){border-right:none;border-bottom:2px solid var(--light-color)}}.three-boxes-no-bkg__icon{height:100px;width:100px}@media (max-width:990px){.three-boxes-no-bkg__icon{height:60px;width:60px}}.three-boxes-no-bkg__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-main)}.hp-come-to-us .primary-btn{margin-top:50px}.hp-injured{background:url("/wp-content/uploads/2026/05/cityscape-background.jpg") no-repeat;background-size:cover;background-position:center top}.injured-badge{position:relative;width:fit-content;margin:0 auto;padding:40px}.injured-badge__img{width:60%;margin:0 auto}.injured-badge::before{content:"";background:url("/wp-content/uploads/2026/05/KRL_Laurels-Rich-Black.svg") no-repeat;position:absolute;top:-10%;left:-20%;height:140%;width:140%;background-size:contain;filter:var(--filter-accent)}@media (max-width:990px){.injured-badge::before{left:0;width:100%;opacity:0.2}}.injured-badge p{font-family:var(--heading-font) !important;font-size:50px !important;text-align:center;margin-bottom:0px !important;line-height:1em !important;font-weight:700 !important}.injured-badge__orange{color:var(--accent-color) !important;font-style:italic}.injured-badge__white{color:var(--white) !important}.injured-badge__white span{font-style:italic}.testimonials{--img-height: 500px;--arrow-size: 60px;position:relative;padding-bottom:30px;border-bottom:2px solid #ffffff30}@media (max-width:990px){.testimonials{--img-height: 250px}}.testimonials__section{background-color:var(--main-color)}.testimonials__section.--light .testimonials{border-bottom:2px solid #00336630}.testimonials__section.--light .testimonials__prev,.testimonials__section.--light .testimonials__next{border:2px solid var(--main-color)}.testimonials__section.--light .testimonials__prev i,.testimonials__section.--light .testimonials__next i{color:var(--main-color)}.testimonials__section.--light .testimonials__prev:hover,.testimonials__section.--light .testimonials__next:hover{box-shadow:0px 0px 0px 4px #00336630}.testimonials__section.--light .testimonials__prev:active,.testimonials__section.--light .testimonials__next:active{box-shadow:0px 0px 0px 8px #00336630}.testimonials__section.--light .testimonials__who__location{color:var(--text-color)}.testimonials__section.--light .hourglass{--decoration-color: var(--light-color);--decoration-filter: var(--filter-light)}.testimonials__img{width:calc(100% - (var(--arrow-size) * 2) - 30px);margin:0 auto;height:var(--img-height);border-radius:var(--border-radius);overflow:hidden}@media (max-width:990px){.testimonials__img{width:100%}}.testimonials__img.hourglass{--decoration-color: var(--main-color);--decoration-filter: var(--filter-main);padding:0px !important}.testimonials__img img{width:100%;height:100%;object-fit:cover}.testimonials__item{position:relative}.testimonials__text{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;margin-top:70px;padding:0px calc(var(--arrow-size) + 20px)}@media (max-width:990px){.testimonials__text{padding:0px}}.testimonials__quote p{font-size:1.2em !important}@media (max-width:990px){.testimonials__quote p{font-size:1em !important}}.testimonials__quote p:first-of-type{font-family:var(--heading-font);font-size:2.3em !important;line-height:1.1em;position:relative;font-weight:700 !important}@media (max-width:990px){.testimonials__quote p:first-of-type{font-size:1.3em !important}}.testimonials__who__name{color:var(--accent-color);font-weight:700;font-size:1.3em !important}.testimonials__who__location{color:var(--white);font-weight:300;font-size:0.8em !important}.testimonials__nav{position:absolute;top:calc((var(--img-height) / 2) - (var(--arrow-size) / 2));left:0px;width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;z-index:5}@media (max-width:990px){.testimonials__nav{top:0px;justify-content:center;gap:30px}}.testimonials__nav i{color:var(--white)}.testimonials__prev{left:8px}.testimonials__next{right:8px}.testimonials__prev,.testimonials__next{position:relative;height:var(--arrow-size);width:var(--arrow-size);display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;justify-content:center;border-radius:100%;border:2px solid var(--white);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:var(--trns);box-shadow:0px 0px 0px 0px transparent}.testimonials__prev:hover,.testimonials__next:hover{box-shadow:0px 0px 0px 4px #ffffff30}.testimonials__prev:active,.testimonials__next:active{box-shadow:0px 0px 0px 8px #ffffff50}.hp-case-results{--arrow-size: 60px;display:grid;grid-template-columns:repeat(3, 1fr);gap:1em;margin-top:50px}@media (max-width:990px){.hp-case-results{grid-template-columns:repeat(1, 1fr)}}.hp-case-results .swiper-wrapper{padding-top:30px;padding-bottom:70px}@media (max-width:990px){.hp-case-results .swiper-slide{padding:0px 10px}}.hp-case-results__section{background-color:var(--main-color);--cut-rise: calc(100vw * 0.0524);clip-path:polygon(0 0, 100% 0, 100% calc(100% - var(--cut-rise)), 0 100%);transform:translateY(-1px)}.hp-case-results__item{padding:110px 50px;transition:var(--trns)}@media (max-width:990px){.hp-case-results__item{padding:100px 20px}}.hp-case-results__item:first-of-type,.hp-case-results__item:last-of-type{position:relative;z-index:5}.hp-case-results__item p{color:var(--text-color) !important}.hp-case-results__item:not(.--center-result){border-radius:var(--border-radius);background-color:var(--white)}.hp-case-results__item.hourglass{--circle-size: 91px;--circle-curve: 50px;--decoration-size: 30px;--decoration-color: var(--main-color);--decoration-filter: var(--filter-main);--offset: 32px;background-color:var(--accent-color);transform:rotate(-3deg) !important}.hp-case-results__item.hourglass p{transform:rotate(3deg) !important}.hp-case-results__offer{font-size:1.2em !important;font-weight:500 !important;margin-bottom:0px !important}@media (max-width:990px){.hp-case-results__offer{line-height:1.2em !important;font-size:0.9em !important}}.hp-case-results__sum{margin:40px 0px !important}@media (max-width:990px){.hp-case-results__sum{margin:20px 0px !important}}.hp-case-results__category{margin-bottom:0px !important}.hp-case-results__nav{position:absolute;bottom:-20px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;width:100%;z-index:2;gap:20px;padding:20px}.hp-case-results__prev,.hp-case-results__next{background-color:transparent;position:relative;height:var(--arrow-size);width:var(--arrow-size);display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;justify-content:center;border-radius:100%;border:2px solid var(--white);transition:var(--trns);color:var(--white);box-shadow:0px 0px 0px 0px transparent}.hp-case-results__prev::after,.hp-case-results__next::after{display:none}.hp-case-results__prev:target,.hp-case-results__prev:focus,.hp-case-results__prev:focus-visible,.hp-case-results__prev:focus-within,.hp-case-results__next:target,.hp-case-results__next:focus,.hp-case-results__next:focus-visible,.hp-case-results__next:focus-within{background-color:transparent;color:var(--white)}.hp-case-results__prev:hover,.hp-case-results__next:hover{background-color:transparent;color:var(--white);box-shadow:0px 0px 0px 4px #ffffff30}.hp-case-results__prev:active,.hp-case-results__next:active{background-color:transparent;box-shadow:0px 0px 0px 8px #ffffff50}.marquee{overflow:hidden;width:100%;transform:rotate(-3deg);transform-origin:left center;background-color:var(--light-color);padding:20px 0px}.marquee__track{display:flex;gap:4rem;width:max-content;animation:marqueeScroll 40s linear infinite}.marquee__track p{margin:0;white-space:nowrap;flex-shrink:0;font-size:2.6em;font-family:var(--heading-font);color:var(--main-color);position:relative;font-weight:700}@media (max-width:990px){.marquee__track p{font-size:1em}}.marquee__track p:after{content:"•";position:absolute;top:0px;right:-50px}.marquee__section{position:relative;z-index:2}.marquee__section.--light-track{background-color:var(--main-color)}.marquee__section.--light-track .marquee{background-color:var(--white)}@keyframes marqueeScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.hp-represented .row{display:flex;flex-direction:row;align-content:center;align-items:center}.hp-represented__img{border-radius:20px;overflow:hidden}.hp-represented__img img{height:100%;width:100%;object-fit:cover}.hp-videos h2{margin-top:0px !important}.hp-videos .video-testimonials{margin-top:50px}.video-testimonials{--video-height: 500px;--btn-size: 80px;--btn-icon-size: 40px;--arrow-size: 60px;position:relative}@media (max-width:990px){.video-testimonials{--video-height: 350px}}.video-testimonials__slider{overflow:hidden}.video-testimonials__slide{height:auto}.video-testimonials__trigger{position:relative;display:block;width:100%;border:0;padding:0;cursor:pointer;background:none;overflow:hidden;border-radius:var(--border-radius);height:var(--video-height)}.video-testimonials__trigger:hover .video-testimonials__play{transform:translate(-50%, -50%) scale(0.8)}.video-testimonials__trigger:hover .video-testimonials__image{transform:scale(1.1)}.video-testimonials__trigger:active .video-testimonials__play{box-shadow:0px 0px 0px 8px #ffffff50}.video-testimonials__image{display:block;width:100%;height:100%;object-fit:cover;transition:var(--trns)}.video-testimonials__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;width:var(--btn-size);height:var(--btn-size);border-radius:100%;background:var(--accent-color);color:#fff;font-weight:700;transition:var(--trns);box-shadow:0px 0px 0px 0px #ffffff50}.video-testimonials__play img{height:var(--btn-icon-size);width:var(--btn-icon-size);filter:var(--filter-white);position:relative;left:4px}.video-testimonials__nav{position:absolute;top:50%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%}.video-testimonials__prev,.video-testimonials__next{background-color:transparent;position:relative;height:var(--arrow-size);width:var(--arrow-size);display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;justify-content:center;border-radius:100%;border:2px solid var(--white);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:var(--trns);color:var(--white);box-shadow:0px 0px 0px 0px transparent}.video-testimonials__prev::after,.video-testimonials__next::after{display:none}.video-testimonials__prev:hover,.video-testimonials__next:hover{box-shadow:0px 0px 0px 4px #ffffff30}.video-testimonials__prev:active,.video-testimonials__next:active{box-shadow:0px 0px 0px 8px #ffffff50}.video-testimonials__modal{position:fixed;inset:0;z-index:9999;opacity:0;visibility:hidden;transition:var(--trns)}.video-testimonials__modal.is-open{opacity:1;visibility:visible}.video-testimonials__modal-backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.video-testimonials__modal-dialog{position:absolute;top:50%;left:50%;width:min(1000px, 90vw);transform:translate(-50%, -50%)}.video-testimonials__modal-close{position:absolute;top:-25px;right:-25px;width:50px;height:50px;border:0;background:none;color:#fff;font-size:32px;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;background-color:var(--accent-color);border-radius:100%;z-index:1;transition:var(--trns);box-shadow:0px 0px 0px 0px #ffffff50;transform-origin:center}@media (max-width:990px){.video-testimonials__modal-close{left:calc(100% - 50px);top:-60px}}.video-testimonials__modal-close span{position:relative;width:100%;height:100%;transition:transform 0.3s ease}.video-testimonials__modal-close span::before,.video-testimonials__modal-close span::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;background:#fff;transform-origin:center}.video-testimonials__modal-close span::before{transform:translate(-50%, -50%) rotate(45deg)}.video-testimonials__modal-close span::after{transform:translate(-50%, -50%) rotate(-45deg)}.video-testimonials__modal-close:hover{background-color:var(--main-color);box-shadow:0px 0px 0px 4px #ffffff30}.video-testimonials__modal-close:hover span{transform:rotate(180deg)}.video-testimonials__modal-close:active{box-shadow:0px 0px 0px 8px #ffffff50}.video-testimonials__modal-embed{position:relative;padding-bottom:56.25%;height:0}.video-testimonials__modal-embed iframe{position:absolute;inset:0;width:100%;height:100%}.single-video{--video-height: 800px;--btn-size: 80px;--btn-icon-size: 40px;--arrow-size: 60px;position:relative}@media (max-width:990px){.single-video{--video-height: 320px}}.hp-presentation{margin-top:150px;background-color:var(--main-color)}.hp-presentation .single-video{margin-top:-200px;margin-bottom:50px}.hp-trusted{background-color:var(--main-color);position:relative}.hp-trusted::before{content:"";background-color:var(--main-color);position:absolute;bottom:-200px;left:0px;width:100%;height:200px}.google-reviews-horizontal{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center}.google-reviews-horizontal__image{height:100%;width:180px}.google-reviews-horizontal__details{margin-top:10px;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:flex-end;gap:10px;width:100%;justify-content:center}.google-reviews-horizontal__details p{margin-bottom:0px !important;line-height:1em !important}.google-reviews-horizontal__details__stars{height:100%;width:100%;max-width:150px}.google-reviews-horizontal__details__number{font-weight:700 !important}.google-reviews-horizontal__details__reviews{font-size:0.6em !important;color:var(--grey-placeholder) !important}.google-testimonials{--arrow-size: 60px;position:relative}.google-testimonials .swiper-wrapper{align-items:stretch;padding-bottom:100px}.google-testimonials .swiper-slide{height:auto;display:flex}.google-testimonials__item{background-color:var(--white);padding:40px;box-shadow:var(--box-shadow);height:100%;display:flex;flex-direction:column}.google-testimonials__item img{width:100px;height:auto}.google-testimonials__content{max-height:300px;overflow:hidden;position:relative;transition:max-height 0.35s ease;margin-top:20px}.google-testimonials__content.is-expanded{max-height:800px}.google-testimonials__content.is-expanded~.google-testimonials__read-more:before{opacity:0}.google-testimonials__content-inner p{position:relative}.google-testimonials__content-inner p:first-of-type::before{content:'"'}.google-testimonials__content-inner p:last-of-type::after{content:'"'}.google-testimonials__author{margin-top:auto;padding-top:24px;font-weight:700}.google-testimonials__nav{position:absolute;bottom:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;width:100%;z-index:2;gap:20px;padding:20px}.google-testimonials__prev,.google-testimonials__next{background-color:transparent;position:relative;height:var(--arrow-size);width:var(--arrow-size);display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;justify-content:center;border-radius:100%;border:2px solid var(--main-color);transition:var(--trns);color:var(--main-color);box-shadow:0px 0px 0px 0px transparent}.google-testimonials__prev::after,.google-testimonials__next::after{display:none}.google-testimonials__prev:hover,.google-testimonials__next:hover{box-shadow:0px 0px 0px 4px #00336630}.google-testimonials__prev:active,.google-testimonials__next:active{box-shadow:0px 0px 0px 8px #00336650}.google-testimonials__read-more{display:inline-block;margin:10px 0;border:0;padding:5px 0px;font-size:14px;border-radius:var(--border-radius);color:var(--accent-color) !important;font-weight:700;line-height:1;cursor:pointer;position:relative;z-index:5;transition:var(--trns);width:fit-content;position:relative;width:100%;text-align:left}.google-testimonials__read-more::before{content:"";background:linear-gradient(to top, #fff, transparent);position:absolute;top:-110px;width:100%;height:100px}.google-testimonials__read-more:hover,.google-testimonials__read-more:target,.google-testimonials__read-more:focus,.google-testimonials__read-more:focus-within{color:var(--secondary-color) !important;background-color:transparent}.blog-articles{--arrow-size: 60px;position:relative}.blog-articles .swiper-wrapper{align-items:stretch;padding-bottom:100px}.blog-articles .swiper-slide{height:auto;display:flex}.blog-articles__item{display:flex;flex-direction:column;height:100%;background-color:var(--white);border-radius:var(--border-radius);justify-content:space-between;overflow:hidden;box-shadow:var(--box-shadow)}.blog-articles__text{padding:30px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.blog-articles__text__top h3{font-size:calc(1.6em * var(--amplifier)) !important;margin-top:0px !important;font-weight:700 !important}@media (max-width:990px){.blog-articles__text__top h3{font-size:calc(2.3em * var(--amplifier)) !important}}.blog-articles__text a:hover{color:var(--main-color) !important}.blog-articles__text a:hover::before{background-color:var(--main-color) !important}.blog-articles__text__category{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}.blog-articles__text__category a{color:#7592b0 !important;font-size:0.6em !important;background-color:#f6faff;padding:5px 10px;display:block;width:fit-content;border-radius:10px;font-weight:700 !important;line-height:1em;margin-bottom:0px}.blog-articles__text__category a:before{display:none}.blog-articles__text__category a:hover{color:var(--white) !important;background-color:var(--accent-color) !important}.blog-articles__text__updated{margin-bottom:0px;color:var(--main-color) !important}.blog-articles__text__bottom{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-top:20px}.blog-articles__text__author{margin-top:10px;font-size:0.7em}.blog-articles__img{height:230px;position:relative}.blog-articles__img::after{content:"";background:url("/wp-content/uploads/2026/05/KR_Left-Justified-White-Orange.svg") no-repeat;background-size:contain;position:absolute;bottom:20px;right:20px;height:70px;width:160px;pointer-events:none}.blog-articles__img::before{content:"";background-color:#000000;position:absolute;top:0px;left:0px;height:100%;width:100%;opacity:0.4}@media (max-width:990px){.blog-articles__img{height:170px}}.blog-articles__img img{width:100%;height:100%;object-fit:cover;display:block}.blog-articles__nav{position:absolute;bottom:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;width:100%;z-index:2;gap:20px;padding:20px}.blog-articles__prev,.blog-articles__next{background-color:transparent;position:relative;height:var(--arrow-size);width:var(--arrow-size);display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;text-align:center;justify-content:center;border-radius:100%;border:2px solid var(--main-color);transition:var(--trns);color:var(--main-color);box-shadow:0px 0px 0px 0px transparent}.blog-articles__prev::after,.blog-articles__next::after{display:none}.blog-articles__prev:hover,.blog-articles__next:hover{box-shadow:0px 0px 0px 4px #00336630}.blog-articles__prev:active,.blog-articles__next:active{box-shadow:0px 0px 0px 8px #00336650}.hp-form__section{background-color:var(--main-color);position:relative}.hp-form__section h2{margin-top:0px !important}.hp-form__section::before{content:"";position:absolute;left:0;right:0;top:-180px;height:80px;background:inherit;clip-path:polygon(0 100%, 100% 0, 100% 100%);z-index:0}@media (max-width:990px){.hp-form__section::before{display:none}}.lex-form_wrapper{--input-h: 50px;--textarea-h: 200px;--gf-form-gap-y: 20px !important}.lex-form_wrapper legend,.lex-form_wrapper .gform_heading{display:none !important}.lex-form_wrapper .gfield{position:relative}.lex-form_wrapper .gfield.gfield--type-select,.lex-form_wrapper .gfield.lex-form__spaced{margin-top:20px !important}@media (max-width:640px){.lex-form_wrapper .gfield.lex-form__spaced{margin-top:0px !important}}.lex-form_wrapper .gfield:not(.gfield--type-select):not(.lex-form__legal) label{display:none}.lex-form_wrapper .gfield.gfield--type-select label{position:absolute;top:-25px;color:var(--white)}.lex-form_wrapper .gfield.gfield--type-select select{padding-top:5px;padding-bottom:5px}.lex-form_wrapper .gfield:not(.gfield--type-textarea):not(.lex-form__legal) input,.lex-form_wrapper .gfield:not(.gfield--type-textarea):not(.lex-form__legal) select{height:var(--input-h)}.lex-form_wrapper .gfield.gfield--type-textarea textarea{min-height:var(--textarea-h) !important}.lex-form_wrapper .gfield input,.lex-form_wrapper .gfield select,.lex-form_wrapper .gfield textarea{transition:var(--trns) !important;position:relative;border-radius:15px !important;border:none !important;outline:none !important;box-shadow:0px 0px 0px 0px transparent}.lex-form_wrapper .gfield input::placeholder,.lex-form_wrapper .gfield select::placeholder,.lex-form_wrapper .gfield textarea::placeholder{color:var(--grey-placeholder) !important}.lex-form_wrapper .gfield input:hover,.lex-form_wrapper .gfield select:hover,.lex-form_wrapper .gfield textarea:hover{box-shadow:0px 0px 0px 4px #ffffff50}.lex-form_wrapper .gfield.--focused input,.lex-form_wrapper .gfield.--focused select,.lex-form_wrapper .gfield.--focused textarea{box-shadow:0px 0px 0px 2px var(--accent-color)}.lex-form_wrapper .lex-form__legal .ginput_container_consent{position:relative !important;cursor:pointer}.lex-form_wrapper .lex-form__legal .ginput_container_consent input{position:absolute !important;top:0 !important;left:0 !important;width:30px !important;height:100% !important;z-index:2 !important;opacity:0 !important}.lex-form_wrapper .lex-form__legal .ginput_container_consent input:hover~label::before{box-shadow:0 0 0 3px #c5c9dd50}.lex-form_wrapper .lex-form__legal .ginput_container_consent input:checked~label::after{opacity:1}.lex-form_wrapper .lex-form__legal .ginput_container_consent label{position:relative;margin-left:0;padding-left:34px;color:var(--white);font-size:14px;line-height:1.5em}.lex-form_wrapper .lex-form__legal .ginput_container_consent label a{text-decoration:none !important;font-weight:700;font-size:14px;line-height:1.5em;color:var(--accent-color)}.lex-form_wrapper .lex-form__legal .ginput_container_consent label::before{content:"";position:absolute;top:-2px;left:0;width:24px;height:24px;background-color:transparent;border:2px solid var(--white);border-radius:4px;box-shadow:0 0 0 0 #c5c9dd50;transition:var(--trns)}.lex-form_wrapper .lex-form__legal .ginput_container_consent label::after{content:"";position:absolute;top:1px;left:8px;width:8px;height:14px;background-color:transparent;border-right:2px solid #c5c9dd;border-bottom:2px solid #c5c9dd;transform:rotate(45deg);opacity:0;transition:var(--trns)}.lex-form_wrapper .lex-form__legal .gfield_description{border:none !important;padding:10px 0 0 34px !important;color:#fff !important;font-weight:100 !important}.lex-form_wrapper .gform-footer{background:var(--accent-color) !important;text-decoration:none;display:block;width:fit-content !important;margin:20px 0px;padding:15px 40px !important;border-radius:5px !important;font-family:var(--base-font) !important;line-height:1.2em !important;box-shadow:0px 0px 0px 0px transparent;transition:var(--trns);text-align:center !important;position:relative !important;overflow:hidden !important;z-index:0}@media (max-width:990px){.lex-form_wrapper .gform-footer{width:100%}}.lex-form_wrapper .gform-footer input{background-color:transparent !important;box-shadow:none !important;position:relative;z-index:3;color:var(--white);font-size:0.8em !important;font-weight:700;display:block;width:fit-content;margin:0 auto;transition:var(--trns);padding:0px !important;line-height:1em !important}.lex-form_wrapper .gform-footer input:active,.lex-form_wrapper .gform-footer input:focus,.lex-form_wrapper .gform-footer input:focus-visible,.lex-form_wrapper .gform-footer input:focus-within,.lex-form_wrapper .gform-footer input:target{border:none !important;outline:none !important;box-shadow:none !important}.lex-form_wrapper .gform-footer::before,.lex-form_wrapper .gform-footer::after{content:"";position:absolute;top:0;bottom:0;width:60%;background:var(--main-color-light);z-index:1;transition:transform 0.45s ease}.lex-form_wrapper .gform-footer::before{left:0;clip-path:polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);transform:translateX(-100%)}.lex-form_wrapper .gform-footer::after{right:0;clip-path:polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);transform:translateX(100%)}.lex-form_wrapper .gform-footer:hover{background:var(--main-color-light)}.lex-form_wrapper .gform-footer:hover::before{transform:translateX(0%)}.lex-form_wrapper .gform-footer:hover::after{transform:translateX(0%)}.lex-form_wrapper .gform-footer:hover input{color:var(--main-color) !important}.lex-form_wrapper .gform-footer:active{box-shadow:0px 0px 0px 8px #00336630}.lex-form_wrapper .gform-loader{position:absolute !important}.site-footer{padding-top:var(--section-padding);padding-bottom:20px;background-color:var(--main-color)}.site-footer p{color:var(--white) !important}.site-footer__row{display:grid;grid-template-columns:1fr 1fr 1.5fr 1.5fr;gap:1em}@media (max-width:990px){.site-footer__row{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.site-footer__col-1{order:2}}@media (max-width:990px){.site-footer__col-2{order:3}}@media (max-width:990px){.site-footer__col-3{order:4;grid-column:1 / -1}}@media (max-width:990px){.site-footer__col-4{order:1;grid-column:1 / -1}}.site-footer__heading{font-size:1.4em !important;color:var(--white) !important}.site-footer__menu li{padding-left:0px !important}.site-footer__menu li::before{display:none}.site-footer__menu li a{display:block;color:var(--white) !important;padding:7px 7px 7px 15px !important;position:relative;transition:var(--trns);font-size:0.9em !important}.site-footer__menu li a::before{display:none}.site-footer__menu li a:after{content:"";display:inline-block;width:8px;height:6px;background:var(--accent-color);clip-path:polygon(50% 100%, 0 0, 100% 0);transition:var(--trns);opacity:1;transform:rotate(-90deg);position:absolute;left:0px;top:18px;transition:var(--trns)}.site-footer__menu li a:hover{padding:7px 7px 7px 20px !important}.site-footer__menu li a:hover:after{left:10px}.site-footer__menu li a:active{padding:7px 7px 7px 25px !important}.site-footer__menu li a:active:after{left:15px}.site-footer__offices li{padding-left:0px !important}.site-footer__offices li::before{display:none}.site-footer__offices li a{display:block;color:var(--white) !important;padding:7px 7px 7px 30px !important;position:relative;transition:var(--trns);font-size:0.9em !important}.site-footer__offices li a::before{display:none}.site-footer__offices li a:after{content:"";background:url("/wp-content/uploads/2026/05/contact-icon-location-full.svg") no-repeat;background-size:contain;filter:var(--filter-accent);width:26px;height:26px;transition:var(--trns);position:absolute;left:0px;top:10px;transition:var(--trns)}.site-footer__offices li a:hover{color:var(--accent-color) !important}.site-footer__offices li a:hover:after{transform:scale(0.7)}.site-footer__offices li a:active:after{transform:scale(1)}.site-footer__logo{display:block}.site-footer__logo img{height:100%;width:100%;object-fit:contain}.site-footer__logo:hover:before{display:none !important}.site-footer__justice{pointer-events:none;padding:0px 20px}@media (max-width:990px){.site-footer__justice{margin:20px 0px}}.site-footer__copyright{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:space-between}@media (max-width:990px){.site-footer__copyright{flex-direction:column}}.site-footer__copyright p,.site-footer__copyright a{font-size:0.7em !important}.site-footer__copyright p{margin-bottom:0px !important}.site-footer__copyright__text{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:20px}@media (max-width:990px){.site-footer__copyright__text{flex-direction:column;gap:0px}}.site-footer__copyright__links{line-height:1em !important;display:flex;gap:20px}@media (max-width:990px){.site-footer__copyright__links{margin:10px 0px}}.site-footer__copyright__links a{color:var(--white) !important;position:relative;line-height:1.5em !important}.site-footer__copyright__links a:after{content:"|";position:absolute;left:-12px}.site-footer__copyright__socials{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:10px}.site-footer__copyright__socials a{height:40px;width:40px}.site-footer__copyright__socials a:hover{transform:scale(0.8)}.site-footer__copyright__socials a:hover:before{display:none}.site-footer__copyright__socials a:active{transform:scale(0.6)}.site-footer__copyright__socials a img{height:100%;width:100%;object-fit:contain;filter:var(--filter-white)}.breadcrumbs__holder{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:5px;color:var(--main-color-dark);font-size:0.6em;line-height:1em;font-weight:700 !important}.breadcrumbs__holder a{font-size:1em !important;line-height:1em;color:var(--main-color-dark) !important;font-weight:700 !important}.breadcrumbs__holder a:hover{color:var(--accent-color) !important}.breadcrumbs__holder a:active{color:var(--main-color-dark)}.breadcrumbs__last-item,.breadcrumbs__holder a{padding:5px 10px}.pa-page__hero{background-color:var(--main-color)}.pa-page__hero .primary-btn{margin-bottom:50px;margin-top:0px !important}.pa-page__hero .row{position:relative}.pa-page__hero .rotating-stats{padding-bottom:var(--section-padding)}.pa-page__image{position:relative;bottom:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;height:100%}.pa-page__image img{height:100%;width:100%;object-fit:contain;object-position:center bottom}@media (max-width:1024px){.pa-page__image{bottom:0px}}@media (max-width:1024px){.pa-page__image-holder{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end}.pa-page__image-holder.--hide-on-desktop{position:relative;bottom:0;left:0px}.pa-page__image{height:auto}.pa-page .row{position:relative}.pa-page .primary-btn{margin:0 auto;width:100%;margin-top:350px}}.pa-page__sidebar-holder{display:flex;flex-direction:column;gap:40px;height:100%}.pa-page__main-holder{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;gap:2em}@media (max-width:990px){.pa-page__main-holder{flex-direction:column}}.pa-page__main-holder main{width:75%}@media (max-width:990px){.pa-page__main-holder main{width:100%}}.pa-page__main-holder aside{width:25%}@media (max-width:990px){.pa-page__main-holder aside{width:100%}}.pa-our-process{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;gap:10px;margin:50px 0px}@media (max-width:990px){.pa-our-process{margin-top:100px}}.pa-our-process:before,.pa-our-process:after{content:"";position:absolute;top:calc(50% - 150px);height:300px;width:180px;filter:var(--filter-accent);z-index:-1}@media (max-width:990px){.pa-our-process:before,.pa-our-process:after{top:-80px;height:130px;width:50%;filter:var(--filter-accent);z-index:-1}}.pa-our-process:before{left:0px;background:url("/wp-content/uploads/2026/06/kr-laurels_left.svg") no-repeat;background-position:top left}.pa-our-process:after{right:0px;background:url("/wp-content/uploads/2026/06/kr-laurels_right.svg") no-repeat;background-position:top right}.pa-our-process__item{border:2px solid var(--grey-light);background-color:var(--white);border-radius:20px;padding:30px;width:80%;margin:0 auto}@media (max-width:990px){.pa-our-process__item{width:100%;padding:20px}}.pa-our-process__item h3{font-family:var(--base-font) !important;font-size:1.1em !important;font-weight:700;margin-bottom:20px !important;margin-top:0px !important}.pa-our-process__item p:last-of-type{margin-bottom:0px !important}.pa-quote{background-color:var(--main-color);border-radius:20px;padding:40px;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:center;margin:50px 0px}@media (max-width:990px){.pa-quote{padding:20px}}.pa-quote h3,.pa-quote p{color:var(--white) !important;text-align:center !important;margin-bottom:0px !important;margin-top:0px !important}.pa-quote__author{margin-top:30px}.pa-quote__author p{font-weight:700 !important}.pa-quote__text{position:relative;padding-top:100px}@media (max-width:990px){.pa-quote__text{padding-top:70px}}.pa-quote__text:before{content:"";background:url("/wp-content/uploads/2026/06/icon-quote-rounded.svg") no-repeat;background-size:contain;position:absolute;top:0px;left:calc(50% - 65px);height:90px;width:130px;filter:var(--filter-white);opacity:0.1;transform:rotate(180deg)}@media (max-width:990px){.pa-quote__text:before{height:50px;width:90px}}.pa-section-highlight-dent{--circle-size: 111px;--circle-curve: 110px;--decoration-size: 30px;--decoration-color: var(--white);--decoration-filter: var(--filter-white);--offset: 51px;background-color:var(--main-color);border-radius:var(--border-radius);padding:90px 70px;position:relative;margin:50px 0px}@media (max-width:990px){.pa-section-highlight-dent{padding:30px 20px;--circle-size: 121px;--circle-curve: 40px;--decoration-size: 30px;--offset: 26px}}.pa-section-highlight-dent p,.pa-section-highlight-dent li,.pa-section-highlight-dent ul,.pa-section-highlight-dent h1,.pa-section-highlight-dent h2,.pa-section-highlight-dent h3,.pa-section-highlight-dent h4,.pa-section-highlight-dent h5,.pa-section-highlight-dent h6{color:var(--white) !important}.pa-section-highlight-dent~p{z-index:2;position:relative}.pa-section-highlight-dent ul:not(.checklist) li::before{background:var(--accent-color) !important;top:11px !important;box-shadow:0px 0px 0px 4px #ec982c40 !important}.pa-section-highlight-dent ul.checklist li{background:none !important;box-shadow:none !important}.pa-section-highlight-dent__dent{background-color:var(--decoration-color);position:absolute;top:50%;height:var(--circle-size);width:var(--circle-size);transform:translateY(-50%)}.pa-section-highlight-dent__dent:before,.pa-section-highlight-dent__dent:after{content:"";background:url("/wp-content/uploads/2026/05/round-edge.svg") no-repeat;position:absolute;height:var(--decoration-size);width:var(--decoration-size);filter:var(--decoration-filter)}.pa-section-highlight-dent__dent.--top-dent{top:calc(var(--decoration-size) * -1);left:50%;height:var(--circle-size);width:var(--circle-size);transform:translateX(-50%);border-radius:0px 0px var(--circle-curve) var(--circle-curve)}@media (max-width:990px){.pa-section-highlight-dent__dent.--top-dent{top:-65px}}.pa-section-highlight-dent__dent.--top-dent:before{bottom:var(--offset);left:calc((var(--decoration-size) - 1px) * -1);transform:rotate(-90deg)}.pa-section-highlight-dent__dent.--top-dent:after{bottom:var(--offset);left:calc(var(--circle-size) - 1px);transform:rotate(180deg)}.pa-section-highlight-dent__dent.--bottom-dent{bottom:calc(var(--decoration-size) * -1);left:50%;top:unset;height:var(--circle-size);width:var(--circle-size);transform:translateX(-50%);border-radius:var(--circle-curve) var(--circle-curve) 0px 0px}@media (max-width:990px){.pa-section-highlight-dent__dent.--bottom-dent{bottom:-65px}}.pa-section-highlight-dent__dent.--bottom-dent:before{top:var(--offset);left:calc((var(--decoration-size) - 1px) * -1);transform:rotate(0deg)}.pa-section-highlight-dent__dent.--bottom-dent:after{top:var(--offset);left:calc(var(--circle-size) - 1px);transform:rotate(90deg)}.pa-section-highlight-dent__img{width:200px;height:200px}@media (max-width:990px){.pa-section-highlight-dent__img{margin-top:50px}}.pa-section-highlight-dent__img img{height:100%;width:100%;object-fit:contain}.pa-section-highlight-dent .pa-highlight-boxes h3,.pa-section-highlight-dent .pa-highlight-boxes p{color:var(--text-color) !important}.pa-section-highlight{background-color:var(--main-color);padding:70px;border-radius:var(--border-radius);margin:50px 0px}@media (max-width:990px){.pa-section-highlight{padding:20px}}.pa-section-highlight p,.pa-section-highlight li,.pa-section-highlight ul,.pa-section-highlight h1,.pa-section-highlight h2,.pa-section-highlight h3,.pa-section-highlight h4,.pa-section-highlight h5,.pa-section-highlight h6{color:var(--white) !important}.pa-section-highlight ul:not(.checklist) li::before{background:var(--accent-color) !important;top:11px !important;box-shadow:0px 0px 0px 4px #ec982c40 !important}.pa-section-highlight ul.checklist li{background:none !important;box-shadow:none !important}.pa-section-highlight .pa-highlight-boxes h3,.pa-section-highlight .pa-highlight-boxes p{color:var(--text-color) !important}.pa-highlight-boxes{display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px}.pa-highlight-boxes__item{background-color:var(--light-color);border-radius:20px;padding:30px}@media (max-width:990px){.pa-highlight-boxes__item{padding:20px}}.pa-highlight-boxes__item h3{margin-top:0px !important;font-family:var(--base-font) !important;font-size:1.2em !important;font-weight:700}.pa-highlight-boxes__item p:last-of-type{margin-bottom:0px !important}.pa-highlight-boxes-laurels{display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;margin:50px 0px}.pa-highlight-boxes-laurels__item{background-color:var(--white);border:2px solid var(--light-color);border-radius:20px;padding:30px}@media (max-width:990px){.pa-highlight-boxes-laurels__item{padding:20px}}.pa-highlight-boxes-laurels__item h3{margin-top:0px !important;position:relative;padding-left:100px}@media (max-width:990px){.pa-highlight-boxes-laurels__item h3{padding-left:0px;padding-top:70px}}.pa-highlight-boxes-laurels__item h3::before{content:"";background:url("/wp-content/uploads/2026/05/KRL_Laurels-Rich-Black.svg") no-repeat;background-size:contain;position:absolute;top:0px;left:0px;height:60px;width:80px;filter:var(--filter-main)}.pa-highlight-boxes-laurels__item p:last-of-type{margin-bottom:0px !important}.our-process{display:grid;grid-template-columns:repeat(5, 1fr);gap:1em;margin-top:50px}@media (max-width:990px){.our-process{grid-template-columns:repeat(1, 1fr)}}.our-process__item{position:relative;background:var(--white);border-radius:20px;overflow:visible;cursor:pointer;padding:10px 0px}@media (max-width:990px){.our-process__item{padding:0px}}.our-process__item:hover{z-index:20}.our-process__item:hover .our-process__content{opacity:1;visibility:visible;transform:translate(-50%, -15px) scale(1)}@media (max-width:990px){.our-process__item:hover .our-process__content{transform:none}}.our-process__number{display:flex;align-items:center;justify-content:center;font-size:3em;font-family:var(--heading-font);color:var(--text-color);font-weight:700}.our-process__content{position:absolute;left:50%;top:0;width:120%;padding:30px;background:var(--main-color);color:var(--white);border-radius:20px;transform:translate(-50%, 0) scale(0.95);opacity:0;visibility:hidden;transition:var(--trns);box-shadow:#ffffff20 0px 4px 40px}@media (max-width:990px){.our-process__content{position:relative;opacity:1;visibility:visible;transform:none;left:0px;width:calc(100% - 40px);padding:20px;margin-left:20px;margin-right:20px;margin-bottom:20px}}.our-process__step{font-size:2.6em;line-height:1;color:var(--accent-color);font-family:var(--heading-font);text-align:center;font-weight:700}@media (max-width:990px){.our-process__step{display:none}}.our-process h3{margin-top:0px;font-size:1.6em !important;color:var(--white) !important}.our-process p{color:var(--white) !important}.our-process p:last-child{margin-bottom:0 !important}.pa-page__team{background-color:var(--main-color)}.pa-page__team>.container{border-bottom:2px solid #ffffff30;padding-bottom:var(--section-padding)}.pa-page__case-results{background-color:var(--main-color)}.pa-page__case-results h2{margin-top:0px !important}.pa-page__content .sidebar__toc~h2:first-of-type{margin-top:0px !important}.faq-block__holder{--question-size: 1.4em;--question-color: var(--text-color);--question-color-hover: var(--accent-color);--arrow-color: var(--white);--circle-color: var(--accent-color);--circle-size: 35px;--circle-shadow-hover: #04061D10;margin-top:20px}@media (max-width:650px){.faq-block__holder{--question-size: 1.1em}}.faq-block__item{padding:25px 0;border-bottom:2px solid var(--light-color);transition:var(--trns)}@media (max-width:650px){.faq-block__item{padding:12px 0}}.faq-block__item.active{background-color:var(--white);border:1px solid var(--accent-color-secondary)}.faq-block__item.active .faq-block__icon{background-color:var(--main-color)}.faq-block__item.active .faq-block__icon-h,.faq-block__item.active .faq-block__icon-v{background-color:var(--white)}.faq-block__item.active .faq-block__icon-v{opacity:0}.faq-block__question{width:100%;color:var(--question-color) !important;text-align:left;background:none;border:none;padding:10px calc(var(--circle-size) + 20px) 10px 0;font-size:var(--question-size) !important;cursor:pointer;transition:var(--trns);display:block;margin-bottom:0 !important;margin-top:0 !important;position:relative}@media (max-width:650px){.faq-block__question{padding:10px calc(var(--circle-size) + 20px) 10px 15px}}.faq-block__question:hover{color:var(--question-color-hover) !important}.faq-block__question:hover .faq-block__icon{box-shadow:0 0 0 4px var(--circle-shadow-hover)}.faq-block__question:hover .faq-block__icon-v{transform:translate(-50%, -50%) rotate(180deg);opacity:0}.faq-block__icon{position:absolute;top:50%;right:14px;width:var(--circle-size);height:var(--circle-size);border-radius:100%;background:var(--circle-color);transform:translateY(-50%);transition:var(--trns);box-shadow:0 0 0 0 transparent}.faq-block__icon-h,.faq-block__icon-v{position:absolute;top:50%;left:50%;width:14px;height:2px;background:var(--arrow-color);transform:translate(-50%, -50%);transition:var(--trns)}.faq-block__icon-v{transform:translate(-50%, -50%) rotate(90deg)}.faq-block__answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease-in-out}.pa-google-testimonials .google-reviews-horizontal__details__reviews{color:var(--text-color) !important}.pa-google-testimonials .primary-btn{margin-top:50px}.sidebar__toc{overflow:hidden}@media (max-width:990px){.sidebar__toc{margin-bottom:30px}}.sidebar__toc-list{list-style:none;margin-bottom:0px;overflow:hidden;background-color:var(--white) !important;border-radius:0px 0px var(--border-radius) var(--border-radius);padding-bottom:10px}.sidebar__toc-list li{margin-bottom:0px;padding-left:0px !important;transition:var(--trns);left:0px;line-height:1em;position:relative}.sidebar__toc-list li::before{display:none !important}.sidebar__toc-list li:hover{left:10px}.sidebar__toc-list li a{font-size:0.8em;line-height:1.4em !important;padding:15px 15px 15px 0px;display:block;color:var(--dark-color) !important}.sidebar__toc-list li:not(:last-of-type) a{border-bottom:2px solid var(--light-color)}.sidebar__toc-header{font-size:var(--sidebar-header-size);margin-bottom:0px;font-weight:700;color:var(--dark-color);cursor:pointer;user-select:none;transition:var(--trns);position:relative;padding:15px 0px 15px 0px;background:var(--white);border-bottom:2px solid var(--light-color)}.sidebar__toc-header::after{content:"";position:absolute;top:50%;right:22px;width:22px;height:16px;transition:var(--trns);transform:translateY(-50%);color:var(--blue);background:linear-gradient(currentColor, currentColor) 6px 1px/16px 2px no-repeat, linear-gradient(currentColor, currentColor) 6px 7px/16px 2px no-repeat, linear-gradient(currentColor, currentColor) 6px 13px/16px 2px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 0px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 6px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 12px/4px 4px no-repeat}.sidebar__toc-header:hover::after{width:27px;background:linear-gradient(currentColor, currentColor) 6px 1px/21px 2px no-repeat, linear-gradient(currentColor, currentColor) 6px 7px/21px 2px no-repeat, linear-gradient(currentColor, currentColor) 6px 13px/21px 2px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 0px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 6px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 0 12px/4px 4px no-repeat}.sidebar__toc-list-wrapper{max-height:0;overflow:hidden;transition:var(--trns)}.sidebar__toc.is-open .sidebar__toc-header::after{color:var(--accent-color);background:linear-gradient(currentColor, currentColor) 14px 1px/21px 2px no-repeat, linear-gradient(currentColor, currentColor) 14px 7px/21px 2px no-repeat, linear-gradient(currentColor, currentColor) 14px 13px/21px 2px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 8px 0px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 8px 6px/4px 4px no-repeat, radial-gradient(currentColor 60%, transparent 61%) 8px 12px/4px 4px no-repeat}.sidebar__toc.is-open .sidebar__toc-list-wrapper{max-height:1000px}.sidebar__toc.is-open .sidebar__toc-header{border-radius:var(--border-radius) var(--border-radius) 0px 0px}.sidebar__toc.is-open .sidebar__toc-header::after{filter:none}.legally-reviewed-by{--img-size: 80px;background-color:var(--main-color);border-radius:20px;padding:20px;display:flex;position:relative;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:20px}.legally-reviewed-by a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:2;opacity:0}.legally-reviewed-by__img{height:var(--img-size);width:var(--img-size);background-color:var(--accent-color);border-radius:10px;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:flex-end;overflow:hidden;box-shadow:0px 0px 0px 0px transparent;transition:var(--trns)}.legally-reviewed-by__img img{height:100%;width:100%;object-fit:contain;display:block;object-position:center bottom;transition:var(--trns)}.legally-reviewed-by__text{width:calc(100% - var(--img-size))}.legally-reviewed-by__text__title{color:var(--white) !important;margin-bottom:0px;font-size:0.6em !important}.legally-reviewed-by__text__name{color:var(--white) !important;margin-bottom:0px;font-size:1em !important;font-family:var(--heading-font) !important;line-height:1.2em !important;font-weight:700 !important}.legally-reviewed-by__text__role{color:var(--white) !important;margin-bottom:0px;font-size:0.6em !important;font-weight:700 !important}.legally-reviewed-by:hover .legally-reviewed-by__img{box-shadow:0px 0px 0px 4px #ffffff30;background-color:var(--main-color-dark)}.legally-reviewed-by:hover .legally-reviewed-by__img img{transform:scale(1.1)}.legally-reviewed-by:active .legally-reviewed-by__img{box-shadow:0px 0px 0px 6px #ffffff50}.legally-reviewed-by:active .legally-reviewed-by__img img{transform:scale(1.2)}.sidebar-related__title{font-size:var(--sidebar-header-size);color:var(--text-color);font-weight:700}.sidebar-related__list{list-style:none !important;padding-left:0 !important;margin-top:10px;margin-bottom:0px}.sidebar-related__list li{padding-left:0px !important}.sidebar-related__list li::before{display:none}.sidebar-related__list li a{font-size:1em;color:var(--text-color) !important;line-height:1.4em;position:relative;padding:12px 0 !important;transition:var(--trns);display:block;border-bottom:2px solid var(--light-color)}.sidebar-related__list li a:active{color:var(--accent-color) !important}.sidebar__form{position:sticky;top:var(--nav-height);background-color:var(--main-color);border-radius:20px;padding:20px;color:#fff}@media (max-width:990px){.sidebar__form{display:none}}.sidebar__form__heading{font-size:var(--sidebar-header-size);font-weight:700 !important;color:var(--white) !important}.sidebar__form__text{color:var(--white) !important}.sidebar__form .lex-form_wrapper{--input-h: 40px;--textarea-h: 100px;margin-top:30px}.sidebar__form .lex-form_wrapper .gfield.lex-form__spaced{margin-top:0px !important}.sidebar__form .lex-form_wrapper #gform_fields_1{display:flex;flex-direction:column}.sidebar__form .lex-form_wrapper #gform_fields_1 .ginput_container{display:flex;flex-direction:column}.all-practice-areas{--icon-size: 90px;display:grid;grid-template-columns:repeat(3, 1fr);gap:1em}@media (max-width:990px){.all-practice-areas{grid-template-columns:repeat(1, 1fr)}}.all-practice-areas__icon{width:var(--icon-size);height:var(--icon-size)}.all-practice-areas__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-main)}.all-practice-areas__heading{font-size:calc(1.8em * var(--amplifier)) !important;margin-top:10px !important;transition:var(--trns)}.all-practice-areas__text{margin-bottom:0px !important;transition:var(--trns)}.all-practice-areas__item{background-color:var(--white);border:2px solid var(--main-color);border-radius:var(--border-radius);padding:40px;box-shadow:none;position:relative;transition:var(--trns)}.all-practice-areas__item a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:2;opacity:0}.all-practice-areas__item:hover{background-color:var(--main-color);box-shadow:var(--box-shadow);transform:scale(1.05)}.all-practice-areas__item:hover img{filter:var(--filter-white)}.all-practice-areas__item:hover .all-practice-areas__heading,.all-practice-areas__item:hover .all-practice-areas__text{color:var(--white) !important}.all-practice-areas__item:active{transform:scale(1.1)}.page-404__image{height:300px}.page-404__image img{height:100%;width:100%;object-fit:contain}.exit-modal{position:fixed;inset:0;z-index:99999;display:none}.exit-modal.is-active{display:block}.exit-modal__overlay{position:absolute;inset:0;background:#00000060;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.exit-modal__box{position:absolute;top:50%;left:50%;width:calc(100% - 40px);max-width:1220px;transform:translate(-50%, -50%);background:var(--main-color);padding:20px 20px 20px 20px;z-index:2;border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden}@media (max-width:1500px){.exit-modal__box{max-width:940px}}@media (max-width:990px){.exit-modal__box{max-width:940px}}.exit-modal__box__image-1,.exit-modal__box__image-2{position:absolute;top:90px;width:100%;height:500px;pointer-events:none;z-index:-1}.exit-modal__box__image-1 img,.exit-modal__box__image-2 img{height:100%;width:100%;object-fit:contain}.exit-modal__box__image-1:before,.exit-modal__box__image-2:before{content:"";background:linear-gradient(to top, var(--main-color) 0%, transparent 80%);position:absolute;top:1px;left:0px;height:100%;width:100%}.exit-modal__box__image-1{left:-290px}.exit-modal__box__image-1 img{object-position:top left}.exit-modal__box__image-2{right:-290px}.exit-modal__box__image-2 img{object-position:top right}.exit-modal__box::before{content:"";background:url("/wp-content/uploads/2026/05/krl_go-bald-go-broke.svg") no-repeat;background-size:contain;position:absolute;bottom:20px;right:0px;height:70px;width:250px;pointer-events:none;filter:var(--filter-accent)}.exit-modal__box__content{width:80%;margin:0 auto;z-index:1;position:relative}.exit-modal__box__content h2{color:var(--white) !important;font-family:var(--heading-font);text-align:center;width:80%;margin:0 auto;margin-bottom:30px;font-weight:bold}.exit-modal__box__prompt{color:var(--white);text-align:center;font-size:0.8em !important}.exit-modal__box__link{color:var(--white);text-decoration:underline;text-align:center;display:block;transition:var(--trns)}.exit-modal__box__link:hover{color:var(--accent-color) !important}.exit-modal .lex-form_wrapper{--textarea-h: 120px;margin-bottom:40px}.exit-modal .gform-footer{margin:0 auto}.exit-modal__close{position:absolute;top:20px;right:20px;width:50px;height:50px;border:0;background:none;color:#fff;font-size:32px;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;background-color:var(--accent-color);border-radius:100%;z-index:1;transition:var(--trns);box-shadow:0px 0px 0px 0px #ffffff50;transform-origin:center}@media (max-width:990px){.exit-modal__close{left:calc(100% - 50px);top:-60px}}.exit-modal__close span{position:relative;width:100%;height:100%;transition:transform 0.3s ease}.exit-modal__close span::before,.exit-modal__close span::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;background:#fff;transform-origin:center}.exit-modal__close span::before{transform:translate(-50%, -50%) rotate(45deg)}.exit-modal__close span::after{transform:translate(-50%, -50%) rotate(-45deg)}.exit-modal__close:hover{background-color:var(--main-color);box-shadow:0px 0px 0px 4px #ffffff30}.exit-modal__close:hover span{transform:rotate(180deg)}.exit-modal__close:active{box-shadow:0px 0px 0px 8px #ffffff50}.contact__hero{--offset: 250px;position:relative}.contact__hero .col-md-8{position:relative}.contact__hero__images{position:absolute;bottom:0;left:-20%;display:flex;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;width:140%}@media (max-width:990px){.contact__hero__images{position:relative;bottom:-30px;left:0%;width:100%}}.contact__hero__image-1,.contact__hero__image-2{overflow:hidden;pointer-events:none;height:550px}@media (max-width:990px){.contact__hero__image-1,.contact__hero__image-2{height:220px}}.contact__hero__image-1 img,.contact__hero__image-2 img{position:relative;height:100%;width:100%;object-fit:contain}.contact__hero__image-1{position:relative;left:-50px}@media (max-width:990px){.contact__hero__image-1{left:0px}}.contact__hero__image-1 img{object-position:bottom left}.contact__hero__image-2{position:relative;right:-50px}@media (max-width:990px){.contact__hero__image-2{right:0px}}.contact__hero__image-2 img{object-position:bottom right}.contact__hero-form{margin-bottom:calc(var(--offset) * -1);background-color:var(--white);padding:40px;border-radius:var(--border-radius);z-index:5;position:relative;box-shadow:var(--box-shadow)}@media (max-width:990px){.contact__hero-form{padding:20px}}.contact__hero-form .lex-form_wrapper{--textarea-h: 150px}.contact__hero-form .lex-form_wrapper .gfield input,.contact__hero-form .lex-form_wrapper .gfield select,.contact__hero-form .lex-form_wrapper .gfield textarea{border:2px solid var(--light-color) !important;box-shadow:none !important}.contact__hero-form .lex-form_wrapper .gfield--type-select label{color:var(--text-color)}.contact__hero-form .lex-form__legal .ginput_container_consent label{color:var(--text-color) !important}.contact__hero-form .lex-form__legal .ginput_container_consent label::before{border:2px solid var(--light-color)}.contact__hero-form .lex-form__legal .ginput_container_consent label::after{border-right:2px solid var(--text-color);border-bottom:2px solid var(--text-color)}.contact__breadcrumbs{position:absolute;bottom:-40px}.contact-page .offices__section{padding-top:calc(var(--section-padding) + 250px)}.free-case-evaluation__hero h1,.free-case-evaluation__hero h2{margin-top:0px !important}@media (max-width:990px){.free-case-evaluation__hero .col-md-6:last-of-type{margin-top:50px}}.free-case-evaluation__hero .single-video{--video-height: 440px;margin-bottom:40px}.white-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:20px;background-color:var(--white);border-radius:var(--border-radius);padding:60px}@media (max-width:990px){.white-container{flex-direction:column;padding:20px}}.white-container__img,.white-container__text{width:50%}@media (max-width:990px){.white-container__img,.white-container__text{width:100%}}.white-container__img{border-radius:20px;overflow:hidden}.white-container__img img{height:100%;width:100%;object-fit:cover}.white-container__row{display:flex;flex-direction:column;gap:40px}@media (max-width:990px){.white-container__row>div:nth-of-type(even) .white-container{flex-direction:column-reverse}}.knowledge__img{overflow:hidden;border-radius:20px;width:80%;margin:0 auto;margin-top:50px}@media (max-width:990px){.knowledge__img{width:100%}}.knowledge__img img{height:100%;width:100%;object-fit:cover}.knowledge__row{padding-top:calc(var(--section-padding) / 2)}.knowledge-boxes{display:grid;grid-template-columns:repeat(4, 1fr);gap:1em;border-bottom:2px solid #f3f4f521;padding-bottom:100px;margin-top:80px}@media (max-width:1200px){.knowledge-boxes{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.knowledge-boxes{grid-template-columns:repeat(1, 1fr)}}.knowledge-boxes__item{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;background-color:var(--white);border-radius:20px;padding:40px 20px}@media (max-width:990px){.knowledge-boxes__item{width:100%}}.knowledge-boxes__item p{margin-bottom:0px !important;color:var(--text-color) !important}.knowledge-boxes__icon{width:100px;height:100px}.knowledge-boxes__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-accent)}.knowledge-boxes__heading{color:var(--text-color) !important;margin-top:0px !important;font-size:1.3em !important}.side-image__img{border-radius:20px;overflow:hidden;height:100%}.side-image__img img{height:100%;width:100%;object-fit:cover}.free-case-evaluation__justice h2{color:var(--accent-color) !important}.free-case-evaluation__justice-woman img{transform:rotateY(180deg)}.white-wrap{background-color:var(--white) !important;font-family:var(--heading-font) !important;font-size:1.8em !important;padding:40px;border-radius:var(--border-radius);line-height:1.3em !important;font-weight:700 !important}@media (max-width:990px){.white-wrap{font-size:1.2em !important;padding:20px}}.case-result__grid{--icon-size: 90px;display:grid;grid-template-columns:repeat(3, 1fr);gap:1em}@media (max-width:1024px){.case-result__grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.case-result__grid{grid-template-columns:repeat(1, 1fr)}}.case-result__icon{width:var(--icon-size);height:var(--icon-size)}.case-result__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-main)}.case-result__heading{margin-top:10px !important;transition:var(--trns);text-align:center}.case-result__text{text-align:center;margin-bottom:0px !important;transition:var(--trns);line-height:1.1em !important;font-size:calc(1.3em * var(--amplifier)) !important;font-family:var(--heading-font) !important;font-weight:700 !important}.case-result__item{background-color:var(--white);border:2px solid var(--light-color);border-radius:var(--border-radius);padding:40px;box-shadow:none;position:relative;transition:var(--trns);display:flex;flex-direction:column;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:center}.case-result__item.--gbgb{background-color:var(--main-color)}.case-result__item.--gbgb::before{content:"";background:url("/wp-content/uploads/2026/05/KRL_Laurels-Rich-Black.svg") no-repeat;position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;filter:var(--filter-accent)}.case-result__item.--gbgb .gbgb__orange,.case-result__item.--gbgb .gbgb__white{font-family:var(--heading-font) !important;font-size:30px !important;text-align:center;margin-bottom:0px !important;line-height:1em !important;font-weight:700 !important}.case-result__item.--gbgb .gbgb__orange{color:var(--accent-color) !important;font-style:italic}.case-result__item.--gbgb .gbgb__white{color:var(--white) !important}.case-result__item.--gbgb .gbgb__img{height:23px;width:100%}.case-result__item.--gbgb .gbgb__img img{height:100%;width:100%;object-fit:contain}.faq__toc{box-shadow:var(--box-shadow);padding:20px;border-radius:20px;background-color:var(--white);display:flex;flex-direction:column;gap:10px;position:sticky;top:var(--nav-height)}.faq__toc a{color:var(--text-color) !important;font-size:0.8em !important;width:fit-content}.faq__toc-title{font-weight:700 !important;margin-bottom:10px}.page-template-faq-page .faq-block__holder{scroll-margin-top:200px}.page-template-faq-page .faq-block__holder:not(:first-of-type){margin-top:70px}.page-template-faq-page .faq-block__holder:last-of-type{margin-bottom:70px}.page-template-faq-page .faq-block__holder h2{font-size:calc(2.2em * var(--amplifier)) !important;margin-bottom:0px !important;color:var(--main-color) !important;margin-top:0px !important}.faq-cta{position:sticky;top:var(--nav-height);background-color:var(--main-color);border-radius:20px;padding:20px}.faq-cta h2,.faq-cta p{color:var(--white) !important}.faq-cta h2{margin-top:0px !important;font-size:calc(2em * var(--amplifier)) !important}.faq-cta .primary-btn{margin:0 auto !important}.faq-attorneys-cta{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;margin:70px 0px;background-color:var(--main-color);border-radius:20px;align-content:flex-end;align-items:flex-end}@media (max-width:990px){.faq-attorneys-cta{flex-direction:column-reverse}}.faq-attorneys-cta>div{width:50%;height:100%}@media (max-width:990px){.faq-attorneys-cta>div{width:100%}}.faq-attorneys-cta__img{display:flex;flex-direction:column}.faq-attorneys-cta__img img{height:100%;width:100%;object-fit:cover}.faq-attorneys-cta__text{padding:20px}.faq-attorneys-cta__text p{color:var(--white) !important;margin-top:0px !important}.testimonials__hero__side{position:relative}.testimonials__hero__stars{width:auto;height:20px;object-position:center left}.testimonials__hero__text{position:absolute;bottom:-20px;left:20px;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:20px}.testimonials__hero__testimonial-text{color:var(--main-color) !important;margin-bottom:0px !important;font-size:0.9em !important}.testimonials__hero__testimonial-author{color:var(--main-color) !important;margin-bottom:0px !important;font-size:0.9em !important;font-weight:700 !important}.testimonials-highlights{display:flex;flex-direction:row;gap:40px;background-color:var(--main-color);border-radius:var(--border-radius);padding:100px}@media (max-width:990px){.testimonials-highlights{flex-direction:column;padding:20px;overflow:hidden}}.testimonials-highlights__stars{height:20px;width:auto}.testimonials-highlights__text{margin-top:20px}.testimonials-highlights__author{margin-bottom:0px;font-weight:700 !important}.testimonials-highlights__item{background-color:var(--white);border-radius:20px;padding:30px;width:calc(100% / 3)}@media (max-width:990px){.testimonials-highlights__item{width:calc(100% / 1);padding:20px}}.testimonials-highlights__item.hourglass{--circle-size: 91px;--circle-curve: 50px;--decoration-size: 30px;--decoration-color: var(--main-color);--decoration-filter: var(--filter-main);--offset: 32px;background-color:var(--accent-color);transform:rotate(-3deg) !important;padding:20px 70px !important}@media (max-width:990px){.testimonials-highlights__item.hourglass{padding:20px 40px !important}}.testimonials-highlights__item.hourglass p{color:var(--text-color) !important}.testimonials-highlights__section{position:relative}.testimonials-highlights__section::before{content:"";background-color:var(--light-color);position:absolute;bottom:0px;left:0px;width:100%;height:50%;z-index:-1}.areas-we-serve__hero{overflow:hidden}.areas-we-serve__image{position:relative;bottom:calc((var(--section-padding) + 50px) * -1)}@media (max-width:990px){.areas-we-serve__image{bottom:-20px}}.areas-we-serve__list{columns:4;column-gap:2em;margin-bottom:0px !important}@media (max-width:990px){.areas-we-serve__list{columns:1}}.areas-we-serve__list li{padding-left:0px !important;break-inside:avoid;margin-bottom:0em}.areas-we-serve__list li:before{display:none}.areas-we-serve__list li a{display:block;padding:8px 0px;color:var(--text-color) !important}.areas-we-serve__list li a::before{z-index:2}.areas-we-serve__list li a:after{content:"";background-color:var(--light-color);position:absolute;bottom:0px;left:0px;height:3px;width:100%;transition:var(--trns)}.areas-we-serve__disclaimer{border:2px solid var(--light-color);border-radius:var(--border-radius);padding:30px;margin-top:70px}@media (max-width:990px){.areas-we-serve__disclaimer{padding:20px}}.areas-we-serve__disclaimer p:first-of-type{font-weight:bold}.areas-we-serve__disclaimer p:last-of-type{margin-bottom:0px !important}.areas-we-serve__holder .primary-btn{margin:50px 0px}.areas-we-serve__text{padding-bottom:var(--section-padding)}.white-section{background-color:var(--white);border-radius:var(--border-radius);padding:70px}@media (max-width:990px){.white-section{padding:20px}}.white-section h2{margin-top:0px !important}.featured-articles{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}@media (max-width:990px){.featured-articles{flex-direction:column}}.featured-articles>div{width:50%}@media (max-width:990px){.featured-articles>div{width:100%}}.featured-articles__latest{position:relative}.featured-articles__latest.hourglass{--circle-size: 141px;--circle-curve: 100px;--decoration-size: 40px;--decoration-color: var(--white);--decoration-filter: var(--filter-white);--offset: 61px;background-color:var(--main-color);border-radius:var(--border-radius);padding:30px 110px;position:relative}@media (max-width:990px){.featured-articles__latest.hourglass{--circle-size: 111px;--circle-curve: 40px;--decoration-size: 18px;--offset: 28px;padding:30px 60px;height:770px}}.featured-articles__latest__img{overflow:hidden;border-radius:20px;width:calc(100% + 160px);position:relative;left:-80px;height:calc(50% - 100px);margin-bottom:20px}@media (max-width:990px){.featured-articles__latest__img{width:calc(100% + 80px);left:-40px}}.featured-articles__latest__img img{height:100%;width:100%;max-height:inherit;object-fit:cover;display:block}.featured-articles__latest__category{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}.featured-articles__latest__category a{color:#f6faff90 !important;font-size:0.6em !important;background-color:#f6faff10;padding:5px 10px;display:block;width:fit-content;border-radius:10px;font-weight:700 !important;line-height:1em;margin-bottom:0px}.featured-articles__latest__category a:before{display:none}.featured-articles__latest__category a:hover{color:var(--white) !important;background-color:var(--accent-color) !important}.featured-articles__latest__text h3{color:var(--white) !important}.featured-articles__recent{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px}.featured-articles__recent__item{position:relative;background-color:var(--white);border-radius:var(--border-radius);padding:20px;height:calc(100% / 4);display:flex;flex-direction:column;justify-content:center;box-shadow:0px 0px 0px 0px transparent;transition:var(--trns)}.featured-articles__recent__item:not(:last-of-type)::before{content:"";background-color:var(--light-color);position:absolute;bottom:-10px;left:0px;width:100%;height:2px}.featured-articles__recent__item a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:3;opacity:0}.featured-articles__recent__item:hover{background-color:var(--light-color)}.featured-articles__recent__item:active{background-color:#e4e9ef57;box-shadow:0px 0px 0px 6px var(--light-color)}.featured-articles__recent__heading{margin-top:0px !important;font-size:calc(1.6em * var(--amplifier)) !important}@media (max-width:990px){.featured-articles__recent__heading{font-size:calc(2.3em * var(--amplifier)) !important}}.featured-articles__recent__publishing{color:var(--main-color) !important;margin-bottom:0px !important}.blog-archive-page .blog-archive{margin-top:0px}.blog-archive-page .blog-archive__tabs-wrap{text-align:center}.blog-archive-page .blog-archive__tabs-title{margin:0 0 1.5rem;font-size:2rem;font-weight:600;line-height:1.2}.blog-archive-page .blog-archive__tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0.5rem;position:relative}.blog-archive-page .blog-archive__tab{display:inline-flex;align-items:center;justify-content:center;padding:1rem 0.5rem;border:none;border-radius:0.75rem 0.75rem 0 0;background:var(--main-color);color:#fff;font:inherit;font-size:1rem;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;appearance:none;-webkit-appearance:none;box-shadow:none;transition:var(--trns);white-space:normal;line-height:1.2;text-align:center}.blog-archive-page .blog-archive__tab:hover,.blog-archive-page .blog-archive__tab:focus-visible{background:var(--main-color-dark);outline:none}.blog-archive-page .blog-archive__tab.is-active,.blog-archive-page .blog-archive__tab[aria-selected="true"],.blog-archive-page .blog-archive__tab[aria-current="page"]{background:var(--accent-color)}.blog-archive-page .blog-archive__tab--more{border-radius:0.75rem 0.75rem 0 0;background:var(--main-color);color:#fff;padding-right:3rem;position:relative}.blog-archive-page .blog-archive__tab--more::after{content:"";position:absolute;top:50%;right:1.15rem;width:0.55rem;height:0.55rem;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-60%) rotate(-45deg);transition:transform 0.2s ease}.blog-archive-page .blog-archive__tab--more:hover,.blog-archive-page .blog-archive__tab--more:focus-visible{background:var(--main-color-dark);color:var(--white)}.blog-archive-page .blog-archive__more{position:relative}.blog-archive-page .blog-archive__more.is-open .blog-archive__tab--more{background:var(--accent-color)}.blog-archive-page .blog-archive__more.is-open .blog-archive__tab--more::after{transform:translateY(-25%) rotate(135deg)}.blog-archive-page .blog-archive__dropdown{position:absolute;top:calc(100% + 0.625rem);right:0;z-index:30;width:fit-content;padding:0;border:1px solid #d9ded8;border-radius:1.25rem;background:#fff;box-shadow:0 1rem 2.5rem rgba(0, 0, 0, 0.08);text-align:left;overflow:hidden}.blog-archive-page .blog-archive__dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.95rem 2rem 0.95rem 1.5rem;border:0;background:transparent;color:var(--main-color);font:inherit;font-size:1rem;font-weight:500;line-height:1.3;text-align:left;position:relative;text-decoration:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background 0.2s ease, color 0.2s ease}.blog-archive-page .blog-archive__dropdown-item:hover,.blog-archive-page .blog-archive__dropdown-item:focus-visible,.blog-archive-page .blog-archive__dropdown-item.is-active,.blog-archive-page .blog-archive__dropdown-item[aria-current="page"]{background:var(--main-color-light);color:var(--main-color-dark);outline:none}.blog-archive-page .blog-archive__panels{margin-top:0;background-color:var(--white);padding:40px;border:1px solid var(--main-color-light);border-radius:var(--border-radius)}@media (max-width:1440px){.blog-archive-page .blog-archive__panels{border-radius:0px 0px var(--border-radius) var(--border-radius)}}@media (max-width:990px){.blog-archive-page .blog-archive__panels{padding:0px !important;background-color:transparent;border:none !important}}.blog-archive-page .blog-archive__panel[hidden]{display:none !important}.blog-archive-page .blog-archive__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2rem}.blog-archive-page .blog-archive__term-description{margin-top:1rem}.blog-archive-page .blog-archive__term-description p:last-child{margin-bottom:0}.blog-archive-page .pagination,.blog-archive-page .navigation.pagination{margin-top:2.5rem}@media (max-width:1440px){.blog-archive-page .blog-archive__tabs{flex-direction:row;flex-wrap:nowrap}}@media (max-width:1199px){.blog-archive-page .blog-archive__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width:991px){.blog-archive-page .blog-archive__tabs-title{font-size:1.75rem}.blog-archive-page .blog-archive__tab{min-width:auto;padding:0.95rem 1.15rem;font-size:0.95rem}.blog-archive-page .blog-archive__tabs{flex-wrap:wrap}.blog-archive-page .blog-archive__dropdown{width:18.5rem}.blog-archive-page .blog-archive__panels{padding:20px;margin-top:20px}.blog-archive-page .blog-post__text__top{padding:1.5rem 1.5rem 1rem}.blog-archive-page .blog-post__text{padding:0 1.5rem 1.5rem}}@media (max-width:767px){.blog-archive-page .blog-archive__tabs{flex-direction:column;align-items:stretch}.blog-archive-page .blog-archive__tab{width:100%;border-radius:0.75rem}.blog-archive-page .blog-archive__more{width:100%}.blog-archive-page .blog-archive__dropdown{position:static;width:100%;margin-top:0.5rem}.blog-archive-page .blog-archive__grid{grid-template-columns:1fr}}@media (max-width:990px){.blog-single__content{margin-bottom:30px}}.blog-single__content iframe{margin-top:30px;width:100%;border-radius:var(--border-radius)}.blog-single__content h2{font-size:calc(2.7em * var(--amplifier)) !important}.blog-single__content h3{font-size:calc(2.1em * var(--amplifier)) !important}.blog-single__hero-inner{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (max-width:990px){.blog-single__meta{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;align-items:center}.blog-single__meta__separator{display:none}}.blog-single__meta__date{color:var(--light-color)}.blog-single__meta__author img{height:50px;width:auto;background-color:var(--accent-color);border-radius:100%}.blog-single__featured-image{border-radius:30px;overflow:hidden;height:500px;width:100%;margin-bottom:50px}@media (max-width:990px){.blog-single__featured-image{height:300px}}@media (max-width:660px){.blog-single__featured-image{height:250px}}.blog-single__featured-image img{height:100%;width:100%;object-fit:cover}.blog-single__content-holder .sidebar__toc-header,.blog-single__content-holder .sidebar__toc-list{background:transparent !important}@media (min-width:990px){.blog-single__content-holder .sidebar__toc{position:sticky;top:var(--nav-height)}}.blog-sidebar{display:flex;flex-direction:column;gap:40px;height:100%}.blog-sidebar__evaluation{background-color:var(--main-color);border-radius:var(--border-radius);padding:20px}.blog-sidebar__evaluation p{color:var(--white) !important}.blog-sidebar__evaluation__heading{font-family:var(--heading-font) !important;font-weight:700 !important;font-size:1.4em !important;line-height:1.2em !important}.blog-sidebar .sidebar-related li a::after{content:"";background-color:#ccd1db;position:absolute;bottom:0px;left:0px;height:3px;width:100%;transition:var(--trns);z-index:1}.blog-sidebar .sidebar-related li a:before{z-index:2}.blog-sidebar__pa{background-color:var(--white);padding:20px;border-radius:var(--border-radius);position:sticky;top:var(--nav-height)}.blog-sidebar__pa__heading{font-size:var(--sidebar-header-size) !important;color:var(--text-color) !important;font-weight:700 !important}.blog-sidebar__pa__list{margin-bottom:0px !important;list-style:none !important;padding-left:0 !important}.blog-sidebar__pa__list li{padding-left:0 !important}.blog-sidebar__pa__list li::before{display:none}.blog-sidebar__pa__list li a{font-size:1em;color:var(--text-color) !important;line-height:1.4em !important;position:relative;padding:12px 0 !important;transition:var(--trns);display:block}.blog-sidebar__pa__list li a:before{content:"";background-color:var(--accent-color);position:absolute;bottom:0px;left:0px;height:3px;width:0%;transition:var(--trns);z-index:2}.blog-sidebar__pa__list li:not(:last-of-type) a:after{content:"";background-color:#ccd1db;position:absolute;bottom:0px;left:0px;height:3px;width:100%;transition:var(--trns);z-index:1}.blog-single-share{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;margin:60px 0px;color:var(--text-color) !important}@media (max-width:990px){.blog-single-share{flex-direction:column;gap:10px}}.blog-single-share span{color:var(--text-color) !important;font-family:var(--base-font)}.blog-single-share a::before{display:none !important}.blog-single-share .tool_tip{background:var(--main-color) !important}.blog-author{position:relative;border-radius:var(--border-radius);padding:20px;transition:var(--trns);background-color:var(--main-color)}@media (max-width:990px){.blog-author{padding:20px}}.blog-author p{color:var(--white) !important}.blog-author__who{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;gap:10px;position:relative;transition:var(--trns);margin-bottom:20px}.blog-author__more p{color:var(--accent-color) !important;font-size:0.8em !important;font-weight:700 !important;position:relative;width:fit-content}.blog-author__more p:before{content:"";background-color:var(--accent-color);position:absolute;bottom:0px;left:0px;height:3px;width:0%;transition:var(--trns)}.blog-author a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:2;opacity:0}.blog-author__img{height:100px;width:100px;background-color:var(--accent-color);border-radius:20px;overflow:hidden;box-shadow:0px 0px 0px 0px transparent;transition:var(--trns)}.blog-author__img img{height:100%;width:100%;object-fit:cover;transition:var(--trns)}.blog-author__text__intro{font-family:var(--heading-font) !important;font-size:1.2em !important;line-height:1em !important;font-weight:bold !important;margin-bottom:10px !important}@media (max-width:990px){.blog-author__text__intro{font-size:0.9em !important}}.blog-author__text__name{font-family:var(--heading-font) !important;font-size:1.7em !important;font-weight:bold !important;margin-bottom:0px !important;line-height:1em !important}@media (max-width:990px){.blog-author__text__name{font-size:1.2em !important}}.blog-author:hover{box-shadow:0px 0px 0px 4px #14672520}.blog-author:hover .blog-author__img{box-shadow:0px 0px 0px 4px #ffffff20}.blog-author:hover .blog-author__img img{transform:scale(1.2)}.blog-author:hover .blog-author__more p:before{width:100%}.blog-author:active .blog-author__img{box-shadow:0px 0px 0px 6px #14672520}.blog-author:active .blog-author__img img{transform:scale(1.3)}.big-button-cta{background-color:var(--main-color);padding:30px;border-radius:var(--border-radius);transition:var(--trns);margin:50px 0px}.big-button-cta a{display:block;font-family:var(--heading-font) !important;color:var(--white) !important;text-align:center;font-size:2em !important;line-height:1.1em !important}.big-button-cta a::before{display:none}.big-button-cta:hover{background-color:var(--accent-color)}.about-us__hero__column{padding-bottom:var(--section-padding)}.about-us__hero__image{display:flex;flex-direction:column;justify-content:flex-end}.about-us__fight .single-video{--video-height: 500px}.about-us__white{position:relative}.about-us__white:before{content:"";background-color:var(--main-color);position:absolute;bottom:0px;left:0px;height:50%;width:100%;z-index:-1}.about-us__white h2{margin-bottom:50px !important}.about-us__white .white-container{box-shadow:var(--box-shadow)}.about-us__rotate{border-bottom:#ffffff20 2px solid;padding-bottom:calc(var(--section-padding) / 2);margin-bottom:calc(var(--section-padding) / 2)}.about-us__experience{position:relative}.about-us__experience:before{content:"";background:url("/wp-content/uploads/2026/06/lady-justice-with-logo-white.svg") no-repeat;background-position:bottom center;position:absolute;bottom:0px;left:0px;height:100%;width:100%;z-index:0;pointer-events:none;opacity:0.1}.four-boxes{display:grid;grid-template-columns:repeat(4, 1fr);gap:1em}@media (max-width:1024px){.four-boxes{grid-template-columns:repeat(2, 1fr)}}@media (max-width:990px){.four-boxes{grid-template-columns:repeat(1, 1fr)}}.four-boxes__item{background-color:var(--white);border-radius:var(--border-radius);padding:20px;box-shadow:var(--box-shadow)}@media (max-width:990px){.four-boxes__item{padding:20px}}.four-boxes__item p{margin-bottom:0px !important}.four-boxes h3{font-family:var(--base-font) !important;font-size:1em !important;line-height:1.5em !important}.four-boxes__icon{height:100px;width:100px}@media (max-width:990px){.four-boxes__icon{height:60px;width:60px}}.four-boxes__icon img{height:100%;width:100%;object-fit:contain;filter:var(--filter-main)}.motto__container.hourglass{--circle-size: 121px;--circle-curve: 100px;--decoration-size: 32px;--offset: 57px;background-color:var(--white);padding:100px 140px}@media (max-width:990px){.motto__container.hourglass{--circle-size: 121px;--circle-curve: 50px;--decoration-size: 22px;--offset: 34px;padding:70px 20px}}.motto__container p{color:var(--text-color) !important}.motto__images{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:-190px}@media (max-width:990px){.motto__images{margin-bottom:0;position:relative;z-index:1}}.motto__images img{width:calc(100% / 3);height:auto}.attorneys-list{--img-height: 400px;display:grid;grid-template-columns:repeat(3, 1fr);gap:1em}@media (max-width:990px){.attorneys-list{--img-height: 270px;grid-template-columns:repeat(1, 1fr)}}.attorneys-list__item{position:relative;background-color:var(--main-color);border-radius:var(--border-radius);overflow:hidden}.attorneys-list__item a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:3;opacity:0}.attorneys-list__item:hover .attorneys-list__img img{transform:scale(1.1)}.attorneys-list__item:hover .attorneys-list__text__read:before{width:100%}.attorneys-list__item:active .attorneys-list__img img{transform:scale(1.2)}.attorneys-list__item:active .attorneys-list__text__read:before{width:calc(100% + 20px)}.attorneys-list__img{width:100%;height:var(--img-height);position:relative;overflow:hidden}.attorneys-list__img:after{content:"";background:linear-gradient(to top, var(--main-color) 0%, #003366b0 18%, transparent 70%);position:absolute;bottom:0px;left:0px;height:100%;width:100%}.attorneys-list__img img{height:100%;width:100%;object-fit:cover;transition:var(--trns)}.attorneys-list__text{padding:20px}.attorneys-list__text__name{color:var(--white) !important;font-family:var(--heading-font) !important;font-size:1.2em !important;font-weight:700 !important;margin-bottom:0px !important;line-height:1.2em !important}.attorneys-list__text__role{color:var(--light-color) !important;font-size:0.9em !important;margin-bottom:0px !important;line-height:1.2em !important}.attorneys-list__text__excerpt{color:var(--white) !important;margin-top:30px !important}.attorneys-list__text__read{color:var(--accent-color) !important;position:relative;font-size:0.9em !important;margin-bottom:0px;width:fit-content}.attorneys-list__text__read:before{content:"";background-color:var(--accent-color);position:absolute;bottom:0px;left:0px;height:3px;width:0%;transition:var(--trns)}.underlined-list__item h3{font-family:var(--base-font) !important;font-size:1em !important;font-weight:700 !important;margin-bottom:10px !important}.underlined-list__item:not(:last-of-type){border-bottom:2px solid var(--light-color);margin-bottom:20px}.why-our-clients-trust-us__item{padding-left:30px;position:relative}.why-our-clients-trust-us__item:before{content:"";background-image:url("/wp-content/uploads/2026/06/icon-checkmark-full.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:3px;left:0;height:20px;width:20px;filter:var(--filter-accent)}.why-our-clients-trust-us__item h3{font-family:var(--base-font) !important;font-size:1em !important;font-weight:700 !important;margin-bottom:10px !important}.why-our-clients-trust-us__item:not(:last-of-type){margin-bottom:20px}.attorneys__why__img{height:auto;width:100%;border-radius:var(--border-radius);overflow:hidden}.attorneys__why__img img{height:100%;width:100%;object-fit:cover}.attorneys__why__img.hourglass{--decoration-color: var(--main-color);--decoration-filter: var(--filter-main);--offset: 51px;--circle-size: 131px;--circle-curve: 60px;--decoration-size: 40px;padding:0px}@media (max-width:990px){.attorneys__why__img.hourglass{--offset: 34px;--circle-size: 121px;--circle-curve: 50px;--decoration-size: 23px}}.attorney-single-page__title{display:flex;flex-direction:column;align-items:flex-start}.attorney-single-page__title span:first-of-type{line-height:1em;color:var(--light-color);font-size:0.7em}.attorney-single-page__intro{padding-bottom:var(--section-padding)}.attorney-single-page__image{height:100%;max-height:600px}.attorney-single-page__image img{height:100%;width:100%;object-fit:contain;object-position:left bottom}.attorney-single-page__cta{position:relative}.attorney-single-page__cta:before{content:"";background-color:var(--light-color);position:absolute;bottom:0px;left:0px;height:50%;width:100%;z-index:-1}.attorney-single-page__main .single-video{--video-height: 500px;width:70%;margin:0 auto;margin-bottom:30px}@media (max-width:990px){.attorney-single-page__main .single-video{--video-height: 250px;width:100%}}.attorney-single-awards{margin-top:40px;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;gap:1em}.attorney-single-awards__item{width:calc(100% / 5);position:relative}.attorney-single-awards__item a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:2;opacity:0}.attorney-single-awards__item:hover img{transform:scale(0.9)}.attorney-single-awards__item:active img{transform:scale(0.8)}.attorney-single-awards__image{width:100%;height:50px}.attorney-single-awards__image img{height:100%;width:100%;object-fit:contain;object-position:center center;transition:var(--trns)}.attorney-single-awards__text{font-weight:bold !important;margin-top:10px;font-size:0.7em !important;text-align:center}.attorney-cta{display:flex;flex-direction:row;align-content:center;align-items:center;flex-wrap:nowrap;gap:1em;background-color:var(--main-color);border-radius:var(--border-radius);padding:40px}@media (max-width:990px){.attorney-cta{flex-direction:column;padding:20px}}.attorney-cta p{color:var(--white) !important}@media (max-width:990px){.attorney-cta p{text-align:center}}.attorney-cta__img{width:40%;position:relative;height:450px;padding:0px 100px}@media (max-width:990px){.attorney-cta__img{width:100%;height:280px;padding:0px 40px}}.attorney-cta__img img{height:100%;width:100%;object-fit:cover;object-position:center top;border-radius:var(--border-radius);z-index:1;position:relative}.attorney-cta__img:before{content:"";background:url("/wp-content/uploads/2026/05/KRL_Laurels-Rich-Black.svg") no-repeat;background-position:center center;background-size:contain;position:absolute;top:50%;left:0px;height:100%;width:100%;z-index:0;transform:translateY(-50%);filter:var(--filter-accent)}.attorney-cta__text{width:60%}@media (max-width:990px){.attorney-cta__text{width:100%}}@media (min-width:990px){.thank-you-page__hero .single-video{margin-top:40px;--video-height: 600px}}.community-events{display:grid;grid-template-columns:repeat(2, 1fr);gap:2em}@media (max-width:990px){.community-events{grid-template-columns:repeat(1, 1fr)}}.community-events__item{background-color:var(--white);border:2px solid var(--light-color);border-radius:var(--border-radius);overflow:hidden;position:relative;transition:var(--trns)}.community-events__item a{position:absolute !important;top:0px;left:0px;height:100%;width:100%;z-index:2;opacity:0}.community-events__item:hover{background-color:var(--light-color)}.community-events__item:hover img{transform:scale(1.1)}.community-events__item:hover .community-events__text__read::before{width:100%}.community-events__item:active{background-color:var(--light-color)}.community-events__item:active img{transform:scale(1.2)}.community-events__item:active .community-events__text__read::before{width:calc(100% + 20px)}.community-events__img{height:350px;width:100%;overflow:hidden}.community-events__img img{height:100%;width:100%;object-fit:cover;transition:var(--trns)}.community-events__text{padding:40px}.community-events__text h3{margin-top:0px !important}.community-events__text__read{margin-bottom:0px !important;color:var(--accent-color) !important;position:relative;width:fit-content}.community-events__text__read:before{content:"";background-color:var(--accent-color);position:absolute;bottom:0px;left:0px;height:3px;width:0%;transition:var(--trns)}.community-difference__section .community-gallery{margin-top:50px}.community-difference__legacy .attorneys__why__img.hourglass{--decoration-color: var(--light-color);--decoration-filter: var(--filter-light)}.community-gallery{padding:0px 20px}.community-gallery__img{height:250px;border-radius:var(--border-radius);overflow:hidden}.community-gallery__img img{height:100%;width:100%;object-fit:cover}.community-gallery .swiper-wrapper{-webkit-transition-timing-function:linear !important;transition-timing-function:linear !important}.--stat-light-bkg,.--stat-dark-bkg,.--stat-blue-bkg,.--stat-white-bkg,.--stat-color-bkg{border-radius:var(--border-radius);padding:20px;position:relative}.--stat-light-bkg img,.--stat-dark-bkg img,.--stat-blue-bkg img,.--stat-white-bkg img,.--stat-color-bkg img{width:100%;height:auto;border-radius:20px}.--stat-light-bkg{background-color:var(--light-color)}.--stat-dark-bkg{background-color:var(--main-color)}.--stat-blue-bkg{background-color:#0c549e}.--stat-white-bkg{background-color:var(--white)}.--stat-color-bkg{background-color:#c2d4e2}.--stat-white{color:var(--white) !important}.--stat-orange{color:var(--accent-color) !important}.cs-stat{border-radius:var(--border-radius);padding:30px 30px 80px 30px;display:flex;flex-direction:column;gap:20px;margin-bottom:30px}@media (max-width:990px){.cs-stat{gap:10px}.cs-stat .checklist{margin-bottom:0px}.cs-stat .checklist li{margin:5px 0px !important}}.cs-stat.--stat-light-bkg,.cs-stat.--stat-dark-bkg,.cs-stat.--stat-blue-bkg{position:relative}.cs-stat.--stat-light-bkg:after,.cs-stat.--stat-dark-bkg:after,.cs-stat.--stat-blue-bkg:after{content:"";position:absolute;bottom:10px;left:50%;width:200px;height:30px;transform:translateX(-50%)}.cs-stat.--stat-light-bkg:after{background:url("/wp-content/uploads/2026/06/KR_Centered-Blue-Orange.svg") no-repeat}.cs-stat.--stat-dark-bkg:after{background:url("/wp-content/uploads/2026/06/KR_Centered-White-Orange.svg") no-repeat}.cs-stat p{margin-bottom:10px}.cs-stat hr{height:1px;color:var(--main-color-light);background-color:var(--main-color-light);opacity:1;width:100%}.cs-stat__row{display:flex;flex-direction:row;gap:20px;justify-content:center}@media (max-width:990px){.cs-stat__row{flex-direction:column}}.cs-stat__col-2{width:calc(100% / 2)}.cs-stat__col-3{width:calc(100% / 3)}.cs-stat__col-2,.cs-stat__col-3{width:100%}.cs-stat h3{font-size:1.6em !important}.cs-stat h4{font-size:1.3em !important}.dangerous-road__img{width:40%;border-radius:var(--border-radius);overflow:hidden}@media (max-width:990px){.dangerous-road__img{height:250px;width:100%}}.dangerous-road__img img{height:100%;width:100%;object-fit:cover}.dangerous-road__text{width:60%}@media (max-width:990px){.dangerous-road__text{width:100%}}.dangerous-road__text h4,.dangerous-road__text p{color:var(--white) !important}.dangerous-road__text p:not(:last-of-type){padding-bottom:20px;border-bottom:2px solid #ffffff30;margin-bottom:20px}.motorcycle-fatalities p{color:var(--white) !important}.motorcycle-fatalities .stat-motorcycle{display:flex;flex-direction:row;gap:20px}@media (max-width:990px){.motorcycle-fatalities .stat-motorcycle{flex-direction:column}}.motorcycle-fatalities .stat-motorcycle__img{width:40%}@media (max-width:990px){.motorcycle-fatalities .stat-motorcycle__img{width:100%}}.motorcycle-fatalities .stat-motorcycle__img img{height:100%;width:100%;object-fit:cover}.stat-motorcycle-crash{display:flex;flex-direction:row;gap:20px}@media (max-width:990px){.stat-motorcycle-crash{flex-direction:column}}.stat-motorcycle-crash h4,.stat-motorcycle-crash p,.stat-motorcycle-crash li{color:var(--white) !important}.stat-motorcycle-crash__img{width:40%}@media (max-width:990px){.stat-motorcycle-crash__img{width:100%}}.stat-motorcycle-crash__img img{height:100%;width:100%;object-fit:cover}.bicycle-fatalities .--smaller-column img{height:100%;width:100%;object-fit:cover}@media (max-width:990px){.bicycle-fatalities .--smaller-column{height:200px;margin-bottom:20px}}ol{margin-bottom:30px !important}.pedestrian-stats>h4,.pedestrian-stats>p{color:var(--white) !important}.pedestrian-stats__white{display:flex;flex-direction:row;background-color:var(--white);padding:20px;border-radius:20px;gap:20px;align-items:center}@media (max-width:990px){.pedestrian-stats__white{flex-direction:column}}.pedestrian-stats__white>div:first-of-type{width:40%}.pedestrian-stats__white>div:last-of-type{width:60%}.pedestrian-stats__white>div:last-of-type img{height:100%;width:100%;object-fit:cover}@media (max-width:990px){.pedestrian-stats__white>div{width:100% !important}}.pedestrian-stats__white__list ul{margin-bottom:0px !important}.pedestrian-stats__white__list ul li{padding:10px}.pedestrian-stats__white__list ul li:before{top:20px !important}.pedestrian-stats__white__list ul li:not(:last-of-type){border-bottom:2px solid var(--light-color)}.pedestrian-stats__bordered{border:1px solid #ffffff20;border-radius:20px;padding:20px;margin:50px 0px}.pedestrian-stats__bordered h4{color:var(--white) !important}.pedestrian-stats__cause-grid{display:grid;grid-template-columns:repeat(2, 1fr)}@media (max-width:990px){.pedestrian-stats__cause-grid{grid-template-columns:repeat(1, 1fr)}}.pedestrian-stats__cause{display:flex;flex-direction:row;align-items:center;gap:20px;padding:20px;color:var(--white)}@media (max-width:990px){.pedestrian-stats__cause{padding:10px}}.pedestrian-stats__cause span{color:var(--white)}.pedestrian-stats__cause img{height:60px;width:60px}.pedestrian-stats__cause:nth-of-type(1),.pedestrian-stats__cause:nth-of-type(3){border-right:1px solid #ffffff20}@media (max-width:990px){.pedestrian-stats__cause:nth-of-type(1),.pedestrian-stats__cause:nth-of-type(3){border-right:none;border-bottom:1px solid #ffffff20}}.pedestrian-stats__cause:nth-of-type(1),.pedestrian-stats__cause:nth-of-type(2){border-bottom:1px solid #ffffff20}.pedestrian-stats__bottom p{color:var(--white) !important}.pedestrian-stats__bottom .--smaller-column img{height:100%;width:100%;object-fit:cover}@media (max-width:990px){.pedestrian-stats__bottom .--smaller-column{height:200px;margin-bottom:20px}}.ppc-page .testimonials__hero__testimonial-text{margin:15px 0px !important}.ppc-page .testimonials__hero__text{position:static;margin-bottom:50px;background-color:#ffffff1a}.ppc-page .testimonials__hero__text p{color:var(--white) !important}.ppc-page__videos h2{margin-top:0px !important}.ppc-page__videos .video-testimonials{margin:30px 0px}.ppc-page__videos .testimonials__hero__testimonial-text{margin:10px 0px !important}.ppc-page__videos .testimonials__hero__text{margin-bottom:0px;background-color:#fff}.ppc-page__videos .testimonials__hero__text p{color:var(--main-color) !important;font-size:0.8em !important}@media (max-width:990px){.--mobile-space-up{margin-top:30px}.--mobile-space-down{margin-bottom:30px}}.hp-form__hubspot #hubspot-form form.hs-form,.hp-form__hubspot #hubspot-form-exit form.hs-form{display:flex;flex-direction:column;gap:18px}.hp-form__hubspot #hubspot-form fieldset,.hp-form__hubspot #hubspot-form-exit fieldset{max-width:none !important;display:flex;gap:16px;margin:0 !important;padding:0 !important;border:0 !important}.hp-form__hubspot #hubspot-form .form-columns-1 .hs-form-field,.hp-form__hubspot #hubspot-form-exit .form-columns-1 .hs-form-field{width:100% !important}.hp-form__hubspot #hubspot-form .form-columns-2 .hs-form-field,.hp-form__hubspot #hubspot-form-exit .form-columns-2 .hs-form-field{width:50% !important;float:none !important}.hp-form__hubspot #hubspot-form .hs-form-field,.hp-form__hubspot #hubspot-form-exit .hs-form-field{margin:0 !important}.hp-form__hubspot #hubspot-form .hs-form-field>label,.hp-form__hubspot #hubspot-form-exit .hs-form-field>label{display:block;margin:0 0 6px;color:#ffffff;font-size:14px;font-weight:700}.hp-form__hubspot #hubspot-form .hs-form-required,.hp-form__hubspot #hubspot-form-exit .hs-form-required{color:var(--accent-color);margin-left:4px}.hp-form__hubspot #hubspot-form .input,.hp-form__hubspot #hubspot-form-exit .input{margin:0 !important}.hp-form__hubspot #hubspot-form .hs-input,.hp-form__hubspot #hubspot-form-exit .hs-input{width:100% !important;height:50px;padding:0 14px;border:0;border-radius:12px;background:#ffffff;color:var(--text-color);font-size:15px;box-shadow:none;border:2px solid var(--light-color)}.hp-form__hubspot #hubspot-form textarea.hs-input,.hp-form__hubspot #hubspot-form-exit textarea.hs-input{height:150px;padding:16px 14px;resize:vertical}.hp-form__hubspot #hubspot-form .hs-input::placeholder,.hp-form__hubspot #hubspot-form-exit .hs-input::placeholder{color:#a8b0b8;opacity:1}.hp-form__hubspot #hubspot-form .legal-consent-container,.hp-form__hubspot #hubspot-form .hs-dependent-field,.hp-form__hubspot #hubspot-form-exit .legal-consent-container,.hp-form__hubspot #hubspot-form-exit .hs-dependent-field{color:#ffffff}.hp-form__hubspot #hubspot-form .hs_submit,.hp-form__hubspot #hubspot-form-exit .hs_submit{background:var(--accent-color);display:inline-block;margin:20px 0;border-radius:5px;position:relative;overflow:hidden;transition:var(--trns);width:fit-content;padding:23px 70px !important}.hp-form__hubspot #hubspot-form .hs_submit .actions,.hp-form__hubspot #hubspot-form-exit .hs_submit .actions{margin:0 !important;padding:0 !important}.hp-form__hubspot #hubspot-form .hs_submit .hs-button,.hp-form__hubspot #hubspot-form-exit .hs_submit .hs-button{appearance:none;-webkit-appearance:none;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0px;display:block;margin:0 !important;width:fit-content !important;height:auto !important;color:var(--white);font-size:0.8em;font-weight:700;line-height:1;position:relative;z-index:3;cursor:pointer}.hp-form__hubspot #hubspot-form .hs_submit::before,.hp-form__hubspot #hubspot-form .hs_submit::after,.hp-form__hubspot #hubspot-form-exit .hs_submit::before,.hp-form__hubspot #hubspot-form-exit .hs_submit::after{content:"";position:absolute;top:0;bottom:0;width:60%;background:var(--main-color-light);z-index:1;transition:transform 0.45s ease}.hp-form__hubspot #hubspot-form .hs_submit::before,.hp-form__hubspot #hubspot-form-exit .hs_submit::before{left:0;clip-path:polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);transform:translateX(-100%)}.hp-form__hubspot #hubspot-form .hs_submit::after,.hp-form__hubspot #hubspot-form-exit .hs_submit::after{right:0;clip-path:polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);transform:translateX(100%)}.hp-form__hubspot #hubspot-form .hs_submit:hover,.hp-form__hubspot #hubspot-form-exit .hs_submit:hover{background:var(--main-color-light)}.hp-form__hubspot #hubspot-form .hs_submit:hover::before,.hp-form__hubspot #hubspot-form-exit .hs_submit:hover::before{transform:translateX(0)}.hp-form__hubspot #hubspot-form .hs_submit:hover::after,.hp-form__hubspot #hubspot-form-exit .hs_submit:hover::after{transform:translateX(0)}.hp-form__hubspot #hubspot-form .hs_submit:hover .hs-button,.hp-form__hubspot #hubspot-form-exit .hs_submit:hover .hs-button{color:var(--main-color)}@media (max-width:767px){.hp-form__hubspot #hubspot-form fieldset,.hp-form__hubspot #hubspot-form-exit fieldset{flex-direction:column;gap:18px}.hp-form__hubspot #hubspot-form .form-columns-2 .hs-form-field,.hp-form__hubspot #hubspot-form-exit .form-columns-2 .hs-form-field{width:100% !important}.hp-form__hubspot #hubspot-form .hs_submit .hs-button,.hp-form__hubspot #hubspot-form-exit .hs_submit .hs-button{width:100%;min-width:0}}.contact__hero-form{color:var(--text-color)}.contact__hero-form .hs-form-field label{color:var(--text-color) !important}.contact__hero-form .hs-input{border:2px solid var(--light-color)}.contact__column{min-height:420px}.contact__column h1,.contact__column p{z-index:2;position:relative}