: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%);
}

#cc-hero-section {
  background: var(--MRTGradient);
  margin-top: 75px;
  padding: 50px 0;
  position: relative;
}
#cc-hero-section .left-detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
#cc-hero-section .left-detail img {
  height: 75%;
}
#cc-hero-section .right-detail {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
#cc-hero-section .right-detail img {
  height: 100%;
}
#cc-hero-section .pill {
  background-color: var(--White);
  border-radius: 50px;
  padding: 10px 15px;
  color: var(--MRTNavy);
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  #cc-hero-section .left-detail,
  #cc-hero-section .right-detail {
    display: block;
  }
}

#cc-why-it-matters-section {
  background-color: var(--MRTNavy);
  padding: 60px 0;
}
#cc-why-it-matters-section .pill {
  background-color: var(--MRTGreen);
  border-radius: 50px;
  padding: 10px 15px;
  color: var(--MRTNavy);
  width: -moz-fit-content;
  width: fit-content;
}
#cc-why-it-matters-section .white-text {
  color: var(--White) !important;
}
#cc-why-it-matters-section .green-text {
  color: var(--MRTGreen) !important;
}
#cc-why-it-matters-section .card {
  background-color: var(--MRTGreen);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
#cc-why-it-matters-section .card .brow {
  color: var(--MRTNavy) !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}
#cc-why-it-matters-section .card .title {
  margin-top: 30px;
  margin-bottom: 30px;
}

#cc-build-to-trust-section {
  padding: 60px 0;
}
#cc-build-to-trust-section .pill {
  background-color: var(--LightGreen);
  border-radius: 50px;
  padding: 10px 15px;
  color: var(--MRTNavy);
  width: -moz-fit-content;
  width: fit-content;
}
#cc-build-to-trust-section .cc-cards-row {
  row-gap: 30px;
}
@media (min-width: 992px) {
  #cc-build-to-trust-section .cc-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  #cc-build-to-trust-section .cc-cards-row > [class*=col-] {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
#cc-build-to-trust-section .card {
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  border: 1px solid var(--LightGrey);
  padding: 30px;
  height: 100%;
}
#cc-build-to-trust-section .card .imager-wrapper .svg-wrapper {
  background-color: var(--LightGreen);
  padding: 10px;
  border-radius: 10px;
  height: 45px;
  width: 45px;
}
#cc-build-to-trust-section .card .imager-wrapper .svg-wrapper svg {
  width: 100%;
  height: auto;
  fill: var(--MRTGreen);
}
#cc-build-to-trust-section .card .title {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 45px;
}

#cc-cta-section {
  padding: 60px 0;
  background-color: var(--LightPink);
}
#cc-cta-section .svg-wrapper {
  height: 45px;
  width: 45px;
}
#cc-cta-section .svg-wrapper svg {
  width: 100%;
  height: auto;
  fill: var(--MRTGreen);
}