<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #007ca5;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #daecf3;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  display: flex;
  height: 100vh;
  padding: 100px 35px;
  align-items: center;
  background-image: linear-gradient(94deg, hsla(0, 0%, 100%, 0.69), transparent 63%), url('../images/Happy-Woman-Outside.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-wrapper-div {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
}

.button-div {
  display: flex;
  align-items: center;
}

.button {
  padding: 15px 20px;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #da2428;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2a2a2a;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.07);
}

.brand {
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.nav-link {
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #da2428;
}

.nav-link.w--current {
  color: rgba(218, 36, 40, 0.66);
}

.schedule-button {
  padding: 15px 20px 15px 45px;
  background-color: #2a2a2a;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.schedule-button:hover {
  background-color: #da2428;
}

.text-48 {
  display: flex;
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.photo-48 {
  overflow: hidden;
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
}

.left {
  color: #da2428;
  text-align: left;
}

.about-us-section {
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.9), hsla(0, 0%, 94.7%, 0.9)), url('../images/MFEC-logo-notext.jpg');
  background-position: 0px 0px, -15% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.about-us-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-start;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(131deg, rgba(0, 0, 0, 0.9), #da2428);
  font-size: 1em;
  line-height: 1.2em;
}

.location-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.white-center {
  color: #fff;
  text-align: center;
}

.location-holder {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.location-div {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.location-icon {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.address-text {
  color: #fff;
  text-align: center;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.footer-div-30 {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
}

.brand-2 {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 10px;
}

.link {
  color: #da2428;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.footer-phone {
  margin-bottom: 20px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #da2428;
  background-color: transparent;
  color: #da2428;
  text-transform: uppercase;
}

.footer-phone:hover {
  background-color: #da2428;
  color: #fff;
}

.footer-form-div-65 {
  width: 65%;
}

.mobile-hero-img {
  display: none;
}

.mobile-buttons {
  display: none;
  align-items: center;
}

.mobile-schedule {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-schedule:hover {
  background-color: #007ca5;
}

.mobile-self-test {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-self-test:hover {
  background-color: #007ca5;
}

.sub-text {
  margin-bottom: 30px;
  padding: 0px;
  background-color: transparent;
  color: #333;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: none;
}

.call-button {
  padding: 15px 20px 15px 45px;
  background-color: #2a2a2a;
  background-image: url('../images/phone-icon-white_1phone-icon-white_1phone-icon-white_1phone-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.call-button:hover {
  background-color: #da2428;
}

.what-to-expect-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.what-to-expect-wrapper-div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

._50-50-holder {
  display: flex;
  width: 100%;
  min-height: 400px;
  justify-content: space-between;
}

._50-50-holder.top {
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-item {
  margin-bottom: 10px;
}

.image-5 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-often-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(153deg, #333, #da2428);
}

.how-often-wrapper {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.age-group-holder {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.age-div {
  display: flex;
  width: 30%;
  min-height: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.age-group-photo {
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.age-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  background-color: transparent;
}

.testimonial-section {
  display: flex;
  min-height: 65vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Wooden-Walkway-in-Florida-Park.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonial-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-right: 75px;
  padding-bottom: 50px;
  padding-left: 75px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-name {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.white-center-2 {
  color: #fff;
}

.testimonials {
  color: #fff;
  font-style: italic;
  text-align: center;
}

.heading {
  margin-bottom: 5px;
  font-size: 3.5em;
}

.hero-subh {
  margin-bottom: 15px;
  color: #333;
  font-size: 2em;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.heading-2 {
  color: #da2428;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 800px;
    padding: 40px 30px 20px;
    align-items: flex-end;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, 0)), url('../images/Happy-Woman-Outside.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-wrapper-div {
    width: auto;
  }

  .button-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-button {
    font-size: 15px;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .about-us-section {
    background-image: linear-gradient(180deg, null, null), url('../images/big-icon.png');
    background-position: 0px 0px, 50% 50%;
  }

  .location-div {
    width: 32%;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .footer-div-30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-form-div-65 {
    width: 100%;
  }

  .nav-menu {
    background-color: #2a2a2a;
  }

  .icon {
    color: #da2428;
  }

  .menu-button {
    background-color: #2a2a2a;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .mobile-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-text {
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  ._50-50-holder {
    flex-direction: column;
  }

  ._50-50-holder.top {
    margin-top: 0px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .age-group-holder {
    margin-bottom: 15px;
    flex-direction: column;
  }

  .age-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-arrow {
    display: none;
  }

  .testimonial-section {
    min-height: 0px;
  }

  .testimonial-div {
    padding-right: 0px;
    padding-bottom: 35px;
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .heading {
    font-size: 3em;
  }

  .hero-subh {
    margin-bottom: 10px;
    font-size: 1.75em;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 1.75em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .hero {
    height: 500px;
    padding: 10px 10px 15px;
    background-image: linear-gradient(15deg, hsla(0, 0%, 100%, 0.94) 5%, hsla(0, 0%, 100%, 0) 56%, hsla(0, 0%, 100%, 0)), url('../images/Happy-Woman-Outside.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .brand {
    width: 225px;
  }

  .left {
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  .about-us-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-section {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .white-center {
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  .white-center.para {
    font-size: 16px;
    line-height: 1.75em;
  }

  .location-holder {
    margin-top: 0px;
    flex-direction: column;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: flex;
    align-items: stretch;
  }

  .mobile-schedule {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #da2428;
  }

  .mobile-self-test {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-self-test:hover {
    background-color: #da2428;
  }

  .sub-text {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .what-to-expect-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .how-often-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .age-group-holder {
    margin-bottom: 0px;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-center-2 {
    font-size: 1.5em;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 2.5em;
  }

  .hero-subh {
    font-size: 1.4em;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  .heading-3 {
    margin-bottom: 15px;
  }

  .heading-4 {
    margin-bottom: 15px;
  }

  .heading-5 {
    margin-bottom: 15px;
  }

  .heading-6 {
    margin-bottom: 15px;
  }

  .heading-7 {
    margin-bottom: 15px;
  }

  .heading-8 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: #fff;
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: auto;
    padding: 10% 0px 0px;
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    background-color: #da2428;
  }

  .brand {
    width: 200px;
  }

  .schedule-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 13px;
    text-align: center;
  }

  .photo-48 {
    margin-bottom: 5px;
  }

  .left {
    font-size: 1.25em;
  }

  .about-us-section {
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .white-center {
    font-size: 1.25em;
  }

  .footer-section {
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 13px;
  }

  .mobile-hero-img {
    display: block;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    align-items: stretch;
  }

  .mobile-schedule {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #da2428;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #fff;
    color: #da2428;
  }

  .mobile-self-test {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .sub-text {
    color: #fff;
  }

  .call-button {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 13px;
    text-align: center;
  }

  .list {
    padding-left: 25px;
  }

  .list-item {
    line-height: 1.5em;
  }

  .age-group-holder {
    margin-bottom: 0px;
  }

  .age-div {
    margin-bottom: 10px;
  }

  .heading {
    font-size: 1.8em;
  }

  .hero-subh {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 1.25em;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .heading-10 {
    margin-bottom: 10px;
  }

  .heading-11 {
    margin-bottom: 10px;
  }
}

</pre></body></html>