html {
  font-size: 2.222vw; /* 32px @ 1440 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
p {
  margin: 0px;
}
a {
  padding: 0px;
  cursor: pointer;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  max-height: 720px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.group-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #2f5758;
}

.group-header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.15rem;
  padding-left: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2f5758;
}

.header-asset-copyright-svg {
  width: 100%;
}

.header-body {
  margin-right: 1.875rem;
  margin-bottom: 2.35rem;
  margin-left: 1.875rem;
}

.header-asset-logo {
  width: 12rem;
}

.type-body {
  font-family: Questrial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

.body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.35rem 1.875rem 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.type-color-copper {
  color: #9d6648;
}

.heading {
  margin-top: 10rem;
  margin-left: -0.2rem;
  font-family: Questrial, sans-serif;
  font-size: 3.875rem;
  line-height: 4.625rem;
  font-weight: 400;
}

.type-color-deep-turquoise {
  color: #2f5758;
}

.heading-gradient {
  background-image: linear-gradient(300deg, #a46c4d 8%, #ba7e5b 42%, #eca478);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pill-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  margin-left: -0.2rem;
  padding: 0.3125rem 0.66rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #2f5758;
  border-radius: 20rem;
}

.pill-icon-asset-svg {
  height: 0.75rem;
  margin-left: 2.35rem;
}

.body-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #2f5758;
}

.body-row-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1.875rem 1.875rem 2.35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

.body-row-divider {
  width: 2px;
  background-color: #2f5758;
}

.body-row-hours-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

.border-right {
  border-right: 2px solid #2f5758;
}

.body-row-hours-cell-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.875rem 2.35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-row-hours-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #2f5758;
}

.type-hours {
  width: 41.667%;
  font-family: Questrial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

.body {
  background-image: url('../images/XeCare-Background.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fill-copper {
  background-color: #9d6648;
}

.body-row-logo-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.body-row-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-row-last-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1.875rem 1.875rem 2.35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
}

.type-body-small {
  font-family: Questrial, sans-serif;
  font-size: 0.563rem;
  line-height: 0.66rem;
}

.type-color-white {
  color: #fff;
}

.footer-asset-logo {
  width: 7.8rem;
  margin-right: 3.15rem;
}

.fill-deep-turquoise {
  background-color: #2f5758;
}

.body-row-image-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
}

.footer-asset-image {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .header-wrap {
    height: 24rem;
  }
  .group-header-info {
    border-bottom-width: 1px;
  }
  .type-body {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .heading {
    margin-top: 14rem;
  }
  .pill-icon {
    border-width: 1px;
  }
  .body-row {
    border-top-width: 1px;
  }
  .border-right {
    border-right-width: 1px;
  }
  .body-row-hours-row {
    border-top-width: 1px;
  }
  .body-row-last {
    border-top-width: 1px;
  }
  .type-body-small {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .footer-asset-logo {
    width: 7rem;
    margin-right: 2rem;
  }
}