.text-color-primary {
  color: #47B867 !important;
}

.text-color-pink {
  color: #DC59A0 !important;
}

p {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 32px;
}
p a {
  color: #47B867;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display", sans-serif;
}

h1 {
  font-style: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.primary-btn {
  display: inline-block;
  font-family: "SF Pro Display";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 16px 18px;
  background: #47B867;
  border-radius: 32px;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 600ms ease-in-out;
}
.primary-btn .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
.primary-btn .icon img {
  width: 14px;
  height: auto;
}
.primary-btn:hover {
  background: #000;
  color: #fff;
}

.components-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-top: 56px;
  padding-bottom: 56px;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .components-container {
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.sec-text-block-1 {
  background-color: #fff;
}
.sec-text-block-1 .text-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sec-text-block-1 .text-block .tag-text {
  display: block;
  font-family: "Favorit";
  font-size: 16px;
  line-height: 1;
  color: #AAAAAA;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.sec-text-block-1 .text-block h1 {
  font-family: "SF Pro Display";
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  font-weight: 500;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .sec-text-block-1 .text-block h1 {
    font-size: 28px;
    padding-bottom: 8px;
  }
}
.sec-text-block-1 .text-block h2 {
  font-family: "SF Pro Display";
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  letter-spacing: 0.64px;
  margin: 0;
  padding: 0 0 8px;
}
.sec-text-block-1 .text-block h2 .text-color-primary {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-text-block-1 .text-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sec-text-block-1 .text-block {
    text-align: left;
  }
}

.feature-element {
  margin: 0;
  padding: 0;
}
.feature-element .field-block {
  max-width: 972px;
  margin: 0 auto;
  padding: 0;
}
.feature-element .field-block .box {
  max-width: 450px;
  margin: 0;
  padding: 0;
}
.feature-element .field-block .box .img-block {
  margin: 0;
  padding: 0;
}
.feature-element .field-block .box .img-block img {
  width: 100%;
  height: auto;
}
.feature-element .field-block .box .text-block {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
.feature-element .field-block .box .text-block h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .feature-element .field-block .box .text-block h2 {
    font-size: 16px;
  }
}
.feature-element .field-block .box .text-block h3 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.5;
  color: #DC59A0;
  font-weight: 500;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .feature-element .field-block .box .text-block h3 {
    font-size: 16px;
  }
}
.feature-element .field-block .col-md-6:last-child .box {
  margin: 0 0 0 auto;
}
.feature-element .field-block .col-md-6:last-child .box h3 {
  color: #47B867;
}

.text-image-section {
  margin: 0;
  padding: 0;
}
.text-image-section .field-block {
  max-width: 857px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .text-image-section .field-block .row {
    flex-flow: column-reverse;
  }
}
.text-image-section .field-block .box {
  margin: 0;
  padding: 0;
}
.text-image-section .field-block .box .content-block {
  max-width: 361px;
  margin: 0;
  padding: 0;
}
.text-image-section .field-block .box .content-block .tag-text {
  display: block;
  font-family: "Favorit";
  font-size: 16px;
  line-height: 1;
  color: #AAAAAA;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.text-image-section .field-block .box .content-block h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.text-image-section .field-block .box .content-block p {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.text-image-section .field-block .box .content-block p strong {
  font-family: "SF Pro Display";
  font-weight: 600;
}
.text-image-section .field-block .box .content-block p a {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 20px;
  color: #47B867;
  text-decoration: none;
}
.text-image-section .field-block .box .content-block p a span {
  text-decoration: underline;
}
.text-image-section .field-block .box .content-block p a:hover {
  color: #47B867;
}
@media (max-width: 767px) {
  .text-image-section .field-block .box .content-block p {
    font-weight: 400;
  }
}
.text-image-section .field-block .box .content-block .primary-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-image-section .field-block .box .content-block .bl {
  border-left: 1px solid #47B867;
  padding-left: 10px;
  margin-bottom: 15px;
}
.text-image-section .field-block .box .content-block .bl p {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .text-image-section .field-block .box .content-block .bl p {
    font-weight: 300;
  }
}
.text-image-section .field-block .video-block {
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 20px;
  max-width: 404px;
  height: 545px;
  overflow: hidden;
  position: relative;
}
.text-image-section .field-block .video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-image-section .field-block .video-block .btn-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: right;
  padding: 15px;
}
.text-image-section .field-block .video-block .btn-block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  box-shadow: none;
  outline: none;
  border: none;
  background: none;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 50%;
}
.text-image-section .field-block .video-block .btn-block .btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .text-image-section .field-block .video-block {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.image-text-section {
  margin: 0;
  padding: 0;
}
.image-text-section .field-block {
  max-width: 934px;
  margin: 0 auto;
  padding: 0;
}
.image-text-section .field-block .box {
  margin: 0;
  padding: 0;
}
.image-text-section .field-block .box .content-block {
  max-width: 361px;
  margin: 0 0 0 40px;
  padding: 0;
}
.image-text-section .field-block .box .content-block .tag-text {
  display: block;
  font-family: "Favorit";
  font-size: 16px;
  line-height: 1;
  color: #AAAAAA;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.image-text-section .field-block .box .content-block h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.image-text-section .field-block .box .content-block p {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.image-text-section .field-block .box .content-block p strong {
  font-family: "SF Pro Display";
  font-weight: 600;
}
.image-text-section .field-block .box .content-block p a {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 20px;
  color: #47B867;
  text-decoration: none;
}
.image-text-section .field-block .box .content-block p a span {
  text-decoration: underline;
}
.image-text-section .field-block .box .content-block p a:hover {
  color: #47B867;
}
@media (max-width: 767px) {
  .image-text-section .field-block .box .content-block p {
    font-weight: 400;
  }
}
.image-text-section .field-block .box .content-block .primary-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-text-section .field-block .box .content-block .bl {
  border-left: 1px solid #47B867;
  padding-left: 10px;
  margin-bottom: 15px;
}
.image-text-section .field-block .box .content-block .bl p {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .image-text-section .field-block .box .content-block .bl p {
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .image-text-section .field-block .box .content-block {
    margin-left: 0;
  }
}
.image-text-section .field-block .img-block {
  max-width: 457px;
  margin: 0;
  padding: 0;
}
.image-text-section .field-block .img-block img {
  width: 100%;
  height: auto;
}

.testimonial-section {
  margin: 0;
  padding: 0;
}
.testimonial-section .block {
  max-width: 532px;
  margin: 0 auto;
  padding: 0;
}
.testimonial-section .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonial-section .block ul li {
  margin: 0 0 20px;
  padding: 10px 12px 12px;
}
.testimonial-section .block ul li .text-block {
  margin: 0;
  padding: 0;
}
.testimonial-section .block ul li .text-block h2 {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  font-style: italic;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 5px;
}
.testimonial-section .block ul li .text-block span {
  display: block;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
.testimonial-section .block ul li:nth-child(odd) {
  border-left: 1px solid #47B867;
}
.testimonial-section .block ul li:nth-child(even) {
  background: #F2F2F2;
  border-right: 1px solid #47B867;
}
.testimonial-section .block ul li:nth-child(even) .text-block {
  text-align: right;
}

.social-club__gallery {
  margin: 0;
  padding: 0;
}
.social-club__gallery .block {
  max-width: 932px;
  margin: 0 auto;
  padding: 0;
  background: #E9F6ED;
  border-radius: 20px;
  overflow: hidden;
}
.social-club__gallery .block .img-block {
  margin: 0;
  padding: 0;
}
.social-club__gallery .block .img-block img {
  width: 100%;
  height: auto;
}
.social-club__gallery .block .content-block {
  margin: 0;
  padding: 20px;
  text-align: center;
}
.social-club__gallery .block .content-block h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.social-club__gallery .block .content-block p {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .social-club__gallery .block .content-block {
    text-align: left;
  }
}

.partner-section {
  margin: 0;
  padding: 0;
}
.partner-section .block {
  max-width: 932px;
  margin: 100px auto 0;
  padding: 0;
  background: #E9F6ED;
  border-radius: 20px;
  position: relative;
}
.partner-section .block .img-block {
  width: 216px;
  height: 216px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  border: 8px solid #47B867;
  border-radius: 50%;
  overflow: hidden;
}
.partner-section .block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-section .block .content-block {
  margin: 0;
  padding: 135px 20px 24px;
  text-align: center;
}
.partner-section .block .content-block h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
.partner-section .block .content-block p {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .partner-section .block .content-block p {
    font-weight: 400;
  }
}

.quick-links {
  margin: 0;
  padding: 0;
}
.quick-links .block {
  max-width: 894px;
  margin: 0 auto;
  padding: 0;
}
.quick-links .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-links .block ul li {
  margin: 0;
  padding: 0 0 12px;
}
.quick-links .block ul li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px;
  padding-right: 35px;
  background: #F2F2F2;
  border-radius: 100px;
}
.quick-links .block ul li a .lt-sec {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.quick-links .block ul li a .lt-sec .img-block {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.quick-links .block ul li a .lt-sec .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-links .block ul li a .lt-sec .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 24px;
}
.quick-links .block ul li a .lt-sec .text-block h2, .quick-links .block ul li a .lt-sec .text-block h4 {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 4px;
}
@media (max-width: 767px) {
  .quick-links .block ul li a .lt-sec .text-block h2, .quick-links .block ul li a .lt-sec .text-block h4 {
    font-size: 20px;
  }
}
.quick-links .block ul li a .lt-sec .text-block p {
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
.quick-links .block ul li a .lt-sec .text-block p .arrow {
  font-size: 18px;
}
.quick-links .block ul li a .lt-sec .text-block p .arrow.hide {
  display: none;
}
@media (max-width: 767px) {
  .quick-links .block ul li a .lt-sec .text-block p .arrow.hide {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .quick-links .block ul li a .lt-sec .text-block p {
    font-size: 16px;
  }
}
.quick-links .block ul li a .icon-arrow {
  margin: 0;
  padding: 0;
}
.quick-links .block ul li a .icon-arrow img {
  width: 17px;
  height: auto;
}
@media (max-width: 767px) {
  .quick-links .block ul li a .icon-arrow {
    display: none;
  }
}

.calculator-element {
  margin: 0;
  padding: 0;
}
.calculator-element .block {
  max-width: 934px;
  margin: 0 auto;
  padding: 0;
  background: #E9F6ED;
  border-radius: 20px;
  overflow: hidden;
}
.calculator-element .block .feature-img {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.calculator-element .block .feature-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.calculator-element .block .feature-img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .calculator-element .block .feature-img {
    max-width: 100%;
  }
}
.calculator-element .block .rt-box {
  margin: 0;
  padding: 20px;
  background: #E9F6ED;
  border-radius: 20px;
  height: 100%;
}
.calculator-element .block .rt-box .form-card {
  background: #eaf6ee;
  border-radius: 12px;
  padding: 0;
  margin: 0 0 16px;
}
.calculator-element .block .rt-box .form-card .form-label {
  font-family: "SF Pro Display";
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.calculator-element .block .rt-box .form-card .value-badge {
  border: 1px solid #2bb673;
  background: #fff;
  font-family: "Favorit";
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  padding: 7px 10px;
  border-radius: 20px;
  min-width: 45px;
  text-align: center;
  min-width: 49px;
}
.calculator-element .block .rt-box .form-card .mt-15 {
  margin-top: 15px;
}
.calculator-element .block .rt-box .form-card .custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 1px;
  background: #dfeee5;
  border-radius: 10px;
  outline: none;
}
.calculator-element .block .rt-box .form-card .custom-range::-webkit-slider-runnable-track {
  height: 1px;
  background: transparent;
}
.calculator-element .block .rt-box .form-card .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #47B867;
  border-radius: 50%;
  margin-top: -6.5px;
  cursor: pointer;
}
.calculator-element .block .rt-box .form-card .custom-range::-moz-range-track {
  height: 1px;
  background: transparent;
}
.calculator-element .block .rt-box .form-card .custom-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #47B867;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.calculator-element .block .rt-box .form-card .count-number {
  font-family: "Favorit";
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.calculator-element .block .rt-box .text-block {
  margin: 0;
  padding: 0;
}
.calculator-element .block .rt-box .text-block .box {
  margin: 0 0 15px;
  padding: 8px 12px;
  background: #DBF0E1;
  border-radius: 11px;
}
.calculator-element .block .rt-box .text-block .box p {
  color: #000;
  font-weight: 300;
}
.calculator-element .block .rt-box .text-block .box p b {
  font-weight: 500;
}
.calculator-element .block .rt-box .text-block .desc {
  margin: 0;
  padding: 0;
}
.calculator-element .block .rt-box .text-block .desc p {
  color: #727272;
}
.calculator-element .block .rt-box .text-block .desc p b {
  font-weight: 600;
}
.calculator-element .bottom-text {
  margin: 0;
  padding: 12px 0 0 0;
  text-align: center;
}
.calculator-element .bottom-text h2 {
  font-family: "SF Pro Display";
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  padding: 0 0 5px;
}
.calculator-element .bottom-text p {
  padding-bottom: 12px;
}

.feature-wrap {
  margin: 0;
  padding: 0;
}
.feature-wrap .img-block {
  max-width: 932px;
  margin: 0 auto;
  padding: 0;
  border-radius: 33px;
  overflow: hidden;
}
.feature-wrap .img-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.feature-wrap .img-block:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .feature-wrap .img-block {
    max-width: 100%;
    margin-top: 35px;
  }
}

.form-components {
  margin: 0;
  padding: 0;
}
.form-components .block {
  max-width: 935px;
  margin: 0 auto;
  padding: 0;
}
.form-components .block .text-block {
  margin: 0;
  padding: 0;
}
.form-components .block .text-block h2 {
  text-transform: inherit;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px;
}
.form-components .block .text-block h2 span {
  color: #47B867;
}
.form-components .block .text-block p {
  color: #000;
  font-weight: 400;
}
.form-components .block .text-block .bl-text {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #47B867;
}
@media screen and (max-width: 767px) {
  .form-components .block .text-block {
    padding-bottom: 20px;
  }
}
.form-components .block .form-wrap {
  max-width: 457px;
  margin: 0 0 0 auto;
  padding: 20px;
  background: #E9F6ED;
  border-radius: 20px;
}
.form-components .block .form-wrap .form-box {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.form-components .block .form-wrap .form-box label {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
  pointer-events: none;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.form-components .block .form-wrap .form-box .form-control {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #D7D7D7;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "SF Pro Display";
  font-size: 18px;
  line-height: 1.2;
  color: #47B867;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.form-components .block .form-wrap .form-box .form-control::-moz-placeholder {
  color: #000;
}
.form-components .block .form-wrap .form-box .form-control::placeholder {
  color: #000;
}
.form-components .block .form-wrap .form-box .form-control.textarea-control {
  height: 112px;
}
@media screen and (max-width: 767px) {
  .form-components .block .form-wrap .form-box .form-control.textarea-control {
    height: 96px;
  }
}
.form-components .block .form-wrap .form-box.textarea-box label {
  top: 20%;
  transform: translateY(-20%);
}
.form-components .block .form-wrap .form-box .form-select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #D7D7D7;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "FavoritMed";
  font-size: 18px;
  line-height: 1.2;
  color: #47B867;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.form-components .block .form-wrap .form-box .form-select::-moz-placeholder {
  color: #000;
}
.form-components .block .form-wrap .form-box .form-select::placeholder {
  color: #000;
}
.form-components .block .form-wrap .form-box.is-focused label {
  font-size: 11px;
  top: -10px;
  transform: translateY(0%);
  color: #888888;
}
.form-components .block .form-wrap .form-box.has-value label {
  font-size: 11px;
  top: -10px;
  transform: translateY(0%);
  color: #888888;
}
.form-components .block .form-wrap .form-check {
  margin: 0;
  padding: 0;
  position: relative;
}
.form-components .block .form-wrap .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-components .block .form-wrap .form-check label {
  font-family: "SF Pro Display";
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 27px;
  position: relative;
  left: 0;
  cursor: pointer;
}
.form-components .block .form-wrap .form-check label a {
  display: inline-block;
  color: #47B867;
}
.form-components .block .form-wrap .form-check label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #47B867;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-components .block .form-wrap .form-check input:checked + label::before {
  background: #47B867;
}
.form-components .block .form-wrap .form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-components .block .form-wrap .btn-block {
  margin: 0;
  padding: 22px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .form-components .block .form-wrap .btn-block .primary-btn {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .form-components .block .form-wrap {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  img.desktop {
    display: none;
  }
}
img.mobile {
  display: none;
}
@media (max-width: 767px) {
  img.mobile {
    display: block;
  }
}/*# sourceMappingURL=style-comp.min.css.map */