body {
  font-size: 16px;
  line-height: 26px;
  font-family: "HelveticaNowText";
  color: #707070;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

a:hover {
  text-decoration: none;
  color: #707070;
}
a:hover.text-primary {
  color: #00522B !important;
}
a:hover.text-secondary {
  color: #20B24E !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNowDisplay";
  font-weight: bold;
}

.container {
  max-width: 1430px;
}
@media screen and (max-height: 900px) {
  .container {
    zoom: 0.9;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    zoom: 1;
  }
}

.container-inner {
  max-width: 1230px;
  margin: auto;
}
@media screen and (max-width: 1430px) {
  .container-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .container-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container-half {
  max-width: 715px;
  padding: 0 15px;
}

.text-primary {
  color: #00522B !important;
}

.text-secondary {
  color: #20B24E !important;
}

.text-dark {
  color: #000 !important;
}

.font-weight-smbold {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: bold;
}

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

.fs21 {
  font-size: 21px;
  line-height: 24px;
}

.fs22 {
  font-size: 22px;
  line-height: 30px;
}

.fs26 {
  font-size: 26px;
  line-height: 26px;
}

.fs30 {
  font-size: 30px;
  line-height: 42px;
}
@media screen and (max-width: 992px) {
  .fs30 {
    font-size: 21px;
    line-height: 32px;
  }
}

.fs36 {
  font-size: 36px;
  line-height: 48px;
}
@media screen and (max-width: 992px) {
  .fs36 {
    font-size: 30px;
    line-height: 36px;
  }
}

.fs42 {
  font-size: 42px;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .fs42 {
    font-size: 30px;
    line-height: 36px;
  }
}

.fs48 {
  font-size: 48px;
  line-height: 60px;
}
@media screen and (max-width: 992px) {
  .fs48 {
    font-size: 30px;
    line-height: 36px;
  }
}

.fs60 {
  font-size: 60px;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  .fs60 {
    font-size: 30px;
    line-height: 36px;
  }
}

.btn {
  border-radius: 8px;
  font-size: 18px;
  padding: 1.188rem 3rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 16px;
  }
}

.btn-lg {
  padding: 1.657rem 3rem;
}
.btn-lg svg {
  position: absolute;
  right: 30px;
  top: 30px;
}

.btn-xl {
  padding: 1.813rem 3rem;
}
.btn-xl svg {
  position: absolute;
  right: 33px;
  top: 33px;
}
@media screen and (max-width: 992px) {
  .btn-xl {
    padding: 1.563rem 1rem;
  }
  .btn-xl svg {
    right: 20px;
    top: 27px;
  }
}

.btn-primary {
  background-color: #00522B;
  border: 2px solid #00522B;
}
.btn-primary:hover {
  border: 2px solid #20B24E;
  background-color: #20B24E;
}

.btn-outline-primary {
  border: 2px solid #00522B;
  color: #00522B;
}
.btn-outline-primary:hover {
  border: 2px solid #00522B;
  background-color: #00522B;
}

.btn-secondary {
  background-color: #20B24E;
  border: 2px solid #20B24E;
}
.btn-secondary:hover {
  border: 2px solid #20B24E;
  background-color: #20B24E;
}

.btn-outline-secondary {
  border: 2px solid #20B24E;
  color: #20B24E;
}
.btn-outline-secondary:hover {
  border: 2px solid #20B24E;
  background-color: #20B24E;
}

.btn-light {
  color: #00522B;
  background-color: #E5EFEB !important;
}

.bg-primary {
  background-color: #00522B !important;
}

.pointer {
  cursor: pointer;
}

.form-control {
  min-height: 60px;
  border-radius: 0;
  padding-left: 48px;
  border: 1px solid #D5D5D5;
  background-color: #FAFAFA;
  margin-bottom: 24px;
}
.form-control::placeholder {
  color: #CCCCCC;
}
.form-control:focus {
  border: 1px solid #20B24E;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .form-control {
    padding-left: 20px;
    margin-bottom: 18px;
  }
}

.announcment-bar {
  background-color: #00522B;
  text-align: center;
  color: #fff;
  padding: 13px 15px 16px 15px;
  line-height: 1;
  font-weight: 500;
}
.announcment-bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 3px;
}
.announcment-bar a svg {
  position: relative;
  top: 4px;
  left: 8px;
}
@media screen and (max-width: 992px) {
  .announcment-bar {
    font-size: 16px;
  }
}

header {
  padding-top: 24px;
  padding-bottom: 24px;
}
header nav {
  margin-left: auto;
  max-width: 948px;
}
@media screen and (max-width: 1250px) {
  header nav {
    max-width: 820px;
  }
}
header nav .nav-link-top {
  position: relative;
  display: block;
  cursor: pointer;
}
header nav .nav-link-top.has-submenu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 95%;
}
header nav .nav-link-top:hover, header nav .nav-link-top.open {
  color: #20B24E !important;
}
header nav .nav-link-top:hover .sub-menu, header nav .nav-link-top.open .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
}
header nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  border: 1px solid #00522B;
  border-radius: 12px;
  background-color: #fff;
  transform: translateY(30px);
  transition: 400ms;
  z-index: 999;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.08);
}
header nav .sub-menu .text-primary {
  color: #00522B !important;
}
header nav .sub-menu:before, header nav .sub-menu:after {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #00522B;
  position: absolute;
  bottom: 100%;
  left: 27px;
}
header nav .sub-menu:after {
  border-bottom: 10px solid #fff;
  margin-bottom: -1px;
}
header nav .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20px 22px 27px;
  font-size: 16px;
  line-height: 1;
}
header nav .sub-menu .sum-menu-devider {
  height: 1px;
  background-color: #00522B;
  margin: 0;
}
header .btn {
  width: 200px;
  font-size: 16px;
}
header .menu-hamurger {
  position: relative;
  bottom: 8px;
  width: 28px;
  height: 28px;
}
header .menu-hamurger span {
  width: 28px;
  height: 2px;
  background-color: #00522B;
  border-radius: 12px;
  display: block;
  transition: transform 300ms, width 300ms linear 500ms;
  position: absolute;
  top: 13px;
}
.menu-open header .menu-hamurger span {
  transform: rotate(-45deg);
}
header .menu-hamurger span:nth-child(1) {
  width: 14px;
  top: -1px;
  transform-origin: 0;
}
.menu-open header .menu-hamurger span:nth-child(1) {
  transform: rotate(45deg);
  width: 20px;
}
header .menu-hamurger span:nth-child(3) {
  width: 14px;
  bottom: -1px;
  right: 0;
  top: auto;
}
.menu-open header .menu-hamurger span:nth-child(3) {
  transform: rotate(45deg);
  width: 20px;
  transform-origin: 100%;
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 30px;
  }
  header .logo {
    height: 62px;
    zoom: 1.1;
  }
  header .nav-container {
    position: fixed;
    top: 48px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #00522B;
    background: linear-gradient(204deg, #00522b 0%, #00522b 26%, #20763c 100%);
    width: 100vw;
    height: 100%;
    z-index: 999;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 700ms;
  }
  header .nav-container nav {
    margin-left: 0;
    margin-top: 46px;
    padding-left: 12px;
  }
  header .nav-container nav div {
    padding: 0 12px;
    margin-top: 80px;
  }
  header .nav-container a {
    display: block;
  }
  header .nav-container a.selected span {
    width: 9px;
    height: 9px;
    background-color: #349052;
    margin-left: 10px;
  }
  header .nav-container .nav-link-top {
    color: #fff !important;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    padding: 0;
    margin: 0;
  }
  header .nav-container .nav-link-top .sub-menu {
    top: 90%;
  }
  header .nav-container .btn {
    width: 100%;
    margin-top: 18px;
  }
  header .nav-container .btn-outline-primary {
    border: 2px solid #fff;
    color: #fff;
  }
  header .nav-container .btn-primary {
    background-color: #20B24E;
    border-color: #20B24E;
  }
  .menu-open header .nav-container {
    opacity: 1;
    visibility: visible;
  }
  .menu-open header .nav-container .menu-hamurger span {
    background-color: #fff;
  }
}

.page-header {
  height: 290px;
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
}
.page-header h1 {
  transition: 1000ms;
  transform: scale(1);
}
.page-header.in h1 {
  transform: scale(1);
}
.page-header .btn {
  position: absolute;
  bottom: -40px;
  width: 400px;
  opacity: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.5s ease-in-out, bottom 0.7s ease-in-out;
}
.page-header.in h1 {
  transform: scale(1);
}
.page-header.in.in-in .btn {
  bottom: -40px;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .page-header {
    height: 240px;
    padding-bottom: 30px;
  }
  .page-header .btn {
    width: 258px;
  }
}

.page-banner {
  height: 630px;
  background-size: cover;
  background-position: top center;
}
.page-banner .page-banner-content {
  max-width: 520px;
  margin-right: 100px;
}
.page-banner .page-banner-content h1 {
  margin-bottom: 56px;
}
.page-banner .page-banner-content p {
  margin-bottom: 56px;
}
.page-banner .page-scroll {
  cursor: pointer;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 992px) {
  .page-banner {
    height: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .page-banner .page-banner-content {
    width: 100%;
    padding: 0 24px;
    margin-top: 300px;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .page-banner .page-banner-content h1 {
    margin-bottom: 27px;
    font-size: 40px;
    line-height: 1;
  }
  .page-banner .page-banner-content p {
    margin-bottom: 27px;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, to {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
.care-banner {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/care-banner-bg.jpg");
}
.care-banner h2 {
  margin-bottom: 20px;
}
.care-banner p {
  margin-bottom: 50px;
}
.care-banner .btn {
  min-width: 215px;
  position: relative;
  border-color: #fff;
}
.care-banner form {
  display: flex;
  flex-wrap: wrap;
}
.care-banner form .form-control {
  height: 75px;
  padding: 0 48px;
  margin-right: 24px;
  width: 400px;
  margin-bottom: 0;
}
.care-banner form .form-control::placeholder {
  color: #A2A2A2;
}
.care-banner form .alert {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .care-banner h2 {
    max-width: 260px;
    margin: 0 auto 45px;
  }
  .care-banner p {
    max-width: 230px;
    margin: 0 auto 45px;
  }
  .care-banner form {
    padding: 0 30px;
    display: block;
  }
  .care-banner form .form-control {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

footer {
  padding: 114px 0 120px;
  background-color: #EFF4F2;
}
footer nav a {
  color: #808080;
  font-size: 16px;
  margin-left: 42px;
}
footer .seal {
  width: 48px;
}
footer .arrow-up {
  width: 50px;
  height: 50px;
  border: 2px solid #A2A2A2;
  border-radius: 50%;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer .secondary-footer {
  border-top: 1px solid #A2A2A2;
  margin-top: 25px;
  padding-top: 35px;
  color: #808080;
}
footer .secondary-footer a {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 90px 10px 70px;
  }
  footer nav {
    margin-top: 60px;
  }
  footer nav a {
    margin-left: 0;
    line-height: 36px;
  }
  footer .secondary-footer {
    border-top: none;
  }
  footer .secondary-footer .social-links {
    border-bottom: 1px solid #A2A2A2;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}

.statistics-container {
  margin-bottom: -48px;
  position: relative;
}
.statistics-container h2 {
  margin-bottom: 40px;
}
.statistics-container .statistics-outer {
  padding-left: calc((100% - 1400px) / 2);
}
.statistics-container .statistics-outer .statistics-inner {
  background-color: #20B24E;
  padding: 60px 0;
}
.statistics-container .statistics-outer .statistics-inner .container {
  padding-left: 100px;
}
.statistics-container .btn {
  width: 215px;
}
.statistics-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00522B;
}
@media screen and (max-width: 992px) {
  .statistics-container {
    margin-bottom: 0;
  }
  .statistics-container .container-half {
    padding: 60px 40px 100px 45px;
  }
  .statistics-container h2 {
    margin-bottom: 30px;
  }
  .statistics-container .statistics-outer {
    padding: 0;
    text-align: center;
  }
  .statistics-container .statistics-outer .statistics-inner .container {
    padding: 0;
  }
  .statistics-container .statistics-outer .statistics-inner .statistics-item {
    margin-bottom: 60px;
  }
  .statistics-container .statistics-outer .statistics-inner .statistics-item .fs48 {
    font-size: 60px;
    line-height: 72px;
  }
}

.get-help {
  padding-top: 160px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 655px, #EFF4F2 0%);
}
.get-help h3 {
  margin-bottom: 60px;
}
.get-help .help-bottom {
  margin-top: 135px;
  padding-bottom: 50px;
}
.get-help .help-box {
  background-color: #fff;
  padding: 38px 0 0 42px;
  box-shadow: 15px 15px 30px #E5EFEB;
  border: 1px solid #fff;
  transition: 700ms;
}
.get-help .help-box:hover {
  border-radius: 48px;
  border: 1px solid #20B24E;
}
.get-help .help-box .icon {
  height: 178px;
}
.get-help .help-box .content {
  padding-left: 30px;
}
.get-help .help-box .content h4 {
  margin-bottom: 30px;
}
.get-help .help-box .content .btn {
  width: 215px;
  top: 40px;
}
.get-help .help-content {
  padding-left: 85px;
}
.get-help .help-content h4 {
  margin-bottom: 50px;
}
.get-help .help-content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .get-help {
    padding-top: 70px;
    background-image: none;
  }
  .get-help .help-box {
    padding-left: 20px;
    margin-bottom: 90px;
  }
  .get-help .help-box .icon {
    height: 170px;
    margin-bottom: 20px;
  }
  .get-help .help-box .content {
    padding-left: 10px;
  }
  .get-help .help-box .content div svg {
    border: 2px solid #20B24E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .get-help .help-box .content div svg path {
    display: none;
  }
  .get-help .help-content {
    padding-left: 0;
    padding-top: 50px;
  }
  .get-help .help-content h4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.home-video {
  padding: 150px 0;
  background: transparent linear-gradient(141deg, #339A55 0%, #349052 43%, #20763C 100%) 0% 0% no-repeat padding-box;
}
.home-video h3 {
  margin-bottom: 80px;
}
.home-video .video-container {
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .home-video {
    padding: 70px 0 90px;
    text-align: center;
  }
  .home-video h3 {
    margin-bottom: 40px;
  }
  .home-video a {
    margin-bottom: 80px;
  }
  .home-video .video-container {
    border-radius: 12px;
  }
}

.home-timeline {
  padding: 130px 0 200px;
  position: relative;
}
.home-timeline h4 {
  padding-bottom: 20px;
}
.home-timeline h5 {
  transition: transform 700ms;
  transform: translateX(60px);
}
.home-timeline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(84deg, transparent 51%, #E5EFEB 0%);
}
.home-timeline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(-84deg, transparent 51%, #E5EFEB 0%);
}
.home-timeline .container {
  position: relative;
  max-width: 1230px;
}
.home-timeline .container .row {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-timeline .timeline-breakpoints {
  left: 50%;
  transform: translateX(-50%);
  top: -66px;
}
.home-timeline .timeline-breakpoints .line-box-contaner .line {
  background-color: #20B24E;
  width: 1px;
  height: 0%;
  margin: auto;
  transition: height 700ms;
}
.home-timeline .timeline-breakpoints .line-box-contaner .box {
  width: 12px;
  height: 12px;
  background-color: #20B24E;
  opacity: 0;
  transition: height 500ms linear 700ms;
}
.home-timeline .timeline-breakpoints .line-box-contaner.visible .line {
  height: 100%;
}
.home-timeline .timeline-breakpoints .line-box-contaner.visible .box {
  opacity: 1;
}
.home-timeline .row.visible h5 {
  transform: translateX(0px);
}
.home-timeline .timeline-image {
  position: relative;
}
.home-timeline .timeline-image img {
  position: relative;
  transition: transform 700ms;
  transform: translateY(50px);
}
.home-timeline .timeline-image .timeline-image-bg {
  background-color: #E5EFEB;
  position: absolute;
  transition: transform 500ms;
}
.home-timeline .timeline-image.timeline-image-one .timeline-image-bg {
  width: 572px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.home-timeline .timeline-image.timeline-image-one .timeline-image-bg.visible {
  transform: translate(-50%, -50%) scale(1);
}
.home-timeline .timeline-image.timeline-image-two .timeline-image-bg {
  width: 200px;
  height: 200px;
  top: -48px;
  right: -44px;
  transform: scale(0.5);
}
.home-timeline .timeline-image.timeline-image-two .timeline-image-bg.visible {
  transform: scale(1);
}
.home-timeline .timeline-image.timeline-image-tree .timeline-image-bg {
  width: 300px;
  height: 475px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.home-timeline .timeline-image.timeline-image-tree .timeline-image-bg.visible {
  transform: translate(-50%, -50%) scale(1);
}
.home-timeline .row.visible .timeline-image img {
  transform: translateY(0px);
}
@media screen and (max-width: 992px) {
  .home-timeline {
    padding-top: 65px;
    padding-bottom: 160px;
    text-align: center;
    overflow: hidden;
  }
  .home-timeline h5 {
    margin-bottom: 60px;
  }
  .home-timeline .container .row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-timeline .timeline-image {
    margin-bottom: 56px;
  }
  .home-timeline .timeline-image.timeline-image-one .timeline-image-bg {
    width: 100%;
    height: 180px;
  }
  .home-timeline .timeline-image.timeline-image-two .timeline-image-bg {
    width: 118px;
    height: 118px;
    top: -40px;
    right: -20px;
  }
  .home-timeline .timeline-image.timeline-image-tree .timeline-image-bg {
    width: 180px;
    height: 280px;
  }
  .home-timeline::before {
    height: 160px;
  }
  .home-timeline::after {
    background-image: -webkit-linear-gradient(-84deg, transparent 180px, #E5EFEB 0%);
  }
  .home-timeline .timeline-breakpoints-sm {
    margin-bottom: 56px;
  }
}

.services-container {
  padding-top: 65px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 570px, #EFF4F2 0%);
}
.services-container h2 {
  margin-bottom: 65px;
}
.services-container .services-boxes .service-box {
  padding: 40px 0 0 50px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 15px 15px 30px #EFF4F2;
  transition: 700ms;
}
.services-container .services-boxes .service-box:hover {
  border: 1px solid #20B24E;
  border-radius: 48px;
}
.services-container .services-boxes .service-box .icon {
  height: 190px;
  display: flex;
  align-items: center;
}
.services-container .services-boxes .service-box .icon img {
  max-width: 100%;
}
.services-container .services-boxes .service-box .content {
  padding: 50px 0 80px 15px;
}
.services-container .services-tabs-contaner {
  border-top: 1px solid #DCEDE3;
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 130px;
}
.services-container .services-tabs-contaner .services-tabs {
  max-width: 1200px;
  margin: 0 auto 32px auto;
}
.services-container .services-tabs-contaner .services-tabs a {
  border-bottom: 2px solid transparent;
  color: inherit;
  font-family: "HelveticaNowDisplay";
  padding: 0 5px 10px 5px;
}
.services-container .services-tabs-contaner .services-tabs a.active {
  border-bottom: 2px solid #20B24E;
  color: #20B24E;
}
.services-container .services-tabs-contaner .services-tabs a:hover {
  text-decoration: none;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content {
  display: none;
  padding-left: 100px;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content h3 {
  margin-bottom: 35px;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content p {
  margin-bottom: 0;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content ul {
  margin-top: 40px;
  list-style: none;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content ul li {
  display: flex;
  align-items: center;
  padding: 4px 0;
  line-height: 28px;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content ul li::before {
  content: "";
  display: block;
  min-width: 10px;
  height: 10px;
  border: 2px solid #20B24E;
  border-radius: 50%;
  margin-right: 28px;
}
.services-container .services-tabs-contaner .services-tabs-content .service-tab-content.active {
  display: block;
}
.services-container .services-tabs-contaner .services-steps {
  max-width: 1200px;
  margin-left: -100px;
  background-color: #E5EFEB;
  padding: 80px 97px 85px 107px;
  margin-top: -170px;
  position: relative;
}
.services-container .services-tabs-contaner .services-steps h4 {
  line-height: 1;
  margin-right: 28px;
}
.services-container .services-tabs-contaner .services-steps p {
  line-height: 26px;
}
.services-container .services-tabs-contaner .services-steps a:hover {
  color: #20B24E !important;
}
@media screen and (max-width: 992px) {
  .services-container h2 {
    margin-bottom: 50px;
  }
  .services-container .services-boxes .service-box {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    height: 315px;
    padding: 0 0 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services-container .services-boxes .service-box .icon {
    height: 150px;
    width: 150px;
  }
  .services-container .services-boxes .service-box .icon img {
    max-height: 150px;
  }
  .services-container .services-boxes .service-box .content {
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 0;
    max-width: 200px;
    font-family: "HelveticaNowDisplay";
    font-size: 22px;
    line-height: 32px;
  }
  .services-container .services-boxes .service-box .content br {
    display: none;
  }
  .services-container .services-tabs-contaner {
    padding-bottom: 0;
    border-top: 0;
  }
  .services-container .services-tabs-contaner .services-tabs {
    overflow: auto;
  }
  .services-container .services-tabs-contaner .services-tabs a {
    white-space: nowrap;
    padding: 10px 50px;
    border: none;
    font-size: 18px;
  }
  .services-container .services-tabs-contaner .services-tabs a.active {
    background-color: #20B24E;
    border: none;
    color: #fff;
    border-radius: 8px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content {
    padding-left: 0;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding-right: 20px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content img {
    margin-top: 60px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content .services-steps {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 90px 40px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content .services-steps br {
    display: none;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content .services-steps .service-step {
    margin-top: 0 !important;
    margin-bottom: 60px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content .services-steps .service-step h4 {
    font-size: 60px;
    min-width: 36px;
    margin-right: 20px;
  }
  .services-container .services-tabs-contaner .services-tabs-content .service-tab-content .services-steps a {
    margin-left: 56px;
    display: none !important;
  }
}

.about-container .about-top {
  background-color: #E5EFEB;
  position: relative;
}
.about-container .about-top .container {
  padding-bottom: 0;
  padding-top: 168px;
}
.about-container .about-top:after {
  content: "";
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  background-image: -webkit-linear-gradient(-93.5deg, transparent 120px, #EFF4F2 122px);
}
.about-container .about-top h2 {
  margin-bottom: 60px;
}
.about-container .about-top p {
  max-width: 410px;
  margin-bottom: 20px;
}
.about-container .about-top img {
  width: 100%;
  margin-top: -120px;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .about-container .about-top .container {
    padding-top: 60px;
    position: relative;
    z-index: 9;
  }
  .about-container .about-top img {
    margin-top: 0;
  }
}
.about-container .about-pointers {
  padding-top: 112px;
  padding-bottom: 170px;
}
.about-container .about-pointers .container {
  max-width: 1230px;
}
.about-container .about-pointers .container h3 {
  margin-bottom: 30px;
}
.about-container .about-pointers .container .row {
  margin-top: 100px;
}
.about-container .about-pointers .container .row h4, .about-container .about-pointers .container .row p {
  transform: translateX(60px);
  transition: transform 700ms;
}
.about-container .about-pointers .container .row.first .about-image-bg {
  height: 300px;
  width: calc(100% + 80px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-container .about-pointers .container .row.second .about-image-bg {
  width: 200px;
  height: 200px;
  top: -36px;
  right: -45px;
}
.about-container .about-pointers .container .row.second .about-image-bg:last-of-type {
  right: auto;
  top: auto;
  bottom: -30px;
  left: -36px;
}
.about-container .about-pointers .container .row.second svg {
  left: -22%;
  transform: translateX(100px);
}
.about-container .about-pointers .container .row.third .about-image-bg {
  width: calc(100% - 50px);
  height: calc(100% + 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-container .about-pointers .container .row.visible .about-pointer-image {
  transform: translateY(0px);
}
.about-container .about-pointers .container .row.visible .about-pointer-image svg {
  transform: translateX(0px);
}
.about-container .about-pointers .container .row.visible h4, .about-container .about-pointers .container .row.visible p {
  transform: translateX(0px);
}
.about-container .about-pointers .container .about-pointer-image {
  position: relative;
  transition: transform 700ms;
  transform: translateY(60px);
}
.about-container .about-pointers .container .about-pointer-image .about-image-bg {
  background-color: #E5EFEB;
  position: absolute;
}
.about-container .about-pointers .container .about-pointer-image img {
  position: relative;
}
.about-container .about-pointers .container .about-pointer-image svg {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateX(-100px);
  transition: transform 1000ms ease-in;
}
@media screen and (max-width: 992px) {
  .about-container .about-pointers {
    padding-top: 36px;
    padding-bottom: 0;
    text-align: center;
  }
  .about-container .about-pointers .container p br {
    display: none;
  }
  .about-container .about-pointers .container .about-pointer-image {
    padding: 0 22px;
    margin-bottom: 100px;
  }
  .about-container .about-pointers .container .about-pointer-image svg {
    transform: rotate(90deg);
    left: 50%;
    top: 45%;
    width: 180px;
    transform-origin: 0 0;
  }
  .about-container .about-pointers .container .row {
    margin-top: 80px;
  }
  .about-container .about-pointers .container .row.first .about-image-bg {
    height: 180px;
    width: 100%;
  }
  .about-container .about-pointers .container .row.second .about-image-bg {
    width: 118px;
    height: 118px;
    top: -24px;
    right: -6px;
  }
  .about-container .about-pointers .container .row.second .about-image-bg:last-of-type {
    bottom: -26px;
    left: -6px;
  }
  .about-container .about-pointers .container .row.second svg {
    transform: rotate(90deg) scaleX(-1);
    left: 50%;
    top: 135%;
    width: 180px;
    transform-origin: 0 0;
  }
  .about-container .about-pointers .container .row.third .about-image-bg {
    width: 180px;
  }
  .about-container .about-pointers .container .row.third p {
    border-bottom: 1px solid #99DDBD;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.about-container .about-app {
  background: #90dccf;
  background: radial-gradient(circle, #90dccf 0%, #4cccb6 100%);
  height: 600px;
}
.about-container .about-app .app-person {
  position: absolute;
  bottom: 0;
  max-width: 88%;
  left: 50%;
  transform: translateX(-50%);
}
.about-container .about-app .app-buttons {
  width: 1200px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-container .about-app .app-popup {
  position: absolute;
  left: 36%;
  top: 56%;
  transform: translate(-50%, -50%);
  box-shadow: -10px 15px 30px 0 rgba(0, 0, 0, 0.16);
  max-width: 220px;
}
.about-container .about-app .wave-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.about-container .about-app .wave {
  border: 1px solid #fff;
  position: absolute;
  width: 1266px;
  height: 1266px;
  top: calc(50% - 633px);
  left: calc(50% - 633px);
  border-radius: 50%;
  opacity: 0.24;
  animation: pulse-wave 3s linear infinite both;
}
.about-container .about-app .wave.wave-2 {
  width: 1018px;
  height: 1018px;
  top: calc(50% - 509px);
  left: calc(50% - 509px);
}
.about-container .about-app .wave.wave-3 {
  width: 796px;
  height: 796px;
  top: calc(50% - 398px);
  left: calc(50% - 398px);
}
.about-container .about-app .wave.wave-4 {
  width: 624px;
  height: 624px;
  top: calc(50% - 312px);
  left: calc(50% - 312px);
}
.about-container .about-app .wave.wave-5 {
  width: 468px;
  height: 468px;
  top: calc(50% - 234px);
  left: calc(50% - 234px);
}
.about-container .about-app .wave.wave-6 {
  width: 330px;
  height: 330px;
  top: calc(50% - 165px);
  left: calc(50% - 165px);
}
.about-container .about-app .wave.wave-7 {
  width: 199px;
  height: 199px;
  top: calc(50% - 99px);
  left: calc(50% - 99px);
}
.about-container .about-tech {
  padding-top: 130px;
  padding-bottom: 326px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 995px, #EFF4F2 0%);
}
.about-container .about-tech .medflyt {
  margin: 48px 0 20px;
}
.about-container .about-tech p {
  margin-bottom: 60px;
  line-height: 26px;
  max-width: 570px;
}
.about-container .about-tech .btn {
  width: 215px;
}
@media screen and (max-width: 992px) {
  .about-container .about-tech {
    background-image: -webkit-linear-gradient(96deg, #399E5A 1172px, transparent 0px);
    padding-top: 50px;
    padding-bottom: 0;
  }
  .about-container .about-tech .medflyt {
    max-width: 260px;
    margin-top: 40px;
  }
}
.about-container .about-tech-points {
  width: 100%;
  max-width: 612px;
}
.about-container .about-tech-points .about-tech-point {
  margin-bottom: 30px;
  background-color: #fff;
  height: 158px;
  border: 2px solid transparent;
  transition: 700ms;
  position: relative;
}
.about-container .about-tech-points .about-tech-point:nth-child(odd) {
  right: 100px;
}
.about-container .about-tech-points .about-tech-point:nth-child(even) {
  margin-bottom: 34px;
}
.about-container .about-tech-points .about-tech-point .icon {
  min-width: 68px;
  text-align: center;
  margin-left: 45px;
  margin-right: 85px;
}
.about-container .about-tech-points .about-tech-point h4 {
  font-size: 30px;
}
.about-container .about-tech-points .about-tech-point:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 992px) {
  .about-container .about-tech-points {
    margin-top: 120px;
    padding-bottom: 30px;
  }
  .about-container .about-tech-points .about-tech-point {
    right: auto !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    height: 315px;
    padding-left: 40px;
    margin-top: 46px !important;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  }
  .about-container .about-tech-points .about-tech-point .icon {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.about-container .about-bottom {
  margin-top: -185px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(-84deg, transparent 92%, #e5efec 0);
}
.about-container .about-bottom h3 {
  margin-bottom: 100px;
}
.about-container .about-bottom .container {
  max-width: 1230px;
}
.about-container .about-bottom .container .row {
  margin-bottom: 200px;
}
.about-container .about-bottom .container .row img {
  max-width: 100%;
}
.about-container .about-bottom .container .row h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .about-container .about-bottom {
    margin-top: 65px;
    padding-bottom: 20px;
    background-image: -webkit-linear-gradient(-84deg, transparent 97%, #e5efec 0);
  }
  .about-container .about-bottom h3 {
    margin-bottom: 70px;
  }
  .about-container .about-bottom img:first-of-type {
    margin-bottom: 40px;
  }
  .about-container .about-bottom .container .row {
    margin-bottom: 100px;
  }
}

.faq-section {
  padding: 154px 0 124px 0;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 332px, #EFF4F2 0%);
}
.faq-section .faq-box {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 48px 56px 46px;
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 700ms;
}
.faq-section .faq-box .faq-handle {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  top: 30px;
  right: -45px;
  cursor: pointer;
  background-color: #00522B;
  transition: 700ms;
}
.faq-section .faq-box .faq-handle svg {
  transition: 700ms;
}
.faq-section .faq-box .answer {
  display: none;
  margin: 30px 0 0 0;
}
.faq-section .faq-box.open {
  border: 1px solid #20B24E;
  border-radius: 36px;
}
.faq-section .faq-box.open .faq-handle {
  border-radius: 50%;
  background-color: #20B24E;
}
.faq-section .faq-box.open .faq-handle svg {
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .faq-section {
    padding: 70px 30px;
  }
  .faq-section .fs36 {
    font-size: 20px;
    line-height: 30px;
  }
  .faq-section .faq-box {
    padding: 36px 40px 36px 30px;
    max-width: calc(100% - 25px);
    margin: 0 0 36px 0;
  }
  .faq-section .faq-box h3 {
    margin-bottom: 0;
  }
  .faq-section .faq-box .faq-handle {
    width: 50px;
    height: 50px;
    right: -25px;
    border-radius: 8px;
    top: auto;
    bottom: 60px;
  }
  .faq-section .faq-box .faq-handle svg {
    width: 14px;
    height: 14px;
  }
}

.blog-section {
  padding: 76px 0 266px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 332px, #EFF4F2 0%);
}
.blog-section .container {
  max-width: 1230px;
}
.blog-section .blog-categories {
  margin-bottom: 62px;
}
.blog-section .blog-categories a {
  padding: 10px 5px;
  border-bottom: 2px solid transparent;
  margin: 0 48px;
  color: inherit;
}
.blog-section .blog-categories a.active {
  color: #00522B;
  border-bottom: 2px solid #00522B;
}
.blog-section .blog-post {
  margin-bottom: 100px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 0px 2px transparent;
  transition: 700ms;
  color: inherit;
}
.blog-section .blog-post .blog-post-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 700ms;
}
.blog-section .blog-post .blog-post-content {
  padding: 48px 0 80px 75px;
}
.blog-section .blog-post .blog-post-content .blog-post-title {
  max-width: 335px;
  margin: 35px 0 18px 0;
}
.blog-section .blog-post .blog-post-content .blog-post-short-description {
  max-width: 390px;
}
.blog-section .blog-post .blog-post-content .blog-post-link {
  margin-top: 60px;
  color: inherit;
  transition: 700ms;
}
.blog-section .blog-post .blog-post-content .blog-post-link svg {
  margin-right: 18px;
}
.blog-section .blog-post .blog-post-content .blog-post-button {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  bottom: 50px;
  right: -45px;
  cursor: pointer;
  background-color: #00522B;
  transition: 700ms;
}
.blog-section .blog-post .blog-post-content .blog-post-button svg {
  transition: 700ms;
}
.blog-section .blog-post:hover {
  border-radius: 48px;
  box-shadow: 0px 0px 0px 2px #20B24E;
}
.blog-section .blog-post:hover .blog-post-image {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.blog-section .blog-post:hover .blog-post-content .blog-post-link {
  color: #20B24E;
}
@media screen and (max-width: 992px) {
  .blog-section {
    padding-bottom: 90px;
  }
  .blog-section .blog-post {
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .blog-section .blog-post .blog-post-image {
    height: 180px;
  }
  .blog-section .blog-post .blog-post-content {
    padding: 30px 36px 48px;
  }
  .blog-section .blog-post .blog-post-content .blog-post-title {
    margin-top: 16px;
  }
  .blog-section .blog-post .blog-post-content .blog-post-link {
    margin-top: 26px;
  }
  .blog-section .blog-post .blog-post-content .blog-post-button {
    width: 50px;
    height: 50px;
    right: -25px;
    border-radius: 8px;
    top: auto;
    bottom: 32px;
  }
  .blog-section .blog-post .blog-post-content .blog-post-button svg {
    width: 8px;
  }
  .blog-section .blog-post .fs36 {
    font-size: 20px;
    line-height: 30px;
  }
}

.post-header {
  padding-top: 66px;
  background-color: #fff;
}
.post-header h1 {
  margin: 40px 0 34px 0;
}
.post-header .post-author {
  margin-left: 16px;
}
.post-header .post-image {
  height: 620px;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  margin-bottom: -480px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .post-header {
    padding-top: 50px;
  }
  .post-header h1 {
    margin-top: 18px;
  }
  .post-header .container {
    padding: 0;
  }
  .post-header .post-date {
    display: none;
  }
  .post-header .post-author {
    margin-left: 0px;
    font-size: 14px;
  }
  .post-header .post-image {
    margin-top: 60px;
    margin-bottom: 0;
    height: 440px;
  }
}

.post-section {
  padding-top: 636px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 572px, #EFF4F2 0%);
}
.post-section .container {
  max-width: 1000px;
}
.post-section .share-options {
  margin-bottom: 86px;
}
.post-section .share-options .btn {
  width: 60px;
  height: 60px;
  padding: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.post-section .post-content {
  margin-bottom: 185px;
}
.post-section .post-content img {
  max-width: 100%;
}
.post-section .post-content ul {
  padding-left: 16px;
}
@media screen and (max-width: 992px) {
  .post-section {
    padding-top: 60px;
    background-image: -webkit-linear-gradient(-86deg, #E5EFEB 106px, #EFF4F2 0%);
  }
  .post-section .share-options {
    margin-bottom: 0px;
  }
  .post-section .share-options .btn {
    width: 40px;
    height: 40px;
    padding: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 8px;
    border-width: 1px;
  }
  .post-section .share-options .btn svg {
    width: 18px;
  }
  .post-section .post-date {
    color: #00522B;
    font-size: 14px;
  }
  .post-section .post-content {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.related-posts {
  margin-bottom: 136px;
}
.related-posts h2 {
  margin-bottom: 70px;
}
.related-posts .related-post-slide {
  width: 33.33%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 65px;
  padding-left: 2px;
}
.related-posts .flickity-button {
  display: none;
}
.related-posts .flickity-page-dots {
  text-align: center;
}
.related-posts .related-post {
  min-height: 100%;
  color: inherit;
  padding: 52px 60px 70px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 0px 2px transparent;
  transition: 700ms;
}
.related-posts .related-post .related-post-title {
  margin-bottom: 50px;
  margin-top: 20px;
}
.related-posts .related-post .related-post-short-description {
  margin-bottom: 0;
}
.related-posts .related-post .related-post-link {
  margin-top: 60px;
  color: inherit;
  transition: 700ms;
}
.related-posts .related-post .related-post-link svg {
  margin-right: 18px;
}
.related-posts .related-post .related-post-button {
  position: absolute;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  bottom: 34px;
  right: -37px;
  cursor: pointer;
  background-color: #00522B;
  transition: 700ms;
}
.related-posts .related-post .related-post-button svg {
  transition: 700ms;
}
.related-posts .related-post:hover {
  border-radius: 48px;
  box-shadow: 0px 0px 0px 2px #20B24E;
}
.related-posts .related-post:hover .related-post-link {
  color: #20B24E;
}
@media screen and (max-width: 992px) {
  .related-posts {
    margin-bottom: 60px;
  }
  .related-posts h2 {
    margin-bottom: 50px;
  }
  .related-posts .related-post-slide {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 15px;
  }
  .related-posts .related-post {
    padding: 30px 36px 48px;
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .related-posts .related-post .related-post-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .related-posts .related-post .related-post-link {
    margin-top: 30px;
  }
  .related-posts .related-post .related-post-button {
    width: 50px;
    height: 50px;
    right: -25px;
    border-radius: 8px;
    top: auto;
    bottom: 32px;
  }
  .related-posts .related-post .related-post-button svg {
    width: 8px;
  }
}

.contact-section {
  padding: 136px 0 210px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 332px, #EFF4F2 0%);
}
.contact-section h2 {
  margin-bottom: 86px;
  margin-top: 28px;
}
.contact-section h5 {
  margin-top: 46px;
}
.contact-section a {
  color: inherit;
}
.contact-section form {
  width: 100%;
  max-width: 590px;
  background-color: #fff;
  padding: 72px;
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.contact-section form .btn {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .contact-section {
    padding-top: 56px;
    padding-bottom: 165px;
  }
  .contact-section h2 {
    margin-bottom: 60px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .contact-section h2 .text-secondary {
    color: #00522B !important;
  }
  .contact-section form {
    padding: 46px 40px 60px;
    margin-bottom: 70px;
  }
  .contact-section form .btn {
    margin-top: 30px;
  }
  .contact-section .contact-info-line {
    padding-left: 35px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .contact-section .contact-info-line h5 {
    margin: 0;
    min-width: 90px;
    font-size: 16px;
  }
}

.refer-section {
  padding: 136px 0 210px;
  background-image: -webkit-linear-gradient(-86deg, #E5EFEB 332px, #EFF4F2 0%);
}
.refer-section h2 {
  margin-bottom: 86px;
  margin-top: 70px;
}
.refer-section .refer-benafit {
  margin-bottom: -8px;
}
.refer-section .refer-benafit .bulb {
  width: 60px;
}
.refer-section .refer-benafit .line {
  position: relative;
  top: -22px;
  margin: 0 40px;
}
.refer-section .refer-benafit .text {
  line-height: 32px;
  font-size: 21px;
}
.refer-section form {
  width: 100%;
  max-width: 590px;
  background-color: #fff;
  padding: 72px;
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.07);
}
.refer-section form .btn {
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .refer-section {
    padding-top: 56px;
    padding-bottom: 100px;
  }
  .refer-section h2 {
    text-align: center;
    margin-top: 0;
  }
  .refer-section .refer-benafit {
    justify-content: center;
  }
  .refer-section .refer-benafit .bulb {
    min-width: 70px;
    width: 70px;
  }
  .refer-section .refer-benafit .bulb svg {
    width: 100%;
  }
  .refer-section .refer-benafit .text {
    width: 114px;
    min-width: 114px;
    font-size: 16px;
    line-height: 26px;
  }
  .refer-section form {
    padding: 46px 40px 60px;
    margin-bottom: 0;
    margin-top: 70px;
  }
  .refer-section form .btn {
    margin-top: 30px;
  }
}

.careers-container {
  padding: 70px 0 175px 0;
  background-image: url("/static/images/caregiver-bg.svg");
  background-size: cover;
}
.careers-container h2 {
  margin-bottom: 75px;
}
.careers-container .carrers-features {
  margin-bottom: 70px;
  margin-left: -15px;
  margin-right: -15px;
}
.careers-container .carrers-features > div {
  padding: 15px;
}
.careers-container .carrers-features .carrers-feature {
  background-color: #fff;
  height: 330px;
  padding: 0 0 0 30px;
  border-radius: 12px;
  transition: all 700ms;
}
.careers-container .carrers-features .carrers-feature .icon {
  height: 182px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.careers-container .carrers-features .carrers-feature h4 {
  margin-left: 20px;
}
.careers-container .carrers-features .carrers-feature p {
  margin-left: 20px;
}
.careers-container .carrers-benefits {
  margin-bottom: 0;
}
.careers-container .carrers-benefits .carrers-feature {
  padding-right: 30px;
  height: 350px;
}
.careers-container .carrers-benefits .carrers-feature .icon {
  height: 115px;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.careers-container .carrers-benefits .carrers-feature h4 {
  margin-left: 0;
  max-width: 180px;
  line-height: 32px;
  margin-bottom: 10px;
}
.careers-container .carrers-benefits .carrers-feature p {
  margin-left: 0;
  color: #000;
  line-height: 22px;
}
.careers-container .employee-types {
  margin-top: 80px;
  margin-bottom: 140px;
}
.careers-container .employee-types .image {
  height: 320px;
}
.careers-container .employee-types .image img {
  max-width: 100%;
}
.careers-container .careers-bottom {
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(84deg, #E5EFEB 310px, transparent 0%);
}
.careers-container .careers-bottom h4 {
  position: relative;
  z-index: 10;
}
.careers-container .careers-bottom img {
  margin-top: -260px;
}
.careers-container .careers-bottom .careers-pointers {
  padding-top: 70px;
}
.careers-container .careers-bottom .careers-pointers a {
  margin-top: 64px;
  position: relative;
  width: 215px;
}
@media screen and (max-width: 992px) {
  .careers-container {
    padding-top: 60px;
    margin: 0 -24px;
    padding: 68px 24px;
  }
  .careers-container h2 {
    margin: 0 auto 60px;
    max-width: 250px;
  }
  .careers-container .carrers-features {
    margin-bottom: 40px;
  }
  .careers-container .carrers-features .carrers-feature {
    height: auto;
    padding: 25px;
    align-items: flex-start;
    display: flex;
  }
  .careers-container .carrers-features .carrers-feature h4 {
    margin-bottom: 10px;
    max-width: none;
  }
  .careers-container .carrers-features .carrers-feature p {
    font-size: 14px;
  }
  .careers-container .carrers-features .carrers-feature .icon {
    width: auto;
    height: auto;
    padding: 0;
  }
  .careers-container .carrers-features .carrers-feature .icon img {
    margin-right: 15px;
    width: 60px;
  }
  .careers-container .carrers-features .carrers-feature .icon svg {
    width: 100px;
    height: 100px;
  }
  .careers-container .employee-types {
    margin-bottom: 30px;
  }
  .careers-container .employee-types h5 {
    margin-bottom: 56px;
  }
  .careers-container .careers-pointers {
    padding-top: 56px;
  }
  .careers-container .careers-bottom {
    background-image: none;
  }
  .careers-container .careers-bottom img {
    margin-top: 0;
    max-width: 100%;
  }
}

.giaway-section {
  background-color: #ffffff;
}
.giaway-section .giveaway-banner {
  background-image: url("/static/images/giveaway-banner-bg.png");
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.giaway-section .giveaway-banner .givaway-prize {
  max-width: 100vw;
  width: 112%;
  margin-bottom: -93px;
}
.giaway-section .giveaway-banner .btn {
  border: 2px solid #ffffff;
  position: relative;
  margin-left: 65px;
  margin-bottom: 125px;
}
@media screen and (max-width: 992px) {
  .giaway-section .giveaway-banner {
    padding-top: 50px;
  }
  .giaway-section .giveaway-banner .fs36 {
    font-size: 24px;
  }
  .giaway-section .giveaway-banner .givaway-prize {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .giaway-section .giveaway-banner .btn {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .giaway-section .giveaway-banner .btn {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1600px) {
  .giaway-section .giveaway-banner .givaway-prize {
    width: 100%;
  }
}
.giaway-section .givaway-hiring {
  background-color: #3BD4B3;
  background-image: url("/static/images/giveaway-hiring-bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 114px 0 88px;
  margin-top: 126px;
}
.giaway-section .givaway-hiring h3 {
  font-size: 125px;
  line-height: 1;
}
.giaway-section .givaway-hiring .fs48 {
  line-height: 1;
}
.giaway-section .givaway-hiring p {
  margin: 30px 0px 38px;
}
.giaway-section .givaway-hiring .btn {
  border: 2px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .giaway-section .givaway-hiring {
    margin-top: 56px;
    padding: 46px 35px 290px 35px;
    background-image: url("/static/images/giveaway-hiring-bg-sm.png");
    background-size: 90%;
    background-position: bottom left;
  }
  .giaway-section .givaway-hiring h3 {
    font-size: 78px;
  }
  .giaway-section .givaway-hiring p {
    margin: 20px 0px 28px;
  }
  .giaway-section .givaway-hiring .fs48 {
    font-size: 22px;
  }
}
.giaway-section .refer-gift {
  background-color: #20B24E;
  line-height: 1;
  padding: 42px 92px 38px;
  border-radius: 24px;
  margin-top: 42px;
}
.giaway-section .refer-gift h4 span {
  font-size: 12px;
  position: relative;
  top: -4px;
  left: 20px;
}
@media screen and (max-width: 992px) {
  .giaway-section .refer-gift {
    padding: 34px 28px;
  }
  .giaway-section .refer-gift h4 span {
    top: 0;
    left: 0;
  }
}
.giaway-section .employee-of-the-month {
  background-image: url("/static/images/employee-of-the-month-bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px;
}
.giaway-section .employee-of-the-month h2 {
  font-size: 60px;
  line-height: 1;
}
.giaway-section .employee-of-the-month .employee-of-the-month-symbol {
  margin: 32px auto;
  max-width: 230px;
}
@media screen and (max-width: 992px) {
  .giaway-section .employee-of-the-month {
    padding: 60px 24px 30px;
    margin: 0 0px;
  }
  .giaway-section .employee-of-the-month h2 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    max-width: 250px;
    margin: auto;
  }
  .giaway-section .employee-of-the-month .employee-of-the-month-symbol {
    margin: 40px 0 10px;
    max-width: 128px;
  }
  .giaway-section .employee-of-the-month h3 {
    padding-bottom: 30px;
  }
}
.giaway-section .ivr-evv {
  margin-top: 90px;
  padding-top: 60px;
  overflow: hidden;
}
.giaway-section .ivr-evv .ivr-evv-top {
  background-color: #00522B;
  position: relative;
}
.giaway-section .ivr-evv .ivr-evv-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  border-top: 126px solid transparent;
  border-bottom: 126px solid #fff;
  border-left: 100vw solid transparent;
  border-right: 100vw solid transparent;
}
.giaway-section .ivr-evv .ivr-evv-top .content {
  padding-top: 70px;
}
.giaway-section .ivr-evv .ivr-evv-top h2 {
  font-size: 72px;
  line-height: 1;
  color: #20B24E;
  margin-top: 0px;
}
.giaway-section .ivr-evv .ivr-evv-top img {
  max-width: 100%;
  width: 466px;
  margin-top: -54px;
  margin-bottom: -54px;
}
.giaway-section .ivr-evv .ivr-evv-section {
  padding: 240px 0;
}
.giaway-section .ivr-evv .ivr-evv-section h3 {
  margin-bottom: 30px;
}
.giaway-section .ivr-evv .ivr-evv-section .large-text {
  font-size: 144px;
  line-height: 0.75;
  color: #20B24E;
  margin-bottom: 55px;
}
.giaway-section .ivr-evv .ivr-evv-section .rules .arrow {
  min-width: 60px;
  padding-top: 2px;
}
.giaway-section .ivr-evv .ivr-evv-bottom {
  background-color: #EFF4F2;
  padding: 180px 0 40px;
}
.giaway-section .ivr-evv .ivr-evv-bottom .row {
  margin-bottom: 140px;
}
.giaway-section .ivr-evv .ivr-evv-bottom h3 {
  color: #20B24E;
}
.giaway-section .ivr-evv .ivr-evv-bottom .rules .arrow {
  min-width: 60px;
  padding-top: 2px;
}
@media screen and (max-width: 992px) {
  .giaway-section .ivr-evv {
    margin-top: 34px;
  }
  .giaway-section .ivr-evv .ivr-evv-top {
    padding: 50px 24px;
  }
  .giaway-section .ivr-evv .ivr-evv-top h2 {
    margin-bottom: 70px;
    font-size: 58px;
  }
  .giaway-section .ivr-evv .ivr-evv-top .content {
    padding-top: 0;
  }
  .giaway-section .ivr-evv .ivr-evv-top img {
    width: 90%;
    display: block;
    margin: auto;
  }
  .giaway-section .ivr-evv .ivr-evv-section {
    padding: 50px 24px;
  }
  .giaway-section .ivr-evv .ivr-evv-section h3 {
    font-size: 26px;
  }
  .giaway-section .ivr-evv .ivr-evv-section .large-text {
    font-size: 100px;
  }
  .giaway-section .ivr-evv .ivr-evv-section img {
    width: 80%;
    max-width: 300px;
  }
  .giaway-section .ivr-evv .ivr-evv-section .fs22 {
    font-size: 16px;
    line-height: inherit;
  }
  .giaway-section .ivr-evv .ivr-evv-section .rules .arrow {
    min-width: 40px;
  }
  .giaway-section .ivr-evv .ivr-evv-bottom {
    margin-top: 125px;
    padding-top: 100px;
  }
  .giaway-section .ivr-evv .ivr-evv-bottom .row {
    margin-bottom: 60px;
  }
  .giaway-section .ivr-evv .ivr-evv-bottom .row h3 {
    margin-bottom: 36px;
  }
}
.giaway-section .hha-exchange img {
  max-width: 100%;
}
.giaway-section .hha-exchange .hha-exchange-list {
  margin-top: 60px;
}
.giaway-section .hha-exchange .hha-exchange-list div {
  display: flex;
}
.giaway-section .hha-exchange .hha-exchange-list strong {
  display: inline-block;
  min-width: 40px;
}
.giaway-section .hha-exchange .hha-exchange-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.giaway-section .hha-exchange .hha-exchange-video-btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 992px) {
  .giaway-section .hha-exchange {
    padding-top: 60px;
  }
  .giaway-section .hha-exchange .hha-exchange-video {
    margin-bottom: 70px;
  }
  .giaway-section .hha-exchange .fs22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .giaway-section {
    padding: 0;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.popup .popup-overlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}
.popup .popup-body {
  max-width: 600px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: transform 600ms linear;
}
.popup .popup-body .popup-content {
  padding: 40px;
}
.popup .popup-body .popup-content h1,
.popup .popup-body .popup-content h2,
.popup .popup-body .popup-content h3 {
  margin-bottom: 20px;
}
.popup .popup-body .popup-content h1 span,
.popup .popup-body .popup-content h2 span,
.popup .popup-body .popup-content h3 span {
  display: block;
}
.popup .popup-body .popup-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.popup .popup-body .popup-content .btn {
  margin-top: 30px;
}
.popup .popup-body .popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.popup .popup-body .popup-close svg {
  width: 30px;
  height: 30px;
}
.popup.in {
  opacity: 1;
  visibility: visible;
}
.popup.in .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.in .popup-body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.popup .video-popup {
  width: 1200px;
  max-width: 90vw;
}
.popup .video-popup .popup-content {
  padding: 80px 24px 24px;
}
.popup .video-popup video {
  width: 100%;
}
.popup .giveaway-popup {
  width: 438px;
  max-width: 90vw;
}
.popup .giveaway-popup .popup-content {
  padding-top: 90px;
}
.popup .giveaway-popup .popup-content .form-control {
  color: #00522B;
  padding-left: 25px;
}
.popup .giveaway-popup .popup-close svg {
  width: 25px;
  height: 25px;
}

@keyframes pulse-wave {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.24;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
.get-paid .get-paid-content {
  max-width: 500px;
}
.get-paid .get-paid-content h2 {
  margin: 0;
}
.get-paid .get-paid-content p {
  margin: 34px 0;
}
@media screen and (max-width: 992px) {
  .get-paid {
    padding: 0;
    overflow: hidden;
  }
  .get-paid .d-flex {
    flex-direction: column-reverse;
  }
  .get-paid .get-paid-content {
    padding: 60px 50px 80px;
  }
}

.rewarding-career .rewarding-career-content {
  padding: 110px 0 100px 0;
  max-width: 578px;
  margin: 0 100px 0 0;
}
.rewarding-career .rewarding-career-content.left {
  margin: 0 0 0 200px;
}
.rewarding-career h3 {
  margin-bottom: 50px;
}
.rewarding-career img {
  display: block;
  margin-top: -60px;
}
@media screen and (max-width: 992px) {
  .rewarding-career {
    padding: 0;
  }
  .rewarding-career .rewarding-career-grid {
    flex-direction: column-reverse;
  }
  .rewarding-career .rewarding-career-content {
    padding: 90px 40px 20px;
    margin: 0;
  }
  .rewarding-career .rewarding-career-content.left {
    margin: 0;
  }
  .rewarding-career img {
    width: 100%;
    max-width: 390px;
    display: block;
    margin: auto;
  }
}

.how-doi-get-paid {
  padding: 60px 0 85px;
  background-color: #EFF4F2;
}
@media screen and (max-width: 992px) {
  .how-doi-get-paid {
    margin: 0 -24px;
    padding: 60px 24px;
  }
}

.reviews-bg {
  background-image: url("/static/images/reviews-bg.png");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .reviews-bg {
    background-position: 90% bottom;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0 24px;
  }
  .reviews-bg h3 {
    text-align: center;
    max-width: 270px;
    margin: 0 auto 48px;
  }
}

.reviews-slider {
  width: 482px;
  max-width: 100%;
}
.reviews-slider .review-item {
  background-color: #D4F4E5;
  width: 100%;
  border-radius: 18px;
  padding: 44px;
}
.reviews-slider .review-item .review-review {
  margin-top: 15px;
  margin-bottom: 26px;
  color: #000;
}
.reviews-slider .flickity-prev-next-button {
  background-color: #438164;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 250px;
  color: #fff;
}
.reviews-slider .flickity-button:disabled {
  background-color: #6BB492;
}
.reviews-slider .flickity-prev-next-button.previous {
  border-radius: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  left: auto;
  right: calc(100% + 17px);
}
.reviews-slider .flickity-prev-next-button.next {
  border-radius: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  right: auto;
  left: calc(100%);
}
@media screen and (max-width: 992px) {
  .reviews-slider {
    margin-bottom: 58px;
  }
  .reviews-slider .review-item {
    padding: 44px 25px;
  }
  .reviews-slider .flickity-prev-next-button {
    width: 32px;
    height: 173px;
  }
}

.resources-banner h1 {
  font-size: 100px;
  line-height: 258px;
}
@media screen and (max-width: 992px) {
  .resources-banner {
    margin: 0 -24px;
  }
  .resources-banner h1 {
    font-size: 40px;
    line-height: 200px;
  }
}

.resources-links {
  padding: 44px 0 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 24px;
}
.resources-links a {
  width: 200px;
  max-width: calc(50% - 12px);
  background-color: #EFF4F2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #00522B;
  height: 50px;
}
.resources-links a:hover {
  background-color: #20B24E;
  color: #fff;
}

.documents {
  padding: 54px 40px 60px 40px;
  background-color: #EFF4F2;
}
.documents h2 {
  margin-bottom: 55px;
}
.documents .documents-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.documents .documents-links a {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  height: 60px;
  min-width: 250px;
  max-width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border-radius: 12px;
  overflow: hidden;
  line-height: 1.3;
}
.documents .documents-links a span {
  background-color: #F90606;
  height: 100%;
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .documents .documents-links {
    justify-content: center;
  }
}

.videos {
  padding: 54px 40px 60px 40px;
  background-color: #EFF4F2;
  margin-top: 60px;
}
.videos h2 {
  margin-bottom: 55px;
}
.videos .videos-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.videos .videos-items .video-item-block {
  width: calc(100% / 2 - 15px);
}
.videos .videos-items .video-item-block .video-item {
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos .videos-items .video-item-block .video-item .play-btn {
  cursor: pointer;
  max-width: 40%;
}
.videos .videos-items .video-item-block .video-item .play-btn svg {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .videos {
    margin-left: -24px;
    margin-right: -24px;
  }
  .videos .videos-items .video-item-block {
    width: 100%;
  }
  .videos .videos-items .video-item-block .video-item {
    height: 200px;
  }
  .videos .videos-items .video-item-block .video-item .play-btn {
    cursor: pointer;
  }
}

.download-links {
  padding: 54px 0 60px 0;
  background-color: #EFF4F2;
  margin-top: 60px;
}
.download-links h2 {
  margin-bottom: 55px;
}
.download-links .download-links-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.download-links .download-links-items .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 250px;
}
.download-links .download-links-items .btn svg {
  margin-left: 15px;
}

.signup-form {
  max-width: 626px;
  margin: 30px auto;
}
.signup-form .form-control {
  border-color: #00522B;
  min-height: 50px;
  padding-left: 20px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */
