.latest-home-page .lh-connect {
  background: #F5F8F8;
  padding: 3rem 0 3rem;
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect {
    padding: 30px 0 50px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect {
    padding: 40px 0 40px;
  }
}
.latest-home-page .lh-connect__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #FFFFFF 0%, #ECFBF8 100%);
  border-radius: 25px 25px;
  box-shadow: 0px 10px 24px 0px rgba(5, 41, 59, 0.1019607843);
  padding: 18px 12px;
  margin: 0 0 70px;
  border: 1px solid #BAE5DB;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__stats {
    padding: 16px 8px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    justify-content: initial;
    background: linear-gradient(90deg, #FFFFFF 0%, #ECFBF8 100%);
    box-shadow: 0px 8px 20px 0px rgba(5, 41, 59, 0.0901960784);
    border: 1px solid #BAE5DB;
    border-radius: 28px;
    box-shadow: none;
    padding: 14px;
    margin: 0 0 40px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__stats {
    gap: 10px;
    border-radius: 20px;
    padding: 15px 5px;
    margin: 0 0 32px;
  }
}
.latest-home-page .lh-connect__stat {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px;
  position: relative;
  min-width: 0;
}
.latest-home-page .lh-connect__stat:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: #DDE5EA;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__stat {
    gap: 10px;
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__stat {
    flex: initial;
    justify-content: flex-start;
    gap: 50px;
    padding: 25px 25px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E8F2EF;
    box-shadow: 0 4px 14px rgba(5, 41, 59, 0.04);
  }
  .latest-home-page .lh-connect__stat:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .latest-home-page .lh-connect__stat {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__stat {
    gap: 10px;
    padding: 20px 10px;
    border-radius: 14px;
  }
}
.latest-home-page .lh-connect__stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.latest-home-page .lh-connect__stat-icon svg {
  display: block;
}
.latest-home-page .lh-connect__stat-icon--green {
  background: #E6F7F0;
  color: #0F9F6E;
}
.latest-home-page .lh-connect__stat-icon--blue {
  background: #E8F0FC;
  color: #2F6FE4;
}
.latest-home-page .lh-connect__stat-icon--mint {
  background: #E5F7F2;
  color: #00A88B;
}
.latest-home-page .lh-connect__stat-icon--purple {
  background: #F0EAFB;
  color: #7A4FD6;
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__stat-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__stat-icon {
    width: 30px;
    height: 30px;
  }
}
.latest-home-page .lh-connect__stat-body strong {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #0B2D39;
  margin: 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.latest-home-page .lh-connect__stat-body strong .count {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__stat-body strong {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__stat-body strong {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 2px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__stat-body strong {
    font-size: 20px;
    line-height: 24px;
  }
}
.latest-home-page .lh-connect__stat-body > span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #4A6B7A;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__stat-body > span {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__stat-body > span {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__stat-body > span {
    font-size: 11px;
    line-height: 14px;
    white-space: normal;
  }
}
.latest-home-page .lh-connect__head h2 {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-connect__head h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__head h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .latest-home-page .lh-connect__head h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__head h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .latest-home-page .lh-connect__head h2 br {
    display: none;
  }
}
.latest-home-page .lh-connect__head p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5F7B8A;
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__head p {
    font-size: 14px;
    line-height: 22px;
  }
}
.latest-home-page .lh-connect__label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__label {
    font-size: 11px;
    line-height: 14px;
  }
}
.latest-home-page .lh-connect__map {
  background: #062A3B;
  border-radius: 24px;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__map {
    padding: 36px 28px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__map {
    border-radius: 24px;
    padding: 18px 16px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__map {
    border-radius: 20px;
    padding: 14px 12px;
  }
}
.latest-home-page .lh-connect__cols {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__cols {
    gap: 10px;
  }
}
.latest-home-page .lh-connect__side {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__side {
    flex: 0 0 220px;
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__side {
    display: contents;
  }
}
@media (min-width: 992px) {
  .latest-home-page .lh-connect__side--left .lh-connect__card:after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -50%;
    width: 50%;
    height: 2px;
    background: #2D7181;
    transform: translateY(-50%);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__side--left .lh-connect__card:nth-child(1) {
    order: 1;
  }
  .latest-home-page .lh-connect__side--left .lh-connect__card:nth-child(2) {
    order: 2;
  }
  .latest-home-page .lh-connect__side--left .lh-connect__card:nth-child(3) {
    order: 5;
  }
}
@media (min-width: 992px) {
  .latest-home-page .lh-connect__side--right .lh-connect__card:before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: -50%;
    width: 50%;
    height: 2px;
    background: #2D7181;
    transform: translateY(-50%);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__side--right .lh-connect__card:nth-child(1) {
    order: 3;
  }
  .latest-home-page .lh-connect__side--right .lh-connect__card:nth-child(2) {
    order: 4;
  }
  .latest-home-page .lh-connect__side--right .lh-connect__card:nth-child(3) {
    order: 6;
  }
}
.latest-home-page .lh-connect__card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__card {
    padding: 14px 14px;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__card {
    border-radius: 16px;
    padding: 14px 12px;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    min-width: 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__card {
    border-radius: 14px;
    padding: 12px 10px;
    gap: 8px;
  }
}
.latest-home-page .lh-connect__card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
}
.latest-home-page .lh-connect__card-icon--teal {
  background: #00B894;
}
.latest-home-page .lh-connect__card-icon--blue {
  background: #3B82F6;
}
.latest-home-page .lh-connect__card-icon--cyan {
  background: #14B8A6;
}
.latest-home-page .lh-connect__card-icon--orange {
  background: #F59E0B;
}
.latest-home-page .lh-connect__card-icon--green {
  background: #22C55E;
}
.latest-home-page .lh-connect__card-icon--sky {
  background: #2E7CF6;
}
.latest-home-page .lh-connect__card-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__card-icon {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__card-icon {
    width: 34px;
    height: 34px;
    font-size: 13px;
    border-radius: 8px;
  }
}
.latest-home-page .lh-connect__card-body {
  min-width: 0;
}
.latest-home-page .lh-connect__card-body h3 {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 2px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__card-body h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.latest-home-page .lh-connect__card-body p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0;
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__card-body p {
    font-size: 9px;
    line-height: 11px;
  }
}
.latest-home-page .lh-connect__hub-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  padding: 0 8rem;
  min-width: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-connect__hub-wrap {
    padding: 0 4rem;
  }
}
@media (max-width: 1200px) {
  .latest-home-page .lh-connect__hub-wrap {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__hub-wrap {
    order: 0;
    grid-column: 1/-1;
    padding: 0;
    width: 100%;
  }
}
.latest-home-page .lh-connect__hub {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 25px 35px;
  text-align: left;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__hub {
    padding: 32px 24px;
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__hub {
    padding: 22px 20px;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__hub {
    padding: 18px 16px;
    border-radius: 16px;
  }
}
.latest-home-page .lh-connect__hub h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-connect__hub h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__hub h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__hub h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}
.latest-home-page .lh-connect__hub p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0;
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__hub p {
    font-size: 11px;
    line-height: 15px;
  }
}
.latest-home-page .lh-connect__hub-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-connect__hub-label {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-connect__hub-label {
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-tools {
  background: #F5F8F8;
  padding: 3rem 0 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .latest-home-page .lh-tools {
    padding: 50px 0 60px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools {
    padding: 0 0 50px;
  }
}
.latest-home-page .lh-tools__head {
  max-width: none;
  margin: 0 0 30px;
}
.latest-home-page .lh-tools__head h2 {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  color: #062A3B;
  margin: 0 0 15px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-tools__head h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-tools__head h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .latest-home-page .lh-tools__head h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.latest-home-page .lh-tools__head p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #67818D;
  margin: 0;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-tools__head p {
    font-size: 16px;
    line-height: 24px;
  }
}
.latest-home-page .lh-tools__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #10BFAE;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.latest-home-page .lh-tools__tabs {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.latest-home-page .lh-tools__tabs::-webkit-scrollbar {
  display: none;
}
.latest-home-page .lh-tools__tab {
  border: 1px solid #D6E5E9;
  background: #fff;
  color: #062A3B;
  border-radius: 50px 50px;
  padding: 10px 18px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s ease;
  flex-shrink: 0;
}
.latest-home-page .lh-tools__tab:hover {
  background: #073448;
  border-color: #D6E5E9;
  color: #fff;
}
.latest-home-page .lh-tools__tab.is-active {
  background: #073448;
  border-color: #D6E5E9;
  color: #fff;
}
.latest-home-page .lh-tools__slider .slick-list {
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 20rem !important;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-tools__slider .slick-list {
    padding-right: 10rem !important;
  }
}
@media (max-width: 1200px) {
  .latest-home-page .lh-tools__slider .slick-list {
    padding-right: 4rem !important;
  }
}
@media (max-width: 992px) {
  .latest-home-page .lh-tools__slider .slick-list {
    padding-right: 0 !important;
  }
}
.latest-home-page .lh-tools__slider .slick-track {
  display: flex !important;
}
.latest-home-page .lh-tools__slider .slick-slide {
  height: auto;
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.latest-home-page .lh-tools__slider .slick-slide > div {
  height: 100%;
}
.latest-home-page .lh-tools__slider .slick-slide.slick-active, .latest-home-page .lh-tools__slider .slick-slide.slick-current {
  opacity: 1;
}
.latest-home-page .lh-tools__slide {
  box-sizing: border-box;
  padding-right: 18px;
  height: 100%;
}
@media (max-width: 992px) {
  .latest-home-page .lh-tools__slide {
    padding-right: 0;
  }
}
.latest-home-page .lh-tools__card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #D6E5E9;
  padding: 32px 28px 32px 34px;
  position: relative;
  overflow: hidden;
}
.latest-home-page .lh-tools__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background: var(--lh-accent, #00C2A0);
}
@media (max-width: 991px) {
  .latest-home-page .lh-tools__card {
    padding: 26px 22px 26px 28px;
    border-radius: 18px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__card {
    padding: 22px 18px 22px 24px;
    border-radius: 16px;
  }
  .latest-home-page .lh-tools__card > .row > [class*=col-] {
    display: contents;
  }
}
.latest-home-page .lh-tools__card--blue:before {
  background: #317EF3;
}
.latest-home-page .lh-tools__card--yellow:before {
  background: #FFAE3D;
}
.latest-home-page .lh-tools__card--green:before {
  background: #18A77D;
}
.latest-home-page .lh-tools__card--grey:before {
  background: #10BFAE;
}
.latest-home-page .lh-tools__card--purple:before {
  background: #317EF3;
}
.latest-home-page .lh-tools__card-main {
  min-width: 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-tools__card-main {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__card-main {
    display: contents;
  }
}
.latest-home-page .lh-tools__card-main h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #062A3B;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-tools__card-main h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__card-main h3 {
    font-size: 20px;
    line-height: 26px;
    order: 1;
  }
}
.latest-home-page .lh-tools__card-main > p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #67818D;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-tools__card-main > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__card-main > p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
    order: 2;
  }
  .latest-home-page .lh-tools__card-main > p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__list {
    order: 3;
  }
}
.latest-home-page .lh-tools__list li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #062A3B;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__list li {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-tools__list li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-tools__list li i {
  font-size: 14px;
  color: #062A3B;
}
.latest-home-page .lh-tools__btn {
  background: #073448;
  color: #fff;
  border: 1px solid #073448;
  border-radius: 50px 50px;
  padding: 14px 22px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
.latest-home-page .lh-tools__btn i {
  font-size: 12px;
}
.latest-home-page .lh-tools__btn:hover {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__btn {
    order: 5;
    align-self: flex-start;
    margin-top: 4px;
  }
}
.latest-home-page .lh-tools__preview {
  min-width: 0;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__preview {
    order: 4;
    width: 100%;
  }
}
.latest-home-page .lh-tools__widget {
  background: #F1F7F8;
  border-radius: 20px;
  padding: 30px 30px;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-tools__widget {
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__widget {
    border-radius: 15px 15px;
    padding: 20px 15px;
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-tools__widget-label {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  color: #67818D;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.latest-home-page .lh-tools__appt li {
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__appt li {
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-tools__appt li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-tools__appt-time {
  flex-shrink: 0;
  width: 42px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  color: #67818D;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__appt-time {
    width: 36px;
    font-size: 12px;
  }
}
.latest-home-page .lh-tools__appt-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.latest-home-page .lh-tools__appt-avatar--teal {
  background: #00C2A0;
}
.latest-home-page .lh-tools__appt-avatar--blue {
  background: #3B82F6;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__appt-avatar {
    width: 24px;
    height: 24px;
  }
}
.latest-home-page .lh-tools__appt-name {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #062A3B;
  margin: 0;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__appt-name {
    font-size: 11px;
    line-height: 16px;
  }
}
.latest-home-page .lh-tools__appt-status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px;
  padding: 5px 12px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
  max-width: 70px;
}
.latest-home-page .lh-tools__appt-status--confirmed {
  background: #DDF8F2;
  color: #18A77D;
}
.latest-home-page .lh-tools__appt-status--pending {
  background: #FFF0D6;
  color: #FFAE3D;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tools__appt-status {
    padding: 5px 10px;
    font-size: 11px;
  }
}
.latest-home-page .lh-tools__counter {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #062A3B;
  white-space: nowrap;
}
.latest-home-page .lh-tools__counter em {
  font-style: normal;
}
.latest-home-page .lh-tools__counter .lh-tools__total {
  color: #062A3B;
  font-weight: 600;
}
.latest-home-page .lh-tools__progress {
  height: 4px;
  background: #D6E5E9;
  border-radius: 999px;
  overflow: hidden;
}
.latest-home-page .lh-tools__progress-bar {
  display: block;
  height: 100%;
  background: #10BFAE;
  border-radius: 999px;
  transition: width 0.35s ease;
}
.latest-home-page .lh-tools__arrow {
  width: 60px;
  height: 48px;
  border-radius: 24px 24px;
  border: 1px solid #D6E5E9;
  background: #fff;
  color: #073448;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.2s ease;
}
.latest-home-page .lh-tools__arrow:hover {
  border: 1px solid #D6E5E9;
  background: #0B2D39;
  border-color: #0B2D39;
  color: #fff;
}
.latest-home-page .lh-tools__hint {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #67818D;
}
.latest-home-page .lh-tax {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-tax {
    padding: 40px 0;
  }
}
.latest-home-page .lh-tax__label {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tax__label {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-tax__content {
    text-align: left;
  }
}
.latest-home-page .lh-tax__content h2 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-tax__content h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-tax__content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tax__content h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-tax__content > p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0 0 60px;
  max-width: 480px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-tax__content > p {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tax__content > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-tax__list {
    display: block;
    text-align: left;
    margin: 0 0 20px;
  }
}
.latest-home-page .lh-tax__list li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-tax__list li {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
.latest-home-page .lh-tax__list li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-tax__list li i {
  color: #09283A;
  font-size: 14px;
}
.latest-home-page .lh-tax__btn {
  background: #062A3B;
  color: #fff;
  border-radius: 15px 15px;
  padding: 18px 24px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 992px) {
  .latest-home-page .lh-tax__btn {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-tax__btn {
    justify-content: center;
    width: 100%;
  }
}
.latest-home-page .lh-tax__btn:hover {
  background: #08303f;
  color: #fff;
}
.latest-home-page .lh-tax__mock {
  position: relative;
  overflow: hidden;
}
.latest-home-page .lh-tax__slider .slick-list {
  overflow: hidden;
}
.latest-home-page .lh-tax__slider .slick-track {
  display: flex !important;
}
.latest-home-page .lh-tax__slider .slick-slide {
  height: auto;
}
.latest-home-page .lh-tax__slider .slick-slide > div {
  height: 100%;
}
.latest-home-page .lh-tax__slide {
  outline: none;
}
.latest-home-page .lh-tax__slide-img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.latest-home-page .lh-workflow {
  background: #05232E;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-workflow {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow {
    padding: 35px 0;
  }
}
.latest-home-page .lh-workflow__label {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #08BFAE;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__label {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-workflow__content {
    text-align: left;
  }
}
.latest-home-page .lh-workflow__content h2 {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-workflow__content h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-workflow__content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__content h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
.latest-home-page .lh-workflow__content > p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #BCD2D9;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-workflow__content > p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__content > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-workflow__list {
    display: block;
    text-align: left;
  }
}
.latest-home-page .lh-workflow__list li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}
.latest-home-page .lh-workflow__list li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-workflow__list li i {
  color: #fff;
  font-size: 14px;
}
.latest-home-page .lh-workflow__btn {
  background: #08BFAE;
  color: #fff;
  border-radius: 14px 14px;
  padding: 15px 24px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 992px) {
  .latest-home-page .lh-workflow__btn {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__btn {
    margin: 0 0 10px;
    width: 100%;
    justify-content: center;
  }
}
.latest-home-page .lh-workflow__btn:hover {
  background: #14A994;
  border-color: #14A994;
  color: #fff;
}
@media (max-width: 991px) {
  .latest-home-page .lh-workflow__visual {
    margin: 0 auto;
  }
}
.latest-home-page .lh-workflow__brand {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  background: #062A3B;
}
.latest-home-page .lh-workflow__card {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px 7rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1200px) {
  .latest-home-page .lh-workflow__card {
    padding: 20px 20px 3rem;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__card {
    padding: 24px 18px;
  }
}
.latest-home-page .lh-workflow__card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 15px;
}
.latest-home-page .lh-workflow__steps li {
  background: #F3F8F9;
  border-radius: 10px 10px;
  padding: 12px 12px;
  margin: 0 0 12px;
}
.latest-home-page .lh-workflow__steps li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-workflow__steps li.lh-workflow__step--active {
  background: #E6F9F6;
}
.latest-home-page .lh-workflow__steps li strong {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #09283A;
}
@media (max-width: 575px) {
  .latest-home-page .lh-workflow__steps li {
    padding: 14px 14px;
    margin: 0 0 12px;
    border-radius: 12px;
  }
  .latest-home-page .lh-workflow__steps li strong {
    font-size: 12px;
    line-height: 16px;
  }
}
.latest-home-page .lh-workflow__icon {
  width: 20px;
  height: 20px;
  border-radius: 5px 5px;
  display: inline-block;
}
.latest-home-page .lh-workflow__icon--blue {
  background: #3B82F6;
}
.latest-home-page .lh-workflow__icon--teal {
  background: #14B8A6;
}
.latest-home-page .lh-workflow__tag {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5F7B8A;
  white-space: nowrap;
  font-style: normal;
}
.latest-home-page .lh-market {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market {
    padding: 48px 0;
  }
}
.latest-home-page .lh-market__label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__content {
    text-align: left;
    margin: 0 0 30px;
  }
}
.latest-home-page .lh-market__content h2 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-market__content h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-market__content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__content h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.latest-home-page .lh-market__content > p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__content > p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__content > p {
    font-size: 14px;
    line-height: 22px;
  }
  .latest-home-page .lh-market__content > p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__list {
    display: inline-block;
    text-align: left;
  }
}
.latest-home-page .lh-market__list li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__list li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-market__list li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-market__list li i {
  color: #09283A;
  font-size: 14px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__list li i {
    font-size: 12px;
  }
}
.latest-home-page .lh-market__preview {
  background: #F3F8F9;
  border-radius: 20px 20px;
  padding: 22px 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__preview {
    border-radius: 18px;
    padding: 16px 14px;
  }
}
.latest-home-page .lh-market__search {
  margin: 0 0 16px;
}
.latest-home-page .lh-market__search .form-control {
  border: 1px solid #D7E2E8;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #09283A;
  background: #fff;
  box-shadow: none;
}
.latest-home-page .lh-market__search .form-control::placeholder {
  color: #7A8B96;
}
.latest-home-page .lh-market__search .form-control:focus {
  border-color: #18A97B;
  box-shadow: 0 0 0 3px rgba(24, 169, 123, 0.12);
}
.latest-home-page .lh-market__empty {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #5F7B8A;
  text-align: center;
}
.latest-home-page .lh-market__pro {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #EDFEFB;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #D7EEE9;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.latest-home-page .lh-market__pro:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(6, 67, 55, 0.1);
  transform: translateY(-2px);
}
.latest-home-page .lh-market__pro-img {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #dce8e6;
}
.latest-home-page .lh-market__pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest-home-page .lh-market__pro-img--logo {
  background: #fff;
}
.latest-home-page .lh-market__pro-img--logo img {
  object-fit: contain;
}
.latest-home-page .lh-market__pro-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 6px 10px;
  background: #EDFEFB;
}
@media (min-width: 1200px) {
  .latest-home-page .lh-market__pro-body {
    padding: 10px 8px 12px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pro-body {
    padding: 6px 4px 8px;
  }
}
.latest-home-page .lh-market__pro-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  margin: 0 0 4px;
  font-size: 8px;
  line-height: 10px;
  font-weight: 600;
  color: #000;
}
.latest-home-page .lh-market__pro-rating > span,
.latest-home-page .lh-market__stars,
.latest-home-page .lh-market__stars i,
.latest-home-page .lh-market__stars strong,
.latest-home-page .lh-market__stars span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 1200px) {
  .latest-home-page .lh-market__pro-rating {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pro-rating {
    font-size: 7px;
    line-height: 9px;
  }
}
.latest-home-page .lh-market__pro-body h3 {
  width: 100%;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .latest-home-page .lh-market__pro-body h3 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pro-body h3 {
    font-size: 8px;
    line-height: 10px;
    margin: 0 0 3px;
  }
}
.latest-home-page .lh-market__pro-body > p {
  width: 100%;
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  color: #626262;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .latest-home-page .lh-market__pro-body > p {
    font-size: 9px;
    line-height: 12px;
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pro-body > p {
    font-size: 6px;
    line-height: 8px;
    margin: 0 0 6px;
  }
}
.latest-home-page .lh-market__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  white-space: nowrap;
}
.latest-home-page .lh-market__stars i {
  color: #ff9800;
  margin: 0;
}
.latest-home-page .lh-market__stars strong {
  margin-left: 3px;
}
.latest-home-page .lh-market__stars > span {
  margin-left: 3px;
}
.latest-home-page .lh-market__pro-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: auto 0 0;
  padding: 0;
  width: 100%;
}
.latest-home-page .lh-market__pro-badges li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0;
  padding: 4px 8px;
  min-height: 18px;
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  color: #fff;
  background: #064337;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .latest-home-page .lh-market__pro-badges li {
    padding: 5px 10px;
    min-height: 22px;
    font-size: 10px;
    line-height: 12px;
  }
  .latest-home-page .lh-market__pro-badges li i {
    font-size: 10px;
  }
}
.latest-home-page .lh-market__pro-badges li i {
  font-size: 8px;
  color: #fff;
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pro-badges {
    gap: 2px;
  }
  .latest-home-page .lh-market__pro-badges li {
    padding: 3px 5px;
    min-height: 14px;
    font-size: 6px;
    line-height: 8px;
    gap: 2px;
  }
  .latest-home-page .lh-market__pro-badges li i {
    font-size: 6px;
  }
}
.latest-home-page .lh-market__banner {
  margin: 25px 0 0;
  background: #DDF8F3;
  border-radius: 12px;
  padding: 18px 16px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #18A97B;
}
.latest-home-page .lh-market__cats {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__cats {
    text-align: left;
  }
}
.latest-home-page .lh-market__cats-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #0B3B4D;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__cats-title {
    max-width: none;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__cats-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.latest-home-page .lh-market__cats-btn {
  background: #062A3B;
  color: #fff;
  border: 1px solid #062A3B;
  border-radius: 15px 15px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
.latest-home-page .lh-market__cats-btn:hover {
  background: #08303f;
  color: #fff;
}
@media (max-width: 991px) {
  .latest-home-page .lh-market__cats-btn {
    margin: 0 auto;
    display: none;
  }
}
.latest-home-page .lh-market__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4px;
}
.latest-home-page .lh-market__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0B3B4D;
  color: #fff;
  border-radius: 50px 50px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease;
  width: 14%;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-market__pill {
    width: 13.9%;
  }
}
@media (max-width: 992px) {
  .latest-home-page .lh-market__pill {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  .latest-home-page .lh-market__pill {
    width: 32.5%;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pill {
    width: 49%;
  }
}
.latest-home-page .lh-market__pill:hover {
  background: #0A2F3D;
  color: #fff;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-market__pill {
    padding: 12px 18px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-market__pill {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 15px;
  }
}
.latest-home-page .lh-support {
  background: #062A3B;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-support {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-support {
    padding: 48px 0;
  }
}
.latest-home-page .lh-support__head {
  max-width: 720px;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-support__head {
    max-width: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 30px;
  }
}
.latest-home-page .lh-support__label {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #08BFAE;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__label {
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-support__title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-support__title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-support__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.latest-home-page .lh-support__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #BCD2D9;
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.latest-home-page .lh-support__card {
  background: #fff;
  border-radius: 18px 18px;
  padding: 18px 18px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__card {
    padding: 15px 15px 15px;
    border-radius: 15px 15px;
  }
}
.latest-home-page .lh-support__icon {
  width: 120px;
  height: 90px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-support__icon {
    width: 80px;
    height: 60px;
  }
}
.latest-home-page .lh-support__icon--teal {
  background: #14C4B0;
}
.latest-home-page .lh-support__icon--blue {
  background: #4BA8FF;
  color: #0B3B5C;
}
.latest-home-page .lh-support__icon--orange {
  background: #F0B429;
  color: #8A5A00;
}
.latest-home-page .lh-support__play {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #062A3B;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.latest-home-page .lh-support__play i {
  font-size: 10px;
  margin-left: 2px;
}
.latest-home-page .lh-support__card-meta {
  padding: 10px 0 0;
}
.latest-home-page .lh-support__card-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-support__card-label {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__card-label {
    margin: 0 0 5px;
  }
}
.latest-home-page .lh-support__card-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #09283A;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-support__card-title {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__card-title {
    font-size: 14px;
    line-height: 16px;
  }
}
.latest-home-page .lh-support__card-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .latest-home-page .lh-support__card-text {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__card-text {
    font-size: 12px;
    line-height: 20px;
  }
}
.latest-home-page .lh-support__card-link {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #18A97B;
}
@media (max-width: 575px) {
  .latest-home-page .lh-support__card-link {
    font-size: 10px;
    line-height: 12px;
  }
}
.latest-home-page .lh-support__card-link i {
  font-size: 11px;
}
.latest-home-page .lh-support__card-link--teal {
  color: #18A97B;
}
.latest-home-page .lh-support__card-link--teal:hover {
  color: #E09A1A;
}
.latest-home-page .lh-support__card-link--orange {
  color: #18A97B;
}
.latest-home-page .lh-support__card-link--orange:hover {
  color: #E09A1A;
}
.latest-home-page .lh-apps {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps__content {
    text-align: left;
    margin: 0 0 20px;
  }
}
.latest-home-page .lh-apps__label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.latest-home-page .lh-apps__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 20px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-apps__title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-apps__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__title {
    font-size: 32px;
    line-height: 34px;
  }
}
.latest-home-page .lh-apps__text {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #5F7B8A;
  margin: 0 0 40px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__text {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
.latest-home-page .lh-apps__sync {
  background: #F3F8F9;
  border-radius: 18px;
  padding: 25px 25px;
  margin: 0 0 70px;
  text-align: left;
  max-width: 500px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps__sync {
    margin: 0 auto 30px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__sync {
    padding: 15px 15px;
  }
}
.latest-home-page .lh-apps__sync-title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 15px;
}
.latest-home-page .lh-apps__sync-list li {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #09283A;
  margin: 0 0 12px;
}
.latest-home-page .lh-apps__sync-list li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-apps__sync-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.latest-home-page .lh-apps__sync-icon i {
  font-size: 10px;
  line-height: 12px;
}
.latest-home-page .lh-apps__sync-icon--teal {
  background: #08BFAE;
}
.latest-home-page .lh-apps__sync-icon--blue {
  background: #2E7CF6;
}
.latest-home-page .lh-apps__sync-icon--mint {
  background: #08BFAE;
}
.latest-home-page .lh-apps__stores {
  max-width: 500px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.latest-home-page .lh-apps__rating {
  max-width: 500px;
  justify-content: center;
}
.latest-home-page .lh-apps__store-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 0;
  text-decoration: none;
  min-width: 0;
  transition: opacity 0.2s ease;
}
.latest-home-page .lh-apps__store-img {
  display: block;
  height: auto;
  max-width: 100%;
}
.latest-home-page .lh-apps__store-img--play {
  width: 183px;
  height: 57px;
}
.latest-home-page .lh-apps__store-img--apple {
  width: 185px;
  height: 55px;
}
.latest-home-page .lh-apps__store-btn:hover {
  background: transparent;
  opacity: 0.88;
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps__stores {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__store-img--play {
    width: 148px;
    height: 46px;
  }
  .latest-home-page .lh-apps__store-img--apple {
    width: 150px;
    height: 45px;
  }
}
.latest-home-page .lh-apps__rating {
  font-size: 14px;
  line-height: 16px;
  color: #1E1E1E;
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps__rating {
    justify-content: flex-start;
  }
}
.latest-home-page .lh-apps__stars {
  color: #F5B400;
  letter-spacing: 1px;
}
.latest-home-page .lh-apps__stars i {
  font-size: 12px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-apps__col {
    max-width: 340px;
    margin: 0 auto;
  }
}
.latest-home-page .lh-apps__pill {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 25px 25px;
  padding: 6px 14px;
  margin: 0 0 12px;
}
.latest-home-page .lh-apps__pill--client {
  background: #DDF8F3;
  color: #18A97B;
}
.latest-home-page .lh-apps__pill--pro {
  background: #E4EEFF;
  color: #2E7CF6;
}
.latest-home-page .lh-apps__phone {
  margin: 0 0 20px;
}
.latest-home-page .lh-apps__phone-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__caption {
    margin: 0 0 15px;
  }
}
.latest-home-page .lh-apps__caption strong {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 5px;
}
@media (max-width: 575px) {
  .latest-home-page .lh-apps__caption strong {
    font-size: 12px;
    line-height: 15px;
  }
}
.latest-home-page .lh-apps__caption p {
  font-size: 10px;
  line-height: 12px;
  color: #5F7B8A;
}
.latest-home-page .lh-proof {
  background: #F3F6F8;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-proof {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-proof {
    padding: 48px 0;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-proof__head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-proof__head {
    text-align: left;
  }
}
.latest-home-page .lh-proof__label {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.latest-home-page .lh-proof__title {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  color: #09283A;
  margin: 0 0 70px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-proof__title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-proof__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-proof__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.latest-home-page .lh-proof__card {
  background: #fff;
  border-radius: 18px 18px;
  padding: 20px 20px;
  border: 1px solid #D7E6E9;
}
@media (max-width: 575px) {
  .latest-home-page .lh-proof__card {
    padding: 20px 18px;
    border-radius: 16px;
  }
}
.latest-home-page .lh-proof__stars {
  color: #FFB547;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.latest-home-page .lh-proof__stars i {
  font-size: 15px;
  line-height: 17px;
}
.latest-home-page .lh-proof__quote {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #09283A;
  margin: 0 0 50px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-proof__quote {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
  }
}
.latest-home-page .lh-proof__author strong {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #09283A;
}
.latest-home-page .lh-proof__author span {
  font-size: 9px;
  line-height: 12px;
  color: #5F7B8A;
  font-weight: 400;
}
.latest-home-page .lh-proof__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.latest-home-page .lh-proof__video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #062A3B;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1024 / 461;
  min-height: 220px;
  transition: 0.2s ease;
}
@media (min-width: 992px) {
  .latest-home-page .lh-proof__video {
    aspect-ratio: auto;
    min-height: 240px;
  }
}
.latest-home-page .lh-proof__video-thumb {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: left center;
  transition: transform 0.2s ease;
}
.latest-home-page .lh-proof__video:hover .lh-proof__video-thumb {
  transform: scale(1.03);
}
.latest-home-page .lh-proof__video:hover {
  background: #083548;
}
.latest-home-page .lh-proof__video:hover .lh-proof__play {
  transform: scale(1.06);
}
.latest-home-page .lh-proof__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #08BFAE;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  transition: 0.2s ease;
}
.latest-home-page .lh-proof__play i {
  font-size: 22px;
  margin-left: 3px;
}
.latest-home-page .lh-proof__video-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.latest-home-page .lh-proof__video-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}
.latest-home-page .lh-pricing {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing {
    padding: 48px 0;
  }
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing__head {
    text-align: left;
  }
}
.latest-home-page .lh-pricing__label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #08AD99;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.latest-home-page .lh-pricing__title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  color: #062A3B;
  margin: 0 0 7px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-pricing__title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-pricing__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.latest-home-page .lh-pricing__text {
  font-size: 16px;
  line-height: 24px;
  color: #66808D;
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing__text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.latest-home-page .lh-pricing__toggle {
  display: inline-flex;
  align-items: center;
  background: #F4F8F9;
  border: 1px solid #CFE0E5;
  border-radius: 50px 50px;
  padding: 4px;
  gap: 0 7px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing__toggle {
    margin: 0 auto;
    display: flex;
    width: fit-content;
  }
}
.latest-home-page .lh-pricing__toggle .nav-item {
  margin: 0;
}
.latest-home-page .lh-pricing__toggle .nav-link {
  border: 0;
  background: #fff;
  color: #062A3B;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 50px 50px;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
  min-width: 120px;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-pricing__toggle .nav-link {
    min-width: 115px;
  }
}
.latest-home-page .lh-pricing__toggle .nav-link.active {
  background: #08AD99;
  color: #fff;
}
.latest-home-page .lh-pricing__toggle .nav-link:hover:not(.active) {
  color: #fff;
  background: #08AD99;
}
.latest-home-page .lh-pricing__trust {
  font-size: 13px;
  line-height: 18px;
  color: #062A3B;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing__trust {
    font-size: 10px;
    line-height: 15px;
  }
}
.latest-home-page .lh-pricing__stars {
  color: #F5B400;
  letter-spacing: 1px;
}
.latest-home-page .lh-pricing__stars i {
  font-size: 12px;
}
.latest-home-page .lh-pricing__slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-pricing__slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .latest-home-page .lh-pricing__slider {
    display: block;
    margin: 0;
  }
}
.latest-home-page .lh-pricing__slider.slick-initialized .slick-list {
  overflow: visible;
  padding-right: 12% !important;
  padding-right: max(12%, calc(100% - 340px)) !important;
  margin-right: -4px;
}
.latest-home-page .lh-pricing__slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.latest-home-page .lh-pricing__slider.slick-initialized .slick-slide {
  height: auto;
}
.latest-home-page .lh-pricing__slider.slick-initialized .slick-slide > div {
  height: 100%;
}
.latest-home-page .lh-pricing__slide {
  min-width: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .latest-home-page .lh-pricing__slide {
    padding-right: 12px;
    box-sizing: border-box;
  }
}
.latest-home-page .lh-pricing__slide .lh-pricing__card {
  height: 100%;
}
.latest-home-page .lh-pricing__mobile-nav {
  display: none;
}
@media (max-width: 767px) {
  .latest-home-page .lh-pricing__mobile-nav {
    display: block;
    margin-top: 18px;
  }
}
.latest-home-page .lh-pricing__mobile-meta {
  margin: 0 0 12px;
}
.latest-home-page .lh-pricing__swipe {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #08AD99;
  letter-spacing: 0.02em;
}
.latest-home-page .lh-pricing__swipe i {
  font-size: 11px;
  margin-left: 4px;
}
.latest-home-page .lh-pricing__counter {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #062A3B;
  white-space: nowrap;
}
.latest-home-page .lh-pricing__counter em {
  font-style: normal;
}
.latest-home-page .lh-pricing__counter .lh-pricing__total {
  font-weight: 600;
}
.latest-home-page .lh-pricing__progress {
  height: 4px;
  background: #D6E5E9;
  border-radius: 999px;
  overflow: hidden;
}
.latest-home-page .lh-pricing__progress-bar {
  display: block;
  height: 100%;
  background: #08AD99;
  border-radius: 999px;
  transition: width 0.35s ease;
}
@media (max-width: 767px) {
  .latest-home-page .lh-pricing__tabs {
    overflow: hidden;
  }
}
.latest-home-page .lh-pricing__card {
  background: #fff;
  border: 1px solid #CFE0E5;
  border-radius: 20px;
  padding: 18px 18px;
}
.latest-home-page .lh-pricing__card--popular {
  background: #EAF9F6;
  border-color: #08BFAE;
}
.latest-home-page .lh-pricing__card--popular .lh-pricing__amount {
  color: #08AD99;
}
.latest-home-page .lh-pricing__badge {
  display: inline-block;
  background: #EAF2F3;
  color: #66808D;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px 50px;
  padding: 8px 10px;
  margin: 0 0 20px;
  text-align: center;
}
.latest-home-page .lh-pricing__badge--popular {
  background: #08AD99;
  color: #fff;
}
.latest-home-page .lh-pricing__name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #062A3B;
  margin: 0 0 3px;
}
.latest-home-page .lh-pricing__tagline {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #08AD99;
  margin: 0 0 20px;
}
.latest-home-page .lh-pricing__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #CFE0E5;
}
.latest-home-page .lh-pricing__amount {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #062A3B;
}
.latest-home-page .lh-pricing__period {
  font-size: 11px;
  line-height: 13px;
  color: #66808D;
}
.latest-home-page .lh-pricing__features li {
  font-size: 12px;
  line-height: 14px;
  color: #062A3B;
  margin: 0 0 15px;
}
.latest-home-page .lh-pricing__features li:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-pricing__features li i {
  color: #062A3B;
  font-size: 12px;
  margin-top: 2px;
}
.latest-home-page .lh-pricing__features-link {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #08AD99;
  text-decoration: none;
}
.latest-home-page .lh-pricing__features-link i {
  font-size: 10px;
}
.latest-home-page .lh-pricing__features-link:hover {
  color: #069A8C;
}
.latest-home-page .lh-pricing__btn {
  background: #073448;
  color: #fff;
  border: 1px solid #073448;
  border-radius: 50px 50px;
  padding: 10px 15px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
}
.latest-home-page .lh-pricing__btn:hover {
  background: #083548;
  border-color: #083548;
  color: #fff;
}
.latest-home-page .lh-pricing__btn--teal {
  background: #08AD99;
  border-color: #fff;
}
.latest-home-page .lh-pricing__btn--teal:hover {
  background: #069A8C;
  border-color: #069A8C;
  color: #fff;
}
.latest-home-page .lh-pricing__compare {
  background: #F4F8F9;
  border-radius: 18px;
  padding: 25px 25px;
  border: 1px solid #CFE0E5;
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing__compare {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing__compare {
    padding: 20px 18px;
  }
}
.latest-home-page .lh-pricing__compare-label {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #08AD99;
  margin: 0 0 10px;
}
.latest-home-page .lh-pricing__compare-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #062A3B;
}
@media (max-width: 575px) {
  .latest-home-page .lh-pricing__compare-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.latest-home-page .lh-pricing__compare-btn {
  background: #073448;
  color: #fff;
  border: 1px solid #073448;
  border-radius: 50px 50px;
  padding: 14px 30px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 991px) {
  .latest-home-page .lh-pricing__compare-btn {
    margin: 0 auto;
  }
}
.latest-home-page .lh-pricing__compare-btn:hover {
  background: #083548;
  border-color: #083548;
  color: #fff;
}
.latest-home-page .lh-faq {
  background: #F3F8F9;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .latest-home-page .lh-faq {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq {
    padding: 48px 0;
  }
}
.latest-home-page .lh-faq__label {
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  color: #18A97B;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.latest-home-page .lh-faq__title {
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  color: #09283A;
}
@media (max-width: 1400px) {
  .latest-home-page .lh-faq__title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .latest-home-page .lh-faq__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.latest-home-page .lh-faq__item {
  background: #fff;
  border: 0;
  border-radius: 12px !important;
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid #D7E6E9;
}
.latest-home-page .lh-faq__item:last-child {
  margin-bottom: 0;
}
.latest-home-page .lh-faq__btn {
  background: #fff;
  color: #09283A;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 20px 15px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__btn {
    font-size: 13px;
    line-height: 18px;
  }
}
.latest-home-page .lh-faq__btn:not(.collapsed) {
  background: #fff;
  color: #09283A;
}
.latest-home-page .lh-faq__btn::after {
  content: "+";
  background-image: none !important;
  width: auto;
  height: auto;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: #08BFAE;
  transform: none;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -16px;
}
.latest-home-page .lh-faq__btn:not(.collapsed)::after {
  content: "\2212";
  transform: none;
}
.latest-home-page .lh-faq__body {
  padding: 0 15px 15px;
  font-size: 13px;
  line-height: 20px;
  color: #5F7B8A;
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__body {
    padding: 0 15px 15px;
    font-size: 13px;
    line-height: 20px;
  }
}
.latest-home-page .lh-faq__cta {
  background: #062A3B;
  border-radius: 20px;
  padding: 32px 40px;
}
@media (max-width: 991px) {
  .latest-home-page .lh-faq__cta {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__cta {
    padding: 24px 20px;
    border-radius: 16px;
    text-align: left;
  }
}
.latest-home-page .lh-faq__cta-label {
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  color: #08BFAE;
  margin: 0 0 10px;
}
.latest-home-page .lh-faq__cta-title {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1199px) {
  .latest-home-page .lh-faq__cta-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__cta-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.latest-home-page .lh-faq__cta-btn {
  background: #08BFAE;
  color: #fff;
  border: 1px solid #08BFAE;
  border-radius: 15px 15px;
  padding: 15px 24px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 991px) {
  .latest-home-page .lh-faq__cta-btn {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .latest-home-page .lh-faq__cta-btn {
    width: 100%;
    justify-content: center;
  }
}
.latest-home-page .lh-faq__cta-btn:hover {
  background: #069A8C;
  border-color: #069A8C;
  color: #fff;
}
