


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-default-theme {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}

.slick-loading .slick-default-theme .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

@font-face {
  .slick-default-theme {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.slick-default-theme .slick-prev,
.slick-default-theme .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-default-theme .slick-prev:hover, .slick-default-theme .slick-prev:focus,
.slick-default-theme .slick-next:hover,
.slick-default-theme .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-default-theme .slick-prev:hover:before, .slick-default-theme .slick-prev:focus:before,
.slick-default-theme .slick-next:hover:before,
.slick-default-theme .slick-next:focus:before {
  opacity: 1;
}

.slick-default-theme .slick-prev.slick-disabled:before,
.slick-default-theme .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-default-theme .slick-prev:before,
.slick-default-theme .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-default-theme .slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-default-theme .slick-prev {
  left: auto;
  right: -25px;
}

.slick-default-theme .slick-prev:before {
  content: "â†";
}

[dir="rtl"] .slick-default-theme .slick-prev:before {
  content: "â†’";
}

.slick-default-theme .slick-next {
  right: -25px;
}

[dir="rtl"] .slick-default-theme .slick-next {
  left: -25px;
  right: auto;
}

.slick-default-theme .slick-next:before {
  content: "â†’";
}

[dir="rtl"] .slick-default-theme .slick-next:before {
  content: "â†";
}

.slick-default-theme .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-default-theme .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-default-theme .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-default-theme .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-default-theme .slick-dots li button:hover, .slick-default-theme .slick-dots li button:focus {
  outline: none;
}

.slick-default-theme .slick-dots li button:hover:before, .slick-default-theme .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-default-theme .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-default-theme .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.common-page h1,
.common-page h2,
.common-page h3,
.common-page h4,
.common-page h5,
.common-page h6 {
  font-family: "Inter";
}

.common-page h1 {
  font-size: 50px;
  color: #000000;
  line-height: 60px;
}


.common-page h2 {
  font-size: 40px;
  line-height: 50px;
}


.common-page h3 {
  line-height: 30px;
}

div.waitlist-modal div.waitlist-modal-inner, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner {
  background-color: white;
  padding: 75px 90px;
  width: 600px;
  max-width: 100%;
  position: relative;
  border-radius: 10px;
}

@media all and (max-width: 767px) {
  div.waitlist-modal div.waitlist-modal-inner, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner {
    padding: 15px 50px;
  }
}

div.waitlist-modal div.waitlist-modal-inner h3, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner h3 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  margin-bottom: 0px !important;
  line-height: 50px;
}

div.waitlist-modal div.waitlist-modal-inner button.close.btn, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner button.close.btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  padding: 10px;
}

div.waitlist-modal div.waitlist-modal-inner button.close.btn:active, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner button.close.btn:active, div.waitlist-modal div.waitlist-modal-inner button.close.btn:focus:not(:focus-visible), .ebike-financing .hs-bike-modal div.hs-bike-modal-inner button.close.btn:focus:not(:focus-visible) {
  outline: none;
  background-color: white;
  box-shadow: none;
}

div.waitlist-modal div.waitlist-modal-inner button.close.btn:hover, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner button.close.btn:hover {
  background-color: white;
}

div.waitlist-modal div.waitlist-modal-inner button.close.btn:hover svg g, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner button.close.btn:hover svg g {
  fill: #3da864;
}

div.waitlist-modal div.waitlist-modal-inner .hs-input, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner .hs-input {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 16px 0px 16px 26px;
  margin-bottom: 10px;
}

div.waitlist-modal div.waitlist-modal-inner .hs-input:focus, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner .hs-input:focus {
  outline: none;
  border: 1px solid #3DA864;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.05);
}

div.waitlist-modal div.waitlist-modal-inner .hs-input::placeholder, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner .hs-input::placeholder {
  color: #b6b6b6;
}

div.waitlist-modal div.waitlist-modal-inner .hs-button, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner .hs-button {
  font-family: "Inter";
  font-weight: bold;
  background: #3DA864;
  border-radius: 10px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.39px;
  text-align: center;
  padding: 16px 50px;
  border: none;
  margin-top: 40px;
}

div.waitlist-modal div.waitlist-modal-inner ul, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner ul {
  position: absolute;
  list-style-type: none;
  transform: translate(-30px, -10px);
  color: #cf4747;
}

div.waitlist-modal div.waitlist-modal-inner .grecaptcha-badge, .ebike-financing .hs-bike-modal div.hs-bike-modal-inner .grecaptcha-badge {
  margin-top: 30px;
}

.common-btn-link, .intro-section-wrapper .intro-section .detail a, .intro-section-wrapper .intro-section .detail-mobile a {
  font-weight: 700 !important;
  color: #3da864 !important;
}

.common-btn-link:hover, .intro-section-wrapper .intro-section .detail a:hover, .intro-section-wrapper .intro-section .detail-mobile a:hover {
  color: #2f834e;
}

.common-btn-link:focus, .intro-section-wrapper .intro-section .detail a:focus, .intro-section-wrapper .intro-section .detail-mobile a:focus {
  background-color: initial;
}

.posts-container .card, .blog-post .blog-trending .card {
  background: #ffffff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  animation-name: fade-in;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  transition: all ease 0.2s;
  opacity: 0;
}

.posts-container .card > a, .blog-post .blog-trending .card > a {
  transition: all ease 0.2s;
  text-decoration: none;
  color: initial;
}

.posts-container .card > a:hover, .blog-post .blog-trending .card > a:hover {
  transform: scale(1.01);
  display: block;
  text-decoration: none;
  color: initial;
}

.posts-container .card h5, .blog-post .blog-trending .card h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 1.4;
}

.posts-container .trending.card h5 a, .blog-post .blog-trending .trending.card h5 a {
  font-size: 18px;
}

.posts-container .card .card-body, .blog-post .blog-trending .card .card-body {
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
}

.posts-container .adbrick.card .card-body, .blog-post .blog-trending .adbrick.card .card-body {
  border-radius: initial !important;
  background: transparent !important;
}

.posts-container .card .card-horizontal, .blog-post .blog-trending .card .card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.posts-container .card .card-horizontal h5, .blog-post .blog-trending .card .card-horizontal h5 {
  -webkit-line-clamp: 3;
}

.posts-container .card .card-horizontal .card-body, .blog-post .blog-trending .card .card-horizontal .card-body {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  background: #ffffff;
  border-radius: 0px 10px 10px 0px;
}


@media all and (max-width:1000px) {
.innertxt { margin: 130px auto 20px;}
}


body.elementor-editor-active div#hubspot-messages-iframe-container {
  display: none !important;
}

.sfprotext {
  font-family: "SFProText", sans-serif;
}

body .elementor-button {
  padding: 12px 20px 10px;
}

.page-header {
  background-color: #89D59A;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media all and (max-width: 767px) {
  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-header h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
}

@media all and (max-width: 767px) {
  .page-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

a {
  color: #3EA865;
}

.btn {
  border-radius: 10px;
  border-width: 2px;
}

.btn.btn-white-outline {
  border-color: white;
  color: white;
  background-color: transparent;
}

.btn.btn-white-outline:hover {
  background-color: white;
  color: black;
  border-color: white;
}

.btn.btn-black {
  background-color: #000;
  color: white;
  border-color: #000;
}

.btn.btn-black:hover {
  background-color: white;
  border-color: white;
  color: #000;
}

.btn.btn-black-outline {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn.btn-black-outline:hover {
  background-color: #000; 
  border-color: #000;
  color: white;
}

.btn.btn-green {
  color: white;
  background-color: #3da864;
  border-color: #3da864;
}

.btn.btn-green:hover {
  background-color: #2f834e;
  border-color: #2f834e;
}

.btn.btn-green.large {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  height: 44px;
  border-radius: 10px;
  padding: 0.5rem 35px;
}

.btn.btn-grey-outline {
  color: black;
  background-color: transparent;
  border-color: #dfdfdf;
}

.btn.btn-grey-outline:hover {
  background-color: #dfdfdf;
}

.btn.btn-link {
  border: none;
  padding: 0;
  font-size: unset;
}

.btn.btn-link:hover {
  background-color: transparent;
  text-decoration: none;
}

div.hs-modal-container {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

div.hs-modal-container.show {
  display: flex;
}

div.hs-modal-container.hs-success div.hs-modal {
  text-align: center;
}

div.hs-modal-container.hs-success div.hs-modal button.close {
  position: static;
}

div.hs-modal-container div.hs-modal {
  background-color: white;
  padding: 40px;
  width: 500px;
  max-width: 100%;
  position: relative;
}

div.hs-modal-container div.hs-modal button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}

div.hs-modal-container div.hs-modal button.close svg {
  width: 12px;
  height: 12px;
}

div.hs-modal-container div.hs-modal div.title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}

div.hs-modal-container div.hs-modal p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
}

div.hs-modal-container div.hs-modal input.form-control {
  font-size: 16px;
  border: 1.5px solid #868686;
  border-radius: 0;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem;
  color: #0f0f0f;
}

div.hs-modal-container div.hs-modal input.form-control:active, div.hs-modal-container div.hs-modal input.form-control:focus {
  border-color: #89D59A;
  box-shadow: none;
}

div.hs-modal-container div.hs-modal div.form-group.submit {
  margin-top: 1em;
  text-align: center;
}

div.hs-modal-container div.hs-modal button.btn.btn-black {
  background-color: #000;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.47px;
  padding: 1em 2em;
}

div.hs-modal-container div.hs-modal div.illustration {
  width: 98px;
  height: 98px;
  background-color: #7fc094;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.hs-modal-container div.hs-modal div.illustration img {
  width: 64px;
  height: auto;
}

header #product-nav-items {
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  background-color: #f9f9f9;
  top: 85px;
  transition: opacity 0.5s;
}

header #product-nav-items.hide {
  opacity: 0;
  pointer-events: none;
}

header #product-nav-items.show {
  pointer-events: initial;
  opacity: 1;
}

header #product-nav-items #personal-loans-nav-item {
  cursor: pointer;
}

@media all and (max-width: 767px) {
  header #product-nav-items {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 20;
    overflow: auto;
  }
  header #product-nav-items .product-nav-item-inner {
    min-height: 300px;
  }
  header #product-nav-items img {
    width: 200px;
  }
}

header #product-nav-overlay {
  display: none;
  background-color: black;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

header #product-nav-overlay.show {
  opacity: 0.5;
}

@media all and (max-width: 767px) {
  header #product-nav-overlay {
    display: none;
  }
}

#menu-products-heading-mobile {
  position: absolute;
  top: -50px;
  left: 0;
  width: auto;
}

#menu-products-heading-mobile #menu-products-green {
  color: #3EA865;
}

@media all and (max-width: 767px) {
  .product-nav-item {
    position: static;
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .product-nav-item a {
    position: static;
    top: 0;
    transform: translate(0, 0);
  }
}




body.home section.app div.step.left div.text {
  text-align: left;
}

body.home section.app div.step.green div.number {
  background: #89D59A;
}

body.home section.app div.step.pink div.number {
  background: #F8C1BE;
}

body.home section.app div.step.purple div.number {
  background: #B393C5;
}

body.home section.app div.step div.number {
  background: #F2D83F;
  border-radius: 8.4px;
  width: 50px;
  height: 50px;
  margin: 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.home section.app div.step div.number span {
  color: white;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 1;
}

body.home section.app div.step div.title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: calc(21 / 18);
  margin: 0 0 21px;
}

body.home section.app div.step div.text {
  text-align: right;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: calc(28 / 16);
  max-width: 90%;
}

@media only screen and (max-width: 767px) {
  body.home section.app div.step div.text {
    text-align: center;
  }
}

body.home section.platforms { margin: 70px auto 50px; position: relative;}

body.home section.platforms,
body.home section.trusted,
body.home section.featured {
  border-width: 1px 0;
  border-color: #EAEAEA;
  border-style: solid;
padding: 40px 0;}

@media only screen and (max-width: 1023px) {
  body.home section.platforms,
  body.home section.trusted,
  body.home section.featured {
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  body.home section.platforms.featured div.carousel div.page img, body.home section.platforms.trusted div.carousel div.page img,
  body.home section.trusted.featured div.carousel div.page img,
  body.home section.trusted.trusted div.carousel div.page img,
  body.home section.featured.featured div.carousel div.page img,
  body.home section.featured.trusted div.carousel div.page img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  body.home section.platforms span.title,
  body.home section.trusted span.title,
  body.home section.featured span.title {
    text-align: center;
    display: block;
    width: 100%;
  }
}

body.home section.platforms div.carousel div.page,
body.home section.trusted div.carousel div.page,
body.home section.featured div.carousel div.page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  margin-left: -50px;
  margin-right: -50px;
}

@media all and (max-width: 1023px) {
  body.home section.platforms div.carousel div.page,
  body.home section.trusted div.carousel div.page,
  body.home section.featured div.carousel div.page {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.platforms div.carousel div.page,
  body.home section.trusted div.carousel div.page,
  body.home section.featured div.carousel div.page {
    flex-wrap: wrap;
    height: auto;
    padding: 1.5rem 0 0;
    justify-content: center;
  }
}

body.home section.platforms div.carousel div.page img,
body.home section.trusted div.carousel div.page img,
body.home section.featured div.carousel div.page img {
  height: auto;
  margin: 0 10px;
}

.titletext {font-weight: 800; text-transform: uppercase; font-size: 13px; position: relative; padding-top: 35px; display: block; letter-spacing: 3px;}

@media all and (max-width: 1023px) {
  body.home section.platforms div.carousel div.page img,
  body.home section.trusted div.carousel div.page img,
  body.home section.featured div.carousel div.page img {
    max-width: 100px;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.platforms div.carousel div.page img,
  body.home section.trusted div.carousel div.page img,
  body.home section.featured div.carousel div.page img {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
body.home section.platforms div.carousel div.page img { padding: 0 10px !important;}
}

body.home section.map {
  padding-top: 100px;
}

body.home section.map h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: calc(50 / 40);
  margin: 0 0 25px;
}

body.home section.map h3 span {
  color: #3DA864;
}

body.home section.map p {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(28 / 18);
  margin: 0 0 30px;
}

body.home section.map a.btn.btn-grey-outline {
  font-size: 14px;color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.39px;
}

body.home section.map div.text-col {
  transform: translateX(var(--horiz));
  opacity: var(--opacity);
}

body.home section.map div.map-col {
  position: relative;
  transform: translateX(var(--horiz));
  opacity: var(--opacity);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
body.home section.map { padding-top: 30px;}
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col {
    margin-top: 3rem;
  }
}

body.home section.map div.map-col div.map-container {
  display: block;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  body.home section.map div.map-col div.map-container {
    margin-top: 45px;
  }
}

body.home section.map div.map-col img {
  width: 100%;
  height: auto;
}

body.home section.map div.map-col img.line {
  width: 262px;
  position: absolute;
  top: 6%;
  right: 87%;
}

@media only screen and (max-width: 1023px) {
  body.home section.map div.map-col img.line {
    display: none;
  }
}

body.home section.map div.map-col div.circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.home section.map div.map-col div.circles div.small {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles div.small {
    display: block;
  }
}

body.home section.map div.map-col div.circles div.medium {
  display: none;
}

@media only screen and (max-width: 1023px) {
  body.home section.map div.map-col div.circles div.medium {
    display: block;
  }
}

body.home section.map div.map-col div.circles div.large {
  display: none;
}

@media all and (min-width: 1100px) {
  body.home section.map div.map-col div.circles div.large {
    display: block;
  }
}

body.home section.map div.map-col div.circles span {
  display: block;
  width: 15px;
  height: 15px;
  background-image: radial-gradient(circle, #3da864 0%, rgba(61, 168, 100, 0) 70%);
  border: 2px solid rgba(61, 168, 100, 0.28);
  border-radius: 50%;
  animation-name: pulse2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  position: absolute;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles span {
    width: 10px;
    height: 10px;
  }
}

body.home section.map div.map-col div.circles span.sm {
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles span.sm {
    width: 15px;
    height: 15px;
  }
}

body.home section.map div.map-col div.circles span.md {
  width: 39px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles span.md {
    width: 25px;
    height: 25px;
  }
}

body.home section.map div.map-col div.circles span.lg {
  width: 73px;
  height: 73px;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles span.lg {
    width: 50px;
    height: 50px;
  }
}

body.home section.map div.map-col div.circles span.xl {
  width: 83px;
  height: 83px;
}

@media only screen and (max-width: 767px) {
  body.home section.map div.map-col div.circles span.xl {
    width: 65px;
    height: 65px;
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(0.01);
    opacity: 0;
  }
  5% {
    transform: scale(0.1);
    opacity: 1;
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.1);
    opacity: 1;
  }
  80% {
    transform: scale(0.01);
    opacity: 0;
  }
  100% {
    transform: scale(0.01);
    opacity: 0;
  }
}

body.home section.carousel {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url("../images/pink-fade-tile@2x.png");
  background-size: 114px 152px;
  background-repeat: no-repeat;
  background-position: top left var(--position);
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.carousel {
    padding-top: 20px;
    background-position: top 200px left var(--position);
  }
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.top {
    padding-bottom: 18px;
  }
}

body.home section.carousel h2 {
  font-family: "Inter";font-weight: 800;
  font-size: 35px;
  line-height: calc(50 / 40);
  text-align: center;
  margin: 50px auto 40px;
  transform: translateY(var(--vertical));
  opacity: var(--opacity);
}

@media only screen and (max-width: 767px) {
  body.home section.carousel h2 {
    font-size: 25px;
  }
}

body.home section.carousel p {
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.images-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

body.home section.carousel div.images-col div.image-container {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.images-col div.image-container {
    width: 100%;
    height: 287px;
  }
}

@media only screen and (max-width: 767px) {
.image-container { margin: 50px 0 120px;}
}

@media only screen and (max-width: 400px) {
.image-container { margin: 50px 0 20px;}
}

body.home section.carousel div.images-col img.bg {
  width: 100%;
  height: auto;
}

body.home section.carousel div.images-col div.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
}

body.home section.carousel div.images-col div.slide img {
  transition: transform 500ms, opacity 500ms;
  opacity: 0;
}

body.home section.carousel div.images-col div.slide.animate {
  opacity: 1;
  pointer-events: unset;
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img, body.home section.carousel div.images-col div.slide[data-slide="2"].animate img, body.home section.carousel div.images-col div.slide[data-slide="3"].animate img {
  opacity: 1;
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img.one, body.home section.carousel div.images-col div.slide[data-slide="2"].animate img.one, body.home section.carousel div.images-col div.slide[data-slide="3"].animate img.one {
  transform: translateY(0);
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img.two, body.home section.carousel div.images-col div.slide[data-slide="2"].animate img.two, body.home section.carousel div.images-col div.slide[data-slide="3"].animate img.two {
  transform: translateX(0);
}

body.home section.carousel div.images-col div.slide[data-slide="1"] img.one, body.home section.carousel div.images-col div.slide[data-slide="2"] img.one, body.home section.carousel div.images-col div.slide[data-slide="3"] img.one {
  width: 482px;
  position: absolute;
  left: 5%;
  top: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.images-col div.slide[data-slide="1"] img.one, body.home section.carousel div.images-col div.slide[data-slide="2"] img.one, body.home section.carousel div.images-col div.slide[data-slide="3"] img.one {
    width: 100% !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
}

body.home section.carousel div.images-col div.slide[data-slide="1"] img.two, body.home section.carousel div.images-col div.slide[data-slide="2"] img.two, body.home section.carousel div.images-col div.slide[data-slide="3"] img.two {
  position: absolute;
  right: -10%;
  top: 10%;
  transform: translateX(25px);
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.images-col div.slide[data-slide="1"] img.two, body.home section.carousel div.images-col div.slide[data-slide="2"] img.two, body.home section.carousel div.images-col div.slide[data-slide="3"] img.two {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    transform: none !important;
  }
}

body.home section.carousel div.images-col div.slide[data-slide="1"] {
  justify-content: center;
  align-items: center;
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img {
  opacity: 1;
  transform: scale(1);
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img.one {
  transform: translateY(30px) scale(1.2);
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.images-col div.slide[data-slide="1"].animate img.one {
    transform: scale(1.2) !important;
  }
}

body.home section.carousel div.images-col div.slide[data-slide="1"].animate img.two {
  width: 482px;
  height: auto;
  transform: translate(-35px, 30px) scale(1.1);
}

body.home section.carousel div.images-col div.slide[data-slide="1"] img {
  width: 482px;
  height: auto;
  max-width: 95%;
  transform: scale(0.5);
}

body.home section.carousel div.images-col div.slide[data-slide="1"] img.one {
  transform: translateY(200px);
}

body.home section.carousel div.images-col div.slide[data-slide="2"] img.one {
  width: 432px;
  height: auto;
}

body.home section.carousel div.images-col div.slide[data-slide="2"] img.two {
  width: 482px;
  height: auto;
}

body.home section.carousel div.images-col div.slide[data-slide="3"] img.one {
  left: 1%;
}

body.home section.carousel div.images-col div.slide[data-slide="3"] img.two {
  width: 482px;
  height: auto;
}

body.home section.carousel div.carousel-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 518px;padding-left: 70px;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.carousel-col {
    flex-direction: column;
  }
  
  body.home section.carousel div.carousel-col{padding: 0 30px;}
}

@media only screen and (max-width: 767px) {
  body.home section.carousel div.carousel-col {
    padding-top: 15px;
  }
}

body.home section.carousel div.info-carousel-controls {
  width: 36px;
  margin-top: 0px;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.info-carousel-controls {
    margin-left: 0;
    margin-top: 1em;
    flex-direction: row;
    width: 100%;
  }
}

body.home section.carousel div.info-carousel-controls button.nav {
  width: 36px;
  height: 36px;
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #DFDFDF;
  background-position: center center;
  background-repeat: no-repeat;
}

body.home section.carousel div.info-carousel-controls button.nav:focus, body.home section.carousel div.info-carousel-controls button.nav:active {
  outline: 5px auto #3DA864;
}

body.home section.carousel div.info-carousel-controls button.nav.previous {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='11px' height='13px' viewBox='0 0 11 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Enoun_Arrow_77070 Copy%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='10.7770399%25' id='linearGradient-1'%3E%3Cstop stop-color='%23FFFFFF' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23F8F8F8' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Carousel-1' transform='translate(-1332.000000, -2516.000000)'%3E%3Crect id='Rectangle' fill='url(../%23linearGradient-1)' x='-9' y='2070' width='1457' height='4094'%3E%3C/rect%3E%3Cg id='Group-32' transform='translate(1337.500000, 2590.000000) rotate(-270.000000) translate(-1337.500000, -2590.000000) translate(1252.000000, 2572.000000)'%3E%3Cg id='Group-31' transform='translate(0.000000, 0.000000)'%3E%3Cg id='Group-18' transform='translate(-0.000000, 0.000000)'%3E%3Crect id='Rectangle-Copy-3' stroke='%23DFDFDF' stroke-width='1.6' fill='%23FFFFFF' x='0.8' y='0.8' width='34.4' height='34.4'%3E%3C/rect%3E%3Cg id='noun_Arrow_77070-Copy' transform='translate(18.000000, 18.200000) rotate(-180.000000) translate(-18.000000, -18.200000) translate(12.000000, 13.200000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M6.46133345,0.771819984 C6.27514046,0.957877167 6.27514046,1.25964291 6.46133345,1.44570009 L9.65920826,4.64371071 L1.08007081,4.64371071 C0.816874588,4.64371071 0.603519964,4.85706533 0.603519964,5.12026155 C0.603519964,5.38345777 0.816874588,5.59681239 1.08007081,5.59681239 L9.65920826,5.59681239 L6.46133345,8.7945514 C6.27514046,8.98060858 6.27514046,9.28237432 6.46133345,9.4684315 C6.55436204,9.56146009 6.67631777,9.60804229 6.7982735,9.60804229 C6.92022924,9.60804229 7.04218497,9.56146009 7.13521356,9.4684315 L11.4835193,5.12012574 L7.13521356,0.771819984 C6.94915637,0.585762801 6.64739064,0.585762801 6.46133345,0.771819984 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.info-carousel-controls button.nav.previous {
    transform: rotate(-90deg);
  }
}

body.home section.carousel div.info-carousel-controls button.nav.next {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='11px' height='13px' viewBox='0 0 11 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Enoun_Arrow_77070%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='10.7770399%25' id='linearGradient-1'%3E%3Cstop stop-color='%23FFFFFF' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23F8F8F8' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Carousel-1' transform='translate(-1332.000000, -2650.000000)'%3E%3Crect id='Rectangle' fill='url(../%23linearGradient-1)' x='-9' y='2070' width='1457' height='4094'%3E%3C/rect%3E%3Cg id='Group-32' transform='translate(1337.500000, 2590.000000) rotate(-270.000000) translate(-1337.500000, -2590.000000) translate(1252.000000, 2572.000000)'%3E%3Cg id='Group-31' transform='translate(0.000000, 0.000000)'%3E%3Cg id='Group-19' transform='translate(134.200000, 0.000000)'%3E%3Crect id='Rectangle' stroke='%23DFDFDF' stroke-width='1.6' fill='%23FFFFFF' x='0.8' y='0.8' width='34.4' height='34.4'%3E%3C/rect%3E%3Cg id='noun_Arrow_77070' transform='translate(12.000000, 12.800000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M6.46133345,0.771819984 C6.27514046,0.957877167 6.27514046,1.25964291 6.46133345,1.44570009 L9.65920826,4.64371071 L1.08007081,4.64371071 C0.816874588,4.64371071 0.603519964,4.85706533 0.603519964,5.12026155 C0.603519964,5.38345777 0.816874588,5.59681239 1.08007081,5.59681239 L9.65920826,5.59681239 L6.46133345,8.7945514 C6.27514046,8.98060858 6.27514046,9.28237432 6.46133345,9.4684315 C6.55436204,9.56146009 6.67631777,9.60804229 6.7982735,9.60804229 C6.92022924,9.60804229 7.04218497,9.56146009 7.13521356,9.4684315 L11.4835193,5.12012574 L7.13521356,0.771819984 C6.94915637,0.585762801 6.64739064,0.585762801 6.46133345,0.771819984 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  order: 10;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.info-carousel-controls button.nav.next {
    transform: rotate(-90deg);
  }
}

body.home section.carousel div.info-carousel-controls ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 14px 0;
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.info-carousel-controls ul.slick-dots {
    display: flex;
  }
}

body.home section.carousel div.info-carousel-controls ul.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;background-image: none;margin: 0;
}

body.home section.carousel div.info-carousel-controls ul.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #DFDFDF;
  background-color: white;
  padding: 0;
}

body.home section.carousel div.info-carousel-controls ul.slick-dots li.slick-active button {
  background-color: #3DA864;
  border-color: #3DA864;
}

body.home section.carousel div.info-carousel {
  width: calc(100% - 36px - 60px);
}

@media only screen and (max-width: 1023px) {
  body.home section.carousel div.info-carousel {
    width: 100%;
    flex-grow: unset;
  }
}

body.home section.carousel div.info-carousel h4 {
  font-size: 18px;color: #000 !important;
  font-weight: 600;
  line-height: calc(30 / 25);
  margin: 0 0 20px;
}

body.home section.carousel div.info-carousel p {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(28 / 18);
  margin: 0 0 15px;
  text-align: left;
}

body.home section.carousel div.info-carousel div.buttons {
  display: flex;
  align-items: center;
}

body.home section.carousel div.info-carousel div.buttons a.btn {
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

body.home section.carousel div.info-carousel div.buttons a.btn:last-child {
  margin-right: 0;
}

body.home section.carousel div.info-carousel hr {
  margin: 39px 0 32px;
  border: none;
  width: 100%;
  height: 1px;
  background: #DFDFDF;
}

body.home section.carousel div.info-carousel a.reviews {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #3DA864;
  line-height: 2;
}

body.home section.carousel div.info-carousel a.reviews span.stars {
  width: 105px;
  height: 17px;
  background: url("../images/stars.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 22px 0 0;
}

body.home section.quotes {
  padding-top: 130px;
  padding-bottom: 250px;
  background-image: url("../images/green-tile-fade.svg"), url("../images/pink-fade-tile.svg"), url("../images/people.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top right 192px, bottom 120px left 135px, bottom center;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  body.home section.quotes {
    background-size: auto, auto, 60% auto;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.quotes { padding-top: 0px; background-size: auto, auto, 95% auto;}
}

@media only screen and (max-width: 1023px) {
  body.home section.quotes div.text {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.quotes div.text {
    padding-bottom: 100px;
  }
}

body.home section.quotes h2 {
  font-size: 40px; font-weight: 700;
  line-height: calc(50 / 40);font-family: "Inter", Helvetica;
  margin: 0 auto 23px;
  text-align: center;
  transform: translateY(var(--vertical));
  opacity: 0.99; color:#000;
}

@media only screen and (max-width: 767px) {
  body.home section.quotes h2 {
    font-size: 24px;
  }
}

body.home section.quotes p {
  font-size: 17px;
  font-weight: 300;
  margin: 0 auto;
  line-height: calc(28 / 18);
  text-align: center;
  max-width: 403px;
}

body.home section.quotes div.quote {
  position: absolute;
  top: 60px;
  left: 20px;
  transform: translateX(var(--horiz));
  opacity: var(--opacity);
}

@media only screen and (max-width: 1150px) {
  body.home section.quotes div.quote {   top: 0; bottom: 300px;}
  body.home section.quotes div.quote{left: 20px;}
  
  }

@media only screen and (max-width: 767px) {
  body.home section.quotes div.quote {
    position: static;
    width: 100%;
  }
}

body.home section.quotes div.quote:last-child {
  left: auto;
  right: 30px;
  top: 175px;
}

@media only screen and (max-width: 1150px) {
  body.home section.quotes div.quote:last-child {
    top: auto;
    bottom: 280px;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.quotes div.quote:last-child {
    margin-top: 35px;text-align: right;
  }
}

body.home section.quotes div.quote:last-child div.box {
  width: 284px;
  top: 90%;
  right: -10%;
  left: auto;
}

@media only screen and (max-width: 1023px) {
  body.home section.quotes div.quote:last-child div.box {
    top: 85%;
    right: -5%;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.quotes div.quote:last-child div.box {
    right: 0%; top: 90%;}
}

body.home section.quotes div.quote img {
  width: 241px;
  height: auto;
}

body.home section.quotes div.quote div.box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: calc(26 / 16);
  position: absolute;
  left: 65%;
  top: -40%;
  width: 235px;
}

@media only screen and (max-width: 1023px) {
  body.home section.quotes div.quote div.box {
    top: -20%;
  }
}

@media only screen and (max-width: 767px) {
  body.home section.quotes div.quote div.box {
    top: -30%;
    left: 0%;
  }
}

body.home section.quotes div.quote div.box:before {
  content: ""; background:url(../images/comma.png) no-repeat; width: 23px;
  height: 18px;
  font-size: 3rem;
  font-weight: 700;
  color: #3DA864;
  line-height: calc(28 / 60);
  position: absolute;
  top: 0;
  left: -10px;
}

body.home section.reviews {
  padding-top: 34px;
  padding-bottom: 34px;
}

body.home section.reviews span#reviews {
  transform: translateY(-100px);
  display: block;
}

body.home section.reviews div.text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(var(--horiz));
  opacity: var(--opacity);
}

.review-cont {
  padding: 50px 0 0 20px;
  position: relative;
}

body.home section.reviews h2 {
 font-size: 40px;
  line-height: calc(50 / 40);
  margin: 0 0 30px;
  max-width: 100%;
  font-weight: 700;
  color: #000 !important;
}

body.home section.reviews p {
  font-size: 16px;
}
.buttons-cta-app.buttons a {
  display: inline-block;
  max-width: 170px; margin-bottom:0;
}

body.home section.reviews a.btn.btn-green {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

body.home section.reviews div.carousel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
  background-image: linear-gradient(180deg, #F8F8F8 38%, rgba(255, 255, 255, 0) 100%);
}

body.home section.reviews div.carousel:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
  background-image: linear-gradient(0deg, #F8F8F8 38%, rgba(255, 255, 255, 0) 100%);
}

body.home section.reviews div.carousel div.slick-list {
  padding-right: 50px !important;
}

body.home section.reviews div.carousel div.review {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.05);
  margin: 15px 0;
  transition: transform 500ms;
}

body.home section.reviews div.carousel div.review.slick-current {
  transform: translateX(30px);
}

body.home section.reviews div.carousel div.review img {
  width: 51px;
  height: 51px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: 0 23px 0 0;
}

body.home section.reviews div.carousel div.review div.body {
  display: flex;
  flex-direction: column;
}

body.home section.reviews div.carousel div.review div.body span.stars {
  width: 105px;
  height: 17px;
  background: url("../images/stars.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 17px;
}

body.home section.reviews div.carousel div.review div.body p {
  font-size:16px;
  font-weight: 300;
  line-height: calc(20 / 14);
  margin: 0 0 22px;
  max-width: 469px;
}

body.home section.reviews div.carousel div.review div.body div.author {
  font-size:16px;
  font-weight: 300;
  line-height: calc(18 / 14);
}

body.home section.reviews div.carousel div.review div.body div.author strong {
  font-weight: 700;
}

body.home section.trusted {
  margin-top: 50px;
  background-color: white;
  border-width: 0;
}

body.home .workers-wrapper {
  background-image: url(../images/green-tile-fade.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100px auto;
  padding-top: 50px;
}

body.home .workers-wrapper .workers {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
body.home .workers-wrapper{padding-top: 0px;}
body.home .workers-wrapper .workers { background-image: none;}
body.home .workers-wrapper .workers { padding-bottom: 50px;}
body.home section.reviews h2 { font-size: 32px;}
body.home section.reviews div.carousel div.slick-list { padding-right: 0px !important;}
body.home section.reviews div.carousel div.review{padding: 30px 40px 30px 20px;}
}

body.home .workers-wrapper .workers h2 {
  font-size: 35px;
  line-height: calc(50 / 40);
  transform: translateY(var(--vertical));
  opacity: var(--opacity);
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
 body.home .workers-wrapper .workers h2 { font-size: 35px;}
 .review-cont { padding: 0px 0 0 0px;}
 }

body.home .workers-wrapper .workers .right-image-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

body.home .workers-wrapper .workers .right-image-wrapper .right-image {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) {
body.home .workers-wrapper .workers .right-image-wrapper .right-image {width: 60%; height: auto;margin: 30px auto 0 auto; display: block;  }  
body.home .workers-wrapper .workers .right-image-wrapper .right-image {width: 100%; height: auto; margin: 0px auto 0 auto;}
.imgfaqs {padding-top: 50px;padding-bottom: 0;}
}

body.home .workers-wrapper .workers .help-section {
  font-family: HelveticaNeue-Light;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 31px;
}

body.home .workers-wrapper .workers .description {
  font-family: "SupriaSans";
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 28px;
}

body.home .workers-wrapper .workers .help-main-collapse {
  margin: 50px auto 35px auto;
}

body.home .workers-wrapper .workers .collapsible-content {
  padding: 0 15px;
}

body.home .workers-wrapper .workers .collapsible-content > p {
  font-family: Helvetica;color: #000;
  font-weight: 300;
}

 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
body.home .workers-wrapper .workers .question {
  background: #ffffff;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-family: Helvetica;
  font-size: 18px;
  color: #000000;
  text-align: left;
  padding: 27px 30px 16px 30px;
  margin-bottom: 25px;
  font-weight: 300;
}

body.home .workers-wrapper .workers .question label {
  font-weight: bold;
}

@keyframes slideInToRight {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInToLeft {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.affordable-loans .join-section .join-form-container .common-form, .affordable-loans-hero .join-form-container .common-form, .affordable-section-wrapper .affordable-section .terms-form-container .common-form {
  background: #ffffff;
  border: 1px solid #3da864;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 0;
  display: flex;
  margin: 0 0 0 0;
  width: 100%;
}

.affordable-loans .join-section .join-form-container .common-form :first-child, .affordable-loans-hero .join-form-container .common-form :first-child, .affordable-section-wrapper .affordable-section .terms-form-container .common-form :first-child {
  margin-right: 26px;
  width: 50%;
  margin-left: 26px;
}

.affordable-loans .join-section .join-form-container .common-form :last-child, .affordable-loans-hero .join-form-container .common-form :last-child, .affordable-section-wrapper .affordable-section .terms-form-container .common-form :last-child {
  padding-left: 26px;
  width: 50%;
  border-left: 1px solid #dfdfdf;
  margin-right: 26px;
}

@media only screen and (max-width: 1279px) {
  .affordable-loans .join-section .join-form-container .common-form :first-child, .affordable-loans-hero .join-form-container .common-form :first-child, .affordable-section-wrapper .affordable-section .terms-form-container .common-form :first-child {
    margin-left: 10px;
  }
  .affordable-loans .join-section .join-form-container .common-form :last-child, .affordable-loans-hero .join-form-container .common-form :last-child, .affordable-section-wrapper .affordable-section .terms-form-container .common-form :last-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
body.home .workers-wrapper .workers .collapsible-content {
  padding:8px 5px;}
}

.affordable-loans .join-section .join-form-container .select, .affordable-loans-hero .join-form-container .select, .affordable-section-wrapper .affordable-section .terms-form-container .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  border: none;
  outline: none;
  padding: 18px 0;
}

.lable {
  font-family: "Inter";
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.collapse > input[type="checkbox"] {
  display: none;
}

.collapse > .lbl-toggle {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-out;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.collapse > .lbl-toggle:hover {
  color: #2b2b2b;
}

.collapse > .lbl-toggle-left:before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 14px;
  transform: rotate(90deg) translateY(-2px);
  transition: transform 0.2s ease-out;
}

.collapse > .lbl-toggle-right:after {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 14px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
  margin-left: 10px;
}

.collapse > .toggle:checked + .lbl-toggle-right::after {
  transform: rotate(-90deg);
}

.collapse > .toggle:checked + .lbl-toggle-left::before {
  transform: rotate(-90deg) translateX(-3px);
}

.collapse > .collapsible-content {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.collapse > .collapsible-content p {
  font-family: "Inter";
  font-weight: 300;
}

.collapse > .toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
}

.affordable-loans {
  color: black;
  background-image: linear-gradient(180deg, #ffffff 25%, #f8f8f8 50%);
  overflow-x: hidden;
}

@media all and (min-width: 1300px) {
  .affordable-loans .container {
    max-width: 1270px;
  }
}

.affordable-loans h1,
.affordable-loans h2,
.affordable-loans h3,
.affordable-loans h4,
.affordable-loans h5,
.affordable-loans h6 {
  font-family: "Inter";
}

.affordable-loans h1 {
  font-size: 50px;
  color: #000000;
  line-height: 60px;
}

.affordable-loans h2 {
  font-size: 40px;
  line-height: 50px;
}

.affordable-loans h3 {
  line-height: 30px;
}

.affordable-loans .join-section .dial-wrapper {
  background-color: white;
  border-radius: 150px;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 40px;
  left: -25px;
  padding: 8px 6px 6px 8px;
}

@media all and (max-width: 767px) {
  .affordable-loans .join-section .dial-wrapper {
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.affordable-loans .join-section .dial-wrapper .dial-value-container {
  position: absolute;
  top: 40%;
  left: 27%;
  text-align: center;
}

.affordable-loans .join-section .dial-wrapper .dial-value-container .dial-heading {
  font-family: "Inter";
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.affordable-loans .join-section .dial-wrapper .dial-value-container .dial-value {
  font-family: "Inter";
  font-weight: 700;
  font-size: 25px;
  color: #000000;
}

.affordable-loans .join-section .dial-wrapper:after {
  content: "";
  width: 16px;
  height: 13px;
  background-color: white;
  bottom: 30px;
  right: 26px;
  z-index: 0;
  position: absolute;
  transform: rotate(90deg) translateY(-10px);
}

.affordable-loans .join-section .dial-wrapper .svg-donut {
  transform: scaleX(-1) rotate(90deg);
}

.affordable-loans .join-section .dial-wrapper .donut {
  transition: stroke-dasharray 0.5s ease-in-out;
}

.affordable-loans .join-section .person-dial {
  height: 428px;
  width: auto;
  padding-top: 10px;
}

@media all and (max-width: 767px) {
  .affordable-loans .join-section .person-dial {
    width: 100%;
    height: auto;
  }
}

.affordable-loans .join-section .desctiption {
  font-family: "Inter";
  font-size: 20px;
  color: #000000;
  line-height: 32px;
}

.affordable-loans .join-section .join-form-container {
  display: flex;
  flex-direction: row;
}

.affordable-loans .join-section .join-form-container .common-btn-link {
  font-size: 12px !important;
  color: #3DA864 !important;
  line-height: 28px;
  position: absolute;
  right: 0;
  margin-top: 72px;
  left: 0;
  padding-bottom: 20px;
}

@media all and (min-width: 768px) {
  .affordable-loans .join-section .join-form-container .common-btn-link {
    right: -40px;
    margin-top: 22px;
    left: initial;
  }
}

.affordable-loans .features-section-wrapper {
  background-image: url("../images/pink-fade-tile@2x.png");
  background-size: 114px 152px;
  background-repeat: no-repeat;
  background-position: top left var(--position);
}

.affordable-loans .features-section-wrapper .features-section {
  margin-top: 100px;
}

.affordable-loans .features-section-wrapper .features-section .left-col {
  transform: translateX(calc(-1 * var(--location)));
}

.affordable-loans .features-section-wrapper .features-section .middle-col {
  transform: translateY(var(--location));
}

.affordable-loans .features-section-wrapper .features-section .right-col {
  transform: translateX(var(--location));
}

.affordable-loans .features-section-wrapper .features-section .feature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
