.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #ffa600 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffa600 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vuDoQjvCLf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuDoQjvCLf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuDoQjvCLf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuDoQjvCLf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuDoQjvCLf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuDoQjvCLf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuDoQjvCLf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuDoQjvCLf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 82px;
  }
  .cid-vuDoQjvCLf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuDoQjvCLf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuDoQjvCLf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuDoQjvCLf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuDoQjvCLf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuDoQjvCLf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 72px;
  }
  .cid-vuDoQjvCLf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuDoQjvCLf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuDoQjvCLf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuDoQjvCLf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuDoQjvCLf .nav-item:focus,
.cid-vuDoQjvCLf .nav-link:focus,
.cid-vuDoQjvCLf .navbar-toggler:focus {
  outline: none;
}
.cid-vuDoQjvCLf ul.navbar-nav {
  list-style: none;
}
#custom-html-4 {
  margin-top: 110px;
  padding: 4rem 0 0;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* =========================================================
   HERO
   ========================================================= */
  /* =========================================================
   HERO IMAGE
   ========================================================= */
  /* =========================================================
   INTRO
   ========================================================= */
  /* =========================================================
   CATEGORIES
   ========================================================= */
  /* =========================================================
   LATEST ARTICLES INTRO
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#custom-html-4 * {
  box-sizing: border-box;
}
#custom-html-4 .fbh-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-4 .fbh-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 3rem;
  align-items: center;
}
#custom-html-4 .fbh-hero-copy {
  min-width: 0;
}
#custom-html-4 .fbh-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-4 .fbh-kicker-line {
  display: block;
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  background: #d9a441;
  border-radius: 10px;
}
#custom-html-4 .fbh-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -3px;
}
#custom-html-4 .fbh-hero-subtitle {
  margin-top: 16px;
  margin-bottom: 30px;
  color: #102a43;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -2px;
}
#custom-html-4 .fbh-hero-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-4 .fbh-hero-lead {
  max-width: 700px;
  margin: 0 0 16px;
  color: #263f55;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}
#custom-html-4 .fbh-hero-text {
  max-width: 700px;
  margin: 0;
  color: #596b7a;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
#custom-html-4 .fbh-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
#custom-html-4 .fbh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
#custom-html-4 .fbh-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
#custom-html-4 .fbh-btn-primary {
  color: #ffffff;
  background: #102a43;
  border: 1px solid #102a43;
}
#custom-html-4 .fbh-btn-primary:hover {
  color: #ffffff;
  background: #176b87;
  border-color: #176b87;
}
#custom-html-4 .fbh-btn-secondary {
  color: #102a43;
  background: transparent;
  border: 1px solid #b8c2ca;
}
#custom-html-4 .fbh-btn-secondary:hover {
  color: #102a43;
  background: #ffffff;
  border-color: #8292a0;
}
#custom-html-4 .fbh-hero-image {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
  background: #102a43;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(16, 42, 67, 0.18);
}
#custom-html-4 .fbh-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#custom-html-4 .fbh-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(16, 42, 67, 0) 45%, rgba(16, 42, 67, 0.78) 100%);
  pointer-events: none;
}
#custom-html-4 .fbh-location-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 15px 18px;
  color: #ffffff;
  background: rgba(16, 42, 67, 0.92);
  border-left: 4px solid #d9a441;
  border-radius: 6px;
}
#custom-html-4 .fbh-location-badge span {
  display: block;
  margin-bottom: 4px;
  color: #e8bd66;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.5px;
}
#custom-html-4 .fbh-location-badge strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}
#custom-html-4 .fbh-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  margin-top: 90px;
  padding-top: 48px;
  border-top: 1px solid #d7dde1;
}
#custom-html-4 .fbh-label {
  margin-bottom: 12px;
  color: #176b87;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-4 .fbh-intro h2,
#custom-html-4 .fbh-categories h2,
#custom-html-4 .fbh-latest h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -2px;
}
#custom-html-4 .fbh-intro h2 span {
  display: block;
  color: #176b87;
  font-weight: 500;
}
#custom-html-4 .fbh-intro-copy p {
  margin: 0 0 18px;
  color: #4c6070;
  font-size: 16px;
  line-height: 1.8;
}
#custom-html-4 .fbh-intro-copy .fbh-intro-lead {
  color: #263f55;
  font-size: 18px;
  font-weight: 600;
}
#custom-html-4 .fbh-intro-copy p:last-child {
  margin-bottom: 0;
}
#custom-html-4 .fbh-categories {
  margin-top: 90px;
}
#custom-html-4 .fbh-categories-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
#custom-html-4 .fbh-categories h2 span {
  color: #176b87;
}
#custom-html-4 .fbh-categories-heading > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 16px;
  line-height: 1.7;
}
#custom-html-4 .fbh-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#custom-html-4 .fbh-category-card {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 28px;
  color: #102a43;
  background: #ffffff;
  border: 1px solid #d7dde1;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
#custom-html-4 .fbh-category-card:hover {
  color: #102a43;
  text-decoration: none;
  transform: translateY(-5px);
  border-color: #a7c8d3;
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.09);
}
#custom-html-4 .fbh-card-number {
  margin-bottom: 38px;
  color: #d9a441;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-4 .fbh-category-card h3 {
  margin: 0 0 13px;
  color: #102a43;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-4 .fbh-category-card p {
  margin: 0 0 22px;
  color: #617382;
  font-size: 15px;
  line-height: 1.7;
}
#custom-html-4 .fbh-card-link {
  margin-top: auto;
  color: #176b87;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-4 .fbh-card-link span {
  margin-left: 4px;
  color: #d9a441;
  font-size: 18px;
}
#custom-html-4 .fbh-latest {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr);
  gap: 24px;
  margin-top: 60px;
  padding: 28px 0 0;
  border-top: 1px solid #d7dde1;
}
#custom-html-4 .fbh-latest-bar {
  width: 5px;
  min-height: 110px;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-4 .fbh-latest h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}
#custom-html-4 .fbh-latest h2 span {
  color: #176b87;
}
#custom-html-4 .fbh-latest p {
  max-width: 900px;
  margin: 13px 0 0;
  color: #657684;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  #custom-html-4 {
    margin-top: 88px;
    padding-top: 3rem;
  }
  #custom-html-4 .fbh-inner {
    width: calc(76%);
  }
  #custom-html-4 .fbh-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #custom-html-4 .fbh-hero-image {
    height: 420px;
  }
  #custom-html-4 .fbh-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 70px;
  }
  #custom-html-4 .fbh-categories {
    margin-top: 70px;
  }
  #custom-html-4 .fbh-categories-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  #custom-html-4 .fbh-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #custom-html-4 {
    margin-top: 72px;
    padding-top: 2.5rem;
  }
  #custom-html-4 .fbh-inner {
    width: calc(80%);
  }
  #custom-html-4 .fbh-hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }
  #custom-html-4 .fbh-hero-subtitle {
    font-size: 32px;
    letter-spacing: -1.5px;
  }
  #custom-html-4 .fbh-hero-image {
    height: 320px;
    border-radius: 14px;
  }
  #custom-html-4 .fbh-intro {
    margin-top: 55px;
    padding-top: 35px;
  }
  #custom-html-4 .fbh-categories {
    margin-top: 55px;
  }
  #custom-html-4 .fbh-latest {
    grid-template-columns: 4px minmax(0, 1fr);
    gap: 16px;
    margin-top: 55px;
    padding: 32px 0 36px;
  }
  #custom-html-4 .fbh-latest-bar {
    width: 4px;
  }
}
@media (max-width: 575px) {
  #custom-html-4 .fbh-inner {
    width: calc(84%);
  }
  #custom-html-4 .fbh-hero h1 {
    font-size: 40px;
  }
  #custom-html-4 .fbh-hero-subtitle {
    font-size: 29px;
  }
  #custom-html-4 .fbh-hero-lead {
    font-size: 17px;
  }
  #custom-html-4 .fbh-hero-image {
    height: 270px;
  }
  #custom-html-4 .fbh-location-badge {
    left: 16px;
    bottom: 16px;
  }
  #custom-html-4 .fbh-hero-buttons {
    flex-direction: row;
  }
  #custom-html-4 .fbh-btn {
    width: auto;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }
  #custom-html-4 .fbh-category-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-4 .fbh-category-card {
    min-height: 0;
  }
}
.cid-vuDJqaQxMr {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #ffffff;
  overflow: hidden;
}
.cid-vuDJqaQxMr .container {
  max-width: 1200px;
}
.cid-vuDJqaQxMr .row,
.cid-vuDJqaQxMr .items-row {
  row-gap: 4.5rem;
}
.cid-vuDJqaQxMr .item {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vuDJqaQxMr .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(16, 42, 67, 0.05);
  overflow: hidden;
}
.cid-vuDJqaQxMr .item-img {
  width: 100%;
  flex-shrink: 0;
}
.cid-vuDJqaQxMr .item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.cid-vuDJqaQxMr .item-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 0.35rem;
}
.cid-vuDJqaQxMr .item-title {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  text-align: center;
  color: #055984;
}
.cid-vuDJqaQxMr .item-text {
  margin-bottom: 0;
}
.cid-vuDJqaQxMr .mbr-section-btn,
.cid-vuDJqaQxMr .item-btn {
  margin-top: auto !important;
  padding-top: 1.3rem;
}
.cid-vuDJqaQxMr .mbr-section-btn .btn,
.cid-vuDJqaQxMr .item-btn .btn,
.cid-vuDJqaQxMr .btn {
  min-height: 34px !important;
  padding: 0.45rem 0.8rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  border-radius: 5px !important;
}
@media (max-width: 991px) {
  .cid-vuDJqaQxMr {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .cid-vuDJqaQxMr .row,
  .cid-vuDJqaQxMr .items-row {
    row-gap: 3.5rem;
  }
  .cid-vuDJqaQxMr .item-wrapper {
    padding: 0.9rem;
  }
}
@media (max-width: 767px) {
  .cid-vuDJqaQxMr {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .cid-vuDJqaQxMr .row,
  .cid-vuDJqaQxMr .items-row {
    row-gap: 3rem;
  }
  .cid-vuDJqaQxMr .item-wrapper {
    padding: 0.85rem;
    border-radius: 12px;
  }
  .cid-vuDJqaQxMr .item-img img {
    border-radius: 9px;
  }
  .cid-vuDJqaQxMr .mbr-section-btn,
  .cid-vuDJqaQxMr .item-btn {
    padding-top: 1rem;
  }
  .cid-vuDJqaQxMr .mbr-section-btn .btn,
  .cid-vuDJqaQxMr .item-btn .btn,
  .cid-vuDJqaQxMr .btn {
    min-height: 32px !important;
    padding: 0.4rem 0.7rem !important;
    font-size: 0.75rem !important;
  }
}
#pro_custom-html-5 {
  padding: 2rem 0 0;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  /* =========================================================
   DARK EDITORIAL AREA
   ========================================================= */
  /* =========================================================
   FEATURE CARDS
   ========================================================= */
  /* =========================================================
   FALKIRK / LOCATION SECTION
   ========================================================= */
  /* =========================================================
   PUBLICATION SECTION
   ========================================================= */
  /* =========================================================
   CONTACT CTA
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#pro_custom-html-5 * {
  box-sizing: border-box;
}
#pro_custom-html-5 .fbh-bottom-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#pro_custom-html-5 .fbh-bottom-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#pro_custom-html-5 .fbh-bottom-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#pro_custom-html-5 .fbh-bottom-kicker-line {
  display: block;
  width: 38px;
  height: 3px;
  background: #d9a441;
  border-radius: 3px;
}
#pro_custom-html-5 .fbh-bottom-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 4rem;
  align-items: start;
}
#pro_custom-html-5 .fbh-bottom-intro-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#pro_custom-html-5 .fbh-bottom-intro-heading h2 span {
  display: block;
  color: #58a7bc;
}
#pro_custom-html-5 .fbh-bottom-intro-copy {
  max-width: 820px;
}
#pro_custom-html-5 .fbh-bottom-intro-copy p {
  margin: 0 0 1.2rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#pro_custom-html-5 .fbh-bottom-intro-copy .fbh-bottom-lead {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
}
#pro_custom-html-5 .fbh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 4rem;
}
#pro_custom-html-5 .fbh-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 1.8rem;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
#pro_custom-html-5 .fbh-feature-card:hover {
  transform: translateY(-4px);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(217, 164, 65, 0.45);
}
#pro_custom-html-5 .fbh-feature-number {
  margin-bottom: 2.4rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#pro_custom-html-5 .fbh-feature-card h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
}
#pro_custom-html-5 .fbh-feature-card p {
  margin: 0 0 1.5rem;
  color: #c6d2da;
  font-size: 0.94rem;
  line-height: 1.7;
}
#pro_custom-html-5 .fbh-feature-link {
  margin-top: auto;
  color: #8fc4d2;
  font-size: 0.84rem;
  font-weight: 700;
}
#pro_custom-html-5 .fbh-feature-link span {
  margin-left: 0.25rem;
  color: #d9a441;
}
#pro_custom-html-5 .fbh-location-section {
  margin-top: 5rem;
  padding: 4rem 0;
  border-bottom: 1px solid rgba(16, 42, 67, 0.12);
}
#pro_custom-html-5 .fbh-section-label {
  margin-bottom: 1rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#pro_custom-html-5 .fbh-location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4.5rem;
}
#pro_custom-html-5 .fbh-location-heading h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#pro_custom-html-5 .fbh-location-heading h2 span {
  display: block;
  color: #176b87;
}
#pro_custom-html-5 .fbh-location-copy {
  max-width: 900px;
}
#pro_custom-html-5 .fbh-location-copy p {
  margin: 0 0 1.1rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#pro_custom-html-5 .fbh-location-copy .fbh-location-lead {
  color: #263f55;
  font-size: 1.1rem;
  font-weight: 600;
}
#pro_custom-html-5 .fbh-publication-section {
  padding: 4.5rem 0;
}
#pro_custom-html-5 .fbh-publication-card {
  display: grid;
  grid-template-columns: 1.55fr 0.45fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
}
#pro_custom-html-5 .fbh-publication-copy h2 {
  max-width: 900px;
  margin: 0;
  color: #102a43;
  font-size: clamp(2.3rem, 3.8vw, 3.8rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#pro_custom-html-5 .fbh-publication-copy h2 span {
  color: #176b87;
}
#pro_custom-html-5 .fbh-publication-copy p {
  max-width: 850px;
  margin: 1.2rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.75;
}
#pro_custom-html-5 .fbh-text-link {
  display: inline-block;
  margin-top: 1.4rem;
  color: #176b87 !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
}
#pro_custom-html-5 .fbh-text-link span {
  margin-left: 0.2rem;
  color: #d9a441;
}
#pro_custom-html-5 .fbh-publication-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 180px;
  color: #102a43;
  border-left: 1px solid rgba(16, 42, 67, 0.12);
}
#pro_custom-html-5 .fbh-publication-mark > span {
  color: #176b87;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}
#pro_custom-html-5 .fbh-publication-mark > div {
  color: #667886;
  font-size: 0.67rem;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 0.14em;
}
#pro_custom-html-5 .fbh-contact-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#pro_custom-html-5 .fbh-contact-cta .fbh-section-label {
  color: #b9dce4;
}
#pro_custom-html-5 .fbh-contact-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#pro_custom-html-5 .fbh-contact-copy h2 span {
  color: #f0c76f;
}
#pro_custom-html-5 .fbh-contact-copy p {
  max-width: 850px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#pro_custom-html-5 .fbh-contact-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#pro_custom-html-5 .fbh-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.6rem 1rem;
  color: #102a43 !important;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
#pro_custom-html-5 .fbh-contact-button:hover {
  transform: translateY(-2px);
  color: #102a43 !important;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  #pro_custom-html-5 {
    padding-top: 1.5rem;
  }
  #pro_custom-html-5 .fbh-bottom-inner {
    width: calc(76%);
  }
  #pro_custom-html-5 .fbh-bottom-dark {
    padding: 3rem;
  }
  #pro_custom-html-5 .fbh-bottom-intro-grid,
  #pro_custom-html-5 .fbh-location-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #pro_custom-html-5 .fbh-feature-grid {
    grid-template-columns: 1fr;
  }
  #pro_custom-html-5 .fbh-feature-card {
    min-height: 0;
  }
  #pro_custom-html-5 .fbh-publication-card {
    grid-template-columns: 1fr;
  }
  #pro_custom-html-5 .fbh-publication-mark {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 2rem;
    border-left: 0;
    border-top: 1px solid rgba(16, 42, 67, 0.12);
  }
  #pro_custom-html-5 .fbh-contact-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #pro_custom-html-5 .fbh-contact-action {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #pro_custom-html-5 {
    padding-top: 1rem;
  }
  #pro_custom-html-5 .fbh-bottom-inner {
    width: calc(80%);
  }
  #pro_custom-html-5 .fbh-bottom-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #pro_custom-html-5 .fbh-bottom-intro-heading h2 {
    font-size: 2.6rem;
  }
  #pro_custom-html-5 .fbh-location-section {
    margin-top: 3.5rem;
    padding: 3rem 0;
  }
  #pro_custom-html-5 .fbh-publication-section {
    padding: 3.5rem 0;
  }
  #pro_custom-html-5 .fbh-publication-card {
    padding: 2rem;
  }
  #pro_custom-html-5 .fbh-contact-cta {
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #pro_custom-html-5 .fbh-bottom-inner {
    width: calc(84%);
  }
  #pro_custom-html-5 .fbh-bottom-dark {
    padding: 1.5rem;
  }
  #pro_custom-html-5 .fbh-feature-card {
    padding: 1.4rem;
  }
  #pro_custom-html-5 .fbh-publication-card {
    padding: 1.5rem;
  }
  #pro_custom-html-5 .fbh-contact-cta {
    padding: 1.5rem;
  }
  #pro_custom-html-5 .fbh-contact-button {
    min-height: 36px;
    padding: 0.5rem 0.8rem;
    font-size: 0.78rem;
  }
}
.cid-vuIm9Ga5o7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vuIm9Ga5o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuIm9Ga5o7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuIm9Ga5o7 .container,
.cid-vuIm9Ga5o7 .container-fluid {
  max-width: 1500px;
  position: relative;
  z-index: 2;
}
.cid-vuIm9Ga5o7 .title-wrapper {
  text-align: left;
}
.cid-vuIm9Ga5o7 .title-wrapper .mbr-section-title {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 0 2rem;
  color: #102a43;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: left;
}
.cid-vuIm9Ga5o7 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.cid-vuIm9Ga5o7 .panel-group .content-wrap:nth-child(2) {
  margin-top: 0;
}
.cid-vuIm9Ga5o7 .panel-group .card {
  position: relative;
  margin-top: 0.7rem;
  padding: 1rem 1.1rem;
  background-color: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  box-shadow: none;
}
.cid-vuIm9Ga5o7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #102a43 !important;
  text-decoration: none !important;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  padding: 0;
  color: #102a43;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 650;
  text-align: left;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  background-color: #e5f0f3;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #176b87;
  font-size: 17px;
  transition: all 0.2s ease;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #176b87;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vuIm9Ga5o7 .panel-group .card .panel-collapse .panel-body {
  margin: 0.85rem 0 0;
  padding: 0.85rem 2.8rem 0 0;
  border-top: 1px solid rgba(16, 42, 67, 0.08);
}
.cid-vuIm9Ga5o7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 0;
  color: #596b7a;
  font-size: 0.9rem;
  line-height: 1.65;
  text-align: left;
}
.cid-vuIm9Ga5o7 .mbr-section-title,
.cid-vuIm9Ga5o7 .title-wrapper {
  color: #102a43;
}
.cid-vuIm9Ga5o7 .panel-title-edit {
  color: #102a43;
}
.cid-vuIm9Ga5o7 .panel-text {
  color: #596b7a;
}
@media (max-width: 992px) {
  .cid-vuIm9Ga5o7 .title-wrapper .mbr-section-title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .cid-vuIm9Ga5o7 .panel-group {
    display: block;
  }
  .cid-vuIm9Ga5o7 .panel-group .content-wrap:nth-child(2) {
    margin-top: 0.7rem;
  }
  .cid-vuIm9Ga5o7 .panel-group .card {
    margin-top: 0.7rem;
    padding: 1rem;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vuIm9Ga5o7 .title-wrapper .mbr-section-title {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-vuIm9Ga5o7 .panel-group .card {
    padding: 0.9rem;
    border-radius: 7px;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .panel-title-edit {
    font-size: 0.9rem;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-left: 0.75rem;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 15px;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .panel-collapse .panel-body {
    margin-top: 0.75rem;
    padding: 0.75rem 0 0;
  }
  .cid-vuIm9Ga5o7 .panel-group .card .panel-collapse .panel-body .panel-text {
    font-size: 0.88rem;
  }
}
.cid-vuDoOxoKRR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuDoOxoKRR .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuDoOxoKRR .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuDoOxoKRR .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuDoOxoKRR .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuDoOxoKRR .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuDoOxoKRR .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuDoOxoKRR .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuDoOxoKRR .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuDoOxoKRR .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuDoOxoKRR .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuDoOxoKRR .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuDoOxoKRR .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuDoOxoKRR .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuDoOxoKRR .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuDoOxoKRR .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuDoOxoKRR .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuDoOxoKRR .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuDoOxoKRR .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuDoQjvCLf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuDoQjvCLf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuDoQjvCLf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuDoQjvCLf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuDoQjvCLf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuDoQjvCLf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuDoQjvCLf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuDoQjvCLf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 82px;
  }
  .cid-vuDoQjvCLf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuDoQjvCLf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuDoQjvCLf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuDoQjvCLf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuDoQjvCLf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuDoQjvCLf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 72px;
  }
  .cid-vuDoQjvCLf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuDoQjvCLf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuDoQjvCLf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuDoQjvCLf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuDoQjvCLf .nav-item:focus,
.cid-vuDoQjvCLf .nav-link:focus,
.cid-vuDoQjvCLf .navbar-toggler:focus {
  outline: none;
}
.cid-vuDoQjvCLf ul.navbar-nav {
  list-style: none;
}
#custom-html-d {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* =========================================================
   HERO
   ========================================================= */
  /* =========================================================
   GENERAL HEADINGS
   ========================================================= */
  /* =========================================================
   INTRO
   ========================================================= */
  /* =========================================================
   TOPICS
   ========================================================= */
  /* =========================================================
   DARK SECTION
   ========================================================= */
  /* =========================================================
   PRACTICAL SECTION
   ========================================================= */
  /* =========================================================
   RELATED AREAS
   ========================================================= */
  /* =========================================================
   CTA
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#custom-html-d * {
  box-sizing: border-box;
}
#custom-html-d .fbh-business-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-d .fbh-business-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-d .fbh-business-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-d .fbh-business-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-d .fbh-business-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-d .fbh-business-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-d .fbh-business-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-d .fbh-business-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-d .fbh-business-hero-copy {
  max-width: 780px;
}
#custom-html-d .fbh-business-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-d .fbh-business-hero-copy .fbh-business-lead {
  color: #263f55;
  font-size: 1.15rem;
  font-weight: 600;
}
#custom-html-d .fbh-business-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-d .fbh-business-intro h2,
#custom-html-d .fbh-business-topics h2,
#custom-html-d .fbh-business-practical h2,
#custom-html-d .fbh-business-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-d .fbh-business-intro h2 span,
#custom-html-d .fbh-business-topics h2 span,
#custom-html-d .fbh-business-practical h2 span,
#custom-html-d .fbh-business-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-d .fbh-business-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-d .fbh-business-copy {
  max-width: 900px;
}
#custom-html-d .fbh-business-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-d .fbh-business-copy .fbh-business-copy-lead {
  color: #263f55;
  font-size: 1.1rem;
  font-weight: 600;
}
#custom-html-d .fbh-business-topics {
  padding: 5rem 0;
}
#custom-html-d .fbh-business-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-d .fbh-business-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-d .fbh-business-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-d .fbh-business-topic-card {
  min-height: 260px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-d .fbh-business-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-d .fbh-business-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-d .fbh-business-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-d .fbh-business-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-d .fbh-business-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-d .fbh-business-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-d .fbh-business-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-d .fbh-business-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-d .fbh-business-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-d .fbh-business-dark-copy .fbh-business-dark-lead {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
}
#custom-html-d .fbh-business-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-d .fbh-business-stat {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-d .fbh-business-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-d .fbh-business-stat span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-d .fbh-business-practical {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-d .fbh-business-practical-copy {
  max-width: 900px;
}
#custom-html-d .fbh-business-practical-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-d .fbh-business-related {
  padding: 5rem 0;
}
#custom-html-d .fbh-business-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-d .fbh-business-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-d .fbh-business-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-d .fbh-business-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-d .fbh-business-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-d .fbh-business-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-d .fbh-business-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-d .fbh-business-cta h2 span {
  color: #f0c76f;
}
#custom-html-d .fbh-business-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-d .fbh-business-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-d {
    margin-top: 88px;
  }
  #custom-html-d .fbh-business-inner {
    width: calc(76%);
  }
  #custom-html-d .fbh-business-hero-grid,
  #custom-html-d .fbh-business-intro,
  #custom-html-d .fbh-business-dark-grid,
  #custom-html-d .fbh-business-practical {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-d .fbh-business-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-d .fbh-business-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-d .fbh-business-stat-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-d .fbh-business-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-d .fbh-business-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-d {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-d .fbh-business-inner {
    width: calc(80%);
  }
  #custom-html-d .fbh-business-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-d .fbh-business-intro,
  #custom-html-d .fbh-business-topics,
  #custom-html-d .fbh-business-practical,
  #custom-html-d .fbh-business-related {
    padding: 3.5rem 0;
  }
  #custom-html-d .fbh-business-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-d .fbh-business-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-d .fbh-business-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-d .fbh-business-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-d .fbh-business-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-d .fbh-business-inner {
    width: calc(84%);
  }
  #custom-html-d .fbh-business-hero h1 {
    font-size: 3.2rem;
  }
  #custom-html-d .fbh-business-subtitle {
    font-size: 2rem;
  }
  #custom-html-d .fbh-business-dark {
    padding: 1.5rem;
  }
  #custom-html-d .fbh-business-cta {
    padding: 1.5rem;
  }
}
.cid-vuDoOxoKRR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuDoOxoKRR .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuDoOxoKRR .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuDoOxoKRR .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuDoOxoKRR .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuDoOxoKRR .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuDoOxoKRR .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuDoOxoKRR .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuDoOxoKRR .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuDoOxoKRR .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuDoOxoKRR .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuDoOxoKRR .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuDoOxoKRR .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuDoOxoKRR .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuDoOxoKRR .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuDoOxoKRR .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuDoOxoKRR .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuDoOxoKRR .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuDoOxoKRR .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuDoQjvCLf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuDoQjvCLf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuDoQjvCLf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuDoQjvCLf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuDoQjvCLf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuDoQjvCLf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuDoQjvCLf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuDoQjvCLf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 82px;
  }
  .cid-vuDoQjvCLf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuDoQjvCLf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuDoQjvCLf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuDoQjvCLf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuDoQjvCLf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuDoQjvCLf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 72px;
  }
  .cid-vuDoQjvCLf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuDoQjvCLf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuDoQjvCLf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuDoQjvCLf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuDoQjvCLf .nav-item:focus,
.cid-vuDoQjvCLf .nav-link:focus,
.cid-vuDoQjvCLf .navbar-toggler:focus {
  outline: none;
}
.cid-vuDoQjvCLf ul.navbar-nav {
  list-style: none;
}
#custom-html-g {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* DARK SECTION */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-g * {
  box-sizing: border-box;
}
#custom-html-g .fbh-scottish-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-g .fbh-scottish-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-g .fbh-scottish-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-g .fbh-scottish-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-g .fbh-scottish-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-g .fbh-scottish-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-g .fbh-scottish-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-g .fbh-scottish-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-g .fbh-scottish-hero-copy {
  max-width: 780px;
}
#custom-html-g .fbh-scottish-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-g .fbh-scottish-hero-copy .fbh-scottish-lead {
  color: #263f55;
  font-size: 1.15rem;
  font-weight: 600;
}
#custom-html-g .fbh-scottish-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-g .fbh-scottish-intro h2,
#custom-html-g .fbh-scottish-topics h2,
#custom-html-g .fbh-scottish-practical h2,
#custom-html-g .fbh-scottish-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-g .fbh-scottish-intro h2 span,
#custom-html-g .fbh-scottish-topics h2 span,
#custom-html-g .fbh-scottish-practical h2 span,
#custom-html-g .fbh-scottish-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-g .fbh-scottish-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-g .fbh-scottish-copy {
  max-width: 900px;
}
#custom-html-g .fbh-scottish-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-g .fbh-scottish-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-g .fbh-scottish-topics {
  padding: 5rem 0;
}
#custom-html-g .fbh-scottish-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-g .fbh-scottish-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-g .fbh-scottish-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-g .fbh-scottish-topic-card {
  min-height: 260px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-g .fbh-scottish-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-g .fbh-scottish-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-g .fbh-scottish-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-g .fbh-scottish-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-g .fbh-scottish-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-g .fbh-scottish-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-g .fbh-scottish-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-g .fbh-scottish-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-g .fbh-scottish-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-g .fbh-scottish-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-g .fbh-scottish-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-g .fbh-scottish-stat {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-g .fbh-scottish-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-g .fbh-scottish-stat span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-g .fbh-scottish-practical {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-g .fbh-scottish-practical-copy {
  max-width: 900px;
}
#custom-html-g .fbh-scottish-practical-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-g .fbh-scottish-related {
  padding: 5rem 0;
}
#custom-html-g .fbh-scottish-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-g .fbh-scottish-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-g .fbh-scottish-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-g .fbh-scottish-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-g .fbh-scottish-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-g .fbh-scottish-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-g .fbh-scottish-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-g .fbh-scottish-cta h2 span {
  color: #f0c76f;
}
#custom-html-g .fbh-scottish-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-g .fbh-scottish-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-g {
    margin-top: 88px;
  }
  #custom-html-g .fbh-scottish-inner {
    width: calc(76%);
  }
  #custom-html-g .fbh-scottish-hero-grid,
  #custom-html-g .fbh-scottish-intro,
  #custom-html-g .fbh-scottish-dark-grid,
  #custom-html-g .fbh-scottish-practical {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-g .fbh-scottish-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-g .fbh-scottish-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-g .fbh-scottish-stat-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-g .fbh-scottish-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-g .fbh-scottish-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-g {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-g .fbh-scottish-inner {
    width: calc(80%);
  }
  #custom-html-g .fbh-scottish-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-g .fbh-scottish-intro,
  #custom-html-g .fbh-scottish-topics,
  #custom-html-g .fbh-scottish-practical,
  #custom-html-g .fbh-scottish-related {
    padding: 3.5rem 0;
  }
  #custom-html-g .fbh-scottish-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-g .fbh-scottish-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-g .fbh-scottish-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-g .fbh-scottish-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-g .fbh-scottish-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-g .fbh-scottish-inner {
    width: calc(84%);
  }
  #custom-html-g .fbh-scottish-hero h1 {
    font-size: 3.2rem;
  }
  #custom-html-g .fbh-scottish-subtitle {
    font-size: 2rem;
  }
  #custom-html-g .fbh-scottish-dark {
    padding: 1.5rem;
  }
  #custom-html-g .fbh-scottish-cta {
    padding: 1.5rem;
  }
}
.cid-vuDoOxoKRR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuDoOxoKRR .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuDoOxoKRR .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuDoOxoKRR .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuDoOxoKRR .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuDoOxoKRR .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuDoOxoKRR .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuDoOxoKRR .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuDoOxoKRR .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuDoOxoKRR .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuDoOxoKRR .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuDoOxoKRR .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuDoOxoKRR .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuDoOxoKRR .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuDoOxoKRR .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuDoOxoKRR .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuDoOxoKRR .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuDoOxoKRR .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuDoOxoKRR .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuDoQjvCLf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuDoQjvCLf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuDoQjvCLf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuDoQjvCLf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuDoQjvCLf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuDoQjvCLf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuDoQjvCLf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuDoQjvCLf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuDoQjvCLf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuDoQjvCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuDoQjvCLf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 82px;
  }
  .cid-vuDoQjvCLf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuDoQjvCLf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuDoQjvCLf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuDoQjvCLf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuDoQjvCLf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuDoQjvCLf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuDoQjvCLf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuDoQjvCLf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuDoQjvCLf .navbar {
    min-height: 72px;
  }
  .cid-vuDoQjvCLf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuDoQjvCLf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuDoQjvCLf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuDoQjvCLf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuDoQjvCLf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuDoQjvCLf .nav-item:focus,
.cid-vuDoQjvCLf .nav-link:focus,
.cid-vuDoQjvCLf .navbar-toggler:focus {
  outline: none;
}
.cid-vuDoQjvCLf ul.navbar-nav {
  list-style: none;
}
#custom-html-j {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* DARK SECTION */
  /* PRACTICAL */
  /* RELATED */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-j * {
  box-sizing: border-box;
}
#custom-html-j .fbh-careers-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-j .fbh-careers-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-j .fbh-careers-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-j .fbh-careers-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-j .fbh-careers-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-j .fbh-careers-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-j .fbh-careers-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-j .fbh-careers-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-j .fbh-careers-hero-copy {
  max-width: 780px;
}
#custom-html-j .fbh-careers-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-j .fbh-careers-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-j .fbh-careers-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-j .fbh-careers-intro h2,
#custom-html-j .fbh-careers-topics h2,
#custom-html-j .fbh-careers-practical h2,
#custom-html-j .fbh-careers-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-j .fbh-careers-intro h2 span,
#custom-html-j .fbh-careers-topics h2 span,
#custom-html-j .fbh-careers-practical h2 span,
#custom-html-j .fbh-careers-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-j .fbh-careers-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-j .fbh-careers-copy {
  max-width: 900px;
}
#custom-html-j .fbh-careers-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-j .fbh-careers-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-j .fbh-careers-topics {
  padding: 5rem 0;
}
#custom-html-j .fbh-careers-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-j .fbh-careers-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-j .fbh-careers-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-j .fbh-careers-topic-card {
  min-height: 260px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-j .fbh-careers-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-j .fbh-careers-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-j .fbh-careers-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-j .fbh-careers-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-j .fbh-careers-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-j .fbh-careers-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-j .fbh-careers-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-j .fbh-careers-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-j .fbh-careers-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-j .fbh-careers-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-j .fbh-careers-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-j .fbh-careers-stat {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-j .fbh-careers-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-j .fbh-careers-stat span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-j .fbh-careers-practical {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-j .fbh-careers-practical-copy {
  max-width: 900px;
}
#custom-html-j .fbh-careers-practical-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-j .fbh-careers-related {
  padding: 5rem 0;
}
#custom-html-j .fbh-careers-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-j .fbh-careers-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-j .fbh-careers-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-j .fbh-careers-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-j .fbh-careers-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-j .fbh-careers-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-j .fbh-careers-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-j .fbh-careers-cta h2 span {
  color: #f0c76f;
}
#custom-html-j .fbh-careers-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-j .fbh-careers-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-j {
    margin-top: 88px;
  }
  #custom-html-j .fbh-careers-inner {
    width: calc(76%);
  }
  #custom-html-j .fbh-careers-hero-grid,
  #custom-html-j .fbh-careers-intro,
  #custom-html-j .fbh-careers-dark-grid,
  #custom-html-j .fbh-careers-practical {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-j .fbh-careers-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-j .fbh-careers-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-j .fbh-careers-stat-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-j .fbh-careers-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-j .fbh-careers-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-j {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-j .fbh-careers-inner {
    width: calc(80%);
  }
  #custom-html-j .fbh-careers-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-j .fbh-careers-intro,
  #custom-html-j .fbh-careers-topics,
  #custom-html-j .fbh-careers-practical,
  #custom-html-j .fbh-careers-related {
    padding: 3.5rem 0;
  }
  #custom-html-j .fbh-careers-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-j .fbh-careers-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-j .fbh-careers-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-j .fbh-careers-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-j .fbh-careers-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-j .fbh-careers-inner {
    width: calc(84%);
  }
  #custom-html-j .fbh-careers-hero h1 {
    font-size: 3.15rem;
  }
  #custom-html-j .fbh-careers-subtitle {
    font-size: 2rem;
  }
  #custom-html-j .fbh-careers-dark {
    padding: 1.5rem;
  }
  #custom-html-j .fbh-careers-cta {
    padding: 1.5rem;
  }
}
.cid-vuDoOxoKRR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuDoOxoKRR .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuDoOxoKRR .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuDoOxoKRR .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuDoOxoKRR .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuDoOxoKRR .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuDoOxoKRR .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuDoOxoKRR .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuDoOxoKRR .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuDoOxoKRR .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuDoOxoKRR .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuDoOxoKRR .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuDoOxoKRR .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuDoOxoKRR .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuDoOxoKRR .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuDoOxoKRR .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuDoOxoKRR .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuDoOxoKRR .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuDoOxoKRR .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuDoOxoKRR .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuI4opORaO {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuI4opORaO .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuI4opORaO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuI4opORaO .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuI4opORaO .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuI4opORaO .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuI4opORaO .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuI4opORaO .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuI4opORaO .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuI4opORaO .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuI4opORaO .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI4opORaO .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuI4opORaO .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuI4opORaO button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuI4opORaO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuI4opORaO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuI4opORaO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuI4opORaO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuI4opORaO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuI4opORaO nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuI4opORaO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuI4opORaO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuI4opORaO nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuI4opORaO .navbar {
    min-height: 82px;
  }
  .cid-vuI4opORaO .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuI4opORaO .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuI4opORaO .navbar-brand {
    margin-right: auto;
  }
  .cid-vuI4opORaO .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuI4opORaO .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuI4opORaO .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuI4opORaO .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuI4opORaO .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuI4opORaO .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI4opORaO .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuI4opORaO .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuI4opORaO .navbar {
    min-height: 72px;
  }
  .cid-vuI4opORaO .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuI4opORaO .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuI4opORaO button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuI4opORaO .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuI4opORaO .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuI4opORaO .nav-item:focus,
.cid-vuI4opORaO .nav-link:focus,
.cid-vuI4opORaO .navbar-toggler:focus {
  outline: none;
}
.cid-vuI4opORaO ul.navbar-nav {
  list-style: none;
}
#custom-html-l {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* =========================================================
   HERO
   ========================================================= */
  /* =========================================================
   GENERAL HEADINGS
   ========================================================= */
  /* =========================================================
   INTRO
   ========================================================= */
  /* =========================================================
   TOPICS
   ========================================================= */
  /* =========================================================
   DARK SECTION
   ========================================================= */
  /* =========================================================
   PRACTICAL
   ========================================================= */
  /* =========================================================
   RELATED
   ========================================================= */
  /* =========================================================
   CTA
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#custom-html-l * {
  box-sizing: border-box;
}
#custom-html-l .fbh-tech-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-l .fbh-tech-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-l .fbh-tech-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-l .fbh-tech-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-l .fbh-tech-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-l .fbh-tech-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-l .fbh-tech-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-l .fbh-tech-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-l .fbh-tech-hero-copy {
  max-width: 780px;
}
#custom-html-l .fbh-tech-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-l .fbh-tech-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-l .fbh-tech-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-l .fbh-tech-intro h2,
#custom-html-l .fbh-tech-topics h2,
#custom-html-l .fbh-tech-practical h2,
#custom-html-l .fbh-tech-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-l .fbh-tech-intro h2 span,
#custom-html-l .fbh-tech-topics h2 span,
#custom-html-l .fbh-tech-practical h2 span,
#custom-html-l .fbh-tech-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-l .fbh-tech-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-l .fbh-tech-copy {
  max-width: 900px;
}
#custom-html-l .fbh-tech-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-l .fbh-tech-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-l .fbh-tech-topics {
  padding: 5rem 0;
}
#custom-html-l .fbh-tech-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-l .fbh-tech-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-l .fbh-tech-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-l .fbh-tech-topic-card {
  min-height: 260px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-l .fbh-tech-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-l .fbh-tech-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-l .fbh-tech-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-l .fbh-tech-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-l .fbh-tech-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-l .fbh-tech-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-l .fbh-tech-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-l .fbh-tech-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-l .fbh-tech-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-l .fbh-tech-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-l .fbh-tech-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-l .fbh-tech-stat {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-l .fbh-tech-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-l .fbh-tech-stat span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-l .fbh-tech-practical {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-l .fbh-tech-practical-copy {
  max-width: 900px;
}
#custom-html-l .fbh-tech-practical-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-l .fbh-tech-related {
  padding: 5rem 0;
}
#custom-html-l .fbh-tech-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-l .fbh-tech-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-l .fbh-tech-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-l .fbh-tech-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-l .fbh-tech-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-l .fbh-tech-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-l .fbh-tech-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-l .fbh-tech-cta h2 span {
  color: #f0c76f;
}
#custom-html-l .fbh-tech-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-l .fbh-tech-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-l {
    margin-top: 88px;
  }
  #custom-html-l .fbh-tech-inner {
    width: calc(76%);
  }
  #custom-html-l .fbh-tech-hero-grid,
  #custom-html-l .fbh-tech-intro,
  #custom-html-l .fbh-tech-dark-grid,
  #custom-html-l .fbh-tech-practical {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-l .fbh-tech-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-l .fbh-tech-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-l .fbh-tech-stat-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-l .fbh-tech-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-l .fbh-tech-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-l {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-l .fbh-tech-inner {
    width: calc(80%);
  }
  #custom-html-l .fbh-tech-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-l .fbh-tech-intro,
  #custom-html-l .fbh-tech-topics,
  #custom-html-l .fbh-tech-practical,
  #custom-html-l .fbh-tech-related {
    padding: 3.5rem 0;
  }
  #custom-html-l .fbh-tech-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-l .fbh-tech-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-l .fbh-tech-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-l .fbh-tech-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-l .fbh-tech-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-l .fbh-tech-inner {
    width: calc(84%);
  }
  #custom-html-l .fbh-tech-hero h1 {
    font-size: 3.2rem;
  }
  #custom-html-l .fbh-tech-subtitle {
    font-size: 2rem;
  }
  #custom-html-l .fbh-tech-dark {
    padding: 1.5rem;
  }
  #custom-html-l .fbh-tech-cta {
    padding: 1.5rem;
  }
}
.cid-vuI4oqhVPX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuI4oqhVPX .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuI4oqhVPX .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuI4oqhVPX .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuI4oqhVPX .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuI4oqhVPX .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuI4oqhVPX .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuI4oqhVPX .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuI4oqhVPX .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuI4oqhVPX .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuI4oqhVPX .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuI4oqhVPX .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuI4oqhVPX .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuI4oqhVPX .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuI4oqhVPX .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuI4oqhVPX .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuI4oqhVPX .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuI4oqhVPX .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuI4oqhVPX .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuI4oqhVPX .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuI4oqhVPX .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuI4oqhVPX .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuI4oqhVPX .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuI4oqhVPX .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuI4oqhVPX .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuI8Cp96xa {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuI8Cp96xa .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuI8Cp96xa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuI8Cp96xa .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuI8Cp96xa .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuI8Cp96xa .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuI8Cp96xa .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuI8Cp96xa .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuI8Cp96xa .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuI8Cp96xa .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuI8Cp96xa button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuI8Cp96xa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuI8Cp96xa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuI8Cp96xa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuI8Cp96xa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuI8Cp96xa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuI8Cp96xa nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuI8Cp96xa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuI8Cp96xa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuI8Cp96xa nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuI8Cp96xa .navbar {
    min-height: 82px;
  }
  .cid-vuI8Cp96xa .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuI8Cp96xa .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuI8Cp96xa .navbar-brand {
    margin-right: auto;
  }
  .cid-vuI8Cp96xa .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuI8Cp96xa .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuI8Cp96xa .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuI8Cp96xa .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuI8Cp96xa .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuI8Cp96xa .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuI8Cp96xa .navbar {
    min-height: 72px;
  }
  .cid-vuI8Cp96xa .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuI8Cp96xa .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuI8Cp96xa button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuI8Cp96xa .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuI8Cp96xa .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuI8Cp96xa .nav-item:focus,
.cid-vuI8Cp96xa .nav-link:focus,
.cid-vuI8Cp96xa .navbar-toggler:focus {
  outline: none;
}
.cid-vuI8Cp96xa ul.navbar-nav {
  list-style: none;
}
#custom-html-o {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* =========================================================
   DARK SECTION
   ========================================================= */
  /* =========================================================
   PRACTICAL
   ========================================================= */
  /* =========================================================
   RELATED
   ========================================================= */
  /* =========================================================
   CTA
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#custom-html-o * {
  box-sizing: border-box;
}
#custom-html-o .fbh-community-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-o .fbh-community-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-o .fbh-community-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-o .fbh-community-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-o .fbh-community-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-o .fbh-community-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-o .fbh-community-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-o .fbh-community-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-o .fbh-community-hero-copy {
  max-width: 780px;
}
#custom-html-o .fbh-community-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-o .fbh-community-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-o .fbh-community-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-o .fbh-community-intro h2,
#custom-html-o .fbh-community-topics h2,
#custom-html-o .fbh-community-practical h2,
#custom-html-o .fbh-community-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-o .fbh-community-intro h2 span,
#custom-html-o .fbh-community-topics h2 span,
#custom-html-o .fbh-community-practical h2 span,
#custom-html-o .fbh-community-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-o .fbh-community-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-o .fbh-community-copy {
  max-width: 900px;
}
#custom-html-o .fbh-community-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-o .fbh-community-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-o .fbh-community-topics {
  padding: 5rem 0;
}
#custom-html-o .fbh-community-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-o .fbh-community-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-o .fbh-community-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-o .fbh-community-topic-card {
  min-height: 260px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-o .fbh-community-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-o .fbh-community-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-o .fbh-community-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-o .fbh-community-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-o .fbh-community-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-o .fbh-community-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-o .fbh-community-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-o .fbh-community-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-o .fbh-community-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-o .fbh-community-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-o .fbh-community-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-o .fbh-community-stat {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-o .fbh-community-stat strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-o .fbh-community-stat span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-o .fbh-community-practical {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-o .fbh-community-practical-copy {
  max-width: 900px;
}
#custom-html-o .fbh-community-practical-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-o .fbh-community-related {
  padding: 5rem 0;
}
#custom-html-o .fbh-community-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-o .fbh-community-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-o .fbh-community-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-o .fbh-community-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-o .fbh-community-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-o .fbh-community-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-o .fbh-community-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-o .fbh-community-cta h2 span {
  color: #f0c76f;
}
#custom-html-o .fbh-community-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-o .fbh-community-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-o {
    margin-top: 88px;
  }
  #custom-html-o .fbh-community-inner {
    width: calc(76%);
  }
  #custom-html-o .fbh-community-hero-grid,
  #custom-html-o .fbh-community-intro,
  #custom-html-o .fbh-community-dark-grid,
  #custom-html-o .fbh-community-practical {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-o .fbh-community-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-o .fbh-community-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-o .fbh-community-stat-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-o .fbh-community-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-o .fbh-community-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-o {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-o .fbh-community-inner {
    width: calc(80%);
  }
  #custom-html-o .fbh-community-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-o .fbh-community-intro,
  #custom-html-o .fbh-community-topics,
  #custom-html-o .fbh-community-practical,
  #custom-html-o .fbh-community-related {
    padding: 3.5rem 0;
  }
  #custom-html-o .fbh-community-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-o .fbh-community-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-o .fbh-community-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-o .fbh-community-related-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-o .fbh-community-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-o .fbh-community-inner {
    width: calc(84%);
  }
  #custom-html-o .fbh-community-hero h1 {
    font-size: 3.2rem;
  }
  #custom-html-o .fbh-community-subtitle {
    font-size: 2rem;
  }
  #custom-html-o .fbh-community-dark {
    padding: 1.5rem;
  }
  #custom-html-o .fbh-community-cta {
    padding: 1.5rem;
  }
}
.cid-vuI8CpGRln {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuI8CpGRln .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuI8CpGRln .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuI8CpGRln .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuI8CpGRln .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuI8CpGRln .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuI8CpGRln .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuI8CpGRln .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuI8CpGRln .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuI8CpGRln .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuI8CpGRln .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuI8CpGRln .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuI8CpGRln .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuI8CpGRln .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuI8CpGRln .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuI8CpGRln .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuI8CpGRln .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuI8CpGRln .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuI8CpGRln .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuI8CpGRln .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuI8CpGRln .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuI8CpGRln .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuI8CpGRln .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuI8CpGRln .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuI8CpGRln .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuI9mDPh5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuI9mDPh5V .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuI9mDPh5V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuI9mDPh5V .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuI9mDPh5V .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuI9mDPh5V .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuI9mDPh5V .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuI9mDPh5V .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuI9mDPh5V .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuI9mDPh5V .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuI9mDPh5V button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuI9mDPh5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuI9mDPh5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuI9mDPh5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuI9mDPh5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuI9mDPh5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuI9mDPh5V nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuI9mDPh5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuI9mDPh5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuI9mDPh5V nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuI9mDPh5V .navbar {
    min-height: 82px;
  }
  .cid-vuI9mDPh5V .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuI9mDPh5V .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuI9mDPh5V .navbar-brand {
    margin-right: auto;
  }
  .cid-vuI9mDPh5V .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuI9mDPh5V .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuI9mDPh5V .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuI9mDPh5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuI9mDPh5V .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuI9mDPh5V .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuI9mDPh5V .navbar {
    min-height: 72px;
  }
  .cid-vuI9mDPh5V .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuI9mDPh5V .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuI9mDPh5V button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuI9mDPh5V .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuI9mDPh5V .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuI9mDPh5V .nav-item:focus,
.cid-vuI9mDPh5V .nav-link:focus,
.cid-vuI9mDPh5V .navbar-toggler:focus {
  outline: none;
}
.cid-vuI9mDPh5V ul.navbar-nav {
  list-style: none;
}
#custom-html-r {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* TOPICS */
  /* DARK SECTION */
  /* =========================================================
   FALKIRK SECTION
   ========================================================= */
  /* =========================================================
   EDITORIAL
   ========================================================= */
  /* =========================================================
   CTA
   ========================================================= */
  /* =========================================================
   TABLET
   ========================================================= */
  /* =========================================================
   MOBILE
   ========================================================= */
  /* =========================================================
   SMALL MOBILE
   ========================================================= */
}
#custom-html-r * {
  box-sizing: border-box;
}
#custom-html-r .fbh-about-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-r .fbh-about-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-r .fbh-about-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-r .fbh-about-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-r .fbh-about-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-r .fbh-about-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-r .fbh-about-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-r .fbh-about-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-r .fbh-about-hero-copy {
  max-width: 780px;
}
#custom-html-r .fbh-about-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-r .fbh-about-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-r .fbh-about-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-r .fbh-about-intro h2,
#custom-html-r .fbh-about-topics h2,
#custom-html-r .fbh-about-falkirk h2,
#custom-html-r .fbh-about-editorial h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-r .fbh-about-intro h2 span,
#custom-html-r .fbh-about-topics h2 span,
#custom-html-r .fbh-about-falkirk h2 span,
#custom-html-r .fbh-about-editorial h2 span {
  display: block;
  color: #176b87;
}
#custom-html-r .fbh-about-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-r .fbh-about-copy {
  max-width: 900px;
}
#custom-html-r .fbh-about-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-r .fbh-about-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-r .fbh-about-topics {
  padding: 5rem 0;
}
#custom-html-r .fbh-about-topics-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-r .fbh-about-topics-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-r .fbh-about-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-r .fbh-about-topic-card {
  display: block;
  min-height: 260px;
  padding: 1.8rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
  text-decoration: none !important;
}
#custom-html-r .fbh-about-topic-card:hover {
  border-color: #9fc7d2;
}
#custom-html-r .fbh-about-topic-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-r .fbh-about-topic-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-r .fbh-about-topic-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-r .fbh-about-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-r .fbh-about-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-r .fbh-about-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-r .fbh-about-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-r .fbh-about-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-r .fbh-about-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-r .fbh-about-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-r .fbh-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-r .fbh-about-value {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-r .fbh-about-value strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-r .fbh-about-value span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-r .fbh-about-falkirk {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-r .fbh-about-falkirk-copy {
  max-width: 900px;
}
#custom-html-r .fbh-about-falkirk-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-r .fbh-about-editorial {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0;
}
#custom-html-r .fbh-about-editorial p {
  max-width: 820px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-r .fbh-about-editorial > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 280px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-r .fbh-about-editorial > a:hover {
  border-color: #9fc7d2;
}
#custom-html-r .fbh-about-editorial > a strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-r .fbh-about-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-r .fbh-about-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-r .fbh-about-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-r .fbh-about-cta h2 span {
  color: #f0c76f;
}
#custom-html-r .fbh-about-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-r .fbh-about-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-r {
    margin-top: 88px;
  }
  #custom-html-r .fbh-about-inner {
    width: calc(76%);
  }
  #custom-html-r .fbh-about-hero-grid,
  #custom-html-r .fbh-about-intro,
  #custom-html-r .fbh-about-dark-grid,
  #custom-html-r .fbh-about-falkirk,
  #custom-html-r .fbh-about-editorial {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-r .fbh-about-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-r .fbh-about-values-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-r .fbh-about-editorial > a {
    justify-self: start;
  }
  #custom-html-r .fbh-about-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-r .fbh-about-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-r {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-r .fbh-about-inner {
    width: calc(80%);
  }
  #custom-html-r .fbh-about-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-r .fbh-about-intro,
  #custom-html-r .fbh-about-topics,
  #custom-html-r .fbh-about-falkirk,
  #custom-html-r .fbh-about-editorial {
    padding: 3.5rem 0;
  }
  #custom-html-r .fbh-about-topics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-r .fbh-about-topic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-r .fbh-about-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-r .fbh-about-editorial > a {
    width: 100%;
    min-width: 0;
  }
  #custom-html-r .fbh-about-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-r .fbh-about-inner {
    width: calc(84%);
  }
  #custom-html-r .fbh-about-hero h1 {
    font-size: 3rem;
  }
  #custom-html-r .fbh-about-subtitle {
    font-size: 2rem;
  }
  #custom-html-r .fbh-about-dark {
    padding: 1.5rem;
  }
  #custom-html-r .fbh-about-cta {
    padding: 1.5rem;
  }
}
.cid-vuI9mEeWgz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuI9mEeWgz .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuI9mEeWgz .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuI9mEeWgz .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuI9mEeWgz .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuI9mEeWgz .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuI9mEeWgz .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuI9mEeWgz .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuI9mEeWgz .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuI9mEeWgz .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuI9mEeWgz .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuI9mEeWgz .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuI9mEeWgz .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuI9mEeWgz .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuI9mEeWgz .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuI9mEeWgz .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuI9mEeWgz .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuI9mEeWgz .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuI9mEeWgz .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuI9mEeWgz .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuI9mEeWgz .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuI9mEeWgz .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuI9mEeWgz .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuI9mEeWgz .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuI9mEeWgz .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuIa2oyWRf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuIa2oyWRf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuIa2oyWRf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuIa2oyWRf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuIa2oyWRf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuIa2oyWRf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuIa2oyWRf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuIa2oyWRf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuIa2oyWRf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuIa2oyWRf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuIa2oyWRf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuIa2oyWRf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuIa2oyWRf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuIa2oyWRf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuIa2oyWRf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuIa2oyWRf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuIa2oyWRf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuIa2oyWRf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuIa2oyWRf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuIa2oyWRf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuIa2oyWRf .navbar {
    min-height: 82px;
  }
  .cid-vuIa2oyWRf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuIa2oyWRf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuIa2oyWRf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuIa2oyWRf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuIa2oyWRf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuIa2oyWRf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuIa2oyWRf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuIa2oyWRf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuIa2oyWRf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuIa2oyWRf .navbar {
    min-height: 72px;
  }
  .cid-vuIa2oyWRf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuIa2oyWRf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuIa2oyWRf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuIa2oyWRf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuIa2oyWRf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuIa2oyWRf .nav-item:focus,
.cid-vuIa2oyWRf .nav-link:focus,
.cid-vuIa2oyWRf .navbar-toggler:focus {
  outline: none;
}
.cid-vuIa2oyWRf ul.navbar-nav {
  list-style: none;
}
#custom-html-u {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* INTRO */
  /* POLICY SECTIONS */
  /* DARK SECTION */
  /* EXTERNAL LINKS */
  /* CONTRIBUTORS */
  /* CORRECTIONS */
  /* CTA */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-u * {
  box-sizing: border-box;
}
#custom-html-u .fbh-editorial-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-u .fbh-editorial-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-u .fbh-editorial-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-u .fbh-editorial-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-u .fbh-editorial-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-u .fbh-editorial-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-u .fbh-editorial-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-u .fbh-editorial-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-u .fbh-editorial-hero-copy {
  max-width: 780px;
}
#custom-html-u .fbh-editorial-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-u .fbh-editorial-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-u .fbh-editorial-intro h2,
#custom-html-u .fbh-editorial-sections h2,
#custom-html-u .fbh-editorial-links h2,
#custom-html-u .fbh-editorial-contributors h2,
#custom-html-u .fbh-editorial-corrections h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-u .fbh-editorial-intro h2 span,
#custom-html-u .fbh-editorial-sections h2 span,
#custom-html-u .fbh-editorial-links h2 span,
#custom-html-u .fbh-editorial-contributors h2 span,
#custom-html-u .fbh-editorial-corrections h2 span {
  display: block;
  color: #176b87;
}
#custom-html-u .fbh-editorial-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-u .fbh-editorial-copy {
  max-width: 900px;
}
#custom-html-u .fbh-editorial-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-copy-lead {
  color: #263f55 !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-u .fbh-editorial-sections {
  padding: 5rem 0;
}
#custom-html-u .fbh-editorial-sections-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
#custom-html-u .fbh-editorial-sections-head > p {
  max-width: 600px;
  margin: 0;
  color: #657684;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-u .fbh-editorial-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#custom-html-u .fbh-editorial-policy-card {
  min-height: 280px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-u .fbh-editorial-policy-card > span {
  display: block;
  margin-bottom: 2.5rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-u .fbh-editorial-policy-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-u .fbh-editorial-policy-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-u .fbh-editorial-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-u .fbh-editorial-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-u .fbh-editorial-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-u .fbh-editorial-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-u .fbh-editorial-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-u .fbh-editorial-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-u .fbh-editorial-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-u .fbh-editorial-value {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-u .fbh-editorial-value strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-u .fbh-editorial-value span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-u .fbh-editorial-links {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-u .fbh-editorial-links-copy {
  max-width: 900px;
}
#custom-html-u .fbh-editorial-links-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-contributors {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-u .fbh-editorial-contributors-copy {
  max-width: 900px;
}
#custom-html-u .fbh-editorial-contributors-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-corrections {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0;
}
#custom-html-u .fbh-editorial-corrections p {
  max-width: 820px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-u .fbh-editorial-corrections > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 220px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-u .fbh-editorial-corrections > a:hover {
  border-color: #9fc7d2;
}
#custom-html-u .fbh-editorial-corrections > a strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-u .fbh-editorial-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: center;
  padding: 3rem 3.5rem;
  background: #176b87;
  border-radius: 14px;
}
#custom-html-u .fbh-editorial-cta-label {
  margin-bottom: 0.8rem;
  color: #bfdee5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-u .fbh-editorial-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-u .fbh-editorial-cta h2 span {
  color: #f0c76f;
}
#custom-html-u .fbh-editorial-cta p {
  max-width: 800px;
  margin: 1rem 0 0;
  color: #e1edf0;
  font-size: 1rem;
  line-height: 1.7;
}
#custom-html-u .fbh-editorial-cta > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: #102a43 !important;
  background: #ffffff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #custom-html-u {
    margin-top: 88px;
  }
  #custom-html-u .fbh-editorial-inner {
    width: calc(76%);
  }
  #custom-html-u .fbh-editorial-hero-grid,
  #custom-html-u .fbh-editorial-intro,
  #custom-html-u .fbh-editorial-dark-grid,
  #custom-html-u .fbh-editorial-links,
  #custom-html-u .fbh-editorial-contributors,
  #custom-html-u .fbh-editorial-corrections {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-u .fbh-editorial-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-u .fbh-editorial-values-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-u .fbh-editorial-corrections > a {
    justify-self: start;
  }
  #custom-html-u .fbh-editorial-cta {
    grid-template-columns: 1fr;
  }
  #custom-html-u .fbh-editorial-cta > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-u {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-u .fbh-editorial-inner {
    width: calc(80%);
  }
  #custom-html-u .fbh-editorial-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-u .fbh-editorial-intro,
  #custom-html-u .fbh-editorial-sections,
  #custom-html-u .fbh-editorial-links,
  #custom-html-u .fbh-editorial-contributors,
  #custom-html-u .fbh-editorial-corrections {
    padding: 3.5rem 0;
  }
  #custom-html-u .fbh-editorial-sections-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #custom-html-u .fbh-editorial-policy-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-u .fbh-editorial-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-u .fbh-editorial-corrections > a {
    width: 100%;
    min-width: 0;
  }
  #custom-html-u .fbh-editorial-cta {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  #custom-html-u .fbh-editorial-inner {
    width: calc(84%);
  }
  #custom-html-u .fbh-editorial-hero h1 {
    font-size: 3rem;
  }
  #custom-html-u .fbh-editorial-subtitle {
    font-size: 2rem;
  }
  #custom-html-u .fbh-editorial-dark {
    padding: 1.5rem;
  }
  #custom-html-u .fbh-editorial-cta {
    padding: 1.5rem;
  }
}
.cid-vuIa2p7fm1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuIa2p7fm1 .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuIa2p7fm1 .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuIa2p7fm1 .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuIa2p7fm1 .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuIa2p7fm1 .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIa2p7fm1 .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuIa2p7fm1 .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuIa2p7fm1 .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuIa2p7fm1 .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuIa2p7fm1 .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuIa2p7fm1 .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuIa2p7fm1 .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIa2p7fm1 .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuIa2p7fm1 .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuIa2p7fm1 .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuIa2p7fm1 .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuIa2p7fm1 .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuIa2p7fm1 .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuIa2p7fm1 .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuIa2p7fm1 .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuIa2p7fm1 .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuIa2p7fm1 .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuIa2p7fm1 .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuIa2p7fm1 .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuIb60JRIx {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuIb60JRIx .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuIb60JRIx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuIb60JRIx .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuIb60JRIx .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuIb60JRIx .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuIb60JRIx .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuIb60JRIx .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuIb60JRIx .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuIb60JRIx .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuIb60JRIx button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuIb60JRIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuIb60JRIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuIb60JRIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuIb60JRIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuIb60JRIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuIb60JRIx nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuIb60JRIx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuIb60JRIx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuIb60JRIx nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuIb60JRIx .navbar {
    min-height: 82px;
  }
  .cid-vuIb60JRIx .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuIb60JRIx .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuIb60JRIx .navbar-brand {
    margin-right: auto;
  }
  .cid-vuIb60JRIx .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuIb60JRIx .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuIb60JRIx .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuIb60JRIx .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuIb60JRIx .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuIb60JRIx .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuIb60JRIx .navbar {
    min-height: 72px;
  }
  .cid-vuIb60JRIx .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuIb60JRIx .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuIb60JRIx button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuIb60JRIx .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuIb60JRIx .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuIb60JRIx .nav-item:focus,
.cid-vuIb60JRIx .nav-link:focus,
.cid-vuIb60JRIx .navbar-toggler:focus {
  outline: none;
}
.cid-vuIb60JRIx ul.navbar-nav {
  list-style: none;
}
#custom-html-x {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* CONTACT OPTIONS */
  /* DARK PANEL */
  /* FORM SECTION */
  /* EDITORIAL NOTE */
  /* RELATED */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-x * {
  box-sizing: border-box;
}
#custom-html-x .fbh-contact-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-x .fbh-contact-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-x .fbh-contact-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-x .fbh-contact-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-x .fbh-contact-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-x .fbh-contact-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-x .fbh-contact-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-x .fbh-contact-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-x .fbh-contact-hero-copy {
  max-width: 780px;
}
#custom-html-x .fbh-contact-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-x .fbh-contact-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-x .fbh-contact-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-x .fbh-contact-options h2,
#custom-html-x .fbh-contact-form-section h2,
#custom-html-x .fbh-contact-editorial h2,
#custom-html-x .fbh-contact-related h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-x .fbh-contact-options h2 span,
#custom-html-x .fbh-contact-form-section h2 span,
#custom-html-x .fbh-contact-editorial h2 span,
#custom-html-x .fbh-contact-related h2 span {
  display: block;
  color: #176b87;
}
#custom-html-x .fbh-contact-options {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-x .fbh-contact-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
#custom-html-x .fbh-contact-option-card {
  min-height: 230px;
  padding: 1.8rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-x .fbh-contact-option-card > span {
  display: block;
  margin-bottom: 2.2rem;
  color: #d9a441;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
#custom-html-x .fbh-contact-option-card h3 {
  margin: 0 0 0.8rem;
  color: #102a43;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
#custom-html-x .fbh-contact-option-card p {
  margin: 0;
  color: #617382;
  font-size: 0.94rem;
  line-height: 1.7;
}
#custom-html-x .fbh-contact-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-x .fbh-contact-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-x .fbh-contact-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-x .fbh-contact-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-x .fbh-contact-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-x .fbh-contact-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-x .fbh-contact-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-x .fbh-contact-points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-x .fbh-contact-point {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-x .fbh-contact-point strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-x .fbh-contact-point span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-x .fbh-contact-form-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-x .fbh-contact-form-section > div:first-child p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-x .fbh-contact-form-box {
  max-width: 900px;
  padding: 2rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
}
#custom-html-x .fbh-contact-field {
  margin-bottom: 1.2rem;
}
#custom-html-x .fbh-contact-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #102a43;
  font-size: 0.82rem;
  font-weight: 700;
}
#custom-html-x .fbh-contact-field input,
#custom-html-x .fbh-contact-field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  color: #102a43;
  background: #ffffff;
  border: 1px solid #cfd8df;
  border-radius: 6px;
  font-size: 0.95rem;
}
#custom-html-x .fbh-contact-field textarea {
  resize: vertical;
}
#custom-html-x .fbh-contact-form-box button {
  min-height: 40px;
  padding: 0.6rem 1rem;
  color: #ffffff;
  background: #176b87;
  border: 0;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
#custom-html-x .fbh-contact-editorial {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-x .fbh-contact-editorial p {
  max-width: 820px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-x .fbh-contact-editorial > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 280px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-x .fbh-contact-editorial > a:hover {
  border-color: #9fc7d2;
}
#custom-html-x .fbh-contact-editorial > a strong {
  color: #d9a441;
  font-size: 1.2rem;
}
#custom-html-x .fbh-contact-related {
  padding: 5rem 0 0;
}
#custom-html-x .fbh-contact-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 2.5rem;
}
#custom-html-x .fbh-contact-related-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding: 1.25rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-x .fbh-contact-related-grid a:hover {
  border-color: #9fc7d2;
}
#custom-html-x .fbh-contact-related-grid strong {
  color: #d9a441;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  #custom-html-x {
    margin-top: 88px;
  }
  #custom-html-x .fbh-contact-inner {
    width: calc(76%);
  }
  #custom-html-x .fbh-contact-hero-grid,
  #custom-html-x .fbh-contact-options,
  #custom-html-x .fbh-contact-dark-grid,
  #custom-html-x .fbh-contact-form-section,
  #custom-html-x .fbh-contact-editorial {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-x .fbh-contact-points-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-x .fbh-contact-editorial > a {
    justify-self: start;
  }
  #custom-html-x .fbh-contact-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #custom-html-x {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-x .fbh-contact-inner {
    width: calc(80%);
  }
  #custom-html-x .fbh-contact-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-x .fbh-contact-options,
  #custom-html-x .fbh-contact-form-section,
  #custom-html-x .fbh-contact-editorial {
    padding: 3.5rem 0;
  }
  #custom-html-x .fbh-contact-options-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-x .fbh-contact-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-x .fbh-contact-form-box {
    padding: 1.5rem;
  }
  #custom-html-x .fbh-contact-editorial > a {
    width: 100%;
    min-width: 0;
  }
  #custom-html-x .fbh-contact-related {
    padding-top: 3.5rem;
  }
  #custom-html-x .fbh-contact-related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  #custom-html-x .fbh-contact-inner {
    width: calc(84%);
  }
  #custom-html-x .fbh-contact-hero h1 {
    font-size: 3.2rem;
  }
  #custom-html-x .fbh-contact-subtitle {
    font-size: 2rem;
  }
  #custom-html-x .fbh-contact-dark {
    padding: 1.5rem;
  }
  #custom-html-x .fbh-contact-form-box {
    padding: 1.2rem;
  }
}
.cid-vuIciFLmoK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vuIciFLmoK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vuIciFLmoK .container,
.cid-vuIciFLmoK .container-fluid {
  max-width: 1500px;
}
.cid-vuIciFLmoK .content-head {
  max-width: 900px;
}
.cid-vuIciFLmoK .mbr-section-head {
  margin-bottom: 2rem !important;
}
.cid-vuIciFLmoK .mbr-section-title {
  color: #102a43;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cid-vuIciFLmoK .mbr-section-subtitle {
  color: #526373;
}
.cid-vuIciFLmoK .mbr-form {
  max-width: 1050px;
}
.cid-vuIciFLmoK form {
  padding: 2.2rem;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(16, 42, 67, 0.06);
}
.cid-vuIciFLmoK form .form-group {
  margin-bottom: 1rem !important;
}
.cid-vuIciFLmoK form .form-control {
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  color: #102a43;
  background: #ffffff;
  border: 1px solid #d5dde3;
  border-radius: 7px;
  font-size: 0.95rem;
  box-shadow: none;
}
.cid-vuIciFLmoK form .form-control::placeholder {
  color: #7c8c98;
  opacity: 1;
}
.cid-vuIciFLmoK form .form-control:focus {
  color: #102a43;
  background: #ffffff;
  border-color: #176b87;
  box-shadow: 0 0 0 3px rgba(23, 107, 135, 0.1);
}
.cid-vuIciFLmoK form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.cid-vuIciFLmoK form .mbr-section-btn {
  width: 100%;
  margin-top: 0.5rem;
  text-align: left;
}
.cid-vuIciFLmoK form .mbr-section-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  color: #ffffff !important;
  background: #176b87 !important;
  border: 1px solid #176b87 !important;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: none;
}
.cid-vuIciFLmoK form .mbr-section-btn .btn:hover {
  color: #ffffff !important;
  background: #102a43 !important;
  border-color: #102a43 !important;
}
.cid-vuIciFLmoK .alert-success {
  color: #102a43;
  background: #e7f3ef;
  border: 1px solid #c5ddd4;
  border-radius: 7px;
}
.cid-vuIciFLmoK .alert-danger {
  border-radius: 7px;
}
@media (max-width: 991px) {
  .cid-vuIciFLmoK form {
    padding: 1.8rem;
  }
  .cid-vuIciFLmoK form .mbr-section-btn .btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-vuIciFLmoK {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
  .cid-vuIciFLmoK form {
    padding: 1.4rem;
    border-radius: 12px;
  }
  .cid-vuIciFLmoK form .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-vuIciFLmoK textarea.form-control {
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-vuIciFLmoK form {
    padding: 1.15rem;
  }
}
.cid-vuIb619XAa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuIb619XAa .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuIb619XAa .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuIb619XAa .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuIb619XAa .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuIb619XAa .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIb619XAa .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuIb619XAa .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuIb619XAa .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuIb619XAa .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuIb619XAa .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuIb619XAa .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuIb619XAa .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIb619XAa .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuIb619XAa .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuIb619XAa .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuIb619XAa .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuIb619XAa .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuIb619XAa .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuIb619XAa .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuIb619XAa .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuIb619XAa .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuIb619XAa .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuIb619XAa .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuIb619XAa .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuIdADHbYf {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuIdADHbYf .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuIdADHbYf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuIdADHbYf .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuIdADHbYf .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuIdADHbYf .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuIdADHbYf .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuIdADHbYf .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuIdADHbYf .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuIdADHbYf .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuIdADHbYf button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuIdADHbYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuIdADHbYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuIdADHbYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuIdADHbYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuIdADHbYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuIdADHbYf nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuIdADHbYf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuIdADHbYf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuIdADHbYf nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuIdADHbYf .navbar {
    min-height: 82px;
  }
  .cid-vuIdADHbYf .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuIdADHbYf .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuIdADHbYf .navbar-brand {
    margin-right: auto;
  }
  .cid-vuIdADHbYf .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuIdADHbYf .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuIdADHbYf .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuIdADHbYf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuIdADHbYf .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuIdADHbYf .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuIdADHbYf .navbar {
    min-height: 72px;
  }
  .cid-vuIdADHbYf .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuIdADHbYf .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuIdADHbYf button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuIdADHbYf .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuIdADHbYf .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuIdADHbYf .nav-item:focus,
.cid-vuIdADHbYf .nav-link:focus,
.cid-vuIdADHbYf .navbar-toggler:focus {
  outline: none;
}
.cid-vuIdADHbYf ul.navbar-nav {
  list-style: none;
}
#custom-html-11 {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* CONTENT SECTIONS */
  /* DARK COOKIE SECTION */
  /* POLICY UPDATE */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-11 * {
  box-sizing: border-box;
}
#custom-html-11 .fbh-privacy-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-11 .fbh-privacy-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-11 .fbh-privacy-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-11 .fbh-privacy-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-11 .fbh-privacy-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-11 .fbh-privacy-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-11 .fbh-privacy-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-11 .fbh-privacy-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-11 .fbh-privacy-hero-copy {
  max-width: 780px;
}
#custom-html-11 .fbh-privacy-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-11 .fbh-privacy-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-11 .fbh-privacy-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-11 .fbh-privacy-section h2,
#custom-html-11 .fbh-privacy-update h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-11 .fbh-privacy-section h2 span,
#custom-html-11 .fbh-privacy-update h2 span {
  display: block;
  color: #176b87;
}
#custom-html-11 .fbh-privacy-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-11 .fbh-privacy-copy {
  max-width: 900px;
}
#custom-html-11 .fbh-privacy-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-11 .fbh-privacy-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-11 .fbh-privacy-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-11 .fbh-privacy-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-11 .fbh-privacy-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-11 .fbh-privacy-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-11 .fbh-privacy-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-11 .fbh-privacy-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-11 .fbh-privacy-cookie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-11 .fbh-privacy-cookie {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-11 .fbh-privacy-cookie strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-11 .fbh-privacy-cookie span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-11 .fbh-privacy-update {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0 0;
}
#custom-html-11 .fbh-privacy-update p {
  max-width: 820px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-11 .fbh-privacy-update > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 220px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-11 .fbh-privacy-update > a:hover {
  border-color: #9fc7d2;
}
#custom-html-11 .fbh-privacy-update > a strong {
  color: #d9a441;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  #custom-html-11 {
    margin-top: 88px;
  }
  #custom-html-11 .fbh-privacy-inner {
    width: calc(76%);
  }
  #custom-html-11 .fbh-privacy-hero-grid,
  #custom-html-11 .fbh-privacy-section,
  #custom-html-11 .fbh-privacy-dark-grid,
  #custom-html-11 .fbh-privacy-update {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-11 .fbh-privacy-cookie-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-11 .fbh-privacy-update > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-11 {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-11 .fbh-privacy-inner {
    width: calc(80%);
  }
  #custom-html-11 .fbh-privacy-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-11 .fbh-privacy-section {
    padding: 3.5rem 0;
  }
  #custom-html-11 .fbh-privacy-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-11 .fbh-privacy-update {
    padding-top: 3.5rem;
  }
  #custom-html-11 .fbh-privacy-update > a {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 575px) {
  #custom-html-11 .fbh-privacy-inner {
    width: calc(84%);
  }
  #custom-html-11 .fbh-privacy-hero h1 {
    font-size: 3rem;
  }
  #custom-html-11 .fbh-privacy-subtitle {
    font-size: 2rem;
  }
  #custom-html-11 .fbh-privacy-dark {
    padding: 1.5rem;
  }
}
.cid-vuIdAEr39V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuIdAEr39V .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuIdAEr39V .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuIdAEr39V .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuIdAEr39V .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuIdAEr39V .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIdAEr39V .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuIdAEr39V .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuIdAEr39V .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuIdAEr39V .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuIdAEr39V .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuIdAEr39V .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuIdAEr39V .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIdAEr39V .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuIdAEr39V .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuIdAEr39V .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuIdAEr39V .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuIdAEr39V .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuIdAEr39V .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuIdAEr39V .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuIdAEr39V .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuIdAEr39V .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuIdAEr39V .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuIdAEr39V .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuIdAEr39V .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuIfgIEqHH {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuIfgIEqHH .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuIfgIEqHH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuIfgIEqHH .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuIfgIEqHH .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuIfgIEqHH .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuIfgIEqHH .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuIfgIEqHH .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuIfgIEqHH .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuIfgIEqHH .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuIfgIEqHH button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuIfgIEqHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuIfgIEqHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuIfgIEqHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuIfgIEqHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuIfgIEqHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuIfgIEqHH nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuIfgIEqHH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuIfgIEqHH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuIfgIEqHH nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuIfgIEqHH .navbar {
    min-height: 82px;
  }
  .cid-vuIfgIEqHH .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuIfgIEqHH .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuIfgIEqHH .navbar-brand {
    margin-right: auto;
  }
  .cid-vuIfgIEqHH .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuIfgIEqHH .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuIfgIEqHH .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuIfgIEqHH .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuIfgIEqHH .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuIfgIEqHH .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuIfgIEqHH .navbar {
    min-height: 72px;
  }
  .cid-vuIfgIEqHH .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuIfgIEqHH .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuIfgIEqHH button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuIfgIEqHH .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuIfgIEqHH .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuIfgIEqHH .nav-item:focus,
.cid-vuIfgIEqHH .nav-link:focus,
.cid-vuIfgIEqHH .navbar-toggler:focus {
  outline: none;
}
.cid-vuIfgIEqHH ul.navbar-nav {
  list-style: none;
}
#custom-html-15 {
  margin-top: 110px;
  padding: 2.5rem 0 4rem;
  background: #ffffff;
  overflow: hidden;
  color: #102a43;
  /* HERO */
  /* GENERAL */
  /* CONTENT SECTIONS */
  /* DARK SECTION */
  /* UPDATE SECTION */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
}
#custom-html-15 * {
  box-sizing: border-box;
}
#custom-html-15 .fbh-terms-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
}
#custom-html-15 .fbh-terms-hero {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-15 .fbh-terms-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
  color: #176b87;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 2px;
}
#custom-html-15 .fbh-terms-kicker-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-15 .fbh-terms-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: end;
}
#custom-html-15 .fbh-terms-hero h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.055em;
}
#custom-html-15 .fbh-terms-subtitle {
  margin-top: 1.2rem;
  color: #102a43;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#custom-html-15 .fbh-terms-subtitle span {
  display: block;
  color: #176b87;
  font-weight: 700;
}
#custom-html-15 .fbh-terms-hero-copy {
  max-width: 780px;
}
#custom-html-15 .fbh-terms-hero-copy p {
  margin: 0 0 1rem;
  color: #586a78;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-15 .fbh-terms-lead {
  color: #263f55 !important;
  font-size: 1.15rem !important;
  font-weight: 600;
}
#custom-html-15 .fbh-terms-label {
  margin-bottom: 0.8rem;
  color: #176b87;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-15 .fbh-terms-section h2,
#custom-html-15 .fbh-terms-update h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-15 .fbh-terms-section h2 span,
#custom-html-15 .fbh-terms-update h2 span {
  display: block;
  color: #176b87;
}
#custom-html-15 .fbh-terms-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem 0;
  border-bottom: 1px solid #d7dde1;
}
#custom-html-15 .fbh-terms-copy {
  max-width: 900px;
}
#custom-html-15 .fbh-terms-copy p {
  margin: 0 0 1.15rem;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-15 .fbh-terms-dark {
  padding: 4.5rem;
  background: #102a43;
  border-radius: 18px;
}
#custom-html-15 .fbh-terms-dark-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}
#custom-html-15 .fbh-terms-dark-label {
  margin-bottom: 1rem;
  color: #9cc7d3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-15 .fbh-terms-dark h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-15 .fbh-terms-dark h2 span {
  display: block;
  color: #58a7bc;
}
#custom-html-15 .fbh-terms-dark-copy p {
  margin: 0 0 1rem;
  color: #cbd7df;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-15 .fbh-terms-dark-lead {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
}
#custom-html-15 .fbh-terms-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
#custom-html-15 .fbh-terms-value {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#custom-html-15 .fbh-terms-value strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #d9a441;
  font-size: 1.1rem;
}
#custom-html-15 .fbh-terms-value span {
  color: #c8d4dc;
  font-size: 0.9rem;
  line-height: 1.6;
}
#custom-html-15 .fbh-terms-update {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 0 0;
}
#custom-html-15 .fbh-terms-update p {
  max-width: 820px;
  margin: 1rem 0 0;
  color: #526373;
  font-size: 1rem;
  line-height: 1.8;
}
#custom-html-15 .fbh-terms-update > a {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 220px;
  min-height: 74px;
  padding: 1.2rem 1.4rem;
  color: #102a43 !important;
  background: #fbfbfa;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-15 .fbh-terms-update > a:hover {
  border-color: #9fc7d2;
}
#custom-html-15 .fbh-terms-update > a strong {
  color: #d9a441;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  #custom-html-15 {
    margin-top: 88px;
  }
  #custom-html-15 .fbh-terms-inner {
    width: calc(76%);
  }
  #custom-html-15 .fbh-terms-hero-grid,
  #custom-html-15 .fbh-terms-section,
  #custom-html-15 .fbh-terms-dark-grid,
  #custom-html-15 .fbh-terms-update {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #custom-html-15 .fbh-terms-values-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-15 .fbh-terms-update > a {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  #custom-html-15 {
    margin-top: 72px;
    padding-top: 1.5rem;
  }
  #custom-html-15 .fbh-terms-inner {
    width: calc(80%);
  }
  #custom-html-15 .fbh-terms-hero {
    padding: 2.5rem 0 3rem;
  }
  #custom-html-15 .fbh-terms-section {
    padding: 3.5rem 0;
  }
  #custom-html-15 .fbh-terms-dark {
    padding: 2rem;
    border-radius: 14px;
  }
  #custom-html-15 .fbh-terms-update {
    padding-top: 3.5rem;
  }
  #custom-html-15 .fbh-terms-update > a {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 575px) {
  #custom-html-15 .fbh-terms-inner {
    width: calc(84%);
  }
  #custom-html-15 .fbh-terms-hero h1 {
    font-size: 3rem;
  }
  #custom-html-15 .fbh-terms-subtitle {
    font-size: 2rem;
  }
  #custom-html-15 .fbh-terms-dark {
    padding: 1.5rem;
  }
}
.cid-vuIfgJnIZn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuIfgJnIZn .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuIfgJnIZn .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuIfgJnIZn .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuIfgJnIZn .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuIfgJnIZn .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIfgJnIZn .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuIfgJnIZn .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuIfgJnIZn .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuIfgJnIZn .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuIfgJnIZn .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuIfgJnIZn .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuIfgJnIZn .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIfgJnIZn .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuIfgJnIZn .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuIfgJnIZn .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuIfgJnIZn .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuIfgJnIZn .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuIfgJnIZn .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuIfgJnIZn .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuIfgJnIZn .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuIfgJnIZn .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuIfgJnIZn .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuIfgJnIZn .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuIfgJnIZn .fbh-footer-main {
    gap: 2.5rem;
  }
}
.cid-vuIgOTtUbv {
  z-index: 1000;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.cid-vuIgOTtUbv .navbar {
  min-height: 110px;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.cid-vuIgOTtUbv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vuIgOTtUbv .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 92px;
  padding: 0.7rem 1.7rem;
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.1);
}
.cid-vuIgOTtUbv .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cid-vuIgOTtUbv .navbar-logo {
  margin: 0 !important;
  padding: 0;
}
.cid-vuIgOTtUbv .navbar-logo a {
  display: block;
  outline: none;
}
.cid-vuIgOTtUbv .navbar-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vuIgOTtUbv .navbar-collapse {
    justify-content: flex-end;
  }
  .cid-vuIgOTtUbv .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: 0;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-item {
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.72rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none !important;
    border-radius: 7px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
.cid-vuIgOTtUbv button.navbar-toggler {
  position: relative;
  width: 31px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cid-vuIgOTtUbv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  background: #102a43;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.cid-vuIgOTtUbv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 1px;
}
.cid-vuIgOTtUbv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 9px;
}
.cid-vuIgOTtUbv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 9px;
}
.cid-vuIgOTtUbv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 17px;
}
.cid-vuIgOTtUbv nav.opened .hamburger span:nth-child(1) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
.cid-vuIgOTtUbv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.cid-vuIgOTtUbv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.cid-vuIgOTtUbv nav.opened .hamburger span:nth-child(4) {
  width: 0;
  top: 9px;
  right: 50%;
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-vuIgOTtUbv .navbar {
    min-height: 82px;
  }
  .cid-vuIgOTtUbv .navbar-dropdown {
    padding: 0 0.5rem;
  }
  .cid-vuIgOTtUbv .container {
    position: relative;
    width: 100%;
    min-height: 66px;
    padding: 0.45rem 1rem;
    border-radius: 10px;
  }
  .cid-vuIgOTtUbv .navbar-brand {
    margin-right: auto;
  }
  .cid-vuIgOTtUbv .navbar-logo img {
    max-width: 155px;
    max-height: 44px;
  }
  .cid-vuIgOTtUbv .navbar-collapse {
    position: absolute;
    top: calc(108%);
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.14);
    overflow: hidden;
  }
  .cid-vuIgOTtUbv .navbar-collapse:not(.show) {
    display: none !important;
  }
  .cid-vuIgOTtUbv .navbar-collapse.show {
    display: block !important;
  }
  .cid-vuIgOTtUbv .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.6rem;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    color: #102a43 !important;
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    border-radius: 6px;
  }
  .cid-vuIgOTtUbv .navbar-nav .nav-link:hover {
    color: #176b87 !important;
    background: rgba(23, 107, 135, 0.07);
  }
}
@media (max-width: 575px) {
  .cid-vuIgOTtUbv .navbar {
    min-height: 72px;
  }
  .cid-vuIgOTtUbv .container {
    min-height: 58px;
    padding: 0.35rem 0.8rem;
  }
  .cid-vuIgOTtUbv .navbar-logo img {
    max-width: 138px;
    max-height: 38px;
  }
  .cid-vuIgOTtUbv button.navbar-toggler {
    transform: scale(0.9);
  }
}
.cid-vuIgOTtUbv .navbar.navbar-short {
  background: #ffffff !important;
}
.cid-vuIgOTtUbv .navbar.navbar-short .container {
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.11);
}
.cid-vuIgOTtUbv .nav-item:focus,
.cid-vuIgOTtUbv .nav-link:focus,
.cid-vuIgOTtUbv .navbar-toggler:focus {
  outline: none;
}
.cid-vuIgOTtUbv ul.navbar-nav {
  list-style: none;
}
#custom-html-19 {
  margin-top: 110px;
  padding: 0;
  background: #102a43;
  overflow: hidden;
}
#custom-html-19 .fbh-article-banner {
  width: 100%;
  padding: 3.5rem 0;
  background: #102a43;
  color: #ffffff;
}
#custom-html-19 .fbh-article-banner-inner {
  width: calc(76%);
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
#custom-html-19 .fbh-article-banner-left {
  max-width: 1000px;
}
#custom-html-19 .fbh-article-banner-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.3rem;
  color: #9fcbd6;
  font-size: 0.72rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-19 .fbh-article-banner-line {
  width: 38px;
  height: 3px;
  flex-shrink: 0;
  background: #d9a441;
  border-radius: 5px;
}
#custom-html-19 .fbh-article-banner-name {
  margin-bottom: 0.6rem;
  color: #d9a441;
  font-size: 0.72rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#custom-html-19 .fbh-article-banner-title {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.045em;
}
#custom-html-19 .fbh-article-banner-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
#custom-html-19 .fbh-article-banner-mark span {
  color: #d9a441;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
@media (max-width: 991px) {
  #custom-html-19 {
    margin-top: 88px;
  }
  #custom-html-19 .fbh-article-banner-inner {
    width: calc(76%);
  }
  #custom-html-19 .fbh-article-banner-mark {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  #custom-html-19 {
    margin-top: 72px;
  }
  #custom-html-19 .fbh-article-banner {
    padding: 2.5rem 0;
  }
  #custom-html-19 .fbh-article-banner-inner {
    width: calc(80%);
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #custom-html-19 .fbh-article-banner-title {
    font-size: 2.6rem;
  }
  #custom-html-19 .fbh-article-banner-mark {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 575px) {
  #custom-html-19 .fbh-article-banner-inner {
    width: calc(84%);
  }
  #custom-html-19 .fbh-article-banner-title {
    font-size: 2.2rem;
  }
  #custom-html-19 .fbh-article-banner-mark {
    width: 72px;
    height: 72px;
  }
  #custom-html-19 .fbh-article-banner-mark span {
    font-size: 0.85rem;
  }
}
.cid-vuIiu5xhge {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vuIiu5xhge .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuIiu5xhge .mbr-fallback-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.cid-vuIiu5xhge .fbh-article-wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.cid-vuIiu5xhge .fbh-article-image {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 14px;
}
.cid-vuIiu5xhge .fbh-article-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIiu5xhge .fbh-article-title {
  max-width: 1000px;
  margin: 0 0 1.4rem;
  color: #102a43;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
}
.cid-vuIiu5xhge .fbh-article-text {
  max-width: 950px;
  margin: 0;
  color: #526373;
  font-size: 1.05rem;
  line-height: 1.85;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vuIiu5xhge .fbh-article-image {
    margin-bottom: 1.8rem;
  }
  .cid-vuIiu5xhge .fbh-article-title {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cid-vuIiu5xhge .fbh-article-image {
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  .cid-vuIiu5xhge .fbh-article-title {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cid-vuIiu5xhge .fbh-article-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  .cid-vuIiu5xhge .fbh-article-title {
    font-size: 1.45rem;
  }
}
.cid-vuIgOTQCeL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102a43;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.cid-vuIgOTQCeL .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.cid-vuIgOTQCeL .fbh-footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 5rem;
  align-items: start;
}
.cid-vuIgOTQCeL .fbh-footer-brand {
  max-width: 390px;
}
.cid-vuIgOTQCeL .fbh-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: #dbeef3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  text-decoration: none;
}
.cid-vuIgOTQCeL .fbh-footer-logo {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cid-vuIgOTQCeL .fbh-footer-intro {
  margin: 1.4rem 0 0;
  color: #c8d5df;
  font-size: 0.95rem;
  line-height: 1.75;
}
.cid-vuIgOTQCeL .fbh-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.cid-vuIgOTQCeL .fbh-footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cid-vuIgOTQCeL .fbh-footer-heading {
  margin-bottom: 0.45rem;
  color: #d9a441;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cid-vuIgOTQCeL .fbh-footer-column a {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none !important;
  opacity: 0.88;
  transition: opacity 0.2s ease,
    color 0.2s ease;
}
.cid-vuIgOTQCeL .fbh-footer-column a:hover {
  color: #9fcbd6 !important;
  opacity: 1;
}
.cid-vuIgOTQCeL .fbh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cid-vuIgOTQCeL .fbh-footer-copyright {
  margin: 0;
  color: #aebdca;
  font-size: 0.78rem;
  line-height: 1.5;
}
.cid-vuIgOTQCeL .fbh-footer-home {
  color: #aebdca !important;
  font-size: 0.78rem;
  line-height: 1.5;
  text-decoration: none !important;
}
.cid-vuIgOTQCeL .fbh-footer-home:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vuIgOTQCeL .fbh-footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .cid-vuIgOTQCeL .fbh-footer-brand {
    max-width: 520px;
  }
  .cid-vuIgOTQCeL .fbh-footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vuIgOTQCeL .fbh-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .cid-vuIgOTQCeL .fbh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}
@media (max-width: 575px) {
  .cid-vuIgOTQCeL .fbh-footer-logo {
    width: 165px;
  }
  .cid-vuIgOTQCeL .fbh-footer-logo-link {
    padding: 0.65rem 0.85rem;
  }
  .cid-vuIgOTQCeL .fbh-footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .cid-vuIgOTQCeL .fbh-footer-main {
    gap: 2.5rem;
  }
}
