:root {
--spillover-red:#A71E22;
--spillover-burgundy:#561713;
--spillover-dark:#212529;
--spillover-mid:#333333;
--spillover-light:#EEEEEE;
--spillover-navy:#08191D;
--spillover-teal:#037D81;
--spillover-light-blue:#EFF3F6;
--spillover-white:#ffffff;
--spillover-gray:#595c5f;
--spillover-light-gray:#909294;
--spillover-shadow:rgb(0,0,0,.25);

--spillover-red-opacity:#A71E2299;
--spillover-dark-opacity:#21252999;
--spillover-mid-opacity:#33333399;
--spillover-gray-opacity:#595c5f99;

--h1-font-size-reg:30px;
--h1-font-weight-reg:400;
--h1-font-size-bold:60px;
--h1-font-weight-bold:700;
--h1-interior-bold:45px;

--h1-home:70px;
--h1-small-home:55px;
--subtitle-home:18px;
--home-line-height:.8;

--p-font-size:16px;

--btn-font-size:14px;
--btn-font-weight:700;

--section-header-font-size:30px;
--section-sub-header-font-size:25px;
--section-small-header-font-size:21px;
--section-header-font-weight-bold:700;

--tab-header-font-size:30px;

--form-text:var(--spillover-dark);
--form-input-border:var(--spillover-gray);
--form-input-border-focused:var(--spillover-red);
--form-input-text:var(--spillover-dark);
--form-input-text-background:var(--spillover-white);
--form-input-text-focused:var(--spillover-dark);
--form-input-text-focused-background:var(--spillover-white);
--form-checkbox:var(--spillover-red);
--form-checkbox-focus-dropshadow:var(--spillover-red-opacity);

--lead-color: var(--spillover-red);
--offset-left: 16px !important;
--offset-top: 90px !important;
}
@media (max-width:1199px) {
:root {
--h1-font-size-reg:26px;
--h1-font-size-bold:48px;
--h1-interior-bold:36px;

--p-font-size:15px;

--section-header-font-size:26px;
--section-sub-header-font-size:22px;
--section-small-header-font-size:19px;

--h1-home:60px;
--h1-small-home:45px;
--subtitle-home:16px;
--home-line-height:.9;}
}

body{font-family:"Open Sans",sans-serif;color:var(--spillover-dark);background-color:var(--spillover-white);font-size:var(--p-font-size);line-height:1.6}
body{opacity:1;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
body.fade{opacity:0}em{color:inherit}

a:not(:hover){text-decoration:none}

.accessibility-form-logo img{max-width:250px;width:100%}

.light-bg{background-color:var(--spillover-light-blue)}
.light-gradient-bg{background:linear-gradient(180deg, var(--spillover-light-blue) 0%, var(--spillover-white) 100%)}
.light-reverse-gradient-bg{background:linear-gradient(180deg, var(--spillover-white) 0%, var(--spillover-light-blue) 100%)}
.navy-bg{background-color:var(--spillover-navy)}
.text-green{color:var(--spillover-teal)}
.white-bg{background-color: var(--spillover-white) !important;}

.form-control:focus {color:var(--spillover-dark);border-color:var(--spillover-red);box-shadow:0 0 0 .25rem var(--spillover-red-opacity)}
.form-control{border:1px solid var(--spillover-red-opacity);color:var(--spillover-dark)}
.form-check-input:checked {background-color:var(--spillover-red);border-color:var(--spillover-red)}
.cmsform legend {font-size-adjust:.35!important;margin-bottom:0px}
.form-check-input:focus {border-color:var(--spillover-red);box-shadow:0 0 0 .25rem var(--spillover-red-opacity)}
.form-group textarea {min-height:200px}
.form-heading{text-align: start !important;margin-bottom: 20px;margin-top:20px;border-bottom: 1px solid var(--spillover-light-gray);padding-bottom: 10px;}

@keyframes expandWidth{0%{width:0}100%{width:100%}
}
@keyframes expandWidth500{0%{max-width:0%;width:0}100%{max-width:80%;width:500px}
}
.animate__expandWidth{-webkit-animation-name:expandWidth;animation-name:expandWidth}
.animate__expandWidth500{-webkit-animation-name:expandWidth500;animation-name:expandWidth500}

.spillover-navbar{background-color:transparent;padding-top:1rem;padding-bottom:1rem;z-index:999;box-shadow:none;transition:box-shadow .5s ease,background-color .5s ease;position:fixed;width:100%}
.spillover-navbar.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.06);background-color:var(--spillover-white)}
.spillover-navbar .container{align-items:center}
.spillover-navbar .navbar-brand img{max-height:50px;width:auto;display:block;margin-top:-20px}
.spillover-navbar .navbar-nav{gap:1.5rem;align-items:center}
.spillover-navbar .nav-link{font-size:.82rem;letter-spacing:.13em;text-transform:uppercase;font-weight:400;color:var(--spillover-mid);padding-left:0;padding-right:0;position:relative}
.spillover-navbar .nav-link:focus,.spillover-navbar .nav-link:hover{color:var(--spillover-red);text-decoration:none}
.spillover-navbar .nav-link:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px}
.spillover-navbar .nav-link.active{color:var(--spillover-red)}
.spillover-navbar .nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:2px;background-color:var(--spillover-red)}
.spillover-login-btn{background-color:var(--spillover-red);border-color:var(--spillover-red);color:var(--spillover-white);padding:.6rem 2.8rem;border-radius:999px;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:none;white-space:nowrap}
.spillover-login-btn:hover{background-color:var(--spillover-burgundy);border-color:var(--spillover-burgundy);color:var(--spillover-white);text-decoration:none}
.spillover-login-btn:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px;box-shadow:0 0 0 4px rgba(167,30,34,.4)}
.spillover-navbar .navbar-toggler{border-color:var(--spillover-mid);padding:.25rem .5rem}
.spillover-navbar .navbar-toggler-icon{position:relative;width:1.2rem;height:1.2rem}
.spillover-navbar .navbar-toggler-icon::after,.spillover-navbar .navbar-toggler-icon::before{background-color:var(--spillover-mid)}
.spillover-navbar .navbar-toggler-icon::before{top:.2rem}
.spillover-navbar .navbar-toggler-icon::after{bottom:.2rem}
.spillover-navbar .navbar-toggler:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px}
.spillover-navbar .navbar-collapse{justify-content:center}
.spillover-navbar .login-wrapper{margin-left:.5rem}
.spillover-login-wide{padding-left:3.25rem!important;padding-right:3.25rem!important}
.spillover-navbar .dropdown-toggle::after{margin-left:.35rem;border-top-color:var(--spillover-mid);border-width:.3em .3em 0}
.spillover-navbar .dropdown-menu{border-radius:.75rem;border:1px solid var(--spillover-light);padding:.5rem 0;margin-top:.75rem;min-width:12rem;background-color:var(--spillover-white);box-shadow:0 14px 30px rgba(0,0,0,.12)}
.spillover-navbar .dropdown-item{font-size:.82rem;letter-spacing:.06em;font-weight:600;color:var(--spillover-mid);padding:.55rem 1.25rem}
.spillover-navbar .dropdown-item:focus,.spillover-navbar .dropdown-item:hover{color:var(--spillover-white);background-color:var(--spillover-red)}
.spillover-navbar .dropdown-item:active{color:var(--spillover-white);background-color:var(--spillover-burgundy)}
.spillover-navbar .dropdown-item:focus-visible{outline:3px solid var(--spillover-red);outline-offset:2px;box-shadow:0 0 0 3px rgba(167,30,34,.45)}
.spillover-navbar .spillover-main-nav{gap:3rem}
@media(max-width:1550px){
.spillover-navbar .spillover-main-nav{gap:2rem}
}
@media(max-width:1320px){
.spillover-navbar .spillover-main-nav{gap:1rem}
}
@media(max-width:1430px){
.spillover-navbar .nav-link{font-size:.8rem;letter-spacing:.05em}
}
@media (min-width:992px) and (max-width:1199px) {
.spillover-navbar .spillover-main-nav{display:flex;flex-wrap:wrap-reverse;justify-content:flex-end;gap:1rem}
.spillover-navbar .spillover-main-nav .nav-item{white-space:nowrap}
.spillover-navbar .spillover-main-nav .nav-item-login{margin-left:auto}
}
@media (max-width:991px) {
.spillover-navbar .navbar-collapse{margin-top:.25rem;padding:.75rem;justify-content:flex-start;background-color:var(--spillover-white);border-radius:.75rem;box-shadow:0 14px 30px rgba(0,0,0,.12)}
.spillover-navbar.scrolled .navbar-collapse{background-color:transparent;box-shadow:none}
.spillover-navbar .navbar-nav{align-items:flex-start;gap:1.25rem}
.spillover-navbar .login-wrapper{margin-left:0;margin-top:1rem}
.spillover-login-btn{width:100%;text-align:center}
.spillover-mobile-right{text-align:center}
.spillover-mobile-right .navbar-nav{width:100%;align-items:center;padding-right:.5rem}
.spillover-mobile-right .nav-item{width:100%}
.spillover-mobile-right .nav-link{width:100%;padding-right:0}
.spillover-mobile-right .btn{width:100%}
}
@media (min-width:992px) {
.spillover-navbar .dropdown-menu{margin-top:1rem}
}

@keyframes expandWidth991{0%{max-width:0%;width:0}100%{max-width:80%;width:991px}
}
.animate__expandWidth991{-webkit-animation-name:expandWidth991;animation-name:expandWidth991}
.section-eyebrow{max-width:991px;font-size:var(--section-header-font-size,18px);font-style:italic;color:var(--spillover-gray);margin-bottom:.75rem;margin:auto}
.section-heading{max-width: 991px;font-size: var(--section-sub-header-font-size);font-weight: var(--section-header-font-weight-bold);color: var(--spillover-dark);margin: 0 auto .75rem;}
.section-divider {max-width:80%;width:991px;height:4px;background-color:var(--spillover-teal);margin:3rem auto 2.5rem}

.hero-section .container,.hero-section-reverse .container,.hero-section-white .container{position:relative;z-index:1}
.hero-section{padding-top:10rem;padding-bottom:6rem;background:linear-gradient(180deg,var(--spillover-white) 0,#f8fafc 80%,var(--spillover-light-blue) 100%);text-align:center}
.hero-section-white{padding-top:10rem;padding-bottom:6rem;background:var(--spillover-white);text-align:center}
.hero-section-reverse{padding-top:10rem;padding-bottom:6rem;background:linear-gradient(180deg,var(--spillover-light-blue) 0,#f8fafc 80%,var(--spillover-white) 100%);text-align:center}
.hero-eyebrow{text-align:center;line-height:normal;font-size:var(--h1-font-size-reg);margin-bottom:0;color:var(--spillover-dark)}
.hero-title{font-size:var(--h1-font-size-bold);font-weight:700;margin-bottom:1rem;margin-top:0;color:var(--spillover-dark)}
h1.hero-eyebrow{line-height:1.7}
.internal-hero-title{font-size:var(--h1-interior-bold);font-weight:700;color:var(--spillover-dark);line-height:1.2;width:1000px;max-width:100%;margin:0 auto 1rem auto}
.hero-subtitle{max-width:991px;margin-inline:auto;font-size:16px;color:var(--spillover-dark);font-weight:400}
.hero-actions{margin-top:2rem;gap:1rem}
.hero-actions .btn{min-width:11rem}

.main .hero-title{font-size:var(--h1-home);line-height:var(--home-line-height);margin-bottom:2rem}
.main .hero-title small{font-size:var(--h1-small-home)}
.main .hero-subtitle{font-size:var(--subtitle-home)}

.section-wave{position:relative;height:70px;overflow:hidden;line-height:0;margin-top:-1px;margin-bottom:-1px}
.section-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px;z-index:0}
.section-wave.rotatedY svg{transform:scaleY(-1)}
.section-wave.rotatedX svg{transform:scaleX(-1)}
.section-wave.rotatedX.rotatedY svg{transform:scaleX(-1) scaleY(-1)}
.section-wave.path-muted path{fill:var(--spillover-light-blue)}
.section-wave.path-navy path{fill:var(--spillover-navy)}
.section-wave.path-white path{fill:var(--spillover-white)}
.section-wave.path-dark path{fill:var(--spillover-dark)}
.section-wave.path-light path{fill:var(--spillover-light)}

.video-card{border-radius:1.5rem;overflow:hidden;background-color:var(--spillover-white)}
.video-card .ratio{display:block;position:relative}
.video-card .ratio>.video-wrapper{position:absolute;inset:0;width:100%;height:100%}
.video-float-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:12px;z-index:5}
.video-float-controls .fas{line-height:1.5}
.video-float-btn{border:none;background:0 0;padding:0;cursor:pointer;color:var(--spillover-white);font-size:1.55rem;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.55)}
.video-float-btn:focus-visible{outline:2px solid var(--spillover-white);outline-offset:3px}
.volume-wrapper{position:relative;display:flex;align-items:center;justify-content:center}
.volume-slider{position:absolute;bottom:190%;left:50%;transform:translateX(-50%) rotate(-90deg);width:90px;height:20px;opacity:0;pointer-events:none;cursor:pointer;background:0 0;transition:opacity .15s ease}
.volume-wrapper:focus-within .volume-slider,.volume-wrapper:hover .volume-slider{opacity:1;pointer-events:auto}
.volume-slider::-webkit-slider-runnable-track{height:4px;background:rgba(255,255,255,.85);border-radius:999px}
.volume-slider::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:var(--spillover-white);box-shadow:0 0 0 2px rgba(0,0,0,.4);margin-top:-6px}
.volume-slider::-moz-range-track{height:4px;background:rgba(255,255,255,.85);border-radius:999px}
.volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--spillover-white);border:2px solid rgba(0,0,0,.4)}

.partner-vid .video-float-controls {position: absolute;bottom: 35px;right: 85px;display: flex;gap: 12px;z-index: 5;}

.services-eyebrow{max-width:991px;font-size:var(--section-header-font-size,18px);font-style:italic;color:#6b6f70;margin-bottom:.75rem;margin:auto}
.services-section{padding-top:4rem;padding-bottom:4rem;background-color:var(--spillover-white);overflow:hidden}
.services-heading{max-width:991px;font-size:var(--section-sub-header-font-size);font-weight:var(--section-header-font-weight-bold);color:var(--spillover-dark);margin:0 auto .75rem}
.services-icons{display:grid;gap:1.75rem;justify-items:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.service-item img{max-width:130px}
.service-item p{font-size:.7rem;font-weight:700;margin-bottom:0;margin-top:0;line-height:1.3}
.service-item{color:var(--spillover-dark);text-align:center}
.services-btn{margin-top:2rem}
.service-item a{text-decoration:none;color:inherit;display:inline-flex;flex-direction:column;align-items:center;transition:transform .5s ease-in-out}
.service-item:focus-within{outline:2px solid var(--spillover-red);outline-offset:4px;border-radius:.75rem}
.service-item a:hover{transform:scale(1.05)}
.services-img{width:100%}

.decorative-flourish{width:100%;margin-top:-150px}
@media(max-width:991px){.decorative-flourish{margin-top:0px}}

.loyalty-section{border-radius:15px;margin-top:4rem}
.loyalty-section-inner{max-width:991px;padding:4rem;margin:auto;text-align:center}
.loyalty-eyebrow{max-width:991px;font-size:var(--section-header-font-size,18px);font-style:italic;color:#6b6f70;margin:auto;margin-bottom:1.5rem}
.loyalty-heading{max-width:991px;font-size:var(--section-sub-header-font-size);font-weight:var(--section-header-font-weight-bold);color:var(--spillover-dark);margin:0 auto .75rem}
.loyalty-section .pill-switcher-wrapper{text-align:initial}
.loyalty-section .uk-tab{padding:0 10px;max-width:1199px;margin:auto}
.loyalty-section .loyalty-panel{position:relative;margin:0 auto;padding:2.75rem 3rem;overflow:visible}
.loyalty-section .loyalty-panel-bg{position:absolute;inset:-2.25rem;transform:rotate(-2deg);transform-origin:center;pointer-events:none;text-align:start;overflow:visible;inset:-3rem}
.loyalty-section .loyalty-panel-bg svg{width:100%;height:100%;display:block;transform:none;filter:drop-shadow(0px 0px 5px var(--spillover-shadow))}
.loyalty-section .loyalty-panel-bg path{fill:var(--spillover-light-blue)}
.loyalty-section .loyalty-panel-inner{padding:0px 6rem;position:relative;z-index:2;display:grid;grid-template-columns:minmax(280px,480px) 1fr;align-items:start;gap:2.5rem;min-height:22rem}
.loyalty-section .loyalty-panel-copy{position:relative;z-index:2;text-align:left}
.loyalty-section .loyalty-panel-title{font-size:var(--section-header-font-size,18px);font-style:italic;color:var(--spillover-gray);margin:auto;margin-bottom:1.5rem}
.loyalty-section .loyalty-panel-body{margin:0;font-size:var(--p-font-size);color:var(--spillover-dark);max-width:40ch}
.loyalty-section .loyalty-panel-visual{position:relative;min-height:18rem}
.loyalty-section .loyalty-img{position:absolute;display:block;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.loyalty-section .loyalty-panel--found .loyalty-img-1{width:500px;right:15%;top:50%;transform:translateY(-50%);z-index:2}
.loyalty-section .loyalty-panel--found .loyalty-img-2{width:360px;right:-2%;top:19%;transform:translateY(-50%);z-index:3;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.loyalty-section .loyalty-panel--clicks .loyalty-img-1{width:560px;right:6%;top:60%;transform:translateY(-50%);z-index:2}
.loyalty-section .loyalty-panel-overlay{position:absolute;inset:0;pointer-events:none;z-index:2}
.loyalty-section .loyalty-btn{position:absolute;right:6%;padding:.65rem 1.25rem;border-radius:999px;background:#115b2a;color:var(--spillover-white);font-weight:700;letter-spacing:.06em;font-size:.8rem;box-shadow:0 8px 20px rgba(0,0,0,.18);white-space:nowrap;min-width:250px;text-align:center;letter-spacing:3px}
.loyalty-section .loyalty-btn-1{top:2%;right:4%}
.loyalty-section .loyalty-btn-2{top:28%;right:-2%}
.loyalty-section .loyalty-btn-3{top:54%;right:-8%}
.loyalty-section .loyalty-panel--paid .loyalty-img-1{width:530px;right:4%;top:60%;transform:translateY(-50%);z-index:2}
.loyalty-section .loyalty-panel--paid .loyalty-img-2{width:360px;right:-15%;top:30%;transform:translateY(-50%);z-index:3}
.loyalty-section .loyalty-panel--paid .loyalty-img-3{width:400px;right:-30%;top:82%;transform:translateY(-50%);z-index:4}
.loyalty-section .loyalty-panel--repeat .loyalty-img-1{width:560px;right:2%;top:60%;transform:translateY(-50%);z-index:2}
.loyalty-section .loyalty-panel--repeat .loyalty-img-2{width:340px;right:-15%;top:60%;transform:translateY(-50%);z-index:3;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.loyalty-section .pill-switcher-panels>li {padding-top:3rem}
@media (min-width:1500px){
.loyalty-section .loyalty-panel-bg{inset:-3rem}
#loyalty-pill-switcher.uk-switcher{padding-top:3rem}
}
@media (min-width:992px){
.loyalty-section .uk-tab li{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}
.loyalty-section .uk-tab li a{width:100%}
}
@media (max-width:1399px){
.loyalty-section .loyalty-panel--found .loyalty-img-1{width:400px;right:3%}
.loyalty-section .loyalty-panel--found .loyalty-img-2{width:350px;right:-20%;top:29%}
.loyalty-section .loyalty-panel--clicks .loyalty-img-1{width:460px;right:-20%}
.loyalty-section .loyalty-btn-1{top:2%;right:-25%}
.loyalty-section .loyalty-btn-2{top:28%;right:-31%}
.loyalty-section .loyalty-btn-3{top:54%;right:-37%}
.loyalty-section .loyalty-panel--paid .loyalty-img-1{width:430px;right:-10%}
.loyalty-section .loyalty-panel--paid .loyalty-img-2{width:300px;right:-25%}
.loyalty-section .loyalty-panel--paid .loyalty-img-3{width:300px;right:-30%}
.loyalty-section .loyalty-panel--repeat .loyalty-img-1{width:400px;right:2%}
.loyalty-section .loyalty-panel--repeat .loyalty-img-2{width:240px;right:-15%}
}
@media (max-width:1199px){
.loyalty-section .loyalty-panel--found .loyalty-img-1{width:400px;right:-103%}
.loyalty-section .loyalty-panel--found .loyalty-img-2{width:350px;right:-120%;top:29%}
.loyalty-section .loyalty-panel--clicks .loyalty-img-1{width:400px;right:-120%}
.loyalty-section .loyalty-btn-1{top:12%;right:-125%}
.loyalty-section .loyalty-btn-2{top:38%;right:-131%}
.loyalty-section .loyalty-btn-3{top:64%;right:-137%}
.loyalty-section .loyalty-panel--paid .loyalty-img-1{width:400px;right:-110%}
.loyalty-section .loyalty-panel--paid .loyalty-img-2{width:300px;right:-125%}
.loyalty-section .loyalty-panel--paid .loyalty-img-3{width:300px;right:-130%}
.loyalty-section .loyalty-panel--repeat .loyalty-img-1{width:370px;right:-98%}
.loyalty-section .loyalty-panel--repeat .loyalty-img-2{width:220px;right:-115%}
}
@media (max-width:991px){
.loyalty-section .loyalty-panel-visual{display:none}
.loyalty-panel-copy{text-align:center !important;display:flex;flex-direction:column;align-items:center}
.loyalty-section .loyalty-panel-inner{grid-template-columns:none;padding:1rem;min-height:10rem;gap:0px}
.loyalty-section .loyalty-panel-bg{inset:-4rem}
.loyalty-section .loyalty-panel-body{max-width:50ch}
}
@media (max-width:767px){
.loyalty-section .loyalty-panel-bg{inset:-16rem}
.loyalty-section .loyalty-panel-body{max-width:80ch}
.loyalty-section .loyalty-panel {padding:2.75rem 0rem}
.loyalty-section .pill-switcher-panels>li {padding-top:5rem}
}
@media (max-width:400px) {
.loyalty-section .loyalty-panel-bg {inset:-20rem}
}

.btn{border-radius:10px;font-weight:var(--btn-font-weight);padding:.7rem 1.6rem;font-size:var(--btn-font-size);letter-spacing:.03em;text-transform:none;position:relative;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}
.btn:focus,.btn:focus-visible,.btn:focus:not(:focus-visible){background-color:var(--spillover-burgundy);border-color:var(--spillover-burgundy);color:var(--spillover-white);box-shadow:0 12px 18px rgba(198,40,40,.18);outline:0}
.btn:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px;box-shadow:0 0 0 4px rgba(198,40,40,.45)}
.btn-danger,.btn-info,.btn-primary,.btn-secondary,.btn-success,.btn-warning{background-color:var(--spillover-red);border-color:var(--spillover-red);color:var(--spillover-white)}
.btn-danger:hover,.btn-info:hover,.btn-primary:hover,.btn-secondary:hover,.btn-success:hover,.btn-warning:hover{background-color:var(--spillover-burgundy)!important;border-color:var(--spillover-burgundy)!important;transform:translateY(-1px);box-shadow:0 12px 18px rgba(198,40,40,.18);text-decoration:none}
.btn-danger:active,.btn-info:active,.btn-primary:active,.btn-secondary:active,.btn-success:active,.btn-warning:active{background-color:var(--spillover-burgundy)!important;border-color:var(--spillover-burgundy)!important;transform:translateY(0);box-shadow:none}
.btn-outline-danger,.btn-outline-info,.btn-outline-primary,.btn-outline-secondary,.btn-outline-success,.btn-outline-warning{background-color:var(--spillover-white);border-color:var(--spillover-red);color:var(--spillover-red)}
.btn-outline-danger:hover,.btn-outline-info:hover,.btn-outline-primary:hover,.btn-outline-secondary:hover,.btn-outline-success:hover,.btn-outline-warning:hover{background-color:var(--spillover-red);border-color:var(--spillover-burgundy);color:var(--spillover-white);transform:translateY(-1px);box-shadow:0 12px 18px rgba(198,40,40,.18);text-decoration:none}
.btn-outline-danger:active,.btn-outline-info:active,.btn-outline-primary:active,.btn-outline-secondary:active,.btn-outline-success:active,.btn-outline-warning:active{background-color:var(--spillover-burgundy);border-color:var(--spillover-burgundy);color:var(--spillover-white);box-shadow:none}
.btn-outline-danger:focus-visible,.btn-outline-info:focus-visible,.btn-outline-primary:focus-visible,.btn-outline-secondary:focus-visible,.btn-outline-success:focus-visible,.btn-outline-warning:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px;box-shadow:0 0 0 4px rgba(198,40,40,.45)}
.btn-burgundy{background-color:var(--spillover-burgundy);border-color:var(--spillover-red);color:var(--spillover-white)}
.btn-burgundy:hover{background-color:var(--spillover-red);border-color:var(--spillover-red);transform:translateY(-1px);box-shadow:0 12px 18px rgba(198,40,40,.18);text-decoration:none;color:var(--spillover-white)}
.btn-burgundy:active{background-color:var(--spillover-red);border-color:var(--spillover-red);transform:translateY(0);box-shadow:none;color:var(--spillover-white)}
.btn-primary.btn-sm{padding:.45rem 1.1rem;font-size:calc(var(--btn-font-size) * .85);border-radius:8px}

.tracking-section{background-color:var(--spillover-light-blue);padding:4rem 0;overflow:hidden}
.tracking-eyebrow{max-width:991px;font-size:var(--section-header-font-size,18px);font-style:italic;color:#6b6f70;text-align:center;margin-bottom:.75rem;margin:auto}
.tracking-heading{max-width:991px;font-size:var(--section-sub-header-font-size);font-weight:var(--section-header-font-weight-bold);text-align:center;color:var(--spillover-dark);margin:0 auto .75rem}
.tracking-intro{max-width:991px;margin:0 auto 1.5rem;text-align:center;font-size:16px;color:var(--spillover-dark)}
.tracking-subtitle{font-size:var(--section-small-header-font-size,18px);font-style:italic;color:#6b6f70;text-align:center;margin-bottom:2.5rem}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,2fr));gap:1.5rem;max-width:991px;margin:auto}
.stat-card{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:auto 100%;text-decoration:none}
.stat-visits{background-image:url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/5jobyo2uyictzk63ndh4vimbte6d')}
.stat-orders{background-image:url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/y9gnanrd6wqa3e0n1sb9op7hoajq')}
.stat-subscribers{background-image:url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/n0p4r0fcphaobw0pms7ggwzg7n7k')}
.stat-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);transition:background .2s ease-in-out}
.stat-footer{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;color:var(--spillover-white);font-weight:700;font-size:20px;line-height:1.25;text-align:center;z-index:1}
.stat-card:focus-visible .stat-overlay,.stat-card:hover .stat-overlay{background:rgba(0,0,0,.65)}
.stat-card:focus-visible{outline:var(--spillover-white) solid 3px;outline-offset:3px}
@media (prefers-reduced-motion:reduce){
.stat-overlay{transition:none}
}


.feature-split{padding:5rem 0;overflow:hidden}
.feature-inner{width:100%;display:flex;flex-direction:row}
.feature-media{flex:0 0 40%;max-width:40%;min-height:480px;position:relative}
.feature-bg{position:absolute;inset:0;background-color:var(--spillover-red)}
.feature-bg.feature-bg-burgundy{background-color:var(--spillover-burgundy)}
.feature-bg.feature-bg-navy{background-color:var(--spillover-navy)}
.feature-img{position:absolute;border-radius:1.25rem;overflow:hidden;display:block;filter:drop-shadow(0px 0px 5px var(--spillover-shadow))}
.feature-content{flex:0 1 60%;max-width:620px;padding:3.5rem 3.5rem;margin-inline:auto;display:flex;flex-direction:column;justify-content:center}
.feature-logo{width:450px;height:auto;margin-bottom:1.75rem}
.feature-engage .feature-logo,.feature-explore-engage .feature-logo{margin-left:-29px}
.feature-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:1rem;margin-top:0}
.feature-body{font-size:var(--p-font-size);color:var(--spillover-dark);margin-bottom:1.5rem}
.feature-btn{width:auto;max-width:max-content;align-self:flex-start}
.feature-engage .feature-inner{flex-direction:row}
.feature-home-spillorder .feature-inner{flex-direction:row}
.feature-main-title{max-width:991px;font-size:var(--section-header-font-size,18px);font-style:italic;color:var(--spillover-gray);margin-bottom:.75rem}
.feature-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}
.feature-actions .feature-btn{align-self:auto;max-width:none}
@media (max-width:991px) {
.feature-actions{justify-content:center}
}
.feature-engage .img-1{width:420px;top:4%;left:21%}
.feature-engage .img-2{width:450px;bottom:-4%;right:-18%}
.feature-home-spillorder .img-1{width:500px;top:12%;right:22%}
.feature-home-spillorder .img-2{width:450px;bottom:18%;left:-29%}
.feature-ai .img-1{width:300px;top:6%;left:59%}
.feature-ai .img-2{width:350px;bottom:50%;right:21%}
.feature-ai .img-3{width:200px;bottom:18%;right:36%}
.feature-managed-services .img-1{width:326px;top:6%;left:59%;z-index:1}
.feature-managed-services .img-2{width:182px;bottom:3%;right:16%;z-index:2}
.feature-managed-services .img-3{width:210px;bottom:40%;right:36%;z-index:3}
.feature-managed-services .img-4{width:400px;bottom:75%;right:13%;z-index:4}
.feature-website-templates .img-1{width:565px;bottom:3%;right:-15%;z-index:4}
.feature-explore-engage .img-1{width:524px;bottom:18%;right:41%;z-index:4}
.feature-performance-accessibility .img-1{width:461px;bottom:39%;right:-15%;z-index:4}
.feature-performance-accessibility .img-2{width:387px;bottom:14%;right:26%;z-index:4}
.feature-performance-accessibility .img-3{width:131px;bottom:25%;right:-5%;z-index:4}
.feature-spillover-support .img-1{width:565px;bottom:11%;right:37%;z-index:4}
@media (max-width:1500px) {
.feature-engage .img-1{width:420px;top:4%;left:9%}
.feature-engage .img-2{width:450px;bottom:-4%;right:-18%}
.feature-home-spillorder .img-1{width:400px;top:23%;right:7%}
.feature-home-spillorder .img-2{width:400px;bottom:18%;left:-29%}
.feature-ai .img-1{width:300px;top:6%;left:45%}
.feature-ai .img-2{width:350px;bottom:50%;right:21%}
.feature-ai .img-3{width:200px;bottom:18%;right:36%}
.feature-managed-services .img-1{width:300px;top:6%;left:54%;z-index:1}
.feature-managed-services .img-2{width:182px;bottom:3%;right:16%;z-index:2}
.feature-managed-services .img-3{width:210px;bottom:40%;right:36%;z-index:3}
.feature-managed-services .img-4{width:400px;bottom:75%;right:13%;z-index:4}
.feature-website-templates .img-1{width:565px;bottom:3%;right:-15%;z-index:4}
.feature-explore-engage .img-1{width:524px;bottom:18%;right:4%;z-index:4}
.feature-performance-accessibility .img-1{width:461px;bottom:39%;right:-15%;z-index:4}
.feature-performance-accessibility .img-2{width:387px;bottom:14%;right:26%;z-index:4}
.feature-performance-accessibility .img-3{width:131px;bottom:25%;right:-5%;z-index:4}
.feature-spillover-support .img-1{width:565px;bottom:11%;right:-2%;z-index:4}
}
@media (max-width:1199px) {
.feature-engage .img-1{width:61%;top:4%;left:8%}
.feature-engage .img-2{width:76%;bottom:3%;right:4%}
.feature-home-spillorder .img-1{width:370px;top:24%;right:-9%}
.feature-home-spillorder .img-2{width:350px;bottom:20%;left:-26%}
.feature-ai .img-1{width:264px;top:10%;left:38%}
.feature-ai .img-2{width:275px;bottom:58%;right:25%}
.feature-ai .img-3{width:172px;bottom:23%;right:45%}
.feature-managed-services .img-1{width:238px;top:6%;left:48%;z-index:1}
.feature-managed-services .img-2{width:161px;bottom:3%;right:16%;z-index:2}
.feature-managed-services .img-3{width:186px;bottom:40%;right:36%;z-index:3}
.feature-managed-services .img-4{width:317px;bottom:77%;right:13%;z-index:4}
.feature-website-templates .img-1{width:431px;bottom:9%;right:-9%;z-index:4}
.feature-explore-engage .img-1{width:394px;bottom:24%;right:10%;z-index:4}
.feature-performance-accessibility .img-1{width:387px;bottom:47%;right:-9%;z-index:4}
.feature-performance-accessibility .img-2{width:316px;bottom:22%;right:38%;z-index:4}
.feature-performance-accessibility .img-3{width:131px;bottom:33%;right:-5%;z-index:4}
.feature-spillover-support .img-1{width:469px;bottom:18%;right:-11%;z-index:4}
}
@media (max-width:991px) {
.feature-inner{flex-direction:column-reverse}
.feature-inner.flex-row-reverse {flex-direction: column !important}
.feature-media{max-width: 100%;order: 2;min-height: 300px}
.feature-media img {position: static;margin: auto;margin-bottom: 25px;display: none;}
.feature-media img:first-of-type {display: block;max-width: 90vw;}
.feature-bg{background-color:transparent !important}
.feature-content{max-width:600px;padding:2.5rem 2rem 3rem;text-align:center;align-items:center}
.feature-logo{width:250px}
.feature-engage .feature-logo,.feature-explore-engage .feature-logo{margin-left:0}
.feature-btn{align-self:center}
.feature-split{padding:3rem 0}
}
@media (max-width:767px) {
.feature-content{text-align:center;align-items:center;padding:0;flex:0 1 auto;max-width:320px;margin-inline:auto}
.feature-title{margin-top:0}
.feature-logo{width:250px;margin-bottom:0}
.feature-btn{align-self:center}
}

.services-icons{display:grid;gap:1.75rem;justify-items:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
@media (min-width:768px) and (max-width:1199px) {
.services-icons{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1000px;margin:auto}
.services-icons>:last-child:nth-child(3n+1){grid-column:2/3}
}
@media (min-width:1200px) {
.services-icons{grid-template-columns:repeat(5,minmax(0,1fr));max-width:1000px;margin:auto}
}
@media (min-width:1600px) {
.services-icons{grid-template-columns:repeat(10,minmax(0,1fr));max-width:1000px;margin:auto;margin-top:-50px}
.services-icons>:last-child:nth-child(10n+1){grid-column:1/-1}
.hero-section{padding-top:10rem;padding-bottom:7rem}
.marketing-section{padding-top:6rem;padding-bottom:6rem}
}


.websites-section-wrapper{background-color:var(--spillover-navy);color:var(--spillover-white);padding:5rem 0 4rem}
.websites-section-wrapper .container{max-width:1100px}
.websites-hero-eyebrow{font-size:var(--section-header-font-size);font-style:italic;color:#d1d5db;text-align:center;margin-bottom:.5rem}
.websites-hero-title{font-size:var(--section-sub-header-font-size);font-weight:700;text-align:center;margin-bottom:.75rem}
.websites-hero-subtitle{max-width:730px;margin:0 auto 2.25rem;text-align:center;font-size:var(--p-font-size);color:#e5e7eb}
.websites-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}
.websites-hero-actions .btn{min-width:11rem}


.template-rotate{display:flex;justify-content:center;width:100%;padding-inline:2.5rem;box-sizing:border-box}
.template-rotate .rotate-slide-wrapper{position:relative;width:100%;max-width:700px;height:600px;margin:1rem auto}
.template-rotate .slide img{width:100%;max-width:100%}
.template-rotate .slider-middle{position:absolute;width:85%;left:50%;transform:translateX(-50%);top:30%;z-index:100;transition:1s}
.template-rotate .slider-back-left,.template-rotate .slider-back-middle,.template-rotate .slider-back-right,.template-rotate .slider-left-1,.template-rotate .slider-left-2,.template-rotate .slider-right-1,.template-rotate .slider-right-2{position:absolute;width:40%;transform:translateX(-50%);transition:1s}
.template-rotate .slider-left-1{left:0;top:20%;z-index:99}
.template-rotate .slider-right-1{left:100%;top:20%;z-index:99}
.template-rotate .slider-left-2{left:15%;top:5%;z-index:98}
.template-rotate .slider-right-2{left:85%;top:5%;z-index:98}
.template-rotate .slider-back-left{left:29%;top:0;z-index:97}
.template-rotate .slider-back-right{left:71%;top:0;z-index:97}
.template-rotate .slider-back-middle{left:50%;top:-4%;z-index:96}
.template-rotate .slider-btn{display:block;transition:opacity .5s ease-in-out}
.template-rotate .next-btn,.template-rotate .prev-btn{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;padding:0;z-index:500}
.template-rotate .prev-btn{left:0}
.template-rotate .next-btn{right:0}
.template-rotate [class^=arr-]{border:solid var(--spillover-white);border-width:0 .25em .25em 0;display:inline-block;padding:.5em}
.template-rotate .arr-right{transform:rotate(-45deg)}
.template-rotate .arr-left{transform:rotate(135deg)}
.template-rotate .next-btn:focus-visible,.template-rotate .prev-btn:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px}
@media (max-width:992px) {
.template-rotate .rotate-slide-wrapper{width:65vw;height:500px}
.template-rotate .slider-middle{top:20%}
.template-rotate .slider-left-1{top:10%}
.template-rotate .slider-right-1{top:10%}
.template-rotate .slider-left-2{left:20%}
.template-rotate .slider-right-2{left:80%}
}
@media (max-width:768px) {
.template-rotate .rotate-slide-wrapper{width:65vw;height:400px}
}
@media (max-width:600px) {
.template-rotate .rotate-slide-wrapper{width:65vw;height:300px}
}

@media (max-width:767px) {
.websites-section-wrapper{padding:4rem 0 3.25rem}
.websites-carousel-frame{padding:1.75rem 1.25rem 1.5rem}
}

.clients-section{background-color:var(--spillover-navy);color:var(--spillover-white);padding:3.25rem 0 4.5rem;text-align:center}
.clients-divider{max-width:80%;width:500px;height:4px;background-color:var(--spillover-teal);margin:3rem auto 2.5rem}
.clients-heading{font-size:var(--section-sub-header-font-size);font-weight:700;margin-bottom:.5rem}
.clients-subheading{max-width:640px;margin:0 auto 2.5rem;font-size:var(--p-font-size);color:#e5e7eb}
.clients-ticker-outer{overflow:hidden;width:100%;position:relative}
.clients-ticker-track{display:flex;align-items:center;gap:3rem;white-space:nowrap;will-change:transform;transform:translateX(0);transition:none}
.clients-logo-link{display:inline-flex;align-items:center;justify-content:center;opacity:1;transition:opacity .2s ease,transform .2s ease}
.clients-ticker-track img{height:60px;width:auto;object-fit:contain;display:block}
.clients-logo-link:focus-visible,.clients-logo-link:hover{opacity:1;transform:scale(1.05);filter:brightness(1.1)}
.clients-logo-link:focus-visible{outline:3px solid var(--spillover-red);outline-offset:4px}
.clients-portfolio-btn{margin-top:3rem}
@media (max-width:767px) {
.clients-ticker-track{gap:2.25rem}
.clients-logo-link img{max-height:48px}
}

.testimonials-section{padding:4rem 0 4rem 0}
.testimonials-section .container{max-width:1200px}
.testimonials-inner{background-color:var(--spillover-red);color:var(--spillover-white);border-radius:1.75rem;padding:3.25rem 1.5rem 3.5rem;margin:0 auto;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.testimonials-content{position:relative;padding:0 3rem;margin:0;text-align:left}
.testimonials-eyebrow{font-size:var(--section-header-font-size);font-weight:400;font-style:italic;margin-bottom:.75rem}
.testimonials-heading{font-size:var(--section-sub-header-font-size);font-weight:700;margin-bottom:2.25rem}
.testimonials-carousel{position:relative;margin-bottom:2.5rem}
.testimonials-carousel .carousel-inner{min-height:70px;display:flex;align-items:center}
.testimonial-quote{font-size:19px;line-height:1.8;font-style:italic;margin-bottom:0}
.testimonial-arrow{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;padding:.35rem .75rem;cursor:pointer;color:var(--spillover-white);display:inline-flex;align-items:center;justify-content:center;z-index:500}
.testimonial-arrow i{font-size:1.1rem}
.testimonial-arrow-prev{left:-50px}
.testimonial-arrow-next{right:-50px}
.testimonial-arrow:hover{color:var(--spillover-light-blue)}
.testimonial-arrow:focus-visible{outline:3px solid var(--spillover-white);outline-offset:3px}
.testimonials-actions{margin-top:1.5rem}
.testimonials-actions .btn{min-width:12rem}
.testimonials-section .carousel-fade .carousel-item{opacity:0;transition:opacity .6s ease-in-out;transform:none}
.testimonials-section .carousel-fade .carousel-item-next.carousel-item-start,.testimonials-section .carousel-fade .carousel-item-prev.carousel-item-end,.testimonials-section .carousel-fade .carousel-item.active{opacity:1}
.testimonials-section .carousel-fade .active.carousel-item-end,.testimonials-section .carousel-fade .active.carousel-item-start{opacity:0}
@media (max-width:991px) {
.testimonials-section{padding:3.25rem 0 3.75rem}
.testimonials-inner{padding:2.75rem 1.5rem 3rem}
.testimonials-content{padding:0 2.5rem}
.testimonials-heading{margin-bottom:2rem}
.testimonials-carousel .carousel-inner{min-height:140px}
}
@media (max-width:575px) {
.testimonials-inner{padding:2.25rem 1.25rem 2.5rem;border-radius:1.25rem}
.testimonials-content{padding:0 2rem;max-width:100%}
.testimonials-heading{font-size:1.25rem}
.testimonial-quote{font-size:.9875rem}
.testimonial-arrow{padding:.25rem .5rem}
.testimonial-arrow-prev{left:-40px}
.testimonial-arrow-next{right:-40px}
}

.spillover-footer{background-color:var(--spillover-dark);color:var(--spillover-light);padding:3.5rem 0 0;font-size:.875rem}
.spillover-footer-top{margin-bottom:2.25rem;align-items:stretch}
.spillover-footer-column{max-width:260px;height:105%;display:flex;flex-direction:column}
.spillover-footer-title{font-size:22px;font-weight:700;margin-bottom:.9rem;color:var(--spillover-white)}
.spillover-footer li,.spillover-footer li a,.spillover-footer p{font-size:12px}
.spillover-footer-nav{margin:0;padding:0}
.spillover-footer-nav li+li{margin-top:.4rem}
.spillover-footer a{color:var(--spillover-white);text-decoration:none}
.spillover-footer li a:hover{color:var(--spillover-white);text-decoration:underline}
.spillover-footer li a:focus-visible{outline:3px solid var(--spillover-red);outline-offset:2px;border-radius:4px;text-decoration:underline}
.spillover-footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:auto}
.spillover-footer-divider{max-width:72%;margin:2.5rem auto 2.75rem;border-top:1px solid #374151}
.spillover-footer-bottom{text-align:center}
.spillover-footer-logo img{max-width:260px!important;height:auto;margin:0 auto 1.75rem!important;display:block!important}
.spillover-footer-social{display:flex;justify-content:center;align-items:center;gap:.9rem;padding-bottom:3rem}
.spillover-footer-social-link{width:40px;height:40px;border-radius:50%;border:1px solid #9ca3af;display:inline-flex;align-items:center;justify-content:center;color:#e5e7eb;font-size:.95rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.spillover-footer-social-link:hover{background-color:var(--spillover-white);color:var(--spillover-navy);border-color:var(--spillover-white);transform:translateY(-1px)}
.spillover-footer-social-link:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px}
@media (max-width:991px) {
.spillover-footer-top{row-gap:2rem}
.spillover-footer-column{max-width:none}
}
@media (max-width:575px) {
.spillover-footer{padding:3rem 0 0}
.spillover-footer-divider{max-width:90%;margin:2rem auto 2.25rem}
.spillover-footer-cta-btn{margin-top:15px;width:100%;justify-content:center}
}

.spillover-social{display:flex;justify-content:start;align-items:center;gap:.9rem}
.spillover-social-link{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;text-decoration:none;background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.spillover-social-link:focus-visible{outline:3px solid var(--spillover-red);outline-offset:3px}
.spillover-social-light .spillover-social-link{border:1px solid var(--spillover-light-gray);color:var(--spillover-light)}
.spillover-social-light .spillover-social-link:hover{background-color:var(--spillover-white);color:var(--spillover-navy);border-color:var(--spillover-white);transform:translateY(-1px)}
.spillover-dark-social .spillover-social-link{border:1px solid var(--spillover-gray);color:var(--spillover-white);background-color:var(--spillover-dark)}
.spillover-dark-social .spillover-social-link:hover{background-color:var(--spillover-red);color:var(--spillover-white);border-color:var(--spillover-red);transform:translateY(-1px)}

@media(min-width:992px){.border-lg-start{border-left:1px solid var(--spillover-light);padding-left:15px;height:100%}}

.learn-more-section{background-color:var(--spillover-light-blue);padding:2.5rem 0 3rem}
.learn-more-heading{font-size:var(--section-sub-header-font-size);font-weight:700;font-style:italic;color:var(--spillover-red);margin-bottom:.6rem}
.learn-more-body{font-size:var(--p-font-size);color:var(--spillover-dark);max-width:460px}
.learn-more-btn{min-width:13rem}
@media (max-width:991px) {
.learn-more-body{max-width:100vw}
.learn-more-section{text-align:center}
}

.engage-section{padding:4rem 0 5rem;background-color:var(--spillover-white)}
.engage-logo img{max-width:100%;height:auto;margin:0 auto 2.5rem;display:block}
.engage-hero-visual{position:relative;margin:0 auto 3rem}
.engage-red-panel{width:100%;padding-top:44%;position:relative}
.engage-panel-svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.engage-panel-svg path{fill:var(--spillover-red)}
.engage-hero-device-wrapper{position:absolute;inset:0;display:flex;align-items:end;justify-content:center}
.engage-hero-composite1{width:70%;height:auto;display:block;bottom:15px;left:7%;position:relative}
.engage-hero-composite2{width:29%;height:auto;display:block;bottom:45px;left:-6%;position:relative}
.engage-hero-composite3{width:18%;height:auto;display:block;bottom:46px;left:-12%;position:relative}
@media(max-width:1199px){
.engage-hero-composite1{bottom:15px;left:7%}
.engage-hero-composite2{bottom:38px;left:-6%}
.engage-hero-composite3{bottom:38px;left:-12%}
}
@media(max-width:991px){
.engage-hero-composite1{bottom:15px;left:7%}
.engage-hero-composite2{bottom:32px;left:-6%}
.engage-hero-composite3{bottom:32px;left:-12%}
}
@media(max-width:767px){
.engage-hero-composite1{bottom:15px;left:7%}
.engage-hero-composite2{bottom:28px;left:-6%}
.engage-hero-composite3{bottom:28px;left:-12%}
}

.pill-switcher-wrapper{margin:0 auto 3rem;text-align:center}
.pill-switcher-nav{justify-content:center;gap:2.5rem;margin-bottom:1.75rem}
.pill-switcher-nav::before{border-bottom:none}
.pill-switcher-nav>li>a,.uk-subnav-pill>*>:first-child{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:var(--btn-font-weight);padding:.3rem 1.6rem;font-size:var(--btn-font-size);letter-spacing:.03em;text-transform:none;position:relative;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease;background-color:var(--spillover-white);border:1px solid transparent;color:var(--spillover-dark);text-decoration:none}
.pill-switcher-nav>li>a:hover{background-color:var(--spillover-teal);border-color:var(--spillover-teal);color:var(--spillover-white);transform:translateY(-1px);box-shadow:0 12px 18px rgba(198,40,40,.18);text-decoration:none}
.pill-switcher-nav>li.uk-active>a{background-color:var(--spillover-teal);border-color:var(--spillover-teal);color:var(--spillover-white)}
.pill-switcher-nav>li.uk-active>a:hover{background-color:var(--spillover-teal);border-color:var(--spillover-teal);transform:translateY(-1px);box-shadow:0 12px 18px rgba(198,40,40,.18)}
.pill-switcher-nav>li>a:active{background-color:var(--spillover-red);border-color:var(--spillover-red);transform:translateY(0);box-shadow:none}
.pill-switcher-nav>li>a:focus-visible{outline:3px solid var(--spillover-dark);outline-offset:3px;box-shadow:0 0 0 4px rgba(198,40,40,.45)}
.pill-switcher-panels>li{padding-top:1rem}
@media (max-width:991px) {
.pill-switcher-nav{flex-wrap:wrap;gap:1.25rem}
}

.engage-panel-title{font-size:var(--tab-header-font-size);font-weight:400;font-style:italic;margin-bottom:.9rem;color:var(--spillover-gray)}
.engage-panel-body{margin:0 auto 1.9rem;font-size:var(--p-font-size);color:var(--spillover-dark)}
.engage-panel-actions{gap:1rem}
.engage-panel-btn{min-width:12rem}
.command-center-eyebrow{font-size:var(--section-header-font-size);font-style:italic;color:var(--spillover-gray);text-align:center;margin-bottom:.5rem}
.command-center-wrapper p{margin:1rem 0px 2rem 0px}
@media (max-width:991px) {
.engage-section{padding:3rem 0 4rem}
.engage-hero-visual{margin-bottom:2.5rem}
}
@media (max-width:575px) {
.engage-logo img{margin-bottom:2rem}
.engage-panel-body{font-size:.95rem}
.engage-panel-btn{width:100%}
}
.engage-section .uk-switcher img{box-shadow:0px 0px 5px var(--spillover-shadow);border-radius:15px;min-height:240px;max-width: 100%}
.website-tools-images, .email-text-marketing-images, .social-media-reputation-images, .online-revenue-images, .powerful-insights-images {margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:start}

.seo-svg-feature-section{position:relative;background:linear-gradient(to bottom,var(--spillover-light-blue) 0,var(--spillover-light-blue) 66%,var(--spillover-white) 66%,var(--spillover-white) 100%)}
.seo-svg-feature-wrapper{position:relative;width:100%;display:flex;justify-content:center}
.seo-svg-panel{position:absolute;top:50%;transform:translateY(-50%);width:85%;max-width:1200px;z-index:1}
.seo-svg-bg{width:100%;height:auto;display:block}
.seo-svg-bg path{fill:var(--spillover-dark)}
.seo-svg-card{position:relative;width:50%;max-width:1100px;border-radius:1.25rem;overflow:hidden;background-color:transparent;z-index:2;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.seo-svg-image{position:relative;width:100%;height:600px;overflow:hidden;filter:brightness(1.5);opacity:.75}
.seo-svg-image img{width:100%;height:100%;object-fit:cover}
.seo-svg-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.seo-svg-content{position:absolute;top:50%;transform:translateY(-50%);left:0;max-width:60%;padding:2.5rem 3rem;color:var(--spillover-white)}
.seo-svg-heading{font-size:var(--section-sub-header-font-size);font-weight:700;margin-bottom:1rem}
.seo-svg-body{font-size:var(--p-font-size);line-height:1.7}

@media (max-width:1500px) {
.seo-svg-content{max-width:100%;padding:1.5rem 2rem}
.seo-svg-card{width:70%}
.seo-svg-image{height:550px}
}

@media (max-width:991px) {
.seo-svg-panel{width:99%}
.seo-svg-image{height:500px}
}

@media (max-width:767px) {
.seo-svg-panel{display:none}
.seo-svg-image{height:400px;filter:brightness(.95);opacity:1}
.seo-svg-card{width:97%}
.seo-svg-image{height:600px}
}

.marketing-feature-email .feature-email-img-1 {width:301px;top:-7%;right:-7%;z-index:3;transform:rotate(3deg)}
.marketing-feature-email .feature-email-img-2{width:300px;top:33%;right:30%;z-index:2}

.marketing-feature-text .feature-text-img-1{width:520px;top:12%;right:38%;z-index:3}
.marketing-feature-text .feature-text-img-2{width:463px;bottom:4%;right:61%;z-index:4}

@media (max-width:1500px) {
.marketing-feature-email .feature-email-img-1{width:301px;top:-7%;right:-7%;z-index:3;transform:rotate(3deg)}
.marketing-feature-email .feature-email-img-2{width:300px;top:33%;right:38%;z-index:2}

.marketing-feature-text .feature-text-img-1{width:460px;right:20%;top:16%}
.marketing-feature-text .feature-text-img-2{width:414px;right:45%;bottom:9%}
}

@media (max-width:1199px) {
.marketing-feature-email .feature-email-img-1{width:301px;top:-7%;right:-7%;z-index:3;transform:rotate(3deg)}
.marketing-feature-email .feature-email-img-2{width:300px;top:33%;right:49%;z-index:2}

.marketing-feature-text .feature-text-img-1{width:400px;right:6%;top:20%}
.marketing-feature-text .feature-text-img-2{width:365px;right:30%;bottom:17%}
}

.automation-journey-tabs{background-color:var(--spillover-navy);color:var(--spillover-white);padding:5.5rem 0 6rem;overflow:hidden}
.automation-journey-tabs .container{max-width:980px}
.automation-journey-header{text-align:center;margin-bottom:1.75rem}
.automation-journey-eyebrow{font-size:var(--section-header-font-size);font-style:italic;color:#d1d5db;margin:0 0 .5rem}
.automation-journey-title{font-size:var(--section-sub-header-font-size);font-weight:700;margin:0 0 .75rem}
.automation-journey-body{max-width:760px;margin:0 auto 1.75rem;text-align:center;font-size:var(--p-font-size);color:#e5e7eb}
.automation-journey-subtitle{font-style:italic;font-weight:700;margin:0 auto 1.5rem;color:rgba(255,255,255,.92);font-size:var(--section-sub-header-font-size);text-align:center}
.automation-journey-flow .uk-switcher{min-height:700px}
.pill-panel{text-align:center}
.pill-panel-title{margin:1.1rem 0 .4rem;font-size:calc(var(--section-sub-header-font-size) * .95);font-weight:800;font-style:italic;color:rgba(255,255,255,.95)}
.pill-panel-body{max-width:560px;margin:0 auto 4.35rem;color:#e5e7eb;font-size:var(--p-font-size);line-height:1.55}
.pill-stage{position:relative;width:min(920px,100%);margin:1.5rem auto 0;height:clamp(290px,40vw,380px);}
.pill-stage-phone,.pill-stage-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;}
.pill-stage-card{z-index:3;background:var(--spillover-white);border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.35);overflow:hidden;}
.pill-checklist{display:block;width:auto;height:auto;max-width:clamp(300px,45vw,420px);}
#panel-the-first-taste .pill-checklist{max-height:200px}
#panel-a-second-helping .pill-checklist{max-height:295px}
#panel-a-reason-to-celebrate .pill-checklist{max-height:135px}
#panel-loyalty-made-easy .pill-checklist{max-height:235px}
.pill-stage-phone{z-index:2;width:clamp(240px,34vw,340px);}
.pill-phone{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 45px rgba(0,0,0,.35));transform-origin:center;}
.pill-stage-right .pill-stage-phone{transform:translate(-112%,-38%);}
.pill-stage-left .pill-stage-phone{transform:translate(16%,-38%);}
.pill-phone-left{transform:rotate(-10deg)}
.pill-phone-right{transform:rotate(10deg)}
.pill-stage-right .pill-stage-card{transform:translate(-40%,-50%);}
.pill-stage-left .pill-stage-card{transform:translate(-60%,-50%);}
.pill-arrow{position:absolute;top:-8.75rem;width:200px;height:auto;opacity:.9;pointer-events:none;z-index:1;}
.pill-panel-right .pill-arrow{right:calc(20% - 90px);transform:rotate(190deg);}
.pill-panel-left .pill-arrow{left:calc(18% - 90px);transform:rotate(345deg);}
@media (max-width:991px){
.pill-panel-right .pill-arrow{right:calc(15% - 90px);transform:rotate(190deg);}
.pill-panel-left .pill-arrow{left:calc(15% - 90px);transform:rotate(345deg);}
.pill-arrow{width:170px}
}
@media (max-width:767px){
.pill-arrow{display: none;}
}


.engage-feature-calendars .engage-calendars-img-1{width:420px;top:6%;left:52%;z-index:3;border-radius:12px}
.engage-feature-calendars .engage-calendars-img-2{width:320px;top:-10%;left:81%;z-index:4;border-radius:12px}
.engage-feature-ai .engage-ai-img-1{width:520px;top:10%;right:26%;z-index:3;border-radius:12px}
.engage-feature-ai .engage-ai-img-2{width:460px;top:34%;right:48%;z-index:4;border-radius:12px}
.engage-feature-tracking .engage-tracking-img-1{width:520px;top:10%;left:18%;z-index:3;border-radius:12px}
.engage-feature-tracking .engage-tracking-img-2{width:520px;bottom:10%;left:28%;z-index:4;border-radius:12px}
@media (max-width:1500px) {
.engage-feature-calendars .engage-calendars-img-1{width:420px;top:6%;left:23%;z-index:3;border-radius:12px}
.engage-feature-calendars .engage-calendars-img-2{width:320px;top:-10%;left:56%;z-index:4;border-radius:12px}
.engage-feature-ai .engage-ai-img-1{width:480px;right:9%;top:12%}
.engage-feature-ai .engage-ai-img-2{width:420px;right:33%;top:38%}
.engage-feature-tracking .engage-tracking-img-1{width:480px;left:12%;top:12%}
.engage-feature-tracking .engage-tracking-img-2{width:480px;left:18%;bottom:12%}
}
@media (max-width:1199px) {
.engage-feature-calendars .engage-calendars-img-1{width:420px;top:6%;left:0;z-index:3;border-radius:12px}
.engage-feature-calendars .engage-calendars-img-2{width:320px;top:-10%;left:38%;z-index:4;border-radius:12px}
.engage-feature-ai .engage-ai-img-1{width:440px;right:-15%;top:14%}
.engage-feature-ai .engage-ai-img-2{width:380px;right:14%;top:42%}
.engage-feature-tracking .engage-tracking-img-1{width:440px;left:-8%;top:14%}
.engage-feature-tracking .engage-tracking-img-2{width:440px;left:-3%;bottom:14%}
}


.red-whitesvg-box-section{padding:4.5rem 0}
.red-whitesvg-box-section .container-fluid{width:1500px;max-width:98%;background-color:var(--spillover-red);border-radius:10px;padding:4.25rem 1.75rem 4.75rem}
.red-whitesvg-box-title{text-align:center;font-size:var(--section-header-font-size);font-weight:400;font-style:italic;color:rgba(255,255,255,.96);margin:0 0 -.75rem}
.red-whitesvg-box-panel{position:relative;width:min(980px,100%);margin:0 auto}
.red-whitesvg-box-svg{width:100%;height:auto;display:block;filter:drop-shadow(0 0 15px rgba(0, 0, 0, .25));transform:scaleY(.75) rotate(-1deg)}
.red-whitesvg-box-svg path{fill:#f3f6f9}
.red-whitesvg-box-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2.5rem 3rem}
.red-whitesvg-box-body{margin:0;text-align:center;font-size:var(--p-font-size);line-height:1.8;color:var(--spillover-dark);max-width:760px}
.red-whitesvg-box-body strong{font-weight:700}
@media (max-width:991px) {
.red-whitesvg-box-section{padding:3.5rem 0}
.red-whitesvg-box-section .container{padding:3.5rem 1.25rem 4rem}
.red-whitesvg-box-panel{transform:rotate(1.5deg)}
.red-whitesvg-box-content{padding:2rem 1.75rem;transform:rotate(-1.5deg)}
.red-whitesvg-box-svg{margin-top:1rem;margin-bottom:1rem;transform:scaleY(1) rotate(-1deg)}
}
@media (max-width:600px) {
.red-whitesvg-box-svg{transform:scaleY(1.75) rotate(-2deg);margin-top:5rem;margin-bottom:5rem}
}
@media (max-width:575px) {
.red-whitesvg-box-section .container{border-radius:16px;padding:3rem 1rem 3.5rem}
.red-whitesvg-box-title{margin-bottom:1.75rem}
.red-whitesvg-box-panel{transform:rotate(1deg)}
.red-whitesvg-box-content{padding:1.6rem 1.25rem;transform:rotate(-1deg)}
.red-whitesvg-box-body{font-size:.95rem}
.red-whitesvg-box-title{margin:0 0 2.25rem}
}
@media (max-width:432px) {
.red-whitesvg-box-svg{transform:scaleY(3) rotate(-2deg);margin-top:9rem;margin-bottom:6rem}
}
@media (max-width:342px) {
.red-whitesvg-box-svg{transform:scaleY(3.5) rotate(-2deg);margin-top:10rem;margin-bottom:7rem}
}

.senalysis-page-section{padding:4rem 0 5rem;background-color:var(--spillover-white)}
.senalysis-page-logo img{max-width:100%;height:auto;margin:0 auto 0;display:block}
.senalysis-page-hero-visual{position:relative;margin:0 auto 3rem}
.senalysis-page-hero-panel{width:100%;padding-top:36%;position:relative}
.senalysis-page-hero-panel-svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.senalysis-page-panel-path{fill:var(--spillover-navy)}
.senalysis-page-hero-device-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.senalysis-page-hero-composite{width:75%;height:auto;display:block}
.senalysis-page-section .uk-switcher img{box-shadow:0 0 5px var(--spillover-shadow);border-radius:15px;min-height:240px}
.senalysis-page-visual-wrapper{max-width:1100px;margin:2.25rem auto 0}
.senalysis-page-images{margin-top:2rem}
.senalysis-page-img{display:block;width:100%;height:auto;max-width:100%}


.spillorder-section{padding:4rem 0 3rem;background-color:var(--spillover-light-blue)}
.spillorder-logo{max-width:100%;height:auto;display:block;margin:2.5rem auto 5.5rem}
.spillorder-hero-visual{position:relative;margin:0 auto}
.spillorder-red-panel{width:100%;padding-top:36%;position:relative}
.spillorder-panel-svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.spillorder-panel-svg path{fill:var(--spillover-burgundy)}
.spillorder-hero-device-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding-inline:.5rem}
.spillorder-hero-composite{width:78%;height:auto;display:block}
.feature-spillorder .img-1{width:320px;top:35%;right:14%;z-index:1;border-radius:12px}
.feature-spillorder .img-2{width:260px;top:15%;right:-15%;z-index:3;border-radius:12px}
.feature-spillorder .img-3{width:260px;top:7%;right:4%;z-index:2;border-radius:12px}
@media (max-width:1500px) {
.feature-spillorder .img-1{width:320px;top:35%;right:14%}
.feature-spillorder .img-2{width:260px;top:15%;right:-15%}
.feature-spillorder .img-3{width:260px;top:7%;right:4%}
}
@media (max-width:1199px) {
.feature-spillorder .img-1{width:320px;top:35%;right:14%}
.feature-spillorder .img-2{width:260px;top:15%;right:-15%}
.feature-spillorder .img-3{width:260px;top:7%;right:4%}
}

.delivery-svg-feature-section{position:relative;background-color:var(--spillover-light-blue);padding-top:4rem;padding-bottom:4rem}
.delivery-svg-feature-wrapper{position:relative;width:100%;display:flex;justify-content:center}
.delivery-svg-panel{position:absolute;top:50%;transform:translateY(-50%);width:85%;max-width:1200px;z-index:1}
.delivery-svg-bg{width:100%;height:auto;display:block}
.delivery-svg-bg path{fill:var(--spillover-dark)}
.delivery-svg-card{position:relative;width:50%;max-width:1100px;border-radius:1.25rem;overflow:hidden;background-color:transparent;z-index:2;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.delivery-svg-image{position:relative;width:100%;height:600px;overflow:hidden;filter:brightness(1.5);opacity:.75}
.delivery-svg-image img{width:100%;height:100%;object-fit:cover}
.delivery-svg-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.delivery-svg-content{position:absolute;top:50%;transform:translateY(-50%);left:0;max-width:60%;padding:2.5rem 3rem;color:var(--spillover-white)}
.delivery-svg-heading{font-size:var(--section-sub-header-font-size);font-weight:700;margin-bottom:1rem}
.delivery-svg-body{font-size:var(--p-font-size);line-height:1.7}
@media (max-width:1500px) {
.delivery-svg-content{max-width:100%;padding:1.5rem 2rem}
.delivery-svg-card{width:70%}
.delivery-svg-image{height:550px}
}
@media (max-width:991px) {
.delivery-svg-panel{width:99%}
.delivery-svg-image{height:500px}
}
@media (max-width:767px) {
.delivery-svg-panel{display:none}
.delivery-svg-image{height:400px;filter:brightness(.95);opacity:1}
.delivery-svg-card{width:97%}
.delivery-svg-image{height:600px}
}

.feature-order-management .img-1 {width:350px;top:6%;right:69%;z-index:2}
.feature-order-management .img-2 {width:240px;top:15%;right:41%;z-index:3}
.feature-order-management .img-3 {width:300px;top:46%;right:30%;z-index:3}
.feature-merchant-branded-app .img-1 {width:520px;top:8%;right:-8%;z-index:2}
.feature-merchant-branded-app .img-2 {width:400px;top:44%;right:-26%;z-index:3}
.feature-marketing-loyalty .img-1 {width:420px;top:22%;right:26%;z-index:2}
.feature-marketing-loyalty .img-2 {width:275px;top:9%;right:74%;z-index:3}
.feature-reporting-insights .img-1 {width:420px;top:30%;right:-20%;z-index:2}
.feature-reporting-insights .img-2 {width:275px;top:4%;right:15%;z-index:3}
@media (max-width:1500px) {
.feature-order-management .img-1 {width:350px;top:6%;right:45%}
.feature-order-management .img-2 {width:240px;top:15%;right:7%}
.feature-order-management .img-3 {width:300px;top:46%;right:-9%}
.feature-merchant-branded-app .img-1 {width:520px;top:8%;right:10%}
.feature-merchant-branded-app .img-2 {width:400px;top:44%;right:-19%}
.feature-marketing-loyalty .img-1 {width:420px;top:33%;right:20%}
.feature-marketing-loyalty .img-2 {width:275px;top:9%;right:59%}
.feature-reporting-insights .img-1 {width:420px;top:30%;right:-20%}
.feature-reporting-insights .img-2 {width:275px;top:4%;right:15%}
}
@media (max-width:1199px) {
.feature-order-management .img-1 {width:300px;top:6%;right:35%}
.feature-order-management .img-2 {width:240px;top:11%;right:-13%}
.feature-order-management .img-3 {width:275px;top:46%;right:-25%}
.feature-merchant-branded-app .img-1 {width:520px;top:8%;right:8%}
.feature-merchant-branded-app .img-2 {width:400px;top:44%;right:-10%}
.feature-marketing-loyalty .img-1 {width:420px;top:33%;right:-12%}
.feature-marketing-loyalty .img-2 {width:275px;top:9%;right:40%}
.feature-reporting-insights .img-1 {width:350px;top:30%;right:-6%}
.feature-reporting-insights .img-2 {width:225px;top:4%;right:38%}
}

.feature-ecommerce-sell .img-1{width:400px;top:8%;right:2%;border-radius:1rem;z-index:2}
.feature-ecommerce-sell .img-2{width:340px;top:34%;right:-16%;z-index:3}
.feature-ecommerce-marketing .img-1{width:420px;top:22%;left:6%;border-radius:1rem;z-index:2}
.feature-ecommerce-marketing .img-2{width:320px;top:-14%;left:-24%;z-index:3;transform:rotate(-10deg)}
.feature-ecommerce-insights .img-1{width:520px;top:13%;right:-15%;border-radius:1rem;z-index:2}
@media (max-width:1500px) {
.feature-ecommerce-sell .img-1 {width:400px; right:2%}
.feature-ecommerce-sell .img-2 {width:320px; right:-16%}
.feature-ecommerce-marketing .img-1 {width:420px; left:12%}
.feature-ecommerce-marketing .img-2 {width:320px; left:-14%}
.feature-ecommerce-insights .img-1 {width:520px; right:-15%}
}
@media (max-width:1199px) {
.feature-ecommerce-sell .img-1 {width:400px; right:2%}
.feature-ecommerce-sell .img-2 {width:280px; right:-16%}
.feature-ecommerce-marketing .img-1 {width:320px; left:24%}
.feature-ecommerce-marketing .img-2 {width:250px; left:-9%;top:0%}
.feature-ecommerce-insights .img-1 {width:520px; right:-8%}
}

.feature-simple-smart-booking .img-1{width:600px;top:8%;right:2%;border-radius:1rem;z-index:2}
.feature-simple-smart-booking .img-2{width:520px;top:52%;right:-18%;z-index:3}
.feature-table-management .img-1{width:520px;top:13%;left:-1%;border-radius:1rem;z-index:2}
.feature-table-management .img-2{width:320px;top:36%;left:-18%;z-index:3}
.feature-booking-options .img-1{width:520px;top:9%;right:-4%;border-radius:1rem;z-index:2}
.feature-booking-options .img-2{width:420px;top:53%;right:-20%;z-index:3}
.feature-booking-widget .img-1{width:520px;top:6%;left:6%;z-index:2}
.feature-booking-widget .img-2{width:460px;top:-6%;left:-31%;border-radius:1rem;z-index:3}
.feature-booking-marketing-insights .img-1{width:520px;top:22%;right:9%;border-radius:1rem;z-index:2}
.feature-booking-marketing-insights .img-2{width:260px;top:8%;right:-17%;z-index:3}
@media (max-width:1500px) {
.feature-simple-smart-booking .img-1 { width:600px; right:2%}
.feature-simple-smart-booking .img-2 { width:480px; right:-16%}
.feature-table-management .img-1 { width:520px; left:-1%}
.feature-table-management .img-2 { width:320px; left:-18%}
.feature-booking-options .img-1 { width:520px; right:-4%}
.feature-booking-options .img-2 { width:420px; right:-16%}
.feature-booking-widget .img-1 { width:520px; left:6%}
.feature-booking-widget .img-2 { width:460px; left:-31%}
.feature-booking-marketing-insights .img-1 { width:480px; right:9%}
.feature-booking-marketing-insights .img-2 { width:240px; right:-17%}
}
@media (max-width:1199px) {
.feature-simple-smart-booking .img-1 { width:600px; right:2%}
.feature-simple-smart-booking .img-2 { width:420px; right:-10%}
.feature-table-management .img-1 { width:520px; left:6%}
.feature-table-management .img-2 { width:320px; left:-11%}
.feature-booking-options .img-1 { width:520px; right:-4%}
.feature-booking-options .img-2 { width:420px; right:-12%}
.feature-booking-widget .img-1 { width:320px; left:24%}
.feature-booking-widget .img-2 { width:460px; left:-26%}
.feature-booking-marketing-insights .img-1 { width:420px; right:9%}
.feature-booking-marketing-insights .img-2 { width:220px; right:-7%}
}

.feature-wifi-seamless .img-1{width:460px;top:8%;right:-6%;border-radius:1rem;z-index:2}
.feature-wifi-grow-audience .img-1{width:475px;top:13%;left:21%;border-radius:1rem;z-index:2}
.feature-wifi-grow-audience .img-2{width:300px;top:-12%;left:-14%;z-index:3;transform:rotate(-10deg)}
.feature-wifi-plug-play .img-1{width:520px;top:14%;right:-15%;border-radius:1rem;z-index:2}
@media (max-width:1500px) {
.feature-wifi-seamless .img-1{width:460px;right:-4%}
.feature-wifi-grow-audience .img-1{width:475px;left:34%}
.feature-wifi-grow-audience .img-2{width:300px;left:-12%}
.feature-wifi-plug-play .img-1{width:520px;right:-15%}
}
@media (max-width:1199px) {
.feature-wifi-seamless .img-1{width:460px;right:-2%}
.feature-wifi-grow-audience .img-1{width:400px;left:33%}
.feature-wifi-grow-audience .img-2{width:280px;left:-14%}
.feature-wifi-plug-play .img-1{width:520px;right:-8%}
}

.spm-section{padding:4rem 0 5rem;background-color:var(--spillover-white);position:relative;z-index:2}
.spm-section-inner{width:1350px;max-width:100%;margin:0 auto;padding:0 1rem;text-align:center}
.spm-section-icon{margin:0 auto 1.5rem;display:flex;justify-content:center}
.spm-section-icon img{max-width:300px;height:auto}
.spm-eyebrow{font-size:var(--section-header-font-size);font-style:italic;font-weight:400;color:var(--spillover-gray);margin-bottom:.6rem}
.spm-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:.8rem}
.spm-body{max-width:991px;margin:0 auto 2.5rem;font-size:var(--p-font-size);color:var(--spillover-dark)}
.spm-visual-wrapper{position:relative;margin:3rem auto 0;padding-bottom:4.5rem}
.spm-panel{width:100%;padding-top:40%;position:relative}
.spm-panel-svg{position:absolute;inset:0;width:100%;height:100%}
.spm-panel-path{fill:var(--spillover-red)}
.spm-images{position:absolute;inset:0}
.spm-img{position:absolute;display:block;max-width:100%;height:auto;border-radius:10px;filter:drop-shadow(0 9px 18px rgba(0,0,0,.22))}
@media (max-width:991px) {
.spm-section{padding:3rem 0 4rem}
.spm-visual-wrapper{margin-top:2.5rem}
}
@media (max-width:768px) {
.spm-visual-wrapper{padding-bottom:2rem}
}
@media (max-width:575px) {
.spm-body{font-size:.95rem}
}
#social .spm-panel-path{fill:var(--spillover-red)}
#social .spm-img-1{width:49%;top:-7%;left:12%;z-index:1}
#social .spm-img-2{width:28%;top:28%;left:40%;z-index:3}
#social .spm-img-3{width:23%;top:5%;left:66%;z-index:2}
#social .spm-img-4{width:28%;top:43%;left:63%;z-index:4}
#reputation{background-color:var(--spillover-light-blue)}
#reputation .spm-panel-path{fill:var(--spillover-burgundy)}
#reputation .spm-img-1{width:34%;top:14%;left:3%;z-index:1}
#reputation .spm-img-2{width:46%;top:2%;left:41%;z-index:4}
#reputation .spm-img-3{width:39%;top:35%;left:55%;z-index:4}
#reputation .spm-img-4{width:38%;top:52%;left:32%;z-index:3}
#email .spm-panel-path{fill:var(--spillover-navy)}
#email .spm-img-1{width:48%;top:18%;left:14%;z-index:2}
#email .spm-img-2{width:25%;top:2%;left:52%;z-index:1}
#text{background-color:var(--spillover-light-blue)}
#text .spm-panel-path{fill:var(--spillover-burgundy)}
#text .spm-img-1{width:31%;top:6%;left:11%;z-index:1}
#text .spm-img-2{width:31%;top:-17%;left:32%;z-index:3}
#text .spm-img-3{width:30%;top:44%;left:54%;z-index:2}

#photo .spm-section-icon,#video .spm-section-icon{display:none}
#photo .spm-images,#video .spm-images{display:flex;align-items:center;justify-content:center;padding:0 4%;height:400px}
#photo .spm-img,#video .spm-img{position:static;width:100%;max-width:100%;height:auto;border-radius:10px}
#photo .spm-image-row,#video .spm-image-row{width:100%;display:grid;gap:1.4rem;align-items:center}
#photo .spm-image-row{grid-template-columns:repeat(3,minmax(0,1fr))}
#video .spm-image-row{grid-template-columns:repeat(2,minmax(0,1fr))}
#photo .spm-panel-path{fill:var(--spillover-red)}
#video .spm-panel-path{fill:var(--spillover-burgundy)}
@media(max-width:991px){
#photo .spm-images,#video .spm-images{display:flex;align-items:center;justify-content:center;padding:0 4%;height:300px}
}
@media (max-width:768px) {
#photo .spm-image-row{grid-template-columns:repeat(2,minmax(0,1fr))}
#video .spm-image-row{grid-template-columns:repeat(1,minmax(0,1fr))}
#photo .spm-images,#video .spm-images{display:flex;align-items:center;justify-content:center;padding:0 4%;height:auto}
}
#video .video-card,.hero-section-white .video-card{border-radius:10px;overflow:hidden;background-color:var(--spillover-white)}
#video .video-card .ratio,.hero-section-white .video-card .ratio{display:block;position:relative}
#video .video-card .ratio>.video-wrapper,.hero-section-white .video-card .ratio>.video-wrapper{position:absolute;inset:0;width:100%;height:100%}
#video .video-float-controls,.hero-section-white .video-float-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:12px;z-index:5}
#video .video-float-controls .fas,.hero-section-white .video-float-controls .fas{line-height:1.5}
#video .video-float-btn,.hero-section-white .video-float-btn{border:none;background:0 0;padding:0;cursor:pointer;color:var(--spillover-white);font-size:1.55rem;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.55)}
#video .video-float-btn:focus-visible,.hero-section-white .video-float-btn:focus-visible{outline:2px solid var(--spillover-white);outline-offset:3px}
#video .volume-wrapper,.hero-section-white .volume-wrapper{position:relative;display:flex;align-items:center;justify-content:center}
#video .volume-slider,.hero-section-white .volume-slider{position:absolute;bottom:190%;left:50%;transform:translateX(-50%) rotate(-90deg);width:90px;height:20px;opacity:0;pointer-events:none;cursor:pointer;background:0 0;transition:opacity .15s ease}
#video .volume-wrapper:focus-within .volume-slider,#video .volume-wrapper:hover .volume-slider,.hero-section-white .volume-wrapper:focus-within .volume-slider,.hero-section-white .volume-wrapper:hover .volume-slider{opacity:1;pointer-events:auto}
#video .volume-slider::-webkit-slider-runnable-track,.hero-section-white .volume-slider::-webkit-slider-runnable-track{height:4px;background:rgba(255,255,255,.85);border-radius:999px}
#video .volume-slider::-webkit-slider-thumb,.hero-section-white .volume-slider::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:50%;background:var(--spillover-white);box-shadow:0 0 0 2px rgba(0,0,0,.4);margin-top:-6px}
#video .volume-slider::-moz-range-track,.hero-section-white .volume-slider::-moz-range-track{height:4px;background:rgba(255,255,255,.85);border-radius:999px}
#video .volume-slider::-moz-range-thumb,.hero-section-white .volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--spillover-white);border:2px solid rgba(0,0,0,.4)}
#video .video-wrapper{position:relative}
#video video{position:relative;z-index:1}
#video .video-float-controls{z-index:5;pointer-events:auto}
#video .video-float-btn{pointer-events:auto}
#video .video-card:not(:has(.volume-wrapper)) .video-float-controls{bottom:10px;right:18px}
@media (max-width:768px){
#photo .spm-panel,#video .spm-panel{display:none}
#photo .spm-visual-wrapper,#video .spm-visual-wrapper{padding-bottom:0}
#photo .spm-images,#video .spm-images{position:relative;inset:auto;display:block;margin-top:1.5rem}
#photo .spm-image-row,#video .spm-image-row{display:flex;flex-direction:column;gap:1.25rem}
#photo .spm-img{width:100%;max-width:100%}
#video .video-card{width:100%}
#video .video-float-btn{font-size:1.35rem}
}

.wt-section{padding:4rem 0 0;background-color:var(--spillover-white);position:relative;z-index:2}
.wt-container{max-width:1150px}
.wt-header{max-width:980px;margin:0 auto}
.wt-eyebrow{font-size:var(--section-header-font-size);font-style:italic;font-weight:400;color:var(--spillover-gray);margin-bottom:.6rem}
.wt-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:1rem;margin-top:0}
.wt-body{margin:0 auto 2.2rem;font-size:var(--p-font-size);color:var(--spillover-dark);max-width:980px}
.wt-slider-wrap{margin:2rem auto 2rem}
.wt-carousel{max-width:980px;margin:0 auto}
.wt-carousel .carousel-indicators{bottom:-48px}
.wt-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;opacity:.35}
.wt-carousel .carousel-indicators .active{opacity:1}
.wt-carousel-btn{opacity:.55}
.wt-carousel-btn:focus-visible{outline:2px solid var(--spillover-dark);outline-offset:3px;border-radius:999px}
.wt-slide-title{font-size:1.35rem;font-weight:700;color:var(--spillover-gray);margin:1.5rem 0 -1rem}
.wt-slide-media{display:flex;justify-content:center}
.wt-slide-gif{width:100%;max-width:760px;height:auto;display:block;border-radius:18px;filter:drop-shadow(0 18px 45px rgba(0,0,0,.18))}
.wt-slide-desc{margin:-1rem auto 0;max-width:860px;color:var(--spillover-dark);font-size:var(--p-font-size)}
.wt-grid-section{background-color:var(--spillover-navy);padding:4.25rem 0 4.5rem}
.wt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3.2rem 2.25rem;align-items:start;justify-items:center}
.wt-card{display:block;text-decoration:none;color:var(--spillover-white);outline:0}
.wt-card:focus-visible{outline:2px solid var(--spillover-white);outline-offset:6px;border-radius:18px}
.wt-card-title{font-size:1.1rem;font-style:italic;font-weight:600;text-align:center;margin-bottom:1rem}
.wt-card-img{width:100%;max-width:220px;height:auto;display:block;border-radius:14px;filter:drop-shadow(0 18px 45px rgba(0,0,0,.35));transform:scale(1);transition:transform .2s ease}
.wt-card:hover .wt-card-img{transform:scale(1.08)}
.wt-card:hover .wt-card-title{color:var(--spillover-red)}
.wt-card:active .wt-card-img{transform:scale(1.04)}
#website-templates .carousel-control-prev-icon,#website-templates .carousel-control-next-icon{filter:invert(1) brightness(.15);opacity:.85}
#website-templates .carousel-control-prev:hover .carousel-control-prev-icon,#website-templates .carousel-control-next:hover .carousel-control-next-icon{opacity:1}
#website-templates .carousel-indicators [data-bs-target]{background-color:rgba(0,0,0,.35);opacity:.6;border-radius:100px}
#website-templates .carousel-indicators .active{background-color:rgba(0,0,0,.85);opacity:1}
#website-templates .carousel-indicators [data-bs-target]:hover{opacity:.85}
#website-templates .carousel.carousel-fade .carousel-item{transition:opacity .6s ease-in-out}
@media (max-width:991px){
.wt-section{padding:3.25rem 0 0}
.wt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}
.wt-card-img{max-width:240px}
}
@media (max-width:575px){
.wt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.1rem}
.wt-slide-title{font-size:1.2rem}
.wt-card-title{font-size:1rem}
}

#client-portfolio.cp-section{padding:4.5rem 0}
#client-portfolio .cp-container{max-width:1150px}
#client-portfolio .cp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.75rem 2.25rem;justify-items:center}
#client-portfolio .cp-card{display:block;text-decoration:none;outline:0}
#client-portfolio .cp-card:focus-visible{outline:2px solid var(--spillover-dark);outline-offset:6px;border-radius:18px}
#client-portfolio .cp-card-img{width:100%;max-width:320px;height:auto;display:block;border-radius:16px;filter:drop-shadow(0 9px 18px rgba(0,0,0,.25));transform:scale(1);transition:transform .2s ease}
#client-portfolio .cp-card:hover .cp-card-img{transform:scale(1.08)}
#client-portfolio .cp-card:active .cp-card-img{transform:scale(1.04)}
@media (max-width:991px){
#client-portfolio .cp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem 1.5rem}
}
@media (max-width:575px){
#client-portfolio .cp-grid{grid-template-columns:1fr;gap:2rem}
#client-portfolio .cp-card-img{max-width:100%}
}

.spm-testimonials{position:relative;z-index:2;padding:4rem 4rem;margin:auto;max-width:1500px}
.spm-testimonial-slide{min-height:450px;display:flex;align-items:stretch;justify-content:center;padding:0;border-radius:15px;overflow:hidden}
.spm-testimonial-inner{width:1100px;max-width:90%;margin:0 auto;text-align:center;color:var(--spillover-white);display:flex;flex-direction:column;justify-content:space-between;padding:3.25rem 0 3.25rem}
.spm-testimonial-navy{background:var(--spillover-navy)}
.spm-testimonial-burgundy{background:var(--spillover-burgundy)}
.spm-testimonial-title{font-size:var(--section-sub-header-font-size);font-style:italic;font-weight:700;margin:0 0 1.25rem}
.spm-testimonial-text{max-width:980px;margin:0 auto 2rem;font-size:var(--p-font-size);line-height:1.7}
.spm-testimonial-meta{font-weight:600;margin-top:2rem}
.spm-testimonial-name{margin-bottom:.25rem}
.spm-testimonial-loc{font-weight:600}
.spm-testimonials .carousel-fade .carousel-item{transition-duration:.75s}
.spm-testimonials .carousel-indicators{margin-bottom:2.2rem}
.spm-testimonials .carousel-indicators [data-bs-target]{width:7px;height:7px;border-radius:2px;margin:0 .35rem;background:rgba(255,255,255,.75);opacity:1;border:0}
.spm-testimonials .carousel-indicators .active{background:rgba(255,255,255,1)}
.spm-carousel-control{width:auto;opacity:1}
.spm-carousel-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:rgba(255,255,255,.7);font-size:1.1rem}
.spm-carousel-control:hover .spm-carousel-icon{color:rgba(255,255,255,1)}
.spm-carousel-control:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:4px}
#spmTestimonials .carousel-inner{transition:height .25s ease}
#spmTestimonials .carousel-item.spm-measure{position:absolute;inset:0;display:block;opacity:0;pointer-events:none}
@media (max-width:768px){
.spm-testimonials{padding:4rem 1rem}
.spm-testimonial-slide{min-height:520px}
.spm-testimonial-inner{padding:2.75rem 0}
.spm-testimonial-text{font-size:.95rem}
.spm-carousel-icon{width:38px;height:38px}
}

.spm-packages{padding:4rem 0;background:var(--spillover-light-blue);position:relative;z-index:2}
.spm-packages-inner{width:1250px;max-width:100%;margin:0 auto;padding:0 1rem;text-align:center}
.spm-packages-heading{font-size:var(--section-header-font-size);font-style:italic;font-weight:700;color:var(--spillover-dark);margin:0 0 1.75rem}
.spm-package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.spm-package-card{background:#eef1f3;border-radius:16px;overflow:visible;box-shadow:0 0 5px rgba(0,0,0,.25);border:2px solid rgba(0,0,0,.12);transform:translateY(0) scale(1);transition:transform .18s ease,box-shadow .18s ease;min-height:362px}
.spm-package-top{padding:1.05rem .9rem 1rem;border-radius:16px 16px 0 0;box-shadow:0px 0px 5px var(--spillover-dark);position:relative}
.spm-top-burgundy{background:var(--spillover-burgundy)}
.spm-top-red{background:var(--spillover-red)}
.spm-package-name{color:var(--spillover-white);font-weight:900;letter-spacing:.02em;font-size:1.02rem;line-height:1.2}
.spm-package-body{padding:1.15rem 1.35rem 1.35rem;border-radius:0 0 16px 16px;background:#eef1f3}
.spm-package-price{color:var(--spillover-dark);font-weight:900;margin:.4rem 0 1.1rem;min-height:55px}
.spm-price-amt{color:var(--spillover-burgundy);font-size:1.3rem}
.spm-price-unit{color:var(--spillover-dark);font-weight:500;font-size:.9rem;font-style:italic!important}
.spm-feature-list{list-style:none;margin:0;padding:0;text-align:left;display:flex;flex-direction:column;gap:.55rem}
.spm-feature{display:flex;align-items:center;gap:.55rem;font-size:.95rem;color:var(--spillover-dark);font-weight:700}
.spm-icon{width:20px;display:inline-flex;justify-content:center;margin-top:.05rem}
.spm-on .spm-icon{color:#19a54a}
.spm-off{font-style:italic;font-weight:400;font-size:.85rem}
.spm-off .spm-icon{color:rgba(156,0,0,.65)}
.spm-addons{padding:3.25rem 0 0}
.spm-addons-heading{font-size:var(--section-header-font-size);font-style:italic;font-weight:700;color:var(--spillover-dark);margin:0 0 1.25rem}
.spm-addons-block{margin:1.15rem auto 0;max-width:980px}
.spm-addons-sub{color:rgba(0,0,0,.35);font-weight:400;font-style:italic;margin:0 0 .45rem;font-size:var(--section-sub-header-font-size)}
.spm-addons-line{margin:0;color:var(--spillover-dark);font-weight:400;font-style:italic;font-size:var(--section-small-header-font-size)}
.spm-concierge{padding:4.75rem 0 5.25rem;background:var(--spillover-white);position:relative;z-index:2}
.spm-concierge-inner{width:1250px;max-width:100%;margin:0 auto;padding:0 1rem;text-align:center}
.spm-concierge-heading{font-size:var(--section-header-font-size);font-style:italic;font-weight:700;color:var(--spillover-dark);margin:0 0 .75rem}
.spm-concierge-subtitle{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin:0 auto 1.25rem;max-width:980px}
.spm-concierge-body{max-width:980px;margin:0 auto 1rem;color:var(--spillover-dark);font-size:var(--p-font-size);line-height:1.7}
.spm-concierge-body-tight{margin-bottom:2.25rem}
.spm-concierge-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1200px;margin:0 auto 1.75rem}
.spm-concierge-img{width:100%;height:auto;border-radius:10px;display:block;filter:drop-shadow(0 14px 34px rgba(0,0,0,.18))}
.spm-bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start;max-width:980px;margin:0 auto}
.spm-bundle-card{background:#eef1f3;border-radius:10px;overflow:visible;box-shadow:0 0 5px rgba(0,0,0,.25);border:1px solid rgba(0,0,0,.08);transform:translateY(0) scale(1);transition:transform .18s ease,box-shadow .18s ease}
.spm-bundle-top{padding:.95rem .8rem;box-shadow:0px 0px 5px var(--spillover-dark);border-radius:10px 10px 0 0}
.spm-bundle-name{color:var(--spillover-white);font-weight:900;letter-spacing:.02em;font-size:1.02rem;line-height:1.2}
.spm-bundle-body{padding:1.15rem 1.15rem 1.25rem}
.spm-bundle-num{font-weight:900;color:var(--spillover-dark);font-size:1.1rem;margin:.25rem 0 .15rem}
.spm-bundle-desc{color:var(--spillover-dark);font-weight:400;font-style:italic;font-size:var(--p-font-size);line-height:1.35;margin:0}
.spm-bundle-sep{height:1px;background:rgba(0,0,0,.12);margin:1rem auto;max-width:75%}
.spm-bundle-kicker{font-weight:900;color:var(--spillover-dark);margin:.25rem 0 .25rem}
.spm-bundle-tall .spm-bundle-body{padding-bottom:1.35rem}
.spm-package-card:hover,.spm-package-card:focus-within,.spm-bundle-card:hover,.spm-bundle-card:focus-within{transform:translateY(-4px) scale(1.03);box-shadow:0 22px 42px rgba(0,0,0,.22)}
@keyframes spm-price-pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
.spm-package-card-special:hover .spm-package-price,.spm-package-card-special:focus-within .spm-package-price{animation:spm-price-pulse .9s ease-in-out infinite}
@media (prefers-reduced-motion:reduce){
.spm-package-card-special:hover .spm-package-price,.spm-package-card-special:focus-within .spm-package-price{animation:none}
}
@media (hover:none){
.spm-package-card:hover{transform:none}
}
.spm-package-card-special{position:relative;z-index:1}
.spm-package-offer-badge{position:absolute;top:-30px;left:50%;transform:translateX(-50%) translateY(6px);background:#fff66b;color:#2b2b2b;border:2px solid rgba(0,0,0,.25);border-radius:12px;padding:.35rem .9rem;font-weight:500;font-style:italic;box-shadow:0 10px 18px rgba(0,0,0,.18);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;width:90%}
.spm-package-card-special:hover .spm-package-offer-badge,.spm-package-card-special:focus-within .spm-package-offer-badge{opacity:1;transform:translateX(-50%) translateY(0)}
.spm-package-card-special .spm-price-normal{display:inline-flex;align-items:baseline;gap:0;overflow:hidden;max-height:90px;transition:max-height .28s ease}
.spm-package-card-special .spm-price-normal .spm-price-amt,.spm-package-card-special .spm-price-normal .spm-price-amt-special{display:inline-block;overflow:hidden;white-space:nowrap;max-width:20ch;max-height:100%;transition:opacity .18s ease,transform .18s ease;margin-right:.35rem}
.spm-package-card-special .spm-price-normal .spm-price-amt-special{color:#fff66b;-webkit-text-stroke:1px rgba(0,0,0,.35);text-shadow:0 2px 10px rgba(0,0,0,.22);font-size:2.2rem;letter-spacing:.01em;max-width:0;max-height:0;opacity:0;transform:translateY(6px);margin-right:0}
.spm-package-card-special .spm-price-normal .spm-price-amt{opacity:1;transform:translateY(0);color:var(--spillover-red)}
.spm-asterick-special{display:inline-block;overflow:hidden;max-width:0;opacity:0;transition:opacity .18s ease}
.spm-package-card-special:hover .spm-price-normal .spm-price-amt,.spm-package-card-special:focus-within .spm-price-normal .spm-price-amt{max-width:0;max-height:0;opacity:0;transform:translateY(6px);margin-right:0}
.spm-package-card-special:hover .spm-price-normal .spm-price-amt-special,.spm-package-card-special:focus-within .spm-price-normal .spm-price-amt-special{max-width:20ch;max-height:100%;opacity:1;transform:none;margin-right:.35rem}
.spm-package-card-special:hover .spm-asterick-special,.spm-package-card-special:focus-within .spm-asterick-special{max-width:2ch;max-height:100%;opacity:1}
.spm-package-card-special .spm-offer-footnote{overflow:hidden;max-height:0;margin:0;padding:0;opacity:0;transform:translateY(6px);transition:max-height .28s ease,margin .28s ease,opacity .18s ease,transform .18s ease;color:rgba(0,0,0,.55);font-style:italic;font-weight:500;font-size:.78rem;line-height:1.3}
.spm-package-card-special:hover .spm-offer-footnote,.spm-package-card-special:focus-within .spm-offer-footnote{max-height:90px;margin:.6rem 0 0;opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
.spm-package-card,.spm-package-offer-badge,.spm-package-card-special .spm-price-normal,.spm-package-card-special .spm-price-normal .spm-price-amt,.spm-package-card-special .spm-price-normal .spm-price-amt-special,.spm-asterick-special,.spm-package-card-special .spm-offer-footnote{transition:none}
.spm-package-card:hover,.spm-package-card:focus-within{transform:none}
}
@media (max-width:1100px){
.spm-package-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:45px}
}
@media (max-width:991px){
.spm-concierge-media{grid-template-columns:1fr}
.spm-bundle-grid{grid-template-columns:1fr}
.spm-package-card{border-radius:14px}
.spm-package-top{border-radius:14px 14px 0 0}
.spm-package-body{border-radius:0 0 14px 14px}
.spm-package-offer-badge{top:-30px}
}
@media (max-width:575px){
.spm-packages{padding:3.25rem 0}
.spm-package-grid{grid-template-columns:1fr}
.spm-addons{padding-top:2.5rem}
.spm-concierge{padding:3.75rem 0 4.25rem}
.spm-package-body{padding:1.15rem 1.15rem 1.25rem}
}

.modaal-container {border-radius:25px}
.modaal-content-container .cms-form button,.modaal-content-container .cmsform>.form-group {margin-bottom:0px}
.modaal-close {right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}
@media (max-width:1200px) {
.modaal-close {right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);top:5px}
}
.modaal-close {background-color:var(--spillover-red) !important}
.lined-heading {display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 20px;padding-bottom:10px;width:100%;text-transform:uppercase;line-height:1;color:var(--spillover-dark);font-weight:700}
[class*=text][class*=center] .lined-heading::before, [class*=text][class*=left] .lined-heading::before, .lined-heading[class*=text][class*=center]::before, .lined-heading[class*=text][class*=left]::before, .lined-heading::after {display:block;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border-top:1px solid var(--spillover-light);border-bottom:1px solid var(--spillover-light);height:0.5em;content:""}
.lined-heading::after {margin-left:18px}
.text-center .lined-heading::before {margin-right: 18px;}

.tiles{padding:3.25rem 0 2.5rem}
.tiles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
@media (max-width:991px){
.tiles-grid{grid-template-columns:1fr;gap:18px}
}
.tile{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 9px 18px var(--spillover-shadow);background:var(--spillover-light);min-height:350px}
.tile-media{position:absolute;inset:0}
.tile-media img{width:100%;height:100%;object-fit:cover;display:block}
.tile-ribbon{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);width:70%;max-width:420px;background:var(--spillover-red);border-radius:999px;padding:.55rem 1.25rem;text-align:center;transition:opacity .18s ease,transform .18s ease}
.tile-ribbon span{display:inline-block;color:var(--spillover-white);font-style:italic;font-weight:700;letter-spacing:.01em}
.tile-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease}
.tile:hover .tile-overlay,.tile:focus-within .tile-overlay,.tile[data-open="true"] .tile-overlay{opacity:1;transform:none;pointer-events:auto}
.tile:hover .tile-ribbon, .tile:focus-within .tile-ribbon{opacity:0;transform:none;pointer-events:auto}
.tile-card{width:min(86%,760px);background:var(--spillover-light);border-radius:20px;padding:1.25rem 1.4rem;box-shadow:0 10px 22px var(--spillover-shadow)}
.tile-card p{margin:0;color:var(--spillover-dark);line-height:1.55;text-align:center;font-size:1.02rem}
@media (max-width:575px){
.tile{min-height:400px}
.tile-card{width:92%;padding:1.05rem 1.1rem}
.tile-card p{font-size:.98rem}
.tile-ribbon{width:78%}
}
@media (max-width:376px){
.tile{min-height:450px}
}
@media (prefers-reduced-motion:reduce){
.tile-overlay{transition:none}
}
.rc-wrap{position:relative;padding:0;margin:0}
.rc{background:var(--spillover-navy);color:var(--spillover-light);padding:4.25rem 0 4.5rem}
.rc-inner{text-align:center;max-width:980px;margin:0 auto}
.rc-kicker{font-size:var(--tab-header-font-size);font-weight:400;font-style:italic;margin-bottom:.9rem;color:var(--spillover-light-gray)}
.rc-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-white);margin-bottom:1rem;margin-top:0}
.rc-body{margin:0 auto 2.15rem;max-width:820px;font-size:1rem;line-height:1.75;color:var(--spillover-white)}
.rc-actions{display:flex;gap:22px;justify-content:center;flex-wrap:wrap}
.help{padding:3.5rem 0 4.25rem;text-align:center}
.help-kicker{font-size:var(--tab-header-font-size);font-weight:400;font-style:italic;margin-bottom:.9rem;color:var(--spillover-gray)}
.help-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:1rem;margin-top:0}

.about{background:var(--spillover-light-blue);padding:3.5rem 0 2.25rem}
.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:38px;align-items:start}
.about-copy p{margin:0 0 1.1rem;color:var(--spillover-dark);line-height:1.7;font-size:var(--p-font-size);max-width:720px}
.about-eyebrow{font-size:var(--tab-header-font-size)!important;font-weight:400;font-style:italic;margin-bottom:.9rem!important;color:var(--spillover-gray)!important}
.about-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:1rem;margin-top:0}
.about-media{display:flex;flex-direction:column;gap:18px;align-items:center;justify-content:center;height:100%}
.about-img{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 9px 18px var(--spillover-shadow);background:var(--spillover-light)}
.about-img img{display:block;width:100%;height:100%;object-fit:cover}
.about-img-top{width:100%;aspect-ratio:16/9}
.about-img-bottom{width:90%;aspect-ratio:16/9}
.values{padding:3.75rem 0 4rem}
.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.values-media{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 9px 18px var(--spillover-shadow);background:var(--spillover-light);aspect-ratio:16/9}
.values-media img{display:block;width:100%;height:100%;object-fit:cover}
.values-title{margin:.15rem 0 1.25rem;font-weight:800;color:var(--spillover-dark);font-size:var(--section-sub-header-font-size);line-height:1.15}
.values-copy p{margin:0 0 1.1rem;color:var(--spillover-dark);line-height:1.7;font-size:var(--p-font-size);max-width:620px}
.partners{padding:4rem 0 4.5rem;text-align:center}
.partners-eyebrow{font-size:var(--tab-header-font-size)!important;font-weight:400;font-style:italic;margin-bottom:.9rem!important;color:var(--spillover-gray)!important}
.partners-title{font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);margin-bottom:1rem;margin-top:0}
.partners-logos{display:flex;gap:64px;justify-content:center;align-items:center;flex-wrap:wrap}
.partner{display:flex;align-items:center;justify-content:center;min-width:180px}
.partner img{display:block;max-width:240px;width:auto;height:auto}
@media (max-width:991px){
.about-grid{grid-template-columns:1fr;gap:26px}
.about-media{align-items:flex-start}
.about-img-top,.about-img-bottom{width:100%}
.values-grid{grid-template-columns:1fr;gap:26px}
.values-media{order:1}
.values-copy{order:2}
}
@media (max-width:575px){
.about{padding:3rem 0 2rem}
.values{padding:3.25rem 0 3.5rem}
.partners{padding:3.5rem 0 4rem}
.partners-logos{gap:34px}
.partner img{max-width:210px}
}

.bp-hero{padding:3.25rem 0 2.75rem}
.bp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.bp-hero-media{border-radius:16px;overflow:hidden}
.bp-hero-media img{width:100%;height:auto;display:block}
.bp-hero-copy h2{margin:0 0 1rem;font-size:var(--section-sub-header-font-size);font-weight:700;line-height:1.15;color:var(--spillover-dark)}
.bp-hero-desc{margin:0 0 1.35rem;color:var(--spillover-dark);line-height:1.7;max-width:52ch;font-size:var(--p-font-size)}
.bp-guides{padding:3.25rem 0 4rem}
.bp-section-title{margin:0 0 1.75rem;font-size:var(--section-sub-header-font-size);font-weight:700;color:var(--spillover-dark);text-align:center}
.bp-guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}
.bp-guide-card{background:var(--spillover-white);border-radius:16px;overflow:hidden;box-shadow:0 9px 18px var(--spillover-shadow);border:1px solid var(--spillover-shadow);padding:1.1rem 1.1rem 1.25rem;text-align:center;display:flex;flex-direction:column;gap:.95rem}
.bp-guide-card img{width:100%;height:auto;display:block;border-radius:12px}
.bp-guide-card h3{margin:0;font-size:var(--p-font-size);font-weight:700;line-height:1.35;color:var(--spillover-dark)}
.bp-guide-card .btn{margin-top:auto;align-self:center}
.bp-guide-card:hover,.bp-guide-card:focus-within{box-shadow:0 9px 18px var(--spillover-shadow)}
.bp-support{padding:3.25rem 0 4rem;margin:1rem}
.bp-support-inner{display:flex;gap:28px;align-items:center;justify-content:center;max-width:980px;margin:0 auto;padding:2.25rem 1.75rem;border-radius:16px;background:var(--spillover-light);box-shadow:0 9px 18px var(--spillover-shadow);border-left:5px solid var(--spillover-red)}
.bp-support-icon{width:62px;height:62px;border-radius:999px;background:var(--spillover-navy);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.bp-support-icon span{color:var(--spillover-light);font-weight:900;font-size:1.6rem;line-height:1}
.bp-support-copy h2{margin:0 0 .85rem;font-size:var(--section-sub-header-font-size);font-weight:700;line-height:1.15;color:var(--spillover-dark)}
@media (max-width:991px){
.bp-hero-grid{grid-template-columns:1fr;gap:24px}
.bp-hero-copy h2{text-align:center}
.bp-hero-desc{margin-left:auto;margin-right:auto;text-align:center}
.bp-hero-copy .btn{display:inline-flex}
.bp-hero-copy{text-align:center}
.bp-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.bp-support-inner{flex-direction:column;text-align:center}
}
@media (max-width:575px){
.bp-hero{padding:2.75rem 0 2.25rem}
.bp-guides{padding:2.75rem 0 3.25rem}
.bp-guides-grid{grid-template-columns:1fr}
.bp-support{padding:2.75rem 0 3.25rem;margin:1rem}
.bp-support-inner{padding:1.75rem 1.1rem}
}
@media (prefers-reduced-motion:reduce){
.bp-guide-card:hover,.bp-guide-card:focus-within{box-shadow:0 9px 18px var(--spillover-shadow)}
}

.w-card {border-radius:0.5rem;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.15) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.15) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;border:none}
.w-card .card-footer:last-child {border-radius:0 0 0.5rem 0.5rem}
.btn-images {border:none;outline:none}
.btn-images:hover,.btn-images:active,.btn-images:focus {border:none;outline:none}
.btn-search {padding:0rem 2rem;height:auto;border:none}
.w-card .card-img-top {width:100%;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem}
#st_registerform_iframe{width:100%}

#main-content:has(#blog.showing-post) .internal-hero-title,#main-content:has(#blog.showing-post) .hero-subtitle, #main-content:has(#blog.showing-post) .hero-actions {display:none !important}
.max-500{  max-width: 500px;}

.integrations-page{background:var(--spillover-white)}
.integrations-logos{padding-top:4.5rem;padding-bottom:4.5rem}
.integrations-logos-grid{display:flex;flex-wrap:wrap;gap:2.25rem 3rem;justify-content:center;align-items:center}
.integrations-logo{flex:0 0 165px;display:flex;justify-content:center;align-items:center}
.integrations-logo img{width:auto;max-width:100%;height:56px;max-height:56px;display:block;object-fit:contain}
.integrations-cta{background:var(--spillover-red,#8b1f1f);padding-top:5rem;padding-bottom:5rem}
.integrations-cta-card{max-width:980px;margin-left:auto;margin-right:auto;background:var(--spillover-white);border-radius:18px;padding:3.5rem 2.5rem;text-align:center;box-shadow:0 10px 30px rgb(0 0 0 / .12);min-height:420px;display:flex;flex-direction:column;justify-content:flex-start}
.integrations-cta-title{font-size:clamp(1.25rem,1.2rem + .6vw,1.75rem);font-weight:700;margin:0 0 1rem;color:#111}
.integrations-cta-text{margin:0 auto 2.25rem;max-width:520px;color:#2b2b2b;font-size:1rem;line-height:1.6}
.integrations-cta-divider{border:0;height:1px;background:rgb(0 0 0 / .25);width:min(560px,100%);margin:1.5rem auto 1.75rem}
.integrations-cta-link{display:inline-block;font-weight:600;color:#111;text-decoration:none;padding:.5rem .75rem;border-radius:10px;outline-offset:3px}
.integrations-cta-link:hover,.integrations-cta-link:focus-visible{text-decoration:underline}
@media (max-width:1199.98px){
.integrations-logos-grid{gap:2rem 2.5rem}
.integrations-logo{flex-basis:160px}
}
@media (max-width:767.98px){
.integrations-logos{padding-top:3rem;padding-bottom:3rem}
.integrations-logos-grid{gap:1.5rem 1.5rem}
.integrations-logo{flex-basis:140px}
.integrations-logo img{height:48px;max-height:48px}
.integrations-cta{padding-top:3.5rem;padding-bottom:3.5rem}
.integrations-cta-card{padding:2.75rem 1.5rem;min-height:380px}
}
@media (max-width:419.98px){
.integrations-logo{flex-basis:120px}
}

.spillover-loyalty-loop h2,.spillover-loyalty-loop h3,.spillover-loyalty-loop h4{font-weight:var(--section-header-font-weight-bold)}
.spillover-loyalty-loop{margin:0 auto;color:var(--spillover-dark)}
.spillover-loyalty-loop h2{color:var(--spillover-red);font-weight:700;text-transform:uppercase;font-size:14px;margin-bottom:.25rem}
.spillover-loyalty-loop h2{font-size:var(--section-header-font-size);margin-bottom:1rem}
.spillover-loyalty-loop h3{color:var(--spillover-red);font-size:var(--section-sub-header-font-size);margin-top:3rem;margin-bottom:.75rem}
.spillover-loyalty-loop h4{font-size:var(--section-small-header-font-size);margin-top:2rem;margin-bottom:.5rem}
.spillover-loyalty-loop p{margin-bottom:1rem}
.spillover-loyalty-loop ul{padding-left:1.25rem;margin-bottom:1.25rem}
.spillover-loyalty-loop hr{margin:3.5rem 0}

.spillover-found-online-guide{margin:0 auto;color:var(--spillover-dark)}
.spillover-found-online-guide h2{font-size:clamp(34px, 4vw, 52px);font-weight:800;letter-spacing:.2px;margin:0 0 18px}
.spillover-found-online-guide h3{font-size:clamp(22px, 2.4vw, 32px);font-weight:700;margin:0 0 22px}
.spillover-found-online-guide p{font-size:var(--p-font-size);color:var(--spillover-mid);margin:0 0 14px}
.spillover-found-online-guide .lead-note{margin-top:10px}
.spillover-found-online-guide .guide-list{margin:24px 0 0;padding-left:1.2rem}
.spillover-found-online-guide .guide-list>li{margin:22px 0}
.spillover-found-online-guide .guide-list>li>.list-title{display:inline-block;font-weight:700;font-size:22px;color:var(--spillover-dark);margin-bottom:8px}
.spillover-found-online-guide .guide-list ul{margin:10px 0 0;padding-left:1.2rem;color:var(--spillover-mid)}
.spillover-found-online-guide .guide-list ul li{margin:6px 0}
@media (max-width:575.98px){.spillover-found-online-guide .guide-list>li>.list-title{font-size:20px}}

.spillover-search-everywhere{margin:0 auto;color:var(--spillover-dark)}
.spillover-search-everywhere h2{font-size:clamp(34px, 4vw, 52px);font-weight:800;letter-spacing:.2px;margin:0 0 28px}
.spillover-search-everywhere h3{font-size:clamp(22px, 2.4vw, 32px);font-weight:700;margin:0 0 18px}
.spillover-search-everywhere p{font-size:var(--p-font-size);color:var(--spillover-mid);margin:0 0 14px}
.spillover-search-everywhere ul{padding-left:1.25rem;margin:14px 0 26px}
.spillover-search-everywhere ul li{margin:6px 0}
.spillover-search-everywhere .cta-wrap{margin:20px 0 40px}

.partners-page{background:var(--spillover-white)}
.partners-logos{padding-top:4.5rem;padding-bottom:4.5rem}
.partners-logos-grid{display:flex;flex-wrap:wrap;gap:2.25rem 6.5rem;justify-content:center;align-items:center}
.partners-logo{flex:0 0 250px;display:flex;justify-content:center;align-items:center;}
.partners-logo img{width:250px;max-width:100%;height:auto;display:block;object-fit:contain;}
.partners-cta{background:var(--spillover-red,#8b1f1f);padding-top:5rem;padding-bottom:5rem}
.partners-cta-card{max-width:980px;margin-left:auto;margin-right:auto;background:var(--spillover-white);border-radius:18px;padding:3.5rem 2.5rem;text-align:center;box-shadow:0 10px 30px rgb(0 0 0 / .12);min-height:520px;display:flex;flex-direction:column;justify-content:flex-start}
.partners-cta-title{font-size:clamp(1.15rem,1.05rem + .6vw,1.6rem);font-weight:700;margin:0 0 1rem;color:var(--spillover-dark)}
.partners-cta-text{margin:0 auto 2.25rem;max-width:560px;color:var(--spillover-mid);font-size:1rem;line-height:1.6}
.partners-cta-divider{border:0;height:1px;background:rgb(0 0 0 / .25);width:min(560px,100%);margin:1.5rem auto 2rem}
.partners-form-placeholder{font-weight:700;color:var(--spillover-dark);margin-top:1.25rem}
@media (max-width:1199.98px){
.partners-logos-grid{gap:2rem 2.75rem}
.partners-logo{flex-basis:200px}
.partners-logo img{height:62px;max-height:62px}
}
@media (max-width:767.98px){
.partners-logos{padding-top:3rem;padding-bottom:3rem}
.partners-logos-grid{gap:1.5rem 2rem}
.partners-logo{flex-basis:170px}
.partners-logo img{height:54px;max-height:54px}
.partners-cta{padding-top:3.5rem;padding-bottom:3.5rem}
.partners-cta-card{padding:2.75rem 1.5rem;min-height:460px}
}
@media (max-width:419.98px){
.partners-logo{flex-basis:150px}
}

.kb-search{padding:4.5rem 1.25rem;text-align:center}
.kb-search-inner{max-width:760px;margin:0 auto}
.kb-search h2{max-width: 991px;font-size: var(--section-sub-header-font-size);font-weight: var(--section-header-font-weight-bold);color: var(--spillover-dark);margin: 0 auto .75rem;font-style: italic;}
#kbSearchInput{width:100%;max-width:680px;padding:.9rem 1.25rem;font-size:1rem;border-radius:10px;border:1px solid #d1d5db;box-shadow:0 2px 6px rgba(0,0,0,.06)}
#kbSearchInput:focus{outline:0;border-color:#8b1f1f;box-shadow:0 0 0 3px rgba(139,31,31,.25)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


.digital-marketing-feature-text .feature-digital-img-1{width:575px;top:16%;right:38%;z-index:3}
@media (max-width:1500px) {
.digital-marketing-feature-text .feature-digital-img-1{width:492px;right:20%;top:21%}
}
@media (max-width:1199px) {
.digital-marketing-feature-text .feature-digital-img-1{width:437px;right:6%;top:20%}
}

.grecaptcha-badge{z-index:10000}