/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-hero-7 {
  position: relative;
  overflow: hidden;
  padding-top: 15rem;
  padding-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .block-hero-7 {
      padding-top: 11rem; } }

.block-hero-7__background, .block-hero-7__text {
  height: 46rem; }

@media (min-width: 1600px) {
  .block-hero-7__background, .block-hero-7__text {
    height: 56rem; } }

.block-hero-7__background {
  width: 100%; }
  .block-hero-7__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .block-hero-7__background img.background {
    display: block; }
  .block-hero-7__background img.background_mobile {
    display: none; }
  @media (max-width: 767.98px) {
    .block-hero-7__background {
      height: auto;
      margin-bottom: 4rem; }
      .block-hero-7__background img.background {
        display: none; }
      .block-hero-7__background img.background_mobile {
        display: block; } }

.block-hero-7__col-breadcrumbs {
  position: absolute;
  z-index: 2;
  top: 11rem; }
  @media (max-width: 767.98px) {
    .block-hero-7__col-breadcrumbs {
      top: 8rem; } }

.block-hero-7__text {
  width: 100%;
  position: absolute;
  top: 15rem;
  left: 0;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .block-hero-7__text {
      position: relative;
      top: 0;
      height: auto; } }
  .block-hero-7__text .container, .block-hero-7__text .row, .block-hero-7__text .col-text {
    height: 100%; }
  .block-hero-7__text .inside {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 767.98px) {
      .block-hero-7__text .inside {
        width: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        transform: none; } }
    .block-hero-7__text .inside.narrow {
      width: 50%; }
    .block-hero-7__text .inside.wide {
      width: 75%; }
  .block-hero-7__text h1, .block-hero-7__text h2, .block-hero-7__text h3, .block-hero-7__text h4, .block-hero-7__text h5, .block-hero-7__text h6 {
    font-size: var(--fs-32-permanent);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem; }
  .block-hero-7__text p {
    font-size: var(--fs-16-permanent);
    font-weight: 300;
    line-height: 1.5; }
  .block-hero-7__text .bts {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 2rem; }
    .block-hero-7__text .bts div {
      margin-bottom: 1.5rem; }
      .block-hero-7__text .bts div:last-child {
        margin-bottom: 0; }

.block-hero-7[data-bg-color="white"] .block-hero-7__text * {
  color: #fff; }


/*# sourceMappingURL=block_hero-7.css.map*/