.tcl-section-sticky {
  position: sticky;
}

.tcl-scroll-list {
  padding: 70px 0 !important;
  -webkit-backdrop-filter: blur(10.0225934982px);
          backdrop-filter: blur(10.0225934982px);
  background: rgba(0, 117, 130, 0.2);
  position: relative;
}
.tcl-scroll-list .scroll-list-top-border,
.tcl-scroll-list .scroll-list-bottom-border {
  position: absolute;
  left: 0;
  width: 100%;
}
.tcl-scroll-list .scroll-list-top-border svg,
.tcl-scroll-list .scroll-list-bottom-border svg {
  width: 100%;
  display: block;
  height: auto;
}
.tcl-scroll-list .scroll-list-top-border {
  bottom: 100%;
}
.tcl-scroll-list .scroll-list-bottom-border {
  top: 100%;
}
.tcl-scroll-list .scroll-list-bottom-border svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-scroll-list__wrapper {
  text-align: center;
  width: 100%;
}
.tcl-scroll-list__heading {
  font-family: "Montserrat";
  line-height: normal;
  font-weight: 500;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1240px) {
  .tcl-scroll-list__heading {
    font-size: 28px;
  }
}
.tcl-scroll-list__description {
  font-family: "Montserrat";
  line-height: normal;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .tcl-scroll-list__description {
    margin-bottom: 40px;
  }
}
.tcl-scroll-list__bottom-text {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1439px) {
  .tcl-scroll-list__bottom-text {
    margin-bottom: 30px;
  }
}
.tcl-scroll-list__bottom-button a {
  font-weight: 600;
  border-radius: 2px;
  height: 46px;
  background-color: #ed9b16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  color: #002e33;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}
.tcl-scroll-list__bottom-button a:before, .tcl-scroll-list__bottom-button a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url(/wp-content/themes/emp/images/cta-button-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.tcl-scroll-list__bottom-button a:before {
  left: 15px;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}
.tcl-scroll-list__bottom-button a:after {
  right: 7px;
}
.tcl-scroll-list__bottom-button a:not(:disabled):hover {
  padding-left: 47px;
  padding-right: 8px;
}
.tcl-scroll-list__bottom-button a:not(:disabled):hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tcl-scroll-list__bottom-button a:not(:disabled):hover:after {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.tcl-scroll-list__bottom-button a:not(:disabled):active {
  background-color: #f2bc6a;
}
.tcl-scroll-list__bottom-button a:disabled {
  background-color: #9f9f9f;
  cursor: not-allowed;
}
.tcl-scroll-list__bottom-text, .tcl-scroll-list__bottom-button {
  display: none;
}
.tcl-scroll-list__list-container {
  height: 250px;
  position: relative;
}
@media (max-width: 1240px) {
  .tcl-scroll-list__list-container {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .tcl-scroll-list__list-container {
    height: 124px;
    margin: 100px 0;
  }
}
.tcl-scroll-list__list {
  position: relative;
}
.tcl-scroll-list__list-item {
  font-family: "Montserrat";
  line-height: normal;
  font-weight: 500;
  margin: 0;
  font-size: 60px;
  margin: 28px 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 1439px) {
  .tcl-scroll-list__list-item {
    font-size: 50px;
  }
}
@media (max-width: 1240px) {
  .tcl-scroll-list__list-item {
    font-size: 34px;
  }
}
.tcl-scroll-list__list-item a {
  text-decoration: none;
}
@media (max-width: 1439px) {
  .tcl-scroll-list__list-item {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .tcl-scroll-list__list-item {
    font-size: 24px;
    margin: 25px 0;
    text-align: left;
    padding-left: 80px;
  }
}
.tcl-scroll-list__progress {
  position: absolute;
  top: 0;
}
.tcl-scroll-list__progress--left {
  left: 0;
}
.tcl-scroll-list__progress--right {
  right: 0;
}
@media (max-width: 767px) {
  .tcl-scroll-list__progress--right {
    display: none;
  }
}
.tcl-scroll-list__progress--right .scroll-list-progress {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tcl-scroll-list__progress--right .scroll-list-progress__scale {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tcl-scroll-list__progress--right .scroll-list-progress__triangle span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-scroll-list .scroll-list-progress {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tcl-scroll-list .scroll-list-progress__divisions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.tcl-scroll-list .scroll-list-progress__division {
  width: 7px;
  height: 3px;
  background-color: #fff;
}
.tcl-scroll-list .scroll-list-progress__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tcl-scroll-list .scroll-list-progress__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-scroll-list .scroll-list-progress__number {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.tcl-scroll-list .scroll-list-progress__number:first-child {
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}
.tcl-scroll-list .scroll-list-progress__number:last-child {
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
}
.tcl-scroll-list .scroll-list-progress__triangle {
  position: relative;
  height: 0;
  width: 18px;
}
.tcl-scroll-list .scroll-list-progress__triangle span {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #fff;
}