/* Tabbing Component CSS Start */
.rebrand-tabbing {
  color: #243508;
}

.rebrand-tabbing h2 {
  font-family: "roobert_medium", sans-serif;
  font-size: 4rem;
  /*Font size change*/
  line-height: 5rem;
  margin-bottom: 7rem;
  color: #243508;
}

.rebrand-tabbing .nav {
  display: block;
}

.rebrand-tabbing .nav-tabs {
  border: none;
  max-width: 500px;
}

.rebrand-tabbing .nav-tabs .nav-item {
  margin-bottom: 24px;
}

.rebrand-tabbing .nav-tabs .nav-link {
  font-size: clamp(40px, 4vw + 0.5rem, 56px);
  /*Font size change*/
  position: relative;
  line-height: 1;
  /*Font size change*/
  padding: 0;
  color: #243508;
  display: block;
  border: none;
  transition: 0.4s ease;
  cursor: pointer;
}

.rebrand-tabbing .nav-tabs .nav-item::marker {
  display: none;
  font-size: 0;
}

.rebrand-tabbing .nav-tabs .nav-link.active {
  border-left: 10px solid #bff355;
  color: #243508;
  padding-left: 40px;
  /*Font size change*/
  transition: all 1s ease;
}

.rebrand-tabbing .nav-tabs .nav-link:hover {
  border-left: 10px solid #bff355;
  color: #243508;
  padding-left: 40px;
}

.rebrand-tabbing .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: -15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 91.34px;
  height: 66.08px;
  background-size: contain;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: left 0.25s ease;
}

.rebrand-tabbing .nav-tabs .nav-link.active::before {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.rebrand-tabbing .tab-content .tabbing-img {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10rem;
  position: relative;
  height: 419.73px;
  width: 419.73px;
}

.rebrand-tabbing .tab-content {
  overflow: hidden;
}

.rebrand-tabbing .tab-content .tab-text-content {
  margin-top: 34px;
}
.rebrand-tabbing .tab-content .tab-text-content .tabbing-text h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 21px;
}
.rebrand-tabbing .tab-content .tab-text-content .tabbing-text p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.2rem;
}

.rebrand-tabbing .tab-content .tabbing-img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.rebrand-tabbing .tab-content .tab-pane.active .tabbing-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rebrand-tabbing .tab-content .tab-pane {
  display: block;
  position: relative;
  opacity: 1;
}

.rebrand-tabbing .tab-content .tab-pane.fade:not(.active) .tabbing-text {
  display: none;
}

.rebrand-tabbing .tab-content .tab-pane.active .tabbing-text {
  display: block;
}

.rebrand-tabbing .tab-content .tab-pane.active .tabbing-img img {
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1.2);
  /* Firefox */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
}

.rebrand-tabbing .tab-content .tab-pane.active .tabbing-img code + img:hover {
  -webkit-transform: scale(1);
  /* Safari and Chrome */
  -moz-transform: scale(1);
  /* Firefox */
  -ms-transform: scale(1);
  /* IE 9 */
  -o-transform: scale(1);
  /* Opera */
  transform: scale(1);
}

.rebrand-tabbing .tab-content h3 {
  font-family: "roobert_medium", sans-serif;
  font-size: 3rem;
  /*Font size change*/
  line-height: 2.4rem;
  margin-bottom: 21px;
  color: #243508;
}

.rebrand-tabbing .tab-content p {
  font-family: "roobert_regular", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.2rem;
  max-width: 500px;
  color: #243508;
}

@media screen and (max-width: 991px) {
  .rebrand-tabbing h2 {
    margin-bottom: 3rem;
    /*Font size changes*/
  }
  .rebrand-tabbing .nav-tabs {
    margin-bottom: 3.7rem;
  }
  .rebrand-tabbing .nav-tabs .nav-item {
    margin-bottom: 3rem;
    /*Font size changes*/
  }
  .rebrand-tabbing .nav-tabs .nav-link {
    font-size: clamp(5rem, 3vw + 0.5rem, 6.25rem);
    /*Font size changes*/
    line-height: clamp(5rem, 3vw + 0.5rem, 6.25rem);
  }
  .rebrand-tabbing .nav-tabs .nav-link.active {
    padding-left: 9rem;
    /*Font size changes*/
  }
  .rebrand-tabbing .nav-tabs .nav-link.active::before {
    width: 50px;
    height: 37px;
  }
  .rebrand-tabbing .tab-content .img-wrapper {
    padding: 20px;
  }
  .rebrand-tabbing .tab-content .img-wrapper .img-wrap img {
    width: 100%;
    height: auto;
  }
  .rebrand-tabbing .tab-content h3 {
    margin-bottom: 1.5rem;
  }
  .rebrand-tabbing .tab-content p {
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .rebrand-tabbing .tab-content p:last-of-type {
    margin-bottom: 4.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rebrand-tabbing .tab-content .tabbing-img {
    height: 380px;
    width: auto;
    /*Tablet*/
  }
}
@media screen and (max-width: 480px) {
  .rebrand-tabbing .tab-content .tabbing-img {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .rebrand-tabbing {
    height: auto;
  }
  .rebrand-tabbing .tab-content .tab-pane {
    position: static;
  }
  .rebrand-tabbing .tab-content .tabbing-img {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .rebrand-tabbing .tab-content {
    margin-left: 2rem;
    /*Added to fix alignment with hero carousel*/
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .rebrand-tabbing .nav-tabs .nav-link {
    font-size: clamp(40px, 4vw + 0.5rem, 50px);
  }
  .rebrand-tabbing .nav-tabs .nav-link.active {
    padding-left: 40px;
  }
  .rebrand-tabbing .nav-tabs .nav-link::before {
    width: 60.34px;
    height: 47.08px;
  }
}
.sxa-tabs-medium-font .rebrand-tabbing .nav-tabs .nav-link {
  font-size: 9rem;
  line-height: 12rem;
}
@media screen and (max-width: 767px) {
  .sxa-tabs-medium-font .rebrand-tabbing .nav-tabs .nav-link {
    font-size: 5rem;
    line-height: 7rem;
  }
}

@media screen and (min-width: 992px) {
  .sxa-tabs-medium-font .rebrand-tabbing .nav-tabs .nav-link {
    font-size: 7rem;
    line-height: 9rem;
  }
}
@media screen and (max-width: 991px) {
  .sxa-tabs-medium-font .rebrand-tabbing .nav-tabs .nav-link {
    font-size: 5rem;
    line-height: 7rem;
  }
  .rebrand-tabbing .nav-tabs .nav-link::before {
    width: 35px !important;
    height: 33.08px !important;
  }
  .rebrand-tabbing .nav-tabs .nav-link.active {
    padding-left: 20px;
  }
}
.rebrand-tabbing .swiper {
  width: 280%;
  height: 315px;
  padding-bottom: 2rem;
  overflow: visible !important;
}
@media only screen and (min-width: 992px) {
  .rebrand-tabbing .swiper {
    width: 1293px;
    height: 431px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .rebrand-tabbing .swiper {
    height: 315px;
    width: 945px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 390px) {
  .rebrand-tabbing .swiper {
    height: 330px;
    width: 990px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 430px) {
  .rebrand-tabbing .swiper {
    height: 350px;
    width: 1050px;
  }
}

.swiper-slide img {
  height: 315px;
  width: 315px;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .swiper-slide img {
    height: 431px;
    width: 431px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .swiper-slide img {
    height: 315px;
    width: 315px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 390px) {
  .swiper-slide img {
    height: 330px;
    width: 330px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 430px) {
  .swiper-slide img {
    height: 350px;
    width: 350px;
  }
}

.swiper-scrollbar {
  margin-top: 3rem;
}

.swiper-3d {
  left: 50%;
  transform: translateX(-50%);
}

/* Ignore everything below */
.button {
  transition: background 300ms, color 300ms, box-shadow 300ms;
  background: #F7F7F7;
  font-size: 15px;
  color: #555555;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 0.25rem;
}

.button:hover {
  background: transparent;
  box-shadow: 0px 0px 0px 1px inset;
}

.button > i {
  padding-left: 1rem;
}

.rebrand-tabbing img.cta-transform-arrow {
  padding: 0;
  height: 32px;
  width: 32px;
}

.rebrand-tabbing .cta-transform-arrow-button .btn {
  position: relative;
  background-color: #bff355;
  color: #243508;
  padding: 14px 14px 14px 26px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.rebrand-tabbing .cta-transform-arrow-button .btn:hover .cta-transform-arrow,
.business-card .cta-transform-arrow-button .btn:active .cta-transform-arrow {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.rebrand-tabbing .cta-transform-arrow-button .btn:hover,
.business-card .cta-transform-arrow-button .btn:active {
  background-color: #bff355;
}

.rebrand-tabbing .cta-transform-arrow-button .btn-primary {
  position: relative;
}

.rebrand-tabbing .cta-transform-arrow-button .btn-primary:focus {
  box-shadow: none;
}

.rebrand-tabbing .cta-transform-arrow-button .btn-primary:active,
.business-card .cta-transform-arrow-button .btn-primary:not(:disabled):not(.disabled):active {
  color: #243508;
  background-color: #bff355;
  border-color: none;
}

.rebrand-tabbing .cta-transform-arrow-button .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease;
  z-index: 1;
}

.rebrand-tabbing .cta-transform-arrow-button .btn-primary:hover::before,
.business-card .cta-transform-arrow-button .btn-primary:active::before {
  width: 100%;
}

.rebrand-tabbing .cta-transform-arrow-button .btn {
  font-size: 20px;
}

.rebrand-tabbing .btn-learn-light {
  overflow: hidden;
}
.rebrand-tabbing .btn-learn-light a span {
  background-color: #bff355;
  background-image: unset;
  padding: 14px 50px 14px 26px;
  min-height: 60px;
  height: auto;
  border: unset;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.rebrand-tabbing .btn-learn-light a span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-in-out;
}
.rebrand-tabbing .btn-learn-light a::after {
  width: 32px;
  height: 32px;
  background-image: url(/-/media/Themes/HoganLovells/site-theme-name/images/common/cta-transform-arrow);
}
.rebrand-tabbing .btn-learn-light a:hover {
  min-width: unset !important;
}
.rebrand-tabbing .btn-learn-light a:hover span {
  text-decoration: none;
  background-position: left 105%;
  color: #243508;
  background-image: unset;
}
.rebrand-tabbing .btn-learn-light a:hover span::after {
  left: 0;
}
.rebrand-tabbing .btn-learn-light a:hover::after {
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% - 40px);
  transition: transform 0.3s ease;
}