@charset "UTF-8";
/* Homepage 2.0 (RE-601) — "LDB Homepage 2.0" Figma redesign.
   Generated from library/scss/home-2-0-entry.scss via `npm run build:home2`
   (Dart Sass) — do not hand-edit, edit _home-2-0.scss and rebuild instead.
   This is the only file in the theme built this way; everything else still
   uses `grunt build` / `grunt` (Ruby Compass) against main*.scss. See
   _home-2-0-vars.scss for why this needed its own variables partial instead
   of importing the real _variables.scss. */
a:visited {
  color: #3cbfae;
}

.home10-hero__inner {
  display: none !important;
}

.home20-hero-group,
.home20-content {
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.home20-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "video" "cta";
}
@media (min-width: 601px) {
  .home20-hero {
    display: block;
    min-height: 475px;
  }
}
.home20-hero__media {
  grid-area: video;
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
@media (min-width: 601px) {
  .home20-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: auto;
    object-position: center top;
  }
}
.home20-hero__video-toggle {
  grid-area: video;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(19, 40, 76, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms;
}
.home20-hero__video-toggle:hover {
  background-color: rgba(19, 40, 76, 0.85);
}
.home20-hero__video-toggle-icon {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}
.home20-hero__video-toggle-icon:before, .home20-hero__video-toggle-icon:after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 14px;
  background-color: #fff;
}
.home20-hero__video-toggle-icon:before {
  left: 2px;
}
.home20-hero__video-toggle-icon:after {
  right: 2px;
}
.home20-hero__video-toggle.is-paused .home20-hero__video-toggle-icon:before {
  left: 1px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
}
.home20-hero__video-toggle.is-paused .home20-hero__video-toggle-icon:after {
  content: none;
}
.home20-hero__controls.programs-widget {
  position: static;
  margin-top: 0;
  padding: 20px;
  border-top: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  text-transform: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.home20-hero__select.styled-select {
  width: 347px;
  min-width: 0;
  border-radius: 30px;
  border: 1.5px solid #A3B5BB;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center;
  background-size: 12px 8px;
}
@media (max-width: 600px) {
  .home20-hero__select.styled-select {
    width: 100%;
    height: 49px !important;
  }
}
.home20-hero__select.styled-select select {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.home20-hero__select.styled-select select option {
  color: #000;
  background: #fff;
}
@media (max-width: 600px) {
  .home20-hero__select.styled-select select {
    padding: 17px;
  }
}
.home20-hero__select.styled-select:has(select:valid) {
  background-color: #2CBCB7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home20-hero__select.styled-select:has(select:valid) select {
  color: #fff;
}
.home20-hero__select.hide {
  display: none;
}
@media (min-width: 601px) {
  .home20-hero__select--secondary {
    display: none;
  }
}
.home20-hero__cta.widget-cta {
  display: inline-block;
  font-size: 16px;
  width: 347px;
  height: auto;
  padding: 12px 30px;
  margin-top: 0;
  border-radius: 30px;
  background-color: #e05d31;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  transition: background-color 250ms;
  opacity: 1 !important;
}
@media (max-width: 600px) {
  .home20-hero__cta.widget-cta {
    width: 100%;
    height: 49px;
    padding: 17px 30px;
  }
}
.home20-hero__cta.widget-cta:hover {
  background-color: #F48335;
  color: #fff;
}
.home20-hero__cta.widget-cta.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .home20-hero {
    min-height: 600px;
  }
}

.home20-hero-group {
  position: relative;
}

.home20-hero__inner {
  grid-area: cta;
  position: static;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 601px) {
  .home20-hero__inner {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 450px;
    margin: 0 auto;
    padding: 0 20px 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .home20-hero__inner {
    top: 190px;
  }
}

.home20-rating-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "google google" "passrate years" "instructors students";
  gap: 20px 8px;
  background-color: #243065;
  padding: 24px 16px;
}
@media (min-width: 601px) {
  .home20-rating-band {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 16px 0;
    background-color: #243065;
  }
}
.home20-rating-band__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.home20-rating-band__item h4 {
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 28px;
}
@media (max-width: 600px) {
  .home20-rating-band__item h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.home20-rating-band__item span {
  font-size: 14px;
}
@media (max-width: 600px) {
  .home20-rating-band__item:nth-child(n+1):nth-child(-n+2) {
    margin-top: -20px;
  }
}
.home20-rating-band .home20-pass-rate {
  grid-area: passrate;
}
.home20-rating-band .home20-years {
  grid-area: years;
}
.home20-rating-band .home20-instructors {
  grid-area: instructors;
}
.home20-rating-band .home20-students {
  grid-area: students;
}

.home20-rating {
  grid-area: google;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.home20-rating__stars {
  color: #e05d31;
  letter-spacing: 2px;
}
.home20-rating__score {
  color: #fff !important;
  font-size: 16px;
}
.home20-rating__text {
  color: #fff;
}
.home20-rating__google {
  width: 20px;
  height: 20px;
}
.home20-rating__mobile .home20-rating__score {
  color: #4A5057 !important;
}
.home20-rating__mobile .home20-rating__text {
  color: #474747 !important;
}
@media (max-width: 601px) {
  .home20-rating {
    display: none;
  }
}
@media (min-width: 600px) {
  .home20-rating__mobile {
    display: none;
  }
}

.home20-content .content-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.home20-section-heading {
  text-align: center;
  color: #292929;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin: 0 0 30px;
}

@media (max-width: 600px) {
  .guarantee-section {
    flex-direction: column;
  }
}

.guarantee-wrap {
  font-size: 16px;
  line-height: 21px;
}

.guarantee-heading {
  max-width: 220px;
}
@media (max-width: 600px) {
  .guarantee-heading {
    max-width: 100%;
    font-size: 24px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 600px) {
  .guarantee-text {
    text-align: center !important;
  }
}

.guarantee-badge .disclaimer {
  max-width: 300px;
  text-align: center;
}

@media (max-width: 600px) {
  .guarantee-badge img {
    max-width: 112px;
  }
}

@media (max-width: 600px) {
  .guarantee-badge {
    margin-left: auto;
    margin-right: auto;
  }
}

.more-link {
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #2CBCB7;
  text-decoration: none;
}
.more-link:hover {
  text-decoration: underline;
  color: #2CBCB7;
}

.home20-guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  .home20-guarantee {
    max-width: 970px;
    margin: 0 auto;
    padding: 24px 0;
    gap: 74px;
  }
}
@media (max-width: 600px) {
  .home20-guarantee {
    flex-direction: column;
    text-align: center;
  }
}
.home20-guarantee__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media (min-width: 601px) {
  .home20-guarantee__icon {
    width: 103px;
    height: 103px;
  }
}
.home20-guarantee__icon svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 601px) {
  .home20-guarantee__text {
    flex: 0 1 auto;
    max-width: 599px;
  }
}
.home20-guarantee__text h2 {
  margin: 0 0 6px;
  font-size: 42px;
  line-height: 37px;
  font-size: 4.2rem;
  line-height: 3.7rem;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  color: #292929;
}
@media (max-width: 600px) {
  .home20-guarantee__text h2 {
    font-size: 24px;
    line-height: 37px;
    font-size: 2.4rem;
    line-height: 3.7rem;
  }
}
.home20-guarantee__text p {
  margin: 0;
  color: #292929;
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.home20-guarantee__link {
  flex: 0 0 auto;
  color: #2cbcb7;
  text-decoration: none;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media (max-width: 600px) {
  .home20-guarantee__link {
    display: none;
  }
}
.home20-guarantee__link:hover {
  text-decoration: underline;
}
.home20-guarantee__stat {
  display: none;
}
@media (min-width: 601px) {
  .home20-guarantee__stat {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E1E6E8;
  }
}
.home20-guarantee__stat-badge {
  flex: 0 0 auto;
  max-width: 80px;
  height: auto;
}
.home20-guarantee__stat-text h3 {
  margin: 0 0 4px;
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.home20-guarantee__stat-text p {
  margin: 0;
  color: #63656a;
}
.home20-guarantee__stat-link {
  color: #3cbfae;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
}
.home20-guarantee__stat-link:hover {
  text-decoration: underline;
}
.home20-guarantee__disclaimer {
  margin-top: 4px !important;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #828282;
}

.home20-tabs {
  padding: 30px 0 50px;
}
.home20-tabs__card {
  background-color: #eff2f3;
  border-radius: 8px;
  padding: 30px 40px 40px;
}
.home20-tabs__nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 35px;
}
@media (min-width: 601px) {
  .home20-tabs__nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.home20-tabs__tab {
  appearance: none;
  background: none;
  border: none;
  padding: 10px 4px;
  cursor: pointer;
  color: #63656a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
}
.home20-tabs__tab:hover {
  color: #3cbfae;
}
.home20-tabs__tab.is-active {
  color: #3cbfae;
}
.home20-tabs__tab.is-active::after {
  content: "";
  display: block;
  width: 179px;
  max-width: 60%;
  height: 1px;
  margin: 3px auto 0;
  background-color: #3cbfae;
}
@media (min-width: 601px) {
  .home20-tabs__tab {
    white-space: nowrap;
    border-bottom: 3px solid transparent;
  }
  .home20-tabs__tab.is-active {
    border-bottom-color: #3cbfae;
  }
  .home20-tabs__tab.is-active::after {
    content: none;
  }
}
.home20-tabs__panel {
  display: none;
}
.home20-tabs__panel.is-active {
  display: block;
  padding: 0 32px;
}
@media (max-width: 600px) {
  .home20-tabs__panel.is-active {
    padding: 0;
  }
}

.home20-tab-heading {
  text-align: center;
  color: #292929;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin: 0 0 34px;
}
@media (max-width: 600px) {
  .home20-tab-heading {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}

.home20-tab-body {
  text-align: center;
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 720px;
  margin: 0 auto 30px;
}

.home20-tab-link {
  color: #3cbfae !important;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
}
.home20-tab-link:hover {
  text-decoration: underline;
}

.home20-tab-btn {
  display: inline-block;
  border-radius: 30px;
  background-color: #3cbfae;
  color: #fff !important;
  text-decoration: none;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  width: 100%;
  max-height: 49px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home20-tab-btn:hover {
  background-color: #32a092;
}

.home20-tab-split {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.home20-tab-split__text {
  flex: 1 1 320px;
}
.home20-tab-split__text h3 {
  color: #292929;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0 0 12px;
}
@media (min-width: 601px) {
  .home20-tab-split__text h3 {
    font-size: 32px;
    line-height: 26px;
    font-size: 3.2rem;
    line-height: 2.6rem;
  }
}
.home20-tab-split__text p {
  color: #292929;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media (max-width: 600px) {
  .home20-tab-split__text {
    text-align: center;
  }
}
.home20-tab-split__content {
  flex: 1 1 380px;
}

.home20-tab-icon-grid {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.home20-tab-icon-grid__item {
  flex: 1 1 220px;
  text-align: center;
}
@media (min-width: 601px) {
  .home20-tab-icon-grid__item {
    border-left: 1px solid #e5e5e5;
    padding: 0 39px;
  }
  .home20-tab-icon-grid__item:first-child {
    border-left: none;
  }
}
.home20-tab-icon-grid__item h4 {
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 10px;
}
.home20-tab-icon-grid__item p {
  color: #63656a;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 21px;
}
.home20-tab-icon-grid__icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
}
.home20-tab-icon-grid__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 601px) {
  .home20-tab-icon-grid__item p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  }
}

.home20-tab-steps {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.home20-tab-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 291px;
  text-align: center;
}
@media (min-width: 601px) {
  .home20-tab-steps__item {
    border-left: 1px solid #e5e5e5;
    padding: 0 20px;
  }
  .home20-tab-steps__item:first-child {
    border-left: none;
  }
}
.home20-tab-steps__item em {
  font-style: italic;
}
.home20-tab-steps__item h4 {
  color: #292929;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  line-height: 26px;
  margin: 0 0 15px;
}
.home20-tab-steps__item p {
  color: #63656a;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 21px;
}
.home20-tab-steps__item p:nth-of-type(3) {
  margin-top: auto;
  width: 100%;
}
.home20-tab-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #fff;
  width: 40px;
  height: 40px;
  margin: 0 auto 0;
  border: 2px solid #3cbfae;
  border-radius: 50%;
  color: #3cbfae;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novasemibold, Helvetica, Arial, sans-serif;
}

.home20-tab-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home20-tab-stats__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  background-color: #d3dee1;
  border-radius: 12px;
}
.home20-tab-stats__item:nth-child(2) {
  background-color: rgba(163, 181, 187, 0.56);
}
.home20-tab-stats__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 34px;
}
.home20-tab-stats__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home20-tab-stats__text {
  color: #63656a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.home20-tab-stats__text strong {
  display: block;
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.home20-tab-badge {
  text-align: center;
}
.home20-tab-badge img {
  max-width: 220px;
  margin: 0 auto 15px;
}
.home20-tab-badge__disclaimer {
  color: #63656a;
  font-size: 1.3rem;
  margin: 0;
}

.home20-testimonials-heading {
  font-size: 42px;
  line-height: 37px;
  font-size: 4.2rem;
  line-height: 3.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .home20-testimonials-heading {
    font-size: 24px;
    line-height: 26px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

.home20-testimonials {
  padding-bottom: 40px;
}

.home20-hubspot-section {
  padding: 40px 0 50px;
}

.home20-hubspot {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.home20-hubspot__content {
  flex: 1 1 320px;
}
.home20-hubspot__heading {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .home20-hubspot__heading {
    display: none;
  }
}
.home20-hubspot__subheading {
  margin: 0;
  color: #292929;
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
@media (max-width: 600px) {
  .home20-hubspot__subheading {
    text-align: center;
  }
}
.home20-hubspot__form {
  flex: 1 1 420px;
  width: 100%;
}
.home20-hubspot #home20-hubspot-form {
  width: 100%;
}
@media (min-width: 601px) {
  .home20-hubspot {
    gap: 48px;
  }
  .home20-hubspot__content {
    flex: 0 1 430px;
  }
  .home20-hubspot__form {
    flex: 1 1 520px;
  }
}

.home20-icon-list-section {
  background-color: #eff2f3;
  padding: 50px 0;
}
.home20-icon-list-section .home20-section-heading {
  font-size: 42px;
  line-height: 37px;
  font-size: 4.2rem;
  line-height: 3.7rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .home20-icon-list-section .home20-section-heading {
    font-size: 24px;
    line-height: 26px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

.home20-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.home20-icon-list__item {
  flex: 1 1 220px;
  max-width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .home20-icon-list__item {
    max-width: 100%;
  }
}
.home20-icon-list__item h3 {
  font-size: 24px;
  color: #292929;
  margin: 15px 0 8px;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
}
@media (max-width: 600px) {
  .home20-icon-list__item h3 {
    font-size: 20px;
  }
}
.home20-icon-list__item p {
  font-size: 16px;
  color: #63656a;
  margin: 10px 0;
  line-height: 21px;
}
.home20-icon-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.home20-icon-list__icon img {
  width: 56px;
  height: 56px;
}
.home20-icon-list__link {
  color: #3cbfae;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novasemibold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: auto;
}
.home20-icon-list__link:hover {
  text-decoration: underline;
}

.home20-insights {
  padding: 50px 0;
  text-align: center;
}
.home20-insights .home20-section-heading {
  font-size: 42px;
  line-height: 37px;
  font-size: 4.2rem;
  line-height: 3.7rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .home20-insights .home20-section-heading {
    font-size: 24px;
    line-height: 26px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.home20-insights .home20-section-subheading {
  font-size: 18px;
}
.home20-insights__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 601px) {
  .home20-insights__items {
    flex-direction: row;
    gap: 50px;
  }
}
.home20-insights__icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%20fill%3D%22none%22%3E%0A%20%20%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2228%22%20fill%3D%22%23243065%22/%3E%0A%20%20%3Cpath%20d%3D%22M37.3629%2020.3593C36.5914%2019.2939%2035.653%2018.3819%2034.5729%2017.6478C33.4769%2016.9032%2032.2818%2016.3743%2031.021%2016.0761C30.3932%2015.9279%2029.7305%2015.8328%2029.0511%2015.7939C28.8574%2015.7838%2028.6612%2015.7788%2028.4675%2015.7788C26.0545%2015.7788%2023.7156%2016.5472%2021.8823%2017.9426C19.8496%2019.4895%2018.4183%2021.6885%2017.8518%2024.1345C17.182%2027.0265%2017.6694%2030.0931%2019.1885%2032.5479C19.5913%2033.1987%2020.0624%2033.8097%2020.5885%2034.3641C20.7343%2034.5178%2020.8897%2034.664%2021.0401%2034.8055C21.145%2034.9043%2021.2533%2035.0065%2021.3571%2035.1095C21.4799%2035.2318%2021.5991%2035.3608%2021.712%2035.4931C21.8465%2035.651%2021.8707%2035.6811%2021.991%2035.8541C22.1997%2036.1531%2022.3847%2036.473%2022.5413%2036.8047C22.665%2037.0673%2022.7883%2037.4107%2022.8791%2037.7473C22.9237%2037.9123%2022.9629%2038.0828%2022.9949%2038.2545C23.0099%2038.3345%2023.0241%2038.4186%2023.0382%2038.512C23.0391%2038.52%2023.0403%2038.5288%2023.0416%2038.5392C23.0482%2038.597%2023.0541%2038.6502%2023.0587%2038.7021C23.0687%2038.811%2023.0724%2038.9241%2023.0757%2039.0334C23.0845%2039.3194%2023.0936%2039.615%2023.2186%2039.8914C23.3586%2040.2005%2023.6156%2040.435%2023.9472%2040.5573C23.9463%2040.7068%2023.9451%2040.8563%2023.9438%2041.0054C23.9392%2041.5585%2023.9342%2042.131%2023.9488%2042.693C23.9688%2043.4677%2024.4745%2044.1%2025.2139%2044.2872V44.4614C25.2139%2044.5322%2025.2126%2044.6034%2025.211%2044.6784C25.2055%2044.9522%2025.1997%2045.2353%2025.2668%2045.5017C25.4426%2046.2002%2026.0899%2046.7023%2026.8405%2046.7224C26.8926%2046.7236%2026.9492%2046.7245%2027.0138%2046.7245C27.0713%2046.7245%2027.1287%2046.724%2027.1858%2046.7236C27.2425%2046.7232%2027.2995%2046.7228%2027.3562%2046.7228H29.5743C29.6534%2046.7228%2029.7322%2046.7228%2029.8113%2046.7228C29.8904%2046.7228%2029.9696%2046.7228%2030.0487%2046.7228C30.1279%2046.7228%2030.207%2046.7228%2030.2862%2046.7219C30.8739%2046.7182%2031.3892%2046.4464%2031.6999%2045.9774C31.9657%2045.5762%2031.9649%2045.1273%2031.964%2044.693V44.6201V44.2969C32.4185%2044.1934%2032.8054%2043.9141%2033.0329%2043.5234C33.2953%2043.0732%2033.2786%2042.4991%2033.2641%2041.9932C33.2607%2041.8751%2033.2574%2041.7637%2033.2574%2041.6549V40.4404C33.6181%2040.2151%2033.8451%2039.8345%2033.8822%2039.3877C33.8893%2039.3035%2033.8893%2039.2185%2033.8897%2039.1364C33.8897%2039.0757%2033.8897%2039.0124%2033.893%2038.9517C33.898%2038.8537%2033.9051%2038.7545%2033.9147%2038.6565C33.9185%2038.6171%2033.9226%2038.5773%2033.9272%2038.538L33.9285%2038.5254C33.9293%2038.5175%2033.9301%2038.5095%2033.9305%2038.502C33.9318%2038.4944%2033.9335%2038.4831%2033.9364%2038.4664C33.9951%2038.0912%2034.0813%2037.7293%2034.1925%2037.3906C34.3113%2037.0296%2034.3904%2036.8466%2034.5762%2036.5003C34.6578%2036.3487%2034.7466%2036.1983%2034.8394%2036.0538C34.8861%2035.9814%2034.9348%2035.9094%2034.9848%2035.8386C35.0098%2035.803%2035.0352%2035.7682%2035.0606%2035.7331C35.0665%2035.7255%2035.0819%2035.705%2035.0956%2035.6878C35.1035%2035.6774%2035.111%2035.6677%2035.1148%2035.6627C35.3672%2035.3478%2035.6634%2035.0622%2035.95%2034.7858C36.1766%2034.5672%2036.4107%2034.3415%2036.6243%2034.1003C37.1225%2033.5383%2037.5591%2032.9382%2037.9215%2032.3168C38.6838%2031.0094%2039.1628%2029.5537%2039.3457%2027.9892C39.6585%2025.3108%2038.9358%2022.5289%2037.3633%2020.3572L37.3629%2020.3593ZM32.4693%2039.1477C32.4689%2039.172%2032.4685%2039.198%2032.4685%2039.226C32.3314%2039.2214%2032.1819%2039.2193%2032.0119%2039.2193C31.842%2039.2193%2031.6874%2039.2214%2031.5291%2039.2231C31.3717%2039.2248%2031.2092%2039.2268%2031.0497%2039.2268H24.5124C24.5195%2039.1222%2024.5066%2039.0087%2024.4949%2038.9057C24.4941%2038.8973%2024.4932%2038.8893%2024.492%2038.8814L24.4828%2038.5229L24.4662%2038.6096C24.4508%2038.4601%2024.4299%2038.301%2024.4024%2038.1205C24.347%2037.7591%2024.2625%2037.3993%2024.15%2037.0513C23.9134%2036.3185%2023.5831%2035.6518%2023.1678%2035.0702C22.9224%2034.7264%2022.6808%2034.4336%2022.4284%2034.1744C22.3047%2034.0471%2022.1739%2033.9248%2022.0473%2033.8059C21.9177%2033.6845%2021.7836%2033.5588%2021.6586%2033.4294C21.4237%2033.1865%2021.1984%2032.929%2020.9884%2032.6639C20.9218%2032.5793%2020.8343%2032.4617%2020.7431%2032.3314C20.6394%2032.1844%2020.5385%2032.0324%2020.4427%2031.8796C20.2624%2031.5923%2020.0941%2031.2912%2019.9425%2030.9847C19.8725%2030.8431%2019.8013%2030.6903%2019.7254%2030.5169C19.7225%2030.5102%2019.7146%2030.4909%2019.708%2030.4759L19.6871%2030.4248L19.6763%2030.3984C19.6396%2030.3067%2019.6046%2030.215%2019.5717%2030.1262C19.0915%2028.815%2018.9103%2027.5927%2018.9848%2026.163C18.9923%2026.0231%2019.0023%2025.8803%2019.0156%2025.7388C19.0227%2025.6642%2019.0302%2025.5889%2019.0386%2025.5147C19.0402%2025.4984%2019.0423%2025.4821%2019.0444%2025.4657C19.0469%2025.4444%2019.0498%2025.423%2019.0519%2025.4017L19.0527%2025.3937V25.3916L19.0552%2025.3761C19.1015%2025.0641%2019.1548%2024.7794%2019.2181%2024.5055C19.2835%2024.2228%2019.3618%2023.9402%2019.4505%2023.6655C19.4947%2023.5289%2019.5422%2023.3916%2019.5922%2023.2576C19.6171%2023.1906%2019.643%2023.1231%2019.6692%2023.057C19.6763%2023.0394%2019.6834%2023.0218%2019.6905%2023.0046C19.6967%2022.9887%2019.7034%2022.9728%2019.7096%2022.9569L19.715%2022.9427L19.7184%2022.9351C19.9558%2022.3907%2020.2291%2021.8798%2020.5306%2021.4171C20.6019%2021.3078%2020.6764%2021.1981%2020.7527%2021.0909C20.7931%2021.0339%2020.8343%2020.977%2020.8759%2020.9209C20.8968%2020.8928%2020.918%2020.8647%2020.9388%2020.8367L20.9405%2020.8346L20.9526%2020.8195C21.1634%2020.5582%2021.3317%2020.3618%2021.4987%2020.1834C21.6882%2019.9803%2021.889%2019.7831%2022.0952%2019.5967C22.1985%2019.5033%2022.3047%2019.4112%2022.4113%2019.3228C22.4472%2019.2931%2022.4838%2019.2638%2022.5201%2019.2345C22.5384%2019.2198%2022.5563%2019.2052%2022.5746%2019.1905C22.5788%2019.1872%2022.5863%2019.1813%2022.5938%2019.1754C22.6204%2019.1549%2022.6479%2019.134%2022.6754%2019.1135C23.1307%2018.7726%2023.6189%2018.469%2024.1267%2018.211C24.2437%2018.1515%2024.3641%2018.0933%2024.4849%2018.0381C24.5474%2018.0096%2024.6111%2017.9815%2024.6765%2017.9526L24.7198%2017.9346C24.7469%2017.9237%2024.774%2017.9124%2024.8011%2017.9015C25.066%2017.796%2025.3388%2017.7005%2025.6125%2017.6176C25.8887%2017.5343%2026.1723%2017.4614%2026.456%2017.4015C26.5997%2017.3714%2026.7451%2017.3437%2026.8888%2017.3199C26.963%2017.3077%2027.0379%2017.2964%2027.1083%2017.286L27.1162%2017.2847C27.1237%2017.2839%2027.1312%2017.283%2027.1387%2017.2818C27.1462%2017.2809%2027.1533%2017.2801%2027.1583%2017.2797L27.1712%2017.278C27.1962%2017.2751%2027.2212%2017.2717%2027.2458%2017.2688C27.6378%2017.224%2028.0431%2017.2014%2028.4504%2017.2014C28.645%2017.2014%2028.8437%2017.2064%2029.0411%2017.2169C29.2056%2017.2261%2029.356%2017.2378%2029.501%2017.2525C29.5664%2017.2592%2029.633%2017.2667%2029.698%2017.2742L29.7297%2017.278C29.738%2017.2788%2029.7563%2017.2813%2029.7705%2017.2834L29.7805%2017.2847C29.8021%2017.2876%2029.8238%2017.291%2029.8455%2017.2943C30.1512%2017.3408%2030.459%2017.402%2030.7594%2017.4769C31.0472%2017.5485%2031.335%2017.6335%2031.6154%2017.7307C31.7545%2017.7788%2031.894%2017.8303%2032.0311%2017.8848C32.0836%2017.9057%2032.1361%2017.9271%2032.1881%2017.9489C32.1973%2017.9526%2032.2077%2017.9572%2032.2127%2017.9593L32.2502%2017.9761C32.2881%2017.9928%2032.326%2018.01%2032.3639%2018.0272C32.8938%2018.2692%2033.4061%2018.5603%2033.8876%2018.8915C34.0068%2018.9736%2034.1263%2019.0594%2034.2421%2019.1465C34.2667%2019.165%2034.2908%2019.1838%2034.3154%2019.2022L34.3225%2019.2077L34.3308%2019.2144C34.3496%2019.2295%2034.3683%2019.2445%2034.3871%2019.2596C34.425%2019.2902%2034.4633%2019.3212%2034.5008%2019.3521C34.7299%2019.5427%2034.9536%2019.7462%2035.166%2019.9564C35.3718%2020.1608%2035.5709%2020.376%2035.7579%2020.5963C35.8471%2020.7014%2035.9358%2020.8103%2036.0295%2020.9301L36.0349%2020.9376C36.0433%2020.9489%2036.0516%2020.9598%2036.0599%2020.9711C36.0683%2020.982%2036.0762%2020.9929%2036.0845%2021.0038C36.1387%2021.0766%2036.1924%2021.1512%2036.244%2021.2257C36.5794%2021.7052%2036.8751%2022.2161%2037.1234%2022.745C37.1546%2022.8116%2037.1854%2022.879%2037.215%2022.946C37.2208%2022.9594%2037.2358%2022.9942%2037.2492%2023.026C37.2671%2023.0679%2037.2729%2023.0817%2037.2754%2023.088C37.3337%2023.2333%2037.38%2023.3531%2037.4204%2023.4657C37.5241%2023.7538%2037.6157%2024.0507%2037.6932%2024.3476C37.769%2024.6387%2037.8323%2024.9368%2037.8819%2025.2337C37.894%2025.3049%2037.9048%2025.3778%2037.9152%2025.4481L37.9169%2025.4603L37.9186%2025.4724C37.9231%2025.5076%2037.9273%2025.5424%2037.9315%2025.5775C37.9502%2025.7392%2037.9652%2025.9038%2037.9765%2026.0667C38.0231%2026.7572%2038.0035%2027.4331%2037.9173%2028.0755L37.9123%2028.1086C37.9106%2028.1195%2037.9094%2028.1287%2037.909%2028.132C37.9061%2028.1513%2037.9027%2028.171%2037.8998%2028.1907C37.8961%2028.2149%2037.8923%2028.2388%2037.8886%2028.2631C37.8748%2028.3481%2037.8594%2028.4352%2037.8432%2028.5215C37.8111%2028.6907%2037.774%2028.8624%2037.7328%2029.0315C37.6491%2029.3749%2037.5466%2029.7179%2037.427%2030.0512C37.3737%2030.2003%2037.3183%2030.3448%2037.2617%2030.4817L37.2567%2030.4939C37.2508%2030.5073%2037.245%2030.5215%2037.2433%2030.5253L37.2288%2030.5584C37.2163%2030.5864%2037.2042%2030.6145%2037.1917%2030.6421C37.1529%2030.7284%2037.1121%2030.8155%2037.0705%2030.9018C36.9197%2031.2137%2036.7506%2031.5215%2036.5681%2031.8176C36.2003%2032.4139%2035.8846%2032.8251%2035.4039%2033.3348C35.2418%2033.5065%2035.0665%2033.6715%2034.8973%2033.831C34.8236%2033.9005%2034.7474%2033.9722%2034.6728%2034.0442C34.4121%2034.295%2034.1626%2034.5827%2033.8868%2034.9491C33.4532%2035.5254%2033.1041%2036.1966%2032.8496%2036.9437C32.6155%2037.6297%2032.4843%2038.3922%2032.4693%2039.149V39.1477ZM31.6025%2042.9191C31.592%2042.9191%2031.5808%2042.9187%2031.5695%2042.9187C31.5591%2042.9187%2031.5487%2042.9187%2031.5379%2042.9187C31.5279%2042.9187%2031.5183%2042.9187%2031.5083%2042.9187H25.8654C25.8366%2042.9187%2025.8075%2042.9187%2025.7787%2042.9187C25.7496%2042.9187%2025.7204%2042.9187%2025.6908%2042.9187C25.6612%2042.9187%2025.6317%2042.9187%2025.6021%2042.9195H25.5983H25.5938H25.5921C25.5921%2042.9195%2025.5879%2042.9195%2025.5858%2042.9191C25.5638%2042.9145%2025.5317%2042.9082%2025.5055%2042.9036C25.4988%2042.9003%2025.4905%2042.8957%2025.48%2042.8902C25.468%2042.8793%2025.4521%2042.8664%2025.4346%2042.8563C25.4305%2042.8521%2025.4263%2042.8479%2025.4221%2042.8433C25.4159%2042.8316%2025.4084%2042.8195%2025.3997%2042.8061C25.3959%2042.796%2025.3897%2042.7818%2025.3805%2042.76C25.3747%2042.7466%2025.3659%2042.7261%2025.3638%2042.7206C25.3638%2042.7198%2025.363%2042.7185%2025.363%2042.7177C25.3634%2042.7102%2025.3638%2042.7022%2025.3642%2042.693C25.3642%2042.6825%2025.3642%2042.672%2025.3642%2042.6616V42.6586C25.3638%2042.6088%2025.3642%2042.559%2025.3642%2042.5091C25.3642%2042.484%2025.3642%2042.4589%2025.3642%2042.4338V40.6507H31.8382C31.8374%2040.7658%2031.8361%2040.8806%2031.8353%2040.9957C31.8303%2041.5451%2031.8253%2042.113%2031.8403%2042.6712C31.8403%2042.6754%2031.8403%2042.6804%2031.8399%2042.685C31.8391%2042.6959%2031.8386%2042.7093%2031.8399%2042.7231C31.837%2042.7307%2031.8295%2042.7478%2031.8245%2042.76C31.817%2042.7772%2031.8107%2042.7918%2031.8061%2042.8048C31.7978%2042.8148%2031.7887%2042.827%2031.7782%2042.8412C31.7707%2042.8513%2031.7595%2042.8659%2031.7545%2042.8722C31.7378%2042.8827%2031.7208%2042.8927%2031.7028%2042.9028L31.7003%2042.9036C31.6849%2042.907%2031.6699%2042.9112%2031.6549%2042.9149C31.6487%2042.9166%2031.6424%2042.9183%2031.6362%2042.9195C31.6345%2042.9195%2031.6324%2042.9195%2031.6304%2042.9195C31.6266%2042.9195%2031.6224%2042.9195%2031.6183%2042.9195C31.6158%2042.9195%2031.6133%2042.9195%2031.6108%2042.9195H31.6054L31.6045%2042.9614H31.6033V42.9195L31.6025%2042.9191ZM30.5386%2045.157C30.534%2045.1654%2030.5294%2045.1738%2030.5248%2045.1826L30.5219%2045.188C30.5169%2045.1968%2030.5111%2045.2064%2030.5044%2045.2161L30.5024%2045.2194C30.4936%2045.2286%2030.4844%2045.2374%2030.4749%2045.2466L30.4711%2045.2504C30.4586%2045.26%2030.4461%2045.2684%2030.4365%2045.2738L30.4236%2045.2814C30.4207%2045.2831%2030.4178%2045.2847%2030.4149%2045.2864C30.4124%2045.2868%2030.4099%2045.2872%2030.4074%2045.2881C30.3916%2045.2914%2030.3761%2045.2952%2030.3616%2045.299C30.3511%2045.299%2030.3412%2045.299%2030.3307%2045.2994C30.3232%2045.2994%2030.3162%2045.2994%2030.3087%2045.2998C30.2462%2045.3006%2030.1833%2045.3006%2030.1208%2045.3006C30.0583%2045.3006%2029.995%2045.3006%2029.9321%2045.3002C29.8692%2045.3002%2029.8059%2045.2998%2029.743%2045.2998H26.953C26.9409%2045.2998%2026.9284%2045.2998%2026.9163%2045.2998C26.9038%2045.2998%2026.8909%2045.2998%2026.8784%2045.2998C26.8659%2045.2998%2026.8526%2045.2998%2026.8392%2045.2998C26.8384%2045.2998%2026.8326%2045.2998%2026.8259%2045.2994H26.818C26.8076%2045.2973%2026.8009%2045.296%2026.7959%2045.2956C26.7934%2045.2948%2026.7897%2045.2939%2026.7859%2045.2931C26.7788%2045.2914%2026.7705%2045.2889%2026.763%2045.2872C26.7551%2045.2826%2026.7472%2045.2776%2026.7393%2045.273C26.7293%2045.2671%2026.7193%2045.2609%2026.7093%2045.255C26.6959%2045.2424%2026.6834%2045.2295%2026.6701%2045.2152C26.663%2045.2006%2026.6551%2045.1863%2026.6472%2045.1725L26.6439%2045.1666L26.6393%2045.1511L26.6335%2045.131C26.6326%2045.1256%2026.6318%2045.1189%2026.6305%2045.1118V45.1026C26.6297%2045.0959%2026.6297%2045.0904%2026.6297%2045.0879C26.6297%2045.0695%2026.6297%2045.049%2026.6297%2045.0284V44.9996V44.5042V44.3446H26.6518H30.1741H30.5436C30.5423%2044.5699%2030.5419%2044.8216%2030.5469%2045.0695L30.5036%2045.0716L30.5386%2045.1587V45.157Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M16.3847%2027.0696C16.5151%2026.9323%2016.5826%2026.7602%2016.5751%2026.5839C16.5576%2026.1869%2016.2464%2025.8757%2015.867%2025.8757H12.7087C12.5187%2025.8757%2012.3301%2025.9595%2012.1909%2026.1056C12.0605%2026.243%2011.9931%2026.4155%2012.0006%2026.5914C12.0181%2026.9884%2012.3292%2027.2995%2012.7087%2027.2995H15.867C16.0569%2027.2995%2016.2456%2027.2158%2016.3847%2027.0696Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M44.2913%2025.8757H41.133C40.9431%2025.8757%2040.7544%2025.9595%2040.6153%2026.1056C40.4849%2026.243%2040.4174%2026.4151%2040.4249%2026.5914C40.4424%2026.9884%2040.7536%2027.2995%2041.133%2027.2995H44.2913C44.4812%2027.2995%2044.6699%2027.2158%2044.8091%2027.0696C44.9394%2026.9323%2045.0069%2026.7602%2044.9994%2026.5839C44.9819%2026.1869%2044.6708%2025.8757%2044.2913%2025.8757Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M28.4767%2014.5997C28.4859%2014.5997%2028.4946%2014.5997%2028.5038%2014.5993C28.8987%2014.5817%2029.2082%2014.2689%2029.2082%2013.8874V10.7123C29.2082%2010.3329%2028.8883%2010%2028.5234%2010C28.5142%2010%2028.5054%2010%2028.4963%2010.0004C28.1014%2010.018%2027.7919%2010.3308%2027.7919%2010.7123V13.8874C27.7919%2014.2668%2028.1118%2014.5997%2028.4767%2014.5997Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M34.4591%2016.2037C34.5645%2016.2656%2034.6861%2016.2983%2034.8107%2016.2983C35.0673%2016.2983%2035.3039%2016.1639%2035.428%2015.9478L37.0071%2013.1982C37.1987%2012.8644%2037.0825%2012.4184%2036.753%2012.2245C36.6477%2012.1625%2036.526%2012.1299%2036.4015%2012.1299C36.1449%2012.1299%2035.9083%2012.2643%2035.7841%2012.4804L34.205%2015.23C34.0134%2015.5638%2034.1296%2016.0098%2034.4591%2016.2037Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M14.4674%2019.2652L16.3897%2020.3812L17.2024%2020.8527C17.3078%2020.9139%2017.429%2020.9461%2017.5531%2020.9461C17.8089%2020.9461%2018.0455%2020.8125%2018.1709%2020.5969C18.2638%2020.4373%2018.2892%2020.2397%2018.2404%2020.055C18.1913%2019.8691%2018.0763%2019.7158%2017.9164%2019.6228L15.1813%2018.0353C15.0759%2017.9741%2014.9547%2017.9419%2014.8306%2017.9419C14.5748%2017.9419%2014.3382%2018.0755%2014.2128%2018.2911C14.12%2018.4507%2014.0946%2018.6484%2014.1433%2018.833C14.1924%2019.019%2014.3074%2019.1722%2014.4674%2019.2652Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M42.5326%2033.9107L41.72%2033.4391L39.7976%2032.3231C39.6922%2032.262%2039.571%2032.2297%2039.4469%2032.2297C39.1911%2032.2297%2038.9545%2032.3633%2038.8291%2032.579C38.7362%2032.7385%2038.7108%2032.9362%2038.7596%2033.1209C38.8087%2033.3068%2038.9237%2033.4601%2039.0836%2033.553L40.8773%2034.5941L41.8187%2035.1406C41.9241%2035.2017%2042.0453%2035.234%2042.1694%2035.234C42.4252%2035.234%2042.6618%2035.1004%2042.7872%2034.8847C42.88%2034.7252%2042.9055%2034.5275%2042.8567%2034.3428C42.8076%2034.1569%2042.6926%2034.0036%2042.5326%2033.9107Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M21.1%2015.1265L21.572%2015.9481C21.6961%2016.1638%2021.9327%2016.2978%2022.1906%2016.2978C22.3151%2016.2978%2022.4363%2016.2651%2022.5413%2016.2035C22.8708%2016.0097%2022.9874%2015.5637%2022.7954%2015.2299L21.6882%2013.3019L21.2163%2012.4803C21.0921%2012.2646%2020.8555%2012.1306%2020.5977%2012.1306C20.4731%2012.1306%2020.3519%2012.1633%2020.247%2012.2248C19.9175%2012.4187%2019.8008%2012.8643%2019.9929%2013.1985L21.1%2015.1265Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M17.5544%2032.2288C17.4302%2032.2288%2017.3086%2032.2614%2017.2024%2032.3226L14.4673%2033.9101C14.3078%2034.0027%2014.1928%2034.1563%2014.1441%2034.3427C14.0954%2034.5278%2014.1204%2034.7254%2014.2132%2034.8846C14.3386%2035.1002%2014.5748%2035.2343%2014.8297%2035.2343C14.9539%2035.2343%2015.0755%2035.2016%2015.1817%2035.1404L15.5399%2034.9327L17.9168%2033.5529C18.0763%2033.4604%2018.1913%2033.3067%2018.24%2033.1203C18.2887%2032.9352%2018.2637%2032.7376%2018.1709%2032.5784C18.0455%2032.3628%2017.8093%2032.2288%2017.5544%2032.2288Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M39.4456%2020.9464C39.5697%2020.9464%2039.6914%2020.9137%2039.7976%2020.8526L41.0168%2020.1449L42.5326%2019.2651C42.6922%2019.1725%2042.8071%2019.0188%2042.8559%2018.8325C42.9046%2018.6474%2042.8796%2018.4497%2042.7867%2018.2906C42.6614%2018.0749%2042.4252%2017.9409%2042.1702%2017.9409C42.0461%2017.9409%2041.9245%2017.9736%2041.8183%2018.0347L39.0832%2019.6223C38.9237%2019.7148%2038.8087%2019.8685%2038.76%2020.0549C38.7112%2020.24%2038.7362%2020.4376%2038.8291%2020.5967C38.9545%2020.8124%2039.1907%2020.9464%2039.4456%2020.9464Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M31.1984%2025.9866L31.4371%2025.7466L31.5962%2025.5867C31.7274%2025.4548%2031.7995%2025.2759%2031.7995%2025.0833C31.7995%2024.8907%2031.7274%2024.7119%2031.5962%2024.58C31.4646%2024.4476%2031.2867%2024.3748%2031.0955%2024.3748C30.9043%2024.3748%2030.7264%2024.4476%2030.5948%2024.58L29.2214%2025.9606L27.9068%2027.2823L26.5855%2025.9539C26.4543%2025.822%2026.2765%2025.7496%2026.0848%2025.7496C25.8932%2025.7496%2025.7154%2025.822%2025.5842%2025.9539C25.3126%2026.227%2025.3126%2026.688%2025.5842%2026.9606L26.4951%2027.8765L27.4061%2028.7923C27.5373%2028.9242%2027.7152%2028.9971%2027.9068%2028.9971C28.0984%2028.9971%2028.2763%2028.9242%2028.4075%2028.7923L30.1516%2027.039L31.198%2025.987L31.1984%2025.9866Z%22%20fill%3D%22white%22/%3E%0A%20%20%3Cpath%20d%3D%22M33.102%2031.0252C33.9872%2030.0989%2034.5758%2028.9201%2034.7586%2027.7057C34.8149%2027.3321%2034.8432%2026.9988%2034.8449%2026.6864C34.8382%2025.3949%2034.4412%2024.1512%2033.6968%2023.0888C32.955%2022.0301%2031.9257%2021.2328%2030.7202%2020.7835C30.0608%2020.5376%2029.3602%2020.4128%2028.6379%2020.4128C26.7693%2020.4128%2024.9673%2021.2529%2023.8176%2022.6604C22.9853%2023.6792%2022.4884%2024.9071%2022.3801%2026.2111C22.2739%2027.4934%2022.5846%2028.8125%2023.2557%2029.9251C23.8151%2030.8531%2024.6153%2031.6241%2025.5696%2032.1538C26.5089%2032.6756%2027.5715%2032.9512%2028.6433%2032.9512C29.0553%2032.9512%2029.4689%2032.9101%2029.8729%2032.8293C31.0726%2032.5893%2032.2198%2031.9486%2033.1024%2031.0244L33.102%2031.0252ZM27.9435%2031.4976L27.9343%2031.4964C27.9198%2031.4943%2027.9048%2031.4917%2027.8902%2031.4892C27.8252%2031.4788%2027.7606%2031.467%2027.6977%2031.4545C27.5636%2031.4277%2027.4274%2031.395%2027.2933%2031.3569C27.1616%2031.3196%2027.0296%2031.2769%2026.9013%2031.23C26.8676%2031.2179%2026.8346%2031.2049%2026.8013%2031.1919C26.7834%2031.1848%2026.7651%2031.1777%2026.7472%2031.171L26.7409%2031.1685L26.7363%2031.1668C26.6984%2031.15%2026.6605%2031.1329%2026.6226%2031.1153C26.3864%2031.0047%2026.1561%2030.8762%2025.9378%2030.7325C25.8491%2030.6743%2025.7591%2030.6107%2025.6625%2030.5382C25.655%2030.5319%2025.6375%2030.5181%2025.6187%2030.503C25.5983%2030.4867%2025.5763%2030.4691%2025.5671%2030.4612C25.5121%2030.4151%2025.4571%2030.3678%2025.4046%2030.32C25.2118%2030.1458%2025.0297%2029.9565%2024.8644%2029.7581C24.8594%2029.7522%2024.844%2029.7325%2024.8269%2029.7112C24.8019%2029.6797%2024.7844%2029.658%2024.7715%2029.6425C24.7473%2029.6098%2024.7228%2029.5767%2024.699%2029.5432C24.6161%2029.426%2024.5366%2029.3041%2024.4632%2029.1806C24.3987%2029.0721%2024.337%2028.9603%2024.28%2028.8477C24.2521%2028.7928%2024.2241%2028.735%2024.1971%2028.676C24.1917%2028.6642%2024.1867%2028.6525%2024.1812%2028.6412C24.175%2028.6274%2024.1687%2028.614%2024.1625%2028.6002L24.155%2028.5838L24.1517%2028.5755C24.0504%2028.3221%2023.9684%2028.0658%2023.9076%2027.8133C23.8772%2027.6868%2023.8509%2027.5578%2023.8293%2027.4293C23.8243%2027.3987%2023.8197%2027.3681%2023.8151%2027.338C23.8039%2027.2383%2023.7964%2027.1617%2023.7914%2027.0892C23.7714%2026.812%2023.7722%2026.5306%2023.7934%2026.253C23.7984%2026.1885%2023.8051%2026.1244%2023.8126%2026.0536C23.8126%2026.0511%2023.8138%2026.0432%2023.8151%2026.034L23.8201%2026.0017C23.8222%2025.9875%2023.8243%2025.9741%2023.8251%2025.969C23.8476%2025.8304%2023.8751%2025.6918%2023.9076%2025.557C23.9671%2025.3103%2024.0467%2025.062%2024.1508%2024.7969L24.1517%2024.7948C24.1571%2024.7831%2024.1621%2024.7718%2024.1671%2024.7601C24.1733%2024.7462%2024.1792%2024.7328%2024.1854%2024.719C24.2112%2024.6625%2024.2387%2024.6047%2024.2679%2024.5469C24.3324%2024.4179%2024.4028%2024.2898%2024.477%2024.1667C24.542%2024.059%2024.6111%2023.9523%2024.6836%2023.8497C24.7107%2023.8107%2024.7386%2023.773%2024.7719%2023.7282C24.7773%2023.7215%2024.7877%2023.7085%2024.8152%2023.6742C24.8344%2023.6499%2024.8552%2023.6239%2024.8644%2023.6131C25.0306%2023.4137%2025.2122%2023.2244%2025.4046%2023.0511C25.4525%2023.0079%2025.5%2022.9665%2025.5467%2022.9271C25.5608%2022.915%2025.5754%2022.9033%2025.59%2022.8911C25.6038%2022.8798%2025.6171%2022.8689%2025.6308%2022.8576C25.6329%2022.8559%2025.6396%2022.8505%2025.6471%2022.8446C25.6579%2022.8367%2025.6787%2022.8212%2025.7004%2022.8053C25.7254%2022.7868%2025.7512%2022.7676%2025.7604%2022.7609C25.8187%2022.719%2025.8787%2022.678%2025.9382%2022.639C26.164%2022.4903%2026.4027%2022.358%2026.6476%2022.2449C26.6614%2022.2387%2026.6747%2022.2324%2026.6884%2022.2265C26.7001%2022.2215%2026.7114%2022.2165%2026.7226%2022.211L26.7247%2022.2102C26.7822%2022.1872%2026.8413%2022.1637%2026.9013%2022.1419C27.03%2022.095%2027.1621%2022.0523%2027.2933%2022.015C27.417%2021.9803%2027.544%2021.9493%2027.6702%2021.9233C27.7352%2021.9099%2027.7998%2021.8978%2027.8623%2021.8873C27.8914%2021.8823%2027.9202%2021.8781%2027.9493%2021.8735L27.9593%2021.8718L27.9739%2021.8702C28.2001%2021.8463%2028.4104%2021.8346%2028.6175%2021.8346C28.6899%2021.8346%2028.7624%2021.8362%2028.8328%2021.8392C28.9528%2021.8442%2029.0794%2021.8542%2029.2306%2021.8706C29.2419%2021.8718%2029.2502%2021.8727%2029.2569%2021.8731C29.264%2021.8743%2029.2735%2021.876%2029.2864%2021.8781C29.3618%2021.8907%2029.4493%2021.9057%2029.5347%2021.9233C29.7955%2021.9769%2030.0546%2022.0506%2030.3037%2022.1419C30.3553%2022.1608%2030.4103%2022.1821%2030.4778%2022.2094C30.5044%2022.2211%2030.5311%2022.2332%2030.5577%2022.2454C30.6798%2022.3015%2030.8018%2022.3635%2030.9206%2022.4296C31.1317%2022.5469%2031.3409%2022.6826%2031.5412%2022.8329C31.5495%2022.84%2031.5666%2022.8538%2031.612%2022.8903C31.6333%2022.9074%2031.6529%2022.9229%2031.6587%2022.928C31.7053%2022.9673%2031.7532%2023.0092%2031.8007%2023.0519C31.9007%2023.1419%2031.9978%2023.2366%2032.0902%2023.3329C32.1769%2023.4234%2032.261%2023.518%2032.341%2023.6139C32.3481%2023.6227%2032.3681%2023.6474%2032.3876%2023.6717C32.4047%2023.6926%2032.4214%2023.7131%2032.4297%2023.7236C32.4355%2023.7312%2032.4405%2023.7383%2032.4422%2023.7404C32.453%2023.7554%2032.4639%2023.7705%2032.4751%2023.786C32.4905%2023.8074%2032.5064%2023.8291%2032.5213%2023.8509C32.6717%2024.0657%2032.8075%2024.2923%2032.925%2024.5243C32.9529%2024.5796%2032.9808%2024.6374%2033.0079%2024.696C33.0129%2024.7069%2033.0237%2024.7316%2033.0341%2024.755C33.0437%2024.7764%2033.0524%2024.7973%2033.057%2024.807C33.1087%2024.9359%2033.1545%2025.0633%2033.1932%2025.1847C33.2745%2025.4401%2033.3374%2025.7044%2033.3803%2025.9703C33.3828%2025.9866%2033.3853%2026.003%2033.3878%2026.0193L33.389%2026.0285C33.3903%2026.0381%2033.3919%2026.0486%2033.3924%2026.0545L33.3978%2026.1085C33.4028%2026.1567%2033.4078%2026.2061%2033.4115%2026.2546C33.4219%2026.3899%2033.4273%2026.5315%2033.4282%2026.6877C33.4273%2026.8334%2033.4228%2026.9653%2033.4136%2027.0909C33.409%2027.155%2033.4028%2027.222%2033.3957%2027.2898C33.3953%2027.2953%2033.3932%2027.3112%2033.3911%2027.3275L33.389%2027.3443C33.3828%2027.3841%2033.3786%2027.4113%2033.3765%2027.431H33.3757C33.3315%2027.6956%2033.2674%2027.9594%2033.1849%2028.2149C33.1478%2028.3288%2033.1058%2028.4461%2033.0554%2028.5721C33.0437%2028.5989%2033.032%2028.6257%2033.0195%2028.6525C32.9895%2028.7183%2032.9579%2028.7844%2032.925%2028.8489C32.8071%2029.0817%2032.6713%2029.3083%2032.5213%2029.5223C32.493%2029.5625%2032.4634%2029.6031%2032.4351%2029.6408C32.428%2029.6496%2032.4114%2029.6701%2032.3951%2029.6911C32.3797%2029.7107%2032.3639%2029.7304%2032.3576%2029.738C32.2718%2029.8418%2032.1819%2029.9431%2032.0894%2030.0399C32.0027%2030.1303%2031.9124%2030.2187%2031.8199%2030.3029C31.767%2030.351%2031.7128%2030.3988%2031.6578%2030.4448C31.6487%2030.4528%2031.6245%2030.4721%2031.6004%2030.4913C31.5645%2030.5202%2031.5491%2030.5324%2031.5416%2030.5386C31.3409%2030.689%2031.1313%2030.8251%2030.9193%2030.9427C30.8085%2031.0043%2030.6948%2031.0625%2030.5815%2031.1153C30.5707%2031.1203%2030.5465%2031.1308%2030.5236%2031.1412C30.5019%2031.1509%2030.4807%2031.1601%2030.4711%2031.1647C30.4211%2031.1852%2030.362%2031.2087%2030.3032%2031.23C30.0441%2031.3251%2029.7763%2031.4005%2029.5068%2031.4545C29.4443%2031.467%2029.3798%2031.4788%2029.3144%2031.4892C29.2923%2031.493%2029.2702%2031.4964%2029.2481%2031.4997H29.2444L29.2302%2031.5018C29.0723%2031.519%2028.9328%2031.5294%2028.8037%2031.534C28.7433%2031.5361%2028.6812%2031.5374%2028.6187%2031.5374C28.4146%2031.5374%2028.2034%2031.5257%2027.9731%2031.5018C27.9668%2031.501%2027.9543%2031.4993%2027.9427%2031.4976H27.9435Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E");
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.home20-insights__cta {
  width: 347px;
  display: inline-block;
  margin: 0 auto 40px;
  padding: 12px 28px;
  border: 1.5px solid #3cbfae;
  border-radius: 30px;
  background-color: #eff2f3;
  color: #3cbfae;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
}
.home20-insights__cta:hover {
  background-color: #3cbfae;
  color: #fff;
}

.home20-reni, .home20-insights-optional {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 601px) {
  .home20-reni, .home20-insights-optional {
    flex-direction: row;
    text-align: left;
    gap: 24px;
  }
}
.home20-reni__logo, .home20-insights-optional__logo {
  flex: 0 0 auto;
  max-height: 103px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .home20-reni__logo, .home20-insights-optional__logo {
    max-width: 320px;
    margin: 0;
  }
}
.home20-reni__text, .home20-insights-optional__text {
  width: 100%;
}
@media (min-width: 601px) {
  .home20-reni__text, .home20-insights-optional__text {
    flex: 1 1 260px;
    width: auto;
  }
}
.home20-reni__text h3, .home20-insights-optional__text h3 {
  margin: 0 0 8px;
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novabold, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-size: 2.2rem;
  line-height: 2.7rem;
}
@media (min-width: 601px) {
  .home20-reni__text h3, .home20-insights-optional__text h3 {
    font-size: 32px;
    line-height: 38px;
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.home20-reni__text p, .home20-insights-optional__text p {
  margin: 0 0 10px;
  color: #292929;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home20-reni__link, .home20-insights-optional__link {
  color: #3cbfae;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: proxima_novasemibold, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.home20-reni__link:hover, .home20-insights-optional__link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .home20-insights-optional__logo {
    max-height: 56px !important;
  }
}

.home20-faq-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #eff2f3 0%, #ffffff 100%);
}
.home20-faq-section .home20-section-heading {
  font-size: 42px;
  line-height: 40px;
  font-size: 4.2rem;
  line-height: 4rem;
  font-weight: 700;
  color: #292929;
}

.home20-faq {
  max-width: 1140px;
  margin: 0 auto;
}

.home20-faq-item {
  border-top: 1px solid #d4d4d4;
}
.home20-faq-item:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.home20-faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: proxima_novamedium, Helvetica, Arial, sans-serif;
}
.home20-faq-item__question::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #4f4f4f;
  border-bottom: 2px solid #4f4f4f;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.home20-faq-item__answer {
  display: none;
  color: #63656a;
  padding: 0 0 18px;
  font-size: 16px;
}
.home20-faq-item.is-open .home20-faq-item__question::after {
  transform: rotate(-135deg);
}
.home20-faq-item.is-open .home20-faq-item__answer {
  display: block;
}

.home20-hubspot-section {
  background-color: #DCF2F8;
}
.home20-hubspot-section .terms-link {
  text-align: center;
}
.home20-hubspot-section a {
  color: #26589E;
}
