#block-mobilephoneheader>div>p {
  display: none;
}

#block-mobilephoneheader-2>div>p {
  display: none;
}

.sliding-panel-content .region-sliding-panel .block-content-type-sd_b001 {
  width: 100%;
}

.sliding-panel-content .region-sliding-panel .header-cta {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}


.sliding-panel-content .region-sliding-panel .header-cta>a {
  height: 34px;
  line-height: 34px !important;
  padding: 0px 17px !important;
  text-transform: unset !important;
  font-size: 15px !important;
  max-width: 140px;
}


.sliding-panel-content .region-sliding-panel .header-cta>.line {
  display: none;
}

.sliding-panel-content .region-sliding-panel .header-cta>p:before {
  content: '';
  width: 50px;
  border-top: 1px solid #8a8c8e;
  height: 1px;
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
}

.sliding-panel-content .region-sliding-panel .header-cta>p {
  display: flex;
  flex-direction: column;
  position: relative;
}


.sliding-panel-content .region-sliding-panel .header-cta>p>span:first-of-type>a {
  font-family: 'Fira sans', sans-serif;
  color: #ed002f;
  font-size: 22px;
  display: block;
  font-weight: 600;
  padding: 0;
}


.sliding-panel-content .region-sliding-panel .header-cta>p>span:last-of-type {
  font-size: 13px;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  line-height: 1;
}


@media (min-width: 991px) {
  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta .line {
    color: #8a8c8e;
    font-size: 30px;
    margin-top: 3px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    opacity: .6;
  }

  body.fixed-header .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta .line {
    color: #8a8c8e;
  }

  body.fixed-header.path-frontpage  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:first-of-type>a {
    color: #ed002f;

  }

  body:not(.fixed-header).path-frontpage:not(.user-logged-in) .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>a.btn-primary {
    background-color: #fff !important;
    color: #262626 !important;
  }

  body:not(.fixed-header).path-frontpage:not(.user-logged-in) .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta .line {
    color: #fff;
  }


  body:not(.fixed-header).path-frontpage:not(.user-logged-in) .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:first-of-type>a {
    color: #fff;
  }

  body:not(.fixed-header).path-frontpage:not(.user-logged-in) .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:last-of-type {
    color: #fff;
  }


  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>a {
    font-family: 'Fira sans', sans-serif;
    background-color: #ed002f !important;
    color: #fff !important;
    margin: 0 !important;
    text-transform: unset !important;

  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p {
    display: flex;
    flex-direction: column;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta a:before {
    content: none !important;
  }


  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:first-of-type>a {
    font-family: 'Fira sans', sans-serif;
    color: #ed002f;
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 0;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:last-of-type {
    font-size: 13px;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    line-height: 1;
  }

  body.fixed-header .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:last-of-type {
    color: #262626;
  }
}

@media (min-width: 1201px) {
  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p {
    margin-top: -3px;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>a {
    height: 34px;
    line-height: 34px !important;
    padding: 0px 20px !important;
    border: none !important;

  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p>span:first-of-type>a {
    font-size: 22px;
  }
}


@media (min-width: 991px) and (max-width: 1200px) {
  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta {
    flex-direction: column;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta .line {
    display: none;
  }

  .layout-container>header .menu--main ul.menu-level-0>.menu-item>a,
  .layout-container>header .menu--main ul.menu-level-0 .menu-item:last-child a {
    padding: 10px;
    font-size: 13px !important;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>a {
    height: 28px;
    line-height: 28px !important;
    padding: 0px 14px !important;
    text-transform: unset !important;
    font-size: 14px !important;
    border: none !important;
  }

  .layout-container>header div.region-header .block-content-type-sd_b001 .header-cta>p {
    margin-top: -5px;
  }
}