#myScrollspy {
  position: relative;
  scroll-behavior: smooth;
}

ul.nav-pills {
  top: 40%;
  max-width: 400px;
  position: sticky;
  overflow-y: clip;
  align-self: flex-end;
  overflow: hidden;
  transition: all linear 300ms;
}

.cop_wrapper {
  position: relative;
  height: 100%;
}

.cop_benefits {
  overflow-y: hidden;
  height: 800px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.cop_benefits::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.cop_benefits .col-md-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.cop_benefits .container .row .section_titles > h2 {
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-family: "roobert_regular";
  margin-top: 120px;
  position: sticky;
  top: 120px;
  min-height: 42px;
}
.cop_benefits .container .row .section_icons {
  overflow-y: scroll;
  height: 800px;
  cursor: all-scroll;
}
.cop_benefits .container .row .section_icons::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.cop_benefits .container ul .category_item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.cop_benefits .container ul .category_item a:hover {
  text-decoration: none;
}
.cop_benefits .container ul .category_item h2 {
  font-size: max(4.5rem, min(5vw - 0.5em, 9.25rem));
  line-height: 74px;
  color: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  margin-left: 0px;
  overflow-wrap: anywhere;
  font-family: "roobert_medium";
  min-height: 76px;
}
.cop_benefits .container ul .category_item .arrow_icon {
  content: "";
  height: 48px;
  width: 67px;
  background-image: url("/-/media/themes/hoganlovells/site-theme-name/images/right-light-green-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  transform: translate(-100px, -50%);
  background-size: cover;
  transition: all 0.3s ease-in;
}
.cop_benefits .container ul .category_item p, .cop_benefits .container ul .category_item ol, .cop_benefits .container ul .category_item ul {
  font-size: 27px;
  line-height: 27px;
  color: #fff;
  opacity: 0;
  height: 0px;
  transition: height 0.25s ease-in;
}
@media (max-width: 896px) {
  .cop_benefits .container ul .category_item p, .cop_benefits .container ul .category_item ol, .cop_benefits .container ul .category_item ul {
    opacity: 1;
  }
}
.cop_benefits .container ul .category_item p li, .cop_benefits .container ul .category_item ol li, .cop_benefits .container ul .category_item ul li {
  font-size: 27px;
  line-height: 27px;
  color: #fff;
}
.cop_benefits .container ul .category_item ul, .cop_benefits .container ul .category_item ol {
  margin-left: 4.5rem;
}
.cop_benefits .container ul .category_item.active-section h2 {
  color: #bff355;
  transition: all 0.3s ease-in;
  margin-left: 100px;
  min-height: 89px;
}
.cop_benefits .container ul .category_item.active-section p, .cop_benefits .container ul .category_item.active-section ul, .cop_benefits .container ul .category_item.active-section ol {
  opacity: 1;
  height: auto;
  transition: height 0.25s ease-in;
  font-family: "roobert_medium";
}
.cop_benefits .container ul .category_item.active-section .arrow_icon {
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in;
}
@media (min-width: 897px) {
  .cop_benefits .container ul .category_item.active-section {
    margin-bottom: 15px;
  }
  .cop_benefits .container ul .category_item.active-section:not(:has(ul, ol)) {
    margin-bottom: 70px;
  }
}
.cop_benefits .cop_benefits_img {
  display: none;
}

@media (max-width: 896px) {
  .section_icons {
    display: none;
  }
  .section_titles {
    display: none;
  }
  .cop_wrapper {
    height: 100%;
  }
  .cop_benefits {
    height: 100%;
    overflow: visible;
  }
}
.icons_wrapper {
  display: flex;
}

.benefit_icon_cards {
  min-width: 185px;
  min-height: 185px;
  max-width: 185px;
  max-height: 185px;
  padding: 0;
  border: 1px solid #bff355;
  background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: clip;
}
@media (min-width: 896px) and (max-width: 1300px) {
  .benefit_icon_cards {
    min-width: unset;
    min-height: unset;
    width: 185px;
    height: 185px;
  }
}
.benefit_icon_cards::before {
  content: "";
  background-color: #bff355;
  color: #243508;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.benefit_icon_cards p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in;
  color: transparent;
  font-family: "roobert_medium";
  font-size: 21px;
  overflow-wrap: anywhere;
  text-overflow: anywhere;
  -webkit-text-overflow: anywhere;
}
.benefit_icon_cards p:has(span) {
  font-family: "roobert_medium";
  font-size: 21px;
  overflow-wrap: anywhere;
  text-overflow: anywhere;
  -webkit-text-overflow: anywhere;
}
.benefit_icon_cards:hover p {
  color: #243508;
  transition: all 0.4s ease-in;
  background-color: #bff355;
  cursor: pointer;
}
.benefit_icon_cards img {
  width: 67px;
  height: 76px;
  object-fit: contain;
}

div.col-6 .section {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: parallax linear 100ms forwards;
}
div.col-6 .section .row {
  width: 100%;
}

.cop_wrapper .mobile_section {
  width: 100%;
  padding-top: 45px;
}
@media only screen and (min-width: 768px) {
  .cop_wrapper .mobile_section {
    margin: auto 15px;
  }
}
.cop_wrapper .mobile_section h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  color: #fff;
  width: 70%;
}
.cop_wrapper .mobile_section .categories {
  max-height: 615px;
  overflow-y: auto;
  overflow-x: hidden;
  /* WebKit (Chrome, Safari) */
  margin-bottom: 60px;
}
.cop_wrapper .mobile_section .categories::-webkit-scrollbar {
  width: 6px;
}
.cop_wrapper .mobile_section .categories::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5803921569); /* Adjust color as needed */
}
.cop_wrapper .mobile_section .categories::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.249); /* Set background color for the track */
}
.cop_wrapper .mobile_section .categories h2 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 15px;
  padding-top: 0px;
  font-family: "roobert_medium";
}
.cop_wrapper .mobile_section .categories p, .cop_wrapper .mobile_section .categories ul, .cop_wrapper .mobile_section .categories ol {
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "roobert_medium";
}
.cop_wrapper .mobile_section .categories p li, .cop_wrapper .mobile_section .categories ul li, .cop_wrapper .mobile_section .categories ol li {
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: "roobert_medium";
}
.cop_wrapper .mobile_section .category h2 {
  color: #bff355;
}
.cop_wrapper .mobile_section .category:not(:first-child) {
  margin-top: 60px;
}
.cop_wrapper .mobile_section .category_detail {
  margin: 0 15px;
}
.cop_wrapper .mobile_section .category_detail h2 {
  font-size: 36px;
  line-height: 43px;
  font-family: "roobert_medium";
  color: #bff355;
  margin-left: -15px;
  margin-bottom: 15px;
}
.cop_wrapper .mobile_section .category_detail .row {
  border: 1px solid #bff355;
  display: flex;
}
@media (max-width: 896px) {
  .cop_wrapper .mobile_section .category_detail .row {
    border: none;
  }
}
.cop_wrapper .mobile_section .category_detail .row .col-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-height: 98px;
  max-width: 98px;
  min-width: 98px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #bff355;
}
.cop_wrapper .mobile_section .category_detail .row .col-3 img {
  max-width: 70px;
  max-height: 58px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cop_wrapper .mobile_section .category_detail .row .col-9 {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #bff355;
  height: 100%;
  width: 100%;
  min-height: 98px;
  background-color: rgba(0, 0, 0, 0.4);
}
.cop_wrapper .mobile_section .category_detail .row .col-9 p {
  color: #bff355;
  font-size: 19.5px;
  line-height: 19.5px;
  font-family: "roobert_medium";
  margin: 0;
}
.cop_wrapper .mobile_section .category_detail .cta_row {
  margin-bottom: 60px;
  border: none;
  margin-top: 75px;
}
.cop_wrapper .mobile_section .category_detail .cta_row .row {
  border: none;
}
.cop_wrapper .mobile_section .category_detail .cta_row .col-9, .cop_wrapper .mobile_section .category_detail .cta_row .col-3 {
  border: none;
}
.cop_wrapper .mobile_section .back_btn {
  width: 6.25rem;
  height: 6.25rem;
  border: 2px solid #bff355;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  top: unset;
  background: #bff355;
  background-size: 200% 100%;
  background-position: right 0;
  position: relative;
}
.cop_wrapper .mobile_section .back_btn::before {
  content: "";
  width: 28.64px;
  height: 21px;
  color: transparent;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  position: absolute;
  right: initial;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/-/media/themes/hoganlovells/site-theme-name/images/right-blk-arrow.svg") !important;
  transform: scaleX(-1) translate(50%, -50%);
}
.cop_wrapper .mobile_section .cta_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.cop_wrapper .mobile_section .cta_wrapper .cta-fill-arrow a:hover {
  min-width: initial !important;
}
.cop_wrapper .mobile_section .cta_wrapper .cta-fill-arrow a:hover span {
  background-image: linear-gradient(transparent 0%, #bff355 0%);
}
.cop_wrapper .mobile_section .cta_wrapper .cta-fill-arrow a:hover::after, .cop_wrapper .mobile_section .cta_wrapper .btn-learn-dark a:hover::after, .cop_wrapper .mobile_section .cta_wrapper .btn-learn-light a:hover::after {
  transform: translate(0%, -50%);
  left: calc(100% - 40px);
}
@media (min-width: 896px) {
  .cop_wrapper .mobile_section {
    display: none;
  }
}

@keyframes parallax {
  to {
    transform: scaleX(0.9);
  }
  to {
    transform: scaleX(1);
    /* opacity: 1; */
  }
}