.bsh-fr {
--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-fr *, .bsh-fr *::before, .bsh-fr *::after { box-sizing: border-box; }
.bsh-fr a:focus-visible,
.bsh-fr button:focus-visible,
.bsh-fr input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
.bsh-fr, .bsh-fr * { transition-duration: .01ms !important; }
}
.bsh-fr__container { max-width: 1600px; margin: 0 auto; padding: 0 32px; }
.bsh-fr__kicker {
font-size: 13px; font-weight: 700; text-transform: uppercase;
letter-spacing: .08em; color: var(--orange); margin-bottom: 10px;
}
.bsh-fr__heading {
font-size: clamp(28px,4vw,42px); font-weight: 700; line-height: 1.15;
margin: 0 0 18px; color: var(--dark);
}
.bsh-fr__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }
.bsh-fr__consent {
display: flex; gap: 10px; align-items: flex-start;
font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-fr__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-fr__consent a { color: var(--orange); text-decoration: underline; } .bsh-fr-s1 { background: #f4f7fb; padding: 100px 0 60px; position: relative; overflow: hidden; min-height: 50vh; }
.bsh-fr-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-fr-s1 .bsh-fr__container { position: relative; z-index: 2; }
.bsh-fr-s1__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-fr-s1__text { display: flex; flex-direction: column; }
.bsh-fr-s1__body { font-size: 17px; line-height: 1.7; color: #444; }
.bsh-fr-s1__body p { margin: 0 0 16px; }
.bsh-fr-s1__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px;
}
.bsh-fr-s1__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-fr-s2 {
background: #1b3a61; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-fr-s2 .bsh-fr__container { position: relative; z-index: 2; }
.bsh-fr-s2 .bsh-fr__heading { color: #fff; }
.bsh-fr-s2 .bsh-fr__kicker { color: var(--orange); }
.bsh-fr-s2__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-fr-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-fr-s2__intro {
font-size: 16px; line-height: 1.7; color: #444; max-width: 900px; margin-bottom: 32px;
}
.bsh-fr-s2__intro p { margin: 0 0 14px; }
.bsh-fr-s2__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.bsh-fr-s2__accordions {
display: flex; flex-direction: column; gap: 8px;
}
.bsh-fr-s2__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%;
overflow: hidden; height: 100%; min-height: 340px;
}
.bsh-fr-s2__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bsh-fr-s2__acc { border: 1px solid rgba(15,27,45,.1); background: #fff; }
.bsh-fr-s2__acc-title {
padding: 16px 20px; font-size: 16px; font-weight: 600; color: var(--dark);
cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
}
.bsh-fr-s2__acc-title::after {
content: '+'; font-size: 20px; font-weight: 400; color: var(--orange); transition: transform .25s ease;
}
.bsh-fr-s2__acc[open] .bsh-fr-s2__acc-title::after { content: '−'; }
.bsh-fr-s2__acc-title::-webkit-details-marker { display: none; }
.bsh-fr-s2__acc-body {
padding: 0 20px 16px; font-size: 15px; line-height: 1.65; color: #555;
}
.bsh-fr-s2__acc-body p { margin: 0 0 10px; } .bsh-fr-s3 {
background: var(--light-bg); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-fr-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-fr-s3 .bsh-fr__container { position: relative; z-index: 2; }
.bsh-fr-s3__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.bsh-fr-s3__content { display: flex; flex-direction: column; }
.bsh-fr-s3__body { font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 16px; }
.bsh-fr-s3__body p { margin: 0 0 14px; }
.bsh-fr-s3__contact {
font-size: 15px; line-height: 1.6; color: #666;
padding-top: 16px; border-top: 1px solid rgba(15,27,45,.1); margin: 0;
}
.bsh-fr-s3__downloads {
display: flex; flex-direction: column; gap: 16px;
}
.bsh-fr-s3__dl-card {
display: flex; align-items: center; gap: 20px; padding: 24px;
background: #fff; border: 1px solid rgba(15,27,45,.08);
text-decoration: none; transition: box-shadow .25s ease, border-color .25s ease;
}
.bsh-fr-s3__dl-card:hover {
box-shadow: 0 4px 20px rgba(15,27,45,.08); border-color: var(--orange);
}
.bsh-fr-s3__dl-icon {
display: flex; align-items: center; justify-content: center;
width: 52px; height: 52px; border-radius: 50%;
background: rgba(235,106,5,.1); color: var(--orange); flex-shrink: 0;
}
.bsh-fr-s3__dl-info { display: flex; flex-direction: column; gap: 4px; }
.bsh-fr-s3__dl-title {
font-size: 16px; font-weight: 700; color: var(--dark);
}
.bsh-fr-s3__dl-desc {
font-size: 14px; color: #666;
} .bsh-fr-s4 {
background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-fr-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-fr-s4__wrap {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
background: #fff; padding: 48px; align-items: center;
position: relative; z-index: 1;
}
.bsh-fr-s4__row { display: flex; gap: 12px; margin-bottom: 16px; }
.bsh-fr-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-fr-s4__input:focus {
outline: none; border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}
.bsh-fr-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-fr-s4__btn:hover, .bsh-fr-s4__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark);
} @media (max-width: 900px) {
.bsh-fr-s1__grid, .bsh-fr-s3__grid, .bsh-fr-s2__grid { grid-template-columns: 1fr; gap: 40px; }
.bsh-fr-s2__image { height: 340px; min-height: 0; }
.bsh-fr-s1__image { order: -1; }
.bsh-fr-s4__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
.bsh-fr-s1, .bsh-fr-s2, .bsh-fr-s3, .bsh-fr-s4 { padding: 64px 0; }
}
@media (max-width: 600px) {
.bsh-fr__container { padding: 0 18px; }
.bsh-fr__heading { font-size: clamp(22px,5vw,32px); }
.bsh-fr-s3__dl-card { padding: 18px; gap: 14px; }
.bsh-fr-s4__row { flex-direction: column; }
.bsh-fr-s4__btn { width: 100%; }
} .bsh-fr-s2 .bsh-fr-s2__intro { color: rgba(255,255,255,.85); }
.bsh-fr-s2 .bsh-fr-s2__intro a { color: #fff; text-decoration: underline; }