.bsh-sf {
--orange:    #eb6a05;
--blue:      #4283c4;
--blue-dark: #1b3a61;
--dark:      #0f1720;
--light-bg:  #f4f7fb;
--radius-a:  50px 0 50px 0;
--radius-b:  0 50px 0 50px;
font-family: inherit;
color: var(--dark);
}
.bsh-sf *, .bsh-sf *::before, .bsh-sf *::after { box-sizing: border-box; }
.bsh-sf a:focus-visible,
.bsh-sf button:focus-visible,
.bsh-sf input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
.bsh-sf, .bsh-sf * { transition-duration: .01ms !important; }
}
.bsh-sf__container { max-width: 1600px; margin: 0 auto; padding: 0 32px; }
.bsh-sf__kicker {
font-size: 13px; font-weight: 700; text-transform: uppercase;
letter-spacing: .08em; color: var(--orange); margin-bottom: 10px;
}
.bsh-sf__heading {
font-size: clamp(28px,4vw,42px); font-weight: 700; line-height: 1.15;
margin: 0 0 10px; color: var(--dark);
}
.bsh-sf__subtitle {
font-size: clamp(16px,2vw,20px); font-weight: 400; line-height: 1.5;
margin: 0 0 24px; color: #555;
}
.bsh-sf__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }
.bsh-sf__btn {
display: inline-flex; align-items: center; gap: 8px;
padding: 14px 36px; font-size: 15px; font-weight: 600;
border: none; cursor: pointer; text-decoration: none;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
font-family: inherit; transition: border-radius .35s ease, background .25s ease;
}
.bsh-sf__btn:hover, .bsh-sf__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark); color: #fff;
}
.bsh-sf__consent {
display: flex; gap: 10px; align-items: flex-start;
font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-sf__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-sf__consent a { color: var(--orange); text-decoration: underline; } .bsh-sf-s1 { background: #f4f7fb; padding: 100px 0 60px; position: relative; overflow: hidden; min-height: 50vh; }
.bsh-sf-s1__bg { position: absolute; inset: 0; z-index: 0; background-size: 20%; background-repeat: no-repeat; background-position: right -60px bottom -60px; opacity: .04; pointer-events: none; }
.bsh-sf-s1 .bsh-sf__container { position: relative; z-index: 2; }
.bsh-sf-s1__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-sf-s1__text { display: flex; flex-direction: column; }
.bsh-sf-s1__body { font-size: 17px; line-height: 1.7; color: #444; }
.bsh-sf-s1__body p { margin: 0 0 16px; }
.bsh-sf-s1__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-sf-s1__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-sf-s2 {
background: #fff; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sf-s2__dots {
position: absolute; inset: 0;
background-image: radial-gradient(rgb(66 131 196 / 71%) 1px, transparent 1px);
background-size: 9px 9px; opacity: .45; pointer-events: none;
}
.bsh-sf-s2 .bsh-sf__container { position: relative; z-index: 2; }
.bsh-sf-s2__accordion {
margin-top: 48px;
display: flex;
flex-direction: column;
gap: 12px;
}
.bsh-sf-s2__acc-item {
background: #fff;
border: 1.5px solid #e2e8f0;
border-radius: 4px;
overflow: hidden;
}
.bsh-sf-s2__acc-trigger {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 24px;
cursor: pointer;
font-size: 18px;
font-weight: 700;
color: var(--blue-dark);
user-select: none;
transition: background .15s ease, color .15s ease;
}
.bsh-sf-s2__acc-trigger::-webkit-details-marker { display: none; }
.bsh-sf-s2__acc-trigger::marker { display: none; }
.bsh-sf-s2__acc-trigger:hover { background: #f4f7fb; color: var(--orange); }
.bsh-sf-s2__acc-item[open] > .bsh-sf-s2__acc-trigger {
color: var(--orange);
border-bottom: 1.5px solid #e2e8f0;
}
.bsh-sf-s2__acc-chevron {
display: flex;
flex-shrink: 0;
color: var(--orange);
transition: transform .25s ease;
}
.bsh-sf-s2__acc-item[open] > .bsh-sf-s2__acc-trigger .bsh-sf-s2__acc-chevron {
transform: rotate(180deg);
}
.bsh-sf-s2__acc-panel {
padding: 8px 24px 20px;
}
.bsh-sf-s2__list { list-style: none !important; margin: 0; padding: 0 !important; }
.bsh-sf-s2__list-item { border-bottom: 1px solid #e8ecf0; }
.bsh-sf-s2__list-link {
display: flex; align-items: center; gap: 10px; padding: 11px 4px;
text-decoration: none; color: var(--dark); font-size: 15px; line-height: 1.4;
transition: color .2s ease;
}
.bsh-sf-s2__list-link:hover { color: var(--orange); }
.bsh-sf-s2__list-icon { display: flex; flex-shrink: 0; color: var(--orange); } .bsh-sf-s3-ti {
background: #f4f7fb; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sf-s3-ti__bg {
position: absolute; inset: 0; z-index: 0;
background-size: 20%; background-repeat: no-repeat;
background-position: right -60px bottom -60px; opacity: .04; pointer-events: none;
}
.bsh-sf-s3-ti .bsh-sf__container { position: relative; z-index: 2; }
.bsh-sf-s3 {
background: #1b3a61; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sf-s3 .bsh-sf__container { position: relative; z-index: 2; }
.bsh-sf-s3 .bsh-sf__heading { color: #fff; }
.bsh-sf-s3 .bsh-sf__kicker { color: var(--orange); }
.bsh-sf-s3__tree {
position: absolute; right: -40px; bottom: -40px;
width: 320px; height: 320px;
background-size: contain; background-repeat: no-repeat; background-position: center;
filter: brightness(0) invert(1); opacity: .1;
pointer-events: none; z-index: 0;
}
.bsh-sf-s3__bg {
position: absolute; left: -40px; bottom: -40px; width: 360px; height: 360px;
background-size: contain; background-repeat: no-repeat; background-position: center;
opacity: .04; pointer-events: none;
}
.bsh-sf-s3__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-sf-s3__content {
display: flex; flex-direction: column; align-items: flex-start;
}
.bsh-sf-s3__body { font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 24px; }
.bsh-sf-s3__body p { margin: 0 0 14px; }
.bsh-sf-s3__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-sf-s3__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-sf-s4 {
background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sf-s4__bg {
position: absolute; inset: 0; z-index: 0;
background-size: contain; background-repeat: no-repeat; background-position: right -60px bottom -60px;
opacity: .04; pointer-events: none;
}
.bsh-sf-s4__wrap {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
background: #fff; border-radius: 0; padding: 48px; align-items: center;
position: relative; z-index: 1;
}
.bsh-sf-s4__row { display: flex; gap: 12px; margin-bottom: 16px; }
.bsh-sf-s4__input {
flex: 1; padding: 13px 16px; font-size: 15px; font-family: inherit;
border: 1.5px solid #d0d5dd; border-radius: 0; background: #fff;
color: var(--dark); transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-sf-s4__input:focus {
outline: none; border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}
.bsh-sf-s4__btn {
padding: 13px 32px; font-size: 15px; font-weight: 600; border: none; cursor: pointer;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
transition: border-radius .35s ease, background .25s ease; white-space: nowrap;
font-family: inherit;
}
.bsh-sf-s4__btn:hover, .bsh-sf-s4__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark);
} @media (max-width: 900px) {
.bsh-sf-s1__grid, .bsh-sf-s3__grid { grid-template-columns: 1fr; gap: 40px; }
.bsh-sf-s1__image, .bsh-sf-s3__image { order: -1; } .bsh-sf-s4__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
.bsh-sf-s1, .bsh-sf-s2, .bsh-sf-s3-ti, .bsh-sf-s3, .bsh-sf-s4 { padding: 64px 0; }
}
@media (max-width: 600px) {
.bsh-sf__container { padding: 0 18px; }
.bsh-sf__heading { font-size: clamp(22px,5vw,32px); }
.bsh-sf-s4__row { flex-direction: column; }
.bsh-sf-s4__btn { width: 100%; }
.bsh-sf-s2__card { padding: 28px 24px;
border-radius: 50px 0 50px 0;
}
} .bsh-sf-s3 .bsh-sf-s3__body { color: rgba(255,255,255,.85); }
.bsh-sf-s3 .bsh-sf-s3__body a { color: #fff; text-decoration: underline; }
.bsh-sf-s3 .bsh-sf-s3__body a:hover { color: var(--orange); }