/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.emphasis-list {
  max-width: 100%;
  margin-bottom: 0;
}
.emphasis-list__link {
  color: #3b3c43;
  text-decoration-color: #fbc600;
}
.emphasis-list__link:visited, .emphasis-list__link:active, .emphasis-list__link:focus, .emphasis-list__link:hover, .emphasis-list__link:focus-visible {
  color: #3b3c43;
}

.emphasis-path {
  background-color: #f7f7f7;
  color: #3b3c43;
  max-width: 100%;
}
.emphasis-path__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .emphasis-path__inner {
    padding: 1.25rem 5rem;
  }
}
@media (max-width: 48rem) {
  .emphasis-path__inner {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .emphasis-path__inner {
    padding: 1.5rem 2rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .emphasis-path__inner {
    padding: 3.4375rem 6.25rem;
  }
}
.emphasis-path__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .emphasis-path__route {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.emphasis-path__title {
  font-weight: normal;
  letter-spacing: -0.7px;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .emphasis-path__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .emphasis-path__title {
    font-size: 2.875rem;
  }
}
.emphasis-path__title-bold {
  font-weight: bold;
}
.emphasis-path__subtitle {
  color: #3b3c43;
  max-width: 65rem;
  margin: 0 auto 2rem;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0 0 2rem;
}
.emphasis-path__subtitle-bold {
  font-weight: bold;
}
@media (min-width: 480px) {
  .emphasis-path__subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .emphasis-path__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .emphasis-path__subtitle {
    font-size: 1.625rem;
  }
}

.emphasis-path__image {
  border: 0;
  padding: 0;
  margin: 1rem 0 0 0.5rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media (max-width: 80rem) {
  .emphasis-path__image {
    margin: 1rem auto;
  }
}
.emphasis-path__image > img {
  display: block;
  width: 100%;
  max-width: 400px;
}

/* Keyframes */
@-webkit-keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.benefits_list {
  list-style-type: none;
  max-width: 100%;
}
@media (min-width: 48.0625rem) {
  .benefits_list {
    max-width: 60%;
    margin-right: 1.5rem;
  }
}
.benefits_list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .benefits_list__item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .benefits_list__item {
    font-size: 21px;
    line-height: 28px;
  }
}
.benefits_list__item.active .bullet_content {
  opacity: 1;
}
.benefits_list__item.active .benefit_bullet {
  -webkit-animation: bullet_pulse 0.5s;
          animation: bullet_pulse 0.5s;
  opacity: 1;
}
.benefits_list__item + li {
  margin-top: -25px;
}
.benefits_list__item:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.benefits_list__item:not(:last-child) .benefit_progress_bar {
  width: 2px;
  background-color: #fbc600;
}
.benefits_list__item:not(:last-child).active .benefit_progress_bar {
  height: 100%;
}

.bullet_content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.bullet_content strong {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 80.0625rem) {
  .bullet_content strong {
    font-size: 24px;
    line-height: 34px;
  }
}
.bullet_content p {
  word-break: break-word;
  margin: 0.5rem 0 0;
  font-size: 16px;
  line-height: 20px;
}

.benefit_progress_bar {
  position: absolute;
  top: 14px;
  left: -30px;
  height: 0px;
  -webkit-transition: height 1.5s;
  transition: height 1.5s;
}

.benefit_bullet {
  position: absolute;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  top: -10px;
  left: -8.5px;
  background-color: #fbc600;
  opacity: 0;
}
@media (max-width: 80rem) {
  .benefit_bullet {
    top: -12px;
  }
}