:root {
  --MRTNavy: #000033;
  --MRTGreen: #29B494;
  --LightBlue: #F4FAFC;
  --LightGreen: #E7F6F3;
  --LightPink: #F9F4F4;
  --White: #FFFFFF;
  --SuperLightGrey: #F5F5F5;
  --LightGrey: #EDEDED;
  --MediumGrey: #C1C1C1;
  --DarkGrey: #595959;
  --Black: #171717;
  --Green: #13BE00;
  --Yellow: #FDC602;
  --BurntOrange: #CF3801;
  --Red: #A90000;
  --Success: #E7F9E5;
  --Warning: #FFF9E6;
  --LightOrange: #FFE6CD;
  --Error: #F6E5E5;
  --Purple: #6A0DAD;
  --MRTGradient: linear-gradient(260deg, #BCFCF0 0%, #F8E9E9 100%);
}

#index-hero-section {
  position: relative;
  background: var(--MRTGradient);
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 16px;
  margin-top: 75px;
  padding-bottom: 60px;
}
#index-hero-section .left-detail {
  position: absolute;
  top: 25%;
  left: 0;
  width: 20%;
  max-width: 250px;
}
#index-hero-section .right-detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  max-width: 250px;
}
#index-hero-section #index-hero-splide-carousel {
  margin: 0 auto;
}
#index-hero-section #index-hero-splide-carousel img {
  width: 80%;
}
#index-hero-section .index-card {
  text-align: center;
}
#index-hero-section .index-card .subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 25px;
}
#index-hero-section .index-card .wrapper {
  margin: 0 auto;
}
#index-hero-section .index-card .wrapper img {
  width: 80%;
}

#index-trusted-by-section {
  padding: 60px 0;
}
#index-trusted-by-section .slide img {
  width: 80%;
  height: auto;
}

#index-solutions-trainings-section {
  position: relative;
  padding-top: 16px;
}
#index-solutions-trainings-section .left-detail {
  position: absolute;
  top: 0;
  left: -225px;
  width: 445px;
}
#index-solutions-trainings-section .right-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 445px;
}
#index-solutions-trainings-section .solutions-training-wrapper {
  background: var(--MRTGradient);
  padding: 30px 25px;
  border-radius: 10px;
  overflow: hidden;
}
#index-solutions-trainings-section .solutions-training-wrapper dotlottie-wc {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  #index-solutions-trainings-section .solutions-training-wrapper {
    margin: 60px 0 0 0;
    border-radius: 10px;
    padding: 60px;
    margin-left: -12px;
    margin-right: -12px;
  }
  #index-solutions-trainings-section .solutions-training-wrapper > .row {
    position: relative;
  }
  #index-solutions-trainings-section .solutions-training-wrapper .lottie-col {
    position: static;
  }
  #index-solutions-trainings-section .solutions-training-wrapper dotlottie-wc {
    position: unset;
    width: 100%;
    transform: translateX(4%);
    scale: 1.5;
  }
}

#index-states-training-section {
  margin-top: 30px;
  padding-bottom: 25px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 992px) {
  #index-states-training-section {
    margin-top: 60px;
    background-color: white;
    margin-bottom: 60px;
  }
}
#index-states-training-section .text-container {
  background-color: white;
}
#index-states-training-section #slider-row-state {
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: clip;
  background-color: var(--LightGreen);
}
@media (min-width: 992px) {
  #index-states-training-section #slider-row-state {
    border-radius: 10px;
    margin: 0;
    height: 400px;
  }
  #index-states-training-section #slider-row-state .state-content {
    padding-left: 60px;
  }
}
#index-states-training-section #slider-row-state .state-content {
  animation: fadeIn 0.6s ease-out forwards;
}
#index-states-training-section #slider-row-state .image-wrapper {
  margin: 0 auto;
  text-align: center;
  animation: slideInFromRight 0.6s ease-out forwards;
}
#index-states-training-section #slider-row-state .image-wrapper img {
  max-width: 250px;
  max-height: 231px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#index-states-training-section .state-card-buttons {
  border: 0;
  background-color: transparent;
}
#index-states-training-section .state-card-buttons .progress-line {
  position: relative;
  display: block;
  background-color: var(--MediumGrey);
  height: 2px;
  width: 100%;
}
@media (min-width: 992px) {
  #index-states-training-section .state-card-buttons .progress-line {
    background-color: var(--SuperLightGrey);
  }
}
#index-states-training-section .state-card-buttons .image-wrapper {
  padding: 24px 0;
  text-align: left;
  width: auto;
  height: 100%;
}
#index-states-training-section .state-card-buttons .image-wrapper img {
  height: 72px;
  width: auto;
  opacity: 0.5;
}
#index-states-training-section .state-card-buttons:focus-visible {
  outline: 2px solid var(--MRTNavy);
  outline-offset: 2px;
}
#index-states-training-section .state-card-buttons.active .progress-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--MRTGreen);
  height: 2px;
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  #index-states-training-section .state-card-buttons.active .progress-line:before {
    animation: border_anim 8s linear forwards;
    width: 0;
  }
}
#index-states-training-section .state-card-buttons.active img {
  height: 72px;
  width: auto;
  opacity: 1;
}
@media (max-width: 991px) {
  #index-states-training-section .state-tabs-row {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 12px;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons {
    flex: 1;
    width: auto;
    padding: 0 !important;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons .image-wrapper {
    display: none;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons .progress-line {
    height: 5px;
    border-radius: 3px;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons.active .progress-line:before {
    height: 5px;
    border-radius: 3px;
  }
}
#index-states-training-section .slider-pause-wrapper {
  text-align: center;
  margin-top: 1rem;
  display: none;
}
#index-states-training-section .slider-pause-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--MRTNavy);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  color: var(--MRTNavy);
}
#index-states-training-section .slider-pause-btn:focus-visible {
  outline: 2px solid var(--MRTNavy);
  outline-offset: 2px;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#index-course-library-section {
  padding: 0px 0;
}
#index-course-library-section .course-library-wrapper {
  background-color: var(--LightBlue);
  padding: 40px 25px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #index-course-library-section .course-library-wrapper {
    padding: 60px;
    border-radius: 10px;
  }
}

#index-working-together-section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  #index-working-together-section {
    padding: 60px;
  }
}
#index-working-together-section #slider-card-mobile .logo-wrapper {
  height: 45px;
  width: auto;
  margin-bottom: 25px;
}
#index-working-together-section #slider-card-mobile .logo-wrapper .logo {
  max-width: 150px;
  margin-bottom: 15px;
}
#index-working-together-section #slider-card-mobile h3 {
  margin-bottom: 20px;
}
#index-working-together-section #slider-card-mobile .slider-ul {
  padding-left: 1.5rem;
  margin-bottom: 20px;
  list-style-type: none;
}
#index-working-together-section #slider-card-mobile .slider-ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 0.5rem;
}
#index-working-together-section #slider-card-mobile .slider-ul li::marker {
  content: none;
}
#index-working-together-section #slider-card-mobile .slider-ul li::before {
  content: "";
  width: 3px;
  height: 30px;
  background: #00cc00;
  display: block;
  position: absolute;
  left: -1rem;
  top: 5px;
}
#index-working-together-section #slider-card-mobile .background-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#index-working-together-section #slider-row li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
#index-working-together-section #slider-row li::before {
  content: "";
  width: 3px;
  height: 30px;
  background: #00cc00;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  position: absolute;
  left: -1rem;
  top: 5px;
}
#index-working-together-section #slider-row li:last-child {
  margin-bottom: 0;
}
#index-working-together-section #slider-row #slider-card {
  position: relative;
  border-radius: 10px;
  overflow: clip;
}
#index-working-together-section #slider-row #slider-card .background-image {
  width: 100%;
}
#index-working-together-section #slider-row #slider-card .logo-wrapper {
  height: 45px;
  width: auto;
  margin-bottom: 25px;
  position: absolute;
  top: 30px;
  left: 27px;
}
#index-working-together-section #slider-row #slider-card .logo-wrapper .logo {
  max-width: 150px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #index-working-together-section #slider-row #slider-card .logo-wrapper .logo {
    margin-bottom: 0;
  }
}
#index-working-together-section #slider-row #slider-card .title {
  margin-bottom: 15px;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  #index-working-together-section #slider-row #slider-card .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 27px 30px;
    width: 50%;
    margin-bottom: 0;
  }
}
#index-working-together-section .collab-card-buttons {
  border: 0;
  background-color: transparent;
  min-width: 0;
}
#index-working-together-section .collab-card-buttons .progress-line {
  position: relative;
  display: block;
  background-color: var(--SuperLightGrey);
  height: 2px;
  width: 100%;
}
#index-working-together-section .collab-card-buttons .image-wrapper {
  padding: 24px 0;
  display: flex;
  align-items: center;
  height: 80px;
}
#index-working-together-section .collab-card-buttons img {
  opacity: 0.5;
  max-width: 100%;
}
#index-working-together-section .collab-card-buttons:focus-visible {
  outline: 2px solid var(--MRTNavy);
  outline-offset: 2px;
}
#index-working-together-section .collab-card-buttons.active .progress-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--MRTGreen);
  height: 2px;
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  #index-working-together-section .collab-card-buttons.active .progress-line:before {
    animation: collab_border_anim 5s linear forwards;
    width: 0;
  }
}
#index-working-together-section .collab-card-buttons.active img {
  opacity: 1;
}
@media (min-width: 992px) {
  #index-working-together-section .collab-tabs-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  #index-working-together-section .collab-tabs-row {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 12px;
  }
  #index-working-together-section .collab-tabs-row .collab-card-buttons {
    flex: 1;
    width: auto;
    padding: 0 !important;
  }
  #index-working-together-section .collab-tabs-row .collab-card-buttons .image-wrapper {
    display: none;
  }
  #index-working-together-section .collab-tabs-row .collab-card-buttons .progress-line {
    height: 5px;
    border-radius: 3px;
  }
  #index-working-together-section .collab-tabs-row .collab-card-buttons.active .progress-line:before {
    height: 5px;
    border-radius: 3px;
  }
}
@keyframes collab_border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#index-find-your-state {
  margin-top: 1rem;
  background-color: var(--LightBlue);
  overflow: clip;
  padding: 20px 0;
}
#index-find-your-state dotlottie-wc {
  display: block;
  width: 200%;
  margin-left: -50%;
}
#index-find-your-state dotlottie-wc canvas {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 992px) {
  #index-find-your-state dotlottie-wc {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #index-find-your-state {
    padding: unset;
  }
  #index-find-your-state > .site-container-1340 > .row {
    position: relative;
  }
  #index-find-your-state .lottie-col {
    position: static;
  }
  #index-find-your-state dotlottie-wc {
    width: 100%;
    scale: 1.2;
    transform: translateX(15%);
  }
}
#index-find-your-state .search-bar-wrapper {
  display: flex;
}
#index-find-your-state .search-bar-wrapper .select-wrapper {
  position: relative;
  flex: 1;
}
#index-find-your-state .search-bar-wrapper .select-wrapper select {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 2px solid var(--MediumGrey);
  border-right: transparent;
  height: 46px;
  width: 100%;
  padding: 10px 50px 10px 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}
#index-find-your-state .search-bar-wrapper .select-wrapper .select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  fill: #333;
}
#index-find-your-state .search-bar-wrapper button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: var(--MRTNavy);
  color: var(--White);
  border-top: 2px solid var(--MRTNavy);
  border-right: 2px solid var(--MRTNavy);
  border-bottom: 2px solid var(--MRTNavy);
  border-left: transparent;
  height: 46px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
#index-find-your-state .search-bar-wrapper button svg {
  fill: var(--White);
  height: 24px;
}
#index-find-your-state .search-bar-wrapper button:hover {
  background-color: var(--White);
  color: var(--MRTNavy);
}
#index-find-your-state .search-bar-wrapper button:hover svg {
  fill: var(--MRTNavy);
}

@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}