:root{--navy:#17314a;--navy-2:#244764;--text:#263746;--muted:#6e7c87;--line:#dfe5e9;--soft:#f4f7f8;--white:#fff;--accent:#b79a68;--shadow:0 10px 30px rgba(25,49,70,.08);} *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55} a{color:inherit;text-decoration:none} img{max-width:100%;height:auto;display:block} .container{width:min(1180px,calc(100% - 40px));margin:0 auto} .site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)} .header-inner{height:82px;display:flex;align-items:center;gap:32px} .brand{font-size:22px;font-weight:600;color:var(--navy);white-space:nowrap;letter-spacing:.2px;display:flex;align-items:center;flex-shrink:0}.brand span{font-weight:800;letter-spacing:1px}.site-header .custom-logo-link{display:flex;align-items:center}.site-header .custom-logo{max-height:80px;width:auto} .site-header nav{margin-left:auto}.site-header nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.site-header nav a{font-size:15px;color:#384b5b}.site-header nav a:hover{color:var(--navy)} .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--navy);background:var(--navy);color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.btn:hover{background:var(--navy-2);border-color:var(--navy-2)}.btn-small{min-height:42px;padding:0 18px}.btn.light{background:#fff;color:var(--navy);border-color:#fff}.btn.ghost{background:#fff;color:var(--navy)}.btn.block{width:100%;margin-top:10px} .hero{position:relative;min-height:590px;display:flex;align-items:center;background:#f7f9fa;overflow:hidden}.hero:after{content:"";position:absolute;right:0;top:0;width:66%;height:100%;background:linear-gradient(90deg,#f7f9fa 0%,rgba(247,249,250,.97) 8%,rgba(247,249,250,.82) 18%,rgba(247,249,250,.48) 31%,rgba(247,249,250,.16) 44%,rgba(247,249,250,0) 58%),url('../images/bcm-start-motoryacht-sunset.webp') center/cover no-repeat}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(247,249,250,1) 0%,rgba(247,249,250,.98) 34%,rgba(247,249,250,.80) 43%,rgba(247,249,250,.42) 52%,rgba(247,249,250,.12) 60%,rgba(247,249,250,0) 69%)}.hero-content{position:relative;z-index:2;padding:80px 0;max-width:1180px}.hero-content>p:not(.eyebrow){max-width:570px;font-size:18px;color:#536573;margin:18px 0 28px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.1px;color:#74828c;margin:0 0 12px}.hero h1,.page-hero h1,.yacht-title h1{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-weight:400;line-height:1.02}.hero h1{font-size:clamp(46px,6vw,76px);max-width:670px;margin:0}.hero-search{display:grid;grid-template-columns:1fr auto;max-width:650px;background:#fff;padding:7px;border:1px solid #dce3e7;box-shadow:var(--shadow)}.hero-search input{border:0;outline:0;padding:0 16px;font-size:15px;min-width:0}.hero-links{display:flex;gap:25px;margin-top:20px;font-size:14px;font-weight:700;color:var(--navy)} .section{padding:78px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.section h2,.services h2,.cta h2,.yacht-detail h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(32px,4vw,46px);font-weight:400;color:var(--navy);margin:0;line-height:1.12}.section-head>a{font-size:14px;font-weight:700;color:var(--navy);border-bottom:1px solid #aeb9c1;padding-bottom:3px} .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.cards-2{grid-template-columns:repeat(2,1fr)}.yacht-card{background:#fff;border:1px solid var(--line);transition:.2s;overflow:hidden}.yacht-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image{display:block;position:relative;aspect-ratio:3/2;background:#edf1f3;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.yacht-card:hover .card-image img{transform:scale(1.025)}.placeholder{height:100%;display:grid;place-items:center;color:#80909b;font-weight:700}.badge{position:absolute;left:16px;top:16px;background:#fff;color:var(--navy);font-size:10px;letter-spacing:1.2px;font-weight:800;padding:8px 11px;box-shadow:0 3px 12px rgba(0,0,0,.1)}.card-body{padding:20px 20px 22px}.card-meta{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.7px}.card-body h3{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:400;color:var(--navy);margin:7px 0 14px;line-height:1.2}.spec-row{display:flex;gap:12px;flex-wrap:wrap;color:#647581;font-size:13px;padding:12px 0;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}.spec-row span:not(:last-child):after{content:'·';margin-left:12px}.price{font-size:18px;color:var(--navy);font-weight:800;padding-top:15px} .dark{background:#f3f6f7;color:var(--text)}.dark .eyebrow{color:#72818c}.dark h2{color:var(--navy)}.dark .yacht-card{border-color:#dce3e7} .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-grid article{padding:32px 35px 36px 0}.service-grid article+article{border-left:1px solid var(--line);padding-left:35px}.service-grid span{font-size:12px;color:#93a0a9;font-weight:700}.service-grid h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:26px;font-weight:400;margin:8px 0}.service-grid p{color:#657681;margin:0} .cta{padding:72px 0;background:var(--navy);color:#fff}.cta .eyebrow{color:#c6d0d7}.cta h2{color:#fff;max-width:760px;margin-bottom:28px} .site-footer{background:#f6f8f9;border-top:1px solid var(--line);padding:58px 0 22px;color:#5e6e79}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.footer-brand{font-family:Georgia,'Times New Roman',serif;font-size:28px;color:var(--navy);margin-bottom:10px}.site-footer strong{color:var(--navy)}.site-footer ul{list-style:none;padding:0;margin:12px 0}.site-footer li{margin:7px 0}.motto{font-style:italic;color:var(--navy)}.legal{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);font-size:12px} .page-hero{padding:70px 0 58px;background:var(--soft);border-bottom:1px solid var(--line)}.page-hero h1{font-size:54px;margin:0 0 12px}.page-hero p:last-child{color:var(--muted);margin:0}.archive-layout{display:grid;grid-template-columns:270px 1fr;gap:42px;padding-top:55px;padding-bottom:75px}.filters{border:1px solid var(--line);padding:24px;height:max-content;background:#fff;position:sticky;top:105px}.filters h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:25px;font-weight:400;margin:0 0 18px}.filters form{display:grid;gap:11px}.filters input,.filters select{width:100%;height:46px;border:1px solid #d8e0e4;background:#fff;padding:0 12px;color:#445866}.results-head{display:flex;justify-content:space-between;margin-bottom:18px;color:var(--navy)} .yacht-title{padding:58px 0 28px;background:#fff}.yacht-title h1{font-size:52px;margin:0 0 24px}.title-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:18px;color:var(--muted)}.title-bottom strong{color:var(--navy);font-size:22px}.yacht-gallery{background:var(--soft);padding:0 0 45px}.yacht-gallery img{width:100%;max-height:720px;object-fit:cover}.yacht-detail{padding:65px 0 85px}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:60px}.content{font-size:16px;color:#536673}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:25px;border-top:1px solid var(--line)}.spec-grid>div{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.spec-grid>div:nth-child(odd){padding-right:22px}.spec-grid>div:nth-child(even){padding-left:22px;border-left:1px solid var(--line)}.spec-grid span{color:var(--muted)}.spec-grid strong{color:var(--navy);text-align:right}.contact-card{border:1px solid var(--line);padding:28px;height:max-content;position:sticky;top:105px;box-shadow:var(--shadow)}.contact-card h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;color:var(--navy);font-weight:400;line-height:1.2;margin:0 0 13px}.contact-card small{display:block;margin-top:18px;color:#8b98a1} .home-search-strip{position:relative;z-index:4;margin-top:-34px}.search-panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:20px;display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px}.search-panel input,.search-panel select{height:48px;border:1px solid #dce3e7;padding:0 13px;background:#fff;color:#455965} .intro-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.intro-copy{font-size:18px;color:#60717c;margin-top:3px}.mini-links{display:flex;gap:24px;flex-wrap:wrap;margin-top:22px}.mini-links a{font-weight:700;color:var(--navy);border-bottom:1px solid #b8c2c8} @media(max-width:900px){.site-header nav{display:none}.header-inner{height:70px}.site-header .custom-logo{max-height:62px}.hero{min-height:auto}.hero:after{opacity:.3;width:100%}.hero-overlay{background:rgba(255,255,255,.82)}.hero-content{padding:70px 0 90px}.hero-search{grid-template-columns:1fr}.cards,.cards-2{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article+article{padding:24px 0;border-left:0;border-bottom:1px solid var(--line)}.archive-layout,.detail-grid,.footer-grid,.intro-row{grid-template-columns:1fr}.filters,.contact-card{position:static}.search-panel{grid-template-columns:1fr 1fr}.footer-grid{gap:25px}} @media(max-width:620px){.container{width:min(100% - 28px,1180px)}.header-inner>.btn{display:none}.hero h1{font-size:45px}.hero-search{box-shadow:none}.cards,.cards-2{grid-template-columns:1fr}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column}.search-panel{grid-template-columns:1fr}.home-search-strip{margin-top:-22px}.archive-layout{padding-top:30px}.page-hero h1,.yacht-title h1{font-size:40px}.title-bottom{flex-direction:column}.spec-grid{grid-template-columns:1fr}.spec-grid>div:nth-child(even){padding-left:0;border-left:0}.spec-grid>div:nth-child(odd){padding-right:0}} .topbar{background:var(--navy);color:#eaf0f4;font-size:12px}.topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{color:#fff} .header-inner{height:86px}.primary-nav{margin-left:auto}.primary-nav .menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.primary-nav .menu>li{position:relative}.primary-nav .menu>li>a{display:flex;align-items:center;height:86px;padding:0 13px;font-size:14px;font-weight:700;color:#314758;white-space:nowrap}.primary-nav .menu>li:hover>a,.primary-nav .menu>li.current-menu-item>a,.primary-nav .menu>li.current-menu-ancestor>a{color:var(--navy)} .primary-nav .menu-item-has-children>a:after{content:'⌄';font-size:12px;margin-left:7px;transform:translateY(-1px)}.submenu-toggle{display:none}.primary-nav .sub-menu{position:absolute;left:0;top:calc(100% - 1px);min-width:235px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--navy);box-shadow:0 18px 38px rgba(23,49,74,.13);list-style:none;padding:8px 0;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:60}.primary-nav .sub-menu a{display:block;padding:11px 18px;font-size:14px;color:#455a69;border-bottom:1px solid #f0f3f5}.primary-nav .sub-menu li:last-child a{border-bottom:0}.primary-nav .sub-menu a:hover{background:#f5f8f9;color:var(--navy)}.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none} .menu-toggle{display:none;width:44px;height:40px;padding:8px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;width:25px} @media(max-width:1050px){.header-contact{display:none}.primary-nav .menu>li>a{padding:0 9px;font-size:13px}} @media(max-width:900px){.topbar-inner>span:first-child{display:none}.topbar-inner{justify-content:center}.menu-toggle{display:block;margin-left:auto}.primary-nav{display:none!important;position:absolute;left:0;right:0;top:102px;background:#fff;border-top:1px solid var(--line);box-shadow:0 14px 30px rgba(23,49,74,.12);max-height:calc(100vh - 102px);overflow:auto}.site-header.menu-open .primary-nav{display:block!important}.primary-nav .menu{display:block;padding:8px 20px 18px}.primary-nav .menu>li{border-bottom:1px solid #edf1f3}.primary-nav .menu>li>a{height:auto;padding:15px 4px;font-size:15px}.primary-nav .menu-item-has-children>a:after{display:none}.submenu-toggle{display:block;position:absolute;right:0;top:7px;width:42px;height:42px;border:0;background:transparent;color:var(--navy);font-size:20px;cursor:pointer}.primary-nav .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--line);margin:0 0 10px 5px;padding:0 0 0 12px}.primary-nav li.submenu-open>.sub-menu{display:block}.primary-nav .sub-menu a{padding:10px 8px;border:0}.header-inner{height:70px}.primary-nav{top:102px}} @media(max-width:620px){.topbar{display:none}.primary-nav{top:70px;max-height:calc(100vh - 70px)}} .bcm-boatvertizer-wrap {width:100%;max-width:1280px;margin:0 auto;min-height:420px;} .bcm-boatvertizer-wrap #boatvertizer {width:100%;} body.page-slug-gebrauchtyachten .content.narrow {max-width:1320px;} .bcm-search-handover{max-width:1280px;margin:0 auto 16px;padding:12px 14px;background:#f5f7f8;border:1px solid var(--line);font-size:14px;color:#5f707c} .bcm-search-handover strong{color:var(--navy)} #boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery,.slider,.carousel,.swiper-wrapper,.splide__list)[class] {max-width:100%;} #boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>*>img),#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>img) {display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important;width:100% !important;} #boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]>:is(a,div,figure,picture),#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]>img {min-width:0 !important;width:100% !important;} #boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class] img {width:100% !important;aspect-ratio:4/3;object-fit:cover !important;} @media(max-width:900px){#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>*>img),#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>img){grid-template-columns:repeat(2,minmax(0,1fr)) !important;}} @media(max-width:620px){#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>*>img),#boatvertizer:is(.gallery,.image-gallery,.images,.photos,.photo-gallery)[class]:has(>img){grid-template-columns:1fr !important;}} .bcm-kubio-home>.wp-block-html,.bcm-kubio-home>.wp-block-shortcode,.bcm-kubio-home>p:empty {margin:0;} .bcm-kubio-home .wp-block-shortcode {max-width:none;} .bcm-kubio-home .wp-block-shortcode>.cards {margin:0;} .bcm-kubio-home>.wp-block-group{margin-block-start:0} .bcm-kubio-home .wp-block-group.container{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto} .bcm-kubio-home .hero .wp-block-heading,.bcm-kubio-home .section .wp-block-heading,.bcm-kubio-home .cta .wp-block-heading{margin-top:0} .bcm-kubio-home .hero-links p,.bcm-kubio-home .mini-links p,.bcm-kubio-home .section-head p{margin:0} .bcm-kubio-home .service-grid.wp-block-columns{gap:0;margin-bottom:0} .bcm-kubio-home .service-grid .wp-block-column{padding:10px 28px} .bcm-kubio-home .service-grid .wp-block-column:first-child{padding-left:0} .bcm-kubio-home .service-grid .wp-block-column+.wp-block-column{border-left:1px solid var(--line)} .bcm-kubio-home .service-grid .wp-block-column p:first-child{font-size:12px;letter-spacing:1.5px;color:#83909a;font-weight:800} .bcm-kubio-home .wp-block-button.btn .wp-block-button__link{background:var(--navy);color:#fff;border-radius:2px;padding:14px 20px;text-decoration:none} .bcm-kubio-home .wp-block-button.btn.light .wp-block-button__link{background:#fff;color:var(--navy)} @media(max-width:900px){.bcm-kubio-home .service-grid.wp-block-columns{display:block} .bcm-kubio-home .service-grid .wp-block-column,.bcm-kubio-home .service-grid .wp-block-column:first-child{padding:24px 0} .bcm-kubio-home .service-grid .wp-block-column+.wp-block-column{border-left:0;border-top:1px solid var(--line)}} .bcm-editable-page{min-height:50vh} .bcm-editable-page>*:first-child{margin-top:0} .bcm-editable-page .alignwide{width:min(1380px,calc(100% - 40px));max-width:none;margin-left:auto;margin-right:auto} .bcm-editable-page .alignfull{width:100%;max-width:none} .bcm-editable-page>.wp-block-group:not(.alignfull):not(.alignwide),.bcm-editable-page>.wp-block-columns:not(.alignfull):not(.alignwide),.bcm-editable-page>.wp-block-cover:not(.alignfull):not(.alignwide),.bcm-editable-page>p,.bcm-editable-page>h1,.bcm-editable-page>h2,.bcm-editable-page>h3,.bcm-editable-page>ul,.bcm-editable-page>ol,.bcm-editable-page>figure{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto;} .bcm-editable-page>h1:first-child{padding-top:64px} .bcm-editable-page>*:last-child{margin-bottom:64px} .bcm-boatnet-page{background:#f7f8f9} .bcm-bn-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;padding:18px;background:#fff;border:1px solid var(--line);margin-bottom:28px;box-shadow:0 8px 26px rgba(23,49,74,.06)} .bcm-bn-filters input,.bcm-bn-filters select{width:100%;min-height:50px;border:1px solid #d8dfe5;background:#fff;padding:0 14px;font:inherit;color:#263c4d} .bcm-bn-filters .btn{border:0;min-height:50px;padding:0 22px;cursor:pointer} .bcm-bn-count{font-size:13px;font-weight:700;color:#71808c;margin:0 0 16px} .bcm-bn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px} .bcm-bn-card{background:#fff;border:1px solid var(--line);box-shadow:0 7px 24px rgba(23,49,74,.06);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease} .bcm-bn-card:hover{transform:translateY(-3px);box-shadow:0 13px 32px rgba(23,49,74,.11)} .bcm-bn-card-image{display:block;aspect-ratio:3/2;background:#e8edf0;overflow:hidden;text-decoration:none} .bcm-bn-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease} .bcm-bn-card:hover .bcm-bn-card-image img{transform:scale(1.025)} .bcm-bn-noimage{height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#80909b} .bcm-bn-card-body{padding:20px} .bcm-bn-card h2{font-size:22px;line-height:1.15;margin:0 0 10px} .bcm-bn-card h2 a{text-decoration:none;color:var(--navy)} .bcm-bn-price{font-size:20px;font-weight:800;color:var(--navy);margin-bottom:14px} .bcm-bn-facts{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:13px;color:#657580;min-height:38px;margin-bottom:16px} .bcm-bn-more{font-size:13px;font-weight:800;text-decoration:none;color:var(--navy)} .bcm-bn-empty,.bcm-bn-error{padding:28px;background:#fff;border:1px solid var(--line)} .bcm-bn-back{display:inline-block;margin-bottom:22px;text-decoration:none;font-weight:700;color:var(--navy)} .bcm-bn-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:34px} .bcm-bn-gallery a{display:block;aspect-ratio:4/3;background:#e9eef1;overflow:hidden} .bcm-bn-gallery img{width:100%;height:100%;object-fit:cover;display:block} .bcm-bn-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:25px;border-bottom:1px solid var(--line)} .bcm-bn-detail-head h1{margin:5px 0 5px;font-size:clamp(32px,4vw,54px)} .bcm-bn-location{margin:0;color:#6a7984} .bcm-bn-detail-price{font-size:28px;font-weight:800;color:var(--navy);white-space:nowrap} .bcm-bn-specs{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin:30px 0;background:#fff} .bcm-bn-specs>div{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)} .bcm-bn-specs span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#7a8994;margin-bottom:4px} .bcm-bn-specs strong{color:var(--navy)} .bcm-bn-description{max-width:900px;padding:20px 0} .bcm-bn-description h2,.bcm-bn-contact h2{font-size:30px} .bcm-bn-contact{margin-top:20px;padding:30px;background:#fff} .bcm-bn-contact .btn{display:inline-block;margin-top:8px} .bcm-bn-source-link{display:inline-block;margin-left:18px;font-weight:700;color:var(--navy)} @media(max-width:950px){.bcm-bn-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .bcm-bn-filters{grid-template-columns:1fr 1fr} .bcm-bn-specs{grid-template-columns:repeat(2,1fr)}} @media(max-width:640px){.bcm-bn-grid,.bcm-bn-gallery,.bcm-bn-filters,.bcm-bn-specs{grid-template-columns:1fr} .bcm-bn-detail-head{display:block} .bcm-bn-detail-price{margin-top:14px} .bcm-bn-source-link{display:block;margin:16px 0 0}} .bcm-bn-active-search{margin:0 0 12px;padding:10px 14px;background:#fff;border-left:3px solid var(--navy);font-size:13px;color:#526674} .bcm-bn-active-search strong{color:var(--navy)} .bcm-bn-full-specification{margin:38px 0} .bcm-bn-full-specification>h2{font-size:34px;margin:0 0 26px;color:var(--navy)} .bcm-bn-spec-group{margin:0 0 28px} .bcm-bn-spec-group h3{font-size:20px;color:var(--navy);margin:0;padding:13px 16px;background:#e9eef1;border-left:3px solid var(--navy)} .bcm-bn-spec-table{background:#fff;border:1px solid var(--line);border-top:0} .bcm-bn-spec-row{display:grid;grid-template-columns:minmax(190px,34%) 1fr;min-height:48px;border-bottom:1px solid var(--line)} .bcm-bn-spec-row:last-child{border-bottom:0} .bcm-bn-spec-row span,.bcm-bn-spec-row strong{padding:12px 16px;display:flex;align-items:center} .bcm-bn-spec-row span{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#74838e;background:#fafbfc;border-right:1px solid var(--line)} .bcm-bn-spec-row strong{font-size:14px;color:#263c4d;font-weight:650;word-break:break-word} @media(max-width:640px){.bcm-bn-spec-row{grid-template-columns:1fr} .bcm-bn-spec-row span{border-right:0;border-bottom:1px solid #edf0f2;padding-bottom:7px} .bcm-bn-spec-row strong{padding-top:8px}} .bcm-bn-pdf-area{margin-top:26px;padding-top:22px;border-top:1px solid rgba(23,49,74,.15);display:flex;align-items:center;gap:16px;flex-wrap:wrap} .bcm-bn-pdf-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff!important;text-decoration:none;font-weight:800;padding:13px 20px;border-radius:2px} .bcm-bn-pdf-btn:before{content:"PDF";font-size:9px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.65);padding:2px 4px;margin-right:9px} .bcm-bn-pdf-btn:hover{opacity:.9} .bcm-bn-pdf-area span{font-size:12px;color:#71808c} .bcm-bn-pdf-top{margin-top:18px} .bcm-bn-pdf-after-specs{margin:-8px 0 34px} .bcm-bn-pdf-top .bcm-bn-pdf-btn,.bcm-bn-pdf-after-specs .bcm-bn-pdf-btn{box-shadow:0 6px 18px rgba(23,49,74,.12)} .bcm-bn-pdf-top{position:relative;z-index:20;margin-top:18px;display:block} .bcm-bn-pdf-top .bcm-bn-pdf-btn{position:relative;z-index:21;pointer-events:auto!important;cursor:pointer!important;display:inline-flex!important} .bcm-bn-detail-head{position:relative;z-index:2;overflow:visible} .bcm-bn-pdf-top .bcm-bn-pdf-btn{text-decoration:none!important;pointer-events:auto!important;cursor:pointer!important;} .bcm-boatvertizer-wrap{width:100%;min-height:500px;position:relative} .bcm-used-boats-page{background:#fff} .bcm-used-boats-hero{padding:70px 0 48px;background:#f3f6f8} .bcm-used-boats-hero h1{margin:8px 0 12px;color:var(--navy);font-size:clamp(42px,6vw,76px)} .bcm-used-boats-hero p{font-size:20px;color:#667782} .bcm-used-boats-list{padding:48px 0 80px} .bcm-bv-pdf-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:#fff!important;text-decoration:none!important;font-weight:800;padding:13px 20px;border-radius:2px;} .bcm-bv-pdf-btn:before{content:"PDF";font-size:9px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.65);padding:2px 4px;margin-right:9px;} .bcm-bv-pdf-btn:hover{opacity:.9} .bcm-bv-api-ok,.bcm-bv-api-error{padding:12px 15px;margin:15px 0;background:#fff;border-left:3px solid var(--navy)} .bcm-exact-search-box{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;margin:0 0 38px;padding:28px 30px;background:#f3f6f8;border:1px solid var(--line);} .bcm-exact-search-copy h2{margin:6px 0 8px;color:var(--navy);font-size:clamp(24px,3vw,36px);} .bcm-exact-search-copy p{margin:0;color:#667782;line-height:1.6;} .bcm-exact-search-form{display:flex;gap:10px;align-items:stretch;} .bcm-exact-search-form input{flex:1;min-width:0;min-height:52px;padding:0 15px;border:1px solid #d4dde3;background:#fff;color:#263c4d;font:inherit;} .bcm-exact-search-form .btn{min-height:52px;white-space:nowrap;border:0;cursor:pointer;} @media(max-width:850px){.bcm-exact-search-box{grid-template-columns:1fr}} @media(max-width:620px){.bcm-exact-search-form{display:block} .bcm-exact-search-form input,.bcm-exact-search-form .btn{width:100%} .bcm-exact-search-form .btn{margin-top:10px}} .bcm-boat-search-status{margin-top:10px;min-height:20px;font-size:13px;font-weight:700;color:var(--navy);} .bcm-boat-search-form input:focus{outline:2px solid rgba(23,49,74,.18);outline-offset:1px;} .bcm-boat-api-results{grid-column:1/-1;margin-top:12px} .bcm-api-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:20px;} .bcm-api-boat-card{background:#fff;border:1px solid var(--line);box-shadow:0 6px 22px rgba(23,49,74,.07);overflow:hidden;} .bcm-api-boat-image{display:block;aspect-ratio:3/2;background:#e9eef1;overflow:hidden;} .bcm-api-boat-image img{width:100%;height:100%;object-fit:cover;display:block} .bcm-api-no-image{height:100%;display:flex;align-items:center;justify-content:center;color:#74838e;font-weight:700} .bcm-api-boat-content{padding:18px} .bcm-api-boat-meta{font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#7b8993;margin-bottom:6px} .bcm-api-boat-card h3{font-size:21px;line-height:1.2;margin:0 0 7px} .bcm-api-boat-card h3 a{color:var(--navy);text-decoration:none} .bcm-api-subtitle{font-size:12px;font-weight:700;color:#667782;margin-bottom:10px} .bcm-api-price{font-size:20px;font-weight:800;color:var(--navy);margin:10px 0} .bcm-api-price small{display:block;font-size:10px;font-weight:600;color:#7b8993;margin-top:2px} .bcm-api-facts{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:12px;color:#677782;margin-bottom:13px} .bcm-api-details{font-size:13px;font-weight:800;color:var(--navy);text-decoration:none} .bcm-api-loading,.bcm-api-no-results{padding:18px;background:#fff;border:1px solid var(--line);margin-top:14px;color:#526674} @media(max-width:950px){.bcm-api-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media(max-width:620px){.bcm-api-results-grid{grid-template-columns:1fr}} .bcm-server-search-summary{margin:18px 0 4px;font-size:15px;font-weight:800;color:var(--navy);} .bcm-bv-detail{padding:10px 0 40px} .bcm-bv-back{display:inline-block;margin-bottom:22px;font-weight:700;color:var(--navy);text-decoration:none} .bcm-bv-detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:32px} .bcm-bv-detail-gallery a{display:block;aspect-ratio:4/3;background:#e9eef1;overflow:hidden} .bcm-bv-detail-gallery a:first-child{grid-column:span 2;grid-row:span 2} .bcm-bv-detail-gallery img{width:100%;height:100%;object-fit:cover;display:block} .bcm-bv-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding:0 0 26px;border-bottom:1px solid var(--line)} .bcm-bv-detail-head h1{font-size:clamp(34px,5vw,58px);margin:5px 0 8px;color:var(--navy)} .bcm-bv-detail-head p{margin:0 0 18px;color:#677782} .bcm-bv-detail-price{font-size:28px;font-weight:800;color:var(--navy);white-space:nowrap} .bcm-bv-full-specs{margin:38px 0} .bcm-bv-full-specs>h2,.bcm-bv-description h2,.bcm-bv-contact-box h2{font-size:32px;color:var(--navy)} .bcm-bv-spec-group{margin:0 0 26px} .bcm-bv-spec-group h3{font-size:19px;margin:0;padding:12px 15px;background:#e9eef1;border-left:3px solid var(--navy);color:var(--navy)} .bcm-bv-spec-table{background:#fff;border:1px solid var(--line);border-top:0} .bcm-bv-spec-row{display:grid;grid-template-columns:minmax(190px,34%) 1fr;border-bottom:1px solid var(--line)} .bcm-bv-spec-row:last-child{border-bottom:0} .bcm-bv-spec-row span,.bcm-bv-spec-row strong{padding:12px 15px} .bcm-bv-spec-row span{background:#fafbfc;border-right:1px solid var(--line);font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#74838e} .bcm-bv-spec-row strong{font-size:14px;color:#263c4d} .bcm-bv-description{max-width:950px;margin:38px 0;line-height:1.7} .bcm-bv-contact-box{padding:28px;background:#fff;margin-top:35px} @media(max-width:760px){.bcm-bv-detail-gallery{grid-template-columns:1fr 1fr} .bcm-bv-detail-gallery a:first-child{grid-column:span 2;grid-row:auto} .bcm-bv-detail-head{display:block} .bcm-bv-detail-price{margin-top:16px} .bcm-bv-spec-row{grid-template-columns:1fr} .bcm-bv-spec-row span{border-right:0;border-bottom:1px solid #edf0f2}} .bcm-exact-search-box{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:28px;padding:22px 26px;margin-bottom:28px;} .bcm-exact-search-copy h2{font-size:clamp(24px,2.2vw,32px);line-height:1.12;margin:4px 0 7px;} .bcm-exact-search-copy p{font-size:14px;line-height:1.5;max-width:720px;} .bcm-exact-search-form input,.bcm-exact-search-form .btn{min-height:48px;} .bcm-api-results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px;} .bcm-api-boat-card{box-shadow:0 3px 14px rgba(23,49,74,.055);} .bcm-api-boat-image{aspect-ratio:16/10;} .bcm-api-boat-content{padding:13px 14px 15px;} .bcm-api-boat-meta{font-size:9px;letter-spacing:.65px;margin-bottom:4px;} .bcm-api-boat-card h3{font-size:17px;line-height:1.22;margin-bottom:5px;} .bcm-api-subtitle{font-size:11px;margin-bottom:7px;} .bcm-api-price{font-size:17px;margin:7px 0;} .bcm-api-facts{font-size:11px;gap:4px 8px;margin-bottom:9px;} .bcm-api-details{font-size:11px;} .bcm-server-search-summary{margin:12px 0 3px;font-size:13px;} .bcm-bv-detail{max-width:1280px;margin:0 auto;padding:4px 0 42px;} .bcm-bv-back{font-size:13px;margin-bottom:16px;} .bcm-bv-detail-gallery{grid-template-columns:2fr 1fr 1fr;grid-auto-rows:155px;gap:6px;margin-bottom:24px;} .bcm-bv-detail-gallery a{aspect-ratio:auto;height:155px;} .bcm-bv-detail-gallery a:first-child{grid-column:1;grid-row:span 2;height:316px;} .bcm-bv-detail-gallery a:nth-child(n+6){display:none;} .bcm-bv-detail-head{gap:26px;padding-bottom:20px;} .bcm-bv-detail-head h1{font-size:clamp(30px,3.4vw,46px);line-height:1.06;margin:4px 0 7px;} .bcm-bv-detail-head p{font-size:13px;margin-bottom:14px;} .bcm-bv-detail-price{font-size:24px;} .bcm-bv-pdf-btn{padding:10px 15px;font-size:12px;} .bcm-bv-full-specs{margin:28px 0;} .bcm-bv-full-specs>h2,.bcm-bv-description h2,.bcm-bv-contact-box h2{font-size:26px;margin-bottom:16px;} .bcm-bv-spec-group{margin-bottom:18px;} .bcm-bv-spec-group h3{font-size:15px;padding:9px 12px;} .bcm-bv-spec-row span,.bcm-bv-spec-row strong{padding:9px 12px;} .bcm-bv-spec-row span{font-size:10px;} .bcm-bv-spec-row strong{font-size:12px;} @media(min-width:1050px){.bcm-bv-full-specs{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;align-items:start;} .bcm-bv-full-specs>h2{grid-column:1/-1;margin-bottom:0;} .bcm-bv-spec-group{margin-bottom:0;}} .bcm-bv-description{max-width:900px;margin:28px 0;font-size:14px;line-height:1.65;} .bcm-bv-contact-box{padding:22px 24px;margin-top:28px;} .bcm-bv-contact-box p{font-size:14px;} @media(max-width:1150px){.bcm-api-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}} @media(max-width:900px){.bcm-exact-search-box{grid-template-columns:1fr} .bcm-api-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))} .bcm-bv-detail-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:145px} .bcm-bv-detail-gallery a{height:145px} .bcm-bv-detail-gallery a:first-child{grid-column:span 2;height:296px}} @media(max-width:620px){.bcm-exact-search-box{padding:18px} .bcm-api-results-grid{grid-template-columns:1fr} .bcm-api-boat-image{aspect-ratio:16/9} .bcm-bv-detail-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:110px} .bcm-bv-detail-gallery a{height:110px} .bcm-bv-detail-gallery a:first-child{height:226px} .bcm-bv-detail-head h1{font-size:30px}} .bcm-api-results-grid{display:block;margin-top:16px;} .bcm-api-boat-list-item{display:grid;grid-template-columns:300px minmax(0,1fr) 170px;gap:20px;align-items:stretch;background:#fff;border:1px solid var(--line);margin-bottom:14px;box-shadow:0 3px 13px rgba(23,49,74,.045);overflow:hidden;} .bcm-api-list-image{display:block;min-height:205px;background:#e9eef1;overflow:hidden;} .bcm-api-list-image img{width:100%;height:100%;min-height:205px;object-fit:cover;display:block;} .bcm-api-list-main{padding:16px 0 14px;} .bcm-api-list-main h3{margin:2px 0 5px;font-size:22px;line-height:1.15;} .bcm-api-list-main h3 a{color:var(--navy);text-decoration:none;} .bcm-api-keyfacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px;margin:14px 0 12px;} .bcm-api-keyfact{min-width:0;} .bcm-api-keyfact span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.55px;color:#7b8993;margin-bottom:2px;} .bcm-api-keyfact strong{display:block;font-size:12px;line-height:1.25;color:#2e4354;font-weight:700;} .bcm-api-list-price{border-left:1px solid var(--line);padding:18px 18px 14px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right;} .bcm-api-list-price strong{font-size:21px;line-height:1.1;color:var(--navy);} .bcm-api-list-price small{display:block;font-size:10px;line-height:1.3;color:#7c8992;margin-top:5px;} .bcm-api-list-main .bcm-api-details{display:inline-block;margin-top:3px;font-size:12px;} .bcm-api-list-main .bcm-api-subtitle{margin-bottom:4px;} @media(max-width:1050px){.bcm-api-boat-list-item{grid-template-columns:250px minmax(0,1fr) 150px;} .bcm-api-keyfacts{grid-template-columns:repeat(2,minmax(0,1fr));}} @media(max-width:760px){.bcm-api-boat-list-item{grid-template-columns:1fr;gap:0;} .bcm-api-list-image,.bcm-api-list-image img{min-height:220px;height:220px;} .bcm-api-list-main{padding:15px 16px;} .bcm-api-list-price{border-left:0;border-top:1px solid var(--line);padding:13px 16px;align-items:flex-start;text-align:left;}} @media(max-width:520px){.bcm-api-keyfacts{grid-template-columns:1fr 1fr;}} .bcm-bv-detail-gallery{display:none!important} .bcm-bv-slider{width:100%;max-width:1180px;margin:0 auto 26px;} .bcm-bv-slider-stage{position:relative;width:100%;aspect-ratio:16/9;background:#e9eef1;overflow:hidden;} .bcm-bv-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .22s ease;pointer-events:none;} .bcm-bv-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;} .bcm-bv-slide img{width:100%;height:100%;object-fit:cover;display:block;} .bcm-bv-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:58px;border:0;background:rgba(15,35,50,.58);color:#fff;font-size:40px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s ease;} .bcm-bv-slider-arrow:hover{background:rgba(15,35,50,.8)} .bcm-bv-slider-prev{left:14px} .bcm-bv-slider-next{right:14px} .bcm-bv-slider-counter{position:absolute;right:14px;bottom:12px;z-index:6;background:rgba(15,35,50,.72);color:#fff;font-size:12px;font-weight:800;padding:6px 9px;} .bcm-bv-slider-thumbs{display:flex;gap:7px;overflow-x:auto;padding:8px 0 2px;scrollbar-width:thin;} .bcm-bv-slider-thumb{flex:0 0 92px;width:92px;height:62px;padding:0;border:2px solid transparent;background:#e9eef1;cursor:pointer;opacity:.72;overflow:hidden;} .bcm-bv-slider-thumb.is-active{opacity:1;border-color:var(--navy);} .bcm-bv-slider-thumb img{width:100%;height:100%;object-fit:cover;display:block;} @media(max-width:700px){.bcm-bv-slider-stage{aspect-ratio:4/3} .bcm-bv-slider-arrow{width:40px;height:50px;font-size:34px} .bcm-bv-slider-prev{left:8px} .bcm-bv-slider-next{right:8px} .bcm-bv-slider-thumb{flex-basis:76px;width:76px;height:52px}} .bcm-bv-slider{max-width:900px;margin:0 auto 22px;} .bcm-bv-slider-stage{aspect-ratio:16/9;max-height:505px;} .bcm-bv-slider-thumbs{max-width:900px;} .bcm-bv-slider-thumb{flex:0 0 78px;width:78px;height:52px;} .bcm-bv-slider-arrow{width:40px;height:50px;font-size:34px;} @media(max-width:980px){.bcm-bv-slider{max-width:100%} .bcm-bv-slider-stage{max-height:none}} @media(max-width:700px){.bcm-bv-slider-stage{aspect-ratio:16/10}} .page-hero,.bcm-used-boats-hero,.page-header,.bcm-page-hero,.inner-page-hero,.entry-hero{display:none!important;} .bcm-used-boats-list,.bcm-boatnet-page,.bcm-editable-page{padding-top:28px;} .bcm-unified-yacht-slider,.bcm-bv-slider{width:100%;max-width:900px!important;margin:0 auto 22px!important;} .bcm-unified-yacht-slider .bcm-bv-slider-stage,.bcm-bv-slider .bcm-bv-slider-stage{position:relative;width:100%;aspect-ratio:16/9!important;max-height:505px!important;background:#e9eef1;overflow:hidden;} .bcm-unified-yacht-slider .bcm-bv-slide img,.bcm-bv-slider .bcm-bv-slide img{width:100%;height:100%;object-fit:cover;} .bcm-unified-yacht-slider .bcm-bv-slider-thumbs,.bcm-bv-slider .bcm-bv-slider-thumbs{max-width:900px;} .bcm-unified-yacht-slider .bcm-bv-slider-thumb,.bcm-bv-slider .bcm-bv-slider-thumb{flex:0 0 78px!important;width:78px!important;height:52px!important;} .bcm-unified-yacht-slider .bcm-bv-slider-arrow,.bcm-bv-slider .bcm-bv-slider-arrow{width:40px!important;height:50px!important;font-size:34px!important;} @media(max-width:980px){.bcm-unified-yacht-slider,.bcm-bv-slider{max-width:100%!important} .bcm-unified-yacht-slider .bcm-bv-slider-stage,.bcm-bv-slider .bcm-bv-slider-stage{max-height:none!important}} @media(max-width:700px){.bcm-unified-yacht-slider .bcm-bv-slider-stage,.bcm-bv-slider .bcm-bv-slider-stage{aspect-ratio:16/10!important}} body .bcm-bv-detail .bcm-bv-slider,body .bcm-bv-detail .bcm-unified-yacht-slider,body .bcm-bn-detail .bcm-bv-slider,body .bcm-bn-detail .bcm-unified-yacht-slider,body .bcm-used-boats-list .bcm-bv-slider,body .bcm-used-boats-list .bcm-unified-yacht-slider{width:min(900px,100%)!important;max-width:900px!important;margin:0 auto 22px!important;} body .bcm-bv-detail .bcm-bv-slider-stage,body .bcm-bv-detail .bcm-unified-yacht-slider .bcm-bv-slider-stage,body .bcm-bn-detail .bcm-bv-slider-stage,body .bcm-bn-detail .bcm-unified-yacht-slider .bcm-bv-slider-stage,body .bcm-used-boats-list .bcm-bv-slider-stage{width:100%!important;aspect-ratio:16/9!important;height:auto!important;max-height:506px!important;min-height:0!important;} body .bcm-bv-detail .bcm-bv-slide,body .bcm-bn-detail .bcm-bv-slide{width:100%!important;height:100%!important;} body .bcm-bv-detail .bcm-bv-slide img,body .bcm-bn-detail .bcm-bv-slide img,body .bcm-used-boats-list .bcm-bv-slide img{width:100%!important;height:100%!important;object-fit:cover!important;} body .bcm-bv-detail .bcm-bv-slider-thumbs,body .bcm-bn-detail .bcm-bv-slider-thumbs,body .bcm-used-boats-list .bcm-bv-slider-thumbs{width:min(900px,100%)!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;} body .bcm-bv-detail .bcm-bv-slider-prev,body .bcm-bn-detail .bcm-bv-slider-prev{left:12px!important;} body .bcm-bv-detail .bcm-bv-slider-next,body .bcm-bn-detail .bcm-bv-slider-next{right:12px!important;} body .bcm-bv-detail,body .bcm-bn-detail{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;} @media(max-width:950px){body .bcm-bv-detail .bcm-bv-slider,body .bcm-bv-detail .bcm-unified-yacht-slider,body .bcm-bn-detail .bcm-bv-slider,body .bcm-bn-detail .bcm-unified-yacht-slider{width:100%!important;max-width:100%!important;} body .bcm-bv-detail .bcm-bv-slider-stage,body .bcm-bn-detail .bcm-bv-slider-stage{max-height:none!important;}} @media(max-width:700px){body .bcm-bv-detail .bcm-bv-slider-stage,body .bcm-bn-detail .bcm-bv-slider-stage{aspect-ratio:16/10!important;}} .bcm-boat-api-results,.bcm-api-results-grid,.bcm-server-search-summary{display:none!important;} #bcm-normal-directory-filter-status{grid-column:1/-1;margin-top:8px;min-height:18px;font-size:12px;font-weight:700;color:var(--navy);} #bcm-normal-directory-filter-status{grid-column:1/-1;margin-top:8px;min-height:18px;font-size:12px;font-weight:700;color:var(--navy);} .bcm-filtered-directory{margin-top:8px;} .bcm-filtered-directory-count{font-size:14px;color:#34485b;margin:0 0 16px;} .bcm-filtered-directory-list{border-top:1px solid var(--line);} .bcm-filtered-boat{display:grid;grid-template-columns:260px minmax(0,1fr) 180px;gap:22px;border-bottom:1px solid var(--line);padding:18px 0;background:#fff;} .bcm-filtered-boat-image{display:block;height:170px;overflow:hidden;background:#edf1f4;} .bcm-filtered-boat-image img{width:100%;height:100%;object-fit:cover;display:block;} .bcm-filtered-boat-main{min-width:0;} .bcm-filtered-boat-main h3{font-size:21px;line-height:1.15;margin:1px 0 13px;} .bcm-filtered-boat-main h3 a{color:var(--navy);text-decoration:none;} .bcm-filtered-boat-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 18px;margin-bottom:13px;} .bcm-filtered-boat-facts span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.5px;color:#7a8994;margin-bottom:2px;} .bcm-filtered-boat-facts strong{display:block;font-size:12px;line-height:1.3;color:#33495a;} .bcm-filtered-details{color:var(--navy);text-decoration:none;font-size:12px;font-weight:800;} .bcm-filtered-price{border-left:1px solid var(--line);padding-left:18px;text-align:right;} .bcm-filtered-price strong{display:block;font-size:21px;color:var(--navy);} .bcm-filtered-price small{display:block;font-size:10px;color:#7a8994;margin-top:4px;} .bcm-filter-directory-message{padding:22px;border:1px solid var(--line);background:#fff;} @media(max-width:900px){.bcm-filtered-boat{grid-template-columns:220px minmax(0,1fr);} .bcm-filtered-price{grid-column:2;border-left:0;padding-left:0;text-align:left;} .bcm-filtered-boat-facts{grid-template-columns:repeat(2,minmax(0,1fr));}} @media(max-width:650px){.bcm-filtered-boat{grid-template-columns:1fr} .bcm-filtered-boat-image{height:220px} .bcm-filtered-price{grid-column:1}} .bcm-bv-contact-box{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.8fr) auto;gap:28px;align-items:center;margin-top:34px;padding:28px 30px;background:#f3f6f8;border:1px solid #dfe6eb;border-top:3px solid var(--navy);} .bcm-bv-contact-copy h2{margin:5px 0 8px;font-size:27px;line-height:1.12;color:var(--navy);} .bcm-bv-contact-copy p{margin:0;max-width:620px;font-size:14px;line-height:1.55;color:#667782;} .bcm-bv-contact-people{display:grid;gap:10px;} .bcm-bv-contact-person{padding:10px 0;border-bottom:1px solid #dce4e9;} .bcm-bv-contact-person:last-child{border-bottom:0;} .bcm-bv-contact-name{display:block;font-size:12px;font-weight:800;color:var(--navy);margin-bottom:2px;} .bcm-bv-contact-person a{font-size:13px;color:#4f6475;text-decoration:none;} .bcm-bv-contact-person a:hover{color:var(--navy);} .bcm-bv-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;} .bcm-bv-contact-primary{min-width:150px;text-align:center;} .bcm-bv-contact-mail{font-size:12px;font-weight:700;color:var(--navy);text-decoration:none;} .bcm-bv-contact-mail:hover{text-decoration:underline;} @media(max-width:980px){.bcm-bv-contact-box{grid-template-columns:1fr 1fr;} .bcm-bv-contact-actions{grid-column:1/-1;flex-direction:row;align-items:center;}} @media(max-width:680px){.bcm-bv-contact-box{grid-template-columns:1fr;padding:22px 20px;gap:18px;} .bcm-bv-contact-actions{grid-column:auto;flex-direction:column;align-items:stretch;} .bcm-bv-contact-primary{width:100%;}} .bcm-boat24-style{margin-top:10px;} .bcm-boat24-style .bcm-filtered-directory-count{margin:0 0 18px;font-size:18px;color:#313d49;} .bcm-boat24-style .bcm-filtered-directory-count strong{font-weight:800;color:#1b2d3e;} .bcm-boat24-results{display:flex;flex-direction:column;gap:20px;} .bcm-boat24-card{display:grid;grid-template-columns:248px minmax(0,1fr) 220px;min-height:184px;background:#eef3f7;border-radius:4px;overflow:hidden;} .bcm-boat24-image{display:block;width:248px;height:184px;overflow:hidden;background:#dde6ec;} .bcm-boat24-image img{width:100%;height:100%;display:block;object-fit:cover;} .bcm-boat24-main{display:block;padding:24px 22px;text-decoration:none!important;color:inherit!important;} .bcm-boat24-type{margin-bottom:8px;font-size:17px;line-height:1;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:#0d69d8;} .bcm-boat24-main h3{margin:0 0 17px;font-size:31px;line-height:1.07;font-weight:750;color:#15212e;} .bcm-boat24-inlinefacts{display:flex;flex-wrap:wrap;gap:8px 26px;color:#617080;font-size:17px;} .bcm-boat24-inlinefacts span{white-space:nowrap;} .bcm-boat24-inlinefacts strong{color:#4b5a69;font-weight:800;} .bcm-boat24-price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:22px 28px;border-left:2px solid #fff;text-decoration:none!important;text-align:right;color:#15212e!important;} .bcm-boat24-price strong{display:block;max-width:170px;font-size:29px;line-height:1.15;font-weight:800;} .bcm-boat24-price small{margin-top:10px;font-size:16px;line-height:1.2;color:#667483;} .bcm-boat24-card:hover{background:#e8eff4;} .bcm-boat24-card:hover .bcm-boat24-image img{transform:scale(1.015);} .bcm-boat24-image img{transition:transform .2s ease;} @media(max-width:1050px){.bcm-boat24-card{grid-template-columns:220px minmax(0,1fr) 180px;} .bcm-boat24-image{width:220px;} .bcm-boat24-main h3{font-size:26px;} .bcm-boat24-inlinefacts{font-size:15px;} .bcm-boat24-price strong{font-size:24px;}} @media(max-width:760px){.bcm-boat24-card{grid-template-columns:150px minmax(0,1fr);min-height:150px;} .bcm-boat24-image{width:150px;height:150px;} .bcm-boat24-main{padding:16px;} .bcm-boat24-type{font-size:13px;} .bcm-boat24-main h3{font-size:21px;margin-bottom:10px;} .bcm-boat24-inlinefacts{font-size:13px;gap:5px 14px;} .bcm-boat24-price{grid-column:1/-1;border-left:0;border-top:1px solid #fff;padding:12px 16px;align-items:flex-start;text-align:left;} .bcm-boat24-price strong{font-size:21px;} .bcm-boat24-price small{font-size:13px;margin-top:4px;}} .bcm-normal-style-search-results{margin-top:0} .bcm-directory-filterbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:34px 0 28px;margin:0 0 18px;} .bcm-directory-filterbar label>span{display:block;margin-bottom:10px;font-size:14px;font-weight:800;color:#4a596a;} .bcm-directory-filterbar select{width:100%;height:52px;padding:0 14px;border:1px solid #d9e1e8;border-radius:4px;background:#f7f9fb;font:inherit;font-size:16px;color:#4b5864;} .bcm-normal-style-count{margin:0 0 20px;font-size:18px;color:#303d49;} .bcm-normal-style-count strong{color:#162839;font-weight:800} .bcm-normal-style-list{display:flex;flex-direction:column;gap:22px;} .bcm-normal-style-card{display:grid;grid-template-columns:248px minmax(0,1fr) 220px;min-height:184px;overflow:hidden;border-radius:4px;background:#eef3f7;} .bcm-normal-style-image{display:block;width:248px;height:184px;background:#dfe7ed;overflow:hidden;} .bcm-normal-style-image img{width:100%;height:100%;object-fit:cover;display:block;} .bcm-normal-style-main{display:block;padding:24px 22px;color:inherit!important;text-decoration:none!important;} .bcm-normal-style-type{margin-bottom:8px;color:#0d69d8;font-size:17px;font-weight:800;letter-spacing:.7px;line-height:1;text-transform:uppercase;} .bcm-normal-style-main h3{margin:0 0 17px;color:#15212e;font-size:31px;font-weight:750;line-height:1.07;} .bcm-normal-style-facts{display:flex;flex-wrap:wrap;gap:8px 26px;color:#617080;font-size:17px;} .bcm-normal-style-facts strong{color:#4b5a69;font-weight:800;} .bcm-normal-style-price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:22px 28px;border-left:2px solid #fff;color:#15212e!important;text-align:right;text-decoration:none!important;} .bcm-normal-style-price strong{display:block;max-width:170px;font-size:29px;font-weight:800;line-height:1.15;} .bcm-normal-style-price small{margin-top:10px;color:#667483;font-size:16px;line-height:1.2;} @media(max-width:1000px){.bcm-directory-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))} .bcm-normal-style-card{grid-template-columns:220px minmax(0,1fr) 180px} .bcm-normal-style-image{width:220px} .bcm-normal-style-main h3{font-size:26px}} @media(max-width:720px){.bcm-directory-filterbar{grid-template-columns:1fr;gap:12px} .bcm-normal-style-card{grid-template-columns:140px minmax(0,1fr);min-height:140px} .bcm-normal-style-image{width:140px;height:140px} .bcm-normal-style-main{padding:14px} .bcm-normal-style-type{font-size:12px} .bcm-normal-style-main h3{margin-bottom:9px;font-size:20px} .bcm-normal-style-facts{gap:4px 10px;font-size:12px} .bcm-normal-style-price{grid-column:1/-1;align-items:flex-start;padding:12px 14px;border-top:1px solid #fff;border-left:0;text-align:left;} .bcm-normal-style-price strong{font-size:20px} .bcm-normal-style-price small{margin-top:3px;font-size:12px}} .bcm-exact-search-specs{max-width:720px;margin:30px 0 34px;} .bcm-classic-spec-list{width:100%;} .bcm-classic-spec-row{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;min-height:35px;padding:3px 0;} .bcm-classic-spec-row.bcm-classic-spec-break{margin-top:18px;} .bcm-classic-spec-row span{color:#68788a;font-size:17px;line-height:1.35;font-weight:400;} .bcm-classic-spec-row strong{color:#1f2936;font-size:18px;line-height:1.35;font-weight:800;} @media(max-width:700px){.bcm-exact-search-specs{max-width:100%} .bcm-classic-spec-row{grid-template-columns:145px minmax(0,1fr);min-height:31px;} .bcm-classic-spec-row span{font-size:14px} .bcm-classic-spec-row strong{font-size:15px}} .bcm-feed-search-results{margin-top:26px;} .bcm-feed-search-count{margin:0 0 20px;font-size:18px;color:#303d49;} .bcm-feed-search-count strong{color:#162839;font-weight:800;} .bcm-feed-search-list{display:flex;flex-direction:column;gap:22px;} .bcm-feed-search-card{display:grid;grid-template-columns:248px minmax(0,1fr) 220px;min-height:184px;overflow:hidden;border-radius:4px;background:#eef3f7;} .bcm-feed-search-image{display:block;width:248px;height:184px;overflow:hidden;background:#dfe7ed;} .bcm-feed-search-image img{width:100%;height:100%;object-fit:cover;display:block;} .bcm-feed-search-main{display:block;padding:24px 22px;text-decoration:none!important;color:inherit!important;} .bcm-feed-search-type{margin-bottom:8px;color:#0d69d8;font-size:17px;line-height:1;font-weight:800;letter-spacing:.7px;text-transform:uppercase;} .bcm-feed-search-main h3{margin:0 0 17px;color:#15212e;font-size:31px;line-height:1.07;font-weight:750;} .bcm-feed-search-facts{display:flex;flex-wrap:wrap;gap:8px 26px;color:#617080;font-size:17px;} .bcm-feed-search-facts strong{color:#4b5a69;font-weight:800;} .bcm-feed-search-price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:22px 28px;border-left:2px solid #fff;color:#15212e!important;text-align:right;text-decoration:none!important;} .bcm-feed-search-price strong{display:block;max-width:170px;font-size:29px;line-height:1.15;font-weight:800;} .bcm-feed-search-price small{margin-top:10px;color:#667483;font-size:16px;line-height:1.2;} @media(max-width:1000px){.bcm-feed-search-card{grid-template-columns:220px minmax(0,1fr) 180px;} .bcm-feed-search-image{width:220px} .bcm-feed-search-main h3{font-size:26px}} @media(max-width:720px){.bcm-feed-search-card{grid-template-columns:140px minmax(0,1fr);min-height:140px;} .bcm-feed-search-image{width:140px;height:140px;} .bcm-feed-search-main{padding:14px} .bcm-feed-search-type{font-size:12px} .bcm-feed-search-main h3{margin-bottom:9px;font-size:20px;} .bcm-feed-search-facts{gap:4px 10px;font-size:12px;} .bcm-feed-search-price{grid-column:1/-1;align-items:flex-start;padding:12px 14px;border-top:1px solid #fff;border-left:0;text-align:left;} .bcm-feed-search-price strong{font-size:20px} .bcm-feed-search-price small{margin-top:3px;font-size:12px;}} .bcm-normal-style-search-results,.bcm-directory-filterbar,.bcm-exact-search-specs{display:none!important;} .bcm-feed-search-results,.bcm-normal-style-search-results,.bcm-boat24-style,.bcm-exact-search-specs,.bcm-directory-filterbar,.bcm-exact-search,.bcm-precise-search,.bcm-search-panel{display:none!important;} .bcm-boat24-searchbox{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:28px;align-items:center;margin:0 0 26px;padding:20px 24px;background:#f3f6f8;border:1px solid #dfe6eb;} .bcm-boat24-searchcopy h2{margin:4px 0 6px;font-size:clamp(23px,2.2vw,31px);line-height:1.12;color:var(--navy);} .bcm-boat24-searchcopy p{margin:0;font-size:13px;line-height:1.5;color:#667782;} .bcm-boat24-searchform{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch;} .bcm-boat24-searchform input[type="search"]{width:100%;min-height:50px;padding:0 15px;border:1px solid #d4dde3;background:#fff;color:#263c4d;font:inherit;} .bcm-boat24-searchform input[type="search"]:focus{outline:2px solid rgba(23,49,74,.14);outline-offset:1px;} .bcm-boat24-searchform .btn{min-height:50px;padding:0 22px;border:0;cursor:pointer;white-space:nowrap;} @media(max-width:900px){.bcm-boat24-searchbox{grid-template-columns:1fr}} @media(max-width:620px){.bcm-boat24-searchbox{padding:17px} .bcm-boat24-searchform{grid-template-columns:1fr} .bcm-boat24-searchform .btn{width:100%}} .home .hero-search,body.home .hero-search {display:none !important;} .bcm-freetext-searchbox{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:28px;align-items:center;margin:0 0 26px;padding:20px 24px;background:#f3f6f8;border:1px solid #dfe6eb;} .bcm-freetext-searchcopy h2{margin:4px 0 6px;font-size:clamp(23px,2.2vw,31px);color:var(--navy);} .bcm-freetext-searchcopy p{margin:0;font-size:13px;color:#667782;} .bcm-freetext-searchform{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;} .bcm-freetext-searchform input{min-height:50px;padding:0 15px;border:1px solid #d4dde3;background:#fff;font:inherit;} .bcm-freetext-searchform .btn{min-height:50px;border:0;padding:0 22px;cursor:pointer;} .bcm-feed-search-head{display:flex;align-items:center;gap:7px;margin:0 0 18px;color:#303d49;font-size:16px;} .bcm-feed-search-head a{margin-left:auto;color:var(--navy);font-size:13px;font-weight:700;text-decoration:none;} .bcm-feed-search-list{display:flex;flex-direction:column;gap:20px;} .bcm-feed-search-card{display:grid;grid-template-columns:245px minmax(0,1fr) 205px;min-height:180px;background:#eef3f7;overflow:hidden;border-radius:4px;} .bcm-feed-search-image{width:245px;height:180px;overflow:hidden;background:#dfe7ed;} .bcm-feed-search-image img{width:100%;height:100%;object-fit:cover;display:block;} .bcm-feed-search-main{padding:22px;color:inherit!important;text-decoration:none!important;} .bcm-feed-search-type{color:#0d69d8;font-size:14px;font-weight:800;text-transform:uppercase;margin-bottom:7px;} .bcm-feed-search-main h3{margin:0 0 15px;font-size:27px;line-height:1.08;color:#15212e;} .bcm-feed-search-facts{display:flex;flex-wrap:wrap;gap:7px 22px;font-size:14px;color:#617080;} .bcm-feed-search-facts strong{color:#4b5a69;} .bcm-feed-search-price{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:22px;border-left:2px solid #fff;text-decoration:none!important;color:#15212e!important;text-align:right;} .bcm-feed-search-price strong{font-size:24px;} .bcm-feed-search-price small{margin-top:7px;font-size:12px;color:#667483;} .bcm-feed-search-message{padding:22px;border:1px solid #dfe6eb;background:#fff;} @media(max-width:900px){.bcm-freetext-searchbox{grid-template-columns:1fr} .bcm-feed-search-card{grid-template-columns:200px minmax(0,1fr)} .bcm-feed-search-image{width:200px} .bcm-feed-search-price{grid-column:2;border-left:0;padding-top:0;align-items:flex-start;text-align:left;}} @media(max-width:620px){.bcm-freetext-searchform{grid-template-columns:1fr} .bcm-feed-search-card{grid-template-columns:1fr} .bcm-feed-search-image{width:100%;height:220px} .bcm-feed-search-price{grid-column:1}} .bcm-bn-full-specification{margin:28px 0;} .bcm-bn-full-specification>h2{font-size:26px;margin:0 0 16px;color:var(--navy);} .bcm-bn-spec-group{margin:0 0 18px;} .bcm-bn-spec-group h3{font-size:15px;line-height:1.25;margin:0;padding:9px 12px;background:#e9eef1;border-left:3px solid var(--navy);color:var(--navy);} .bcm-bn-spec-table{background:#fff;border:1px solid var(--line);border-top:0;} .bcm-bn-spec-row{display:grid;grid-template-columns:minmax(190px,34%) 1fr;min-height:0;border-bottom:1px solid var(--line);} .bcm-bn-spec-row:last-child{border-bottom:0;} .bcm-bn-spec-row span,.bcm-bn-spec-row strong{padding:9px 12px;display:block;} .bcm-bn-spec-row span{background:#fafbfc;border-right:1px solid var(--line);font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.5px;color:#74838e;} .bcm-bn-spec-row strong{font-size:12px;line-height:1.35;color:#263c4d;font-weight:650;word-break:break-word;} @media(min-width:1050px){.bcm-bn-full-specification{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;align-items:start;} .bcm-bn-full-specification>h2{grid-column:1/-1;margin-bottom:0;} .bcm-bn-spec-group{margin-bottom:0;}} @media(max-width:640px){.bcm-bn-full-specification{display:block;} .bcm-bn-full-specification>h2{font-size:24px;} .bcm-bn-spec-group{margin-bottom:18px;} .bcm-bn-spec-row{grid-template-columns:1fr;} .bcm-bn-spec-row span{border-right:0;border-bottom:1px solid #edf0f2;padding:8px 12px 6px;} .bcm-bn-spec-row strong{padding:7px 12px 9px;}} .bcm-unified-detail .bcm-bv-full-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px;margin-top:28px;} .bcm-unified-detail .bcm-bv-full-specs>h2{grid-column:1/-1;margin:0 0 2px;font-size:30px;line-height:1.15;color:var(--navy);} .bcm-unified-detail .bcm-bv-spec-group{margin:0;border:1px solid #dbe4ea;background:#fff;} .bcm-unified-detail .bcm-bv-spec-group h3{margin:0;padding:14px 16px;border-left:4px solid var(--navy);background:#e9eef2;color:var(--navy);font-size:18px;line-height:1.2;} .bcm-unified-detail .bcm-bv-spec-table{display:block;} .bcm-unified-detail .bcm-bv-spec-row{display:grid;grid-template-columns:34% 66%;min-height:44px;border-top:1px solid #dbe4ea;} .bcm-unified-detail .bcm-bv-spec-row:first-child{border-top:0;} .bcm-unified-detail .bcm-bv-spec-row span,.bcm-unified-detail .bcm-bv-spec-row strong{display:flex;align-items:center;padding:10px 14px;} .bcm-unified-detail .bcm-bv-spec-row span{border-right:1px solid #dbe4ea;background:#f7f9fa;color:#758696;font-size:12px;font-weight:700;letter-spacing:.25px;text-transform:uppercase;} .bcm-unified-detail .bcm-bv-spec-row strong{color:#263d50;font-size:13px;font-weight:800;} .bcm-unified-detail .bcm-bv-description{margin-top:32px;} .bcm-unified-detail .bcm-bv-description h2{color:var(--navy);} @media(max-width:780px){.bcm-unified-detail .bcm-bv-full-specs{grid-template-columns:1fr;} .bcm-unified-detail .bcm-bv-spec-row{grid-template-columns:42% 58%;}} .bcm-bv-detail .bcm-bv-full-specs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 28px!important;margin:28px 0 38px!important;} .bcm-bv-detail .bcm-bv-full-specs>h2{grid-column:1/-1!important;margin:0 0 4px!important;font-size:30px!important;line-height:1.15!important;color:var(--navy)!important;} .bcm-bv-detail .bcm-bv-spec-group{margin:0!important;border:1px solid #dbe4ea!important;background:#fff!important;align-self:start!important;} .bcm-bv-detail .bcm-bv-spec-group h3{margin:0!important;padding:13px 15px!important;border-left:4px solid var(--navy)!important;background:#e8edf1!important;color:var(--navy)!important;font-size:17px!important;line-height:1.2!important;} .bcm-bv-detail .bcm-bv-spec-row{display:grid!important;grid-template-columns:34% 66%!important;min-height:41px!important;border-top:1px solid #dbe4ea!important;} .bcm-bv-detail .bcm-bv-spec-row:first-child{border-top:0!important;} .bcm-bv-detail .bcm-bv-spec-row span,.bcm-bv-detail .bcm-bv-spec-row strong{display:flex!important;align-items:center!important;box-sizing:border-box!important;padding:9px 13px!important;overflow-wrap:anywhere!important;} .bcm-bv-detail .bcm-bv-spec-row span{border-right:1px solid #dbe4ea!important;background:#f7f9fa!important;color:#748596!important;font-size:12px!important;line-height:1.25!important;font-weight:700!important;letter-spacing:.2px!important;text-transform:uppercase!important;} .bcm-bv-detail .bcm-bv-spec-row strong{color:#263d50!important;font-size:13px!important;line-height:1.35!important;font-weight:800!important;} .bcm-feed-directory{margin-top:24px;} .bcm-filtered-directory-top{margin:0 0 14px;} .bcm-filter-reset{color:var(--navy);font-size:13px;font-weight:800;text-decoration:none;} @media(max-width:780px){.bcm-bv-detail .bcm-bv-full-specs{grid-template-columns:1fr!important;} .bcm-bv-detail .bcm-bv-spec-row{grid-template-columns:42% 58%!important;}} .bcm-pagination{display:grid;grid-template-columns:minmax(110px,1fr) auto minmax(110px,1fr);align-items:center;gap:18px;margin:34px 0 10px;padding-top:24px;border-top:1px solid #dce4ea;} .bcm-page-numbers{display:flex;align-items:center;justify-content:center;gap:7px;} .bcm-page-number,.bcm-page-nav{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #d7e0e6;background:#fff;color:var(--navy);font-size:14px;font-weight:800;text-decoration:none!important;} .bcm-page-number:hover,.bcm-page-nav:hover{background:#eef3f7;} .bcm-page-number.is-current{background:var(--navy);border-color:var(--navy);color:#fff;} .bcm-page-prev{justify-self:start;} .bcm-page-next{justify-self:end;} .bcm-page-dots{padding:0 3px;color:#7a8995;} .bcm-yacht-contact-editable{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr) minmax(240px,.55fr);gap:38px;align-items:center;margin:44px 0 20px;padding:42px 44px;border:1px solid #d8e1e7;border-top:4px solid var(--navy);background:#f2f6f8;} .bcm-yacht-contact-eyebrow{margin-bottom:14px;color:#7b8995;font-size:13px;font-weight:800;letter-spacing:3px;} .bcm-yacht-contact-copy h2{margin:0 0 10px;color:var(--navy);font-size:32px;line-height:1.12;} .bcm-yacht-contact-copy p{margin:0;max-width:720px;color:#677985;font-size:17px;line-height:1.55;} .bcm-yacht-contact-people{display:flex;flex-direction:column;gap:24px;} .bcm-yacht-contact-person{padding-bottom:20px;border-bottom:1px solid #d4dde3;} .bcm-yacht-contact-person:last-child{padding-bottom:0;border-bottom:0;} .bcm-yacht-contact-person strong{display:block;margin-bottom:7px;color:var(--navy);font-size:20px;line-height:1.2;} .bcm-yacht-contact-person a{display:inline-block;color:#586e7f;font-size:19px;line-height:1.3;font-weight:600;text-decoration:none;} .bcm-yacht-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;} .bcm-yacht-contact-button{min-width:190px;text-align:center;} .bcm-yacht-contact-email{color:var(--navy);font-size:15px;font-weight:800;text-decoration:none;} @media(max-width:950px){.bcm-yacht-contact-editable{grid-template-columns:1fr 1fr;} .bcm-yacht-contact-actions{grid-column:1/-1;}} @media(max-width:700px){.bcm-pagination{grid-template-columns:1fr;} .bcm-page-prev,.bcm-page-next{justify-self:center;} .bcm-yacht-contact-editable{grid-template-columns:1fr;padding:28px 22px;} .bcm-yacht-contact-actions{grid-column:auto;} .bcm-yacht-contact-person strong{font-size:19px;} .bcm-yacht-contact-person a{font-size:18px;}} .bcm-feed-search-head{justify-content:center!important;text-align:center!important;width:100%;} .bcm-feed-search-head strong{margin:0!important;} .bcm-legal-page{background:#fff;padding:72px 20px 90px;color:#17344d} .bcm-legal-wrap{max-width:1180px;margin:0 auto} .bcm-legal-kicker{font-size:13px;letter-spacing:.22em;font-weight:700;color:#788894;margin-bottom:14px} .bcm-legal-page h1{font-size:clamp(42px,5vw,68px);line-height:1.05;margin:0 0 12px} .bcm-legal-intro{font-size:18px;color:#647786;margin:0 0 34px} .bcm-legal-card{max-width:820px;background:#f3f6f8;border-top:4px solid #17344d;padding:38px 42px} .bcm-legal-card h2{font-size:28px;margin:0 0 18px} .bcm-legal-card h3{font-size:16px;margin:28px 0 7px} .bcm-legal-card p{font-size:17px;line-height:1.65;margin:0;color:#536978} .bcm-legal-card a{color:#17344d;text-decoration:none;font-weight:600} .bcm-legal-card a:hover{text-decoration:underline} @media(max-width:700px){.bcm-legal-page{padding:48px 18px 64px} .bcm-legal-card{padding:28px 22px}} .bcm-privacy-card{max-width:920px} .bcm-privacy-card h2{margin:34px 0 10px;font-size:22px} .bcm-privacy-card h2:first-child{margin-top:0} .bcm-privacy-card p+p{margin-top:12px} .bcm-footer-legal-extra{display:inline-flex;margin-left:18px} .bcm-footer-legal-extra a{color:inherit;text-decoration:none} .bcm-offer-legal-note{margin:30px 0 18px;padding:18px 20px;border-left:3px solid #9aa9b4;background:#f6f8f9;color:#647684;font-size:13px;line-height:1.6;} .bcm-offer-legal-note strong{color:#17344d} .bcm-yacht-contact-editable{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr) minmax(220px,.55fr)!important;gap:38px!important;align-items:center!important;margin:26px 0 24px!important;padding:38px 42px!important;border:1px solid #d8e1e7!important;border-top:4px solid var(--navy)!important;background:#f2f6f8!important;} .bcm-yacht-contact-copy h2{margin:0 0 10px!important;color:var(--navy)!important;font-size:31px!important;line-height:1.12!important;} .bcm-yacht-contact-copy p{margin:0!important;color:#677985!important;font-size:16px!important;line-height:1.55!important;} .bcm-yacht-contact-eyebrow{margin-bottom:12px!important;color:#7b8995!important;font-size:12px!important;font-weight:800!important;letter-spacing:2.5px!important;} .bcm-yacht-contact-people{display:flex!important;flex-direction:column!important;gap:22px!important;} .bcm-yacht-contact-person{padding:0 0 18px!important;border-bottom:1px solid #d4dde3!important;} .bcm-yacht-contact-person:last-child{padding-bottom:0!important;border-bottom:0!important;} .bcm-yacht-contact-person strong{display:block!important;margin-bottom:6px!important;color:var(--navy)!important;font-size:20px!important;line-height:1.2!important;} .bcm-yacht-contact-person a{color:#536b7d!important;font-size:18px!important;font-weight:650!important;line-height:1.3!important;text-decoration:none!important;} .bcm-yacht-contact-actions{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;} .bcm-yacht-contact-button{min-width:180px!important;text-align:center!important;} .bcm-yacht-contact-email{color:var(--navy)!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;} .bcm-bv-contact-box .bcm-bv-contact-actions{display:none!important;} @media(max-width:950px){.bcm-yacht-contact-editable{grid-template-columns:1fr 1fr!important;} .bcm-yacht-contact-actions{grid-column:1/-1!important;}} @media(max-width:700px){.bcm-yacht-contact-editable{grid-template-columns:1fr!important;padding:26px 20px!important;gap:22px!important;} .bcm-yacht-contact-actions{grid-column:auto!important;}} .bcm-footer-ai-note{width:100%;margin:18px auto 0;padding:12px 20px 4px;text-align:center;font-size:10px;line-height:1.45;letter-spacing:.02em;opacity:.58;} .bcm-contact-page{padding:72px 20px 90px;background:#fff;color:#17344d} .bcm-contact-page-wrap{max-width:1180px;margin:0 auto} .bcm-contact-kicker{margin-bottom:14px;color:#7b8995;font-size:12px;font-weight:800;letter-spacing:.22em} .bcm-contact-page h1{margin:0 0 16px;font-size:clamp(44px,5vw,68px);line-height:1.04} .bcm-contact-lead{max-width:760px;margin:0 0 42px;color:#647786;font-size:19px;line-height:1.6} .bcm-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px} .bcm-contact-card{padding:30px 30px 32px;border-top:4px solid #17344d;background:#f3f6f8} .bcm-contact-role{display:block;margin-bottom:10px;color:#7b8995;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase} .bcm-contact-card h2{margin:0 0 16px;font-size:25px} .bcm-contact-card p{margin:0 0 12px;color:#5f7483;font-size:16px;line-height:1.55} .bcm-contact-card a{display:block;margin-top:8px;color:#17344d;font-size:16px;font-weight:700;text-decoration:none} .bcm-contact-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:28px;padding:32px 34px;background:#17344d;color:#fff} .bcm-contact-cta h2{margin:4px 0 8px;color:#fff;font-size:27px} .bcm-contact-cta p{max-width:680px;margin:0;color:rgba(255,255,255,.75);line-height:1.55} .bcm-contact-cta .bcm-contact-role{color:rgba(255,255,255,.58)} .bcm-contact-cta .btn{flex:0 0 auto} @media(max-width:900px){.bcm-contact-grid{grid-template-columns:1fr 1fr}.bcm-contact-company{grid-column:1/-1}} @media(max-width:650px){.bcm-contact-page{padding:48px 18px 64px}.bcm-contact-grid{grid-template-columns:1fr}.bcm-contact-company{grid-column:auto}.bcm-contact-cta{align-items:flex-start;flex-direction:column}} .site-footer,.bcm-footer{padding-top:28px!important;padding-bottom:14px!important;} .site-footer .container,.bcm-footer .container,.bcm-footer-inner{padding-top:0!important;padding-bottom:0!important;} .bcm-footer-grid,.site-footer .footer-grid{gap:22px!important;margin-bottom:18px!important;} .site-footer img,.bcm-footer img,.site-footer .custom-logo,.bcm-footer .custom-logo{max-height:58px!important;width:auto!important;} .site-footer h2,.site-footer h3,.site-footer h4,.bcm-footer h2,.bcm-footer h3,.bcm-footer h4{margin-top:0!important;margin-bottom:8px!important;font-size:15px!important;line-height:1.25!important;} .site-footer p,.site-footer li,.site-footer a,.bcm-footer p,.bcm-footer li,.bcm-footer a{line-height:1.45!important;} .site-footer ul,.bcm-footer ul{margin-top:0!important;margin-bottom:0!important;} .site-footer li,.bcm-footer li{margin-bottom:4px!important;} .bcm-footer-bottom,.site-footer .footer-bottom{margin-top:14px!important;padding-top:12px!important;padding-bottom:0!important;} .bcm-footer-ai-note{margin:9px auto 0!important;padding:7px 16px 0!important;font-size:9px!important;line-height:1.35!important;opacity:.48!important;} .bcm-footer-tagline,.site-footer .tagline{margin-top:7px!important;margin-bottom:0!important;font-size:12px!important;line-height:1.35!important;opacity:.78!important;} .bcm-footer-legal,.site-footer .footer-legal{display:flex!important;flex-wrap:wrap!important;gap:6px 14px!important;align-items:center!important;} @media(max-width:760px){.site-footer,.bcm-footer{padding-top:22px!important;padding-bottom:12px!important;} .bcm-footer-grid,.site-footer .footer-grid{gap:16px!important;margin-bottom:14px!important;} .site-footer img,.bcm-footer img,.site-footer .custom-logo,.bcm-footer .custom-logo{max-height:48px!important;} .bcm-footer-ai-note{margin-top:7px!important;padding-top:5px!important;}} .bcm-footer-v483{padding:0!important;background:#17344d!important;color:#fff!important;} .bcm-footer-v483-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 24px;display:grid;grid-template-columns:1.35fr 1fr 1fr .65fr;gap:42px;align-items:start;} .bcm-footer-v483-brand img,.bcm-footer-v483-brand .custom-logo{display:block;max-width:180px!important;max-height:56px!important;width:auto!important;height:auto!important;} .bcm-footer-v483-name{font-size:21px;font-weight:700;} .bcm-footer-v483-tagline{margin-top:10px;color:rgba(255,255,255,.68);font-size:12px;line-height:1.4;} .bcm-footer-v483-heading{margin-bottom:9px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;} .bcm-footer-v483-contact,.bcm-footer-v483-address,.bcm-footer-v483-legal{color:rgba(255,255,255,.72);font-size:13px;line-height:1.65;} .bcm-footer-v483-contact a,.bcm-footer-v483-legal a{display:block;margin:0;color:rgba(255,255,255,.78)!important;font-size:13px!important;line-height:1.65!important;text-decoration:none!important;} .bcm-footer-v483-contact a:hover,.bcm-footer-v483-legal a:hover{color:#fff!important;} .bcm-footer-v483-bottom{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:11px 0 13px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;align-items:center;gap:24px;color:rgba(255,255,255,.42);font-size:9px;line-height:1.4;} .bcm-footer-v483-ai{text-align:right;} .bcm-footer-v483 .footer-menu,.bcm-footer-v483 .footer-navigation,.bcm-footer-v483 nav{display:none!important;} @media(max-width:900px){.bcm-footer-v483-inner{grid-template-columns:1fr 1fr;gap:26px 38px;}} @media(max-width:620px){.bcm-footer-v483-inner{width:min(100% - 32px,1180px);padding:25px 0 20px;grid-template-columns:1fr 1fr;gap:22px 24px;} .bcm-footer-v483-brand{grid-column:1/-1;} .bcm-footer-v483-bottom{width:min(100% - 32px,1180px);flex-direction:column;align-items:flex-start;gap:4px;} .bcm-footer-v483-ai{text-align:left;}} .bcm-footer-v483-contact a strong{color:#fff;font-weight:700;} .bcm-footer-v483-contact a span{margin-left:7px;color:rgba(255,255,255,.62);font-weight:500;} body.page-slug-verkaufen .hero img,body.page-verkaufen .hero img,body.page-template-page-verkaufen .hero img,body.page-slug-verkaufen .wp-block-cover img,body.page-verkaufen .wp-block-cover img,body.page-slug-verkaufen .wp-block-image img,body.page-verkaufen .wp-block-image img{object-fit:contain!important;object-position:center center!important;} .bcm-sell-page img,.bcm-verkaufen-page img,.bcm-selling-hero img,.bcm-sell-hero img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:auto!important;max-height:none!important;} body.page-slug-verkaufen .wp-block-cover,body.page-verkaufen .wp-block-cover,.bcm-selling-hero,.bcm-sell-hero{overflow:hidden;} .bcm-footer-v483-brand .custom-logo-link,.bcm-footer-v483-brand .custom-logo-link:hover{background:transparent!important;} .bcm-footer-v483-brand img,.bcm-footer-v483-brand .custom-logo{filter:brightness(0) invert(1)!important;opacity:1!important;background:transparent!important;} .bcm-bv-gallery a,.bcm-bv-detail-gallery a,.bcm-yacht-gallery a,.boat-gallery a,.bcm-bv-hero a{cursor:default!important;} .bcm-bv-gallery img,.bcm-bv-detail-gallery img,.bcm-yacht-gallery img,.boat-gallery img,.bcm-bv-hero img{image-rendering:auto!important;object-fit:cover;} .bcm-bv-detail .bcm-bv-gallery,.bcm-bv-detail .bcm-yacht-gallery,.bcm-bv-detail [class*="gallery-main"],.bcm-bv-detail [class*="main-image"]{max-width:1040px!important;margin-left:auto!important;margin-right:auto!important;} .bcm-bv-detail .bcm-bv-gallery img,.bcm-bv-detail .bcm-yacht-gallery img,.bcm-bv-detail .swiper-slide img,.bcm-bv-detail .slick-slide img,.bcm-bv-detail [class*="gallery-main"] img,.bcm-bv-detail [class*="main-image"] img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:560px!important;margin-left:auto!important;margin-right:auto!important;object-fit:contain!important;object-position:center!important;cursor:default!important;user-select:none!important;-webkit-user-drag:none!important;} .bcm-bv-detail .swiper-slide>a,.bcm-bv-detail .slick-slide>a,.bcm-bv-detail [class*="gallery-main"]>a,.bcm-bv-detail [class*="main-image"]>a{pointer-events:none!important;cursor:default!important;} .bcm-bv-detail .bcm-bv-thumbs img,.bcm-bv-detail .bcm-yacht-thumbs img,.bcm-bv-detail .thumbnail img,.bcm-bv-detail .thumb img{max-height:78px!important;} @media(max-width:700px){.bcm-bv-detail .bcm-bv-gallery img,.bcm-bv-detail .bcm-yacht-gallery img,.bcm-bv-detail .swiper-slide img,.bcm-bv-detail .slick-slide img,.bcm-bv-detail [class*="gallery-main"] img,.bcm-bv-detail [class*="main-image"] img{max-height:390px!important;}} .bcm-bv-detail .bcm-bv-gallery-main a,.bcm-bv-detail .bcm-yacht-gallery-main a,.bcm-bv-detail .main-image a,.bcm-bv-detail [class*="gallery-main"] a,.bcm-bv-detail [class*="main-image"] a{cursor:default!important;text-decoration:none!important;} .bcm-bv-detail .bcm-bv-gallery-main img,.bcm-bv-detail .bcm-yacht-gallery-main img,.bcm-bv-detail .main-image img,.bcm-bv-detail [class*="gallery-main"] img,.bcm-bv-detail [class*="main-image"] img{cursor:default!important;} .bcm-bv-detail .bcm-bv-spec-row{grid-template-columns:36% 64%!important;} .bcm-bv-detail .bcm-bv-spec-row span{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;white-space:normal!important;font-size:11.5px!important;} .bcm-bv-detail .bcm-bv-spec-row strong{word-break:normal!important;overflow-wrap:anywhere!important;} @media(max-width:780px){.bcm-bv-detail .bcm-bv-spec-row{grid-template-columns:42% 58%!important;}} .bcm-weglot-header{flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin-left:12px;min-height:38px;} .bcm-weglot-header #weglot_here{display:flex;align-items:center;} .bcm-weglot-header .wg-drop,.bcm-weglot-header .weglot-container,.bcm-weglot-header .country-selector,.bcm-weglot-header .wgcurrent{font-family:Arial,Helvetica,sans-serif!important;} .bcm-weglot-header .wgcurrent,.bcm-weglot-header .wg-drop.country-selector a,.bcm-weglot-header .country-selector a{font-size:12px!important;font-weight:700!important;} @media(max-width:900px){.bcm-weglot-header{order:2;margin-left:auto;margin-right:8px;min-height:36px;} .menu-toggle{order:3} .primary-nav{order:4}} .intro-row{align-items:start!important;gap:56px!important;} .intro-row>.wp-block-group:first-child{padding-top:7px;} .bcm-newsletter-column{width:100%;} .bcm-home-newsletter{width:100%;padding:24px 26px 25px;border-top:3px solid var(--navy);background:#f3f6f8;box-sizing:border-box;} .bcm-home-newsletter-head{margin-bottom:17px;} .bcm-home-newsletter-head .eyebrow{margin:0 0 6px!important;} .bcm-home-newsletter-head h3{margin:0 0 6px;color:var(--navy);font-size:24px;line-height:1.18;} .bcm-home-newsletter-head>p:last-child{margin:0;color:#697c89;font-size:13px;line-height:1.45;} .bcm-newsletter-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px 12px;} .bcm-newsletter-form label{display:block;} .bcm-newsletter-fields label>span{display:block;margin:0 0 5px;color:#506675;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;} .bcm-newsletter-fields input{width:100%;height:42px;padding:0 11px;border:1px solid #d3dde3;border-radius:0;outline:none;background:#fff;color:#17344d;font:inherit;box-sizing:border-box;} .bcm-newsletter-fields input:focus{border-color:#17344d;box-shadow:0 0 0 1px #17344d;} .bcm-newsletter-consent{display:flex!important;align-items:flex-start;gap:8px;margin:13px 0 15px;color:#697c89;font-size:10px;line-height:1.45;} .bcm-newsletter-consent input{flex:0 0 auto;margin:2px 0 0;} .bcm-newsletter-consent a{color:var(--navy)!important;text-decoration:underline;} .bcm-newsletter-submit{min-height:42px;padding:0 18px!important;border:0;cursor:pointer;} .bcm-newsletter-message{margin:0 0 14px;padding:9px 11px;font-size:11px;line-height:1.4;} .bcm-newsletter-message.is-success{background:#e7f1ea;color:#315a3d;} .bcm-newsletter-message.is-error{background:#f5e8e8;color:#7d3838;} @media(max-width:900px){.intro-row{gap:30px!important;}} @media(max-width:700px){.bcm-newsletter-fields{grid-template-columns:1fr;} .bcm-home-newsletter{padding:21px 20px 22px;}} .bcm-newsletter-right-column .bcm-home-newsletter{padding:28px 30px 27px!important;} .bcm-newsletter-right-column .bcm-home-newsletter-head h3{font-size:25px!important;} .bcm-newsletter-right-column .bcm-newsletter-fields input{height:44px!important;} .intro-row .mini-links{display:flex!important;flex-wrap:wrap!important;gap:28px!important;} .intro-row .mini-links p{margin:0!important;} @media(max-width:1020px){.intro-row{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr)!important;gap:44px!important;}} @media(max-width:820px){.intro-row{grid-template-columns:1fr!important;gap:34px!important;} .bcm-newsletter-right-column{justify-self:stretch;max-width:none;}} .intro-row>.wp-block-group:nth-child(1){grid-column:1!important;grid-row:1!important;min-width:0!important;} .intro-row>.intro-copy{grid-column:1!important;grid-row:2!important;min-width:0!important;margin:0!important;} .intro-row>.bcm-newsletter-native-column{grid-column:2!important;grid-row:1 / span 2!important;width:100%!important;max-width:560px!important;min-width:0!important;margin:0!important;padding:0!important;justify-self:end!important;align-self:center!important;} .intro-row>.bcm-newsletter-native-column .bcm-home-newsletter{width:100%!important;margin:0!important;box-sizing:border-box!important;} .intro-row .mini-links{display:flex!important;flex-wrap:wrap!important;gap:28px!important;} .intro-row .mini-links p{margin:0!important;} @media(max-width:900px){.intro-row{grid-template-columns:1fr!important;grid-template-rows:auto!important;row-gap:24px!important;} .intro-row>.wp-block-group:nth-child(1),.intro-row>.intro-copy,.intro-row>.bcm-newsletter-native-column{grid-column:1!important;grid-row:auto!important;max-width:none!important;justify-self:stretch!important;}} .intro-row>*:not(.bcm-newsletter-native-column){grid-column:1!important;min-width:0!important;max-width:100%!important;} .intro-row>.bcm-newsletter-native-column{grid-column:2!important;grid-row:1 / span 20!important;align-self:center!important;justify-self:stretch!important;width:100%!important;max-width:560px!important;min-width:0!important;margin:0!important;padding:0!important;} .intro-row>.bcm-newsletter-native-column .bcm-home-newsletter{width:100%!important;margin:0!important;box-sizing:border-box!important;} .intro-row .mini-links{display:flex!important;flex-wrap:wrap!important;gap:28px!important;} .intro-row .mini-links p{margin:0!important;} .section>.container.intro-row{width:min(1380px,calc(100% - 80px))!important;max-width:1380px!important;} @media(max-width:980px){.intro-row{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr)!important;column-gap:42px!important;}} @media(max-width:820px){.section>.container.intro-row{width:min(100% - 36px,1380px)!important;} .intro-row{grid-template-columns:1fr!important;row-gap:28px!important;} .intro-row>*:not(.bcm-newsletter-native-column),.intro-row>.bcm-newsletter-native-column{grid-column:1!important;grid-row:auto!important;max-width:none!important;}} .bcm-newsletter-feature-section{width:100%;background:#f3f6f8;border-top:1px solid #dfe6ea;border-bottom:1px solid #dfe6ea;} .bcm-newsletter-feature-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:46px 0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:70px;align-items:center;} .bcm-newsletter-feature-copy{max-width:460px;} .bcm-newsletter-feature-eyebrow{margin-bottom:12px;color:#728391;font-size:12px;font-weight:800;letter-spacing:.18em;} .bcm-newsletter-feature-copy h2{margin:0 0 14px;color:#17344d;font-size:clamp(34px,3.3vw,50px);line-height:1.08;} .bcm-newsletter-feature-copy p{margin:0;color:#647786;font-size:17px;line-height:1.6;} .bcm-newsletter-feature-form .bcm-home-newsletter{padding:0!important;border-top:0!important;background:transparent!important;} .bcm-newsletter-feature-form .bcm-home-newsletter-head{display:none!important;} .bcm-newsletter-feature-form .bcm-newsletter-fields{grid-template-columns:1fr 1fr!important;gap:12px 14px!important;} .bcm-newsletter-feature-form .bcm-newsletter-fields input{height:46px!important;background:#fff!important;} .bcm-newsletter-feature-form .bcm-newsletter-consent{margin:14px 0 16px!important;} .bcm-newsletter-feature-form .bcm-newsletter-submit{min-height:46px!important;padding:0 22px!important;} .bcm-newsletter-feature-section+*{margin-top:0!important;} @media(max-width:900px){.bcm-newsletter-feature-inner{grid-template-columns:1fr!important;gap:28px!important;padding:36px 0!important;} .bcm-newsletter-feature-copy{max-width:none!important;}} @media(max-width:620px){.bcm-newsletter-feature-inner{width:min(100% - 32px,1180px)!important;padding:30px 0!important;} .bcm-newsletter-feature-form .bcm-newsletter-fields{grid-template-columns:1fr!important;}} .bcm-newsletter-feature-section{margin:0!important;} .bcm-newsletter-feature-section+.cta,.bcm-newsletter-feature-section+section.cta,.bcm-newsletter-feature-section+.wp-block-group.cta{margin-top:34px!important;} .cta{position:relative;} .cta>.container{padding-top:54px!important;padding-bottom:58px!important;} .cta .eyebrow{display:block!important;margin:0 0 18px!important;} .cta h2{margin-top:0!important;} .bcm-newsletter-feature-section{box-shadow:0 14px 30px rgba(23,52,77,.045);} @media(max-width:800px){.bcm-newsletter-feature-section+.cta,.bcm-newsletter-feature-section+section.cta,.bcm-newsletter-feature-section+.wp-block-group.cta{margin-top:24px!important;} .cta>.container{padding-top:40px!important;padding-bottom:44px!important;}} .bcm-newsletter-interest{margin:15px 0 4px;} .bcm-newsletter-interest-title{display:block;margin:0 0 8px;color:#506675;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;} .bcm-newsletter-interest-options{display:flex;flex-wrap:wrap;gap:8px;} .bcm-newsletter-interest-options label{display:flex!important;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid #d3dde3;background:#fff;color:#17344d;font-size:12px;font-weight:700;cursor:pointer;box-sizing:border-box;} .bcm-newsletter-interest-options input{width:15px!important;height:15px!important;margin:0!important;accent-color:#17344d;} .bcm-newsletter-interest-options label:has(input:checked){border-color:#17344d;box-shadow:inset 0 0 0 1px #17344d;} @media(max-width:620px){.bcm-newsletter-interest-options{display:grid;grid-template-columns:1fr;}} .bcm-whatsapp-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:max-content!important;max-width:100%!important;min-height:42px!important;margin:12px 0 4px!important;padding:0 17px!important;border:1px solid #17344d!important;background:#fff!important;color:#17344d!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;box-sizing:border-box!important;transition:.18s ease!important} .bcm-whatsapp-button:hover{background:#17344d!important;color:#fff!important;transform:translateY(-1px)} .bcm-whatsapp-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;border:1px solid currentColor!important;border-radius:50%!important} @media(max-width:620px){.bcm-whatsapp-button{width:100%!important}} .bcm-contact-card .bcm-whatsapp-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;max-width:100%!important;min-height:42px!important;margin-top:16px!important;padding:0 15px!important;border:1px solid #17344d!important;background:#fff!important;color:#17344d!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;box-sizing:border-box!important;} .bcm-contact-card .bcm-whatsapp-button:hover{background:#17344d!important;color:#fff!important;} .bcm-contact-card .bcm-whatsapp-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:21px!important;height:21px!important;border:1px solid currentColor!important;border-radius:50%!important;flex:0 0 auto!important;} @media(max-width:650px){.bcm-contact-card .bcm-whatsapp-button{width:100%!important;}} .bcm-contact-card .bcm-whatsapp-button{background:#25D366!important;border-color:#25D366!important;color:#fff!important;border-radius:5px!important;box-shadow:0 4px 12px rgba(37,211,102,.18)!important;} .bcm-contact-card .bcm-whatsapp-button:hover{background:#1ebe5d!important;border-color:#1ebe5d!important;color:#fff!important;transform:translateY(-1px)!important;} .bcm-contact-card .bcm-whatsapp-icon{width:21px!important;height:21px!important;border:0!important;border-radius:0!important;} .bcm-contact-card .bcm-whatsapp-icon svg{display:block!important;width:21px!important;height:21px!important;fill:currentColor!important;} .bcm-contact-card .bcm-contact-email-link{display:inline-block!important;margin-top:18px!important;color:#17344d!important;font-size:16px!important;font-weight:800!important;line-height:1.35!important;text-decoration:underline!important;text-underline-offset:4px!important;} .bcm-contact-card .bcm-contact-email-link:hover{opacity:.72!important;} body.page-yachtcontroller main,body.page-slug-yachtcontroller main,body.page-template-page-yachtcontroller main,body[class*="yachtcontroller"] main{min-height:auto!important;padding-bottom:72px!important;} body.page-yachtcontroller .site-main,body.page-yachtcontroller .entry-content,body.page-yachtcontroller .section,body.page-slug-yachtcontroller .site-main,body.page-slug-yachtcontroller .entry-content,body.page-slug-yachtcontroller .section,body[class*="yachtcontroller"] .site-main,body[class*="yachtcontroller"] .entry-content{min-height:0!important;} body.page-yachtcontroller .entry-content>*:last-child,body.page-slug-yachtcontroller .entry-content>*:last-child,body[class*="yachtcontroller"] .entry-content>*:last-child{margin-bottom:0!important;padding-bottom:0!important;} body.page-yachtcontroller [style*="min-height"],body.page-slug-yachtcontroller [style*="min-height"],body[class*="yachtcontroller"] [style*="min-height"]{min-height:0!important;} @media(max-width:800px){body.page-yachtcontroller main,body.page-slug-yachtcontroller main,body[class*="yachtcontroller"] main{padding-bottom:48px!important;}} body.page-yachtcontroller .site-main,body.page-yachtcontroller main#primary,body.page-yachtcontroller .entry-content,body.page-yachtcontroller .kubio-content,body.page-yachtcontroller [data-kubio],body.page-yachtcontroller .wp-block-post-content{min-height:0!important;height:auto!important;} body.page-yachtcontroller .entry-content>.wp-block-group:last-child,body.page-yachtcontroller .entry-content>.wp-block-columns:last-child,body.page-yachtcontroller .entry-content>section:last-child,body.page-yachtcontroller .wp-block-post-content>.wp-block-group:last-child,body.page-yachtcontroller .wp-block-post-content>section:last-child,body.page-yachtcontroller .kubio-content>*:last-child{min-height:0!important;height:auto!important;padding-bottom:64px!important;margin-bottom:0!important;} body.page-yachtcontroller .entry-content [style*="100vh"],body.page-yachtcontroller .entry-content [style*="min-height"],body.page-yachtcontroller .wp-block-post-content [style*="100vh"],body.page-yachtcontroller .wp-block-post-content [style*="min-height"]{min-height:0!important;height:auto!important;} body.page-yachtcontroller .site-footer,body.page-yachtcontroller footer.bcm-footer{margin-top:0!important;} @media(max-width:800px){body.page-yachtcontroller .entry-content>*:last-child,body.page-yachtcontroller .wp-block-post-content>*:last-child,body.page-yachtcontroller .kubio-content>*:last-child{padding-bottom:42px!important;}} .bcm-yachtcontroller-last-section-fixed{min-height:0!important;height:auto!important;padding-bottom:64px!important;margin-bottom:0!important;} .bcm-yachtcontroller-last-section-fixed>*:last-child{margin-bottom:0!important;} @media(max-width:800px){.bcm-yachtcontroller-last-section-fixed{padding-bottom:42px!important;}} body.bcm-yachtcontroller-footer-gap-fixed footer.site-footer,body.bcm-yachtcontroller-footer-gap-fixed footer.bcm-footer{position:relative!important;z-index:2!important;} .bcm-directory-results-anchor{scroll-margin-top:110px;} .bcm-kubio-home .hero,body.home .hero{position:relative;overflow:hidden;background:#f7f9fa;} .bcm-kubio-home .hero::after,body.home .hero::after{content:"";position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:1;background-image:url('../images/bcm-start-motoryacht-aerial-sunset.webp');background-repeat:no-repeat;background-size:cover;background-position:center center;} .bcm-kubio-home .hero::before,body.home .hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(247,249,250,1) 0%,rgba(247,249,250,1) 26%,rgba(247,249,250,.98) 36%,rgba(247,249,250,.90) 44%,rgba(247,249,250,.72) 52%,rgba(247,249,250,.48) 59%,rgba(247,249,250,.22) 66%,rgba(247,249,250,.06) 72%,rgba(247,249,250,0) 78%);} .bcm-kubio-home .hero .hero-overlay,body.home .hero .hero-overlay{background:none!important;} .bcm-kubio-home .hero-content,body.home .hero-content{position:relative;z-index:2;padding-left:36px;} .bcm-kubio-home .hero-content>*:not(.hero-links):not(.hero-search),body.home .hero-content>*:not(.hero-links):not(.hero-search){max-width:600px;} @media(max-width:900px){.bcm-kubio-home .hero::after,body.home .hero::after{width:100%;opacity:1;background-position:62% center;} .bcm-kubio-home .hero::before,body.home .hero::before{background:linear-gradient(90deg,rgba(247,249,250,.96) 0%,rgba(247,249,250,.92) 58%,rgba(247,249,250,.72) 80%,rgba(247,249,250,.48) 100%);} .bcm-kubio-home .hero-content,body.home .hero-content{padding-left:18px;}} @media(max-width:620px){.bcm-kubio-home .hero::after,body.home .hero::after{background-position:65% center;} .bcm-kubio-home .hero::before,body.home .hero::before{background:rgba(247,249,250,.84);} .bcm-kubio-home .hero-content,body.home .hero-content{padding-left:0;}} body.home .cta{margin-bottom:44px!important;} body.home .cta::after{content:"";position:absolute;left:0;right:0;bottom:-44px;height:44px;background:#fff;pointer-events:none;} @media(max-width:800px){body.home .cta{margin-bottom:30px!important;} body.home .cta::after{bottom:-30px;height:30px;}} @media(min-width:901px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:center center!important;background-color:#f7f9fa;} .bcm-kubio-home .hero::before,body.home .hero::before{background:linear-gradient(90deg,rgba(247,249,250,1) 0%,rgba(247,249,250,1) 24%,rgba(247,249,250,.985) 34%,rgba(247,249,250,.92) 42%,rgba(247,249,250,.78) 49%,rgba(247,249,250,.56) 56%,rgba(247,249,250,.30) 63%,rgba(247,249,250,.12) 69%,rgba(247,249,250,.03) 74%,rgba(247,249,250,0) 79%)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);} .bcm-kubio-home .hero-content,body.home .hero-content{padding-left:12px!important;} .bcm-kubio-home .hero h1,body.home .hero h1{max-width:710px!important;}} @media(max-width:900px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:68% center!important;} .bcm-kubio-home .hero::before,body.home .hero::before{background:linear-gradient(90deg,rgba(247,249,250,.96) 0%,rgba(247,249,250,.93) 56%,rgba(247,249,250,.74) 78%,rgba(247,249,250,.50) 100%)!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}} @media(min-width:901px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:center center!important;background-color:#f7f9fa;filter:none!important;opacity:1!important;} .bcm-kubio-home .hero::before,body.home .hero::before{inset:0 auto 0 0!important;width:66%!important;height:100%!important;background-image:linear-gradient(90deg,rgba(247,249,250,1) 0%,rgba(247,249,250,1) 32%,rgba(247,249,250,.97) 46%,rgba(247,249,250,.84) 58%,rgba(247,249,250,.56) 72%,rgba(247,249,250,.22) 88%,rgba(247,249,250,0) 100%),url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-repeat:no-repeat,no-repeat!important;background-size:100% 100%,cover!important;background-position:left top,center center!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:blur(14px)!important;transform:scale(1.02)!important;transform-origin:left center!important;opacity:1!important;}} @media(max-width:900px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:68% center!important;filter:none!important;} .bcm-kubio-home .hero::before,body.home .hero::before{inset:0!important;width:100%!important;background:linear-gradient(90deg,rgba(247,249,250,.97) 0%,rgba(247,249,250,.92) 56%,rgba(247,249,250,.72) 78%,rgba(247,249,250,.46) 100%)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;}} @media(min-width:901px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:center center!important;background-color:#f7f9fa;filter:none!important;opacity:1!important;} .bcm-kubio-home .hero::before,body.home .hero::before{inset:0!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,rgba(247,249,250,1) 0%,rgba(247,249,250,1) 25%,rgba(247,249,250,.97) 35%,rgba(247,249,250,.86) 44%,rgba(247,249,250,.62) 52%,rgba(247,249,250,.34) 60%,rgba(247,249,250,.14) 67%,rgba(247,249,250,.04) 73%,rgba(247,249,250,0) 79%)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;opacity:1!important;}} @media(max-width:900px){.bcm-kubio-home .hero::after,body.home .hero::after{background-image:url('../images/bcm-start-motoryacht-sunset-wide.webp')!important;background-size:cover!important;background-position:68% center!important;filter:none!important;opacity:1!important;} .bcm-kubio-home .hero::before,body.home .hero::before{inset:0!important;width:100%!important;background:linear-gradient(90deg,rgba(247,249,250,.97) 0%,rgba(247,249,250,.93) 56%,rgba(247,249,250,.74) 78%,rgba(247,249,250,.50) 100%)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;}} body.home .hero .bcm-hero-title-two-lines,.bcm-kubio-home .hero .bcm-hero-title-two-lines{max-width:820px!important;width:max-content!important;} body.home .hero .bcm-hero-title-two-lines>span,.bcm-kubio-home .hero .bcm-hero-title-two-lines>span{display:block!important;white-space:nowrap!important;} @media(max-width:900px){body.home .hero .bcm-hero-title-two-lines,.bcm-kubio-home .hero .bcm-hero-title-two-lines{width:auto!important;max-width:100%!important;} body.home .hero .bcm-hero-title-two-lines>span,.bcm-kubio-home .hero .bcm-hero-title-two-lines>span{white-space:normal!important;}} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{position:relative;z-index:12;margin-top:-92px!important;margin-bottom:34px;} body.home .home-search-strip .container,body.home .bcm-kubio-home .home-search-strip .container{display:flex;justify-content:flex-end;align-items:flex-start;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(860px,72vw);margin-left:auto;background:rgba(255,255,255,.96);border:1px solid rgba(223,229,233,.95);box-shadow:0 18px 42px rgba(23,49,74,.16);border-radius:18px;padding:18px;grid-template-columns:1.45fr 1fr 1fr auto;gap:12px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);} body.home .home-search-strip .search-panel input,body.home .home-search-strip .search-panel select,body.home .bcm-kubio-home .home-search-strip .search-panel input,body.home .bcm-kubio-home .home-search-strip .search-panel select{height:52px;border-radius:12px;border:1px solid #d9e1e6;background:#fff;} body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{min-height:52px;border-radius:12px;padding:0 24px;white-space:nowrap;} @media(max-width:1050px){body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-82px!important;margin-bottom:26px;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(92vw,760px);grid-template-columns:1fr 1fr;}} @media(max-width:620px){body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-54px!important;margin-bottom:18px;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:100%;padding:14px;border-radius:16px;grid-template-columns:1fr;gap:10px;} body.home .home-search-strip .search-panel input,body.home .home-search-strip .search-panel select,body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel input,body.home .bcm-kubio-home .home-search-strip .search-panel select,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{height:48px;min-height:48px;}} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{position:relative;z-index:12;margin-top:-26px!important;margin-bottom:10px;} body.home .home-search-strip .container,body.home .bcm-kubio-home .home-search-strip .container{display:flex;justify-content:center;align-items:flex-start;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(980px,100%);margin:0 auto;} @media(max-width:1050px){body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-22px!important;margin-bottom:8px;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(92vw,860px);}} @media(max-width:620px){body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-16px!important;margin-bottom:6px;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:100%;}} @media(min-width:621px){body.home .hero .bcm-hero-title-two-lines,.bcm-kubio-home .hero .bcm-hero-title-two-lines{width:auto!important;max-width:760px!important;} body.home .hero .bcm-hero-title-two-lines>span,.bcm-kubio-home .hero .bcm-hero-title-two-lines>span{display:block!important;white-space:nowrap!important;}} @media(min-width:621px){body.home .hero h1.bcm-hero-title-two-lines,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines{display:inline-flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;width:auto!important;max-width:none!important;font-size:clamp(54px,5.2vw,80px)!important;line-height:.96!important;letter-spacing:0!important;white-space:normal!important;} body.home .hero h1.bcm-hero-title-two-lines>span,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span{display:block!important;width:max-content!important;max-width:none!important;white-space:nowrap!important;} body.home .hero-content,.bcm-kubio-home .hero-content{max-width:1280px!important;}} @media(min-width:768px){body.home .hero h1.bcm-hero-title-two-lines,body.home .hero h1.bcm-hero-title-final,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines,.bcm-kubio-home .hero h1.bcm-hero-title-final{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:860px!important;max-width:860px!important;font-size:clamp(52px,4.7vw,74px)!important;line-height:.98!important;overflow:visible!important;} body.home .hero h1.bcm-hero-title-two-lines>span,body.home .hero h1.bcm-hero-title-final>span,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span,.bcm-kubio-home .hero h1.bcm-hero-title-final>span{display:block!important;width:max-content!important;max-width:none!important;white-space:nowrap!important;flex:none!important;} body.home .hero-content,.bcm-kubio-home .hero-content{max-width:1280px!important;overflow:visible!important;}} @media(max-width:767px){body.home .hero h1.bcm-hero-title-two-lines,body.home .hero h1.bcm-hero-title-final,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines,.bcm-kubio-home .hero h1.bcm-hero-title-final{width:auto!important;max-width:100%!important;}} html{-webkit-text-size-adjust:100%;text-size-adjust:100%;} @media(min-width:768px){body.home .hero h1.bcm-hero-title-two-lines,body.home .hero h1.bcm-hero-title-final,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines,.bcm-kubio-home .hero h1.bcm-hero-title-final{display:inline-flex!important;flex-direction:column!important;align-items:flex-start!important;width:auto!important;max-width:none!important;min-width:0!important;font-size:clamp(48px,4.45vw,72px)!important;line-height:.98!important;overflow:visible!important;} body.home .hero h1.bcm-hero-title-two-lines>span,body.home .hero h1.bcm-hero-title-final>span,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span,.bcm-kubio-home .hero h1.bcm-hero-title-final>span{display:block!important;width:auto!important;max-width:none!important;white-space:nowrap!important;flex:0 0 auto!important;} body.home .hero-content,.bcm-kubio-home .hero-content{width:min(1280px,calc(100% - 48px))!important;max-width:1280px!important;overflow:visible!important;}} @media(min-width:768px) and (max-width:1024px){body.home .hero h1.bcm-hero-title-two-lines,body.home .hero h1.bcm-hero-title-final,.bcm-kubio-home .hero h1.bcm-hero-title-two-lines,.bcm-kubio-home .hero h1.bcm-hero-title-final{font-size:clamp(46px,6vw,61px)!important;}} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{position:relative!important;z-index:12!important;margin-top:-24px!important;margin-bottom:14px!important;} body.home .home-search-strip .container,body.home .bcm-kubio-home .home-search-strip .container{display:flex!important;justify-content:center!important;align-items:flex-start!important;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{box-sizing:border-box!important;width:min(980px,calc(100% - 12px))!important;margin:0 auto!important;padding:16px!important;display:grid!important;grid-template-columns:minmax(220px,1.45fr) minmax(150px,1fr) minmax(160px,1fr) auto!important;gap:10px!important;background:rgba(255,255,255,.98)!important;border:1px solid #dfe5e9!important;border-radius:16px!important;box-shadow:0 15px 36px rgba(23,49,74,.14)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;} body.home .home-search-strip .search-panel input,body.home .home-search-strip .search-panel select,body.home .bcm-kubio-home .home-search-strip .search-panel input,body.home .bcm-kubio-home .home-search-strip .search-panel select{box-sizing:border-box!important;width:100%!important;min-width:0!important;height:50px!important;border:1px solid #d8e0e5!important;border-radius:10px!important;background:#fff!important;color:#455965!important;font:inherit!important;-webkit-appearance:none;appearance:none;} body.home .home-search-strip .search-panel select,body.home .bcm-kubio-home .home-search-strip .search-panel select{padding-right:34px!important;background-image:linear-gradient(45deg,transparent 50%,#627583 50%),linear-gradient(135deg,#627583 50%,transparent 50%)!important;background-position:calc(100% - 17px) 22px,calc(100% - 12px) 22px!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;} body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{min-height:50px!important;height:50px!important;border-radius:10px!important;padding:0 22px!important;white-space:nowrap!important;} @media(max-width:1024px){body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(900px,calc(100% - 18px))!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;} body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{width:100%!important;}} @media(max-width:620px){body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-12px!important;margin-bottom:8px!important;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:100%!important;padding:12px!important;grid-template-columns:1fr!important;gap:9px!important;border-radius:14px!important;}} .primary-nav li.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;transform:none!important;} .primary-nav .sub-menu{-webkit-font-smoothing:antialiased;} @media(min-width:901px) and (hover:none){.primary-nav .menu-item-has-children>a:after{display:none!important;} .primary-nav .menu-item-has-children>a{padding-right:40px!important;} .primary-nav .menu-item-has-children>.submenu-toggle{display:block!important;position:absolute!important;right:2px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:var(--navy)!important;font-size:18px!important;cursor:pointer!important;}} @media(min-width:901px) and (pointer:coarse){.primary-nav .menu-item-has-children>a:after{display:none!important;} .primary-nav .menu-item-has-children>a{padding-right:40px!important;} .primary-nav .menu-item-has-children>.submenu-toggle{display:block!important;position:absolute!important;right:2px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:var(--navy)!important;font-size:18px!important;cursor:pointer!important;}} @media(max-width:900px){.primary-nav .submenu-toggle{touch-action:manipulation;} .primary-nav .sub-menu{transition:none!important;}} body.home .hero,body.home .bcm-kubio-home .hero{position:relative!important;overflow:visible!important;min-height:760px!important;background:#f5f6f8!important;} body.home .hero::after,body.home .bcm-kubio-home .hero::after{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;background-image:url('../images/bcm-start-marina-woman-optimized.webp')!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;filter:none!important;opacity:1!important;} body.home .hero::before,body.home .bcm-kubio-home .hero::before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(245,246,248,.94) 0%,rgba(245,246,248,.84) 12%,rgba(245,246,248,.66) 24%,rgba(245,246,248,.40) 37%,rgba(245,246,248,.16) 49%,rgba(245,246,248,.04) 60%,rgba(245,246,248,0) 69%),linear-gradient(180deg,rgba(245,246,248,.18) 0%,rgba(245,246,248,.04) 8%,rgba(245,246,248,0) 16%,rgba(245,246,248,0) 84%,rgba(245,246,248,.04) 92%,rgba(245,246,248,.14) 100%)!important;} body.home .hero .hero-overlay,body.home .bcm-kubio-home .hero .hero-overlay{display:none!important;} body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content{position:relative!important;z-index:2!important;max-width:1280px!important;padding:92px 0 188px!important;} body.home .hero .eyebrow,body.home .hero h1,body.home .hero h1.bcm-hero-title-two-lines,body.home .hero .hero-content>p,body.home .hero .hero-links a,body.home .bcm-kubio-home .hero .eyebrow,body.home .bcm-kubio-home .hero h1,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines,body.home .bcm-kubio-home .hero .hero-content>p,body.home .bcm-kubio-home .hero .hero-links a{color:#17314a!important;text-shadow:none!important;} body.home .hero h1.bcm-hero-title-two-lines,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines{font-size:clamp(58px,5.8vw,84px)!important;line-height:.98!important;} body.home .hero h1.bcm-hero-title-two-lines>span,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span{white-space:nowrap!important;} body.home .hero .hero-content>p:not(.eyebrow),body.home .bcm-kubio-home .hero .hero-content>p:not(.eyebrow){max-width:560px!important;} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{position:relative!important;z-index:12!important;margin-top:-84px!important;margin-bottom:10px!important;} body.home .home-search-strip .container,body.home .bcm-kubio-home .home-search-strip .container{display:flex!important;justify-content:center!important;align-items:flex-start!important;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(1030px,calc(100% - 22px))!important;margin:0 auto!important;background:rgba(255,255,255,.98)!important;border:1px solid #dfe5e9!important;box-shadow:0 16px 34px rgba(23,49,74,.14)!important;border-radius:20px!important;} body.home .slick-dots,body.home .owl-dots,body.home .swiper-pagination,body.home .swiper-pagination-bullets,body.home .flickity-page-dots,body.home .glide__bullets,body.home .bcm-page-dots,body.home .hero-dots,body.home .hero-pagination,body.home .slider-dots,body.home .n2-ss-control-bullet{display:none!important;opacity:0!important;visibility:hidden!important;} @media(max-width:1024px){body.home .hero,body.home .bcm-kubio-home .hero{min-height:680px!important;} body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content{padding:82px 0 158px!important;} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-62px!important;}} @media(max-width:620px){body.home .hero,body.home .bcm-kubio-home .hero{min-height:auto!important;} body.home .hero::after,body.home .bcm-kubio-home .hero::after{background-position:62% center!important;} body.home .hero::before,body.home .bcm-kubio-home .hero::before{background:linear-gradient(180deg,rgba(245,246,248,.30) 0%,rgba(245,246,248,.08) 10%,rgba(245,246,248,0) 20%,rgba(245,246,248,0) 80%,rgba(245,246,248,.10) 90%,rgba(245,246,248,.26) 100%),linear-gradient(90deg,rgba(245,246,248,.58) 0%,rgba(245,246,248,.24) 28%,rgba(245,246,248,0) 50%)!important;} body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content{padding:66px 0 102px!important;} body.home .hero h1.bcm-hero-title-two-lines>span,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span{white-space:normal!important;} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:-22px!important;}} body.home .hero::before,body.home .bcm-kubio-home .hero::before{background:linear-gradient(90deg,rgba(245,246,248,.94) 0%,rgba(245,246,248,.84) 12%,rgba(245,246,248,.66) 24%,rgba(245,246,248,.40) 37%,rgba(245,246,248,.16) 49%,rgba(245,246,248,.04) 60%,rgba(245,246,248,0) 69%),linear-gradient(180deg,rgba(245,246,248,.58) 0%,rgba(245,246,248,.42) 4%,rgba(245,246,248,.26) 9%,rgba(245,246,248,.12) 15%,rgba(245,246,248,.03) 22%,rgba(245,246,248,0) 29%,rgba(245,246,248,0) 73%,rgba(245,246,248,.04) 80%,rgba(245,246,248,.14) 87%,rgba(245,246,248,.30) 93%,rgba(245,246,248,.52) 97%,rgba(245,246,248,.70) 100%)!important;} @media(max-width:620px){body.home .hero::before,body.home .bcm-kubio-home .hero::before{background:linear-gradient(180deg,rgba(245,246,248,.44) 0%,rgba(245,246,248,.22) 10%,rgba(245,246,248,.06) 20%,rgba(245,246,248,0) 30%,rgba(245,246,248,0) 72%,rgba(245,246,248,.08) 82%,rgba(245,246,248,.22) 91%,rgba(245,246,248,.42) 100%),linear-gradient(90deg,rgba(245,246,248,.58) 0%,rgba(245,246,248,.24) 28%,rgba(245,246,248,0) 50%)!important;}} body.home .bcm-hero-signature-wrap,.bcm-kubio-home .bcm-hero-signature-wrap{margin:18px 0 12px!important;line-height:0!important;display:block!important;} body.home .bcm-hero-signature,.bcm-kubio-home .bcm-hero-signature{display:block!important;width:min(480px,88%)!important;max-width:100%!important;height:auto!important;} body.home .bcm-hero-slogan-hidden,.bcm-kubio-home .bcm-hero-slogan-hidden{display:none!important;} @media(max-width:620px){body.home .bcm-hero-signature,.bcm-kubio-home .bcm-hero-signature{width:min(380px,92%)!important;}} .goodhands-section{padding-top:72px!important;padding-bottom:56px!important} .goodhands-showcase{width:min(1280px,calc(100% - 80px));max-width:1280px} .goodhands-showcase>h2{max-width:none!important;width:100%!important;font-size:clamp(44px,4.8vw,68px)!important;line-height:1.05!important;letter-spacing:-.02em!important;margin:0!important} .goodhands-divider{width:56px;height:2px;background:#c5ced4;margin:26px 0 24px} .goodhands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:0;border-bottom:0} .goodhands-card{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:start;padding:0 34px 0 0} .goodhands-card+.goodhands-card{border-left:1px solid var(--line);padding-left:34px} .goodhands-icon{width:88px;height:88px;border-radius:50%;background:#f0f3f5;color:var(--navy);display:flex;align-items:center;justify-content:center;flex:0 0 auto} .goodhands-icon svg{width:46px;height:46px} .goodhands-card-copy h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:26px;font-weight:400;line-height:1.2;margin:6px 0 12px} .goodhands-card-copy p{font-size:18px;line-height:1.55;color:#5f6f7b;margin:0;max-width:32ch} @media(max-width:1100px){.goodhands-grid{grid-template-columns:1fr}.goodhands-card,.goodhands-card+.goodhands-card{padding:0 0 26px 0;border-left:0}.goodhands-card+.goodhands-card{border-top:1px solid var(--line);padding-top:26px}.goodhands-card-copy p{max-width:none}} @media(max-width:820px){.goodhands-showcase{width:min(100% - 36px,1280px)}.goodhands-showcase>h2{font-size:clamp(34px,8vw,48px)!important}.goodhands-card{grid-template-columns:74px 1fr;gap:18px}.goodhands-icon{width:68px;height:68px}.goodhands-icon svg{width:36px;height:36px}.goodhands-card-copy h3{font-size:24px}.goodhands-card-copy p{font-size:17px}} body .bcm-goodhands-final-section{padding:64px 0 54px!important;background:#fff!important;} body .bcm-goodhands-final{width:min(1280px,calc(100% - 80px))!important;max-width:1280px!important;margin:0 auto!important;} body .bcm-goodhands-final .eyebrow{margin:0 0 10px!important;color:#738391!important;font-size:13px!important;font-weight:800!important;letter-spacing:2.4px!important;} body .bcm-goodhands-final h2{margin:0!important;max-width:none!important;width:100%!important;color:#17314a!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(44px,4.5vw,66px)!important;font-weight:400!important;line-height:1.05!important;letter-spacing:-.02em!important;} body .bcm-goodhands-final-rule{width:56px!important;height:1px!important;background:#b9c5cc!important;margin:26px 0 24px!important;} body .bcm-goodhands-final-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;width:100%!important;align-items:stretch!important;} body .bcm-goodhands-final-card{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:22px!important;align-items:start!important;padding:12px 34px 4px 0!important;min-width:0!important;} body .bcm-goodhands-final-card+.bcm-goodhands-final-card{border-left:1px solid #dce3e7!important;padding-left:34px!important;} body .bcm-goodhands-final-icon{width:78px!important;height:78px!important;border-radius:50%!important;background:#f0f3f5!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#17314a!important;} body .bcm-goodhands-final-icon svg{width:42px!important;height:42px!important;} body .bcm-goodhands-final-card h3{margin:3px 0 10px!important;color:#17314a!important;font-family:Georgia,'Times New Roman',serif!important;font-size:25px!important;line-height:1.2!important;font-weight:400!important;} body .bcm-goodhands-final-card p{margin:0!important;color:#5f6f7b!important;font-size:17px!important;line-height:1.55!important;max-width:none!important;} @media(max-width:980px){body .bcm-goodhands-final-grid{grid-template-columns:1fr!important;} body .bcm-goodhands-final-card,body .bcm-goodhands-final-card+.bcm-goodhands-final-card{padding:22px 0!important;border-left:0!important;} body .bcm-goodhands-final-card+.bcm-goodhands-final-card{border-top:1px solid #dce3e7!important;}} @media(max-width:820px){body .bcm-goodhands-final{width:min(100% - 36px,1280px)!important;} body .bcm-goodhands-final h2{font-size:clamp(34px,8vw,46px)!important;} body .bcm-goodhands-final-card{grid-template-columns:68px minmax(0,1fr)!important;gap:16px!important;} body .bcm-goodhands-final-icon{width:62px!important;height:62px!important;} body .bcm-goodhands-final-icon svg{width:34px!important;height:34px!important;} body .bcm-goodhands-final-card h3{font-size:23px!important;}} .bcm-callback-trigger{min-width:180px!important;text-align:center!important;cursor:pointer!important;} .bcm-callback-panel{width:100%!important;max-width:340px!important;} .bcm-callback-form{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;padding-top:4px!important;} .bcm-callback-form label{display:flex!important;flex-direction:column!important;gap:5px!important;color:var(--navy)!important;font-size:13px!important;font-weight:700!important;} .bcm-callback-form input{width:100%!important;box-sizing:border-box!important;min-height:44px!important;padding:10px 12px!important;border:1px solid #cbd6dd!important;border-radius:2px!important;background:#fff!important;color:#17344d!important;font:inherit!important;} .bcm-callback-form input:focus{outline:2px solid rgba(23,52,77,.18)!important;outline-offset:1px!important;border-color:#8297a7!important;} .bcm-callback-submit{width:100%!important;margin-top:2px!important;text-align:center!important;} .bcm-callback-note{margin:0!important;color:#6f7f8a!important;font-size:11px!important;line-height:1.45!important;} .bcm-bv-head-actions{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin-top:12px} .bcm-bv-head-actions .bcm-bv-pdf-btn,.bcm-bv-head-actions .bcm-callback-whatsapp{min-height:42px;margin:0} .bcm-callback-whatsapp{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 16px!important;border:1px solid #25D366!important;border-radius:2px!important;background:#25D366!important;color:#fff!important;font-family:inherit!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;box-shadow:0 3px 10px rgba(0,0,0,.10)!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important} .bcm-callback-whatsapp:hover{background:#20bd5a!important;border-color:#20bd5a!important;box-shadow:0 5px 14px rgba(0,0,0,.14)!important;transform:translateY(-1px)!important} .bcm-whatsapp-mark{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border:1.5px solid rgba(255,255,255,.92);border-radius:50%;font-size:8px;font-weight:900;letter-spacing:-.3px;color:#fff} .bcm-callback-panel-head{margin-top:12px!important;max-width:430px!important;padding:16px 18px!important;background:#f5f8f7!important;border:1px solid #dbe7df!important;border-radius:3px!important} @media(max-width:620px){.bcm-bv-head-actions{flex-direction:column;align-items:stretch}.bcm-bv-head-actions .bcm-bv-pdf-btn,.bcm-bv-head-actions .bcm-callback-whatsapp{width:100%;box-sizing:border-box}.bcm-callback-panel-head{max-width:none!important}} .bcm-callback-whatsapp{padding:11px 20px!important;font-size:13px!important;font-weight:900!important;letter-spacing:.015em!important;border-radius:4px!important;box-shadow:0 5px 16px rgba(37,211,102,.30)!important;} .bcm-callback-whatsapp .bcm-whatsapp-mark{width:24px!important;height:24px!important;font-size:9px!important;border-width:2px!important;background:rgba(255,255,255,.10)!important;} .bcm-callback-whatsapp:hover{box-shadow:0 7px 20px rgba(37,211,102,.38)!important;transform:translateY(-2px)!important;} .bcm-lead-assistant{max-width:620px!important;padding:20px!important} .bcm-lead-intro{display:flex;flex-direction:column;gap:3px;margin-bottom:14px;color:var(--navy)} .bcm-lead-intro strong{font-size:18px}.bcm-lead-intro span{font-size:12px;color:#6f7f8a} .bcm-lead-types{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:16px} .bcm-lead-type{min-height:62px;padding:8px 6px;border:1px solid #d7e1dc;border-radius:4px;background:#fff;color:#17344d;font:inherit;font-size:18px;cursor:pointer;transition:.15s ease} .bcm-lead-type span{display:block;margin-top:3px;font-size:10px;font-weight:800}.bcm-lead-type:hover,.bcm-lead-type.is-active{border-color:#25D366;background:#edf9f1;box-shadow:0 2px 8px rgba(37,211,102,.12)} .bcm-lead-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bcm-lead-extra{padding-top:2px}.bcm-lead-form textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #cbd6dd;border-radius:2px;background:#fff;color:#17344d;font:inherit;resize:vertical}.bcm-lead-submit{background:#25D366!important;border-color:#25D366!important;color:#fff!important}.bcm-lead-submit:hover{background:#20bd5a!important} @media(max-width:620px){.bcm-lead-types{grid-template-columns:1fr 1fr}.bcm-lead-two{grid-template-columns:1fr}.bcm-lead-assistant{padding:16px!important}} .bcm-newsletter-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;} body .bcm-goodhands-final-grid{margin:0!important;} body .bcm-goodhands-final-copy{margin:0!important;padding:0!important;min-width:0!important;} body .bcm-goodhands-final-copy>*:first-child{margin-top:3px!important;} @media(min-width:1100px){body.home .cta h2{max-width:none!important;white-space:nowrap!important;font-size:clamp(32px,3.1vw,44px)!important;line-height:1.08!important;}} @media(max-width:1099px){body.home .cta h2{white-space:normal!important;}} body.home .cta{margin-bottom:0!important;} body.home .cta::after{content:none!important;display:none!important;} body.home .cta+.bcm-newsletter-feature-section,body.home section.cta+.bcm-newsletter-feature-section,body.home .wp-block-group.cta+.bcm-newsletter-feature-section{margin-top:0!important;} body.home .bcm-newsletter-feature-section{margin-bottom:0!important;} .bcm-expose-spec-note{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap;margin:26px 0 34px;padding:16px 18px;border:1px solid #dbe4ea;border-left:4px solid var(--navy);background:#f7f9fa;color:#4f6170;font-size:14px;line-height:1.5;} .bcm-expose-spec-note strong{color:var(--navy);font-size:15px;} .bcm-expose-spec-note span{flex:1 1 420px;} .bcm-expose-spec-note a{color:var(--navy);font-weight:800;text-decoration:underline;text-underline-offset:3px;} @media(max-width:640px){.bcm-expose-spec-note{align-items:flex-start;flex-direction:column;gap:6px;} .bcm-expose-spec-note span{flex:0 1 auto;}} @media (max-width:620px){body.home .hero,body.home .bcm-kubio-home .hero{min-height:calc(100svh - 70px)!important;padding:22px 0 34px!important;display:flex!important;align-items:flex-start!important;overflow:hidden!important;background:#17314a!important;} body.home .hero::after,body.home .bcm-kubio-home .hero::after{inset:0!important;width:100%!important;height:100%!important;background-image:url('../images/bcm-start-marina-woman-optimized.webp')!important;background-size:cover!important;background-position:64% center!important;opacity:1!important;} body.home .hero::before,body.home .bcm-kubio-home .hero::before{inset:0!important;z-index:1!important;background:linear-gradient(180deg,rgba(10,30,47,.10) 0%,rgba(10,30,47,.03) 24%,rgba(10,30,47,.12) 70%,rgba(10,30,47,.32) 100%)!important;pointer-events:none!important;} body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content{position:relative!important;z-index:3!important;width:calc(100% - 28px)!important;max-width:none!important;margin:14px auto 0!important;padding:30px 24px 26px!important;border-radius:25px!important;background:linear-gradient(135deg,rgba(16,43,66,.91) 0%,rgba(19,49,74,.79) 58%,rgba(19,49,74,.60) 100%)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 20px 46px rgba(6,21,34,.22)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;} body.home .hero .eyebrow,body.home .bcm-kubio-home .hero .eyebrow,body.home .hero .bcm-mobile-kicker,body.home .bcm-kubio-home .hero .bcm-mobile-kicker{margin:0 0 14px!important;color:rgba(255,255,255,.84)!important;font-size:11px!important;line-height:1.45!important;font-weight:700!important;letter-spacing:2.5px!important;text-transform:uppercase!important;text-shadow:0 1px 8px rgba(0,0,0,.22)!important;} body.home .hero h1,body.home .hero h1.bcm-hero-title-two-lines,body.home .bcm-kubio-home .hero h1,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines{margin:0 0 17px!important;max-width:100%!important;color:#fff!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(38px,11vw,50px)!important;line-height:.98!important;letter-spacing:-.025em!important;text-shadow:0 3px 20px rgba(0,0,0,.24)!important;} body.home .hero h1.bcm-hero-title-two-lines>span,body.home .bcm-kubio-home .hero h1.bcm-hero-title-two-lines>span{white-space:normal!important;} body.home .hero .hero-content>p:not(.eyebrow),body.home .bcm-kubio-home .hero .hero-content>p:not(.eyebrow),body.home .hero .hero-content>.wp-block-paragraph,body.home .bcm-kubio-home .hero .hero-content>.wp-block-paragraph{max-width:100%!important;margin:11px 0!important;color:rgba(255,255,255,.94)!important;font-size:17px!important;line-height:1.48!important;font-weight:400!important;letter-spacing:0!important;text-shadow:0 2px 12px rgba(0,0,0,.22)!important;} body.home .hero .bcm-mobile-europe,body.home .bcm-kubio-home .hero .bcm-mobile-europe{margin:0 0 22px!important;color:rgba(255,255,255,.84)!important;font-size:12px!important;line-height:1.52!important;font-weight:800!important;letter-spacing:2.1px!important;text-transform:uppercase!important;} body.home .hero .bcm-mobile-guideline,body.home .bcm-kubio-home .hero .bcm-mobile-guideline{margin:18px 0 5px!important;color:#e7c58f!important;font-size:20px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:0!important;text-shadow:0 2px 12px rgba(0,0,0,.20)!important;} body.home .hero .bcm-mobile-guideline-copy,body.home .bcm-kubio-home .hero .bcm-mobile-guideline-copy{margin:0 0 12px!important;color:#fff!important;font-size:17px!important;line-height:1.52!important;font-weight:500!important;} body.home .bcm-hero-signature-wrap,.bcm-kubio-home .bcm-hero-signature-wrap{margin:18px 0 18px!important;width:100%!important;} body.home .bcm-hero-signature,.bcm-kubio-home .bcm-hero-signature{width:min(280px,82%)!important;max-width:82%!important;margin:0!important;filter:brightness(0) invert(1)!important;opacity:.93!important;} body.home .hero .hero-links,body.home .bcm-kubio-home .hero .hero-links{display:grid!important;grid-template-columns:1fr!important;gap:11px!important;width:100%!important;margin:18px 0 0!important;} body.home .hero .hero-links>*,body.home .bcm-kubio-home .hero .hero-links>*{width:100%!important;margin:0!important;} body.home .hero .hero-links a,body.home .bcm-kubio-home .hero .hero-links a{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;min-height:58px!important;padding:13px 48px 13px 17px!important;border:1px solid rgba(231,197,143,.92)!important;border-radius:16px!important;background:rgba(10,39,63,.64)!important;color:#fff!important;font-size:16px!important;line-height:1.25!important;font-weight:700!important;text-decoration:none!important;text-shadow:none!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important;} body.home .hero .hero-links a::after,body.home .bcm-kubio-home .hero .hero-links a::after{content:'›'!important;position:absolute!important;right:18px!important;top:50%!important;transform:translateY(-53%)!important;color:#e7c58f!important;font-family:Arial,Helvetica,sans-serif!important;font-size:31px!important;line-height:1!important;font-weight:300!important;} body.home .hero .hero-links a:active,body.home .bcm-kubio-home .hero .hero-links a:active{background:rgba(20,56,84,.88)!important;transform:translateY(1px)!important;} body.home .home-search-strip,body.home .bcm-kubio-home .home-search-strip{margin-top:0!important;}} @media (max-width:390px){body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content{width:calc(100% - 20px)!important;padding:25px 19px 22px!important;border-radius:21px!important;} body.home .hero h1,body.home .bcm-kubio-home .hero h1{font-size:37px!important;} body.home .hero .hero-content>p:not(.eyebrow),body.home .bcm-kubio-home .hero .hero-content>p:not(.eyebrow){font-size:16px!important;}} @media (max-width:620px){body.home .hero .container.hero-content,body.home .bcm-kubio-home .hero .container.hero-content,body.home .hero .container.hero-content *:not(a):not(svg):not(path),body.home .bcm-kubio-home .hero .container.hero-content *:not(a):not(svg):not(path){color:#fff !important;} body.home .hero .bcm-mobile-europe,body.home .bcm-kubio-home .hero .bcm-mobile-europe,body.home .hero .bcm-mobile-europe *,body.home .bcm-kubio-home .hero .bcm-mobile-europe *{color:rgba(255,255,255,.84)!important;} body.home .hero .bcm-mobile-guideline,body.home .bcm-kubio-home .hero .bcm-mobile-guideline,body.home .hero .bcm-mobile-guideline *,body.home .bcm-kubio-home .hero .bcm-mobile-guideline *{color:#e7c58f!important;} body.home .hero .bcm-mobile-guideline-copy,body.home .bcm-kubio-home .hero .bcm-mobile-guideline-copy,body.home .hero .bcm-mobile-guideline-copy *,body.home .bcm-kubio-home .hero .bcm-mobile-guideline-copy *{color:#ffffff!important;opacity:1!important;} body.home .hero .hero-content .wp-block-heading,body.home .bcm-kubio-home .hero .hero-content .wp-block-heading,body.home .hero .hero-content .wp-block-paragraph,body.home .bcm-kubio-home .hero .hero-content .wp-block-paragraph,body.home .hero .hero-content .h-col,body.home .bcm-kubio-home .hero .hero-content .h-col,body.home .hero .hero-content .h-col *,body.home .bcm-kubio-home .hero .hero-content .h-col *{color:#ffffff!important;}} @media (max-width:620px){body:not(.home){overflow-x:hidden;} body:not(.home) .container,body:not(.home) .wrap,body:not(.home) .bcm-contact-page-wrap,body:not(.home) .bcm-legal-wrap{width:calc(100% - 32px)!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;} body:not(.home) img{max-width:100%;height:auto;} body:not(.home) h1{font-size:clamp(34px,10vw,43px)!important;line-height:1.04!important;letter-spacing:-.02em!important;} body:not(.home) h2{font-size:clamp(25px,7.2vw,31px)!important;line-height:1.14!important;} body:not(.home) h3{line-height:1.22!important;} body:not(.home) p,body:not(.home) li{line-height:1.58;} body:not(.home) .header-inner{width:calc(100% - 28px)!important;height:72px!important;gap:10px!important;} body:not(.home) .site-header .custom-logo{max-width:155px!important;max-height:62px!important;width:auto!important;height:auto!important;} body:not(.home) .bcm-weglot-header{gap:9px!important;margin-left:auto!important;} body:not(.home) .menu-toggle{width:44px!important;height:44px!important;min-width:44px!important;padding:9px!important;} body:not(.home) .primary-nav{top:72px!important;max-height:calc(100vh - 72px)!important;padding:12px 16px 20px!important;} body:not(.home) .primary-nav a{min-height:48px!important;display:flex!important;align-items:center!important;font-size:16px!important;} body:not(.home) .bcm-editable-page{overflow:hidden!important;} body:not(.home) .bcm-editable-page>*{max-width:100%;} body:not(.home) .bcm-editable-page .wp-block-group,body:not(.home) .bcm-editable-page .wp-block-columns,body:not(.home) .bcm-editable-page .wp-block-cover,body:not(.home) .bcm-editable-page .wp-block-media-text{box-sizing:border-box!important;} body:not(.home) .bcm-editable-page .wp-block-columns{gap:22px!important;} body:not(.home) .bcm-editable-page .wp-block-column{min-width:0!important;} body:not(.home) .bcm-editable-page .wp-block-button,body:not(.home) .bcm-editable-page .wp-block-button__link{max-width:100%!important;} body:not(.home) .bcm-editable-page .wp-block-button__link{min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 20px!important;font-size:15px!important;line-height:1.25!important;} body:not(.home) .bcm-editable-page table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;} body:not(.home) .bcm-used-boats-page,body:not(.home) .bcm-used-boats-list{padding-left:0!important;padding-right:0!important;} body:not(.home) .bcm-freetext-searchbox,body:not(.home) .bcm-boat24-searchbox{grid-template-columns:1fr!important;gap:16px!important;margin:0 0 22px!important;padding:19px 17px!important;border-radius:4px!important;} body:not(.home) .bcm-freetext-searchcopy h2,body:not(.home) .bcm-boat24-searchcopy h2{margin:2px 0 7px!important;font-size:25px!important;} body:not(.home) .bcm-freetext-searchcopy p,body:not(.home) .bcm-boat24-searchcopy p{font-size:14px!important;line-height:1.5!important;} body:not(.home) .bcm-freetext-searchform,body:not(.home) .bcm-boat24-searchform{grid-template-columns:1fr!important;gap:9px!important;} body:not(.home) .bcm-freetext-searchform input,body:not(.home) .bcm-boat24-searchform input[type="search"]{min-height:52px!important;width:100%!important;padding:0 14px!important;font-size:16px!important;box-sizing:border-box!important;} body:not(.home) .bcm-freetext-searchform .btn,body:not(.home) .bcm-boat24-searchform .btn{width:100%!important;min-height:52px!important;padding:12px 18px!important;} body:not(.home) .bcm-feed-search-head{align-items:flex-start!important;flex-wrap:wrap!important;gap:8px 12px!important;font-size:14px!important;} body:not(.home) .bcm-feed-search-head a{margin-left:0!important;} body:not(.home) .bcm-feed-search-list{gap:18px!important;} body:not(.home) .bcm-feed-search-card{grid-template-columns:1fr!important;min-height:0!important;border-radius:5px!important;box-shadow:0 8px 24px rgba(20,45,65,.07)!important;} body:not(.home) .bcm-feed-search-image{width:100%!important;height:auto!important;aspect-ratio:16/10!important;} body:not(.home) .bcm-feed-search-main{padding:18px 17px 13px!important;} body:not(.home) .bcm-feed-search-type{margin-bottom:6px!important;font-size:12px!important;} body:not(.home) .bcm-feed-search-main h3{margin:0 0 12px!important;font-size:24px!important;} body:not(.home) .bcm-feed-search-facts{gap:6px 14px!important;font-size:13px!important;} body:not(.home) .bcm-feed-search-price{grid-column:1!important;align-items:flex-start!important;padding:12px 17px 18px!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.9)!important;text-align:left!important;} body:not(.home) .bcm-feed-search-price strong{font-size:22px!important;} body:not(.home) .archive-layout{grid-template-columns:1fr!important;gap:22px!important;padding-top:26px!important;padding-bottom:46px!important;} body:not(.home) .filters{padding:18px!important;position:static!important;} body:not(.home) .filters input,body:not(.home) .filters select{min-height:48px!important;font-size:16px!important;} body:not(.home) .cards,body:not(.home) .cards-2,body:not(.home) .bcm-api-results-grid{grid-template-columns:1fr!important;gap:18px!important;} body:not(.home) .card,body:not(.home) .bcm-bv-card,body:not(.home) .bcm-bn-card{max-width:100%!important;overflow:hidden!important;} body:not(.home) .yacht-title,body:not(.home) .bcm-bv-detail{padding-left:0!important;padding-right:0!important;} body:not(.home) .yacht-title{padding-top:32px!important;padding-bottom:24px!important;} body:not(.home) .yacht-title h1,body:not(.home) .bcm-bv-detail-head h1{font-size:34px!important;line-height:1.06!important;overflow-wrap:anywhere!important;} body:not(.home) .title-bottom,body:not(.home) .bcm-bv-detail-head{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;} body:not(.home) .bcm-bv-detail-price{margin-top:5px!important;font-size:24px!important;} body:not(.home) .yacht-gallery,body:not(.home) .bcm-bv-slider,body:not(.home) .bcm-unified-yacht-slider{margin-top:0!important;margin-bottom:22px!important;} body:not(.home) .bcm-bv-slider-stage,body:not(.home) .bcm-unified-yacht-slider .bcm-bv-slider-stage{min-height:0!important;aspect-ratio:4/3!important;height:auto!important;} body:not(.home) .bcm-bv-slider-thumbs,body:not(.home) .bcm-unified-yacht-slider .bcm-bv-slider-thumbs{gap:6px!important;padding-top:7px!important;} body:not(.home) .bcm-bv-slider-prev,body:not(.home) .bcm-bv-slider-next{width:42px!important;height:42px!important;} body:not(.home) .bcm-bv-head-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:17px!important;} body:not(.home) .bcm-bv-head-actions .bcm-bv-pdf-btn,body:not(.home) .bcm-bv-head-actions .bcm-callback-whatsapp,body:not(.home) .bcm-bn-pdf-btn,body:not(.home) .bcm-bn-detail .btn,body:not(.home) .contact-card .btn,body:not(.home) .btn.block{width:100%!important;min-height:52px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:12px 16px!important;text-align:center!important;font-size:15px!important;line-height:1.25!important;} body:not(.home) .bcm-lead-assistant,body:not(.home) .bcm-callback-panel{width:100%!important;max-width:100%!important;box-sizing:border-box!important;} body:not(.home) .bcm-lead-types{grid-template-columns:1fr 1fr!important;gap:8px!important;} body:not(.home) .bcm-lead-type{min-height:54px!important;padding:8px!important;} body:not(.home) .detail-grid{grid-template-columns:1fr!important;gap:26px!important;} body:not(.home) .spec-grid{grid-template-columns:1fr!important;} body:not(.home) .bcm-bv-full-specs,body:not(.home) .bcm-bn-full-specification{margin:24px 0!important;} body:not(.home) .bcm-bv-full-specs>h2,body:not(.home) .bcm-bn-full-specification>h2{margin-bottom:15px!important;font-size:27px!important;} body:not(.home) .bcm-bv-spec-group,body:not(.home) .bcm-bn-spec-group{margin-bottom:15px!important;} body:not(.home) .bcm-bv-spec-group h3,body:not(.home) .bcm-bn-spec-group h3{padding:10px 11px!important;font-size:14px!important;} body:not(.home) .bcm-bv-spec-row,body:not(.home) .bcm-unified-detail .bcm-bv-spec-row,body:not(.home) .bcm-bn-spec-row{grid-template-columns:1fr!important;} body:not(.home) .bcm-bv-spec-row span,body:not(.home) .bcm-bv-spec-row strong,body:not(.home) .bcm-unified-detail .bcm-bv-spec-row span,body:not(.home) .bcm-unified-detail .bcm-bv-spec-row strong,body:not(.home) .bcm-bn-spec-row span,body:not(.home) .bcm-bn-spec-row strong{min-width:0!important;padding:9px 11px!important;font-size:14px!important;overflow-wrap:anywhere!important;} body:not(.home) .bcm-bv-spec-row span,body:not(.home) .bcm-unified-detail .bcm-bv-spec-row span,body:not(.home) .bcm-bn-spec-row span{padding-bottom:5px!important;border-right:0!important;border-bottom:0!important;color:#70808c!important;font-size:12px!important;font-weight:700!important;letter-spacing:.02em!important;} body:not(.home) .bcm-bv-spec-row strong,body:not(.home) .bcm-unified-detail .bcm-bv-spec-row strong,body:not(.home) .bcm-bn-spec-row strong{padding-top:2px!important;padding-bottom:11px!important;} body:not(.home) .bcm-expose-spec-note{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:17px!important;margin:22px 0!important;font-size:14px!important;line-height:1.45!important;} body:not(.home) .bcm-expose-spec-note a{margin-left:0!important;} body:not(.home) .bcm-yacht-contact-editable{grid-template-columns:1fr!important;gap:20px!important;margin:24px 0!important;padding:24px 18px!important;} body:not(.home) .bcm-yacht-contact-copy h2{font-size:26px!important;} body:not(.home) .bcm-yacht-contact-copy p{font-size:15px!important;} body:not(.home) .bcm-yacht-contact-person strong{font-size:18px!important;} body:not(.home) .bcm-yacht-contact-person a{font-size:16px!important;overflow-wrap:anywhere!important;} body:not(.home) .bcm-yacht-contact-actions,body:not(.home) .bcm-yacht-contact-button{width:100%!important;} body:not(.home) .bcm-contact-page{padding:42px 0 58px!important;} body:not(.home) .bcm-contact-kicker{margin-bottom:10px!important;font-size:11px!important;} body:not(.home) .bcm-contact-page h1{margin-bottom:13px!important;} body:not(.home) .bcm-contact-lead{margin-bottom:28px!important;font-size:16px!important;line-height:1.55!important;} body:not(.home) .bcm-contact-grid{grid-template-columns:1fr!important;gap:14px!important;} body:not(.home) .bcm-contact-card{padding:23px 20px 24px!important;} body:not(.home) .bcm-contact-card h2{margin-bottom:12px!important;font-size:23px!important;} body:not(.home) .bcm-contact-card p,body:not(.home) .bcm-contact-card a{font-size:15px!important;} body:not(.home) .bcm-whatsapp-button{width:100%!important;min-height:50px!important;box-sizing:border-box!important;} body:not(.home) .bcm-contact-cta{flex-direction:column!important;align-items:stretch!important;gap:19px!important;margin-top:18px!important;padding:24px 20px!important;} body:not(.home) .bcm-contact-cta h2{font-size:24px!important;} body:not(.home) .bcm-contact-cta .btn{width:100%!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;} body:not(.home) .bcm-legal-page{padding:42px 0 58px!important;} body:not(.home) .bcm-legal-kicker{margin-bottom:10px!important;font-size:11px!important;} body:not(.home) .bcm-legal-intro{margin-bottom:25px!important;font-size:16px!important;line-height:1.55!important;} body:not(.home) .bcm-legal-card{width:100%!important;max-width:100%!important;padding:24px 19px 27px!important;box-sizing:border-box!important;} body:not(.home) .bcm-legal-card h2{margin-bottom:14px!important;font-size:24px!important;} body:not(.home) .bcm-legal-card h3{margin:23px 0 6px!important;font-size:16px!important;} body:not(.home) .bcm-legal-card p,body:not(.home) .bcm-legal-card li{font-size:15px!important;line-height:1.62!important;overflow-wrap:anywhere!important;} body:not(.home) .bcm-legal-card a{overflow-wrap:anywhere!important;} body:not(.home) input:not([type="checkbox"]):not([type="radio"]),body:not(.home) select,body:not(.home) textarea{max-width:100%!important;box-sizing:border-box!important;font-size:16px!important;} body:not(.home) textarea{min-height:125px!important;} body:not(.home) .bcm-footer-v483-inner{width:calc(100% - 32px)!important;padding:25px 0 20px!important;grid-template-columns:1fr!important;gap:20px!important;} body:not(.home) .bcm-footer-v483-brand{grid-column:auto!important;padding-bottom:2px!important;} body:not(.home) .bcm-footer-v483-brand img,body:not(.home) .bcm-footer-v483-brand .custom-logo{max-width:165px!important;max-height:54px!important;} body:not(.home) .bcm-footer-v483-heading{margin-bottom:7px!important;} body:not(.home) .bcm-footer-v483-contact,body:not(.home) .bcm-footer-v483-address,body:not(.home) .bcm-footer-v483-legal,body:not(.home) .bcm-footer-v483-contact a,body:not(.home) .bcm-footer-v483-legal a{font-size:13px!important;line-height:1.6!important;} body:not(.home) .bcm-footer-v483-bottom{width:calc(100% - 32px)!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;padding:11px 0 14px!important;} body:not(.home) .bcm-footer-v483-ai{text-align:left!important;}} @media (max-width:390px){body:not(.home) .container,body:not(.home) .wrap,body:not(.home) .bcm-contact-page-wrap,body:not(.home) .bcm-legal-wrap{width:calc(100% - 24px)!important;} body:not(.home) h1{font-size:33px!important;} body:not(.home) .bcm-lead-types{grid-template-columns:1fr!important;} body:not(.home) .bcm-bv-detail-head h1,body:not(.home) .yacht-title h1{font-size:31px!important;}} @media (min-width:901px){body.home .hero .hero-links,body.home .bcm-kubio-home .hero .hero-links{gap:14px!important;} body.home .hero .hero-links a,body.home .bcm-kubio-home .hero .hero-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:10px 20px!important;border:1px solid rgba(23,49,74,.16)!important;border-radius:10px!important;background:rgba(255,255,255,.94)!important;color:#17314a!important;text-decoration:none!important;box-shadow:0 3px 12px rgba(23,49,74,.06)!important;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;} body.home .hero .hero-links a:hover,body.home .bcm-kubio-home .hero .hero-links a:hover{border-color:rgba(23,49,74,.28)!important;background:#fff!important;box-shadow:0 5px 16px rgba(23,49,74,.10)!important;transform:translateY(-1px)!important;}} @media (min-width:901px){body.home .hero .hero-links,body.home .bcm-kubio-home .hero .hero-links{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;width:auto!important;max-width:100%!important;} body.home .hero .hero-links>*,body.home .bcm-kubio-home .hero .hero-links>*,body.home .hero .hero-links p,body.home .bcm-kubio-home .hero .hero-links p{width:auto!important;flex:0 0 auto!important;margin:0!important;} body.home .hero .hero-links a,body.home .bcm-kubio-home .hero .hero-links a{width:auto!important;min-width:0!important;min-height:40px!important;padding:8px 15px!important;border-radius:8px!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;}} body.home .bcm-newsletter-feature-section{position:relative!important;overflow:hidden!important;margin:0!important;background:linear-gradient(90deg,#f4f4f1 0%,#f7f7f4 100%)!important;border:0!important;} body.home .bcm-newsletter-feature-section::before{content:"";position:absolute;left:0;bottom:0;width:min(48vw,760px);height:min(44vh,420px);background:url('../images/bcm-newsletter-left-reference.webp') left bottom / cover no-repeat;filter:grayscale(1);opacity:.36;pointer-events:none;z-index:0;} body.home .bcm-newsletter-feature-section::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.32),transparent 34%),linear-gradient(90deg,rgba(244,244,241,.95) 0%,rgba(246,246,243,.93) 42%,rgba(247,247,244,.98) 100%);pointer-events:none;z-index:0;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{position:relative;z-index:1;width:min(1540px,calc(100% - 92px))!important;max-width:none!important;margin:0 auto!important;padding:68px 0 74px!important;display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(680px,1.12fr)!important;gap:92px!important;align-items:center!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy{position:relative;max-width:640px!important;padding:12px 0 20px;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-eyebrow{position:relative;margin:0 0 42px!important;color:#617487!important;font-size:21px!important;font-weight:800!important;letter-spacing:.16em!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-eyebrow::after{content:"";position:absolute;left:0;bottom:-18px;width:58px;height:3px;background:#c9a85d;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{margin:0 0 28px!important;color:#0f2a56!important;font-size:clamp(56px,5vw,84px)!important;line-height:.95!important;letter-spacing:-.02em!important;max-width:610px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p{max-width:560px;margin:0!important;color:#627588!important;font-size:25px!important;line-height:1.58!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form{width:100%;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{width:100%!important;padding:40px 44px 36px!important;background:rgba(255,255,255,.94)!important;border:1px solid #e8edf1!important;border-top:0!important;border-radius:18px!important;box-shadow:0 16px 48px rgba(17,34,68,.09)!important;backdrop-filter:blur(1px);} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter-head{display:none!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-message{margin:0 0 22px!important;padding:18px 22px!important;font-size:18px!important;line-height:1.5!important;border-radius:4px;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px 24px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields label>span,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-title{display:block;margin:0 0 10px!important;color:#55697c!important;font-size:18px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields input{width:100%!important;height:74px!important;padding:0 18px!important;border:2px solid #d7dee4!important;border-radius:3px!important;background:#fff!important;color:#17344d!important;font-size:21px!important;box-sizing:border-box!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields input:focus{border-color:#19385a!important;box-shadow:0 0 0 1px #19385a!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest{margin:28px 0 22px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options label{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;min-height:78px!important;padding:12px 20px!important;border:2px solid #d7dee4!important;border-radius:3px!important;background:#fff!important;cursor:pointer;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options input{position:absolute;opacity:0;pointer-events:none;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options span{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;width:100%;color:#17344d!important;font-size:22px!important;font-weight:700!important;line-height:1.2;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options span::before{content:"⛵";font-size:20px;line-height:1;opacity:.86;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options input:checked+span,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options label:hover span{color:#0f2a56!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options input:checked+span::before{opacity:1;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options input:checked~span,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options label:has(input:checked){border-color:#19385a!important;background:#f8fbff!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-consent{align-items:flex-start!important;gap:14px!important;margin:6px 0 28px!important;color:#5f7286!important;font-size:17px!important;line-height:1.55!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-consent input{width:22px!important;height:22px!important;margin:4px 0 0!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-consent a{color:#244a85!important;font-weight:600;text-decoration:underline!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:82px!important;padding:0 88px 0 30px!important;border-radius:4px!important;background:linear-gradient(90deg,#00295f 0%,#002252 100%)!important;color:#fff!important;font-size:22px!important;font-weight:700!important;letter-spacing:0!important;box-shadow:none!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit::after{content:"→";position:absolute;right:34px;top:50%;transform:translateY(-50%);font-size:34px;line-height:1;font-weight:400;} @media(max-width:1300px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(100% - 56px,1540px)!important;gap:56px!important;grid-template-columns:minmax(280px,.92fr) minmax(560px,1.08fr)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{font-size:clamp(48px,4.4vw,72px)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p{font-size:21px!important;}} @media(max-width:980px){body.home .bcm-newsletter-feature-section::before{opacity:.24;width:70vw;height:34vh;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(100% - 34px,1540px)!important;padding:42px 0 48px!important;grid-template-columns:1fr!important;gap:36px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy{max-width:none!important;padding:0!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{max-width:none!important;font-size:clamp(44px,9vw,64px)!important;}} @media(max-width:760px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{padding:24px 18px 22px!important;border-radius:14px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options{grid-template-columns:1fr!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields input{height:60px!important;font-size:18px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p,body.home .bcm-newsletter-feature-section .bcm-newsletter-consent{font-size:16px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit{min-height:64px!important;font-size:19px!important;padding-right:62px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit::after{right:22px;font-size:28px;}} body.home .bcm-newsletter-feature-section::before{width:min(42vw,620px)!important;height:min(34vh,300px)!important;opacity:.28!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(1280px,calc(100% - 56px))!important;padding:44px 0 48px!important;grid-template-columns:minmax(300px,.9fr) minmax(540px,1.1fr)!important;gap:58px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy{max-width:500px!important;padding:4px 0 12px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-eyebrow{margin-bottom:30px!important;font-size:14px!important;letter-spacing:.16em!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-eyebrow::after{bottom:-12px!important;width:44px!important;height:2px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{margin-bottom:20px!important;max-width:480px!important;font-size:clamp(46px,4vw,62px)!important;line-height:1.02!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p{max-width:470px!important;font-size:18px!important;line-height:1.55!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{padding:28px 30px 26px!important;border-radius:12px!important;box-shadow:0 10px 30px rgba(17,34,68,.07)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-message{margin-bottom:15px!important;padding:11px 14px!important;font-size:13px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields{gap:14px 16px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields label>span,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-title{margin-bottom:6px!important;font-size:11px!important;letter-spacing:.09em!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields input{height:48px!important;padding:0 12px!important;border-width:1px!important;font-size:15px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest{margin:19px 0 16px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options{gap:10px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options label{min-height:52px!important;padding:8px 10px!important;border-width:1px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options span{gap:9px!important;font-size:14px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options span::before{font-size:15px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-consent{gap:9px!important;margin:4px 0 17px!important;font-size:12px!important;line-height:1.5!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-consent input{width:16px!important;height:16px!important;margin-top:2px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit{min-height:50px!important;padding:0 58px 0 22px!important;font-size:15px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit::after{right:22px!important;font-size:22px!important;} @media(max-width:1100px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(100% - 40px,1280px)!important;grid-template-columns:minmax(260px,.85fr) minmax(470px,1.15fr)!important;gap:38px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{font-size:clamp(42px,4.7vw,54px)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p{font-size:16px!important;}} @media(max-width:860px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(100% - 30px,1280px)!important;padding:32px 0 36px!important;grid-template-columns:1fr!important;gap:28px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{max-width:none!important;font-size:clamp(40px,8vw,54px)!important;}} @media(max-width:620px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{padding:20px 16px 18px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields,body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options{grid-template-columns:1fr!important;}} body.home .bcm-newsletter-feature-section{background:var(--soft)!important;} body.home .bcm-newsletter-feature-section::before{filter:grayscale(1) contrast(.92) brightness(1.04)!important;opacity:.22!important;} body.home .bcm-newsletter-feature-section::after{background:linear-gradient(90deg,rgba(244,247,248,.88) 0%,rgba(244,247,248,.90) 34%,rgba(244,247,248,.96) 53%,rgba(244,247,248,.99) 100%)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{background:rgba(255,255,255,.92)!important;} body.home .bcm-newsletter-feature-section{background:var(--soft)!important;} body.home .bcm-newsletter-feature-section::before{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:min(48vw,700px)!important;height:270px!important;background-image:url('../images/bcm-newsletter-left-reference.webp')!important;background-position:left bottom!important;background-size:cover!important;background-repeat:no-repeat!important;filter:none!important;opacity:.62!important;pointer-events:none!important;z-index:0!important;} body.home .bcm-newsletter-feature-section::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(244,247,248,.20) 0%,rgba(244,247,248,.32) 28%,rgba(244,247,248,.82) 47%,rgba(244,247,248,.98) 60%,rgba(244,247,248,1) 100%)!important;pointer-events:none!important;z-index:0!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(1180px,calc(100% - 48px))!important;padding:36px 0 40px!important;grid-template-columns:minmax(290px,.88fr) minmax(520px,1.12fr)!important;gap:46px!important;align-items:center!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy{max-width:450px!important;padding:0 0 10px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-eyebrow{margin-bottom:26px!important;font-size:13px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy h2{max-width:440px!important;margin-bottom:16px!important;font-size:clamp(42px,3.7vw,56px)!important;line-height:1.02!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-copy p{max-width:430px!important;font-size:16px!important;line-height:1.5!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-form .bcm-home-newsletter{padding:24px 26px 22px!important;border-radius:10px!important;box-shadow:0 8px 24px rgba(17,34,68,.065)!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields{gap:12px 14px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-fields input{height:45px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest{margin:16px 0 13px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-interest-options label{min-height:48px!important;} body.home .bcm-newsletter-feature-section .bcm-newsletter-submit{min-height:48px!important;} @media(max-width:1050px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{width:min(100% - 36px,1180px)!important;grid-template-columns:minmax(250px,.82fr) minmax(450px,1.18fr)!important;gap:32px!important;} body.home .bcm-newsletter-feature-section::before{width:52vw!important;height:240px!important;opacity:.52!important;}} @media(max-width:860px){body.home .bcm-newsletter-feature-section .bcm-newsletter-feature-inner{grid-template-columns:1fr!important;gap:24px!important;padding:30px 0 34px!important;} body.home .bcm-newsletter-feature-section::before{width:100%!important;height:230px!important;opacity:.30!important;} body.home .bcm-newsletter-feature-section::after{background:linear-gradient(180deg,rgba(244,247,248,.55) 0%,rgba(244,247,248,.88) 48%,rgba(244,247,248,1) 100%)!important;}} .bcm-v607-detail{background:#f7f9fb;padding:32px 0 62px;color:#17344d} .bcm-v607-shell{width:min(1240px,calc(100% - 44px));margin:0 auto} .bcm-v607-back{display:inline-flex;margin:0 0 22px;color:#607487;text-decoration:none;font-weight:700;font-size:13px} .bcm-v607-back:hover{color:#0b2f5f} .bcm-v607-hero-grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(350px,.92fr);gap:34px;align-items:stretch} .bcm-v607-gallery-wrap .bcm-unified-yacht-slider{margin:0!important} .bcm-v607-gallery-wrap .bcm-bv-slider-stage{border-radius:10px;overflow:hidden;box-shadow:0 12px 35px rgba(24,50,73,.10);aspect-ratio:1.55/1;background:#e9eef2} .bcm-v607-gallery-wrap .bcm-bv-slide,.bcm-v607-gallery-wrap .bcm-bv-slide img{width:100%;height:100%;object-fit:cover} .bcm-v607-gallery-wrap .bcm-bv-slider-thumbs{margin-top:10px;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;max-height:82px;overflow:hidden} .bcm-v607-gallery-wrap .bcm-bv-slider-thumb{height:74px!important;border-radius:7px!important;overflow:hidden;border:2px solid transparent!important;padding:0!important;background:#e8edf1} .bcm-v607-gallery-wrap .bcm-bv-slider-thumb.is-active{border-color:#c99b45!important} .bcm-v607-gallery-wrap .bcm-bv-slider-thumb img{width:100%;height:100%;object-fit:cover} .bcm-v607-summary-card{background:#fff;border:1px solid #e2e9ee;border-radius:10px;padding:34px 34px 28px;box-shadow:0 12px 35px rgba(24,50,73,.07)} .bcm-v607-eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:#6b7f90;margin-bottom:10px} .bcm-v607-summary-card h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(34px,3.3vw,54px);line-height:1.02;color:#0b2f5f;margin:0 0 10px} .bcm-v607-subtitle{margin:0;color:#6b7b87;font-size:14px;line-height:1.5} .bcm-v607-gold-line{width:52px;height:2px;background:#c99b45;margin:24px 0 20px} .bcm-v607-price{font-size:clamp(23px,2vw,31px);font-weight:800;color:#0b2f5f;margin-bottom:22px} .bcm-v607-summary-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #e6ebef} .bcm-v607-summary-spec{display:flex;gap:10px;align-items:center;padding:16px 8px 14px 0;border-bottom:1px solid #e6ebef} .bcm-v607-summary-spec:nth-child(odd){border-right:1px solid #e6ebef;margin-right:10px} .bcm-v607-summary-icon{width:28px;height:28px;display:grid;place-items:center;color:#536b7e;flex:0 0 28px} .bcm-v607-summary-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round} .bcm-v607-summary-spec small{display:block;color:#718493;font-size:11px;margin-bottom:2px} .bcm-v607-summary-spec strong{display:block;color:#17344d;font-size:14px;line-height:1.3} .bcm-v607-actions{display:grid;grid-template-columns:1.05fr 1.1fr 1.05fr auto;gap:14px;margin:22px 0 24px;align-items:stretch} .bcm-v607-btn,.bcm-v607-save{min-height:52px;border-radius:7px;border:1px solid #d7e0e6;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;text-decoration:none;font-weight:800;font-size:14px;cursor:pointer;background:#fff;color:#17344d;font-family:inherit} .bcm-v607-btn-primary{background:#0b2f5f;color:#fff;border-color:#0b2f5f}.bcm-v607-btn-primary:hover{color:#fff;background:#08264c} .bcm-v607-btn-whatsapp{border-color:#aebdca}.bcm-v607-btn-whatsapp::first-letter{color:#22aa55}.bcm-v607-btn-whatsapp:hover{background:#f7faf8;color:#17344d} .bcm-v607-btn-gold{background:#c99b45;color:#fff;border-color:#c99b45}.bcm-v607-btn-gold:hover{background:#b78a3a} .bcm-v607-save{border:0;background:transparent;min-width:110px;font-size:15px}.bcm-v607-save.is-saved{color:#c99b45}.bcm-v607-save::first-letter{font-size:24px;font-weight:400} .bcm-v607-lead-panel{margin:-6px 0 26px!important;border-radius:10px!important;border:1px solid #dfe6eb!important;box-shadow:0 12px 32px rgba(24,50,73,.08)!important} .bcm-v607-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start} .bcm-v607-maincol{display:grid;gap:18px} .bcm-v607-topcards{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:18px} .bcm-v607-card{background:#fff;border:1px solid #e1e8ed;border-radius:9px;padding:24px 26px;box-shadow:0 5px 18px rgba(24,50,73,.035)} .bcm-v607-card h2,.bcm-v607-related h2{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:#17344d;margin:0 0 20px} .bcm-v607-highlights ul{list-style:none;margin:0;padding:0;display:grid;gap:14px} .bcm-v607-highlights li{display:flex;align-items:flex-start;gap:10px;color:#435a6b;font-size:13px;line-height:1.45} .bcm-v607-highlights li span{width:20px;height:20px;border:1px solid #d6aa58;border-radius:50%;display:grid;place-items:center;color:#c79231;font-size:11px;flex:0 0 20px} .bcm-v607-description-text,.bcm-v607-description p{color:#536b7d;font-size:14px;line-height:1.75}.bcm-v607-description-text p:first-child{margin-top:0}.bcm-v607-description-text p:last-child{margin-bottom:0} .bcm-v607-tech-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px} .bcm-v607-tech-row{display:grid;grid-template-columns:minmax(110px,.9fr) minmax(0,1.1fr);gap:14px;padding:9px 0;border-bottom:1px solid #e9edf0;font-size:13px} .bcm-v607-tech-row span{color:#617586}.bcm-v607-tech-row strong{color:#213b51;font-weight:700} .bcm-v607-equipment-list{columns:4 160px;column-gap:28px}.bcm-v607-equipment-list span{display:block;break-inside:avoid;color:#4f6678;font-size:12.5px;line-height:1.5;margin:0 0 8px} .bcm-v607-contact-card{background:#fff;border:1px solid #dfe6eb;border-radius:9px;overflow:hidden;position:sticky;top:105px;box-shadow:0 10px 26px rgba(24,50,73,.06)} .bcm-v607-contact-head{background:#0b2f5f;color:#fff;text-align:center;padding:15px 18px;font-family:Georgia,'Times New Roman',serif;font-size:20px} .bcm-v607-contact-body{padding:24px 22px;display:flex;flex-direction:column;align-items:stretch} .bcm-v607-avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(145deg,#17344d,#0b2f5f);color:#fff;border:3px solid #e5c27d;font-family:Georgia,'Times New Roman',serif;font-size:25px;letter-spacing:.08em} .bcm-v607-contact-body h3{text-align:center;margin:0;color:#17344d;font-size:21px}.bcm-v607-contact-body>p{text-align:center;margin:4px 0 19px;color:#7a8b98;font-size:12px} .bcm-v607-contact-body>a:not(.bcm-v607-contact-call){font-size:12.5px;color:#455f73;text-decoration:none;padding:6px 0} .bcm-v607-contact-claim{display:block;border-top:1px solid #e6ebef;border-bottom:1px solid #e6ebef;margin:17px 0;padding:15px 0;color:#17344d;font-size:14px;line-height:1.45} .bcm-v607-contact-body small{color:#748795;font-size:11px;margin-bottom:14px} .bcm-v607-contact-call,.bcm-v607-contact-message{min-height:44px;border-radius:5px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:13px;font-family:inherit;cursor:pointer} .bcm-v607-contact-call{background:#0b2f5f;color:#fff!important;margin-bottom:9px}.bcm-v607-contact-message{background:#fff;border:1px solid #aebdca;color:#17344d} .bcm-v607-related{margin-top:28px;background:#fff;border:1px solid #e1e8ed;border-radius:9px;padding:24px} .bcm-v607-related-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.bcm-v607-related-head a{color:#b7812b;text-decoration:none;font-size:12px;font-weight:800} .bcm-v607-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px} .bcm-v607-related-card{border:1px solid #e2e7eb;border-radius:7px;overflow:hidden;text-decoration:none;background:#fff;transition:.2s ease}.bcm-v607-related-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(24,50,73,.08)} .bcm-v607-related-img{aspect-ratio:1.7/1;position:relative;background:#edf1f4;overflow:hidden}.bcm-v607-related-img img{width:100%;height:100%;object-fit:cover}.bcm-v607-related-img span{position:absolute;right:12px;top:10px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);color:#17344d;font-size:20px} .bcm-v607-related-copy{padding:14px}.bcm-v607-related-copy h3{margin:0 0 7px;color:#17344d;font-size:15px}.bcm-v607-related-copy p{margin:0 0 12px;color:#758794;font-size:11.5px;line-height:1.4;min-height:32px}.bcm-v607-related-copy strong{display:block;text-align:right;color:#17344d;font-size:15px} .bcm-v607-detail .bcm-offer-legal-note{margin-top:18px!important} @media(max-width:1000px){.bcm-v607-hero-grid{grid-template-columns:1fr}.bcm-v607-summary-card{padding:26px} .bcm-v607-actions{grid-template-columns:1fr 1fr}.bcm-v607-save{border:1px solid #d7e0e6} .bcm-v607-content-grid{grid-template-columns:1fr}.bcm-v607-contact-card{position:static;max-width:none} .bcm-v607-contact-body{display:grid;grid-template-columns:auto 1fr 1fr;gap:7px 18px;align-items:center}.bcm-v607-avatar{grid-row:1/6;margin:0 8px 0 0}.bcm-v607-contact-body h3,.bcm-v607-contact-body>p{text-align:left}.bcm-v607-contact-claim{grid-column:2/4}.bcm-v607-contact-call,.bcm-v607-contact-message{grid-column:auto}} @media(max-width:720px){.bcm-v607-detail{padding-top:18px}.bcm-v607-shell{width:min(100% - 24px,1240px)} .bcm-v607-gallery-wrap .bcm-bv-slider-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.bcm-v607-gallery-wrap .bcm-bv-slider-thumb{height:58px!important} .bcm-v607-summary-card{padding:22px 18px}.bcm-v607-summary-card h1{font-size:34px} .bcm-v607-actions{grid-template-columns:1fr}.bcm-v607-save{min-height:48px} .bcm-v607-topcards{grid-template-columns:1fr}.bcm-v607-card{padding:20px 18px} .bcm-v607-tech-grid{grid-template-columns:1fr}.bcm-v607-tech-row{grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr)} .bcm-v607-equipment-list{columns:2 140px} .bcm-v607-contact-body{display:flex}.bcm-v607-avatar{margin:0 auto 14px}.bcm-v607-contact-body h3,.bcm-v607-contact-body>p{text-align:center}.bcm-v607-contact-claim{width:100%} .bcm-v607-related-grid{grid-template-columns:1fr}.bcm-v607-related-head{align-items:flex-start;flex-direction:column;gap:0}} .bcm-v612-contact-row{margin-top:10px} .bcm-v612-contact-row .bcm-lead-extra{padding-top:0} .bcm-v612-send-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px} .bcm-v612-send-options .btn{width:100%;min-height:46px;box-sizing:border-box} .bcm-v612-email-submit{background:#17344d!important;border:1px solid #17344d!important;color:#fff!important} .bcm-v612-email-submit:hover{background:#0f293d!important;border-color:#0f293d!important} .bcm-v612-send-note{margin:8px 0 0!important;color:#7a8994!important;font-size:10.5px!important;line-height:1.45!important} .bcm-v612-email-status{margin:12px 0 0;padding:10px 13px;border-radius:3px;font-size:12px;font-weight:700;line-height:1.45} .bcm-v612-email-status.is-success{background:#edf8f1;border:1px solid #cfe8d8;color:#285c3a} .bcm-v612-email-status.is-error{background:#fff2f0;border:1px solid #efd2cd;color:#8b4037} @media(max-width:620px){.bcm-v612-send-options{grid-template-columns:1fr}.bcm-v612-contact-row{grid-template-columns:1fr}} .bcm-wishlist-header{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:38px;margin-left:10px;padding:0 10px;border:1px solid #dde4e8;background:#fff;color:#17314a;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap;transition:.18s ease;} .bcm-wishlist-header:hover{border-color:#b9c6ce;background:#f7f9fa;color:#17314a} .bcm-wishlist-heart{font-size:20px;line-height:1;color:#17314a;transform:translateY(-1px)} .bcm-wishlist-header.has-items .bcm-wishlist-heart{color:#b9862f} .bcm-wishlist-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:#17314a;color:#fff;font-size:10px;line-height:1} .bcm-wishlist-count.is-empty{background:#9ba8b1} .bcm-wishlist-page{background:#f6f8f9;min-height:62vh;padding:56px 0 78px} .bcm-wishlist-shell{width:min(1180px,calc(100% - 48px));margin:0 auto} .bcm-wishlist-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px} .bcm-wishlist-eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:#778894;margin-bottom:8px} .bcm-wishlist-head h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#17314a;font-size:clamp(38px,5vw,58px);line-height:1.05;margin:0 0 12px} .bcm-wishlist-head p{max-width:720px;margin:0;color:#607485;font-size:15px;line-height:1.65} .bcm-wishlist-all{flex:0 0 auto;color:#17314a;font-weight:800;font-size:13px;text-decoration:none;border-bottom:1px solid #b7c3ca;padding-bottom:3px} .bcm-wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px} .bcm-wishlist-card{background:#fff;border:1px solid #dde5e9;box-shadow:0 8px 28px rgba(23,49,74,.055);overflow:hidden;display:flex;flex-direction:column} .bcm-wishlist-image{display:block;aspect-ratio:16/10;background:#e9eef1;overflow:hidden} .bcm-wishlist-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease} .bcm-wishlist-card:hover .bcm-wishlist-image img{transform:scale(1.018)} .bcm-wishlist-noimage{height:100%;display:grid;place-items:center;color:#81909a;font-weight:800} .bcm-wishlist-card-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1} .bcm-wishlist-meta{color:#738592;font-size:11.5px;line-height:1.45;min-height:17px} .bcm-wishlist-card h2{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:400;line-height:1.18;margin:7px 0 13px} .bcm-wishlist-card h2 a{color:#17314a;text-decoration:none} .bcm-wishlist-price{font-size:17px;font-weight:800;color:#17314a;margin-top:auto;padding-top:2px} .bcm-wishlist-card-actions{display:flex;gap:9px;margin-top:16px;padding-top:15px;border-top:1px solid #edf1f3} .bcm-wishlist-open,.bcm-wishlist-remove{min-height:39px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;text-decoration:none;cursor:pointer} .bcm-wishlist-open{background:#17314a;border:1px solid #17314a;color:#fff;flex:1} .bcm-wishlist-remove{background:#fff;border:1px solid #d8e0e5;color:#526979} .bcm-wishlist-empty{background:#fff;border:1px solid #dde5e9;text-align:center;padding:54px 30px} .bcm-wishlist-empty-heart{font-size:48px;line-height:1;color:#b58a42;margin-bottom:12px} .bcm-wishlist-empty h2{font-family:Georgia,'Times New Roman',serif;color:#17314a;font-size:30px;font-weight:400;margin:0 0 9px} .bcm-wishlist-empty p{color:#647988;max-width:540px;margin:0 auto 22px;line-height:1.6} .bcm-wishlist-gone{padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:330px} .bcm-wishlist-gone h2{margin:0 0 8px}.bcm-wishlist-gone p{color:#6b7d89;margin:0 0 18px} @media(max-width:1050px){.bcm-wishlist-label{display:none} .bcm-wishlist-header{padding:0 8px;gap:4px}} @media(max-width:900px){.bcm-wishlist-header{order:1;margin-left:auto} .bcm-weglot-header{order:2;margin-left:8px} .menu-toggle{order:3;margin-left:0} .bcm-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media(max-width:620px){.bcm-wishlist-header{min-height:34px;padding:0 6px;border-color:#e2e8eb} .bcm-wishlist-heart{font-size:18px}.bcm-wishlist-count{min-width:18px;height:18px;font-size:9px} .bcm-wishlist-page{padding:36px 0 56px}.bcm-wishlist-shell{width:calc(100% - 28px)} .bcm-wishlist-head{display:block;margin-bottom:22px}.bcm-wishlist-all{display:inline-block;margin-top:16px} .bcm-wishlist-grid{grid-template-columns:1fr;gap:16px}} .bcm-wishlist-header{min-width:52px!important;padding:0 8px!important;gap:5px!important;justify-content:center!important;} .bcm-wishlist-label{display:none!important;} .bcm-wishlist-heart{font-size:22px!important;} .bcm-wishlist-count{min-width:20px;height:20px;font-size:10px;} @media(max-width:620px){.bcm-wishlist-header{min-width:46px!important;padding:0 6px!important;} .bcm-wishlist-heart{font-size:20px!important;}} @media (min-width:901px){.primary-nav .sub-menu{display:block!important;left:50%!important;top:calc(100% - 2px)!important;min-width:220px!important;width:auto!important;max-width:260px!important;padding:8px 10px!important;margin:0!important;gap:0!important;transform:translate(-50%,8px)!important;background:rgba(255,255,255,.99)!important;border:1px solid rgba(23,52,77,.12)!important;border-top:2px solid #c9a253!important;border-radius:13px!important;box-shadow:0 12px 28px rgba(19,45,66,.13),0 2px 6px rgba(19,45,66,.05)!important;overflow:hidden!important;} .primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu,.primary-nav li.submenu-open>.sub-menu{transform:translate(-50%,0)!important;} .primary-nav .sub-menu::before{content:"";position:absolute;top:-6px;left:50%;width:10px;height:10px;background:#fff;border-left:1px solid rgba(23,52,77,.12);border-top:1px solid rgba(23,52,77,.12);transform:translateX(-50%) rotate(45deg);} .primary-nav .sub-menu li{display:block!important;width:100%!important;position:relative;margin:0!important;padding:0!important;} .primary-nav .sub-menu li+li{border-top:1px solid #e8edf0!important;} .primary-nav .sub-menu a{position:relative;display:flex!important;align-items:center!important;width:100%!important;min-height:48px!important;padding:12px 14px 12px 42px!important;border:0!important;background:transparent!important;color:#17344d!important;font-size:14px!important;line-height:1.25!important;font-weight:700!important;white-space:normal!important;transition:background .18s ease,color .18s ease,transform .18s ease!important;} .primary-nav .sub-menu a::before{content:"◎";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;display:grid;place-items:center;color:#c79b43;font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1;font-weight:400;} .primary-nav .sub-menu a[href*="netzwerk"]::before{content:"⌘";font-size:17px;} .primary-nav .sub-menu a[href*="yachtcontroller"]::before{content:"☸";font-size:18px;} .primary-nav .sub-menu a[href*="partner"]::before{content:"◇";font-size:16px;} .primary-nav .sub-menu a[href*="kundenbewertung"]::before{content:"☆";font-size:18px;} .primary-nav .sub-menu a[href*="verkaufen"]::before{content:"↗";font-size:16px;} .primary-nav .sub-menu a[href*="suche"]::before{content:"⌕";font-size:18px;} .primary-nav .sub-menu a:hover,.primary-nav .sub-menu a:focus{background:#f7f9f9!important;color:#0e2d48!important;transform:translateX(2px);} .primary-nav .sub-menu a:hover::before,.primary-nav .sub-menu a:focus::before{color:#b98a32;}} @media (min-width:901px){.bcm-weglot-header{margin-left:12px!important;} .bcm-wishlist-header{margin-left:8px!important;flex:0 0 auto;}} @media (max-width:900px){.bcm-weglot-header{order:1!important;margin-left:auto!important;margin-right:0!important;} .bcm-wishlist-header{order:2!important;margin-left:6px!important;} .menu-toggle{order:3!important;margin-left:6px!important;} .primary-nav{order:4!important;}} .bcm-wishlist-head-compare{margin-bottom:18px} .bcm-wishlist-toolbar{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:24px;padding:0 0 22px;margin-bottom:24px;border-bottom:1px solid #dfe6ea} .bcm-wishlist-tabs{display:flex;gap:10px;flex-wrap:wrap}.bcm-wishlist-tab,.bcm-wishlist-open-list{min-height:42px;border:1px solid #d7e0e5;background:#fff;color:#17314a;padding:0 17px;font-size:12px;font-weight:800;cursor:pointer}.bcm-wishlist-tab.is-active{background:#17314a;color:#fff;border-color:#17314a}.bcm-wishlist-tab-compare{border-color:#caa256;color:#a97725}.bcm-wishlist-tab-compare.is-active{background:#fff;color:#a97725;border-color:#caa256;box-shadow:inset 0 -2px 0 #caa256} .bcm-wishlist-toolbar-copy{display:flex;align-items:center;justify-content:center;gap:10px;color:#657887;font-size:12px;line-height:1.45}.bcm-wishlist-toolbar-copy>span{font-size:20px;color:#c5963f}.bcm-wishlist-toolbar-copy p{margin:0;max-width:420px}.bcm-wishlist-clear{min-height:40px;padding:0 14px;background:#fff;border:1px solid #caa256;color:#a97725;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap} .bcm-wishlist-compare-toggle{margin-top:14px;min-height:38px;border:1px solid #cfd9df;background:#fff;color:#5a7080;font-size:11.5px;font-weight:800;cursor:pointer}.bcm-wishlist-compare-toggle.is-selected{border-color:#caa256;color:#a97725;background:#fffaf1} .bcm-wishlist-compare-view{margin-top:4px}.bcm-compare-empty{background:#fff;border:1px solid #dde5e9;text-align:center;padding:42px 24px}.bcm-compare-empty h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#17314a;font-size:28px;margin:0 0 8px}.bcm-compare-empty p{color:#667a89;margin:0 0 18px} .bcm-compare-table-wrap{background:#fff;border:1px solid #dce4e8;box-shadow:0 8px 28px rgba(23,49,74,.05);overflow:hidden}.bcm-compare-table{display:block;overflow-x:auto}.bcm-compare-row{display:grid;grid-template-columns:220px repeat(3,minmax(250px,1fr));min-width:970px;border-bottom:1px solid #e3e9ec}.bcm-compare-row:last-child{border-bottom:0}.bcm-compare-row>div{border-right:1px solid #e3e9ec}.bcm-compare-row>div:last-child{border-right:0}.bcm-compare-header{align-items:stretch}.bcm-compare-label{padding:12px 18px;display:flex;align-items:center;gap:10px;color:#4e6475;font-size:12.5px;background:#fbfcfc}.bcm-compare-label strong{font-weight:700}.bcm-compare-label-icon{color:#c5963f;font-size:20px}.bcm-compare-label-head{flex-direction:column;align-items:flex-start;justify-content:center}.bcm-compare-label-head strong{font-size:16px;color:#17314a}.bcm-compare-label-head span{font-size:12px;color:#758794}.bcm-compare-value{padding:12px 20px;color:#2d465a;font-size:13px;display:flex;align-items:center;min-height:48px}.bcm-compare-yacht{padding:14px 16px 18px;position:relative;display:flex;flex-direction:column}.bcm-compare-yacht-image{aspect-ratio:16/7;background:#e9eef1;position:relative;overflow:hidden;margin-bottom:12px}.bcm-compare-yacht-image img{width:100%;height:100%;object-fit:cover}.bcm-compare-x{position:absolute;right:8px;top:8px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#17314a;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(20,43,61,.15)}.bcm-compare-yacht-title{font-family:Georgia,'Times New Roman',serif;color:#17314a;font-size:20px;line-height:1.15;font-weight:400;margin-bottom:7px}.bcm-compare-yacht-price{color:#17314a;font-size:15px;margin-bottom:2px}.bcm-compare-yacht-location{color:#718391;font-size:11.5px}.bcm-compare-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:24px;background:#fbfcfc;border-top:1px solid #e3e9ec}.bcm-compare-actions>*{min-height:44px;padding:0 15px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11.5px;font-weight:800;text-decoration:none;cursor:pointer}.bcm-compare-more{border:1px solid #cfd9df;background:#fff;color:#17314a}.bcm-compare-print{border:1px solid #caa256;background:#fff;color:#a97725}.bcm-compare-email{border:1px solid #17314a;background:#17314a;color:#fff} @media(max-width:900px){.bcm-wishlist-toolbar{grid-template-columns:1fr;gap:14px}.bcm-wishlist-toolbar-copy{justify-content:flex-start}.bcm-wishlist-clear{justify-self:start}.bcm-compare-actions{grid-template-columns:1fr}.bcm-compare-row{grid-template-columns:180px repeat(3,minmax(230px,1fr));min-width:870px}} @media(max-width:620px){.bcm-wishlist-tabs{display:grid;grid-template-columns:1fr 1fr;width:100%}.bcm-wishlist-tab{padding:0 10px}.bcm-wishlist-toolbar-copy{display:none}.bcm-wishlist-clear{width:100%}.bcm-compare-actions{padding:16px}.bcm-compare-row{grid-template-columns:145px repeat(3,minmax(220px,1fr));min-width:805px}.bcm-compare-yacht-title{font-size:18px}} @media print{.site-header,.topbar,.site-footer,.bcm-wishlist-head,.bcm-wishlist-toolbar,.bcm-compare-actions,.bcm-wishlist-list-view,.bcm-compare-empty{display:none!important} .bcm-wishlist-page{background:#fff!important;padding:0!important}.bcm-wishlist-shell{width:100%!important}.bcm-wishlist-compare-view{display:block!important}.bcm-compare-table-wrap{border:0!important;box-shadow:none!important}.bcm-compare-table{overflow:visible!important}.bcm-compare-row{min-width:0!important;grid-template-columns:150px repeat(3,1fr)!important;break-inside:avoid}.bcm-compare-yacht-image{aspect-ratio:16/8}.bcm-compare-x{display:none!important}} .bcm-feed-new-note{display:none!important} .bcm-feed-new-note-badge,.bcm-feed-badge-new{display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.08em;text-transform:uppercase} .bcm-feed-search-image,.bcm-api-list-image{position:relative} .bcm-feed-badge-new{position:absolute;left:12px;top:12px;z-index:4;height:24px;padding:0 10px;border-radius:999px;background:rgba(11,47,95,.96);border:1px solid rgba(201,162,83,.95);color:#fff;font-size:11px;line-height:1;box-shadow:0 6px 18px rgba(11,47,95,.18)} .bcm-feed-search-card .bcm-feed-badge-new,.bcm-api-boat-list-item .bcm-feed-badge-new{left:12px;top:12px} @media(max-width:900px){.bcm-feed-badge-new{left:10px;top:10px;height:22px;padding:0 9px;font-size:10px}} body.page-slug-ihre-suche .site-main.bcm-search-request-page,body.page-id-0 .site-main.bcm-search-request-page{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)} .bcm-search-request-page{padding:34px 0 72px} .bcm-search-request-inner,.bcm-search-request-form-card{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-search-request-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,640px);gap:48px;align-items:center} .bcm-search-request-copy{padding:22px 0} .bcm-search-request-eyebrow{font-size:18px;line-height:1.4;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:20px} .bcm-search-request-copy h1{margin:0 0 18px;font-size:clamp(42px,5vw,76px);line-height:1.02;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.02em;max-width:650px} .bcm-search-request-divider{width:58px;height:3px;border-radius:999px;background:#c79b43;margin:0 0 24px} .bcm-search-request-copy p{margin:0 0 30px;font-size:24px;line-height:1.58;color:#5b6877;max-width:760px} .bcm-search-request-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:30px} .bcm-search-request-benefit{display:flex;gap:14px;align-items:flex-start;padding-right:8px;position:relative} .bcm-search-request-benefit:not(:last-child)::after{content:"";position:absolute;right:-8px;top:2px;bottom:2px;width:1px;background:#e5ebf0} .bcm-search-request-benefit-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6b26d;border-radius:50%;color:#c79b43;flex:0 0 28px;margin-top:2px;font-size:12px} .bcm-search-request-benefit strong{display:block;font-size:17px;line-height:1.3;color:#17344d;margin-bottom:6px} .bcm-search-request-benefit small{display:block;font-size:15px;line-height:1.55;color:#6a7685} .bcm-search-request-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 30px;border-radius:8px;background:linear-gradient(180deg,#143f6d 0%,#103356 100%);color:#fff!important;text-decoration:none;font-size:17px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 35px rgba(17,52,86,.16);transition:transform .2s ease,box-shadow .2s ease} .bcm-search-request-button:hover{transform:translateY(-1px);box-shadow:0 22px 38px rgba(17,52,86,.22)} .bcm-search-request-button::after{content:"›";font-size:24px;line-height:1;margin-left:14px} .bcm-search-request-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;box-shadow:0 28px 55px rgba(18,44,68,.14)} .bcm-search-request-form-shell{padding-top:44px} .bcm-search-request-form-card{background:#fff;border:1px solid #e3eaf0;border-radius:16px;box-shadow:0 22px 55px rgba(18,44,68,.1);padding:34px 34px 36px} .bcm-search-request-form-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid #e8edf2} .bcm-search-request-form-head h2{margin:0 0 8px;font-size:32px;line-height:1.15;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-weight:600} .bcm-search-request-form-head p{margin:0;font-size:17px;line-height:1.6;color:#6a7685;max-width:760px} .bcm-search-request-safe{display:flex;align-items:flex-start;gap:10px;max-width:250px;font-size:15px;line-height:1.45;color:#17344d;background:#f8fbfd;border:1px solid #e3eaef;border-radius:12px;padding:12px 14px} .bcm-search-request-safe span{font-size:18px;line-height:1;transform:translateY(1px)} .bcm-search-request-form-content{font-size:16px;line-height:1.6;color:#17344d} .bcm-search-request-form-content>*:first-child{margin-top:0!important} .bcm-search-request-form-content>*:last-child{margin-bottom:0!important} .bcm-search-request-form-content h1,.bcm-search-request-form-content h2,.bcm-search-request-form-content h3{color:#17344d} .bcm-search-request-form-content:is(form,.wpcf7,.wpcf7-form,.forminator-custom-form,.forminator-ui,.wpforms-container,.gform_wrapper,.nf-form-cont,.fluentform){max-width:100%} .bcm-search-request-form-content:is(input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),select,textarea){width:100%;min-height:54px;border:1px solid #d7e0e7;border-radius:8px;background:#fff;padding:12px 14px;font-size:16px;color:#17344d;box-shadow:none} .bcm-search-request-form-content textarea{min-height:150px;resize:vertical} .bcm-search-request-form-content:is(input,select,textarea):focus{outline:none;border-color:#17344d;box-shadow:0 0 0 3px rgba(23,52,77,.08)} .bcm-search-request-form-content label{color:#516071;font-weight:600;font-size:14px;letter-spacing:.03em;text-transform:uppercase} .bcm-search-request-form-content:is(button,input[type=submit],input[type=button],.wp-element-button,.wp-block-button__link){display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 24px;border:0;border-radius:8px;background:linear-gradient(180deg,#143f6d 0%,#103356 100%);color:#fff!important;text-decoration:none;font-weight:700;letter-spacing:.03em;box-shadow:none;cursor:pointer} .bcm-search-request-form-content:is(button,input[type=submit],input[type=button],.wp-element-button,.wp-block-button__link):hover{filter:brightness(.98)} .bcm-search-request-form-content .wp-block-button{margin-top:18px} .bcm-search-request-form-content .wpcf7-spinner{vertical-align:middle} .bcm-search-request-form-content iframe{width:100%;min-height:840px;border:0;border-radius:12px;background:#fff} .bcm-search-request-form-content img{max-width:100%;height:auto;border-radius:12px} @media (max-width:1100px){.bcm-search-request-inner{grid-template-columns:1fr;gap:28px} .bcm-search-request-copy h1{max-width:none} .bcm-search-request-copy p{max-width:none} .bcm-search-request-form-head{flex-direction:column;align-items:stretch} .bcm-search-request-safe{max-width:none}} @media (max-width:820px){.bcm-search-request-page{padding:22px 0 46px} .bcm-search-request-inner,.bcm-search-request-form-card{width:min(100% - 24px,1240px)} .bcm-search-request-copy{padding:8px 0} .bcm-search-request-eyebrow{font-size:13px;margin-bottom:14px} .bcm-search-request-copy h1{font-size:clamp(34px,10vw,48px)} .bcm-search-request-copy p{font-size:18px;margin-bottom:22px} .bcm-search-request-benefits{grid-template-columns:1fr;gap:14px} .bcm-search-request-benefit{padding-right:0} .bcm-search-request-benefit:not(:last-child)::after{display:none} .bcm-search-request-button{width:100%;padding:0 20px;font-size:15px} .bcm-search-request-form-shell{padding-top:24px} .bcm-search-request-form-card{padding:22px 18px 24px;border-radius:14px} .bcm-search-request-form-head h2{font-size:26px} .bcm-search-request-form-head p{font-size:15px} .bcm-search-request-form-content iframe{min-height:700px}} .bcm-searchreq-v2{background:#fff;padding:0 0 56px;color:#17344d} .bcm-searchreq-v2-wrap{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-searchreq-v2-hero{padding:34px 0 0} .bcm-searchreq-v2-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:54px;align-items:center} .bcm-searchreq-v2-copy{padding:8px 0 2px} .bcm-searchreq-v2-eyebrow{margin:0 0 18px;color:#c89a3d;font-size:13px;font-weight:800;letter-spacing:.085em;line-height:1.3;text-transform:uppercase} .bcm-searchreq-v2-copy h1{max-width:590px;margin:0;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(43px,3.25vw,58px);font-weight:400;letter-spacing:-.025em;line-height:1.05} .bcm-searchreq-v2-line{width:43px;height:2px;background:#c89a3d;margin:24px 0 22px} .bcm-searchreq-v2-intro{max-width:600px;margin:0 0 30px;color:#546575;font-size:16px;line-height:1.65} .bcm-searchreq-v2-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 27px} .bcm-searchreq-v2-benefit{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;padding:0 18px 0 0;position:relative} .bcm-searchreq-v2-benefit+.bcm-searchreq-v2-benefit{padding-left:18px} .bcm-searchreq-v2-benefit+.bcm-searchreq-v2-benefit::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:1px;background:#e4e9ee} .bcm-searchreq-v2-icon{width:27px;height:27px;display:block;color:#c89a3d} .bcm-searchreq-v2-icon svg{width:27px;height:27px;display:block;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round} .bcm-searchreq-v2-benefit strong{display:block;margin:0 0 5px;color:#17344d;font-size:12px;font-weight:800;line-height:1.35} .bcm-searchreq-v2-benefit small{display:block;color:#71808e;font-size:11.5px;line-height:1.45} .bcm-searchreq-v2-cta{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 18px;border-radius:5px;background:#143653;color:#fff!important;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 7px 16px rgba(15,48,78,.12)} .bcm-searchreq-v2-cta span{margin-left:12px;color:#d2a64b;font-size:20px;font-weight:400;line-height:1} .bcm-searchreq-v2-photo{align-self:stretch;display:flex;align-items:center} .bcm-searchreq-v2-photo img{display:block;width:100%;height:auto;aspect-ratio:1.54/1;object-fit:cover;border-radius:11px;box-shadow:0 13px 31px rgba(22,49,73,.10)} .bcm-searchreq-v2-form-section{padding:38px 0 0;scroll-margin-top:135px} .bcm-searchreq-v2-form-card{border:1px solid #dfe6ec;border-radius:11px;background:#fff;box-shadow:0 12px 30px rgba(23,49,74,.055);padding:20px 27px 25px} .bcm-searchreq-v2-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 17px} .bcm-searchreq-v2-form-head h2{margin:0 0 3px;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:600;line-height:1.2} .bcm-searchreq-v2-form-head p{margin:0;color:#6b7785;font-size:12px;line-height:1.45} .bcm-searchreq-v2-safe{display:flex;align-items:flex-start;gap:8px;max-width:205px;color:#546575;font-size:10.5px;line-height:1.35;padding-top:2px} .bcm-searchreq-v2-safe strong,.bcm-searchreq-v2-safe small{display:block;font-weight:600} .bcm-searchreq-v2-safe small{font-weight:400;color:#798693} .bcm-searchreq-v2-shield{display:grid;place-items:center;width:23px;height:23px;border:1px solid #cda451;border-radius:50%;color:#c89a3d;font-size:13px;flex:0 0 23px} .bcm-searchreq-v2-msg{margin:0 0 16px;padding:10px 13px;border-radius:6px;font-size:12px;font-weight:700} .bcm-searchreq-v2-msg.is-success{background:#edf7f1;color:#285d3d;border:1px solid #cfe7d8} .bcm-searchreq-v2-msg.is-error{background:#fff4f2;color:#8a4038;border:1px solid #efd4d0} .bcm-searchreq-v2-form{display:block} .bcm-searchreq-v2-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important} .bcm-searchreq-v2-fields{display:grid;gap:15px;margin:0 0 15px} .bcm-searchreq-v2-fields.top-row{grid-template-columns:repeat(4,minmax(0,1fr))} .bcm-searchreq-v2-fields.second-row{grid-template-columns:1fr 1fr 2fr} .bcm-searchreq-v2-fields.contact-row{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:15px} .bcm-searchreq-v2-fields label,.bcm-searchreq-v2-message{display:block;min-width:0} .bcm-searchreq-v2-fields label>span,.bcm-searchreq-v2-message>span{display:block;margin:0 0 6px;color:#263c50;font-size:10.5px;font-weight:800;line-height:1.25} .bcm-searchreq-v2-fields input,.bcm-searchreq-v2-fields select,.bcm-searchreq-v2-message textarea{width:100%;min-height:39px;border:1px solid #d7dfe6;border-radius:4px;background:#fff;padding:8px 11px;color:#17344d;font-family:inherit;font-size:11.5px;line-height:1.25;box-shadow:none;outline:none} .bcm-searchreq-v2-fields input::placeholder,.bcm-searchreq-v2-message textarea::placeholder{color:#98a2ab;opacity:1} .bcm-searchreq-v2-fields select{appearance:auto;color:#667584} .bcm-searchreq-v2-fields input:focus,.bcm-searchreq-v2-fields select:focus,.bcm-searchreq-v2-message textarea:focus{border-color:#9cabb7;box-shadow:0 0 0 2px rgba(23,52,77,.05)} .bcm-searchreq-v2-fields .has-suffix{position:relative} .bcm-searchreq-v2-fields .has-suffix input{padding-right:30px} .bcm-searchreq-v2-fields .has-suffix b{position:absolute;right:11px;top:50%;transform:translateY(-50%);font-size:13px;color:#536779;font-weight:500;pointer-events:none} .bcm-searchreq-v2-contact-title{margin:17px 0 12px;padding-top:13px;border-top:1px solid #e5eaee;color:#233b50;font-size:10px;font-weight:900;letter-spacing:.04em} .bcm-searchreq-v2-message{margin:0 0 15px} .bcm-searchreq-v2-message textarea{min-height:66px;resize:vertical} .bcm-searchreq-v2-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:3px} .bcm-searchreq-v2-consent{display:flex;align-items:flex-start;gap:9px;max-width:760px;color:#697784;font-size:10.5px;line-height:1.45;text-transform:none!important;letter-spacing:0!important;font-weight:400!important} .bcm-searchreq-v2-consent input{width:15px;height:15px;margin:1px 0 0;flex:0 0 15px;accent-color:#17344d} .bcm-searchreq-v2-consent a{color:#17344d;text-decoration:underline;font-weight:700} .bcm-searchreq-v2-form-bottom button{display:inline-flex;align-items:center;justify-content:center;min-height:41px;padding:0 18px;border:0;border-radius:5px;background:#143653;color:#fff;font-family:inherit;font-size:11px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;cursor:pointer;white-space:nowrap} .bcm-searchreq-v2-form-bottom button span{margin-left:10px;color:#d2a64b;font-size:19px;font-weight:400;line-height:1} @media(max-width:1050px){.bcm-searchreq-v2-grid{grid-template-columns:1fr 1fr;gap:34px} .bcm-searchreq-v2-copy h1{font-size:44px} .bcm-searchreq-v2-benefits{grid-template-columns:1fr;gap:12px} .bcm-searchreq-v2-benefit,.bcm-searchreq-v2-benefit+.bcm-searchreq-v2-benefit{padding:0} .bcm-searchreq-v2-benefit+.bcm-searchreq-v2-benefit::before{display:none} .bcm-searchreq-v2-fields.top-row,.bcm-searchreq-v2-fields.contact-row{grid-template-columns:repeat(2,minmax(0,1fr))} .bcm-searchreq-v2-fields.second-row{grid-template-columns:repeat(2,minmax(0,1fr))} .bcm-searchreq-v2-fields.second-row .wide{grid-column:1/-1}} @media(max-width:760px){.bcm-searchreq-v2-wrap{width:min(100% - 24px,1240px)} .bcm-searchreq-v2-hero{padding-top:22px} .bcm-searchreq-v2-grid{grid-template-columns:1fr;gap:24px} .bcm-searchreq-v2-copy h1{font-size:38px} .bcm-searchreq-v2-intro{font-size:15px} .bcm-searchreq-v2-cta{width:100%} .bcm-searchreq-v2-form-section{padding-top:24px} .bcm-searchreq-v2-form-card{padding:18px 15px 20px} .bcm-searchreq-v2-form-head{flex-direction:column;gap:12px} .bcm-searchreq-v2-safe{max-width:none} .bcm-searchreq-v2-fields.top-row,.bcm-searchreq-v2-fields.second-row,.bcm-searchreq-v2-fields.contact-row{grid-template-columns:1fr} .bcm-searchreq-v2-fields.second-row .wide{grid-column:auto} .bcm-searchreq-v2-form-bottom{align-items:stretch;flex-direction:column} .bcm-searchreq-v2-form-bottom button{width:100%}} .bcm-searchreq-v2-form-section{padding-top:44px} .bcm-searchreq-v2-form-card{padding:28px 34px 34px;border-radius:12px} .bcm-searchreq-v2-form-head{margin-bottom:22px;padding-bottom:2px} .bcm-searchreq-v2-form-head h2{font-size:24px;margin-bottom:6px} .bcm-searchreq-v2-form-head p{font-size:14px;line-height:1.55} .bcm-searchreq-v2-safe{font-size:12px;max-width:235px} .bcm-searchreq-v2-shield{width:27px;height:27px;flex-basis:27px;font-size:14px} .bcm-searchreq-v2-fields{gap:18px;margin-bottom:18px} .bcm-searchreq-v2-fields label>span,.bcm-searchreq-v2-message>span{font-size:12px;margin-bottom:7px} .bcm-searchreq-v2-fields input,.bcm-searchreq-v2-fields select,.bcm-searchreq-v2-message textarea{min-height:47px;padding:10px 13px;font-size:13px;border-radius:5px} .bcm-searchreq-v2-fields .has-suffix input{padding-right:34px} .bcm-searchreq-v2-fields .has-suffix b{right:13px;font-size:14px} .bcm-searchreq-v2-contact-title{margin:22px 0 15px;padding-top:17px;font-size:11.5px} .bcm-searchreq-v2-message{margin-bottom:18px} .bcm-searchreq-v2-message textarea{min-height:92px} .bcm-searchreq-v2-form-bottom{padding-top:7px} .bcm-searchreq-v2-consent{font-size:11.5px;line-height:1.5;max-width:820px} .bcm-searchreq-v2-consent input{width:17px;height:17px;flex-basis:17px} .bcm-searchreq-v2-form-bottom button{min-height:47px;padding:0 22px;font-size:12px} @media(max-width:760px){.bcm-searchreq-v2-form-card{padding:22px 17px 26px} .bcm-searchreq-v2-form-head h2{font-size:23px} .bcm-searchreq-v2-fields input,.bcm-searchreq-v2-fields select,.bcm-searchreq-v2-message textarea{min-height:46px;font-size:13px} .bcm-searchreq-v2-message textarea{min-height:96px}} .bcm-about-v629{background:linear-gradient(180deg,#fff 0%,#f8fafb 100%);padding:0 0 74px;color:#17344d} .bcm-about-v629-hero{background:#fff} .bcm-about-v629-grid{width:min(1440px,100%);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:515px} .bcm-about-v629-copy{padding:52px clamp(34px,6vw,92px) 72px;display:flex;flex-direction:column;justify-content:center} .bcm-about-v629-eyebrow{margin:0 0 19px;color:#c9983c;font-size:14px;font-weight:800;letter-spacing:.065em;text-transform:uppercase} .bcm-about-v629-copy h1{margin:0;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,3.35vw,56px);line-height:1.08;font-weight:400;letter-spacing:-.02em} .bcm-about-v629-line{width:78px;height:2px;background:#c9983c;margin:27px 0 29px} .bcm-about-v629-copy p{max-width:640px;margin:0 0 11px;color:#263542;font-size:16px;line-height:1.72} .bcm-about-v629-copy .bcm-about-v629-intro{margin-bottom:11px} .bcm-about-v629-focus{margin:2px 0 19px;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,2.5vw,43px);line-height:1.12;font-weight:700} .bcm-about-v629-photo{min-height:515px;overflow:hidden;background:#e8ecef} .bcm-about-v629-photo img{width:100%;height:100%;min-height:515px;object-fit:cover;object-position:center center;display:block} .bcm-about-v629-values-wrap{position:relative;z-index:2;width:min(1320px,calc(100% - 72px));margin:-34px auto 0} .bcm-about-v629-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid rgba(23,52,77,.08);border-radius:12px;box-shadow:0 18px 44px rgba(18,44,68,.13);padding:42px 26px 39px} .bcm-about-v629-value{position:relative;text-align:center;padding:0 26px;min-width:0} .bcm-about-v629-value+.bcm-about-v629-value::before{content:"";position:absolute;left:0;top:20px;bottom:14px;width:1px;background:#dfe6eb} .bcm-about-v629-icon{height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:#c89a3d} .bcm-about-v629-icon svg{width:64px;height:64px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .bcm-about-v629-value h2{margin:0 0 14px;color:#17344d;font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.3;font-weight:800} .bcm-about-v629-value p{margin:0;color:#32495b;font-size:14px;line-height:1.65} @media(max-width:1050px){.bcm-about-v629-grid{grid-template-columns:1fr 1fr} .bcm-about-v629-copy{padding:44px 34px 62px} .bcm-about-v629-values-wrap{width:min(100% - 36px,1320px)} .bcm-about-v629-values{grid-template-columns:repeat(2,minmax(0,1fr));padding:32px 20px;row-gap:34px} .bcm-about-v629-value:nth-child(3)::before{display:none}} @media(max-width:760px){.bcm-about-v629{padding-bottom:48px} .bcm-about-v629-grid{grid-template-columns:1fr;min-height:0} .bcm-about-v629-copy{padding:34px 22px 42px} .bcm-about-v629-copy h1{font-size:38px} .bcm-about-v629-focus{font-size:31px} .bcm-about-v629-copy p{font-size:15px} .bcm-about-v629-photo,.bcm-about-v629-photo img{min-height:350px;height:350px} .bcm-about-v629-values-wrap{width:min(100% - 24px,1320px);margin:-18px auto 0} .bcm-about-v629-values{grid-template-columns:1fr;padding:16px 18px 20px;border-radius:10px;row-gap:0} .bcm-about-v629-value{padding:28px 8px} .bcm-about-v629-value+.bcm-about-v629-value::before{left:8px;right:8px;top:0;bottom:auto;width:auto;height:1px} .bcm-about-v629-value:nth-child(3)::before{display:block} .bcm-about-v629-icon{height:56px} .bcm-about-v629-icon svg{width:52px;height:52px} .bcm-about-v629-value h2{font-size:17px} .bcm-about-v629-value p{font-size:14px}} .bcm-sell-v631{background:linear-gradient(180deg,#ffffff 0%,#fbfcfd 100%);padding:34px 0 64px} .bcm-sell-v631-hero,.bcm-sell-v631-steps-wrap{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-sell-v631-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,1fr);gap:46px;align-items:start} .bcm-sell-v631-copy{padding:10px 0} .bcm-sell-v631-eyebrow{font-size:18px;line-height:1.3;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:22px} .bcm-sell-v631-copy h1{margin:0 0 18px;font-size:clamp(44px,5vw,72px);line-height:1.03;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.02em;max-width:680px} .bcm-sell-v631-line{width:58px;height:3px;border-radius:999px;background:#c79b43;margin:0 0 26px} .bcm-sell-v631-intro{margin:0 0 30px;font-size:24px;line-height:1.55;color:#5b6877;max-width:760px} .bcm-sell-v631-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:30px} .bcm-sell-v631-benefit{padding:0 24px 0 0;position:relative} .bcm-sell-v631-benefit:not(:last-child){margin-right:24px} .bcm-sell-v631-benefit:not(:last-child)::after{content:"";position:absolute;right:0;top:10px;bottom:10px;width:1px;background:#e6ebef} .bcm-sell-v631-benefit-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:flex-start;color:#d0a247;margin-bottom:14px} .bcm-sell-v631-benefit-icon svg,.bcm-sell-v631-button-icon svg,.bcm-sell-v631-step-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .bcm-sell-v631-benefit h2{margin:0 0 10px;font-size:18px;line-height:1.3;color:#17344d;text-transform:uppercase;font-weight:800} .bcm-sell-v631-benefit p{margin:0;font-size:16px;line-height:1.7;color:#5d6978} .bcm-sell-v631-button{display:inline-flex;align-items:center;gap:12px;min-height:60px;padding:0 28px;border-radius:8px;background:linear-gradient(180deg,#143f6d 0%,#103356 100%);color:#fff!important;text-decoration:none;font-size:18px;font-weight:700;letter-spacing:.03em;box-shadow:0 16px 34px rgba(16,51,86,.18);border:2px solid #d3ac5c;transition:transform .2s ease,box-shadow .2s ease} .bcm-sell-v631-button:hover{transform:translateY(-1px);box-shadow:0 20px 40px rgba(16,51,86,.22)} .bcm-sell-v631-button-icon{width:25px;height:25px;display:inline-flex;color:#fff;flex:0 0 25px} .bcm-sell-v631-note{margin-top:12px;font-size:16px;line-height:1.6;color:#5b6877} .bcm-sell-v631-photo img{display:block;width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:0;box-shadow:0 24px 46px rgba(18,44,68,.14)} .bcm-sell-v631-steps-wrap{padding-top:28px} .bcm-sell-v631-steps-head{text-align:center;margin-bottom:28px} .bcm-sell-v631-steps-eyebrow{font-size:18px;line-height:1.3;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:10px} .bcm-sell-v631-steps-head h2{margin:0;font-size:clamp(30px,3.2vw,50px);line-height:1.12;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif} .bcm-sell-v631-steps{display:grid;grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr) 62px minmax(0,1fr);gap:0;align-items:center} .bcm-sell-v631-step{position:relative;padding:34px 14px 0;display:grid;grid-template-columns:88px minmax(0,1fr);gap:22px;align-items:start} .bcm-sell-v631-step-number{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:#143f6d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;box-shadow:0 6px 18px rgba(20,63,109,.18)} .bcm-sell-v631-step-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;color:#d0a247} .bcm-sell-v631-step-copy h3{margin:6px 0 10px;font-size:18px;line-height:1.35;color:#17344d;font-weight:800} .bcm-sell-v631-step-copy p{margin:0;font-size:16px;line-height:1.7;color:#5d6978} .bcm-sell-v631-step-arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto;border:2px solid #d0a247;border-radius:50%;color:#d0a247;font-size:28px;line-height:1} @media (max-width:1150px){.bcm-sell-v631-grid{grid-template-columns:1fr;gap:30px} .bcm-sell-v631-copy h1,.bcm-sell-v631-intro{max-width:none} .bcm-sell-v631-photo{order:-1} .bcm-sell-v631-photo img{aspect-ratio:16/9} .bcm-sell-v631-steps{grid-template-columns:1fr;gap:18px} .bcm-sell-v631-step{padding:26px 18px 0;background:#fff;border:1px solid #e7edf1;border-radius:14px;box-shadow:0 12px 28px rgba(18,44,68,.06)} .bcm-sell-v631-step-arrow{transform:rotate(90deg)}} @media (max-width:820px){.bcm-sell-v631{padding:22px 0 44px} .bcm-sell-v631-hero,.bcm-sell-v631-steps-wrap{width:min(100% - 24px,1240px)} .bcm-sell-v631-eyebrow,.bcm-sell-v631-steps-eyebrow{font-size:13px;margin-bottom:14px} .bcm-sell-v631-copy h1{font-size:clamp(34px,10vw,48px)} .bcm-sell-v631-intro{font-size:18px;margin-bottom:22px} .bcm-sell-v631-benefits{grid-template-columns:1fr;gap:18px} .bcm-sell-v631-benefit{padding:0 0 18px;margin-right:0!important} .bcm-sell-v631-benefit:not(:last-child)::after{top:auto;left:0;right:0;bottom:0;width:auto;height:1px} .bcm-sell-v631-benefit-icon{width:48px;height:48px;margin-bottom:10px} .bcm-sell-v631-benefit h2,.bcm-sell-v631-step-copy h3{font-size:17px} .bcm-sell-v631-benefit p,.bcm-sell-v631-step-copy p,.bcm-sell-v631-note{font-size:15px} .bcm-sell-v631-button{width:100%;justify-content:center;min-height:56px;padding:0 18px;font-size:16px} .bcm-sell-v631-photo img{aspect-ratio:4/3;border-radius:14px} .bcm-sell-v631-steps-head{margin-bottom:18px} .bcm-sell-v631-steps-head h2{font-size:clamp(26px,8vw,34px)} .bcm-sell-v631-step{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:24px 14px 0} .bcm-sell-v631-step-icon{width:52px;height:52px} .bcm-sell-v631-step-number{width:36px;height:36px;font-size:18px} .bcm-sell-v631-step-arrow{width:40px;height:40px;font-size:22px}} .bcm-network-v632{background:#fff;padding:34px 0 64px} .bcm-network-v632-hero,.bcm-network-v632-benefits,.bcm-network-v632-europe-grid{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-network-v632-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.35fr);gap:44px;align-items:center} .bcm-network-v632-copy{padding:10px 0} .bcm-network-v632-eyebrow{font-size:17px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:20px} .bcm-network-v632-copy h1,.bcm-network-v632-europe-copy h2{margin:0;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.02em} .bcm-network-v632-copy h1{font-size:clamp(44px,5vw,72px);line-height:1.03;max-width:620px} .bcm-network-v632-europe-copy h2{font-size:clamp(34px,3.4vw,50px);line-height:1.08} .bcm-network-v632-line{width:58px;height:3px;background:#c79b43;border-radius:999px;margin:22px 0 24px} .bcm-network-v632-copy p,.bcm-network-v632-europe-copy>p{margin:0;color:#596776;font-size:20px;line-height:1.7;max-width:720px} .bcm-network-v632-photo img{display:block;width:100%;aspect-ratio:16/8.4;object-fit:cover;box-shadow:0 22px 46px rgba(18,44,68,.12)} .bcm-network-v632-benefits-wrap{margin-top:28px;border-top:1px solid #eef1f3;border-bottom:1px solid #eef1f3;background:#fff} .bcm-network-v632-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:28px 0} .bcm-network-v632-benefit{display:grid;grid-template-columns:66px minmax(0,1fr);gap:18px;align-items:start;padding:0 24px;position:relative} .bcm-network-v632-benefit:first-child{padding-left:0} .bcm-network-v632-benefit:last-child{padding-right:0} .bcm-network-v632-benefit:not(:last-child)::after{content:"";position:absolute;right:0;top:4px;bottom:4px;width:1px;background:#e5ebef} .bcm-network-v632-icon{width:56px;height:56px;color:#d0a247;display:flex;align-items:center;justify-content:center} .bcm-network-v632-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .bcm-network-v632-benefit h2{margin:2px 0 9px;font-size:15px;line-height:1.35;text-transform:uppercase;color:#17344d;font-weight:800;letter-spacing:.01em} .bcm-network-v632-benefit p{margin:0;color:#5d6978;font-size:14px;line-height:1.65} .bcm-network-v632-europe{margin-top:0;padding:42px 0 8px;background:linear-gradient(180deg,#f8fafb 0%,#fff 100%)} .bcm-network-v632-europe-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr) minmax(190px,.42fr);gap:38px;align-items:center} .bcm-network-v632-europe-copy>p{font-size:17px;line-height:1.65;max-width:620px} .bcm-network-v632-country-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 24px;margin-top:24px} .bcm-network-v632-country-grid span{display:flex;align-items:center;gap:9px;color:#17344d;font-size:15px;line-height:1.35} .bcm-network-v632-country-grid i{width:18px;height:18px;border:1.5px solid #d0a247;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#d0a247;font-size:11px;font-style:normal;flex:0 0 18px} .bcm-network-v632-map img{display:block;width:100%;height:auto;opacity:.92;mix-blend-mode:multiply} .bcm-network-v632-region-note{padding-left:10px} .bcm-network-v632-region-line{width:52px;height:3px;background:#c79b43;margin:0 0 18px} .bcm-network-v632-region-note p{margin:0;color:#17344d;font-size:16px;line-height:1.65} @media(max-width:1100px){.bcm-network-v632-grid{grid-template-columns:1fr;gap:28px} .bcm-network-v632-photo{order:-1} .bcm-network-v632-photo img{aspect-ratio:16/8.8;border-radius:14px} .bcm-network-v632-benefits{grid-template-columns:1fr 1fr;gap:24px 0} .bcm-network-v632-benefit:nth-child(2)::after{display:none} .bcm-network-v632-benefit:nth-child(3){padding-left:0} .bcm-network-v632-europe-grid{grid-template-columns:1fr 1fr} .bcm-network-v632-region-note{grid-column:1/-1;padding:0;display:flex;gap:20px;align-items:flex-start} .bcm-network-v632-region-line{flex:0 0 52px;margin-top:10px}} @media(max-width:760px){.bcm-network-v632{padding:22px 0 42px} .bcm-network-v632-hero,.bcm-network-v632-benefits,.bcm-network-v632-europe-grid{width:min(100% - 24px,1240px)} .bcm-network-v632-eyebrow{font-size:13px;margin-bottom:14px} .bcm-network-v632-copy h1{font-size:clamp(34px,10vw,48px)} .bcm-network-v632-copy p{font-size:18px} .bcm-network-v632-benefits{grid-template-columns:1fr;padding:20px 0} .bcm-network-v632-benefit{padding:16px 0!important;grid-template-columns:52px minmax(0,1fr)} .bcm-network-v632-benefit:not(:last-child)::after{left:0;right:0;top:auto;bottom:0;width:auto;height:1px;display:block!important} .bcm-network-v632-icon{width:44px;height:44px} .bcm-network-v632-europe{padding-top:30px} .bcm-network-v632-europe-grid{grid-template-columns:1fr;gap:24px} .bcm-network-v632-europe-copy>p{font-size:16px} .bcm-network-v632-country-grid{grid-template-columns:1fr 1fr;gap:9px 18px} .bcm-network-v632-map{order:3} .bcm-network-v632-region-note{grid-column:auto;display:block} .bcm-network-v632-region-line{margin:0 0 14px}} .bcm-yc-v633{background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);padding:34px 0 64px} .bcm-yc-v633-hero,.bcm-yc-v633-benefits,.bcm-yc-v633-video-card{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-yc-v633-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);gap:46px;align-items:center} .bcm-yc-v633-copy{padding:12px 0} .bcm-yc-v633-eyebrow,.bcm-yc-v633-video-eyebrow{font-size:18px;line-height:1.3;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:20px} .bcm-yc-v633-copy h1{margin:0 0 18px;font-size:clamp(42px,4.7vw,68px);line-height:1.03;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.02em;max-width:650px} .bcm-yc-v633-line{width:58px;height:3px;border-radius:999px;background:#c79b43;margin:0 0 26px} .bcm-yc-v633-copy p{margin:0;font-size:21px;line-height:1.7;color:#536171;max-width:700px} .bcm-yc-v633-photo{overflow:hidden;border-radius:16px;box-shadow:0 24px 50px rgba(18,44,68,.13);background:#eef3f6} .bcm-yc-v633-photo img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover} .bcm-yc-v633-benefits-wrap{padding:38px 0 18px} .bcm-yc-v633-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:#fff;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3} .bcm-yc-v633-benefit{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:start;padding:28px 26px;position:relative} .bcm-yc-v633-benefit:not(:last-child)::after{content:"";position:absolute;right:0;top:24px;bottom:24px;width:1px;background:#e5ebef} .bcm-yc-v633-icon{width:54px;height:54px;color:#d0a247} .bcm-yc-v633-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .bcm-yc-v633-benefit h2{margin:2px 0 9px;font-size:17px;line-height:1.3;text-transform:uppercase;color:#17344d;font-weight:800} .bcm-yc-v633-benefit p{margin:0;font-size:15px;line-height:1.65;color:#5d6978} .bcm-yc-v633-video-wrap{padding-top:34px} .bcm-yc-v633-video-card{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(480px,1.3fr);gap:34px;align-items:center;background:#fff;border:1px solid #e4eaee;border-radius:14px;padding:28px 30px;box-shadow:0 18px 44px rgba(18,44,68,.08)} .bcm-yc-v633-video-copy{padding:8px 4px} .bcm-yc-v633-video-copy h2{margin:0 0 14px;font-size:clamp(30px,3vw,45px);line-height:1.12;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-weight:500} .bcm-yc-v633-video-copy p{margin:0 0 22px;font-size:17px;line-height:1.65;color:#5d6978} .bcm-yc-v633-video-button{display:inline-flex;align-items:center;gap:16px;min-height:56px;padding:0 24px;border:1px solid #d0a247;border-radius:7px;background:#113a63;color:#fff;font-size:16px;font-weight:800;letter-spacing:.04em;cursor:pointer;box-shadow:0 12px 24px rgba(17,58,99,.13)} .bcm-yc-v633-privacy{display:block;margin-top:10px;font-size:12px;line-height:1.45;color:#7a8490} .bcm-yc-v633-video-stage{position:relative;overflow:hidden;border-radius:12px;background:#102b45;aspect-ratio:16/9;box-shadow:0 12px 28px rgba(18,44,68,.12)} .bcm-yc-v633-video-stage>img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(.78)} .bcm-yc-v633-video-stage iframe{display:block;width:100%;height:100%;border:0} .bcm-yc-v633-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;border:0;background:#fff;color:#12375e;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.22);padding-left:5px} .bcm-yc-v633-video-label{position:absolute;left:0;right:0;bottom:0;padding:16px 20px;background:linear-gradient(180deg,transparent,rgba(6,27,47,.88));color:#fff;font-size:16px;line-height:1.35;font-weight:700} @media(max-width:1100px){.bcm-yc-v633-grid{grid-template-columns:1fr;gap:26px}.bcm-yc-v633-photo{order:-1}.bcm-yc-v633-copy h1,.bcm-yc-v633-copy p{max-width:none} .bcm-yc-v633-benefits{grid-template-columns:repeat(2,1fr)}.bcm-yc-v633-benefit:nth-child(2)::after{display:none}.bcm-yc-v633-benefit:nth-child(-n+2){border-bottom:1px solid #e5ebef} .bcm-yc-v633-video-card{grid-template-columns:1fr;gap:22px}} @media(max-width:760px){.bcm-yc-v633{padding:22px 0 44px}.bcm-yc-v633-hero,.bcm-yc-v633-benefits,.bcm-yc-v633-video-card{width:min(100% - 24px,1240px)} .bcm-yc-v633-eyebrow,.bcm-yc-v633-video-eyebrow{font-size:13px;margin-bottom:13px}.bcm-yc-v633-copy h1{font-size:clamp(34px,10vw,48px)}.bcm-yc-v633-copy p{font-size:17px} .bcm-yc-v633-photo{border-radius:12px}.bcm-yc-v633-photo img{aspect-ratio:4/3} .bcm-yc-v633-benefits{grid-template-columns:1fr}.bcm-yc-v633-benefit{grid-template-columns:52px minmax(0,1fr);padding:22px 14px}.bcm-yc-v633-benefit:not(:last-child)::after{display:none}.bcm-yc-v633-benefit:not(:last-child){border-bottom:1px solid #e5ebef}.bcm-yc-v633-icon{width:46px;height:46px} .bcm-yc-v633-video-card{padding:20px 16px;border-radius:12px}.bcm-yc-v633-video-copy h2{font-size:30px}.bcm-yc-v633-video-copy p{font-size:15px}.bcm-yc-v633-video-button{width:100%;justify-content:center}.bcm-yc-v633-play{width:60px;height:60px;font-size:24px}.bcm-yc-v633-video-label{font-size:13px;padding:12px}} .bcm-yc-v634-request-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;margin-top:26px;min-height:56px;padding:0 24px;border:1px solid #d0a247;border-radius:7px;background:#113a63;color:#fff!important;text-decoration:none;font-size:16px;font-weight:800;letter-spacing:.04em;box-shadow:0 12px 24px rgba(17,58,99,.13);transition:transform .18s ease,box-shadow .18s ease} .bcm-yc-v634-request-button:hover{transform:translateY(-1px);box-shadow:0 17px 30px rgba(17,58,99,.18)} .bcm-yc-v634-form-wrap{padding-top:36px} .bcm-yc-v634-form-card{width:min(1240px,calc(100% - 40px));margin:0 auto;background:#fff;border:1px solid #e3e9ee;border-radius:14px;padding:32px 34px 36px;box-shadow:0 18px 44px rgba(18,44,68,.08)} .bcm-yc-v634-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;padding-bottom:22px;margin-bottom:26px;border-bottom:1px solid #e8edf1} .bcm-yc-v634-form-head h2{margin:0 0 10px;font-size:clamp(30px,3vw,44px);line-height:1.14;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-weight:500} .bcm-yc-v634-form-head p{margin:0;max-width:800px;font-size:17px;line-height:1.65;color:#5d6978} .bcm-yc-v634-form-safe{display:flex;align-items:center;gap:9px;white-space:nowrap;padding:11px 13px;border:1px solid #e4eaee;border-radius:10px;background:#f8fafb;color:#17344d;font-size:13px} .bcm-yc-v634-message{margin:0 0 22px;padding:14px 16px;border-radius:8px;font-size:15px;line-height:1.5}.bcm-yc-v634-message.is-success{background:#eef8f1;border:1px solid #cbe6d2;color:#245c32}.bcm-yc-v634-message.is-error{background:#fff4f2;border:1px solid #efcfca;color:#8a352d} .bcm-yc-v634-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important} .bcm-yc-v634-fields{display:grid;gap:18px}.bcm-yc-v634-fields-contact{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.bcm-yc-v634-fields-contact label:last-child{grid-column:span 2} .bcm-yc-v634-form label>span,.bcm-yc-v634-fieldset legend,.bcm-yc-v634-upload>label>strong{display:block;margin-bottom:8px;color:#4d5d6d;font-size:13px;font-weight:800;letter-spacing:.045em;text-transform:uppercase} .bcm-yc-v634-form input[type=text],.bcm-yc-v634-form input[type=email],.bcm-yc-v634-form input[type=tel],.bcm-yc-v634-form textarea{width:100%;border:1px solid #d7e0e7;border-radius:7px;background:#fff;padding:12px 13px;font:inherit;color:#17344d;box-sizing:border-box;min-height:50px} .bcm-yc-v634-form textarea{min-height:120px;resize:vertical} .bcm-yc-v634-form input:focus,.bcm-yc-v634-form textarea:focus{outline:none;border-color:#9bb1c3;box-shadow:0 0 0 3px rgba(17,58,99,.07)} .bcm-yc-v634-fieldset{border:0;margin:0 0 24px;padding:0}.bcm-yc-v634-fieldset legend{margin-bottom:12px} .bcm-yc-v634-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bcm-yc-v634-choice-grid.is-two{grid-template-columns:repeat(2,minmax(0,230px))} .bcm-yc-v634-choice-grid label{position:relative;cursor:pointer}.bcm-yc-v634-choice-grid input{position:absolute;opacity:0;pointer-events:none}.bcm-yc-v634-choice-grid label>span{display:flex;align-items:center;justify-content:center;min-height:52px;margin:0;padding:10px 14px;border:1px solid #d6e0e6;border-radius:8px;background:#fff;color:#17344d;font-size:15px;font-weight:700;letter-spacing:0;text-transform:none;transition:.16s ease}.bcm-yc-v634-choice-grid label:hover>span{border-color:#c4a05a;background:#fdfbf7}.bcm-yc-v634-choice-grid input:checked+span{border-color:#c79b43;background:#fbf6ea;box-shadow:inset 0 0 0 1px #c79b43} .bcm-yc-v634-upload{margin:0 0 22px;padding:18px;border:1px dashed #cdd9e1;border-radius:10px;background:#fafcfd}.bcm-yc-v634-upload label small{display:block;margin-top:5px;color:#6b7784;font-size:14px;line-height:1.5;font-weight:400;text-transform:none;letter-spacing:0}.bcm-yc-v634-upload input[type=file]{display:block;margin-top:13px;width:100%;color:#4f5e6e}.bcm-yc-v634-file-help{display:block;margin-top:8px;font-size:12px;color:#7b8792} .bcm-yc-v634-notes{display:block;margin-bottom:20px}.bcm-yc-v634-consent{display:flex!important;align-items:flex-start;gap:10px;margin:0 0 22px;color:#5b6877;font-size:13px;line-height:1.55}.bcm-yc-v634-consent input{margin-top:3px;flex:0 0 auto}.bcm-yc-v634-consent span{margin:0!important;font-size:13px!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important;color:#5b6877!important}.bcm-yc-v634-consent a{color:#17344d;text-decoration:underline} .bcm-yc-v634-submit{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 26px;border:1px solid #d0a247;border-radius:7px;background:#113a63;color:#fff;font-size:15px;font-weight:800;letter-spacing:.04em;cursor:pointer} @media(max-width:1000px){.bcm-yc-v634-fields-contact{grid-template-columns:repeat(2,minmax(0,1fr))}.bcm-yc-v634-fields-contact label:last-child{grid-column:span 2}.bcm-yc-v634-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bcm-yc-v634-form-head{flex-direction:column}.bcm-yc-v634-form-safe{white-space:normal}} @media(max-width:700px){.bcm-yc-v634-form-card{width:min(100% - 24px,1240px);padding:22px 16px 24px}.bcm-yc-v634-fields-contact{grid-template-columns:1fr}.bcm-yc-v634-fields-contact label:last-child{grid-column:auto}.bcm-yc-v634-choice-grid,.bcm-yc-v634-choice-grid.is-two{grid-template-columns:1fr}.bcm-yc-v634-request-button,.bcm-yc-v634-submit{width:100%}.bcm-yc-v634-form-head p{font-size:15px}} .bcm-yc-v635-video-card-alt{grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr);background:linear-gradient(135deg,#113250 0%,#0d2740 100%);border:1px solid rgba(208,162,71,.38);box-shadow:0 22px 55px rgba(7,28,48,.22);overflow:hidden;position:relative} .bcm-yc-v635-video-card-alt::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 15%,rgba(208,162,71,.16),transparent 32%),radial-gradient(circle at 8% 85%,rgba(255,255,255,.05),transparent 24%);pointer-events:none} .bcm-yc-v635-video-copy-alt{position:relative;z-index:1;padding:14px 10px 14px 4px} .bcm-yc-v635-video-copy-alt h2{color:#fff;max-width:420px} .bcm-yc-v635-video-copy-alt p{color:rgba(255,255,255,.82);max-width:500px} .bcm-yc-v635-video-button-alt{background:#fff;color:#103356;border:1px solid rgba(208,162,71,.95);box-shadow:none} .bcm-yc-v635-video-button-alt:hover{background:#f8f3e9} .bcm-yc-v635-privacy-alt{display:block;margin-top:12px;color:rgba(255,255,255,.64);font-size:14px;line-height:1.5} .bcm-yc-v635-video-stage-alt{background:radial-gradient(circle at 50% 35%,rgba(29,69,103,.95),rgba(12,30,48,.98) 68%);border:1px solid rgba(208,162,71,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);min-height:320px} .bcm-yc-v635-video-stage-alt::before{content:"";position:absolute;inset:18px;border:1px solid rgba(208,162,71,.2);border-radius:18px;pointer-events:none} .bcm-yc-v635-video-stage-art{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none} .bcm-yc-v635-art-ring{position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(208,162,71,.16);box-shadow:0 0 0 24px rgba(255,255,255,.018),0 0 0 54px rgba(208,162,71,.05)} .bcm-yc-v635-art-remote{position:relative;width:112px;height:168px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 28px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.08)} .bcm-yc-v635-art-dot{position:absolute;left:50%;top:26px;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:#d0a247;box-shadow:0 0 0 7px rgba(208,162,71,.14)} .bcm-yc-v635-art-line{position:absolute;left:50%;transform:translateX(-50%);height:10px;border-radius:999px;background:rgba(255,255,255,.16)} .bcm-yc-v635-art-line.line-1{top:58px;width:58px} .bcm-yc-v635-art-line.line-2{top:86px;width:42px} .bcm-yc-v635-art-line.line-3{top:114px;width:70px} .bcm-yc-v635-play-alt{width:84px;height:84px;border:2px solid rgba(208,162,71,.95);background:rgba(255,255,255,.97);color:#113250;box-shadow:0 18px 40px rgba(0,0,0,.18)} .bcm-yc-v635-play-alt:hover{transform:translate(-50%,-50%) scale(1.03)} .bcm-yc-v635-video-label-alt{padding:18px 22px;background:linear-gradient(180deg,transparent,rgba(4,17,30,.84));font-size:15px;color:rgba(255,255,255,.94)} .bcm-yc-v635-video-stage-alt iframe{position:absolute;inset:0;width:100%;height:100%;z-index:3;background:#000} @media(max-width:1020px){.bcm-yc-v635-video-card-alt{grid-template-columns:1fr} .bcm-yc-v635-video-copy-alt h2,.bcm-yc-v635-video-copy-alt p{max-width:none} .bcm-yc-v635-video-stage-alt{min-height:280px}} @media(max-width:700px){.bcm-yc-v635-video-copy-alt{padding:2px 0 0} .bcm-yc-v635-video-stage-alt{min-height:230px} .bcm-yc-v635-art-ring{width:170px;height:170px;box-shadow:0 0 0 18px rgba(255,255,255,.018),0 0 0 38px rgba(208,162,71,.04)} .bcm-yc-v635-art-remote{width:86px;height:132px;border-radius:22px} .bcm-yc-v635-art-dot{top:20px;width:12px;height:12px} .bcm-yc-v635-art-line.line-1{top:46px;width:46px} .bcm-yc-v635-art-line.line-2{top:68px;width:34px} .bcm-yc-v635-art-line.line-3{top:90px;width:54px} .bcm-yc-v635-play-alt{width:68px;height:68px;font-size:26px}} .bcm-contact-v636{background:#fbfcfd;color:#17344d;padding-bottom:64px} .bcm-contact-v636-hero{min-height:330px;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 25%,rgba(255,255,255,.2) 58%,rgba(255,255,255,0) 100%),var(--bcm-contact-hero);background-size:cover;background-position:center 48%;display:flex;align-items:center} .bcm-contact-v636-hero-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:52px 8px} .bcm-contact-v636-hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5vw,72px);font-weight:500;letter-spacing:.04em;color:#17344d} .bcm-contact-v636-anchor{display:flex;align-items:center;gap:12px;width:240px;margin:16px 0 18px;color:#c99635}.bcm-contact-v636-anchor span{height:1px;background:#c99635;flex:1}.bcm-contact-v636-anchor b{font-size:18px;font-weight:400} .bcm-contact-v636-hero p{max-width:640px;margin:0;font-size:22px;line-height:1.55;color:#304861} .bcm-contact-v636-content{width:min(1240px,calc(100% - 40px));margin:-1px auto 0;padding-top:16px} .bcm-contact-v636-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(340px,.95fr);gap:16px;align-items:start} .bcm-contact-v636-card{background:#fff;border:1px solid #e2e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(18,44,68,.035)} .bcm-contact-v636-form-card{padding:26px 26px 24px}.bcm-contact-v636-card-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.bcm-contact-v636-round-icon,.bcm-contact-v636-outline-icon{display:flex;align-items:center;justify-content:center;color:#c88f23;border:1px solid #d9a84d;border-radius:50%}.bcm-contact-v636-round-icon{width:48px;height:48px;font-size:24px;flex:0 0 48px}.bcm-contact-v636-outline-icon{width:42px;height:42px;font-size:22px;flex:0 0 42px} .bcm-contact-v636-kicker{font-size:12px;line-height:1.3;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#17344d;margin-bottom:5px}.bcm-contact-v636-card-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500;color:#17344d} .bcm-contact-v636-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.bcm-contact-v636-form label>span,.bcm-contact-v636-message-field>span{display:block;margin-bottom:7px;color:#304861;font-size:13px;font-weight:700}.bcm-contact-v636-form:is(input[type=text],input[type=email],input[type=tel],select,textarea){width:100%;box-sizing:border-box;border:1px solid #d7dfe6;border-radius:3px;background:#fff;color:#17344d;padding:11px 13px;font:inherit;min-height:45px}.bcm-contact-v636-form textarea{min-height:120px;resize:vertical}.bcm-contact-v636-form:is(input,select,textarea):focus{outline:none;border-color:#9caebe;box-shadow:0 0 0 3px rgba(23,52,77,.05)}.bcm-contact-v636-message-field{display:block;margin-top:16px}.bcm-contact-v636-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px}.bcm-contact-v636-consent{display:flex!important;align-items:flex-start;gap:8px;max-width:70%;font-size:12px!important;color:#5d6978!important;font-weight:400!important}.bcm-contact-v636-consent input{margin-top:3px}.bcm-contact-v636-consent span{margin:0!important;font-size:12px!important;font-weight:400!important;text-transform:none!important;letter-spacing:0!important}.bcm-contact-v636-consent a{color:#b47c12;text-decoration:none}.bcm-contact-v636-submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 24px;border:1px solid #d0a247;border-radius:4px;background:#10375d;color:#fff;font-size:14px;font-weight:800;letter-spacing:.03em;cursor:pointer;white-space:nowrap}.bcm-contact-v636-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.bcm-contact-v636-message{padding:11px 13px;margin:0 0 16px;border-radius:4px;font-size:14px}.bcm-contact-v636-message.is-success{background:#eef8f0;border:1px solid #b9dfc0;color:#21652e}.bcm-contact-v636-message.is-error{background:#fff3f2;border:1px solid #ecc7c2;color:#8a3126} .bcm-contact-v636-side{display:grid;gap:10px}.bcm-contact-v636-info-card,.bcm-contact-v636-hours-card,.bcm-contact-v636-wa-card{padding:20px 22px}.bcm-contact-v636-side-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:8px}.bcm-contact-v636-info-row{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:14px 0;border-top:1px solid #e8ecef;font-size:16px;line-height:1.55;color:#17344d}.bcm-contact-v636-info-row:first-of-type{border-top:0}.bcm-contact-v636-info-icon{color:#c88f23;font-size:22px;line-height:1.2}.bcm-contact-v636-info-row a{color:#17344d;text-decoration:none}.bcm-contact-v636-hours{display:block;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.35;color:#17344d}.bcm-contact-v636-wa-head{display:flex;gap:13px;align-items:flex-start}.bcm-contact-v636-wa-main-icon{width:42px;height:42px;color:#1ca34a;flex:0 0 42px}.bcm-contact-v636-wa-main-icon svg,.bcm-contact-v636-wa-buttons svg{width:100%;height:100%}.bcm-contact-v636-wa-head h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:21px;color:#17344d}.bcm-contact-v636-wa-head p{margin:0;color:#5d6978;font-size:14px;line-height:1.5}.bcm-contact-v636-wa-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.bcm-contact-v636-wa-buttons a{display:flex;align-items:center;gap:8px;min-height:62px;padding:10px 12px;border:1px solid #dfe5e9;border-radius:5px;color:#17344d;text-decoration:none;background:#fff;transition:border-color .18s ease,transform .18s ease}.bcm-contact-v636-wa-buttons a:hover{border-color:#1ca34a;transform:translateY(-1px)}.bcm-contact-v636-wa-buttons span{width:25px;height:25px;color:#1ca34a;flex:0 0 25px}.bcm-contact-v636-wa-buttons strong{font-size:13px;line-height:1.35} @media(max-width:980px){.bcm-contact-v636-grid{grid-template-columns:1fr}.bcm-contact-v636-side{grid-template-columns:1fr 1fr}.bcm-contact-v636-wa-card{grid-column:1/-1}.bcm-contact-v636-hero{min-height:300px}} @media(max-width:700px){.bcm-contact-v636{padding-bottom:40px}.bcm-contact-v636-hero{min-height:270px;background-image:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.48)),var(--bcm-contact-hero);background-position:65% center}.bcm-contact-v636-hero-inner,.bcm-contact-v636-content{width:min(100% - 24px,1240px)}.bcm-contact-v636-hero-inner{padding:34px 0}.bcm-contact-v636-hero h1{font-size:40px}.bcm-contact-v636-hero p{font-size:18px}.bcm-contact-v636-anchor{width:180px}.bcm-contact-v636-form-card{padding:20px 15px}.bcm-contact-v636-fields{grid-template-columns:1fr;gap:13px}.bcm-contact-v636-form-bottom{flex-direction:column;align-items:stretch}.bcm-contact-v636-consent{max-width:none}.bcm-contact-v636-submit{width:100%}.bcm-contact-v636-side{grid-template-columns:1fr}.bcm-contact-v636-wa-card{grid-column:auto}.bcm-contact-v636-wa-buttons{grid-template-columns:1fr}.bcm-contact-v636-card-head h2{font-size:27px}} .bcm-reviews-v639{background:#fff;color:#17344d;padding-bottom:54px} .bcm-reviews-v639-hero{min-height:430px;background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.955) 27%,rgba(255,255,255,.56) 48%,rgba(255,255,255,.1) 70%,rgba(255,255,255,0) 100%),var(--bcm-reviews-hero);background-size:cover;background-position:center 52%;display:flex;align-items:center} .bcm-reviews-v639-hero-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:50px 8px} .bcm-reviews-v639-eyebrow{font-size:15px;line-height:1.3;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#c99635;margin-bottom:16px} .bcm-reviews-v639-hero h1{max-width:650px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,5.7vw,78px);line-height:1.04;font-weight:500;letter-spacing:-.02em;color:#17344d} .bcm-reviews-v639-anchor{display:flex;align-items:center;gap:12px;width:230px;margin:17px 0 20px;color:#c99635}.bcm-reviews-v639-anchor span{height:1px;background:#c99635;flex:1}.bcm-reviews-v639-anchor b{font-size:17px;font-weight:400} .bcm-reviews-v639-hero p{max-width:650px;margin:0 0 10px;font-size:17px;line-height:1.65;color:#304861} .bcm-reviews-v639-google-note{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:14px;color:#5b6877} .bcm-reviews-v639-g{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;font-weight:900;font-family:Arial,sans-serif;color:#4285f4;background:#fff;border:1px solid #e0e6eb;box-shadow:0 2px 7px rgba(18,44,68,.06)} .bcm-reviews-v639-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding-top:24px} .bcm-reviews-v639-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 auto 18px;text-align:center} .bcm-reviews-v639-heading span{width:58px;height:1px;background:#d0a247} .bcm-reviews-v639-heading h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.1vw,43px);line-height:1.2;font-weight:500;color:#17344d} .bcm-reviews-v639-original-content{margin:0!important;padding:0!important;min-height:0!important} .bcm-reviews-v639-original-content>.wp-block-columns,.bcm-reviews-v639-original-content>.kubio-row,.bcm-reviews-v639-original-content>.row,.bcm-reviews-v639-original-content>.reviews,.bcm-reviews-v639-original-content>.testimonials{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important;align-items:stretch!important} .bcm-reviews-v639-original-content .bcm-v639-review-card,.bcm-reviews-v639-original-content .wp-block-column{background:#fff!important;border:1px solid #e2e7eb!important;border-radius:7px!important;box-shadow:0 8px 24px rgba(18,44,68,.035)!important;padding:26px 26px 24px!important;margin:0!important;min-height:0!important;color:#17344d!important} .bcm-reviews-v639-original-content .bcm-v639-review-card p,.bcm-reviews-v639-original-content .wp-block-column p{font-size:16px!important;line-height:1.65!important;color:#304861!important;margin:0 0 14px!important} .bcm-reviews-v639-original-content .bcm-v639-review-card h2,.bcm-reviews-v639-original-content .bcm-v639-review-card h3,.bcm-reviews-v639-original-content .wp-block-column h2,.bcm-reviews-v639-original-content .wp-block-column h3{font-family:Georgia,"Times New Roman",serif!important;color:#17344d!important;font-weight:500!important;margin:0 0 12px!important} .bcm-reviews-v639-original-content .bcm-v639-review-card::before,.bcm-reviews-v639-original-content .wp-block-column::before{content:"★★★★★";display:block;margin-bottom:15px;color:#c99635;font-size:20px;letter-spacing:4px;line-height:1} .bcm-reviews-v639-original-content .bcm-v639-review-card::after,.bcm-reviews-v639-original-content .wp-block-column::after{content:"Google-Bewertung";display:block;margin-top:18px;padding-top:15px;border-top:1px solid #e7d4ad;color:#7b8792;font-size:13px;line-height:1.4} .bcm-reviews-v639-original-content .bcm-v639-no-person-photo{display:none!important} .bcm-reviews-v639-original-content .bcm-v639-review-extra,.bcm-reviews-v639-original-content .bcm-v639-hide-duplicate{display:none!important} .bcm-reviews-v639-original-content .wp-block-spacer{display:none!important} .bcm-reviews-v639-original-content img:not(.bcm-v639-no-person-photo){max-width:100%!important;height:auto!important;border-radius:4px!important} .bcm-reviews-v639-original-content a{color:#17344d;text-decoration-color:#c99635;text-underline-offset:3px} .bcm-reviews-v639-original-content:is(.stars,.star-rating,[class*="star"],[aria-label*="star" i]){color:#c99635!important} @media(max-width:980px){.bcm-reviews-v639-original-content>.wp-block-columns,.bcm-reviews-v639-original-content>.kubio-row,.bcm-reviews-v639-original-content>.row,.bcm-reviews-v639-original-content>.reviews,.bcm-reviews-v639-original-content>.testimonials{grid-template-columns:1fr 1fr!important}.bcm-reviews-v639-hero{min-height:390px}} @media(max-width:700px){.bcm-reviews-v639{padding-bottom:40px}.bcm-reviews-v639-hero{min-height:350px;background-image:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.58)),var(--bcm-reviews-hero);background-position:64% center}.bcm-reviews-v639-hero-inner,.bcm-reviews-v639-content{width:min(100% - 24px,1240px)}.bcm-reviews-v639-hero-inner{padding:36px 0}.bcm-reviews-v639-eyebrow{font-size:13px}.bcm-reviews-v639-hero h1{font-size:clamp(39px,12vw,52px)}.bcm-reviews-v639-hero p{font-size:16px}.bcm-reviews-v639-content{padding-top:18px}.bcm-reviews-v639-heading{gap:12px;margin-bottom:14px}.bcm-reviews-v639-heading span{width:34px}.bcm-reviews-v639-heading h2{font-size:27px}.bcm-reviews-v639-original-content>.wp-block-columns,.bcm-reviews-v639-original-content>.kubio-row,.bcm-reviews-v639-original-content>.row,.bcm-reviews-v639-original-content>.reviews,.bcm-reviews-v639-original-content>.testimonials{grid-template-columns:1fr!important;gap:12px!important}.bcm-reviews-v639-original-content .bcm-v639-review-card,.bcm-reviews-v639-original-content .wp-block-column{padding:20px 18px!important}} .bcm-reviews-v640-content{padding-top:22px!important} .bcm-reviews-v640-heading{margin-bottom:18px!important} .bcm-reviews-v640-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch} .bcm-reviews-v640-source{margin-top:0} .bcm-reviews-v640-source.is-rebuilt{display:none!important} .bcm-reviews-v640-source:not(.is-fallback):not(.is-rebuilt){position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important} .bcm-v640-review-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e1e6ea;border-radius:8px;padding:26px 28px 24px;box-shadow:0 9px 26px rgba(18,44,68,.045);color:#17344d} .bcm-v640-review-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #e9edf0} .bcm-v640-stars{color:#c99635;font-size:20px;line-height:1;letter-spacing:4px;white-space:nowrap} .bcm-v640-google-source{display:flex;align-items:center;gap:6px;color:#76818b;font-size:12px;line-height:1.3;white-space:nowrap} .bcm-v640-google-mark{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff;border:1px solid #e2e7eb;color:#4285f4;font:800 12px/1 Arial,sans-serif;box-shadow:0 1px 4px rgba(18,44,68,.05)} .bcm-v640-review-card blockquote{margin:21px 0 22px;padding:0;border:0;font-size:17px;line-height:1.7;color:#263f58;font-style:normal;quotes:none;flex:1} .bcm-v640-review-card blockquote::before,.bcm-v640-review-card blockquote::after{content:none} .bcm-v640-review-foot{display:flex;align-items:center;gap:11px;padding-top:16px;border-top:1px solid #e4c98f;color:#65717d;font-size:14px;line-height:1.4} .bcm-v640-review-person{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d2a34d;border-radius:50%;color:#c99635;flex:0 0 38px;background:#fff} .bcm-v640-review-person svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round} .bcm-v640-review-author{color:#5d6a76} .bcm-v640-review-card-image{padding-bottom:20px} .bcm-v640-review-image-viewport{margin-top:18px;overflow:hidden;border-radius:5px;background:#fff;flex:1;min-height:230px;display:flex;align-items:flex-start;justify-content:center} .bcm-v640-review-image-viewport img{display:block;width:100%;height:auto;max-width:none;border-radius:0!important;box-shadow:none!important;margin:0!important} .bcm-reviews-v640-source.is-fallback{margin-top:18px} @media(max-width:980px){.bcm-reviews-v640-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bcm-v640-review-card:nth-child(3){grid-column:1/-1}} @media(max-width:700px){.bcm-reviews-v640-content{padding-top:16px!important}.bcm-reviews-v640-heading{margin-bottom:14px!important}.bcm-reviews-v640-grid{grid-template-columns:1fr;gap:12px}.bcm-v640-review-card:nth-child(3){grid-column:auto}.bcm-v640-review-card{padding:21px 18px 19px}.bcm-v640-review-top{padding-bottom:13px}.bcm-v640-stars{font-size:18px;letter-spacing:3px}.bcm-v640-google-source{font-size:11px}.bcm-v640-review-card blockquote{font-size:16px;line-height:1.65;margin:17px 0 18px}} .bcm-reviews-v641{background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);padding-bottom:56px} .bcm-reviews-v641-hero{position:relative;overflow:hidden;min-height:400px;background-image:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.86) 34%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 100%),var(--bcm-reviews-hero);background-size:cover;background-position:center right;display:flex;align-items:center} .bcm-reviews-v641-hero-inner,.bcm-reviews-v641-content{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-reviews-v641-hero-inner{padding:64px 0 62px;max-width:1240px} .bcm-reviews-v641-eyebrow{font-size:16px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#c89d46;margin-bottom:18px} .bcm-reviews-v641-hero h1{margin:0 0 14px;font-size:clamp(44px,5vw,74px);line-height:1.02;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif;max-width:620px} .bcm-reviews-v641-anchor{display:flex;align-items:center;gap:16px;margin:8px 0 24px;color:#17344d} .bcm-reviews-v641-anchor span{display:block;width:100px;max-width:18vw;height:1px;background:#d8b160} .bcm-reviews-v641-anchor b{font-size:26px;font-weight:400;color:#1f5378} .bcm-reviews-v641-hero p{margin:0 0 16px;max-width:660px;font-size:20px;line-height:1.7;color:#314c64} .bcm-reviews-v641-google-note{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(4px);box-shadow:0 10px 22px rgba(17,41,63,.08);font-size:15px;color:#35516a} .bcm-reviews-v641-g,.bcm-v641-google-mark{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#fff;border:1px solid #e8eef3;font-size:15px;font-weight:800;color:#4285f4;box-shadow:0 3px 10px rgba(17,41,63,.06)} .bcm-reviews-v641-content{padding:38px 0 0} .bcm-reviews-v641-heading{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:28px} .bcm-reviews-v641-heading span{display:block;width:170px;max-width:18vw;height:1px;background:#d8b160} .bcm-reviews-v641-heading h2{margin:0;font-size:clamp(30px,3.2vw,50px);line-height:1.15;font-weight:500;color:#17344d;font-family:Georgia,"Times New Roman",serif;text-align:center} .bcm-reviews-v641-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch} .bcm-reviews-v641-loading{grid-column:1/-1;padding:18px 20px;border:1px dashed #d7e0e7;border-radius:14px;background:#fff;font-size:16px;color:#5d6c7b;text-align:center} .bcm-v641-review-card{display:flex;flex-direction:column;min-height:100%;padding:28px 28px 24px;border-radius:18px;background:#fff;border:1px solid #e6edf2;box-shadow:0 14px 30px rgba(12,39,62,.06)} .bcm-v641-review-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px} .bcm-v641-stars{font-size:20px;letter-spacing:.18em;color:#d0a247;white-space:nowrap} .bcm-v641-google-source{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#5d6b79;white-space:nowrap} .bcm-v641-review-card blockquote{margin:0;padding:0;border:0;font-size:18px;line-height:1.72;color:#233a51;flex:1;position:relative} .bcm-v641-review-card blockquote::before{content:'“';display:block;font-family:Georgia,"Times New Roman",serif;font-size:54px;line-height:1;color:#d8b160;margin-bottom:8px} .bcm-v641-review-foot{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #ecf0f4} .bcm-v641-review-person{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#f7fafc;border:1px solid #dfe8ef;color:#9aa8b5;flex:0 0 42px} .bcm-v641-review-person svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round} .bcm-v641-review-author{font-size:16px;font-weight:700;color:#17344d} .bcm-reviews-v641-source{position:absolute!important;left:-99999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important} .bcm-reviews-v641-source.is-rebuilt,.bcm-reviews-v641-source.is-rebuilt *{display:none!important} @media (max-width:1100px){.bcm-reviews-v641-grid{grid-template-columns:1fr 1fr}} @media (max-width:820px){.bcm-reviews-v641-hero-inner,.bcm-reviews-v641-content{width:min(100% - 24px,1240px)} .bcm-reviews-v641-hero{min-height:0;background-image:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.3) 100%),var(--bcm-reviews-hero);background-position:center} .bcm-reviews-v641-hero-inner{padding:42px 0} .bcm-reviews-v641-eyebrow{font-size:13px} .bcm-reviews-v641-hero h1{font-size:clamp(34px,9.5vw,48px)} .bcm-reviews-v641-anchor{gap:12px;margin-bottom:18px} .bcm-reviews-v641-anchor span{width:58px} .bcm-reviews-v641-hero p{font-size:17px;line-height:1.65} .bcm-reviews-v641-google-note{font-size:14px;padding:9px 14px} .bcm-reviews-v641-content{padding-top:28px} .bcm-reviews-v641-heading{gap:12px;margin-bottom:18px} .bcm-reviews-v641-heading span{width:56px} .bcm-reviews-v641-grid{grid-template-columns:1fr;gap:18px} .bcm-v641-review-card{padding:22px 18px 20px;border-radius:15px} .bcm-v641-review-top{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px} .bcm-v641-stars{font-size:18px} .bcm-v641-review-card blockquote{font-size:16px;line-height:1.68} .bcm-v641-review-card blockquote::before{font-size:46px;margin-bottom:6px} .bcm-v641-review-foot{margin-top:18px;padding-top:14px}} .bcm-reviews-v642 .bcm-reviews-v641-content{padding-top:34px} .bcm-reviews-v642-grid{gap:28px} .bcm-v642-review-card{position:relative;padding:34px 32px 26px;border-radius:22px;box-shadow:0 18px 40px rgba(12,39,62,.07)} .bcm-v642-review-quote{position:absolute;left:28px;top:22px;font-family:Georgia,"Times New Roman",serif;font-size:78px;line-height:1;color:#ebe1cf;pointer-events:none} .bcm-v642-review-top{position:relative;z-index:1;margin-top:20px;margin-bottom:22px} .bcm-v642-review-title{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:33px;line-height:1.18;font-weight:500;color:#152f4a} .bcm-v642-sep{width:60px;height:2px;background:#d5ad5d;border-radius:999px;margin:0 0 22px} .bcm-v642-review-card blockquote{font-size:18px;line-height:1.75;color:#2e465f} .bcm-v642-review-card blockquote::before{display:none} .bcm-v642-review-foot{display:flex;align-items:center;gap:18px;margin-top:34px;padding-top:22px;border-top:1px solid #e7ebf0} .bcm-v642-avatar{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#123a67;color:#fff;font-size:32px;font-weight:700;flex:0 0 58px} .bcm-v642-author-wrap{display:flex;flex-direction:column;gap:4px} .bcm-v642-time{font-size:15px;color:#5e6e7d} .bcm-v642-stats{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.25fr;gap:0;margin-top:30px;background:#fff;border:1px solid #e3e9ef;border-radius:22px;box-shadow:0 10px 26px rgba(12,39,62,.05);overflow:hidden} .bcm-v642-stat{display:flex;align-items:center;gap:16px;padding:26px 28px;min-height:120px} .bcm-v642-stat+.bcm-v642-stat{border-left:1px solid #e6ebf1} .bcm-v642-stat strong{display:block;color:#17344d} .bcm-v642-stat span{display:block;color:#2d4661;font-size:17px;line-height:1.45} .bcm-v642-stat-google{display:flex;align-items:center;font-size:19px;color:#17344d} .bcm-v642-rating-line{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap} .bcm-v642-rating-line strong{font-size:54px;line-height:1;color:#d19b2c;font-weight:700} .bcm-v642-rating-line span{font-size:21px;font-weight:600;color:#17344d;line-height:1.2;margin-bottom:8px} .bcm-v642-stars-big{font-size:28px;letter-spacing:.12em;color:#d0a247;margin-top:6px} .bcm-v642-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;color:#c69c3e;flex:0 0 54px} .bcm-v642-icon svg{width:46px;height:46px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round} .bcm-v642-stat:nth-child(3) strong{font-size:54px;line-height:1;color:#17344d;margin-bottom:4px} @media (max-width:1200px){.bcm-v642-review-title{font-size:29px} .bcm-v642-stats{grid-template-columns:1fr 1fr} .bcm-v642-stat:nth-child(3){border-left:none}} @media (max-width:820px){.bcm-reviews-v642 .bcm-reviews-v641-content{padding-top:24px} .bcm-v642-review-card{padding:24px 20px 20px;border-radius:16px} .bcm-v642-review-quote{left:18px;top:14px;font-size:56px} .bcm-v642-review-top{margin-top:14px;margin-bottom:16px} .bcm-v642-review-title{font-size:22px;margin-bottom:12px} .bcm-v642-sep{width:48px;margin-bottom:14px} .bcm-v642-review-card blockquote{font-size:16px;line-height:1.68} .bcm-v642-review-foot{gap:12px;margin-top:22px;padding-top:16px} .bcm-v642-avatar{width:46px;height:46px;flex-basis:46px;font-size:24px} .bcm-v642-time{font-size:14px} .bcm-v642-stats{grid-template-columns:1fr;margin-top:22px;border-radius:16px} .bcm-v642-stat{padding:18px 18px;min-height:0} .bcm-v642-stat+.bcm-v642-stat{border-left:none;border-top:1px solid #e6ebf1} .bcm-v642-icon{width:44px;height:44px;flex-basis:44px} .bcm-v642-icon svg{width:38px;height:38px} .bcm-v642-rating-line strong,.bcm-v642-stat:nth-child(3) strong{font-size:38px} .bcm-v642-rating-line span{font-size:18px;margin-bottom:4px} .bcm-v642-stars-big{font-size:24px}} .bcm-partner-v643{background:#fff;padding:34px 0 64px} .bcm-partner-v643-hero,.bcm-partner-v643-benefits,.bcm-partner-v643-list-wrap{width:min(1240px,calc(100% - 40px));margin:0 auto} .bcm-partner-v643-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.35fr);gap:44px;align-items:center} .bcm-partner-v643-copy{padding:10px 0} .bcm-partner-v643-eyebrow{font-size:17px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c79b43;margin-bottom:20px} .bcm-partner-v643-copy h1,.bcm-partner-v643-list-head h2{margin:0;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.02em} .bcm-partner-v643-copy h1{font-size:clamp(44px,5vw,72px);line-height:1.03;max-width:620px} .bcm-partner-v643-list-head h2{font-size:clamp(34px,3.4vw,50px);line-height:1.08} .bcm-partner-v643-line{width:58px;height:3px;background:#c79b43;border-radius:999px;margin:22px 0 24px} .bcm-partner-v643-line.is-centered{margin:20px auto 22px} .bcm-partner-v643-copy p{margin:0;color:#596776;font-size:20px;line-height:1.7;max-width:720px} .bcm-partner-v643-photo img{display:block;width:100%;aspect-ratio:16/8.4;object-fit:cover;box-shadow:0 22px 46px rgba(18,44,68,.12)} .bcm-partner-v643-benefits-wrap{margin-top:28px;border-top:1px solid #eef1f3;border-bottom:1px solid #eef1f3;background:#fff} .bcm-partner-v643-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:28px 0} .bcm-partner-v643-benefit{display:grid;grid-template-columns:66px minmax(0,1fr);gap:18px;align-items:start;padding:0 24px;position:relative} .bcm-partner-v643-benefit:first-child{padding-left:0}.bcm-partner-v643-benefit:last-child{padding-right:0} .bcm-partner-v643-benefit:not(:last-child)::after{content:"";position:absolute;right:0;top:4px;bottom:4px;width:1px;background:#e5ebef} .bcm-partner-v643-icon{width:56px;height:56px;color:#d0a247;display:flex;align-items:center;justify-content:center} .bcm-partner-v643-icon svg,.bcm-partner-v643-card-icon svg,.bcm-partner-v643-cta-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .bcm-partner-v643-benefit h2{margin:2px 0 9px;font-size:15px;line-height:1.35;text-transform:uppercase;color:#17344d;font-weight:800;letter-spacing:.01em} .bcm-partner-v643-benefit p{margin:0;color:#5d6978;font-size:14px;line-height:1.65} .bcm-partner-v643-list-wrap{padding-top:42px} .bcm-partner-v643-list-head{text-align:center;max-width:760px;margin:0 auto 30px} .bcm-partner-v643-list-head>p{margin:0;color:#596776;font-size:17px;line-height:1.65} .bcm-partner-v643-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px} .bcm-partner-v643-card{display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto 1fr auto;column-gap:22px;min-height:290px;padding:28px;background:#fff;border:1px solid #e4eaee;border-radius:12px;box-shadow:0 10px 30px rgba(18,44,68,.05)} .bcm-partner-v643-card-icon{grid-column:1;grid-row:1/3;width:64px;height:64px;color:#d0a247} .bcm-partner-v643-card-body{grid-column:2;grid-row:1/3} .bcm-partner-v643-card h3{margin:0 0 5px;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.2;font-weight:500} .bcm-partner-v643-subtitle{color:#c08c2e;font-size:14px;font-weight:700;line-height:1.4} .bcm-partner-v643-card-line{width:42px;height:2px;background:#d0a247;margin:15px 0 15px} .bcm-partner-v643-card p{margin:0;color:#5d6978;font-size:15px;line-height:1.65} .bcm-partner-v643-link{grid-column:2;grid-row:3;align-self:end;justify-self:start;display:inline-flex;align-items:center;gap:12px;margin-top:20px;padding:10px 15px;border:1px solid #d0a247;border-radius:6px;color:#17344d!important;text-decoration:none;font-size:14px;font-weight:800;transition:.2s ease} .bcm-partner-v643-link:hover{background:#f9f5ed;transform:translateY(-1px)} .bcm-partner-v643-cta{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:22px;align-items:center;margin-top:22px;padding:24px 28px;border:1px solid #e4d2aa;border-radius:12px;background:linear-gradient(90deg,#fbf8f1 0%,#fff 100%)} .bcm-partner-v643-cta-icon{width:58px;height:58px;color:#d0a247} .bcm-partner-v643-cta-copy h3{margin:0 0 5px;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500} .bcm-partner-v643-cta-copy p{margin:0;color:#5d6978;font-size:15px;line-height:1.55} .bcm-partner-v643-cta-button{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 20px;border:1px solid #d0a247;border-radius:6px;background:#fff;color:#17344d!important;text-decoration:none;font-size:14px;font-weight:800;white-space:nowrap} @media(max-width:1100px){.bcm-partner-v643-grid{grid-template-columns:1fr;gap:28px}.bcm-partner-v643-photo{order:-1}.bcm-partner-v643-photo img{aspect-ratio:16/8.8;border-radius:14px} .bcm-partner-v643-benefits{grid-template-columns:1fr 1fr;gap:24px 0}.bcm-partner-v643-benefit:nth-child(2)::after{display:none}.bcm-partner-v643-benefit:nth-child(3){padding-left:0} .bcm-partner-v643-cta{grid-template-columns:58px 1fr}.bcm-partner-v643-cta-button{grid-column:2}} @media(max-width:760px){.bcm-partner-v643{padding:22px 0 42px}.bcm-partner-v643-hero,.bcm-partner-v643-benefits,.bcm-partner-v643-list-wrap{width:min(100% - 24px,1240px)} .bcm-partner-v643-eyebrow{font-size:13px;margin-bottom:14px}.bcm-partner-v643-copy h1{font-size:clamp(34px,10vw,48px)}.bcm-partner-v643-copy p{font-size:18px} .bcm-partner-v643-benefits{grid-template-columns:1fr;padding:20px 0}.bcm-partner-v643-benefit{padding:16px 0!important;grid-template-columns:52px minmax(0,1fr)} .bcm-partner-v643-benefit:not(:last-child)::after{left:0;right:0;top:auto;bottom:0;width:auto;height:1px;display:block!important}.bcm-partner-v643-icon{width:44px;height:44px} .bcm-partner-v643-list-wrap{padding-top:30px}.bcm-partner-v643-list-head{margin-bottom:22px}.bcm-partner-v643-list-head>p{font-size:16px} .bcm-partner-v643-cards{grid-template-columns:1fr;gap:14px}.bcm-partner-v643-card{grid-template-columns:58px minmax(0,1fr);min-height:0;padding:20px 16px;column-gap:16px}.bcm-partner-v643-card-icon{width:50px;height:50px}.bcm-partner-v643-card h3{font-size:22px}.bcm-partner-v643-card p{font-size:14px} .bcm-partner-v643-cta{grid-template-columns:48px 1fr;padding:20px 16px}.bcm-partner-v643-cta-icon{width:44px;height:44px}.bcm-partner-v643-cta-copy h3{font-size:21px}.bcm-partner-v643-cta-button{grid-column:1/-1;justify-content:center;width:100%;box-sizing:border-box}} .bcm-v645-specification-download{display:flex;flex-direction:column;align-items:flex-start;gap:10px} .bcm-v645-specification-download h2{margin-bottom:2px} .bcm-v645-specification-download p{margin:0;max-width:680px} .bcm-v645-specification-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;padding:11px 17px;border:1px solid #b08a4a;border-radius:6px;background:#fff;color:#17344d;font-size:13px;font-weight:700;text-decoration:none;transition:.18s ease} .bcm-v645-specification-btn:hover{background:#17344d;color:#fff;border-color:#17344d} .bcm-v645-specification-download small{display:block;margin-top:1px;color:#7b8d9b;font-size:11px;line-height:1.45} @media(max-width:640px){.bcm-v645-specification-btn{width:100%;text-align:center}.bcm-v645-specification-download{gap:9px}} body.home .home-search-strip .search-panel.bcm-home-simple-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search{grid-template-columns:minmax(0,1fr) auto!important;} body.home .home-search-strip .search-panel.bcm-home-simple-search>input[type="text"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search>input[type="text"]{width:100%!important;min-width:0!important;} @media(max-width:1024px){body.home .home-search-strip .search-panel.bcm-home-simple-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search{grid-template-columns:minmax(0,1fr) auto!important;} body.home .home-search-strip .search-panel.bcm-home-simple-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search .btn{width:auto!important;}} @media(max-width:620px){body.home .home-search-strip .search-panel.bcm-home-simple-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search{grid-template-columns:1fr!important;} body.home .home-search-strip .search-panel.bcm-home-simple-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-simple-search .btn{width:100%!important;}} .bcm-contact-v636-hours span{display:block}.bcm-contact-v651-hours-time{white-space:nowrap} .bcm-sell-v655-benefits-full{width:100%;margin:38px 0 30px;padding:30px 0 0;border-top:1px solid #e6ebef;} .bcm-sell-v655-benefits-full .bcm-sell-v631-benefit{padding-right:38px} .bcm-sell-v655-benefits-full .bcm-sell-v631-benefit:not(:last-child){margin-right:38px} @media (max-width:820px){.bcm-sell-v655-benefits-full{margin-top:28px;padding-top:22px} .bcm-sell-v655-benefits-full .bcm-sell-v631-benefit{padding-right:0} .bcm-sell-v655-benefits-full .bcm-sell-v631-benefit:not(:last-child){margin-right:0}} @media (min-width:1101px){.bcm-sell-v631-photo{margin-top:32px}} @media (min-width:761px){.bcm-partner-v643-eyebrow,.bcm-network-v632-eyebrow,.bcm-yc-v633-eyebrow,.bcm-yc-v633-video-eyebrow,.bcm-sell-v631-eyebrow,.bcm-sell-v631-steps-eyebrow{font-size:13px;line-height:1.3;margin-bottom:18px;letter-spacing:.085em;} .bcm-partner-v643-copy h1,.bcm-network-v632-copy h1,.bcm-yc-v633-copy h1,.bcm-sell-v631-copy h1{font-size:clamp(43px,3.25vw,58px);line-height:1.05;letter-spacing:-.025em;} .bcm-partner-v643-line,.bcm-network-v632-line,.bcm-yc-v633-line,.bcm-sell-v631-line{width:43px;height:2px;margin-top:24px;margin-bottom:22px;} .bcm-partner-v643-copy p,.bcm-network-v632-copy p,.bcm-yc-v633-copy p,.bcm-sell-v631-intro{font-size:16px;line-height:1.65;} .bcm-partner-v643{padding-top:34px} .bcm-partner-v643-grid{gap:54px} .bcm-partner-v643-benefits{padding:22px 0} .bcm-partner-v643-benefit{grid-template-columns:48px minmax(0,1fr);gap:14px;padding-left:20px;padding-right:20px} .bcm-partner-v643-icon{width:42px;height:42px} .bcm-partner-v643-benefit h2{font-size:12px;margin-bottom:6px} .bcm-partner-v643-benefit p{font-size:12.5px;line-height:1.55} .bcm-partner-v643-list-wrap{padding-top:38px} .bcm-partner-v643-list-head h2{font-size:clamp(28px,2.35vw,36px)} .bcm-partner-v643-list-head>p{font-size:14px;line-height:1.6} .bcm-partner-v643-card{grid-template-columns:62px minmax(0,1fr);column-gap:18px;min-height:250px;padding:23px} .bcm-partner-v643-card-icon{width:52px;height:52px} .bcm-partner-v643-card h3{font-size:21px} .bcm-partner-v643-subtitle{font-size:12.5px} .bcm-partner-v643-card p{font-size:13.5px;line-height:1.6} .bcm-partner-v643-link{font-size:12.5px;padding:9px 13px} .bcm-partner-v643-cta{grid-template-columns:54px minmax(0,1fr) auto;padding:20px 24px} .bcm-partner-v643-cta-icon{width:48px;height:48px} .bcm-partner-v643-cta-copy h3{font-size:20px} .bcm-partner-v643-cta-copy p{font-size:13.5px} .bcm-partner-v643-cta-button{min-height:43px;font-size:12.5px;padding:0 17px} .bcm-network-v632{padding-top:34px} .bcm-network-v632-grid{gap:54px} .bcm-network-v632-benefits{padding:22px 0} .bcm-network-v632-benefit{grid-template-columns:48px minmax(0,1fr);gap:14px;padding-left:20px;padding-right:20px} .bcm-network-v632-icon{width:42px;height:42px} .bcm-network-v632-benefit h2{font-size:12px;margin-bottom:6px} .bcm-network-v632-benefit p{font-size:12.5px;line-height:1.55} .bcm-network-v632-europe{padding-top:38px} .bcm-network-v632-europe-copy h2{font-size:clamp(28px,2.35vw,36px)} .bcm-network-v632-europe-copy>p{font-size:14px;line-height:1.6} .bcm-network-v632-country-grid span{font-size:13px} .bcm-network-v632-region-note p{font-size:13.5px;line-height:1.55} .bcm-yc-v633{padding-top:34px} .bcm-yc-v633-grid{gap:54px} .bcm-yc-v633-benefits-wrap{padding-top:30px} .bcm-yc-v633-benefit{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:22px 20px} .bcm-yc-v633-icon{width:42px;height:42px} .bcm-yc-v633-benefit h2{font-size:12px;margin-bottom:6px} .bcm-yc-v633-benefit p{font-size:12.5px;line-height:1.55} .bcm-yc-v633-video-card{padding:24px 26px} .bcm-yc-v633-video-copy h2,.bcm-yc-v634-form-head h2{font-size:24px;line-height:1.2} .bcm-yc-v633-video-copy p,.bcm-yc-v634-form-head p{font-size:14px;line-height:1.55} .bcm-yc-v633-video-button,.bcm-yc-v634-request-button,.bcm-yc-v634-submit{min-height:46px;font-size:13px;padding-left:19px;padding-right:19px} .bcm-yc-v634-form-card{padding:28px 34px 34px} .bcm-yc-v634-form label>span,.bcm-yc-v634-fieldset legend,.bcm-yc-v634-upload>label>strong{font-size:12px} .bcm-yc-v634-choice-grid label>span{min-height:47px;font-size:13px} .bcm-yc-v634-form-safe,.bcm-yc-v634-consent,.bcm-yc-v634-consent span{font-size:12px!important} .bcm-sell-v631{padding-top:34px} .bcm-sell-v631-grid{gap:54px} .bcm-sell-v631-intro{margin-bottom:26px} .bcm-sell-v631-benefit-icon{width:44px;height:44px;margin-bottom:10px} .bcm-sell-v631-benefit h2{font-size:12.5px;margin-bottom:6px} .bcm-sell-v631-benefit p{font-size:13px;line-height:1.6} .bcm-sell-v631-button{min-height:48px;padding:0 20px;font-size:13px;border-width:1px} .bcm-sell-v631-note{font-size:13px;line-height:1.55} .bcm-sell-v631-steps-head h2{font-size:clamp(28px,2.35vw,36px)} .bcm-sell-v631-step{grid-template-columns:66px minmax(0,1fr);gap:18px} .bcm-sell-v631-step-icon{width:56px;height:56px} .bcm-sell-v631-step-number{width:36px;height:36px;font-size:18px} .bcm-sell-v631-step-copy h3{font-size:14px;margin-bottom:7px} .bcm-sell-v631-step-copy p{font-size:13px;line-height:1.6}} @media (min-width:981px){.bcm-about-v629-photo{width:92%;height:420px;min-height:0;align-self:center;justify-self:center;border-radius:8px;} .bcm-about-v629-photo img{width:100%;height:420px;min-height:0;object-fit:cover;object-position:center center;}} @media (min-width:701px) and (max-width:980px){.bcm-about-v629-photo{width:94%;height:390px;min-height:0;align-self:center;justify-self:center;border-radius:8px;} .bcm-about-v629-photo img{width:100%;height:390px;min-height:0;object-fit:cover;}} @media (max-width:700px){.bcm-about-v629-photo,.bcm-about-v629-photo img{height:300px;min-height:300px;}} @media (min-width:981px){.bcm-about-v629-photo{width:100%;max-width:620px;height:auto;min-height:0;align-self:center;justify-self:center;border-radius:8px;overflow:hidden;} .bcm-about-v629-photo img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:1.54 / 1;object-fit:cover;object-position:center center;}} @media (min-width:701px) and (max-width:980px){.bcm-about-v629-photo{width:100%;max-width:620px;height:auto;min-height:0;align-self:center;justify-self:center;border-radius:8px;overflow:hidden;} .bcm-about-v629-photo img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:1.54 / 1;object-fit:cover;object-position:center center;}} @media (max-width:700px){.bcm-about-v629-photo,.bcm-about-v629-photo img{width:100%;height:auto;min-height:0;} .bcm-about-v629-photo img{aspect-ratio:1.54 / 1;object-fit:cover;}} @media (min-width:821px){.bcm-reviews-v662 .bcm-reviews-v641-hero{height:350px;min-height:350px;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 27%,rgba(255,255,255,.72) 39%,rgba(255,255,255,.24) 54%,rgba(255,255,255,0) 69%),var(--bcm-reviews-hero);background-size:cover;background-position:center 67%;} .bcm-reviews-v662 .bcm-reviews-v641-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:48%;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.85) 58%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.85) 58%,transparent 100%);} .bcm-reviews-v662 .bcm-reviews-v641-hero-inner{position:relative;z-index:1;padding:18px 0;} .bcm-reviews-v662 .bcm-reviews-v641-eyebrow{font-size:13px;margin-bottom:8px;} .bcm-reviews-v662 .bcm-reviews-v641-hero h1{max-width:560px;margin-bottom:7px;font-size:clamp(42px,4vw,54px);line-height:1.01;} .bcm-reviews-v662 .bcm-reviews-v641-anchor{gap:12px;margin:4px 0 9px;} .bcm-reviews-v662 .bcm-reviews-v641-anchor span{width:74px} .bcm-reviews-v662 .bcm-reviews-v641-anchor b{font-size:21px} .bcm-reviews-v662 .bcm-reviews-v641-hero p{max-width:610px;margin:0 0 6px;font-size:15.5px;line-height:1.42;} .bcm-reviews-v662 .bcm-reviews-v641-google-note{margin-top:4px;padding:6px 11px;gap:7px;font-size:12.5px;} .bcm-reviews-v662 .bcm-reviews-v641-g{width:21px;height:21px;font-size:12px;}} @media (max-width:820px){.bcm-reviews-v662 .bcm-reviews-v641-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.89) 54%,rgba(255,255,255,.42) 100%),var(--bcm-reviews-hero);background-position:62% center;}} .bcm-imprint-v663{background:#fbfcfd;color:#17344d;padding-bottom:56px} .bcm-imprint-v663-hero{min-height:330px;background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 27%,rgba(255,255,255,.52) 48%,rgba(255,255,255,.12) 67%,rgba(255,255,255,0) 100%),var(--bcm-imprint-hero);background-size:cover;background-position:center 48%;display:flex;align-items:center} .bcm-imprint-v663-hero-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:48px 8px} .bcm-imprint-v663-eyebrow{margin:0 0 13px;color:#c99635;font-size:14px;font-weight:800;letter-spacing:.09em;text-transform:uppercase} .bcm-imprint-v663-hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5vw,68px);line-height:1.05;font-weight:500;letter-spacing:.01em;color:#17344d} .bcm-imprint-v663-anchor{display:flex;align-items:center;gap:12px;width:230px;margin:17px 0 18px;color:#c99635}.bcm-imprint-v663-anchor span{height:1px;background:#c99635;flex:1}.bcm-imprint-v663-anchor b{font-size:18px;font-weight:400} .bcm-imprint-v663-hero p{max-width:610px;margin:0;color:#304861;font-size:17px;line-height:1.6} .bcm-imprint-v663-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding-top:30px} .bcm-imprint-v663-grid{display:grid;grid-template-columns:1fr 1.08fr 1.22fr;background:#fff;border:1px solid #e5e9ec;border-radius:8px;box-shadow:0 10px 30px rgba(18,44,68,.035);overflow:hidden} .bcm-imprint-v663-column{padding:30px 34px 32px;min-width:0} .bcm-imprint-v663-column+.bcm-imprint-v663-column{border-left:1px solid #e4e8eb} .bcm-imprint-v663-block{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #e7ebee}.bcm-imprint-v663-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0} .bcm-imprint-v663-title-row{display:flex;align-items:flex-start;gap:11px;margin-bottom:14px} .bcm-imprint-v663-title-row h2{margin:2px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.28;font-weight:500;color:#bd8520} .bcm-imprint-v663-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;color:#c99635} .bcm-imprint-v663-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round} .bcm-imprint-v663-block p{margin:0;color:#304861;font-size:15px;line-height:1.65}.bcm-imprint-v663-block p strong{font-weight:700;color:#17344d} .bcm-imprint-v663-block a{color:#17344d;text-decoration:none}.bcm-imprint-v663-block a:hover{text-decoration:underline} .bcm-imprint-v663-note{display:flex;align-items:flex-start;gap:11px;margin-top:26px;padding:16px 17px;background:#f7f9fa;border-left:2px solid #c99635;border-radius:3px} .bcm-imprint-v663-note>span{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;flex:0 0 21px;border:1px solid #c99635;border-radius:50%;color:#bd8520;font-family:Georgia,serif;font-style:italic;font-weight:700} .bcm-imprint-v663-note p{margin:0;color:#5a6875;font-size:13px;line-height:1.55} @media(max-width:1000px){.bcm-imprint-v663-grid{grid-template-columns:1fr 1fr}.bcm-imprint-v663-column:nth-child(3){grid-column:1/-1;border-left:0;border-top:1px solid #e4e8eb}.bcm-imprint-v663-hero{min-height:300px}} @media(max-width:700px){.bcm-imprint-v663{padding-bottom:40px}.bcm-imprint-v663-hero{min-height:270px;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.5)),var(--bcm-imprint-hero);background-position:65% center}.bcm-imprint-v663-hero-inner,.bcm-imprint-v663-content{width:min(100% - 24px,1240px)}.bcm-imprint-v663-hero-inner{padding:34px 0}.bcm-imprint-v663-eyebrow{font-size:12px}.bcm-imprint-v663-hero h1{font-size:40px}.bcm-imprint-v663-hero p{font-size:15px}.bcm-imprint-v663-anchor{width:180px}.bcm-imprint-v663-content{padding-top:18px}.bcm-imprint-v663-grid{grid-template-columns:1fr}.bcm-imprint-v663-column{padding:24px 20px}.bcm-imprint-v663-column+.bcm-imprint-v663-column{border-left:0;border-top:1px solid #e4e8eb}.bcm-imprint-v663-column:nth-child(3){grid-column:auto}.bcm-imprint-v663-title-row h2{font-size:18px}.bcm-imprint-v663-block p{font-size:14px}} .bcm-privacy-v664{background:#fbfcfd;color:#17344d;padding-bottom:58px;scroll-behavior:smooth} .bcm-privacy-v664-hero{min-height:330px;background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 27%,rgba(255,255,255,.52) 48%,rgba(255,255,255,.12) 67%,rgba(255,255,255,0) 100%),var(--bcm-privacy-hero);background-size:cover;background-position:center 48%;display:flex;align-items:center} .bcm-privacy-v664-hero-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:48px 8px} .bcm-privacy-v664-eyebrow{margin:0 0 13px;color:#c99635;font-size:14px;font-weight:800;letter-spacing:.09em;text-transform:uppercase} .bcm-privacy-v664-hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5vw,68px);line-height:1.05;font-weight:500;letter-spacing:.01em;color:#17344d} .bcm-privacy-v664-anchor{display:flex;align-items:center;gap:12px;width:230px;margin:17px 0 18px;color:#c99635}.bcm-privacy-v664-anchor span{height:1px;background:#c99635;flex:1}.bcm-privacy-v664-anchor b{font-size:18px;font-weight:400} .bcm-privacy-v664-hero p{max-width:610px;margin:0;color:#304861;font-size:17px;line-height:1.6} .bcm-privacy-v664-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding-top:30px} .bcm-privacy-v664-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start} .bcm-privacy-v664-nav{position:sticky;top:118px;background:#fff;border:1px solid #e5e9ec;border-radius:8px;box-shadow:0 10px 30px rgba(18,44,68,.035);padding:22px 20px} .bcm-privacy-v664-nav-title{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:#bd8520;margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid #e6eaed} .bcm-privacy-v664-nav a{display:flex;gap:10px;align-items:baseline;padding:7px 0;color:#304861;text-decoration:none;font-size:13px;line-height:1.35;transition:color .2s ease,transform .2s ease}.bcm-privacy-v664-nav a span{color:#c99635;font-size:10px;letter-spacing:.08em;font-weight:700}.bcm-privacy-v664-nav a:hover{color:#bd8520;transform:translateX(2px)} .bcm-privacy-v664-main{display:grid;gap:16px;min-width:0} .bcm-privacy-v664-card{scroll-margin-top:130px;background:#fff;border:1px solid #e5e9ec;border-radius:8px;box-shadow:0 10px 30px rgba(18,44,68,.035);padding:26px 30px} .bcm-privacy-v664-section-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:14px}.bcm-privacy-v664-section-head>div{min-width:0}.bcm-privacy-v664-number{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border:1px solid rgba(201,150,53,.55);border-radius:50%;color:#bd8520;font-size:11px;font-weight:800;letter-spacing:.04em;margin-top:1px} .bcm-privacy-v664-kicker{color:#c99635;font-size:10px;font-weight:800;letter-spacing:.09em;margin-bottom:2px} .bcm-privacy-v664-card h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.3;font-weight:500;color:#bd8520} .bcm-privacy-v664-card p{margin:0;color:#304861;font-size:14px;line-height:1.72}.bcm-privacy-v664-card p+p{margin-top:12px}.bcm-privacy-v664-card strong{color:#17344d}.bcm-privacy-v664-card a{color:#17344d;text-decoration:none}.bcm-privacy-v664-card a:hover{text-decoration:underline} .bcm-privacy-v664-card-contact{padding:29px 30px}.bcm-privacy-v664-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-top:3px}.bcm-privacy-v664-contact-grid p+p{margin-top:0}.bcm-privacy-v664-contact-grid p:first-child{padding-right:28px;border-right:1px solid #e7ebee} .bcm-privacy-v664-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bcm-privacy-v664-two-col .bcm-privacy-v664-card{height:100%} .bcm-privacy-v664-final{border-left:3px solid #c99635} @media(max-width:1000px){.bcm-privacy-v664-layout{grid-template-columns:1fr}.bcm-privacy-v664-nav{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:0 18px;padding:18px 20px}.bcm-privacy-v664-nav-title{grid-column:1/-1}.bcm-privacy-v664-hero{min-height:300px}} @media(max-width:760px){.bcm-privacy-v664{padding-bottom:40px}.bcm-privacy-v664-hero{min-height:270px;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.5)),var(--bcm-privacy-hero);background-position:65% center}.bcm-privacy-v664-hero-inner,.bcm-privacy-v664-content{width:min(100% - 24px,1240px)}.bcm-privacy-v664-hero-inner{padding:34px 0}.bcm-privacy-v664-eyebrow{font-size:12px}.bcm-privacy-v664-hero h1{font-size:39px}.bcm-privacy-v664-hero p{font-size:15px}.bcm-privacy-v664-anchor{width:180px}.bcm-privacy-v664-content{padding-top:18px}.bcm-privacy-v664-nav{grid-template-columns:1fr 1fr}.bcm-privacy-v664-card{padding:22px 20px}.bcm-privacy-v664-two-col,.bcm-privacy-v664-contact-grid{grid-template-columns:1fr}.bcm-privacy-v664-contact-grid{gap:12px}.bcm-privacy-v664-contact-grid p:first-child{padding:0 0 12px;border-right:0;border-bottom:1px solid #e7ebee}.bcm-privacy-v664-card h2{font-size:19px}.bcm-privacy-v664-card p{font-size:13.5px;line-height:1.68}} @media(max-width:480px){.bcm-privacy-v664-nav{grid-template-columns:1fr}.bcm-privacy-v664-section-head{gap:10px}.bcm-privacy-v664-number{min-width:32px;height:32px}.bcm-privacy-v664-card{padding:20px 17px}} .bcm-searchreq-v665-consents{display:grid;gap:10px;max-width:760px} .bcm-searchreq-v665-newsletter{opacity:.96} .bcm-legal-consent{display:flex;gap:10px;align-items:flex-start;margin:12px 0 14px;font-size:13px;line-height:1.45;color:#31495b} .bcm-legal-consent input{margin-top:3px;flex:0 0 auto} .bcm-legal-consent a{color:#173e5a;text-decoration:underline;text-underline-offset:2px} .bcm-review-disclosure{max-width:980px;margin:26px auto 4px;padding:14px 18px;border:1px solid rgba(27,66,91,.14);border-radius:10px;background:#f8fafb;color:#536672;font-size:13px;line-height:1.55;text-align:center} .bcm-ranking-note{display:block;margin-top:4px;font-size:12px;font-weight:400;color:#6d7d87;letter-spacing:0} .bcm-lead-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important} .bcm-privacy-v665-unsub{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid rgba(27,66,91,.12)} .bcm-privacy-v665-unsub label:not(.bcm-lead-honeypot){display:grid;gap:6px;min-width:min(100%,320px);font-size:13px;font-weight:600;color:#173e5a} .bcm-privacy-v665-unsub input[type=email]{min-height:44px;border:1px solid rgba(27,66,91,.22);border-radius:6px;padding:8px 11px;background:#fff} .bcm-privacy-v665-unsub button{min-height:44px;border:1px solid #c99537;border-radius:6px;padding:9px 16px;background:#173e5a;color:#fff;font-weight:700;cursor:pointer} .bcm-privacy-v665-status{margin-top:14px;padding:10px 12px;border-radius:6px;background:#eef4f6;color:#274859;font-size:13px;line-height:1.45} .bcm-privacy-v665-status.is-success{background:#edf6ef;color:#285c34}.bcm-privacy-v665-status.is-error{background:#fff1f1;color:#8a2d2d} @media (max-width:760px){.bcm-review-disclosure{margin-left:16px;margin-right:16px}.bcm-ranking-note{margin-top:6px}} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(1120px,calc(100% - 22px))!important;grid-template-columns:minmax(250px,1.5fr) minmax(150px,.8fr) minmax(175px,.95fr) auto!important;} .bcm-freetext-searchbox{grid-template-columns:minmax(220px,.35fr) minmax(0,1.65fr);} .bcm-freetext-searchform{grid-template-columns:minmax(240px,1.5fr) minmax(145px,.72fr) minmax(175px,.9fr) auto;align-items:stretch;} .bcm-freetext-searchform input,.bcm-freetext-searchform select{min-height:50px;height:50px;padding:0 14px;border:1px solid #d4dde3;background:#fff;color:#455965;font:inherit;border-radius:0;box-sizing:border-box;} .bcm-freetext-searchform select{cursor:pointer;} .bcm-filtered-directory-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;} .bcm-active-filter-label{font-size:13px;color:#536775;font-weight:700;} @media(max-width:1050px){.bcm-freetext-searchbox{grid-template-columns:1fr} .bcm-freetext-searchform{grid-template-columns:1fr 1fr} .bcm-freetext-searchform .btn{width:100%}} @media(max-width:620px){body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{grid-template-columns:1fr!important;} .bcm-freetext-searchform{grid-template-columns:1fr} .bcm-freetext-searchform input,.bcm-freetext-searchform select,.bcm-freetext-searchform .btn{width:100%}} .bcm-used-boats-page .bcm-search-card-v668{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);grid-template-areas:"copy form" "benefits benefits";gap:0 42px;overflow:hidden;margin:0 0 30px;padding:42px 44px 0;border:1px solid rgba(23,52,77,.10);border-radius:14px;background:#fff;box-shadow:0 10px 32px rgba(20,48,69,.08);} .bcm-used-boats-page .bcm-search-v668-bg{position:absolute;z-index:-2;inset:0 0 84px 41%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 12%,rgba(255,255,255,.76) 38%,rgba(255,255,255,.25) 74%),url('../images/bcm-start-motoryacht-sunset-wide.webp') center right/cover no-repeat;opacity:.48;pointer-events:none;} .bcm-used-boats-page .bcm-search-card-v668::after{content:"";position:absolute;z-index:-1;inset:0 0 84px 0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 31%,rgba(255,255,255,.72) 58%,rgba(255,255,255,.30) 100%);pointer-events:none;} .bcm-used-boats-page .bcm-search-v668-copy{grid-area:copy;padding:3px 0 34px;align-self:start} .bcm-used-boats-page .bcm-search-v668-eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 22px;color:#bd8b31;font-size:13px;font-weight:800;letter-spacing:.12em} .bcm-used-boats-page .bcm-search-v668-eyebrow::before{content:"";width:24px;height:1px;background:#c99537} .bcm-used-boats-page .bcm-search-v668-eyebrow span{font-size:16px;line-height:1} .bcm-used-boats-page .bcm-search-v668-copy h2{margin:0;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,3.25vw,50px);font-weight:500;line-height:1.06;letter-spacing:-.025em} .bcm-used-boats-page .bcm-search-v668-line{width:46px;height:2px;margin:24px 0 22px;background:#c99537} .bcm-used-boats-page .bcm-search-v668-copy p{max-width:330px;margin:0;color:#4f6474;font-size:15px;line-height:1.75} .bcm-used-boats-page .bcm-search-v668-form{grid-area:form;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(390px,1.1fr);gap:22px 18px;align-content:start;padding:10px 0 34px} .bcm-used-boats-page .bcm-search-v668-field{min-width:0;margin:0;padding:0;border:0} .bcm-used-boats-page .bcm-search-v668-field>label,.bcm-used-boats-page .bcm-search-v668-field>legend{display:block;margin:0 0 9px;padding:0;color:#17344d;font-size:12px;font-weight:800;letter-spacing:.075em} .bcm-used-boats-page .bcm-search-v668-query{grid-column:1/2} .bcm-used-boats-page .bcm-search-v668-length{grid-column:2/3} .bcm-used-boats-page .bcm-search-v668-price{grid-column:1/3} .bcm-used-boats-page .bcm-search-v668-inputwrap{position:relative} .bcm-used-boats-page .bcm-search-v668-inputwrap input{width:100%;height:58px!important;min-height:58px!important;padding:0 17px 0 48px!important;border:1px solid #cfd9e0!important;border-radius:6px!important;background:rgba(255,255,255,.94)!important;color:#17344d!important;box-shadow:0 1px 2px rgba(23,52,77,.03);font-size:15px!important;transition:border-color .18s,box-shadow .18s} .bcm-used-boats-page .bcm-search-v668-inputwrap input:focus{outline:0;border-color:#c99537!important;box-shadow:0 0 0 3px rgba(201,149,55,.12)} .bcm-used-boats-page .bcm-search-v668-searchicon{position:absolute;left:18px;top:50%;width:16px;height:16px;border:2px solid #17344d;border-radius:50%;transform:translateY(-55%);opacity:.9;pointer-events:none} .bcm-used-boats-page .bcm-search-v668-searchicon::after{content:"";position:absolute;right:-6px;bottom:-4px;width:7px;height:2px;background:#17344d;transform:rotate(45deg);transform-origin:left center;border-radius:2px} .bcm-used-boats-page .bcm-search-v668-options{display:grid;gap:4px} .bcm-used-boats-page .bcm-search-v668-options-length{grid-template-columns:repeat(3,minmax(0,1fr))} .bcm-used-boats-page .bcm-search-v668-options-price{grid-template-columns:repeat(5,minmax(0,1fr))} .bcm-used-boats-page .bcm-search-v668-option{position:relative;display:block;cursor:pointer;min-width:0} .bcm-used-boats-page .bcm-search-v668-option input{position:absolute;opacity:0;pointer-events:none} .bcm-used-boats-page .bcm-search-v668-option span{position:relative;display:flex;min-height:58px;box-sizing:border-box;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:8px 10px;border:1px solid #cfd9e0;border-radius:6px;background:rgba(255,255,255,.94);color:#17344d;text-align:center;transition:.18s ease;box-shadow:0 1px 2px rgba(23,52,77,.02)} .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option span{min-height:58px} .bcm-used-boats-page .bcm-search-v668-option strong{font-size:13px;line-height:1.25;font-weight:750;white-space:nowrap} .bcm-used-boats-page .bcm-search-v668-option small{color:#7c8d99;font-size:10px;line-height:1.2} .bcm-used-boats-page .bcm-search-v668-option:hover span{border-color:#b8c4cc;background:#fff;transform:translateY(-1px)} .bcm-used-boats-page .bcm-search-v668-option input:focus-visible+span{outline:2px solid rgba(201,149,55,.35);outline-offset:2px} .bcm-used-boats-page .bcm-search-v668-option input:checked+span{border-color:#c99537;background:#fffdf9;box-shadow:inset 0 0 0 1px rgba(201,149,55,.16),0 3px 10px rgba(23,52,77,.05)} .bcm-used-boats-page .bcm-search-v668-option input:checked+span::after{content:"✓";position:absolute;right:7px;top:7px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#c99537;color:#fff;font-size:11px;font-weight:900;line-height:1} .bcm-used-boats-page .bcm-search-v668-option input:checked+span small{color:#ae7e2d} .bcm-used-boats-page .bcm-search-v668-actions{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:1px} .bcm-used-boats-page .bcm-search-v668-reset{display:inline-flex;align-items:center;gap:8px;color:#17344d;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap} .bcm-used-boats-page .bcm-search-v668-reset span{font-size:19px;font-weight:400} .bcm-used-boats-page .bcm-search-v668-reset:hover{text-decoration:underline;text-underline-offset:3px} .bcm-used-boats-page .bcm-search-v668-submit{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;min-width:218px;height:54px!important;min-height:54px!important;padding:0 26px!important;border:1px solid #c99537!important;border-radius:6px!important;background:#17344d!important;color:#fff!important;font-size:14px!important;font-weight:800!important;letter-spacing:.01em;box-shadow:0 5px 14px rgba(23,52,77,.12);transition:.18s ease} .bcm-used-boats-page .bcm-search-v668-submit span{color:#d5a349;font-size:20px;line-height:1} .bcm-used-boats-page .bcm-search-v668-submit:hover{background:#0f2c43!important;transform:translateY(-1px)} .bcm-used-boats-page .bcm-search-v668-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(3,1fr);margin:0 -44px;padding:18px 44px;border-top:1px solid rgba(23,52,77,.09);background:rgba(255,255,255,.92)} .bcm-used-boats-page .bcm-search-v668-benefit{display:flex;align-items:center;justify-content:center;gap:13px;min-width:0;padding:2px 26px} .bcm-used-boats-page .bcm-search-v668-benefit:not(:last-child){border-right:1px solid rgba(23,52,77,.10)} .bcm-used-boats-page .bcm-search-v668-benefit>span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid #c99537;border-radius:50%;color:#bd8b31;font-size:16px;font-weight:800} .bcm-used-boats-page .bcm-search-v668-benefit p{margin:0;color:#17344d;font-size:13px;line-height:1.35} .bcm-used-boats-page .bcm-search-v668-benefit strong{display:block;font-size:13px} .bcm-used-boats-page .bcm-search-v668-benefit small{display:block;margin-top:2px;color:#6f808c;font-size:10.5px} @media(max-width:1180px){.bcm-used-boats-page .bcm-search-card-v668{grid-template-columns:230px minmax(0,1fr);gap:0 28px;padding:34px 30px 0} .bcm-used-boats-page .bcm-search-v668-form{grid-template-columns:minmax(230px,.8fr) minmax(350px,1.2fr)} .bcm-used-boats-page .bcm-search-v668-benefits{margin:0 -30px;padding-left:30px;padding-right:30px} .bcm-used-boats-page .bcm-search-v668-options-price{grid-template-columns:repeat(3,minmax(0,1fr))}} @media(max-width:940px){.bcm-used-boats-page .bcm-search-card-v668{grid-template-columns:1fr;grid-template-areas:"copy" "form" "benefits";gap:0;padding:30px 28px 0} .bcm-used-boats-page .bcm-search-v668-bg{inset:0 0 84px 48%;opacity:.35} .bcm-used-boats-page .bcm-search-card-v668::after{inset:0 0 84px 0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 52%,rgba(255,255,255,.64) 100%)} .bcm-used-boats-page .bcm-search-v668-copy{padding-bottom:25px} .bcm-used-boats-page .bcm-search-v668-copy h2 br{display:none} .bcm-used-boats-page .bcm-search-v668-copy p{max-width:650px} .bcm-used-boats-page .bcm-search-v668-form{padding-top:0;grid-template-columns:1fr 1.25fr} .bcm-used-boats-page .bcm-search-v668-benefits{margin:0 -28px;padding-left:22px;padding-right:22px}} @media(max-width:720px){.bcm-used-boats-page .bcm-search-card-v668{margin-left:-2px;margin-right:-2px;padding:24px 18px 0;border-radius:10px} .bcm-used-boats-page .bcm-search-v668-bg{display:none} .bcm-used-boats-page .bcm-search-card-v668::after{display:none} .bcm-used-boats-page .bcm-search-v668-copy h2{font-size:34px} .bcm-used-boats-page .bcm-search-v668-form{grid-template-columns:1fr;gap:17px} .bcm-used-boats-page .bcm-search-v668-query,.bcm-used-boats-page .bcm-search-v668-length,.bcm-used-boats-page .bcm-search-v668-price,.bcm-used-boats-page .bcm-search-v668-actions{grid-column:1} .bcm-used-boats-page .bcm-search-v668-options-price{grid-template-columns:1fr 1fr} .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{grid-column:1/-1} .bcm-used-boats-page .bcm-search-v668-actions{align-items:stretch;flex-direction:column-reverse} .bcm-used-boats-page .bcm-search-v668-submit{width:100%;min-width:0} .bcm-used-boats-page .bcm-search-v668-reset{justify-content:center} .bcm-used-boats-page .bcm-search-v668-benefits{grid-template-columns:1fr;margin:0 -18px;padding:10px 18px} .bcm-used-boats-page .bcm-search-v668-benefit{justify-content:flex-start;padding:11px 4px} .bcm-used-boats-page .bcm-search-v668-benefit:not(:last-child){border-right:0;border-bottom:1px solid rgba(23,52,77,.08)}} @media(max-width:430px){.bcm-used-boats-page .bcm-search-v668-options-length{grid-template-columns:1fr} .bcm-used-boats-page .bcm-search-v668-options-price{grid-template-columns:1fr} .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{grid-column:auto} .bcm-used-boats-page .bcm-search-v668-option span{min-height:52px}} body.home .hero .hero-links,body.home .bcm-kubio-home .hero .hero-links{display:none!important;} body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{width:min(1160px,calc(100% - 22px))!important;grid-template-columns:minmax(205px,1.05fr) minmax(145px,.72fr) minmax(170px,.86fr) auto!important;column-gap:9px!important;} body.home .home-search-strip .search-panel>input[type="text"],body.home .bcm-kubio-home .home-search-strip .search-panel>input[type="text"]{min-width:0!important;} @media(max-width:900px){body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{grid-template-columns:minmax(190px,1fr) minmax(135px,.72fr) minmax(155px,.82fr) auto!important;} body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{padding-left:16px!important;padding-right:16px!important;white-space:nowrap!important;}} @media(max-width:760px){body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{grid-template-columns:1fr 1fr!important;} body.home .home-search-strip .search-panel>input[type="text"],body.home .bcm-kubio-home .home-search-strip .search-panel>input[type="text"]{grid-column:1/-1!important;} body.home .home-search-strip .search-panel .btn,body.home .bcm-kubio-home .home-search-strip .search-panel .btn{grid-column:1/-1!important;width:100%!important;}} @media(max-width:520px){body.home .home-search-strip .search-panel,body.home .bcm-kubio-home .home-search-strip .search-panel{grid-template-columns:1fr!important;} body.home .home-search-strip .search-panel>*,body.home .bcm-kubio-home .home-search-strip .search-panel>*{grid-column:1!important;}} body.home .home-search-strip .search-panel.bcm-home-direct-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:min(980px,calc(100% - 28px))!important;margin:0 auto!important;padding:18px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>input[type="text"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>input[type="text"]{flex:1 1 auto!important;width:auto!important;min-width:0!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"]{flex:0 0 150px!important;width:150px!important;min-width:150px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"]{flex:0 0 180px!important;width:180px!important;min-width:180px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search .btn{flex:0 0 178px!important;width:178px!important;min-width:178px!important;padding-left:16px!important;padding-right:16px!important;white-space:nowrap!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search input[type="hidden"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search input[type="hidden"]{display:none!important;} @media(max-width:1080px){body.home .home-search-strip .search-panel.bcm-home-direct-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search{width:min(920px,calc(100% - 26px))!important;gap:8px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"]{flex-basis:138px!important;width:138px!important;min-width:138px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"]{flex-basis:168px!important;width:168px!important;min-width:168px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search .btn{flex-basis:166px!important;width:166px!important;min-width:166px!important;}} @media(max-width:760px){body.home .home-search-strip .search-panel.bcm-home-direct-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search{display:grid!important;grid-template-columns:1fr 1fr!important;width:min(100%,calc(100% - 18px))!important;gap:10px!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>input[type="text"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>input[type="text"]{grid-column:1/-1!important;width:100%!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_length"],body.home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"],body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>select[name="bcm_price_range"],body.home .home-search-strip .search-panel.bcm-home-direct-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search .btn{width:100%!important;min-width:0!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search .btn,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search .btn{grid-column:1/-1!important;}} @media(max-width:520px){body.home .home-search-strip .search-panel.bcm-home-direct-search,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search{grid-template-columns:1fr!important;} body.home .home-search-strip .search-panel.bcm-home-direct-search>*,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>*{grid-column:1!important;}} .bcm-yc-v634-form-wrap{padding-top:44px} .bcm-yc-v634-form-card{width:min(1240px,calc(100% - 40px));padding:28px 34px 34px;border-radius:12px;box-shadow:0 12px 30px rgba(23,49,74,.055);} .bcm-yc-v634-form-head{gap:24px;padding-bottom:0;margin-bottom:22px;border-bottom:0;} .bcm-yc-v634-form-head .bcm-yc-v633-video-eyebrow{margin-bottom:8px;font-size:12px;line-height:1.3;letter-spacing:.085em;} .bcm-yc-v634-form-head h2{margin:0 0 6px;font-size:24px;line-height:1.2;font-weight:600;} .bcm-yc-v634-form-head p{max-width:800px;margin:0;font-size:14px;line-height:1.55;} .bcm-yc-v634-form-safe{gap:8px;padding:9px 11px;border-radius:7px;font-size:12px;} .bcm-yc-v634-fields{gap:18px} .bcm-yc-v634-fields-contact{margin-bottom:18px} .bcm-yc-v634-form label>span,.bcm-yc-v634-fieldset legend,.bcm-yc-v634-upload>label>strong{margin-bottom:7px;font-size:12px;} .bcm-yc-v634-form input[type=text],.bcm-yc-v634-form input[type=email],.bcm-yc-v634-form input[type=tel],.bcm-yc-v634-form textarea{min-height:47px;padding:10px 13px;border-radius:5px;font-size:13px;} .bcm-yc-v634-form textarea{min-height:92px} .bcm-yc-v634-fieldset{margin-bottom:18px} .bcm-yc-v634-fieldset legend{margin-bottom:10px} .bcm-yc-v634-choice-grid{gap:10px} .bcm-yc-v634-choice-grid label>span{min-height:47px;padding:9px 12px;border-radius:5px;font-size:13px;} .bcm-yc-v634-upload{margin-bottom:18px;padding:16px;border-radius:7px;} .bcm-yc-v634-upload label small{margin-top:4px;font-size:12px;line-height:1.5;} .bcm-yc-v634-upload input[type=file]{margin-top:10px;font-size:13px} .bcm-yc-v634-file-help{margin-top:6px;font-size:11px} .bcm-yc-v634-notes{margin-bottom:18px} .bcm-yc-v634-consent{gap:9px;margin-bottom:18px;font-size:11.5px;line-height:1.5;} .bcm-yc-v634-consent span{font-size:11.5px!important} .bcm-yc-v634-submit{min-height:47px;padding:0 22px;border-radius:5px;font-size:12px;} @media(max-width:1000px){.bcm-yc-v634-form-head{gap:14px}} @media(max-width:700px){.bcm-yc-v634-form-card{width:min(100% - 24px,1240px);padding:22px 17px 26px;} .bcm-yc-v634-form-head{margin-bottom:18px} .bcm-yc-v634-form-head h2{font-size:23px} .bcm-yc-v634-form-head p{font-size:14px} .bcm-yc-v634-form input[type=text],.bcm-yc-v634-form input[type=email],.bcm-yc-v634-form input[type=tel],.bcm-yc-v634-form textarea{min-height:46px;font-size:13px} .bcm-yc-v634-choice-grid label>span{min-height:46px} .bcm-yc-v634-submit{min-height:47px}} .bcm-used-boats-page .bcm-sorting-info-v673{position:relative;width:max-content;max-width:100%;margin:0 0 12px auto;color:#536775;font-size:12px;} .bcm-used-boats-page .bcm-sorting-info-v673 summary{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 9px;border:1px solid rgba(23,52,77,.12);border-radius:999px;background:#fff;color:#536775;font-weight:700;cursor:pointer;list-style:none;transition:border-color .18s ease,color .18s ease,background .18s ease;} .bcm-used-boats-page .bcm-sorting-info-v673 summary::-webkit-details-marker{display:none} .bcm-used-boats-page .bcm-sorting-info-v673 summary span{color:#bd8b31;font-size:14px;line-height:1} .bcm-used-boats-page .bcm-sorting-info-v673 summary:hover,.bcm-used-boats-page .bcm-sorting-info-v673[open] summary{border-color:rgba(201,149,55,.55);background:#fffdf9;color:#17344d;} .bcm-used-boats-page .bcm-sorting-info-v673-panel{position:absolute;z-index:20;top:calc(100%+7px);right:0;width:min(390px,calc(100vw - 36px));box-sizing:border-box;padding:12px 14px;border:1px solid rgba(23,52,77,.13);border-radius:8px;background:#fff;box-shadow:0 9px 25px rgba(23,52,77,.11);color:#536775;font-size:12px;font-weight:400;line-height:1.55;} @media(max-width:620px){.bcm-used-boats-page .bcm-sorting-info-v673{margin:0 0 10px 0} .bcm-used-boats-page .bcm-sorting-info-v673-panel{left:0;right:auto;width:min(390px,calc(100vw - 28px))}} .bcm-used-boats-page .bcm-feed-search-head{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px 10px!important;} .bcm-used-boats-page .bcm-feed-count-v674{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap;} .bcm-used-boats-page .bcm-sorting-info-v674{margin:0!important;width:max-content;} .bcm-used-boats-page .bcm-sorting-info-v674 summary{min-height:28px;padding:3px 8px;} @media(max-width:620px){.bcm-used-boats-page .bcm-feed-search-head{align-items:center!important;justify-content:center!important;gap:7px 8px!important;} .bcm-used-boats-page .bcm-sorting-info-v674{margin:0!important;} .bcm-used-boats-page .bcm-sorting-info-v674 .bcm-sorting-info-v673-panel{left:50%;right:auto;transform:translateX(-50%);}} body.home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete{position:relative;flex:1 1 auto!important;min-width:0!important;align-self:stretch;} body.home .bcm-home-autocomplete>input{display:block;width:100%!important;min-width:0!important;height:48px;box-sizing:border-box;} body.home .bcm-home-autocomplete-menu{position:absolute;z-index:80;top:calc(100%+6px);left:0;right:0;overflow:hidden;border:1px solid rgba(23,52,77,.15);border-radius:7px;background:#fff;box-shadow:0 14px 34px rgba(20,48,69,.16);} body.home .bcm-home-autocomplete-menu[hidden]{display:none!important} body.home .bcm-home-autocomplete-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:43px;padding:8px 12px;border:0;border-bottom:1px solid rgba(23,52,77,.07);background:#fff;color:#17344d;font:inherit;text-align:left;cursor:pointer;} body.home .bcm-home-autocomplete-option:last-child{border-bottom:0} body.home .bcm-home-autocomplete-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700} body.home .bcm-home-autocomplete-option small{flex:0 0 auto;color:#a3772e;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase} body.home .bcm-home-autocomplete-option:hover,body.home .bcm-home-autocomplete-option.is-active{background:#f7f4ed;color:#102f47} .bcm-used-boats-page .bcm-offer-trust-v675{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px 12px;margin:9px 0 18px;padding:8px 14px;border-top:1px solid rgba(23,52,77,.08);border-bottom:1px solid rgba(23,52,77,.08);color:#536775;font-size:11px;font-weight:650;letter-spacing:.015em;} .bcm-used-boats-page .bcm-offer-trust-v675 span{white-space:nowrap} .bcm-used-boats-page .bcm-offer-trust-v675 i{color:#bd8b31;font-style:normal;font-size:15px;line-height:1} .bcm-used-boats-page .bcm-no-results-v675{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin:20px 0 28px;padding:24px 26px;border:1px solid rgba(201,149,55,.34);border-radius:10px;background:linear-gradient(105deg,#fff 0%,#fbfaf6 100%);box-shadow:0 7px 22px rgba(20,48,69,.06);} .bcm-used-boats-page .bcm-no-results-v675-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid #c99537;border-radius:50%;color:#b4812c;font-size:23px;line-height:1;} .bcm-used-boats-page .bcm-no-results-v675-copy>span{display:block;margin:0 0 3px;color:#b4812c;font-size:9px;font-weight:850;letter-spacing:.13em} .bcm-used-boats-page .bcm-no-results-v675-copy h3{margin:0 0 3px;color:#17344d;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;line-height:1.2} .bcm-used-boats-page .bcm-no-results-v675-copy p{margin:0;color:#5c6f7b;font-size:13px;line-height:1.5} .bcm-used-boats-page .bcm-no-results-v675-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;min-height:46px!important;padding:0 17px!important;border:1px solid #c99537!important;border-radius:5px!important;background:#17344d!important;color:#fff!important;font-size:12px!important;font-weight:800!important;white-space:nowrap;} .bcm-used-boats-page .bcm-no-results-v675-btn span{color:#d4a247;font-size:17px} @media(max-width:760px){body.home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete{grid-column:1/-1!important;width:100%!important;} .bcm-used-boats-page .bcm-offer-trust-v675{gap:3px 8px;margin-top:7px;font-size:10.5px} .bcm-used-boats-page .bcm-no-results-v675{grid-template-columns:auto 1fr;padding:20px 18px;gap:13px} .bcm-used-boats-page .bcm-no-results-v675-btn{grid-column:1/-1;width:100%;margin-top:2px}} @media(max-width:520px){body.home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete,body.home .bcm-kubio-home .home-search-strip .search-panel.bcm-home-direct-search>.bcm-home-autocomplete{grid-column:1!important;} .bcm-used-boats-page .bcm-offer-trust-v675 i{display:none} .bcm-used-boats-page .bcm-offer-trust-v675{flex-direction:column;gap:4px;padding:9px 10px} .bcm-used-boats-page .bcm-no-results-v675-icon{width:42px;height:42px;font-size:20px} .bcm-used-boats-page .bcm-no-results-v675-copy h3{font-size:20px}} .bcm-offer-trust-v675{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:7px 14px!important;margin:12px 0 20px!important;padding:11px 16px!important;border:1px solid rgba(201,149,55,.28)!important;border-radius:8px!important;background:#fbf8f2!important;color:#17344d!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:.01em!important;line-height:1.35!important;box-shadow:0 3px 12px rgba(20,48,69,.035)!important;} .bcm-offer-trust-v675 span{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important;} .bcm-offer-trust-v675 span::before{content:"✓";display:grid;place-items:center;width:17px;height:17px;flex:0 0 17px;border:1px solid #c99537;border-radius:50%;color:#b7832f;background:#fff;font-size:10px;font-weight:900;line-height:1;} .bcm-offer-trust-v675 i{color:#c99537!important;font-style:normal!important;font-size:15px!important;line-height:1!important;} @media(max-width:760px){.bcm-offer-trust-v675{gap:7px 10px!important;margin:10px 0 16px!important;padding:10px 12px!important;font-size:11.5px!important;}} @media(max-width:560px){.bcm-offer-trust-v675{align-items:flex-start!important;flex-direction:column!important;gap:7px!important;} .bcm-offer-trust-v675 i{display:none!important;}}
/* V7.0.7 – intelligente Ähnliche Yachten */
.bcm-v707-similar .bcm-v607-related-head>div>p{margin:-12px 0 18px;color:#6d7e89;font-size:13px;line-height:1.45}
.bcm-v707-similar .bcm-v607-related-card{display:block;color:inherit}
.bcm-v707-similar-facts{display:flex;flex-wrap:wrap;gap:7px 12px;margin:0 0 10px;color:#607582;font-size:11.5px}
.bcm-v707-similar-facts span+span:before{content:"·";margin-right:12px;color:#b7812b}
.bcm-v707-similar-reasons{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 9px}
.bcm-v707-similar-reasons em{font-style:normal;font-size:10px;font-weight:800;color:#9a702d;background:#fbf7ee;border:1px solid rgba(183,129,43,.24);border-radius:999px;padding:4px 7px}
.bcm-v707-similar .bcm-v607-related-copy p{min-height:0;margin-bottom:12px}
.bcm-v707-similar-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #edf0f2}
.bcm-v707-similar-bottom strong{display:block!important;text-align:left!important;font-size:15px!important}
.bcm-v707-similar-bottom b{font-size:10.5px;color:#b7812b;white-space:nowrap}
@media(max-width:760px){.bcm-v707-similar .bcm-v607-related-head>div>p{margin:-10px 0 14px}.bcm-v707-similar-bottom{align-items:flex-start;flex-direction:column;gap:5px}}

/* V7.0.8 – Neu im Angebot zusätzlich unter Ähnliche Yachten */
.bcm-v708-newest{margin-top:34px}
.bcm-v708-newest .bcm-v607-related-head>div>p{margin:-12px 0 18px;color:#6d7e89;font-size:13px;line-height:1.45}
.bcm-v708-newest .bcm-v607-related-card{display:block;color:inherit}
.bcm-v708-newest .bcm-v607-related-img{position:relative}
.bcm-v708-new-badge{position:absolute;left:10px;top:10px;z-index:2;padding:5px 8px;border-radius:6px;background:#173e5a;color:#fff;font-style:normal;font-size:10px;font-weight:800;letter-spacing:.08em}
@media(max-width:760px){.bcm-v708-newest{margin-top:26px}.bcm-v708-newest .bcm-v607-related-head>div>p{margin:-10px 0 14px}}


/* V7.0.9 – Detailseite: elegante Kombination aus ähnlichen + neuesten Angeboten */
.bcm-v709-interest{margin:34px 0 0;padding:30px 0 4px;border-top:1px solid #e5eaee}
.bcm-v709-interest-title{text-align:center;margin:0 auto 22px;max-width:760px}
.bcm-v709-interest-anchor{display:inline-block;position:relative;color:#b88b3d;font-size:18px;line-height:1;margin-bottom:5px}
.bcm-v709-interest-anchor:before,.bcm-v709-interest-anchor:after{content:"";position:absolute;top:50%;width:48px;height:1px;background:#d8c39b}
.bcm-v709-interest-anchor:before{right:calc(100% + 10px)}.bcm-v709-interest-anchor:after{left:calc(100% + 10px)}
.bcm-v709-interest-title h2{margin:0;color:#17344d;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3.2vw,39px);font-weight:400;line-height:1.12}
.bcm-v709-interest-title p{margin:6px 0 0;color:#7b8b96;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.bcm-v709-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 10px}
.bcm-v709-section-head h3{margin:0;color:#17344d;font-family:Georgia,'Times New Roman',serif;font-size:19px;font-weight:400}
.bcm-v709-section-head a{color:#536775;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.bcm-v709-similar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bcm-v709-similar-card{display:block;overflow:hidden;border:1px solid #e2e7eb;border-radius:7px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 5px 16px rgba(22,49,73,.045);transition:.2s ease}
.bcm-v709-similar-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(22,49,73,.08)}
.bcm-v709-similar-img{position:relative;aspect-ratio:1.85/1;overflow:hidden;background:#fff}.bcm-v709-similar-img img{width:100%;height:100%;object-fit:cover}
.bcm-v709-similar-img>span{position:absolute;right:10px;top:9px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:#17344d;font-size:18px}
.bcm-v709-similar-copy{padding:10px 11px 11px}.bcm-v709-similar-copy h4{margin:0 0 8px;color:#17344d;font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:400;line-height:1.18}
.bcm-v709-similar-facts{display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;color:#536775;font-size:10.5px}.bcm-v709-similar-facts span+span{padding-left:12px;border-left:1px solid #e0e6ea}
.bcm-v709-details-btn{margin-top:10px;min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(90deg,#b68a3b,#c7a35d);color:#fff;font-size:9.5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.bcm-v709-newest-block{margin-top:16px;padding-top:13px;border-top:1px solid #e8ecef}.bcm-v709-section-head--new{margin-bottom:8px}
.bcm-v709-newest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bcm-v709-newest-card{min-width:0;display:grid;grid-template-columns:112px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:76px;padding:5px;border:1px solid #e7ebee;border-radius:7px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 3px 12px rgba(22,49,73,.035);transition:.2s ease}
.bcm-v709-newest-card:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(22,49,73,.07)}
.bcm-v709-newest-img{position:relative;width:112px;height:64px;overflow:hidden;border-radius:5px;background:#edf1f4}.bcm-v709-newest-img img{width:100%;height:100%;object-fit:cover}.bcm-v709-newest-img em{position:absolute;left:6px;top:6px;padding:3px 6px;border-radius:4px;background:#c19a53;color:#fff;font-style:normal;font-size:8px;font-weight:800;letter-spacing:.07em}
.bcm-v709-newest-copy{min-width:0}.bcm-v709-newest-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;color:#7b8b96;font-size:7.5px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.bcm-v709-newest-copy h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;color:#17344d;font-family:Georgia,'Times New Roman',serif;font-size:14px;font-weight:400}.bcm-v709-newest-copy>div{display:flex;gap:7px;color:#677986;font-size:9px}.bcm-v709-newest-copy>div span+span:before{content:"|";margin-right:7px;color:#bcc5cb}
.bcm-v709-newest-card>b{color:#17344d;font-size:24px;font-weight:400;line-height:1}
@media(max-width:900px){.bcm-v709-similar-grid,.bcm-v709-newest-grid{grid-template-columns:1fr}.bcm-v709-newest-card{grid-template-columns:110px minmax(0,1fr) 18px}.bcm-v709-section-head{align-items:flex-start}}
@media(max-width:620px){.bcm-v709-interest{margin-top:24px;padding-top:24px}.bcm-v709-interest-title{margin-bottom:18px}.bcm-v709-interest-title p{font-size:8.5px;letter-spacing:.14em}.bcm-v709-section-head{flex-direction:column;gap:2px}.bcm-v709-section-head a{font-size:9px}.bcm-v709-similar-copy h4{font-size:17px}.bcm-v709-newest-card{grid-template-columns:96px minmax(0,1fr) 16px}.bcm-v709-newest-img{width:96px;height:58px}.bcm-v709-newest-copy>div{font-size:8.5px;gap:5px}.bcm-v709-newest-copy>div span+span:before{margin-right:5px}}
.bcm-v709-newest-block{margin-top:24px!important;padding-top:18px!important}.bcm-v709-section-head--new{margin-bottom:12px!important}.bcm-v709-section-head--new h3{font-size:24px!important}.bcm-v709-newest-card{grid-template-columns:175px minmax(0,1fr) 24px!important;gap:16px!important;min-height:116px!important;padding:8px!important}.bcm-v709-newest-img{width:175px!important;height:100px!important}.bcm-v709-newest-img em{font-size:9px!important;padding:4px 7px!important}.bcm-v709-newest-copy small{font-size:9px!important;margin-bottom:4px!important}.bcm-v709-newest-copy h4{font-size:18px!important;margin-bottom:7px!important}.bcm-v709-newest-copy>div{font-size:11px!important;gap:9px!important}.bcm-v709-newest-card>b{font-size:30px!important}@media(max-width:900px){.bcm-v709-newest-card{grid-template-columns:155px minmax(0,1fr) 20px!important;min-height:106px!important}.bcm-v709-newest-img{width:155px!important;height:90px!important}}@media(max-width:620px){.bcm-v709-newest-card{grid-template-columns:120px minmax(0,1fr) 18px!important;min-height:82px!important}.bcm-v709-newest-img{width:120px!important;height:72px!important}.bcm-v709-newest-copy h4{font-size:16px!important}.bcm-v709-newest-copy>div{font-size:9.5px!important}}

/* V7.1.7 – Startseite Markenclaim: gleicher Luftabstand unter dem Claim wie oberhalb */
body.home .bcm-v717-brand-claim{
  margin-bottom:34px !important;
}
@media (max-width:700px){
  body.home .bcm-v717-brand-claim{
    margin-bottom:26px !important;
  }
}


/* V7.1.8 – Startseite Markenclaim sichtbar und mit ruhigem Abstand */
body.home .bcm-v717-brand-claim{
  display:block !important;
  margin:14px auto 34px !important;
  text-align:center !important;
  color:#17344d !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(22px,2.2vw,34px) !important;
  line-height:1.22 !important;
  font-weight:400 !important;
  max-width:1100px !important;
}
@media (max-width:700px){
  body.home .bcm-v717-brand-claim{
    margin:12px auto 26px !important;
    font-size:clamp(20px,5vw,28px) !important;
    padding:0 14px !important;
  }
}

/* V7.2.3 – Hinweis bei Hochformat-Fotos im Yacht-Slider */
.bcm-bv-slide .bcm-v723-portrait-note{
  display:none;
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:6;
  max-width:calc(100% - 36px);
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:6px;
  background:rgba(20,46,68,.78);
  color:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.18);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.25;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}
.bcm-bv-slide.is-active.is-portrait .bcm-v723-portrait-note{display:block;}
@media(max-width:620px){
  .bcm-bv-slide .bcm-v723-portrait-note{
    bottom:12px;
    max-width:calc(100% - 24px);
    padding:8px 10px;
    font-size:10.5px;
    white-space:normal;
  }
}


/* V7.2.4 – Yacht-Slider: Bilder vollständig anzeigen, ohne das Layout zu verändern */
.bcm-bv-slider-stage{
  background:#fff !important;
}
.bcm-bv-slide{
  background:#fff !important;
}
.bcm-bv-slide img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Der Hochformat-Hinweis ist nicht mehr nötig, da das Bild nun vollständig sichtbar ist. */
.bcm-v723-portrait-hint,
[data-bcm-portrait-hint]{
  display:none !important;
}

/* V7.2.7 – Startseite: Zusatztext unter Markenclaim und blauer Balken entfernt */
body.home .bcm-v727-brand-support{
  display:block !important;
  margin:18px auto 0 !important;
  max-width:1120px !important;
  text-align:center !important;
  color:#17344d !important;
  font-size:clamp(12px,1.15vw,16px) !important;
  line-height:1.7 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
}
body.home .cta{
  display:none !important;
}
@media (max-width:700px){
  body.home .bcm-v727-brand-support{
    padding:0 14px !important;
    margin-top:14px !important;
    font-size:clamp(11px,3vw,14px) !important;
    line-height:1.55 !important;
    letter-spacing:.08em !important;
  }
}


/* V7.2.8 – Startseite Markenbereich: einheitlicher Hintergrund, Text nur einmal */
body.home .bcm-v728-brand-section{
  background:#f3f6f8 !important;
  margin:0 !important;
  padding-top:26px !important;
  padding-bottom:30px !important;
}
body.home .bcm-v728-brand-section .bcm-v717-brand-claim{
  margin:10px auto 0 !important;
}
body.home .bcm-v728-brand-support{
  display:block !important;
  max-width:1120px !important;
  margin:26px auto 0 !important;
  padding:0 18px !important;
  text-align:center !important;
  color:#17344d !important;
  font-size:clamp(12px,1.15vw,16px) !important;
  line-height:1.7 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
  background:transparent !important;
}
@media(max-width:700px){
  body.home .bcm-v728-brand-section{
    padding-top:20px !important;
    padding-bottom:24px !important;
  }
  body.home .bcm-v728-brand-support{
    margin-top:18px !important;
    font-size:clamp(11px,3vw,14px) !important;
    line-height:1.55 !important;
    letter-spacing:.08em !important;
  }
}


/* V7.2.9 – Startseite: Markenbereich über ganze Breite, flüssig wie Newsletter */
body.home .bcm-v729-brand-outer{
  background:#f3f6f8 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
}
body.home .bcm-v729-brand-outer::before,
body.home .bcm-v729-brand-outer::after{
  display:none !important;
}
body.home .bcm-v729-brand-transparent{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
body.home .bcm-v729-brand-inner{
  background:transparent !important;
  max-width:1200px !important;
  margin:0 auto !important;
  padding:26px 22px 30px !important;
  box-sizing:border-box !important;
}
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim,
body.home .bcm-v729-brand-inner .bcm-v728-brand-support{
  background:transparent !important;
}
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim{
  margin-top:10px !important;
}
@media (max-width:700px){
  body.home .bcm-v729-brand-inner{
    padding:20px 14px 24px !important;
  }
}


/* V7.3.0 – Startseite: weiße Balken ober- und unterhalb des Markenbereichs entfernen */
body.home .bcm-v730-brand-host,
body.home .bcm-v730-brand-shell,
body.home .bcm-v730-brand-outer{
  background:#f3f6f8 !important;
  border:0 !important;
  box-shadow:none !important;
}
body.home .bcm-v730-brand-host,
body.home .bcm-v730-brand-shell{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
body.home .bcm-v730-brand-outer{
  margin:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
body.home .bcm-v729-brand-inner,
body.home .bcm-v728-brand-section{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
body.home .bcm-v729-brand-inner{
  padding-top:22px !important;
  padding-bottom:22px !important;
}
body.home .bcm-v730-spacer-remove{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
@media (max-width:700px){
  body.home .bcm-v729-brand-inner{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }
}


/* V7.3.2 – Startseite: Markenclaim mit blauem Balken wie Footer und weißer Schrift */
body.home .bcm-v730-brand-host,
body.home .bcm-v730-brand-shell,
body.home .bcm-v730-brand-outer,
body.home .bcm-v728-brand-section{
  background:var(--navy) !important;
}
body.home .bcm-v729-brand-inner{
  background:transparent !important;
  max-width:1200px !important;
  margin:0 auto !important;
  padding:26px 22px 30px !important;
}
body.home .bcm-v729-brand-inner *,
body.home .bcm-v728-brand-section *,
body.home .bcm-v730-brand-outer *,
body.home .bcm-v730-brand-host *{
  color:#ffffff !important;
}
body.home .bcm-v729-brand-inner .eyebrow,
body.home .bcm-v729-brand-inner .subheadline,
body.home .bcm-v729-brand-inner .section-eyebrow,
body.home .bcm-v728-brand-section .eyebrow,
body.home .bcm-v728-brand-section .subheadline,
body.home .bcm-v728-brand-section .section-eyebrow{
  color:rgba(255,255,255,.82) !important;
}
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim,
body.home .bcm-v728-brand-section .bcm-v717-brand-claim{
  color:#ffffff !important;
}
body.home .bcm-v729-brand-inner .bcm-v728-brand-support,
body.home .bcm-v728-brand-section .bcm-v728-brand-support{
  color:#ffffff !important;
  opacity:1 !important;
}
@media (max-width:700px){
  body.home .bcm-v729-brand-inner{
    padding:22px 14px 24px !important;
  }
}


/* V7.3.3 – Startseite Markenbereich Feinschliff */
body.home .bcm-v733-brand-eyebrow{
  position:relative !important;
  display:inline-block !important;
  width:auto !important;
  color:#ffffff !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  margin:0 auto 18px !important;
  padding-bottom:12px !important;
}
body.home .bcm-v733-brand-eyebrow::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:0 !important;
  transform:translateX(-50%) !important;
  width:52px !important;
  height:2px !important;
  background:#c5a25c !important;
}
body.home .bcm-v733-brand-title,
body.home .bcm-v728-brand-section .bcm-v717-brand-claim,
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim{
  color:#ffffff !important;
  font-size:clamp(24px,2.2vw,36px) !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  margin:0 auto 20px !important;
}
body.home .bcm-v733-brand-copy,
body.home .bcm-v728-brand-support,
body.home .bcm-v729-brand-inner .bcm-v728-brand-support{
  color:rgba(255,255,255,.9) !important;
  font-size:clamp(13px,1.05vw,16px) !important;
  line-height:1.65 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
  font-weight:500 !important;
  max-width:1050px !important;
  margin:0 auto !important;
}
@media(max-width:700px){
  body.home .bcm-v733-brand-title,
  body.home .bcm-v728-brand-section .bcm-v717-brand-claim,
  body.home .bcm-v729-brand-inner .bcm-v717-brand-claim{
    font-size:clamp(22px,6vw,30px) !important;
    margin-bottom:16px !important;
  }
  body.home .bcm-v733-brand-copy,
  body.home .bcm-v728-brand-support,
  body.home .bcm-v729-brand-inner .bcm-v728-brand-support{
    font-size:13px !important;
    line-height:1.55 !important;
  }
}


/* V7.3.4 – obere Marken-Zeile raus, goldener Strich unter dem Claim */
body.home .bcm-v733-brand-eyebrow,
body.home .bcm-v734-hide-eyebrow{
  display:none !important;
}

body.home .bcm-v734-brand-title,
body.home .bcm-v733-brand-title,
body.home .bcm-v728-brand-section .bcm-v717-brand-claim,
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim{
  position:relative !important;
  display:block !important;
  width:fit-content !important;
  max-width:calc(100% - 28px) !important;
  margin:0 auto 26px !important;
  padding-bottom:16px !important;
}

body.home .bcm-v734-brand-title::after,
body.home .bcm-v733-brand-title::after,
body.home .bcm-v728-brand-section .bcm-v717-brand-claim::after,
body.home .bcm-v729-brand-inner .bcm-v717-brand-claim::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:0 !important;
  transform:translateX(-50%) !important;
  width:52px !important;
  height:2px !important;
  background:#c5a25c !important;
}

body.home .bcm-v733-brand-eyebrow::after{
  display:none !important;
}

@media(max-width:700px){
  body.home .bcm-v734-brand-title,
  body.home .bcm-v733-brand-title,
  body.home .bcm-v728-brand-section .bcm-v717-brand-claim,
  body.home .bcm-v729-brand-inner .bcm-v717-brand-claim{
    margin-bottom:22px !important;
    padding-bottom:14px !important;
  }
}

/* V7.3.5 – Begleittext normal geschrieben */
body.home .bcm-v728-brand-support,
body.home .bcm-v727-brand-support,
body.home .bcm-v733-brand-support{
  text-transform:none !important;
  letter-spacing:.04em !important;
}

/* V7.3.6 – Begleittext unter dem Markenclaim etwas größer */
body.home .bcm-v728-brand-support{
  font-size:clamp(14px,1.28vw,18px) !important;
  line-height:1.72 !important;
}
@media(max-width:700px){
  body.home .bcm-v728-brand-support{
    font-size:clamp(12px,3.2vw,15px) !important;
    line-height:1.6 !important;
  }
}

/* V7.3.7 – Begleittext unter dem Markenclaim nochmals größer */
body.home .bcm-v728-brand-support{
  font-size:clamp(16px,1.42vw,21px) !important;
  line-height:1.72 !important;
}
@media(max-width:700px){
  body.home .bcm-v728-brand-support{
    font-size:clamp(13px,3.5vw,17px) !important;
    line-height:1.62 !important;
  }
}

/* V7.3.8 – Begleittext unter dem Markenclaim sichtbar deutlich größer */
body.home .bcm-v738-brand-support-big,
body.home .bcm-v728-brand-support.bcm-v738-brand-support-big,
body.home .bcm-v728-brand-support{
  font-size:24px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
@media(max-width:700px){
  body.home .bcm-v738-brand-support-big,
  body.home .bcm-v728-brand-support.bcm-v738-brand-support-big,
  body.home .bcm-v728-brand-support{
    font-size:18px !important;
    line-height:1.55 !important;
  }
}

/* V7.4.4 – Newsletter-Überschrift angepasst */
.bcm-newsletter-feature-eyebrow{
  font-size:14px !important;
  letter-spacing:.18em !important;
}
.bcm-newsletter-feature-copy h2{
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:clamp(28px,2.55vw,38px) !important;
  line-height:1.14 !important;
  font-weight:400 !important;
}
@media(max-width:700px){
  .bcm-newsletter-feature-eyebrow{
    font-size:13px !important;
  }
  .bcm-newsletter-feature-copy h2{
    font-size:clamp(24px,7vw,32px) !important;
    line-height:1.16 !important;
  }
}

/* V7.4.6 – Kundenbewertungen: Titel einzeilig und etwas kleiner */
.bcm-reviews-v641-heading h2{
  font-size:clamp(26px,2.4vw,38px) !important;
  line-height:1.12 !important;
  white-space:nowrap !important;
}
@media(max-width:760px){
  .bcm-reviews-v641-heading h2{
    font-size:clamp(23px,6vw,31px) !important;
    white-space:normal !important;
  }
}


/* V7.5.2 – Hybrid Slider: Optik/Abmessungen bleiben unverändert, nur Bild-Fit wird intelligent */
.bcm-v752-hybrid-slider .bcm-bv-slider-stage,
.bcm-v752-hybrid-slider .bcm-bv-slide{
  background:#fff !important;
}

/* Normales Querformat: nutzt die vorhandene Sliderfläche wie bisher. */
.bcm-v752-hybrid-slider .bcm-bv-slide.bcm-v752-cover img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Hochformat, quadratische und extrem breite Bilder: komplett sichtbar, kein Beschnitt. */
.bcm-v752-hybrid-slider .bcm-bv-slide.bcm-v752-contain img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Alten Hochformat-Hinweis entfernen – das Bild ist bereits vollständig sichtbar. */
.bcm-v752-hybrid-slider .bcm-v723-portrait-note,
.bcm-v752-hybrid-slider .bcm-v723-portrait-hint,
.bcm-v752-hybrid-slider [data-bcm-portrait-hint]{
  display:none !important;
}

/* Schlichte Vollbildansicht – nur nach Klick sichtbar. */
html.bcm-v752-lightbox-open,
body.bcm-v752-lightbox-open{
  overflow:hidden !important;
}

.bcm-v752-lightbox[hidden]{
  display:none !important;
}

.bcm-v752-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
}

.bcm-v752-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,15,25,.95);
}

.bcm-v752-lightbox-dialog{
  position:relative;
  z-index:2;
  width:96vw;
  height:94vh;
  display:grid;
  place-items:center;
  padding:34px;
  box-sizing:border-box;
}

.bcm-v752-lightbox-image{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

.bcm-v752-lightbox-close{
  position:absolute;
  top:0;
  right:0;
  z-index:3;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

@media(max-width:700px){
  .bcm-v752-lightbox-dialog{
    width:100vw;
    height:100vh;
    padding:58px 14px 28px;
  }
  .bcm-v752-lightbox-close{
    top:10px;
    right:12px;
  }
}


/* V7.5.4 – Angebotsdetail im Premium-Layout nach freigegebenem Mockup */
.bcm-v754-detail{background:#fff;color:#12365b;padding:18px 0 0}
.bcm-v754-shell{width:min(100% - 36px,1220px);margin:0 auto}
.bcm-v754-breadcrumb{display:flex;gap:10px;align-items:center;margin:4px 0 14px;color:#6b7f92;font-size:10px;letter-spacing:.03em}
.bcm-v754-breadcrumb strong{color:#12365b}
.bcm-v754-gallery{display:grid;grid-template-columns:minmax(0,3fr) minmax(210px,1fr);gap:5px;height:470px}
.bcm-v754-gallery-main{position:relative;overflow:hidden;background:#fff}
.bcm-v754-gallery-main>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.bcm-v754-gallery-main.is-contain>img{object-fit:contain;background:#fff}
.bcm-v754-gallery-side{display:grid;grid-template-rows:repeat(3,1fr);gap:5px}
.bcm-v754-gallery-side button{border:0;padding:0;background:#fff;overflow:hidden;cursor:pointer}
.bcm-v754-gallery-side img{width:100%;height:100%;object-fit:cover}
.bcm-v754-badge{position:absolute;left:20px;top:20px;background:#fff7e7;color:#a67424;padding:9px 13px;border-radius:9px;font-size:11px;font-weight:800}
.bcm-v754-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#12365b;font-size:31px;line-height:1;box-shadow:0 4px 18px rgba(0,0,0,.12);cursor:pointer}
.bcm-v754-gallery-prev{left:18px}.bcm-v754-gallery-next{right:18px}
.bcm-v754-allphotos{position:absolute;left:20px;bottom:18px;background:#0d3156;color:#fff;border:0;padding:11px 17px;font-size:11px;font-weight:800;letter-spacing:.03em;cursor:pointer}
.bcm-v754-title-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:20px 34px 16px;border-bottom:1px solid #e4e8eb}
.bcm-v754-title-row h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#0b3260;font-size:clamp(36px,4vw,58px);line-height:1;margin:0 0 5px;text-transform:uppercase}
.bcm-v754-modelline{margin:0;color:#31577d;font-size:17px;letter-spacing:.09em}.bcm-v754-modelline i{margin:0 10px;font-style:normal}
.bcm-v754-pricebox{min-width:300px;padding-left:38px;border-left:1px solid #d9e1e7;text-align:right}
.bcm-v754-pricebox strong{display:block;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(36px,4vw,56px);line-height:1;color:#b88a36}
.bcm-v754-pricebox small{display:block;margin-top:8px;color:#58738e;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.bcm-v754-facts{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #e3e7ea}
.bcm-v754-fact{display:flex;align-items:center;gap:11px;padding:18px 16px;border-right:1px solid #e3e7ea;min-width:0}.bcm-v754-fact:last-child{border-right:0}
.bcm-v754-fact-icon{width:30px;height:30px;color:#0b3260;flex:0 0 30px}.bcm-v754-fact-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6}
.bcm-v754-fact small{display:block;color:#708397;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.bcm-v754-fact strong{display:block;color:#0c345f;font-size:14px;line-height:1.2}
.bcm-v754-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;padding:18px 190px;border-bottom:1px solid #e5e9ec}
.bcm-v754-action{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:3px;font-size:12px;font-weight:800;letter-spacing:.03em;cursor:pointer}.bcm-v754-action-gold{background:#bd913f;color:#fff;border:1px solid #bd913f}.bcm-v754-action-outline{background:#fff;color:#10365f;border:1px solid #10365f}.bcm-v754-action-plain{background:#fff!important;color:#10365f!important;border:0!important}
.bcm-v754-tabs{display:flex;gap:0;border-bottom:1px solid #dfe5e9;margin-top:20px}.bcm-v754-tabs a{padding:14px 30px;color:#21496f;font-size:12px;font-weight:700}.bcm-v754-tabs a.is-active{color:#b38431;border-bottom:2px solid #b38431}
.bcm-v754-content{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,.9fr);gap:24px;padding:16px 0 24px}
.bcm-v754-maincard,.bcm-v754-contact{border:1px solid #e1e7eb;background:#fff;padding:28px 30px;box-shadow:0 4px 18px rgba(20,48,70,.04)}
.bcm-v754-maincard h2,.bcm-v754-contact h2{font-family:Georgia,"Times New Roman",serif;color:#12365b;font-weight:400}
.bcm-v754-maincard h2{font-size:29px;margin:0 0 12px}.bcm-v754-maincard>p{color:#3c5d7b;font-size:14px;line-height:1.55;margin:0 0 24px}
.bcm-v754-maincard h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:#12365b;margin:20px 0 12px}
.bcm-v754-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.bcm-v754-tech-grid>div{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #edf0f2;font-size:12px}.bcm-v754-tech-grid span{color:#718393}.bcm-v754-tech-grid strong{color:#17395d;text-align:right}
.bcm-v754-downloadbox{margin-top:24px;padding-top:6px}.bcm-v754-downloadbox p{font-size:13px;color:#526f89}.bcm-v754-downloadbox a{display:inline-flex;margin-top:8px;padding:12px 18px;background:#12365b;color:#fff;font-size:11px;font-weight:800}
.bcm-v754-contact h2{font-size:23px;margin:0}.bcm-v754-contact-line{width:38px;height:2px;background:#ba8b37;margin:12px 0 14px}.bcm-v754-contact>p{font-size:13px;color:#46647f;line-height:1.5}
.bcm-v754-contact>a{display:flex;gap:14px;align-items:center;padding:9px 0;color:#17395d}.bcm-v754-contact>a b{font-size:22px;color:#bd913f}.bcm-v754-contact>a span{font-size:13px}.bcm-v754-contact>a small{display:block;color:#6e8193;font-size:9px;margin-bottom:2px}
.bcm-v754-contact>button{width:100%;min-height:48px;margin-top:12px;border:0;background:#bd913f;color:#fff;font-weight:800;cursor:pointer}.bcm-v754-contact>em{display:block;text-align:center;color:#8291a0;font-size:10px;margin-top:7px;font-style:normal}
.bcm-v754-trust{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:24px max(24px,calc((100vw - 1220px)/2));background:#153c60;color:#fff;text-align:center}
.bcm-v754-trust h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:22px;margin:0}.bcm-v754-trustline{width:40px;height:2px;background:#c89a44;margin:10px auto 17px}.bcm-v754-trust>div{display:flex;justify-content:center;gap:90px}.bcm-v754-trust span{display:flex;gap:12px;align-items:center;color:#d5e0e8;font-size:28px}.bcm-v754-trust b{font-size:11px;line-height:1.3;text-align:left;color:#fff}
.bcm-v754-offers{padding:22px 0 8px}.bcm-v754-offers-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bcm-v754-offers-head h2{font-family:Georgia,"Times New Roman",serif;color:#12365b;font-size:21px;font-weight:400;margin:0}.bcm-v754-offers-head a{font-size:10px;color:#b38331}
.bcm-v754-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.bcm-v754-offer-card{position:relative;border:1px solid #e1e7eb;background:#fff;color:#12365b}.bcm-v754-offer-card>img,.bcm-v754-offer-img{width:100%;aspect-ratio:2.15/1;object-fit:cover;overflow:hidden}.bcm-v754-offer-img img{width:100%;height:100%;object-fit:cover}.bcm-v754-offer-img{position:relative}.bcm-v754-offer-img em{position:absolute;top:8px;left:8px;background:#bd913f;color:#fff;padding:4px 7px;font-size:9px;font-style:normal}
.bcm-v754-offer-card>div:not(.bcm-v754-offer-img){padding:10px 14px 12px}.bcm-v754-offer-card h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:400;margin:0 0 2px}.bcm-v754-offer-card small{display:block;color:#66809a;font-size:9px}.bcm-v754-offer-card strong{display:block;color:#b68634;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:20px;margin-top:4px}.bcm-v754-offer-card span{display:block;color:#6d8294;font-size:9px;margin-top:3px}.bcm-v754-offer-card>b{position:absolute;right:14px;bottom:18px;color:#b68634;font-size:20px}
.bcm-v754-newest{padding-top:14px;padding-bottom:28px}
.bcm-v754-lightbox[hidden]{display:none!important}.bcm-v754-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center}.bcm-v754-lightbox>div{position:absolute;inset:0;background:rgba(5,15,25,.95)}.bcm-v754-lightbox>img{position:relative;z-index:2;max-width:92vw;max-height:90vh;object-fit:contain}.bcm-v754-lightbox>button{position:absolute;z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px}.bcm-v754-lightbox>button[data-bcm-v754-close]{top:18px;right:18px}.bcm-v754-lightbox>button[data-bcm-v754-light-prev]{left:18px;top:50%}.bcm-v754-lightbox>button[data-bcm-v754-light-next]{right:18px;top:50%}.bcm-v754-lightbox>span{position:absolute;z-index:3;bottom:18px;color:#fff;background:rgba(255,255,255,.1);padding:6px 10px;border-radius:20px;font-size:11px}

@media(max-width:900px){
 .bcm-v754-gallery{grid-template-columns:1fr;height:auto}.bcm-v754-gallery-main{aspect-ratio:16/10}.bcm-v754-gallery-side{grid-template-columns:repeat(3,1fr);grid-template-rows:none;height:110px}
 .bcm-v754-title-row{grid-template-columns:1fr;padding:18px 12px}.bcm-v754-pricebox{border-left:0;padding-left:0;text-align:left;min-width:0}.bcm-v754-facts{grid-template-columns:repeat(3,1fr)}.bcm-v754-actions{padding:16px 0}.bcm-v754-content{grid-template-columns:1fr}.bcm-v754-trust>div{gap:25px;flex-wrap:wrap}
}
@media(max-width:620px){
 .bcm-v754-shell{width:min(100% - 22px,1220px)}.bcm-v754-gallery-side{height:78px}.bcm-v754-title-row h1{font-size:36px}.bcm-v754-pricebox strong{font-size:36px}.bcm-v754-facts{grid-template-columns:repeat(2,1fr)}.bcm-v754-fact{padding:12px 10px}.bcm-v754-actions{grid-template-columns:1fr}.bcm-v754-tabs{overflow-x:auto}.bcm-v754-tabs a{padding:12px 14px;white-space:nowrap}.bcm-v754-maincard,.bcm-v754-contact{padding:22px 18px}.bcm-v754-tech-grid{grid-template-columns:1fr}.bcm-v754-trust{padding-top:22px;padding-bottom:22px}.bcm-v754-trust>div{flex-direction:column;align-items:center}.bcm-v754-offer-grid{grid-template-columns:1fr}
}


/* V7.5.5 – Premium-Detailseite: Layout exakt entkoppeln, damit nichts überlappt */
body .bcm-v754-detail,
body .bcm-v754-detail *{
  box-sizing:border-box;
}

body .bcm-v754-detail{
  position:relative !important;
  display:block !important;
  overflow:visible !important;
}

body .bcm-v754-shell{
  position:relative !important;
  display:block !important;
  overflow:visible !important;
}

/* Galerie als eigener abgeschlossener Block */
body .bcm-v754-gallery{
  position:relative !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:minmax(0,3fr) minmax(220px,1fr) !important;
  gap:5px !important;
  width:100% !important;
  height:470px !important;
  min-height:470px !important;
  max-height:470px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  clear:both !important;
}

body .bcm-v754-gallery-main{
  position:relative !important;
  z-index:1 !important;
  width:100% !important;
  height:470px !important;
  min-height:0 !important;
  max-height:470px !important;
  overflow:hidden !important;
  float:none !important;
}

body .bcm-v754-gallery-main > img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
}

body .bcm-v754-gallery-main.is-contain > img{
  object-fit:contain !important;
  background:#fff !important;
}

body .bcm-v754-gallery-side{
  position:relative !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  grid-template-rows:repeat(3,minmax(0,1fr)) !important;
  gap:5px !important;
  width:100% !important;
  height:470px !important;
  min-height:0 !important;
  max-height:470px !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
}

body .bcm-v754-gallery-side button{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

body .bcm-v754-gallery-side img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* Titel / Preis MUSS vollständig unter der Galerie sitzen */
body .bcm-v754-title-row{
  position:relative !important;
  inset:auto !important;
  z-index:5 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  width:100% !important;
  min-height:108px !important;
  margin:0 !important;
  padding:20px 34px 16px !important;
  clear:both !important;
  float:none !important;
  overflow:visible !important;
  background:#fff !important;
  transform:none !important;
}

body .bcm-v754-title-row > div{
  position:static !important;
  inset:auto !important;
  float:none !important;
  transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

body .bcm-v754-title-row h1{
  position:static !important;
  display:block !important;
  float:none !important;
  width:auto !important;
  max-width:none !important;
  margin:0 0 6px !important;
  padding:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  color:#0b3260 !important;
}

body .bcm-v754-modelline{
  position:static !important;
  display:block !important;
  margin:0 !important;
  transform:none !important;
}

body .bcm-v754-pricebox{
  position:static !important;
  inset:auto !important;
  display:block !important;
  min-width:300px !important;
  margin:0 !important;
  padding:0 0 0 38px !important;
  border-left:1px solid #d9e1e7 !important;
  float:none !important;
  text-align:right !important;
  transform:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

body .bcm-v754-pricebox strong,
body .bcm-v754-pricebox small{
  position:static !important;
  inset:auto !important;
  display:block !important;
  float:none !important;
  transform:none !important;
}

/* Eckdaten und Buttons ebenfalls strikt im normalen Dokumentfluss */
body .bcm-v754-facts,
body .bcm-v754-actions,
body .bcm-v754-tabs,
body .bcm-v754-content{
  position:relative !important;
  inset:auto !important;
  z-index:3 !important;
  clear:both !important;
  float:none !important;
  transform:none !important;
  background:#fff !important;
}

body .bcm-v754-facts{
  margin:0 !important;
}

body .bcm-v754-actions{
  margin:0 !important;
}

/* Desktop-Proportionen wie im Mockup */
@media(min-width:1100px){
  body .bcm-v754-shell{
    width:min(100% - 64px,1220px) !important;
  }
  body .bcm-v754-gallery{
    grid-template-columns:minmax(0,3fr) minmax(240px,1.04fr) !important;
    height:470px !important;
  }
  body .bcm-v754-gallery-main,
  body .bcm-v754-gallery-side{
    height:470px !important;
  }
}

/* Tablet */
@media(max-width:1099px) and (min-width:701px){
  body .bcm-v754-gallery{
    height:430px !important;
    min-height:430px !important;
    max-height:430px !important;
  }
  body .bcm-v754-gallery-main,
  body .bcm-v754-gallery-side{
    height:430px !important;
    max-height:430px !important;
  }
}

/* Mobil: untereinander, ohne Überschneidung */
@media(max-width:700px){
  body .bcm-v754-gallery{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
  }
  body .bcm-v754-gallery-main{
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:16/10 !important;
  }
  body .bcm-v754-gallery-side{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    grid-template-rows:1fr !important;
    gap:5px !important;
    width:100% !important;
    height:82px !important;
    max-height:82px !important;
    margin-top:5px !important;
  }
  body .bcm-v754-title-row{
    grid-template-columns:1fr !important;
    min-height:0 !important;
    padding:18px 12px !important;
  }
  body .bcm-v754-pricebox{
    min-width:0 !important;
    padding:14px 0 0 !important;
    border-left:0 !important;
    border-top:1px solid #d9e1e7 !important;
    text-align:left !important;
  }
}


/* V7.5.6 – Premium-Detailseite: Hybrid-Bilddarstellung wie V7.5.2 */
body .bcm-v754-gallery-main{
  background:#fff !important;
}

body .bcm-v754-gallery-main > img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Normale Querformate: großflächig wie bisher */
body .bcm-v754-gallery-main.bcm-v756-cover > img{
  object-fit:cover !important;
}

/* Hochformat / quadratisch / extreme Seitenverhältnisse: vollständig sichtbar */
body .bcm-v754-gallery-main.bcm-v756-contain > img{
  object-fit:contain !important;
}

/* Rechte Vorschaubilder bleiben optisch unverändert, werden aber sauber beschnitten */
body .bcm-v754-gallery-side img{
  object-fit:cover !important;
  object-position:center center !important;
}

/* In der Lightbox immer vollständige Darstellung */
body .bcm-v754-lightbox > img{
  object-fit:contain !important;
  width:auto !important;
  height:auto !important;
  max-width:92vw !important;
  max-height:90vh !important;
}


/* V7.5.7 – Slider unverändert, Hauptfotos immer vollständig sichtbar */
body .bcm-v754-gallery,
body .bcm-v754-gallery-main{
  /* Abmessungen/Optik bewusst nicht verändern */
}

body .bcm-v754-gallery-main > img,
body .bcm-v754-gallery-main.bcm-v756-cover > img,
body .bcm-v754-gallery-main.bcm-v756-contain > img,
body .bcm-v754-gallery-main.is-contain > img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
}

/* Rechte drei Vorschaubilder bleiben wie bisher – nur das Hauptbild wird vollständig gezeigt. */
body .bcm-v754-gallery-side img{
  object-fit:cover !important;
  object-position:center center !important;
}

/* Persönlich-für-Sie-da wie alte Kontaktvariante, mit getrenntem WhatsApp für Dirk und Max */
body .bcm-v757-contact{
  display:block !important;
}

body .bcm-v757-contact > p{
  margin-bottom:18px !important;
}

body .bcm-v757-person{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:14px !important;
  align-items:center !important;
  padding:15px 0 !important;
  border-top:1px solid #e5eaed !important;
}

body .bcm-v757-person:first-of-type{
  margin-top:4px !important;
}

body .bcm-v757-person-copy{
  min-width:0 !important;
}

body .bcm-v757-person-copy strong{
  display:block !important;
  color:#12365b !important;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:17px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}

body .bcm-v757-person-copy small{
  display:block !important;
  margin:3px 0 7px !important;
  color:#748697 !important;
  font-size:9px !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
}

body .bcm-v757-person-copy a{
  display:block !important;
  color:#17395d !important;
  font-size:12px !important;
  text-decoration:none !important;
}

body .bcm-v757-whatsapp{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:94px !important;
  min-height:38px !important;
  padding:0 13px !important;
  margin:0 !important;
  border:1px solid #25D366 !important;
  border-radius:4px !important;
  background:#25D366 !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

body .bcm-v757-whatsapp:hover{
  background:#1ebe5d !important;
  border-color:#1ebe5d !important;
  color:#fff !important;
}

@media(max-width:620px){
  body .bcm-v757-person{
    grid-template-columns:1fr !important;
  }
  body .bcm-v757-whatsapp{
    width:100% !important;
  }
}


/* V7.5.8 – Anfragefenster schließen + Kontaktkarte wie früher sticky */
body .bcm-v607-lead-panel,
body .bcm-lead-assistant{
  position:relative !important;
}

body .bcm-v758-lead-close{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  z-index:5 !important;
  width:34px !important;
  height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:1px solid #cfd8df !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#17395d !important;
  font-size:24px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 2px 8px rgba(20,48,70,.08) !important;
}

body .bcm-v758-lead-close:hover{
  background:#17395d !important;
  border-color:#17395d !important;
  color:#fff !important;
}

/* Kontaktkarte auf Höhe des Inhalts begrenzen und beim Scrollen mitführen */
@media(min-width:901px){
  body .bcm-v754-content{
    align-items:start !important;
  }

  body .bcm-v757-contact,
  body .bcm-v754-contact{
    position:sticky !important;
    top:110px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:calc(100vh - 130px) !important;
    overflow:auto !important;
    align-self:start !important;
    padding-bottom:22px !important;
  }

  body .bcm-v757-contact::-webkit-scrollbar,
  body .bcm-v754-contact::-webkit-scrollbar{
    width:6px;
  }

  body .bcm-v757-contact::-webkit-scrollbar-thumb,
  body .bcm-v754-contact::-webkit-scrollbar-thumb{
    background:#d5dde3;
    border-radius:20px;
  }
}

/* Karte unten sauber abschließen, damit kein unnötiger Leerraum bleibt */
body .bcm-v757-contact{
  height:auto !important;
  min-height:0 !important;
}

body .bcm-v757-contact > em{
  margin-bottom:0 !important;
}

/* Auf kleineren Geräten kein sticky */
@media(max-width:900px){
  body .bcm-v757-contact,
  body .bcm-v754-contact{
    position:static !important;
    top:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body .bcm-v758-lead-close{
    top:8px !important;
    right:8px !important;
  }
}


/* V7.5.9 – CTA-Texte, Merken rechts unter Kabinen, Hinweis unter PDF */
body .bcm-v754-actions{
  grid-template-columns:1fr 1fr !important;
  max-width:760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body .bcm-v759-save-row{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  width:100% !important;
  padding:0 14px 8px !important;
  margin-top:-1px !important;
  background:#fff !important;
  border-bottom:1px solid #e3e7ea !important;
}

body .bcm-v759-save{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:40px !important;
  padding:0 2px !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#17395d !important;
  cursor:pointer !important;
}

body .bcm-v759-save span{
  font-size:32px !important;
  line-height:1 !important;
}

body .bcm-v759-save small{
  font-size:11px !important;
  font-weight:800 !important;
  color:#17395d !important;
}

body .bcm-v759-save:hover,
body .bcm-v759-save:hover small{
  color:#b88938 !important;
}

body .bcm-v759-legal-note{
  margin-top:15px !important;
  padding-top:13px !important;
  border-top:1px solid #e3e8eb !important;
  color:#6d7f8e !important;
  font-size:10.5px !important;
  line-height:1.55 !important;
}

body .bcm-v759-legal-note strong{
  color:#17395d !important;
  font-weight:800 !important;
}

@media(max-width:700px){
  body .bcm-v754-actions{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }
}


/* V7.6.1 – Alle-Fotos-Button rechts unter dem dritten Vorschaubild */
body .bcm-v754-gallery{
  position:relative !important;
}
body .bcm-v761-allphotos-side{
  left:auto !important;
  right:12px !important;
  bottom:12px !important;
  z-index:12 !important;
}
@media(max-width:700px){
  body .bcm-v761-allphotos-side{
    right:8px !important;
    bottom:8px !important;
  }
}


/* V7.6.2 – Goldene Enjoy-the-Sea-Signatur mittig unter "Neu im Angebot" */
body .bcm-v762-enjoy-signature{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  margin:28px auto 4px !important;
  text-align:center !important;
}

body .bcm-v762-enjoy-signature img{
  display:block !important;
  width:min(330px,34vw) !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
  object-fit:contain !important;
}

body .bcm-v762-enjoy-line{
  display:block !important;
  width:min(250px,26vw) !important;
  height:32px !important;
  margin:-7px auto 0 !important;
  overflow:visible !important;
}

body .bcm-v762-enjoy-line path{
  fill:none !important;
  stroke:#c99537 !important;
  stroke-width:2.3 !important;
  stroke-linecap:round !important;
}



@media(max-width:700px){
  body .bcm-v762-enjoy-signature{
    margin-top:22px !important;
  }
  body .bcm-v762-enjoy-signature img{
    width:min(260px,72vw) !important;
  }
  body .bcm-v762-enjoy-line{
    width:min(210px,60vw) !important;
    height:28px !important;
    margin:-5px auto 0 !important;
  }
}


/* V7.6.3 – Alle Fotos wirklich unter dem 3. rechten Foto + MwSt.-Status am Preis */
body .bcm-v754-gallery-side{
  grid-template-rows:repeat(3,minmax(0,1fr)) auto !important;
}
body .bcm-v754-gallery-side .bcm-v763-side-photo{
  min-height:0 !important;
}
body .bcm-v754-gallery-side .bcm-v763-allphotos-below,
body .bcm-v761-allphotos-side.bcm-v763-allphotos-below{
  position:static !important;
  inset:auto !important;
  width:100% !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:#0d3156 !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.03em !important;
  cursor:pointer !important;
  z-index:auto !important;
}
body .bcm-v763-vat-status{
  display:flex !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:5px !important;
  margin-top:8px !important;
}
body .bcm-v763-vat-status span{
  display:inline-flex !important;
  align-items:center !important;
  min-height:25px !important;
  padding:3px 8px !important;
  border:1px solid rgba(184,138,54,.38) !important;
  border-radius:999px !important;
  background:#fbf7ef !important;
  color:#8f6825 !important;
  font-size:10px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:.025em !important;
  text-transform:none !important;
}
@media(max-width:700px){
  body .bcm-v754-gallery-side{
    grid-template-columns:repeat(3,1fr) !important;
    grid-template-rows:78px auto !important;
    height:auto !important;
    max-height:none !important;
  }
  body .bcm-v754-gallery-side .bcm-v763-allphotos-below{
    grid-column:1 / -1 !important;
    min-height:40px !important;
  }
  body .bcm-v763-vat-status{
    justify-content:flex-start !important;
  }
}

/* V7.6.4 – Freiraum zwischen Enjoy-Signatur und Footer reduzieren */
body .bcm-v754-newest{padding-bottom:8px!important}body .bcm-v762-enjoy-signature{margin-bottom:0!important}


/* V7.6.5 – Detailseite: Baujahr-Zeile + tatsächlichen Footer-Abstand korrigieren */
body .bcm-used-boats-list.bcm-used-boats-list--detail{
  padding-bottom:8px !important;
}

/* Die Enjoy-Signatur soll direkt vor dem Footer abschließen. */
body .bcm-used-boats-list--detail .bcm-v754-newest{
  padding-bottom:2px !important;
}
body .bcm-used-boats-list--detail .bcm-v762-enjoy-signature{
  margin-top:18px !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* Kein zusätzlicher Leerraum über den übergeordneten Detailcontainern. */
body .bcm-used-boats-list--detail > .wrap,
body .bcm-used-boats-list--detail .bcm-v754-detail,
body .bcm-used-boats-list--detail .bcm-v754-shell{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

@media(max-width:700px){
  body .bcm-used-boats-list.bcm-used-boats-list--detail{
    padding-bottom:4px !important;
  }
}


/* V7.6.7 – Gebrauchtboote: Typ-Filter im gleichen Stil wie Länge und Preis */
.bcm-used-boats-page .bcm-search-v668-type{
  grid-column:1/2;
}

.bcm-used-boats-page .bcm-search-v668-length{
  grid-column:2/3;
}

.bcm-used-boats-page .bcm-search-v668-options-type{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.bcm-used-boats-page .bcm-search-v668-options-type .bcm-search-v668-option span{
  min-height:58px;
}

.bcm-used-boats-page .bcm-search-v668-options-type .bcm-search-v668-option strong{
  font-size:12px;
}

@media(max-width:1180px){
  .bcm-used-boats-page .bcm-search-v668-options-type{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .bcm-used-boats-page .bcm-search-v668-type{
    grid-column:1;
  }
  .bcm-used-boats-page .bcm-search-v668-options-type{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:430px){
  .bcm-used-boats-page .bcm-search-v668-options-type{
    grid-template-columns:1fr;
  }
}


/* V7.7.0 – Gebrauchtboote-Suche harmonischer angeordnet + Typ-Dropdown */
.bcm-used-boats-page .bcm-search-v668-form{
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) !important;
  column-gap:18px !important;
  row-gap:22px !important;
}

.bcm-used-boats-page .bcm-search-v668-query{
  grid-column:1/2 !important;
}

.bcm-used-boats-page .bcm-search-v668-type{
  grid-column:2/3 !important;
}

.bcm-used-boats-page .bcm-search-v668-length{
  grid-column:1/3 !important;
}

.bcm-used-boats-page .bcm-search-v668-price{
  grid-column:1/3 !important;
}

.bcm-used-boats-page .bcm-search-v668-actions{
  grid-column:1/3 !important;
}

.bcm-used-boats-page .bcm-search-v668-label{
  display:block !important;
  margin:0 0 9px !important;
  color:#17344d !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.075em !important;
}

/* Custom dropdown */
.bcm-used-boats-page .bcm-v770-type-dropdown{
  position:relative !important;
  width:100% !important;
}

.bcm-used-boats-page .bcm-v770-type-trigger{
  width:100% !important;
  height:58px !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:0 16px !important;
  border:1px solid #cfd9e0 !important;
  border-radius:6px !important;
  background:rgba(255,255,255,.96) !important;
  color:#43586a !important;
  font-size:14px !important;
  font-weight:700 !important;
  text-align:left !important;
  cursor:pointer !important;
  box-shadow:0 1px 2px rgba(23,52,77,.03) !important;
}

.bcm-used-boats-page .bcm-v770-type-trigger:hover,
.bcm-used-boats-page .bcm-v770-type-dropdown.is-open .bcm-v770-type-trigger{
  border-color:#c99537 !important;
}

.bcm-used-boats-page .bcm-v770-type-chevron{
  color:#17344d !important;
  font-size:20px !important;
  line-height:1 !important;
  transition:transform .18s ease !important;
}

.bcm-used-boats-page .bcm-v770-type-dropdown.is-open .bcm-v770-type-chevron{
  transform:rotate(180deg) !important;
}

.bcm-used-boats-page .bcm-v770-type-menu{
  position:absolute !important;
  z-index:50 !important;
  top:calc(100% + 5px) !important;
  left:0 !important;
  right:0 !important;
  padding:6px !important;
  border:1px solid #d5dee4 !important;
  border-radius:7px !important;
  background:#fff !important;
  box-shadow:0 12px 28px rgba(23,52,77,.14) !important;
}

.bcm-used-boats-page .bcm-v770-type-menu[hidden]{
  display:none !important;
}

.bcm-used-boats-page .bcm-v770-type-menu button{
  width:100% !important;
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 12px !important;
  border:0 !important;
  border-radius:4px !important;
  background:#fff !important;
  color:#43586a !important;
  font-size:13px !important;
  font-weight:650 !important;
  text-align:left !important;
  cursor:pointer !important;
}

.bcm-used-boats-page .bcm-v770-type-menu button:hover{
  background:#f5f7f8 !important;
  color:#17344d !important;
}

.bcm-used-boats-page .bcm-v770-type-menu button.is-active{
  background:#fffaf1 !important;
  color:#a87927 !important;
}

/* Länge wirkt jetzt wie eine klare zweite Reihe */
.bcm-used-boats-page .bcm-search-v668-options-length{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:7px !important;
}

/* Preis als saubere durchgehende dritte Reihe */
.bcm-used-boats-page .bcm-search-v668-options-price{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:7px !important;
}

/* etwas ruhigerer Abstand unten */
.bcm-used-boats-page .bcm-search-v668-actions{
  margin-top:3px !important;
}

/* Desktop-Proportionen näher an der freigegebenen Vorschau */
@media(min-width:1181px){
  .bcm-used-boats-page .bcm-search-card-v668{
    grid-template-columns:minmax(300px,.56fr) minmax(0,1.44fr) !important;
    gap:0 46px !important;
  }
}

@media(max-width:1180px){
  .bcm-used-boats-page .bcm-search-v668-form{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  }
  .bcm-used-boats-page .bcm-search-v668-options-price{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
}

@media(max-width:940px){
  .bcm-used-boats-page .bcm-search-v668-query,
  .bcm-used-boats-page .bcm-search-v668-type{
    grid-column:auto !important;
  }
}

@media(max-width:720px){
  .bcm-used-boats-page .bcm-search-v668-form{
    grid-template-columns:1fr !important;
  }
  .bcm-used-boats-page .bcm-search-v668-query,
  .bcm-used-boats-page .bcm-search-v668-type,
  .bcm-used-boats-page .bcm-search-v668-length,
  .bcm-used-boats-page .bcm-search-v668-price,
  .bcm-used-boats-page .bcm-search-v668-actions{
    grid-column:1 !important;
  }
  .bcm-used-boats-page .bcm-search-v668-options-price{
    grid-template-columns:1fr 1fr !important;
  }
}



/* V7.7.1 – Suchbuttons fein positioniert */
.bcm-used-boats-page .bcm-search-v668-actions{
  align-items:flex-end !important;
}

/* "Boote suchen" etwas tiefer */
.bcm-used-boats-page .bcm-search-v668-submit{
  margin-top:18px !important;
}

/* "Alle Boote anzeigen" etwas weiter nach links */
.bcm-used-boats-page .bcm-search-v668-all,
.bcm-used-boats-page .bcm-search-v668-show-all,
.bcm-used-boats-page a[href*="gebrauchtboote"].bcm-search-v668-all{
  transform:translateX(-18px) !important;
}

@media(max-width:720px){
  .bcm-used-boats-page .bcm-search-v668-submit{
    margin-top:10px !important;
  }
  .bcm-used-boats-page .bcm-search-v668-all,
  .bcm-used-boats-page .bcm-search-v668-show-all{
    transform:none !important;
  }
}


/* V7.7.4 – Mobile Suche auf der Angebotsseite komplett korrigiert */
@media(max-width:720px){

  /* Suchkarte */
  body .bcm-used-boats-page .bcm-search-card-v668{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:22px 14px 14px !important;
    border-radius:8px !important;
    overflow:visible !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy{
    width:100% !important;
    padding:0 0 20px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    font-size:30px !important;
    line-height:1.08 !important;
    margin-bottom:12px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy p{
    font-size:13px !important;
    line-height:1.55 !important;
    max-width:none !important;
  }

  /* Formular wirklich einspaltig */
  body .bcm-used-boats-page .bcm-search-v668-form{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    gap:18px !important;
    padding:0 !important;
    margin:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-query,
  body .bcm-used-boats-page .bcm-search-v668-type,
  body .bcm-used-boats-page .bcm-search-v668-length,
  body .bcm-used-boats-page .bcm-search-v668-price,
  body .bcm-used-boats-page .bcm-search-v668-actions{
    grid-column:1 / -1 !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 !important;
  }

  /* Freitext */
  body .bcm-used-boats-page .bcm-search-v668-inputwrap{
    width:100% !important;
    min-width:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-inputwrap input{
    width:100% !important;
    min-width:0 !important;
    height:54px !important;
    font-size:16px !important;
    padding-right:12px !important;
  }

  /* Typ Dropdown */
  body .bcm-used-boats-page .bcm-v770-type-dropdown{
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
  }

  body .bcm-used-boats-page .bcm-v770-type-trigger{
    width:100% !important;
    min-width:0 !important;
    height:54px !important;
    min-height:54px !important;
    padding:0 14px !important;
    border-radius:5px !important;
    font-size:14px !important;
  }

  body .bcm-used-boats-page .bcm-v770-type-menu{
    left:0 !important;
    right:0 !important;
    top:calc(100% + 4px) !important;
    width:100% !important;
    max-width:100% !important;
    max-height:280px !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    z-index:999 !important;
  }

  body .bcm-used-boats-page .bcm-v770-type-menu button{
    min-height:44px !important;
    font-size:14px !important;
  }

  /* Länge: auf Mobil 3 saubere Felder untereinander */
  body .bcm-used-boats-page .bcm-search-v668-options-length{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
  }

  /* Preis: auf Mobil ebenfalls untereinander, keine gequetschten 2 Spalten */
  body .bcm-used-boats-page .bcm-search-v668-options-price{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{
    grid-column:auto !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option{
    width:100% !important;
    min-width:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option span{
    width:100% !important;
    min-height:50px !important;
    padding:9px 12px !important;
  }

  /* Aktionen */
  body .bcm-used-boats-page .bcm-search-v668-actions{
    display:flex !important;
    flex-direction:column-reverse !important;
    align-items:stretch !important;
    gap:12px !important;
    padding-top:3px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-submit{
    width:100% !important;
    min-width:0 !important;
    min-height:52px !important;
    margin:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-reset{
    width:100% !important;
    justify-content:center !important;
    min-height:38px !important;
    margin:0 !important;
    transform:none !important;
  }

  /* keine Desktop-Verschiebungen auf Mobil */
  body .bcm-used-boats-page .bcm-search-v668-all,
  body .bcm-used-boats-page .bcm-search-v668-show-all{
    transform:none !important;
    margin-left:0 !important;
  }

  /* Ergebnisse nicht breiter als Viewport */
  body .bcm-used-boats-page,
  body .bcm-used-boats-page .wrap,
  body .bcm-used-boats-page .bcm-directory-results-anchor{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
}

@media(max-width:390px){
  body .bcm-used-boats-page .bcm-search-card-v668{
    padding-left:11px !important;
    padding-right:11px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    font-size:28px !important;
  }
}


/* V7.7.5 – Mobile Suche optisch harmonischer proportioniert */
@media(max-width:720px){

  body .bcm-used-boats-page .bcm-search-card-v668{
    padding:18px 12px 12px !important;
    border-radius:8px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy{
    padding:0 0 16px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    font-size:26px !important;
    line-height:1.12 !important;
    margin:0 0 10px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy p{
    font-size:12.5px !important;
    line-height:1.5 !important;
    margin:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-form{
    gap:14px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-label,
  body .bcm-used-boats-page .bcm-search-v668-field > span:first-child,
  body .bcm-used-boats-page .bcm-search-v668-field legend{
    margin-bottom:7px !important;
    font-size:11px !important;
    letter-spacing:.07em !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-inputwrap input,
  body .bcm-used-boats-page .bcm-v770-type-trigger{
    height:50px !important;
    min-height:50px !important;
    font-size:14px !important;
    padding-left:13px !important;
    padding-right:13px !important;
    border-radius:5px !important;
  }

  body .bcm-used-boats-page .bcm-v770-type-menu{
    top:calc(100% + 3px) !important;
    border-radius:6px !important;
    padding:5px !important;
  }

  body .bcm-used-boats-page .bcm-v770-type-menu button{
    min-height:40px !important;
    font-size:13px !important;
    padding:0 11px !important;
  }

  /* Länge: kompakt in 3 Spalten statt untereinander */
  body .bcm-used-boats-page .bcm-search-v668-options-length{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  /* Preis: harmonisch in 2 Spalten, letzter Eintrag über volle Breite */
  body .bcm-used-boats-page .bcm-search-v668-options-price{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{
    grid-column:1 / -1 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option span{
    min-height:46px !important;
    padding:8px 9px !important;
    border-radius:5px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option strong{
    font-size:11px !important;
    line-height:1.2 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option small{
    font-size:10px !important;
    line-height:1.15 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-actions{
    gap:10px !important;
    padding-top:2px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-submit{
    min-height:48px !important;
    font-size:13px !important;
    letter-spacing:.07em !important;
    border-radius:5px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-reset{
    min-height:34px !important;
    font-size:12px !important;
  }
}

@media(max-width:430px){
  body .bcm-used-boats-page .bcm-search-card-v668{
    padding:16px 10px 10px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    font-size:24px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-length{
    grid-template-columns:1fr !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price{
    grid-template-columns:1fr !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{
    grid-column:auto !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option span{
    min-height:44px !important;
  }
}


/* V7.7.6 – Mobile Angebots-Suche: Proportionen final korrigiert */
@media(max-width:800px){

  /* Gesamte Suchbox sauber innerhalb des Viewports halten */
  body .bcm-used-boats-page .wrap{
    width:calc(100% - 24px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body .bcm-used-boats-page .bcm-search-card-v668{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:22px 20px 16px !important;
    border-radius:10px !important;
    overflow:visible !important;
  }

  /* Linker Textblock mobil sauber proportionieren */
  body .bcm-used-boats-page .bcm-search-v668-copy{
    width:100% !important;
    max-width:100% !important;
    padding:0 0 22px !important;
    overflow:hidden !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-eyebrow{
    margin-bottom:18px !important;
    font-size:12px !important;
    gap:8px !important;
  }

  /* Der vorhandene feste Zeilenumbruch muss auf Mobil erhalten bleiben */
  body .bcm-used-boats-page .bcm-search-v668-copy h2 br{
    display:block !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    font-size:36px !important;
    line-height:1.02 !important;
    letter-spacing:-.03em !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-line{
    width:48px !important;
    margin:20px 0 18px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy p{
    width:100% !important;
    max-width:510px !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.55 !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
  }

  /* Formular vollständig einspaltig und ohne Überläufe */
  body .bcm-used-boats-page .bcm-search-v668-form{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    gap:17px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-query,
  body .bcm-used-boats-page .bcm-search-v668-type,
  body .bcm-used-boats-page .bcm-search-v668-length,
  body .bcm-used-boats-page .bcm-search-v668-price,
  body .bcm-used-boats-page .bcm-search-v668-actions{
    grid-column:1 !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-field > label,
  body .bcm-used-boats-page .bcm-search-v668-field > legend,
  body .bcm-used-boats-page .bcm-search-v668-label{
    margin-bottom:7px !important;
    font-size:11px !important;
    line-height:1.2 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-inputwrap,
  body .bcm-used-boats-page .bcm-v770-type-dropdown{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-inputwrap input,
  body .bcm-used-boats-page .bcm-v770-type-trigger{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:52px !important;
    min-height:52px !important;
    border-radius:5px !important;
    font-size:14px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-inputwrap input{
    padding:0 12px 0 48px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-searchicon{
    left:17px !important;
  }

  /* Länge bleibt kompakt in drei gleichen Feldern */
  body .bcm-used-boats-page .bcm-search-v668-options-length{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    width:100% !important;
  }

  /* Preis: zwei Spalten, letzter Wert über volle Breite */
  body .bcm-used-boats-page .bcm-search-v668-options-price{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    width:100% !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{
    grid-column:1 / -1 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option span{
    min-height:50px !important;
    padding:8px 7px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option strong{
    font-size:11px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-option small{
    font-size:9.5px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-actions{
    display:flex !important;
    flex-direction:column !important;
    gap:9px !important;
    padding-top:4px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-submit{
    order:1 !important;
    width:100% !important;
    min-width:0 !important;
    height:50px !important;
    min-height:50px !important;
    margin:0 !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-reset{
    order:2 !important;
    width:100% !important;
    justify-content:center !important;
    min-height:34px !important;
    margin:0 !important;
  }
}

/* Sehr schmale Handys: keine gequetschten Segmentfelder */
@media(max-width:430px){
  body .bcm-used-boats-page .wrap{
    width:calc(100% - 18px) !important;
  }

  body .bcm-used-boats-page .bcm-search-card-v668{
    padding:18px 14px 14px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy h2{
    font-size:31px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-copy p{
    font-size:13px !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-length{
    grid-template-columns:1fr !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price{
    grid-template-columns:1fr !important;
  }

  body .bcm-used-boats-page .bcm-search-v668-options-price .bcm-search-v668-option:last-child{
    grid-column:auto !important;
  }
}


/* V7.7.8 – Livegang: leeres Lightbox-Bild erzeugt keinen Platz/Request; Systemschriften bleiben maßgeblich */
.bcm-v754-lightbox img:not([src]){visibility:hidden!important}
.bcm-v754-lightbox:not([hidden]) img[src]{visibility:visible!important}

/* BCM V8.1.5 – Hinweis: keine Ausstellungshalle */
.bcm-footer-v815-showroom-note{
  max-width:230px;
  margin-top:10px;
  padding-left:10px;
  border-left:1px solid rgba(201,149,55,.78);
  color:rgba(255,255,255,.60);
  font-size:10.5px;
  line-height:1.45;
}
.bcm-imprint-v815-showroom-note{
  margin-top:13px!important;
  padding:10px 12px!important;
  border-left:2px solid #c99537;
  background:#fbf8f2;
  color:#536775!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.bcm-imprint-v815-showroom-note strong{color:#17344d}
@media(max-width:700px){
  .bcm-footer-v815-showroom-note{max-width:280px;font-size:10.5px}
}
