@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --bb-primary:#2f5fa8;
  --bb-primary-dark:#21447a;
  --bb-primary-light:#edf4ff;
  --bb-secondary:#e5003d;
  --bb-secondary-dark:#b80031;
  --bb-black:#070707;
  --bb-dark:#151515;
  --bb-gray:#6f7680;
  --bb-light-gray:#f4f6f8;
  --bb-white:#ffffff;
  --bb-border:#e4e8ee;
  --bb-heading-font:'Bebas Neue', sans-serif;
  --bb-body-font:'Inter', sans-serif;
  --bb-radius:18px;
  --bb-radius-sm:10px;
  --bb-shadow:0 18px 45px rgba(7,7,7,.12);
  --bb-transition:all .25s ease;
}

body{
  margin:0;
  padding:0;
  font-family:var(--bb-body-font);
  font-size:16px;
  font-weight:400;
  line-height:1.7;
  color:var(--bb-dark);
  background:var(--bb-white);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

a{color:var(--bb-primary);text-decoration:none;transition:var(--bb-transition);}
a:hover{color:var(--bb-secondary);text-decoration:none;}
img{max-width:100%;height:auto;}
button{font-family:var(--bb-body-font);}
strong{font-weight:800;color:var(--bb-black);}
p{margin:0 0 18px;color:var(--bb-gray);}
p:last-child{margin-bottom:0;}
h1,h2,h3,h4,h5,h6{margin:0 0 18px;font-family:var(--bb-heading-font);font-weight:400;line-height:.95;letter-spacing:.045em;color:var(--bb-black);text-transform:uppercase;}
h1{font-size:clamp(52px,7vw,96px);}
h2{font-size:clamp(42px,5vw,72px);}
h3{font-size:clamp(34px,4vw,52px);}
h4{font-size:32px;}
h5{font-size:26px;}
h6{font-size:22px;}
ul,ol{margin:0 0 20px;padding-left:22px;}
li{margin-bottom:8px;color:var(--bb-gray);}
section{position:relative;padding:100px 0;}
.container{position:relative;z-index:2;}
.bb-bg-primary{background:var(--bb-primary);}
.bb-bg-primary-dark{background:var(--bb-primary-dark);}
.bb-bg-secondary{background:var(--bb-secondary);}
.bb-bg-dark{background:var(--bb-black);}
.bb-bg-light{background:var(--bb-light-gray);}
.bb-text-primary{color:var(--bb-primary)!important;}
.bb-text-secondary{color:var(--bb-secondary)!important;}
.bb-text-white{color:var(--bb-white)!important;}
.bb-text-dark{color:var(--bb-black)!important;}
.bb-subtitle{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;font-size:13px;font-weight:900;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:var(--bb-secondary);}
.bb-subtitle:before{content:"";width:34px;height:3px;background:var(--bb-secondary);border-radius:999px;}
.bb-section-title{margin-bottom:24px;}
.bb-section-text{max-width:680px;font-size:17px;}
.bb-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:15px 28px;border:2px solid transparent;border-radius:999px;font-size:14px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase;transition:var(--bb-transition);cursor:pointer;}
.bb-btn-primary{background:var(--bb-secondary);border-color:var(--bb-secondary);color:var(--bb-white);}
.bb-btn-primary:hover{background:var(--bb-secondary-dark);border-color:var(--bb-secondary-dark);color:var(--bb-white);transform:translateY(-2px);}
.bb-btn-secondary{background:var(--bb-primary);border-color:var(--bb-primary);color:var(--bb-white);}
.bb-btn-secondary:hover{background:var(--bb-primary-dark);border-color:var(--bb-primary-dark);color:var(--bb-white);transform:translateY(-2px);}
.bb-btn-outline{background:transparent;border-color:var(--bb-white);color:var(--bb-white);}
.bb-btn-outline:hover{background:var(--bb-white);border-color:var(--bb-white);color:var(--bb-primary);}
.bb-card{background:var(--bb-white);border:1px solid var(--bb-border);border-radius:var(--bb-radius);box-shadow:var(--bb-shadow);overflow:hidden;}
.bb-icon-box{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-primary-light);color:var(--bb-primary);font-size:24px;}
.bb-kicker{font-size:14px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--bb-secondary);}
.bb-divider{width:70px;height:4px;background:var(--bb-secondary);border-radius:999px;}
.bb-logo-font{font-family:var(--bb-heading-font);letter-spacing:.06em;text-transform:uppercase;}
::selection{background:var(--bb-secondary);color:var(--bb-white);}
@media(max-width:991px){section{padding:80px 0;}}
@media(max-width:767px){body{font-size:15px;}section{padding:64px 0;}.bb-btn{width:100%;min-height:50px;padding:14px 22px;}h1{font-size:48px;}h2{font-size:40px;}}

/*START HEADER & NAV BY CAM*/
.bsbx928471{position:sticky;top:0;left:0;width:100%;z-index:1050;padding:22px 0;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(228,232,238,.75);backdrop-filter:blur(18px);transition:padding .28s ease,box-shadow .28s ease,background .28s ease,border-color .28s ease;}
.bsbx928471.bsbx219805{padding:8px 0;background:rgba(255,255,255,.97);border-color:rgba(228,232,238,1);box-shadow:0 14px 35px rgba(7,7,7,.10);}
.bsbx604183{display:flex;align-items:center;justify-content:space-between;gap:28px;}
.bsbx274910{display:inline-flex;align-items:center;flex:0 0 auto;}
.bsbx274910 img{width:100px;height:auto;display:block;transition:width .28s ease,transform .28s ease;}
.bsbx928471.bsbx219805 .bsbx274910 img{width:50px;}
.bsbx735902{align-items:center;justify-content:center;gap:8px;flex:1;}
.bsbx735902 a{display:inline-flex;align-items:center;gap:8px;padding:13px 15px;border-radius:999px;font-size:13px;font-weight:900;line-height:1;letter-spacing:.065em;text-transform:uppercase;color:var(--bb-black);}
.bsbx735902 a i{font-size:13px;color:var(--bb-primary);transition:var(--bb-transition);}
.bsbx735902 a:hover{background:var(--bb-primary-light);color:var(--bb-primary);}
.bsbx735902 a:hover i{color:var(--bb-secondary);}
.bsbx391647{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;}
.bsbx847201{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:6px 8px 6px 6px;border:1px solid var(--bb-border);border-radius:999px;background:linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);box-shadow:0 10px 24px rgba(7,7,7,.08);color:var(--bb-black);transition:var(--bb-transition);}
.bsbx847201 span{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-primary);color:var(--bb-white);font-size:15px;}
.bsbx847201 strong{font-size:13px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;color:var(--bb-black);}
.bsbx847201>i{font-size:11px;color:var(--bb-gray);}
.bsbx847201:hover{border-color:rgba(47,95,168,.35);box-shadow:0 14px 32px rgba(47,95,168,.16);transform:translateY(-1px);}
.bsbx190426{min-width:190px;margin-top:14px;padding:8px;border:0;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 65px rgba(7,7,7,.18);}
.bsbx846502{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:14px;font-size:14px;font-weight:900;letter-spacing:.025em;color:var(--bb-black);}
.bsbx846502 i{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--bb-primary-light);color:var(--bb-primary);}
.bsbx846502:hover{background:var(--bb-light-gray);color:var(--bb-primary);}
.bsbx118630{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--bb-border);border-radius:50%;background:var(--bb-white);box-shadow:0 10px 24px rgba(7,7,7,.08);transition:var(--bb-transition);}
.bsbx118630 span{width:20px;height:2px;display:block;border-radius:999px;background:var(--bb-black);transition:var(--bb-transition);}
.bsbx118630:hover{border-color:rgba(47,95,168,.35);transform:translateY(-1px);}
.bsbx118630:hover span{background:var(--bb-primary);}
.bsbx350917{width:100%!important;max-width:100%;border:0;background:radial-gradient(circle at top left,rgba(47,95,168,.16) 0%,rgba(255,255,255,0) 36%),linear-gradient(180deg,#ffffff 0%,#f5f7fb 100%);}
.bsbx491726{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 22px 18px;border-bottom:1px solid var(--bb-border);}
.bsbx912744{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:24px;box-shadow:0 16px 35px rgba(229,0,61,.28);transition:var(--bb-transition);}
.bsbx912744:hover{background:var(--bb-secondary-dark);transform:rotate(90deg) scale(1.03);}
.bsbx583119{padding:28px 22px 34px;}
.bsbx667304{display:flex;flex-direction:column;gap:12px;}
.bsbx667304 a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 18px;border:1px solid var(--bb-border);border-radius:20px;background:var(--bb-white);box-shadow:0 12px 30px rgba(7,7,7,.06);font-family:var(--bb-heading-font);font-size:34px;line-height:1;letter-spacing:.055em;text-transform:uppercase;color:var(--bb-black);}
.bsbx667304 a i{order:2;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-primary-light);color:var(--bb-primary);font-size:18px;}
.bsbx667304 a span{order:1;}
.bsbx667304 a:hover{border-color:rgba(47,95,168,.22);color:var(--bb-primary);transform:translateX(4px);}
.bsbx667304 a:hover i{background:var(--bb-secondary);color:var(--bb-white);}
.bsbx730285{display:grid;grid-template-columns:1fr;gap:12px;margin-top:28px;padding-top:24px;border-top:1px solid var(--bb-border);}
.bsbx730285 a{display:flex;align-items:center;gap:12px;padding:15px 16px;border-radius:18px;background:var(--bb-black);color:var(--bb-white);font-size:14px;font-weight:800;}
.bsbx730285 a i{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);}
.bsbx730285 a:hover{background:var(--bb-primary);color:var(--bb-white);}
@media(max-width:991px){.bsbx928471{padding:14px 0;}.bsbx928471.bsbx219805{padding:7px 0;}.bsbx274910 img{width:78px;}.bsbx928471.bsbx219805 .bsbx274910 img{width:50px;}.bsbx847201{width:48px;padding:0;}.bsbx604183{gap:14px;}}
@media(max-width:575px){.bsbx491726{padding:18px 16px 16px;}.bsbx583119{padding:24px 16px 28px;}.bsbx667304 a{padding:16px;font-size:30px;}.bsbx667304 a i{width:44px;height:44px;font-size:16px;}.bsbx912744{width:48px;height:48px;font-size:22px;}}
@media(max-width:991px){.bsbx350917{z-index:1085;}.offcanvas-backdrop{z-index:1080;}}
/*END HEADER & NAV BY CAM*/

/*START 404 PAGE BY CAM*/
.bsbxer48291{position:relative;min-height:calc(100vh - 120px);display:flex;align-items:center;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;color:var(--bb-black);}
.bsbxer48291:before{content:"";position:absolute;top:-220px;right:-200px;width:560px;height:560px;border-radius:50%;background:rgba(47,95,168,.10);}
.bsbxer48291:after{content:"";position:absolute;bottom:-260px;left:-220px;width:620px;height:620px;border-radius:50%;background:rgba(229,0,61,.08);}
.bsbxer48291 .container{position:relative;z-index:2;}
.bsbxer73920{max-width:760px;margin:0 auto;text-align:center;}
.bsbxer18463{display:inline-block;margin-bottom:18px;font-family:var(--bb-heading-font);font-size:clamp(96px,16vw,190px);font-weight:400;line-height:.78;letter-spacing:.06em;color:rgba(47,95,168,.10);}
.bsbxer50184{width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 24px;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:28px;box-shadow:0 18px 45px rgba(229,0,61,.24);}
.bsbxer73920 h1{margin-bottom:18px;color:var(--bb-black);}
.bsbxer73920 p{max-width:620px;margin:0 auto 32px;font-size:18px;line-height:1.75;color:var(--bb-gray);}
@media(max-width:991px){.bsbxer48291{min-height:auto;padding:90px 0;}.bsbxer73920 p{font-size:17px;}}
@media(max-width:575px){.bsbxer48291{padding:76px 0;}.bsbxer50184{width:62px;height:62px;font-size:24px;}.bsbxer73920 h1{font-size:48px;}.bsbxer73920 p{font-size:16px;}.bsbxer73920 .bb-btn{width:100%;}}
/*END 404 PAGE BY CAM*/

/*START HERO BY CAM*/
.bsbxh2688{position:relative;min-height:100vh;margin-top:-1px;overflow:hidden;background:url('/assets/images/uploads/slider/barbershop-beban.webp') center center/cover no-repeat;color:var(--bb-white);}
.bsbxh2688:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,7,.90) 0%,rgba(7,7,7,.74) 42%,rgba(7,7,7,.36) 100%);z-index:1;}
.bsbxh2688:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 35%,rgba(229,0,61,.28) 0%,rgba(229,0,61,0) 32%),radial-gradient(circle at 78% 22%,rgba(47,95,168,.32) 0%,rgba(47,95,168,0) 34%);z-index:1;}
.bsbxh9147{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,7,.18) 0%,rgba(7,7,7,.65) 100%);z-index:2;}
.bsbxh2688 .container{position:relative;z-index:3;}
.bsbxh5831{max-width:760px;padding:170px 0 110px;}
.bsbxh7420{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;padding:10px 15px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.09);backdrop-filter:blur(14px);font-size:13px;font-weight:900;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--bb-white);}
.bsbxh7420 i{color:var(--bb-secondary);}
.bsbxh5831 h1{max-width:760px;margin-bottom:24px;color:var(--bb-white);text-shadow:0 12px 34px rgba(0,0,0,.32);}
.bsbxh5831 p{max-width:670px;margin-bottom:34px;font-size:19px;line-height:1.75;color:rgba(255,255,255,.82);}
.bsbxh5831 p strong{color:var(--bb-white);}
.bsbxh3375{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.bsbxh6092{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.bsbxh6092 a{display:inline-flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);font-size:14px;font-weight:800;color:rgba(255,255,255,.90);}
.bsbxh6092 a i{color:var(--bb-secondary);}
.bsbxh6092 a:hover{background:rgba(255,255,255,.14);color:var(--bb-white);}
.bsbxh8846{display:grid;grid-template-columns:1fr;gap:16px;margin-left:auto;max-width:330px;}
.bsbxh2219{position:relative;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.10);backdrop-filter:blur(18px);box-shadow:0 22px 55px rgba(0,0,0,.24);overflow:hidden;}
.bsbxh2219:before{content:"";position:absolute;top:-40px;right:-40px;width:110px;height:110px;border-radius:50%;background:rgba(47,95,168,.34);}
.bsbxh2219 i{position:relative;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:20px;z-index:2;}
.bsbxh2219 span{position:relative;display:block;margin-bottom:6px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62);z-index:2;}
.bsbxh2219 strong{position:relative;display:block;font-family:var(--bb-heading-font);font-size:34px;font-weight:400;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:var(--bb-white);z-index:2;}
@media(max-width:991px){.bsbxh2688{min-height:auto;background-position:center center;}.bsbxh2688:before{background:linear-gradient(180deg,rgba(7,7,7,.88) 0%,rgba(7,7,7,.72) 100%);}.bsbxh5831{padding:130px 0 82px;}.bsbxh5831 p{font-size:17px;}.bsbxh3375{align-items:stretch;}.bsbxh6092{align-items:stretch;flex-direction:column;}.bsbxh6092 a{width:100%;border-radius:18px;}}
@media(max-width:575px){.bsbxh5831{padding:112px 0 70px;}.bsbxh7420{font-size:11px;letter-spacing:.12em;}.bsbxh5831 h1{font-size:52px;}.bsbxh5831 p{font-size:16px;}.bsbxh3375{gap:10px;margin-bottom:28px;}.bsbxh6092 a{font-size:13px;line-height:1.45;}}
/*END HERO BY CAM*/

/*START OVER SECTION BY CAM*/
.bsbxgt28626{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxgt28626:before{content:"";position:absolute;top:-180px;right:-160px;width:420px;height:420px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxgt28626:after{content:"";position:absolute;bottom:-220px;left:-180px;width:460px;height:460px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxgt71942{position:relative;max-width:560px;}
.bsbxgt71942:before{content:"";position:absolute;inset:22px -22px -22px 22px;border:3px solid var(--bb-primary);border-radius:28px;z-index:1;}
.bsbxgt71942 img{position:relative;display:block;width:100%;height:620px;object-fit:cover;border-radius:28px;box-shadow:var(--bb-shadow);z-index:2;}
.bsbxgt43891{position:absolute;right:-18px;bottom:34px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:999px;background:var(--bb-secondary);box-shadow:0 18px 45px rgba(229,0,61,.30);color:var(--bb-white);z-index:3;}
.bsbxgt43891 i{font-size:18px;}
.bsbxgt43891 span{font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;}
.bsbxgt60483{position:relative;z-index:2;padding-left:24px;}
.bsbxgt60483 h2{max-width:640px;margin-bottom:24px;}
.bsbxgt60483 p{max-width:670px;font-size:17px;}
.bsbxgt60483 p strong{color:var(--bb-black);}
.bsbxgt55176{display:grid;grid-template-columns:1fr;gap:14px;margin:34px 0;}
.bsbxgt92840{display:flex;align-items:flex-start;gap:16px;padding:18px;border:1px solid var(--bb-border);border-radius:20px;background:var(--bb-white);box-shadow:0 12px 34px rgba(7,7,7,.06);}
.bsbxgt92840>i{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--bb-primary-light);color:var(--bb-primary);font-size:18px;}
.bsbxgt92840 strong{display:block;margin-bottom:4px;font-size:15px;font-weight:900;color:var(--bb-black);}
.bsbxgt92840 span{display:block;font-size:14px;font-weight:600;line-height:1.6;color:var(--bb-gray);}
@media(max-width:991px){.bsbxgt28626{padding:82px 0;}.bsbxgt60483{padding-left:0;}.bsbxgt71942{max-width:100%;}.bsbxgt71942 img{height:520px;}.bsbxgt43891{right:18px;bottom:24px;}}
@media(max-width:575px){.bsbxgt28626{padding:68px 0;}.bsbxgt71942:before{inset:14px -10px -14px 14px;border-width:2px;border-radius:22px;}.bsbxgt71942 img{height:390px;border-radius:22px;}.bsbxgt43891{right:12px;bottom:18px;padding:13px 16px;}.bsbxgt43891 span{font-size:11px;}.bsbxgt60483 p{font-size:16px;}.bsbxgt92840{padding:16px;}.bsbxgt92840>i{width:44px;height:44px;font-size:16px;}}
/*END OVER SECTION BY CAM*/

/*START DIENSTEN SECTION BY CAM*/
.bsbxdn48291{position:relative;padding:110px 0;background:var(--bb-black);overflow:hidden;}
.bsbxdn48291:before{content:"";position:absolute;top:-180px;left:-160px;width:460px;height:460px;border-radius:50%;background:rgba(47,95,168,.28);}
.bsbxdn48291:after{content:"";position:absolute;right:-180px;bottom:-220px;width:520px;height:520px;border-radius:50%;background:rgba(229,0,61,.20);}
.bsbxdn48291 .container{position:relative;z-index:2;}
.bsbxdn48291 h2{color:var(--bb-white);}
.bsbxdn74016{max-width:720px;font-size:17px;color:rgba(255,255,255,.72);}
.bsbxdn63927{position:relative;height:100%;display:flex;align-items:flex-start;gap:18px;padding:24px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.095) 0%,rgba(255,255,255,.045) 100%);box-shadow:0 22px 55px rgba(0,0,0,.22);backdrop-filter:blur(18px);overflow:hidden;transition:var(--bb-transition);}
.bsbxdn63927:before{content:"";position:absolute;top:-54px;right:-54px;width:125px;height:125px;border-radius:50%;background:rgba(47,95,168,.22);transition:var(--bb-transition);}
.bsbxdn63927:hover{border-color:rgba(255,255,255,.22);transform:translateY(-6px);}
.bsbxdn63927:hover:before{background:rgba(229,0,61,.24);transform:scale(1.1);}
.bsbxdn18504{position:relative;width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:18px;background:var(--bb-secondary);color:var(--bb-white);font-size:21px;z-index:2;}
.bsbxdn82751{position:relative;flex:1;z-index:2;}
.bsbxdn82751 h3{margin-bottom:8px;font-size:30px;color:var(--bb-white);}
.bsbxdn82751 p{margin-bottom:0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.62);}
.bsbxdn63927>strong{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:10px 12px;border-radius:999px;background:var(--bb-white);font-size:14px;font-weight:900;color:var(--bb-black);z-index:2;}
.bsbxdn37044{border-color:rgba(229,0,61,.46);background:linear-gradient(180deg,rgba(229,0,61,.18) 0%,rgba(255,255,255,.045) 100%);}
.bsbxdn29406{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding:22px 24px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.07);backdrop-filter:blur(18px);}
.bsbxdn29406 div{display:flex;align-items:center;gap:13px;color:var(--bb-white);}
.bsbxdn29406 div i{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-primary);color:var(--bb-white);}
.bsbxdn29406 div span{font-size:15px;font-weight:800;color:rgba(255,255,255,.84);}
.bsbxdn29406 a{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-white);}
.bsbxdn29406 a:hover{color:var(--bb-secondary);}
@media(max-width:991px){.bsbxdn48291{padding:82px 0;}.bsbxdn29406{align-items:flex-start;flex-direction:column;}.bsbxdn29406 a{width:100%;justify-content:center;padding:15px 18px;border-radius:999px;background:var(--bb-secondary);color:var(--bb-white);}.bsbxdn29406 a:hover{background:var(--bb-secondary-dark);color:var(--bb-white);}}
@media(max-width:575px){.bsbxdn48291{padding:68px 0;}.bsbxdn63927{gap:14px;padding:18px;border-radius:20px;}.bsbxdn18504{width:48px;height:48px;border-radius:15px;font-size:18px;}.bsbxdn82751 h3{font-size:25px;}.bsbxdn63927>strong{min-width:70px;padding:9px 10px;font-size:13px;}.bsbxdn29406{padding:18px;border-radius:20px;}}
/*END DIENSTEN SECTION BY CAM*/

/*START HOME GALLERY BY CAM*/
.bsbxgl58264{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-light-gray) 0%,var(--bb-white) 100%);overflow:hidden;}
.bsbxgl58264:before{content:"";position:absolute;top:-220px;right:-180px;width:520px;height:520px;border-radius:50%;background:rgba(47,95,168,.09);}
.bsbxgl58264:after{content:"";position:absolute;bottom:-260px;left:-210px;width:560px;height:560px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxgl58264 .container{position:relative;z-index:2;}
.bsbxgl90317{max-width:720px;font-size:17px;}
.bsbxgl14782{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:stretch;}
.bsbxgl73491{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--bb-shadow);background:var(--bb-black);}
.bsbxgl73491:before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:30px;z-index:4;pointer-events:none;}
.bsbxgl73491 .carousel-inner{height:650px;}
.bsbxgl73491 .carousel-item{height:650px;background:var(--bb-black);}
.bsbxgl73491 .carousel-item:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,7,.08) 0%,rgba(7,7,7,.58) 100%);z-index:2;}
.bsbxgl73491 .carousel-item img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;}
.bsbxgl41859{top:auto;bottom:28px;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-white);opacity:1;color:var(--bb-black);z-index:5;transition:var(--bb-transition);}
.bsbxgl41859:hover{background:var(--bb-secondary);color:var(--bb-white);transform:translateY(-2px);}
.bsbxgl73491 .carousel-control-prev{left:28px;}
.bsbxgl73491 .carousel-control-next{left:94px;right:auto;}
.bsbxgl41859 i{font-size:17px;}
.bsbxgl26048{position:absolute;right:28px;bottom:44px;display:flex;align-items:center;gap:8px;z-index:5;max-width:45%;flex-wrap:wrap;justify-content:flex-end;}
.bsbxgl26048 button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.46);transition:var(--bb-transition);}
.bsbxgl26048 button.active{width:34px;background:var(--bb-secondary);}
.bsbxgl67193{display:grid;grid-template-columns:1fr;gap:18px;}
.bsbxgl92640{position:relative;min-height:198px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:26px;background:var(--bb-black);box-shadow:0 18px 45px rgba(7,7,7,.12);overflow:hidden;}
.bsbxgl92640:before{content:"";position:absolute;top:-60px;right:-60px;width:150px;height:150px;border-radius:50%;background:rgba(47,95,168,.42);}
.bsbxgl92640:after{content:"";position:absolute;bottom:-70px;left:-70px;width:150px;height:150px;border-radius:50%;background:rgba(229,0,61,.26);}
.bsbxgl92640 i{position:relative;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:auto;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:20px;z-index:2;}
.bsbxgl92640 span{position:relative;display:block;margin-top:24px;margin-bottom:7px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.54);z-index:2;}
.bsbxgl92640 strong{position:relative;display:block;font-family:var(--bb-heading-font);font-size:32px;font-weight:400;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:var(--bb-white);z-index:2;}
@media(max-width:1199px){.bsbxgl14782{grid-template-columns:1fr 290px;}.bsbxgl73491 .carousel-inner{height:590px;}.bsbxgl73491 .carousel-item{height:590px;}.bsbxgl92640{min-height:184px;}}
@media(max-width:991px){.bsbxgl58264{padding:82px 0;}.bsbxgl14782{grid-template-columns:1fr;}.bsbxgl73491 .carousel-inner{height:520px;}.bsbxgl73491 .carousel-item{height:520px;}.bsbxgl67193{grid-template-columns:repeat(3,1fr);}.bsbxgl92640{min-height:180px;}.bsbxgl92640 strong{font-size:27px;}}
@media(max-width:767px){.bsbxgl67193{grid-template-columns:1fr;}.bsbxgl73491 .carousel-inner{height:440px;}.bsbxgl73491 .carousel-item{height:440px;}.bsbxgl41859{bottom:22px;width:48px;height:48px;}.bsbxgl73491 .carousel-control-prev{left:22px;}.bsbxgl73491 .carousel-control-next{left:80px;}.bsbxgl26048{right:22px;bottom:38px;}}
@media(max-width:575px){.bsbxgl58264{padding:68px 0;}.bsbxgl73491{border-radius:24px;}.bsbxgl73491:before{border-radius:24px;}.bsbxgl73491 .carousel-inner{height:360px;}.bsbxgl73491 .carousel-item{height:360px;}.bsbxgl26048{display:none;}.bsbxgl92640{min-height:160px;padding:20px;border-radius:22px;}.bsbxgl92640 i{width:48px;height:48px;font-size:18px;}.bsbxgl92640 strong{font-size:28px;}}
/*END HOME GALLERY BY CAM*/

/*START REVIEWS BY CAM*/
.bsbxrv74126{position:relative;padding:110px 0;background:var(--bb-white);overflow:hidden;}
.bsbxrv74126:before{content:"";position:absolute;top:-210px;left:-170px;width:520px;height:520px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxrv74126:after{content:"";position:absolute;right:-210px;bottom:-250px;width:560px;height:560px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxrv74126 .container{position:relative;z-index:2;}
.bsbxrv39052{max-width:760px;font-size:17px;}
.bsbxrv39052 strong{color:var(--bb-black);}
.bsbxrv91834{display:flex;align-items:center;justify-content:flex-end;gap:18px;padding:22px 24px;border:1px solid var(--bb-border);border-radius:26px;background:linear-gradient(135deg,var(--bb-black) 0%,#1d1d1d 100%);box-shadow:var(--bb-shadow);}
.bsbxrv91834>div:first-child{display:flex;align-items:flex-end;gap:7px;}
.bsbxrv91834>div:first-child strong{font-family:var(--bb-heading-font);font-size:70px;font-weight:400;line-height:.85;color:var(--bb-white);}
.bsbxrv91834>div:first-child span{margin-bottom:6px;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.52);}
.bsbxrv91834 small{display:block;margin-top:6px;font-size:13px;font-weight:700;color:rgba(255,255,255,.64);}
.bsbxrv50217{display:flex;align-items:center;gap:4px;color:#f7b500;}
.bsbxrv50217 i{font-size:14px;}
.bsbxrv62803{position:relative;height:100%;padding:26px;border:1px solid var(--bb-border);border-radius:26px;background:var(--bb-white);box-shadow:0 16px 42px rgba(7,7,7,.07);overflow:hidden;transition:var(--bb-transition);}
.bsbxrv62803:before{content:"“";position:absolute;right:20px;bottom:-34px;font-family:Georgia,serif;font-size:150px;line-height:1;color:rgba(47,95,168,.07);}
.bsbxrv62803:hover{border-color:rgba(47,95,168,.24);transform:translateY(-6px);box-shadow:0 24px 58px rgba(7,7,7,.11);}
.bsbxrv11485{position:relative;display:flex;align-items:center;gap:14px;margin-bottom:20px;z-index:2;}
.bsbxrv11485>span{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--bb-primary);font-size:15px;font-weight:900;color:var(--bb-white);}
.bsbxrv11485 h3{margin-bottom:5px;font-family:var(--bb-body-font);font-size:16px;font-weight:900;line-height:1.2;letter-spacing:0;text-transform:none;color:var(--bb-black);}
.bsbxrv62803 p{position:relative;margin-bottom:0;font-size:15px;line-height:1.75;color:var(--bb-gray);z-index:2;}
.bsbxrv77641{background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-primary-light) 100%);border-color:rgba(47,95,168,.20);}
.bsbxrv24580{position:relative;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:30px;border-radius:26px;background:linear-gradient(135deg,var(--bb-primary) 0%,var(--bb-primary-dark) 100%);box-shadow:0 22px 55px rgba(47,95,168,.22);overflow:hidden;}
.bsbxrv24580:before{content:"";position:absolute;top:-70px;right:-70px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.12);}
.bsbxrv24580>i{position:relative;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:50%;background:var(--bb-white);color:var(--bb-primary);font-size:24px;z-index:2;}
.bsbxrv24580 h3{position:relative;margin-bottom:12px;font-size:36px;color:var(--bb-white);z-index:2;}
.bsbxrv24580 p{position:relative;margin-bottom:24px;color:rgba(255,255,255,.72);z-index:2;}
.bsbxrv24580 a{position:relative;display:inline-flex;align-items:center;gap:10px;margin-top:auto;font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-white);z-index:2;}
.bsbxrv24580 a:hover{color:var(--bb-secondary);}
@media(max-width:991px){.bsbxrv74126{padding:82px 0;}.bsbxrv91834{justify-content:flex-start;}.bsbxrv91834>div:first-child strong{font-size:62px;}}
@media(max-width:575px){.bsbxrv74126{padding:68px 0;}.bsbxrv91834{align-items:flex-start;flex-direction:column;border-radius:22px;}.bsbxrv62803{padding:22px;border-radius:22px;}.bsbxrv24580{padding:24px;border-radius:22px;}.bsbxrv24580 h3{font-size:31px;}}
/*END REVIEWS BY CAM*/

/*START FOOTER BY CAM*/
.bsbxft49281{position:relative;background:var(--bb-black);color:var(--bb-white);overflow:hidden;}
.bsbxft49281:before{content:"";position:absolute;top:-240px;right:-220px;width:560px;height:560px;border-radius:50%;background:rgba(47,95,168,.25);}
.bsbxft49281:after{content:"";position:absolute;bottom:-280px;left:-240px;width:620px;height:620px;border-radius:50%;background:rgba(229,0,61,.17);}
.bsbxft49281 .container{position:relative;z-index:2;}
.bsbxft18470{position:relative;padding:70px 0;border-bottom:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg,rgba(47,95,168,.22) 0%,rgba(7,7,7,0) 55%);}
.bsbxft64027{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--bb-secondary);}
.bsbxft64027:before{content:"";width:34px;height:3px;border-radius:999px;background:var(--bb-secondary);}
.bsbxft18470 h2{margin-bottom:16px;color:var(--bb-white);}
.bsbxft18470 p{max-width:700px;margin-bottom:0;font-size:17px;color:rgba(255,255,255,.72);}
.bsbxft73829{position:relative;padding:72px 0 0;}
.bsbxft92615{height:100%;min-width:0;}
.bsbxft31740{display:inline-flex;margin-bottom:22px;}
.bsbxft31740 img{width:94px;height:auto;display:block;}
.bsbxft92615 p{max-width:390px;margin-bottom:24px;font-size:15px;line-height:1.75;color:rgba(255,255,255,.62);}
.bsbxft92615 h3{margin-bottom:22px;font-size:30px;color:var(--bb-white);}
.bsbxft50863{display:flex;align-items:center;gap:10px;}
.bsbxft50863 a{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.09);color:var(--bb-white);transition:var(--bb-transition);}
.bsbxft50863 a:hover{background:var(--bb-secondary);color:var(--bb-white);transform:translateY(-2px);}
.bsbxft80531{display:grid;grid-template-columns:1fr;gap:11px;margin:0;padding:0;list-style:none;}
.bsbxft80531 li{margin:0;padding:0;}
.bsbxft80531 a{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:800;color:rgba(255,255,255,.68);}
.bsbxft80531 a:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--bb-secondary);opacity:.85;}
.bsbxft80531 a:hover{color:var(--bb-white);transform:translateX(4px);}
.bsbxft39264{display:grid;grid-template-columns:1fr;gap:15px;max-width:100%;margin:0;padding:0;list-style:none;}
.bsbxft39264 li{display:flex;align-items:flex-start;gap:12px;min-width:0;margin:0;color:rgba(255,255,255,.68);}
.bsbxft39264 i{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:rgba(47,95,168,.28);color:var(--bb-secondary);font-size:14px;}
.bsbxft39264 a{max-width:100%;font-size:14px;font-weight:700;line-height:1.55;color:rgba(255,255,255,.70);overflow-wrap:anywhere;word-break:break-word;}
.bsbxft39264 a:hover{color:var(--bb-white);}
.bsbxft11984{padding:24px;border:1px solid rgba(255,255,255,.10);border-radius:26px;background:rgba(255,255,255,.06);backdrop-filter:blur(18px);}
.bsbxft67103{display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none;}
.bsbxft67103 li{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.09);}
.bsbxft67103 li:last-child{padding-bottom:0;border-bottom:0;}
.bsbxft67103 span{font-size:14px;font-weight:800;color:rgba(255,255,255,.68);}
.bsbxft67103 strong{font-size:14px;font-weight:900;color:var(--bb-white);}
.bsbxft24790{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:58px;padding:24px 0;border-top:1px solid rgba(255,255,255,.10);}
.bsbxft24790 p{margin:0;font-size:13px;font-weight:700;color:rgba(255,255,255,.52);}
.bsbxft24790 div{display:flex;align-items:center;gap:12px;}
.bsbxft24790 a{font-size:13px;font-weight:800;color:rgba(255,255,255,.56);}
.bsbxft24790 a:hover{color:var(--bb-white);}
.bsbxft24790 span{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.24);}
.bsbxft86423{position:fixed;right:24px;bottom:24px;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:18px;box-shadow:0 18px 42px rgba(229,0,61,.32);opacity:0;visibility:hidden;transform:translateY(18px) scale(.92);z-index:1045;transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .25s ease,box-shadow .25s ease;}
.bsbxft86423.bsbxft70935{opacity:1;visibility:visible;transform:translateY(0) scale(1);}
.bsbxft86423:hover{background:var(--bb-primary);color:var(--bb-white);box-shadow:0 18px 42px rgba(47,95,168,.32);transform:translateY(-3px) scale(1);}
.bsbxft86423 i{line-height:1;}
@media(max-width:991px){.bsbxft18470{padding:58px 0;}.bsbxft73829{padding:58px 0 0;}.bsbxft11984{margin-top:10px;}.bsbxft24790{align-items:flex-start;flex-direction:column;margin-top:44px;}.bsbxft24790 div{flex-wrap:wrap;}}
@media(max-width:767px){.bsbxft18470 .bb-btn{width:100%;}.bsbxft92615 h3{font-size:27px;}.bsbxft80531{grid-template-columns:1fr;}.bsbxft11984{padding:20px;border-radius:22px;}.bsbxft67103{grid-template-columns:1fr 1fr;gap:12px;}.bsbxft67103 li{align-items:flex-start;flex-direction:column;gap:3px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.045);}.bsbxft67103 li:last-child{padding:12px;border-bottom:1px solid rgba(255,255,255,.09);}.bsbxft39264{gap:12px;}.bsbxft39264 li{gap:10px;}.bsbxft39264 i{width:36px;height:36px;}.bsbxft39264 a{font-size:14px;line-height:1.5;}.bsbxft73829 .row>[class*="col-"]{min-width:0;}.bsbxft86423{right:18px;bottom:18px;width:50px;height:50px;font-size:17px;}}
@media(max-width:575px){.bsbxft18470{padding:50px 0;}.bsbxft73829{padding:50px 0 0;}.bsbxft31740 img{width:82px;}.bsbxft50863 a{width:42px;height:42px;}.bsbxft24790{padding:22px 0;}.bsbxft86423{right:16px;bottom:16px;width:48px;height:48px;}}
/*END FOOTER BY CAM*/

/*START PAGE BREADCRUMB BY CAM*/
.bsbxpg18462{position:relative;min-height:430px;display:flex;align-items:center;padding:120px 0 90px;background:url('/assets/images/uploads/slider/barbershop-beban-inside.webp') center center/cover no-repeat;overflow:hidden;color:var(--bb-white);}
.bsbxpg18462:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,7,.92) 0%,rgba(7,7,7,.75) 48%,rgba(7,7,7,.42) 100%);z-index:1;}
.bsbxpg18462:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 38%,rgba(229,0,61,.28) 0%,rgba(229,0,61,0) 32%),radial-gradient(circle at 82% 26%,rgba(47,95,168,.32) 0%,rgba(47,95,168,0) 34%);z-index:1;}
.bsbxpg73019{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,7,.18) 0%,rgba(7,7,7,.72) 100%);z-index:2;}
.bsbxpg18462 .container{position:relative;z-index:3;}
.bsbxpg49285{max-width:820px;}
.bsbxpg91736{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;padding:10px 15px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);}
.bsbxpg91736 a{font-size:13px;font-weight:900;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.78);}
.bsbxpg91736 a:hover{color:var(--bb-white);}
.bsbxpg91736 i{font-size:10px;color:var(--bb-secondary);}
.bsbxpg91736 span{font-size:13px;font-weight:900;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--bb-white);}
.bsbxpg49285 h1{margin-bottom:20px;color:var(--bb-white);text-shadow:0 12px 34px rgba(0,0,0,.32);}
.bsbxpg49285 p{max-width:720px;margin-bottom:0;font-size:18px;line-height:1.75;color:rgba(255,255,255,.78);}
@media(max-width:991px){.bsbxpg18462{min-height:390px;padding:105px 0 76px;}.bsbxpg49285 p{font-size:17px;}}
@media(max-width:575px){.bsbxpg18462{min-height:350px;padding:92px 0 62px;background-position:center center;}.bsbxpg18462:before{background:linear-gradient(180deg,rgba(7,7,7,.88) 0%,rgba(7,7,7,.76) 100%);}.bsbxpg91736{gap:8px;padding:9px 12px;}.bsbxpg91736 a,.bsbxpg91736 span{font-size:11px;letter-spacing:.10em;}.bsbxpg49285 h1{font-size:50px;}.bsbxpg49285 p{font-size:16px;}}
/*END PAGE BREADCRUMB BY CAM*/


/*START ABOUT PAGE BY CAM*/
.bsbxab38471{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxab38471:before{content:"";position:absolute;top:-190px;right:-170px;width:460px;height:460px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxab38471:after{content:"";position:absolute;bottom:-230px;left:-190px;width:520px;height:520px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxab38471 .container{position:relative;z-index:2;}
.bsbxab90426{position:relative;max-width:560px;}
.bsbxab90426:before{content:"";position:absolute;inset:22px 22px -22px -22px;border:3px solid var(--bb-primary);border-radius:28px;z-index:1;}
.bsbxab90426 img{position:relative;width:100%;height:620px;display:block;object-fit:cover;object-position:center center;border-radius:28px;box-shadow:var(--bb-shadow);z-index:2;}
.bsbxab27193{position:absolute;right:-18px;bottom:34px;max-width:260px;padding:18px 20px;border-radius:22px;background:var(--bb-black);box-shadow:0 18px 45px rgba(7,7,7,.24);color:var(--bb-white);z-index:3;}
.bsbxab27193 i{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);}
.bsbxab27193 span{display:block;margin-bottom:5px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.58);}
.bsbxab27193 strong{display:block;font-family:var(--bb-heading-font);font-size:30px;font-weight:400;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:var(--bb-white);}
.bsbxab62740{padding-left:24px;}
.bsbxab62740 h2{margin-bottom:24px;}
.bsbxab62740 p{font-size:17px;}
.bsbxab62740 p strong{color:var(--bb-black);}
.bsbxab81652{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:34px;}
.bsbxab73518{position:relative;padding:110px 0;background:var(--bb-white);overflow:hidden;}
.bsbxab73518:before{content:"";position:absolute;top:-220px;left:-180px;width:520px;height:520px;border-radius:50%;background:rgba(47,95,168,.07);}
.bsbxab73518:after{content:"";position:absolute;right:-220px;bottom:-260px;width:560px;height:560px;border-radius:50%;background:rgba(229,0,61,.06);}
.bsbxab73518 .container{position:relative;z-index:2;}
.bsbxab73518 .bb-subtitle{justify-content:center;}
.bsbxab56049{max-width:760px;margin-left:auto;margin-right:auto;font-size:17px;}
.bsbxab49382{position:relative;height:100%;padding:34px;border:1px solid var(--bb-border);border-radius:28px;background:var(--bb-white);box-shadow:0 18px 48px rgba(7,7,7,.07);overflow:hidden;transition:var(--bb-transition);}
.bsbxab49382:before{content:"";position:absolute;top:-70px;right:-70px;width:170px;height:170px;border-radius:50%;background:rgba(47,95,168,.10);}
.bsbxab49382:hover{transform:translateY(-6px);box-shadow:0 26px 64px rgba(7,7,7,.11);}
.bsbxab92751{background:linear-gradient(135deg,var(--bb-black) 0%,#1b1b1b 100%);border-color:rgba(255,255,255,.10);}
.bsbxab18264{position:relative;width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:20px;background:var(--bb-secondary);color:var(--bb-white);font-size:24px;z-index:2;}
.bsbxab49382 h3{position:relative;margin-bottom:18px;font-size:42px;z-index:2;}
.bsbxab49382 p{position:relative;font-size:16px;line-height:1.75;z-index:2;}
.bsbxab92751 h3{color:var(--bb-white);}
.bsbxab92751 p{color:rgba(255,255,255,.68);}
.bsbxab64820{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-light-gray) 0%,var(--bb-white) 100%);overflow:hidden;}
.bsbxab64820 .container{position:relative;z-index:2;}
.bsbxab39016{max-width:760px;font-size:17px;}
.bsbxab11869{height:100%;padding:26px;border:1px solid var(--bb-border);border-radius:26px;background:var(--bb-white);box-shadow:0 16px 42px rgba(7,7,7,.06);transition:var(--bb-transition);}
.bsbxab11869:hover{border-color:rgba(47,95,168,.24);transform:translateY(-6px);box-shadow:0 24px 58px rgba(7,7,7,.10);}
.bsbxab11869 i{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:18px;background:var(--bb-primary-light);color:var(--bb-primary);font-size:22px;}
.bsbxab11869 h3{margin-bottom:12px;font-size:32px;}
.bsbxab11869 p{margin-bottom:0;font-size:15px;line-height:1.7;}
.bsbxab27483{position:relative;padding:0 0 110px;background:var(--bb-white);}
.bsbxab83951{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:40px;border-radius:30px;background:linear-gradient(135deg,var(--bb-primary) 0%,var(--bb-primary-dark) 100%);box-shadow:0 24px 64px rgba(47,95,168,.22);overflow:hidden;}
.bsbxab83951:before{content:"";position:absolute;top:-90px;right:-90px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.12);}
.bsbxab83951:after{content:"";position:absolute;bottom:-100px;left:-100px;width:240px;height:240px;border-radius:50%;background:rgba(229,0,61,.22);}
.bsbxab83951>div{position:relative;z-index:2;}
.bsbxab83951 span{display:block;margin-bottom:10px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62);}
.bsbxab83951 h2{margin-bottom:12px;color:var(--bb-white);}
.bsbxab83951 p{margin-bottom:0;font-size:17px;color:rgba(255,255,255,.75);}
.bsbxab58403{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto;}
@media(max-width:991px){.bsbxab38471,.bsbxab73518,.bsbxab64820{padding:82px 0;}.bsbxab27483{padding:0 0 82px;}.bsbxab62740{padding-left:0;}.bsbxab90426{max-width:100%;}.bsbxab90426 img{height:520px;}.bsbxab27193{right:18px;bottom:24px;}.bsbxab83951{align-items:flex-start;flex-direction:column;}.bsbxab58403{width:100%;justify-content:flex-start;flex-wrap:wrap;}}
@media(max-width:767px){.bsbxab81652 .bb-btn,.bsbxab58403 .bb-btn{width:100%;}.bsbxab49382{padding:28px;border-radius:24px;}.bsbxab83951{padding:30px;border-radius:26px;}}
@media(max-width:575px){.bsbxab38471,.bsbxab73518,.bsbxab64820{padding:68px 0;}.bsbxab27483{padding:0 0 68px;}.bsbxab90426:before{inset:14px 14px -14px -10px;border-width:2px;border-radius:22px;}.bsbxab90426 img{height:390px;border-radius:22px;}.bsbxab27193{right:12px;bottom:18px;max-width:230px;padding:16px;border-radius:20px;}.bsbxab27193 strong{font-size:26px;}.bsbxab62740 p{font-size:16px;}.bsbxab49382 h3{font-size:36px;}.bsbxab11869{padding:22px;border-radius:22px;}.bsbxab11869 h3{font-size:29px;}.bsbxab83951{padding:24px;border-radius:22px;}}
/*END ABOUT PAGE BY CAM*/

/*START PRICING PAGE BY CAM*/
.bsbxpr58192{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxpr58192:before{content:"";position:absolute;top:-190px;right:-170px;width:460px;height:460px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxpr58192:after{content:"";position:absolute;bottom:-230px;left:-190px;width:520px;height:520px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxpr58192 .container{position:relative;z-index:2;}
.bsbxpr90471{max-width:760px;font-size:17px;}
.bsbxpr27384{height:100%;padding:32px;border:1px solid var(--bb-border);border-radius:30px;background:var(--bb-white);box-shadow:var(--bb-shadow);}
.bsbxpr72610{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--bb-border);}
.bsbxpr72610>i{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:20px;background:var(--bb-secondary);color:var(--bb-white);font-size:24px;}
.bsbxpr72610 span{display:block;margin-bottom:5px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--bb-secondary);}
.bsbxpr72610 h3{margin:0;font-size:40px;}
.bsbxpr49163{display:grid;grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;}
.bsbxpr49163 li{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0;padding:16px 18px;border:1px solid var(--bb-border);border-radius:18px;background:var(--bb-light-gray);transition:var(--bb-transition);}
.bsbxpr49163 li:hover{border-color:rgba(47,95,168,.24);background:var(--bb-white);transform:translateX(4px);}
.bsbxpr49163 span{font-size:15px;font-weight:800;color:var(--bb-black);}
.bsbxpr49163 strong{display:inline-flex;align-items:center;justify-content:center;min-width:82px;padding:8px 12px;border-radius:999px;background:var(--bb-black);font-size:14px;font-weight:900;color:var(--bb-white);}
.bsbxpr83520{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:34px;border-radius:30px;background:linear-gradient(135deg,var(--bb-black) 0%,#1b1b1b 100%);box-shadow:0 24px 64px rgba(7,7,7,.22);overflow:hidden;color:var(--bb-white);}
.bsbxpr83520:before{content:"";position:absolute;top:-80px;right:-80px;width:190px;height:190px;border-radius:50%;background:rgba(47,95,168,.38);}
.bsbxpr83520:after{content:"";position:absolute;bottom:-90px;left:-90px;width:210px;height:210px;border-radius:50%;background:rgba(229,0,61,.24);}
.bsbxpr17264{position:relative;align-self:flex-start;margin-bottom:24px;padding:9px 13px;border-radius:999px;background:var(--bb-secondary);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--bb-white);z-index:2;}
.bsbxpr69128{position:relative;width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px;border-radius:24px;background:rgba(255,255,255,.10);color:var(--bb-white);font-size:28px;z-index:2;}
.bsbxpr83520 h3{position:relative;margin-bottom:14px;font-size:44px;color:var(--bb-white);z-index:2;}
.bsbxpr83520 p{position:relative;margin-bottom:26px;font-size:16px;line-height:1.75;color:rgba(255,255,255,.70);z-index:2;}
.bsbxpr52947{position:relative;display:flex;align-items:flex-end;gap:10px;margin-bottom:30px;z-index:2;}
.bsbxpr52947 span{margin-bottom:8px;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.54);}
.bsbxpr52947 strong{font-family:var(--bb-heading-font);font-size:76px;font-weight:400;line-height:.85;color:var(--bb-white);}
.bsbxpr83520 .bb-btn{position:relative;margin-top:auto;z-index:2;}
.bsbxpr36048{position:relative;padding:0 0 110px;background:var(--bb-light-gray);}
.bsbxpr11850{height:100%;padding:26px;border:1px solid var(--bb-border);border-radius:26px;background:var(--bb-white);box-shadow:0 16px 42px rgba(7,7,7,.06);transition:var(--bb-transition);}
.bsbxpr11850:hover{border-color:rgba(47,95,168,.24);transform:translateY(-6px);box-shadow:0 24px 58px rgba(7,7,7,.10);}
.bsbxpr11850 i{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:18px;background:var(--bb-primary-light);color:var(--bb-primary);font-size:22px;}
.bsbxpr11850 h3{margin-bottom:12px;font-size:32px;}
.bsbxpr11850 p{margin-bottom:0;font-size:15px;line-height:1.7;}
.bsbxpr28406{position:relative;padding:0 0 110px;background:var(--bb-light-gray);}
.bsbxpr63914{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:40px;border-radius:30px;background:linear-gradient(135deg,var(--bb-primary) 0%,var(--bb-primary-dark) 100%);box-shadow:0 24px 64px rgba(47,95,168,.22);overflow:hidden;}
.bsbxpr63914:before{content:"";position:absolute;top:-90px;right:-90px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.12);}
.bsbxpr63914:after{content:"";position:absolute;bottom:-100px;left:-100px;width:240px;height:240px;border-radius:50%;background:rgba(229,0,61,.22);}
.bsbxpr63914>div{position:relative;z-index:2;}
.bsbxpr63914 span{display:block;margin-bottom:10px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62);}
.bsbxpr63914 h2{margin-bottom:12px;color:var(--bb-white);}
.bsbxpr63914 p{margin-bottom:0;font-size:17px;color:rgba(255,255,255,.75);}
.bsbxpr77429{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto;}
@media(max-width:991px){.bsbxpr58192{padding:82px 0;}.bsbxpr36048,.bsbxpr28406{padding:0 0 82px;}.bsbxpr63914{align-items:flex-start;flex-direction:column;}.bsbxpr77429{width:100%;justify-content:flex-start;flex-wrap:wrap;}.bsbxpr52947 strong{font-size:66px;}}
@media(max-width:767px){.bsbxpr27384{padding:24px;border-radius:24px;}.bsbxpr83520{padding:28px;border-radius:24px;}.bsbxpr49163 li{align-items:flex-start;flex-direction:column;gap:10px;}.bsbxpr49163 strong{min-width:auto;}.bsbxpr77429 .bb-btn{width:100%;}.bsbxpr63914{padding:30px;border-radius:26px;}}
@media(max-width:575px){.bsbxpr58192{padding:68px 0;}.bsbxpr36048,.bsbxpr28406{padding:0 0 68px;}.bsbxpr72610{align-items:flex-start;flex-direction:column;}.bsbxpr72610 h3{font-size:34px;}.bsbxpr49163 li{padding:15px;border-radius:16px;}.bsbxpr83520 h3{font-size:38px;}.bsbxpr52947 strong{font-size:58px;}.bsbxpr11850{padding:22px;border-radius:22px;}.bsbxpr11850 h3{font-size:29px;}.bsbxpr63914{padding:24px;border-radius:22px;}}
/*END PRICING PAGE BY CAM*/

/*START GALLERY PAGE BY CAM*/
.bsbxga38471{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxga38471:before{content:"";position:absolute;top:-190px;right:-170px;width:460px;height:460px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxga38471:after{content:"";position:absolute;bottom:-230px;left:-190px;width:520px;height:520px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxga38471 .container{position:relative;z-index:2;}
.bsbxga92715{max-width:760px;font-size:17px;}
.bsbxga58263{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;}
.bsbxga71940{position:relative;grid-column:span 4;height:330px;display:block;border-radius:26px;background:var(--bb-black);box-shadow:0 16px 42px rgba(7,7,7,.08);overflow:hidden;}
.bsbxga71940:nth-child(1),.bsbxga71940:nth-child(7),.bsbxga71940:nth-child(13){grid-column:span 6;height:420px;}
.bsbxga71940:nth-child(4),.bsbxga71940:nth-child(10),.bsbxga71940:nth-child(16){grid-column:span 5;height:380px;}
.bsbxga71940:nth-child(5),.bsbxga71940:nth-child(11),.bsbxga71940:nth-child(17){grid-column:span 7;height:380px;}
.bsbxga71940:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,7,.04) 0%,rgba(7,7,7,.58) 100%);opacity:.72;z-index:2;transition:var(--bb-transition);}
.bsbxga71940 img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transition:transform .45s ease,filter .45s ease;}
.bsbxga71940 span{position:absolute;left:22px;bottom:22px;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bb-white);color:var(--bb-black);font-size:18px;z-index:3;opacity:0;transform:translateY(10px) scale(.92);transition:var(--bb-transition);}
.bsbxga71940:hover:before{opacity:.92;}
.bsbxga71940:hover img{transform:scale(1.07);filter:saturate(1.08);}
.bsbxga71940:hover span{opacity:1;transform:translateY(0) scale(1);}
.bsbxga64028{padding:46px;border:1px solid var(--bb-border);border-radius:28px;background:var(--bb-white);box-shadow:var(--bb-shadow);text-align:center;}
.bsbxga64028 i{width:70px;height:70px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:50%;background:var(--bb-primary-light);color:var(--bb-primary);font-size:28px;}
.bsbxga64028 h3{margin-bottom:12px;font-size:38px;}
.bsbxga64028 p{max-width:620px;margin:0 auto;font-size:16px;}
.bsbxga64028 strong{color:var(--bb-black);}
.bsbxga19482{position:relative;padding:0 0 110px;background:var(--bb-light-gray);}
.bsbxga85036{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:40px;border-radius:30px;background:linear-gradient(135deg,var(--bb-primary) 0%,var(--bb-primary-dark) 100%);box-shadow:0 24px 64px rgba(47,95,168,.22);overflow:hidden;}
.bsbxga85036:before{content:"";position:absolute;top:-90px;right:-90px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.12);}
.bsbxga85036:after{content:"";position:absolute;bottom:-100px;left:-100px;width:240px;height:240px;border-radius:50%;background:rgba(229,0,61,.22);}
.bsbxga85036>div{position:relative;z-index:2;}
.bsbxga85036 span{display:block;margin-bottom:10px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62);}
.bsbxga85036 h2{margin-bottom:12px;color:var(--bb-white);}
.bsbxga85036 p{margin-bottom:0;font-size:17px;color:rgba(255,255,255,.75);}
.bsbxga50274{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto;}
.bsbxga93827{z-index:1095;}
.bsbxga93827 .modal-dialog{padding:18px;}
.bsbxga93827 .modal-content{position:relative;border:0;border-radius:28px;background:var(--bb-black);box-shadow:0 30px 90px rgba(0,0,0,.45);overflow:hidden;}
.bsbxga93827 img{width:100%;max-height:82vh;display:block;object-fit:contain;background:var(--bb-black);}
.bsbxga40186{position:absolute;top:18px;right:18px;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--bb-secondary);color:var(--bb-white);font-size:22px;z-index:5;box-shadow:0 16px 35px rgba(229,0,61,.32);transition:var(--bb-transition);}
.bsbxga40186:hover{background:var(--bb-secondary-dark);transform:rotate(90deg) scale(1.03);}
.modal-backdrop{z-index:1090;}
@media(max-width:1199px){.bsbxga71940{height:300px;}.bsbxga71940:nth-child(1),.bsbxga71940:nth-child(7),.bsbxga71940:nth-child(13){height:380px;}.bsbxga71940:nth-child(4),.bsbxga71940:nth-child(10),.bsbxga71940:nth-child(16){height:350px;}.bsbxga71940:nth-child(5),.bsbxga71940:nth-child(11),.bsbxga71940:nth-child(17){height:350px;}}
@media(max-width:991px){.bsbxga38471{padding:82px 0;}.bsbxga19482{padding:0 0 82px;}.bsbxga71940,.bsbxga71940:nth-child(1),.bsbxga71940:nth-child(4),.bsbxga71940:nth-child(5),.bsbxga71940:nth-child(7),.bsbxga71940:nth-child(10),.bsbxga71940:nth-child(11),.bsbxga71940:nth-child(13),.bsbxga71940:nth-child(16),.bsbxga71940:nth-child(17){grid-column:span 6;height:330px;}.bsbxga85036{align-items:flex-start;flex-direction:column;}.bsbxga50274{width:100%;justify-content:flex-start;flex-wrap:wrap;}}
@media(max-width:767px){.bsbxga58263{gap:14px;}.bsbxga71940,.bsbxga71940:nth-child(1),.bsbxga71940:nth-child(4),.bsbxga71940:nth-child(5),.bsbxga71940:nth-child(7),.bsbxga71940:nth-child(10),.bsbxga71940:nth-child(11),.bsbxga71940:nth-child(13),.bsbxga71940:nth-child(16),.bsbxga71940:nth-child(17){grid-column:span 12;height:360px;border-radius:22px;}.bsbxga71940 span{opacity:1;transform:none;width:48px;height:48px;left:18px;bottom:18px;font-size:16px;}.bsbxga50274 .bb-btn{width:100%;}.bsbxga85036{padding:30px;border-radius:26px;}.bsbxga93827 .modal-dialog{padding:10px;}.bsbxga93827 .modal-content{border-radius:22px;}.bsbxga40186{top:12px;right:12px;width:46px;height:46px;font-size:20px;}}
@media(max-width:575px){.bsbxga38471{padding:68px 0;}.bsbxga19482{padding:0 0 68px;}.bsbxga71940,.bsbxga71940:nth-child(1),.bsbxga71940:nth-child(4),.bsbxga71940:nth-child(5),.bsbxga71940:nth-child(7),.bsbxga71940:nth-child(10),.bsbxga71940:nth-child(11),.bsbxga71940:nth-child(13),.bsbxga71940:nth-child(16),.bsbxga71940:nth-child(17){height:300px;}.bsbxga64028{padding:30px;border-radius:22px;}.bsbxga64028 h3{font-size:32px;}.bsbxga85036{padding:24px;border-radius:22px;}}
/*END GALLERY PAGE BY CAM*/

/*START CONTACT PAGE BY CAM*/
.bsbxct48291{position:relative;padding:110px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxct48291:before{content:"";position:absolute;top:-190px;right:-170px;width:460px;height:460px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxct48291:after{content:"";position:absolute;bottom:-230px;left:-190px;width:520px;height:520px;border-radius:50%;background:rgba(229,0,61,.07);}
.bsbxct48291 .container{position:relative;z-index:2;}
.bsbxct19384{max-width:760px;font-size:17px;}
.bsbxct73926{height:100%;display:grid;grid-template-columns:1fr;gap:16px;}
.bsbxct91844{display:flex;align-items:flex-start;gap:16px;padding:22px;border:1px solid var(--bb-border);border-radius:24px;background:var(--bb-white);box-shadow:0 14px 38px rgba(7,7,7,.06);}
.bsbxct91844>i{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--bb-primary-light);color:var(--bb-primary);font-size:20px;}
.bsbxct91844 span{display:block;margin-bottom:5px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--bb-secondary);}
.bsbxct91844 a{font-size:15px;font-weight:800;line-height:1.55;color:var(--bb-black);overflow-wrap:anywhere;}
.bsbxct91844 a:hover{color:var(--bb-primary);}
.bsbxct27461{padding:24px;border-radius:26px;background:linear-gradient(135deg,var(--bb-black) 0%,#1b1b1b 100%);box-shadow:0 22px 55px rgba(7,7,7,.16);overflow:hidden;}
.bsbxct27461 h3{margin-bottom:20px;color:var(--bb-white);font-size:34px;}
.bsbxct27461 ul{display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none;}
.bsbxct27461 li{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.10);}
.bsbxct27461 li:last-child{padding-bottom:0;border-bottom:0;}
.bsbxct27461 span{font-size:14px;font-weight:800;color:rgba(255,255,255,.66);}
.bsbxct27461 strong{font-size:14px;font-weight:900;color:var(--bb-white);}
.bsbxct62508{height:100%;padding:34px;border:1px solid var(--bb-border);border-radius:30px;background:var(--bb-white);box-shadow:var(--bb-shadow);}
.bsbxct62508 h3{margin-bottom:12px;font-size:42px;}
.bsbxct62508>p{margin-bottom:26px;font-size:16px;}
.bsbxct53017 label{display:block;margin-bottom:8px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-black);}
.bsbxct53017 input,.bsbxct53017 textarea{width:100%;border:1px solid var(--bb-border);border-radius:18px;background:var(--bb-light-gray);padding:15px 16px;font-family:var(--bb-body-font);font-size:15px;font-weight:600;color:var(--bb-black);outline:none;transition:var(--bb-transition);}
.bsbxct53017 textarea{resize:vertical;min-height:160px;}
.bsbxct53017 input:focus,.bsbxct53017 textarea:focus{border-color:rgba(47,95,168,.45);background:var(--bb-white);box-shadow:0 0 0 4px rgba(47,95,168,.10);}
.bsbxct00613{position:absolute!important;left:-9999px!important;opacity:0!important;visibility:hidden!important;}
.bsbxct39175{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:15px 16px;border-radius:18px;background:rgba(47,95,168,.10);color:var(--bb-primary);}
.bsbxct39175 i{font-size:19px;}
.bsbxct39175 span{font-size:14px;font-weight:900;}
.bsbxct81639{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px;padding:15px 16px;border-radius:18px;background:rgba(229,0,61,.10);color:var(--bb-secondary);}
.bsbxct81639 i{margin-top:2px;font-size:18px;}
.bsbxct81639 span{display:block;font-size:14px;font-weight:800;line-height:1.55;}
.bsbxct18460{position:relative;padding:0 0 110px;background:var(--bb-light-gray);}
.bsbxct90438{height:460px;border-radius:30px;box-shadow:var(--bb-shadow);overflow:hidden;background:var(--bb-black);}
.bsbxct90438 iframe{width:100%;height:100%;display:block;border:0;filter:grayscale(.15) contrast(1.02);}
@media(max-width:991px){.bsbxct48291{padding:82px 0;}.bsbxct18460{padding:0 0 82px;}.bsbxct62508{padding:28px;border-radius:26px;}.bsbxct27461 ul{grid-template-columns:1fr 1fr;gap:12px;}.bsbxct27461 li{align-items:flex-start;flex-direction:column;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.045);}.bsbxct27461 li:last-child{padding:12px;border-bottom:1px solid rgba(255,255,255,.10);}.bsbxct90438{height:400px;}}
@media(max-width:767px){.bsbxct48291 .bb-btn{width:100%;}.bsbxct62508 h3{font-size:36px;}.bsbxct91844{padding:18px;border-radius:20px;}.bsbxct91844>i{width:46px;height:46px;font-size:18px;}.bsbxct27461{padding:20px;border-radius:22px;}.bsbxct90438{height:360px;border-radius:24px;}}
@media(max-width:575px){.bsbxct48291{padding:68px 0;}.bsbxct18460{padding:0 0 68px;}.bsbxct27461 ul{grid-template-columns:1fr;}.bsbxct62508{padding:22px;border-radius:22px;}.bsbxct62508 h3{font-size:32px;}.bsbxct53017 input,.bsbxct53017 textarea{border-radius:16px;padding:14px;}.bsbxct90438{height:320px;border-radius:22px;}}
/*END CONTACT PAGE BY CAM*/

/*START LOGIN PAGE BY CAM*/
.bsbxli48291{position:relative;min-height:100vh;display:flex;align-items:center;padding:70px 0;background:linear-gradient(180deg,var(--bb-white) 0%,var(--bb-light-gray) 100%);overflow:hidden;}
.bsbxli48291:before{content:"";position:absolute;top:-220px;right:-190px;width:560px;height:560px;border-radius:50%;background:rgba(47,95,168,.10);}
.bsbxli48291:after{content:"";position:absolute;bottom:-260px;left:-220px;width:620px;height:620px;border-radius:50%;background:rgba(229,0,61,.08);}
.bsbxli48291 .container{position:relative;z-index:2;}
.bsbxli73920{max-width:520px;margin:0 auto;text-align:center;}
.bsbxli18463{display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;}
.bsbxli18463 img{width:110px;height:auto;display:block;}
.bsbxli62508{position:relative;padding:34px;border:1px solid var(--bb-border);border-radius:30px;background:var(--bb-white);box-shadow:var(--bb-shadow);text-align:left;overflow:hidden;}
.bsbxli62508:before{content:"";position:absolute;top:-90px;right:-90px;width:190px;height:190px;border-radius:50%;background:rgba(47,95,168,.08);}
.bsbxli91736{position:relative;display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--bb-secondary);z-index:2;}
.bsbxli91736:before{content:"";width:32px;height:3px;border-radius:999px;background:var(--bb-secondary);}
.bsbxli62508 h1{position:relative;margin-bottom:10px;font-size:54px;z-index:2;}
.bsbxli62508 p{position:relative;margin-bottom:26px;font-size:15px;z-index:2;}
.bsbxli53017{position:relative;z-index:2;}
.bsbxli27184{margin-bottom:18px;}
.bsbxli27184 label{display:block;margin-bottom:8px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-black);}
.bsbxli27184>div{position:relative;}
.bsbxli27184>div>i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--bb-primary);font-size:15px;z-index:2;}
.bsbxli27184 input{width:100%;height:56px;border:1px solid var(--bb-border);border-radius:18px;background:var(--bb-light-gray);padding:0 52px 0 46px;font-family:var(--bb-body-font);font-size:15px;font-weight:700;color:var(--bb-black);outline:none;transition:var(--bb-transition);}
.bsbxli27184 input:focus{border-color:rgba(47,95,168,.45);background:var(--bb-white);box-shadow:0 0 0 4px rgba(47,95,168,.10);}
.bsbxli39264{position:absolute;right:8px;top:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:var(--bb-gray);font-size:15px;transition:var(--bb-transition);}
.bsbxli39264:hover{background:var(--bb-primary-light);color:var(--bb-primary);}
.bsbxli50863{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:2px 0 24px;}
.bsbxli50863 label{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;}
.bsbxli50863 input{width:18px;height:18px;accent-color:var(--bb-secondary);}
.bsbxli50863 span{font-size:14px;font-weight:800;color:var(--bb-black);}
.bsbxli80531{width:100%;}
.bsbxli81639{position:relative;display:flex;align-items:flex-start;gap:12px;margin-bottom:22px;padding:15px 16px;border-radius:18px;background:rgba(229,0,61,.10);color:var(--bb-secondary);z-index:2;}
.bsbxli81639 i{margin-top:2px;font-size:18px;}
.bsbxli81639 span{display:block;font-size:14px;font-weight:800;line-height:1.55;}
.bsbxli64027{display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:24px;font-size:14px;font-weight:900;color:var(--bb-black);}
.bsbxli64027:hover{color:var(--bb-secondary);}
@media(max-width:575px){.bsbxli48291{padding:44px 0;}.bsbxli18463 img{width:92px;}.bsbxli62508{padding:24px;border-radius:24px;}.bsbxli62508 h1{font-size:46px;}.bsbxli27184 input{height:54px;border-radius:16px;}.bsbxli64027{margin-top:20px;}}
/*END LOGIN PAGE BY CAM*/