:root {
  --color--floral-white: #fffbf6;
  --font-family--poppins: Poppins, sans-serif;
  --color--black: black;
  --font-family--syne: Syne, sans-serif;
  --color--white: white;
  --color--dark-green: #033933;
  --color--green: #56dfcf;
  --color--light-green: #c4f692;
  --color--light-black: #1e1e1e;
  --color--gray: #4d4d4d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
  display: inline-block;
}

.body {
  background-color: var(--color--floral-white);
  font-family: var(--font-family--poppins);
  color: var(--color--black);
  font-size: 16px;
  text-decoration: none;
}

.nav-link {
  font-family: var(--font-family--syne);
  color: var(--color--white);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--color--white);
}

.nav-link.style-guide {
  display: block;
}

.logo-white {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 180px;
  display: block;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.hero-section {
  background-image: radial-gradient(circle, #70b2b2 10%, #021d1a 100%, #fff);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  background-color: #eea67600;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.common-button {
  background-color: var(--color--green);
  font-family: var(--font-family--syne);
  color: var(--color--black);
  border-radius: 50px;
  padding: 15px 20px;
  font-weight: 600;
}

.common-button.button-margin {
  background-color: var(--color--green);
  margin-top: 40px;
}

.common-button.price-button {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.common-button.contact-button {
  margin-top: 10px;
}

.common-button.newsletter-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 30px;
  display: inline-flex;
}

.common-button.button-border {
  border: 1px solid var(--color--light-green);
  color: var(--color--white);
  background-color: #c4f69200;
  margin-bottom: 10px;
}

.common-button.button-border.style-guide {
  color: var(--color--black);
}

.common-button.style-guide {
  margin-right: 20px;
}

.row {
  align-items: center;
  display: flex;
  position: relative;
}

.label-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  vertical-align: super;
  background-color: #e1aa36;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 15px;
  padding: 15px 20px;
  display: inline-flex;
  position: static;
}

.tag-text {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.dot {
  vertical-align: super;
  width: 8px;
  display: inline-block;
}

.h1-heading {
  font-family: var(--font-family--syne);
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
  font-size: 52px;
  line-height: 110%;
}

.white-paragraph {
  color: #fffc;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
  line-height: 140%;
}

.white-paragraph.newsletter-paragraph {
  text-align: center;
  width: 707px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-paragraph.style-guide {
  font-weight: 400;
}

.banner-image-div {
  text-align: center;
  position: relative;
}

.banner-left-image {
  position: absolute;
  inset: auto auto 10% -16%;
}

.banner-right-image {
  position: absolute;
  inset: 11% 0% auto auto;
}

.banner-image {
  max-width: 110%;
}

.trusted-client-section {
  background-color: #021d1a05;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.brand-logo-div {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.section.service-section {
  background-color: #0000;
  background-image: radial-gradient(circle, #70b2b2 10% 10%, #021d1a 100%, #fff);
}

.common-heading.center {
  text-align: center;
  margin-bottom: 40px;
}

.h2-heading {
  font-family: var(--font-family--syne);
  color: var(--color--light-black);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 50px;
  line-height: 130%;
}

.h2-heading.heading-center {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading.heading-color {
  color: var(--color--white);
}

.process-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: 400;
}

.step-card {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number-div {
  background-color: var(--color--green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
}

.h3-heading {
  font-family: var(--font-family--syne);
  color: var(--color--dark-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
}

.h5-heading {
  font-family: var(--font-family--syne);
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

.h5-heading.country-text {
  color: var(--color--dark-green);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.paragraph {
  color: var(--color--gray);
  font-weight: 400;
  line-height: 150%;
}

.paragraph.center-paragraph {
  text-align: center;
  width: 270px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.paragraph-large {
  font-size: 18px;
}

.paragraph.paragraph-large.center-large-paragraph {
  color: #fffc;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.paragraph-large.center-large-paragraph.paragraph-color {
  color: var(--color--gray);
}

.paragraph.paragraph-large.pricing-month {
  color: var(--color--black);
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph.paragraph-large.testimonial-paragraph {
  margin-bottom: 20px;
}

.paragraph.paragraph-large.style-guide {
  font-weight: 400;
}

.paragraph.expertise-paragraph {
  color: #fffc;
  margin-top: 5px;
  font-weight: 400;
}

.paragraph.client-paragraph {
  margin-bottom: 0;
}

.paragraph.template-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-image-div {
  position: relative;
}

.about-image-card {
  position: absolute;
  inset: auto 7% -5% auto;
}

.service-div {
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.service-card {
  border-radius: 20px;
  width: 100%;
  height: 381px;
  position: relative;
}

.service-card._1 {
  background-image: url('../images/adult-individual-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 488px;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 20px;
  position: relative;
}

.service-card._2 {
  background-image: url('../images/child-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 408px;
}

.service-card._3 {
  background-image: url('../images/group-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: scroll;
}

.service-detail-div {
  background-color: #024e46;
  border: 1px solid #07665c;
  border-radius: 39px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 18px 20px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
}

.h6-heading {
  font-family: var(--font-family--syne);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.h6-heading.color {
  color: var(--color--white);
}

.h6-heading.expertise-heading {
  font-family: var(--font-family--poppins);
  color: var(--color--white);
}

.h6-heading.form-heading, .h6-heading.client-name {
  font-weight: 700;
}

.h6-heading.template-detail-heading {
  color: var(--color--white);
  background-color: #033933;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.h6-heading.color-name {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h6-heading.color-name.color-white {
  color: var(--color--white);
}

.pricing-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-card {
  background-color: var(--color--white);
  text-align: left;
  border: 1px solid #03352e;
  border-bottom-width: 12px;
  border-radius: 40px;
}

.h4-heading {
  font-family: var(--font-family--syne);
  color: var(--color--light-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 120%;
}

.h4-heading.price {
  color: var(--color--black);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.h4-heading.style-guide {
  text-transform: capitalize;
}

.price-detail {
  padding: 40px;
}

.pricing-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.list-text {
  color: var(--color--gray);
  font-weight: 300;
  line-height: 120%;
}

.arrow-right {
  margin-right: 10px;
}

.price-month {
  border-style: solid;
  border-width: 5px 0;
  border-color: var(--color--light-green) var(--color--light-green) var(--color--light-green) black;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.small-text {
  width: 123px;
  margin-left: auto;
  margin-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}

.price-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contact-div {
  margin-top: 50px;
}

.contact-card {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-image {
  margin-right: 10px;
}

.contact-form {
  background-color: var(--color--floral-white);
  border-radius: 30px;
  margin-left: 80px;
  padding: 30px;
  box-shadow: 0 0 30px #0000000d;
}

.input-grid {
  margin-top: 40px;
}

.input-field {
  background-color: var(--color--white);
  color: var(--color--black);
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 20px #0000000d;
}

.input-field::placeholder {
  color: var(--color--gray);
  font-size: 16px;
  font-weight: 400;
}

.input-field.text-field {
  padding-top: 20px;
}

.slider {
  background-color: #fff0;
  height: 100%;
}

.slider-card {
  background-color: var(--color--white);
  border: 1px solid #03352e;
  border-bottom-width: 9px;
  border-radius: 40px;
  flex-flow: column;
  padding: 20px 28px 20px 30px;
  display: flex;
}

.client-detail-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.client-image {
  margin-right: 10px;
}

.slide {
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav {
  display: none;
}

.testimonial-arrow {
  background-color: var(--color--light-green);
  color: var(--color--black);
  font-size: 25px;
}

.arrow {
  background-color: var(--color--light-green);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: block;
}

.arrow.arrow-left {
  inset: auto auto -22% -104%;
}

.arrow.arrow-left.arrow-right {
  margin-left: 10px;
  left: -92%;
}

.footer {
  background-image: url('../images/footer-image.png'), radial-gradient(circle, #03453e, #021d1a);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter-div {
  text-align: center;
  background-color: #70b2b233;
  padding-top: 100px;
  padding-bottom: 150px;
}

.footer-logo {
  width: 30%;
}

.newsletter-heading {
  font-family: var(--font-family--syne);
  color: var(--color--white);
  width: 880px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.newsletter-form {
  display: flex;
}

.newsletter-input {
  color: var(--color--black);
  border: 0 solid #000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 300px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 18px;
  display: block;
}

.newsletter-input::placeholder {
  color: #000000b3;
  font-size: 18px;
  line-height: 20px;
}

.form-block {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.copyright-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  justify-content: space-between;
  display: flex;
}

.copyright-text {
  color: var(--color--white);
}

.copyright-link {
  color: var(--color--white);
  text-decoration: none;
}

.licence-link {
  color: var(--color--white);
  text-transform: capitalize;
  margin-left: 15px;
  text-decoration: none;
}

.licence-link.style-guide {
  margin-left: 0;
  display: block;
}

.banner-section {
  background-image: radial-gradient(circle, #03453e, #021d1a);
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 0;
}

.template-detail-div {
  margin-bottom: 60px;
}

.template-link-div {
  margin-top: 20px;
}

.explore-link {
  color: var(--color--gray);
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.explore-link.style-guide {
  display: block;
}

.style-guide {
  color: var(--color--light-black);
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-style {
  margin-top: 50px;
}

.color-palette {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-box {
  text-align: center;
  border-radius: 10px;
}

.color-box.white {
  background-color: var(--color--white);
}

.color-box.black {
  background-color: var(--color--black);
}

.color-box.light-green {
  background-color: var(--color--light-green);
}

.color-box.green {
  background-color: var(--color--green);
}

.color-box.dark-green {
  background-color: var(--color--dark-green);
}

.color-box.floral-white {
  background-color: var(--color--floral-white);
}

.color-box.gray {
  background-color: var(--color--gray);
}

.color-box.light-black {
  background-color: var(--color--light-black);
}

.success-message {
  background-color: var(--color--green);
  color: var(--color--white);
  margin-top: 40px;
}

.success-message-2 {
  background-color: var(--color--green);
  color: var(--color--white);
}

.text-block {
  color: var(--color--floral-white);
  text-align: left;
  font-size: 16px;
}

.text-block-2, .text-block-3 {
  color: var(--color--floral-white);
}

.dropdown-toggle {
  display: block;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
}

.dropdown {
  display: block;
}

.text-block-4 {
  color: var(--color--floral-white);
}

.icon {
  color: var(--color--light-green);
}

.dropdown-toggle-2 {
  display: block;
}

.logo-white-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 180px;
  display: block;
}

.service-card-copy._3 {
  background-image: url('../images/group-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: scroll;
}

.service-card-copy {
  border-radius: 20px;
  width: 100%;
  height: 381px;
  position: relative;
}

.service-card-copy._1 {
  background-image: url('../images/adult-individual-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 488px;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 20px;
  position: relative;
}

.service-card-copy._2 {
  background-image: url('../images/child-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 408px;
}

.service-card-copy._5 {
  background-image: url('../images/group-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: scroll;
}

.step-card-copy {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.section-copy.service-section {
  background-color: #0000;
  background-image: radial-gradient(circle, #70b2b2 10% 10%, #021d1a 100%, #fff);
}

.row-copy {
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-copy {
  color: var(--color--floral-white);
  text-align: left;
  flex-flow: column;
  height: 180px;
  padding-top: 30px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-block-2-copy {
  color: var(--color--floral-white);
}

.text-block-2-copy._4 {
  height: 180px;
  padding-top: 30px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-3-copy {
  color: var(--color--floral-white);
}

.text-block-3-copy._6 {
  padding-top: 30px;
}

.common-button-copy {
  background-color: var(--color--green);
  font-family: var(--font-family--syne);
  color: var(--color--black);
  border-radius: 50px;
  padding: 15px 20px;
  font-weight: 600;
  display: none;
}

.common-button-copy-copy {
  background-color: var(--color--green);
  font-family: var(--font-family--syne);
  color: var(--color--black);
  border-radius: 50px;
  padding: 15px 20px;
  font-weight: 600;
  display: none;
}

.common-button-copy-copy.button-margin {
  background-color: var(--color--green);
  margin-top: 40px;
}

.common-button-copy-copy.price-button {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.common-button-copy-copy.contact-button {
  margin-top: 10px;
}

.common-button-copy-copy.newsletter-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 30px;
  display: inline-flex;
}

.common-button-copy-copy.button-border {
  border: 1px solid var(--color--light-green);
  color: var(--color--white);
  background-color: #c4f69200;
  margin-bottom: 10px;
}

.common-button-copy-copy.button-border.style-guide {
  color: var(--color--black);
}

.common-button-copy-copy.style-guide {
  margin-right: 20px;
}

.common-button-copy {
  background-color: var(--color--green);
  font-family: var(--font-family--syne);
  color: var(--color--black);
  border-radius: 50px;
  padding: 15px 20px;
  font-weight: 600;
}

.common-button-copy.button-margin {
  background-color: var(--color--green);
  margin-top: 40px;
}

.common-button-copy.price-button {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.common-button-copy.contact-button {
  margin-top: 10px;
}

.common-button-copy.newsletter-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 30px;
  display: inline-flex;
}

.common-button-copy.button-border {
  border: 1px solid var(--color--light-green);
  color: var(--color--white);
  background-color: #c4f69200;
  margin-bottom: 10px;
}

.common-button-copy.button-border.style-guide {
  color: var(--color--black);
}

.common-button-copy.style-guide {
  margin-right: 20px;
}

.container-copy {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.tag-text-copy {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.tag-text-copy-copy {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  vertical-align: super;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 280px;
  height: 28px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.tag-text-copy-copy-copy {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.tag-text-copy-copy-copy-copy {
  font-family: var(--font-family--poppins);
  color: var(--color--dark-green);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--font-family--poppins);
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .logo {
    flex: 0 auto;
    display: block;
  }

  .nav-wrapper {
    flex-flow: row;
    display: block;
  }

  .container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-menu {
    background-color: var(--color--dark-green);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .common-button {
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
  }

  .tag-text {
    width: 200px;
  }

  .dot {
    display: none;
  }

  .h1-heading {
    width: 400px;
    font-size: 39px;
  }

  .white-paragraph {
    font-size: 18px;
  }

  .banner-right-image.card-image-animation {
    width: auto;
    top: -10%;
    right: -4%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-heading {
    font-size: 35px;
  }

  .process-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .step-card {
    margin-bottom: 40px;
  }

  .h5-heading.text-center {
    text-align: center;
  }

  .paragraph.center-paragraph {
    margin-bottom: 20px;
  }

  .service-div {
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-card {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-card._1 {
    margin-bottom: 0;
  }

  .service-detail-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 100px;
    display: flex;
    position: absolute;
  }

  .h6-heading.expertise-heading {
    font-size: 18px;
  }

  .pricing-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card {
    width: 700px;
  }

  .h4-heading {
    font-size: 20px;
  }

  .price-detail {
    width: 700px;
  }

  .pricing-list {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card {
    flex-flow: column;
  }

  .check-image {
    margin-bottom: 20px;
  }

  .contact-form {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .input-field {
    text-align: left;
    text-transform: capitalize;
    overflow-wrap: normal;
    height: 60px;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }

  .arrow.arrow-left {
    bottom: -5%;
  }

  .arrow.arrow-left.arrow-right {
    margin-left: 20px;
    bottom: -5%;
  }

  .newsletter-div {
    padding-bottom: 100px;
  }

  .newsletter-heading {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .menu-button {
    color: var(--color--white);
    background-color: #f1f1f100;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #f1f1f100;
  }

  .service-card-copy {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-card-copy._1 {
    margin-bottom: 0;
  }

  .step-card-copy {
    margin-bottom: 40px;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-block-copy, .text-block-2-copy._4 {
    padding-top: 0;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 708px;
    display: grid;
  }

  .text-block-3-copy._6 {
    padding-top: 0;
  }

  .form-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .common-button-copy {
    text-align: center;
    vertical-align: baseline;
    text-align: center;
    vertical-align: baseline;
    margin-top: 40px;
    margin-left: 230px;
    display: inline-block;
  }

  .common-button-copy-copy {
    text-align: center;
    vertical-align: baseline;
    display: none;
  }

  .common-button-copy {
    text-align: center;
    vertical-align: baseline;
    margin-bottom: 10px;
    margin-left: 255px;
    display: inline-block;
  }

  .container-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy {
    width: 200px;
  }

  .tag-text-copy-copy {
    width: 180px;
    height: 45px;
  }

  .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy {
    width: 200px;
  }

  .tag-text-copy-copy {
    width: 200px;
    height: 52px;
    padding-top: 10px;
  }

  .tag-text-copy-copy-copy {
    width: 200px;
    height: 15px;
  }

  .tag-text-copy-copy-copy-copy {
    width: 200px;
    height: 15px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    padding-bottom: 20px;
    display: block;
  }

  .hero-section {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .row {
    display: block;
  }

  .label-div {
    height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .tag-text {
    height: 35px;
    padding-top: 0;
    text-decoration: none;
  }

  .white-paragraph.newsletter-paragraph {
    width: auto;
  }

  .banner-image-div {
    margin-top: 40px;
  }

  .banner-left-image {
    left: -2%;
  }

  .banner-image {
    vertical-align: baseline;
  }

  .section.service-section {
    padding-top: 0;
  }

  .h2-heading.heading-center {
    width: auto;
  }

  .process-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .step-card, .paragraph.center-paragraph {
    width: 250px;
  }

  .paragraph.paragraph-large.center-large-paragraph {
    width: auto;
  }

  .about-image-div {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-image-card.card-image-animation {
    position: absolute;
    bottom: -6%;
    right: 0%;
  }

  .service-div {
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    justify-items: center;
    display: block;
  }

  .service-card {
    width: 450px;
  }

  .service-card._1 {
    width: 450px;
    margin-bottom: 40px;
  }

  .service-detail-div {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-card, .price-detail {
    width: 500px;
  }

  .contact-form, .slider-card {
    margin-top: 40px;
  }

  .arrow.arrow-left {
    inset: 0 23% -127% 10%;
  }

  .arrow.arrow-left.arrow-right {
    bottom: -127%;
    left: 46%;
    right: 0%;
    overflow: hidden;
  }

  .newsletter-div {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-heading {
    font-size: 33px;
  }

  .newsletter-input {
    width: 250px;
  }

  .copyright {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .licence-div {
    margin-top: 20px;
  }

  .color-palette.style-guide {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-white-copy {
    width: 140px;
    height: 80px;
  }

  .service-card-copy._2 {
    position: relative;
  }

  .service-card-copy {
    width: 450px;
  }

  .service-card-copy._1 {
    width: 450px;
    margin-bottom: 40px;
  }

  .row-copy, .text-block-2-copy {
    display: block;
  }

  .text-block-2-copy._4 {
    display: block;
    position: static;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .form-block-2 {
    grid-template-columns: 1fr;
  }

  .common-button-copy {
    vertical-align: middle;
    width: 270px;
    height: 50px;
    margin-top: -72px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 20px;
    display: inline-block;
    position: static;
  }

  .common-button-copy-copy {
    display: none;
  }

  .common-button-copy {
    margin-left: 240px;
    margin-right: 0;
  }

  .container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    padding-bottom: 20px;
    display: block;
  }

  .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy, .tag-text-copy, .tag-text-copy-copy {
    height: 32px;
    padding-top: 10px;
    text-decoration: none;
  }

  .tag-text-copy-copy {
    height: 32px;
    padding-top: 0;
    text-decoration: none;
  }

  .tag-text-copy-copy-copy, .tag-text-copy-copy-copy-copy, .tag-text-copy-copy-copy-copy, .tag-text-copy-copy-copy-copy {
    height: 32px;
    padding-top: 10px;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
  }

  .container {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    vertical-align: middle;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-items: stretch;
    width: 300px;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .hero-section {
    padding-top: 120px;
  }

  .navbar {
    justify-content: center;
    display: flex;
  }

  .common-button {
    text-align: center;
    border-radius: 50px;
    width: 250px;
    display: block;
    position: static;
  }

  .common-button.button-margin {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .common-button.price-button {
    width: 200px;
  }

  .common-button.contact-button {
    width: 210px;
    font-size: 12px;
  }

  .common-button.newsletter-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .label-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tag-text {
    padding-top: 0;
  }

  .h1-heading {
    font-size: 28px;
  }

  .white-paragraph {
    width: 280px;
    font-size: 15px;
    display: block;
  }

  .banner-left-image {
    width: 80%;
  }

  .banner-right-image.card-image-animation {
    width: 50%;
    top: -10%;
    right: -9%;
  }

  .banner-image {
    width: 500px;
    max-width: 100%;
    padding-left: 0;
    display: inline-block;
  }

  .section {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 50px;
    display: flex;
  }

  .section.service-section {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .h2-heading, .h2-heading.heading-center {
    font-size: 26px;
  }

  .process-div {
    grid-column-gap: 16px;
    grid-auto-columns: .25fr;
    margin-left: 0;
    display: block;
  }

  .step-card {
    flex-flow: column;
    align-items: center;
  }

  .h5-heading {
    font-size: 25px;
  }

  .paragraph.center-paragraph {
    flex: 0 auto;
    align-self: center;
  }

  .paragraph.paragraph-large {
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .paragraph.paragraph-large.center-large-paragraph.paragraph-color {
    align-items: center;
  }

  .about-image-card.card-image-animation {
    width: 60%;
  }

  .service-div {
    grid-row-gap: 22px;
    grid-template-areas: "."
                         "Area"
                         "."
                         "Area-2";
  }

  .service-card, .service-card._1 {
    width: 100%;
  }

  .h6-heading.client-name {
    font-size: 18px;
  }

  .pricing-div {
    display: block;
  }

  .pricing-card {
    width: 250px;
  }

  .h4-heading {
    text-align: center;
    width: 150px;
    font-size: 22px;
  }

  .price-detail {
    width: 270px;
    display: block;
  }

  .contact-div {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .check-image {
    display: none;
  }

  .contact-form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .input-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow.arrow-left {
    bottom: -120%;
    left: 3%;
  }

  .arrow.arrow-left.arrow-right {
    margin-left: 30px;
    bottom: -120%;
    left: 42%;
  }

  .newsletter-div {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .footer-logo {
    text-align: center;
    vertical-align: baseline;
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-flex;
  }

  .newsletter-heading {
    text-align: center;
    font-size: 21px;
  }

  .newsletter-input {
    width: 100%;
  }

  .copyright-div {
    justify-content: center;
    display: flex;
  }

  .copyright-text, .licence-div {
    text-align: center;
  }

  .color-palette.style-guide {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 250px;
    height: 90px;
    margin-left: 60px;
    font-size: 26px;
    display: flex;
  }

  .text-block-3._6 {
    height: 280px;
    display: block;
    position: static;
  }

  .logo-white-copy {
    width: 60px;
    height: 35px;
  }

  .service-card-copy, .service-card-copy._1, .service-card-copy, .service-card-copy._1 {
    width: 100%;
  }

  .service-card-copy._2 {
    padding-top: 0;
  }

  .service-card-copy, .service-card-copy._1 {
    width: 100%;
  }

  .section-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-copy {
    height: 280px;
    padding-bottom: 0;
    display: block;
  }

  .text-block-2-copy {
    position: relative;
  }

  .text-block-2-copy._4 {
    height: 280px;
    display: block;
    position: static;
  }

  .col-copy {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .grid-2 {
    grid-auto-flow: row;
    place-items: center;
    width: 250px;
  }

  .text-block-3-copy._6 {
    height: 280px;
    display: block;
    position: static;
  }

  .common-button-copy-copy {
    text-align: center;
    border-radius: 50px;
    width: 150px;
    height: 50px;
    margin-top: 20px;
    margin-left: 90px;
    margin-right: 0;
    padding: 5px 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    display: block;
    position: static;
  }

  .common-button-copy-copy.button-margin {
    text-align: center;
    margin-top: 20px;
  }

  .common-button-copy-copy.price-button {
    width: 200px;
  }

  .common-button-copy-copy.contact-button {
    width: 210px;
    font-size: 12px;
  }

  .common-button-copy-copy.newsletter-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .common-button-copy {
    text-align: center;
    border-radius: 50px;
    width: 250px;
    display: block;
    position: static;
  }

  .common-button-copy.button-margin {
    text-align: center;
    margin-top: 20px;
  }

  .common-button-copy.price-button {
    width: 200px;
  }

  .common-button-copy.contact-button {
    width: 210px;
    font-size: 12px;
  }

  .common-button-copy.newsletter-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 290px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .tag-text-copy, .tag-text-copy-copy, .tag-text-copy-copy-copy {
    padding-top: 0;
  }

  .tag-text-copy-copy-copy, .tag-text-copy-copy-copy-copy {
    height: 20px;
    padding-top: 0;
  }

  .tag-text-copy-copy-copy-copy {
    padding-top: 0;
  }

  .icon-2 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: stretch;
    display: inline-block;
  }
}

#w-node-_6c0f1faf-3cc3-da64-920f-8872c9e126bb-1aa6e1ca {
  align-self: start;
}

#w-node-d39137ef-8994-a5fd-386a-cd675d9019ed-1aa6e1ca, #w-node-bb488fcc-de1e-c668-3b7d-c57a153c688b-1aa6e1ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48a2cdf8-0c55-d5c2-fcaf-8b987a6ee96f-1aa6e1ca {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_676f44f6-a36a-8d0f-384f-ce73c34ae131-1aa6e1ca {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_3672e2c1-42e8-8567-60b3-04dd3c6cd917-1aa6e1ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e28733d-0866-7e89-74b8-044ca795204f-1aa6e1ca {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto;
}

#w-node-bb64a205-9d8e-7cde-0d0d-d062c43b78a7-1aa6e1ca {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6c5c0534-0ba7-4f13-531a-71ff20a904ac-1aa6e1ca {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start center;
}

#w-node-c793c6f7-7f05-2ebb-bd0e-6d7c9a3ba7db-1aa6e1ca, #w-node-a87af75a-5300-669a-6184-f6007d4c48e3-1aa6e1ca, #w-node-ea9d78c4-e7e2-597e-1efc-42fb7ab35432-1aa6e1ca, #w-node-_4fab8294-7978-b6d0-28e6-f97b4cd7d341-1aa6e1ca, #w-node-_72a7df07-cc95-3091-7266-a97296137062-1aa6e1ca, #w-node-c6bad89d-bcc2-4418-214c-d34898b2d244-1aa6e1ce, #w-node-_4dcab8b1-12a9-4022-cb40-c363f3954cb5-1aa6e1ce, #w-node-_5b59a634-217e-e893-41ea-037dbd74e686-1aa6e1ce, #w-node-b67b1f69-6054-29f7-e46e-b264f2250722-1aa6e1ce, #w-node-e4e7824d-f0b2-9b2f-3662-79691fdebd98-1aa6e1ce, #w-node-_0b065dbe-e7e4-cd65-6874-2a9414d59c6d-1aa6e1ce, #w-node-c437b79d-8842-3a12-d551-cd1c78e7f18d-1aa6e1ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6c0f1faf-3cc3-da64-920f-8872c9e126bb-1aa6e1ca {
    align-self: start;
  }

  #w-node-bb488fcc-de1e-c668-3b7d-c57a153c688b-1aa6e1ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48a2cdf8-0c55-d5c2-fcaf-8b987a6ee96f-1aa6e1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch;
  }

  #w-node-_676f44f6-a36a-8d0f-384f-ce73c34ae131-1aa6e1ca, #w-node-_2e28733d-0866-7e89-74b8-044ca795204f-1aa6e1ca, #w-node-_6c5c0534-0ba7-4f13-531a-71ff20a904ac-1aa6e1ca {
    align-self: stretch;
  }

  #w-node-b88b3911-59b5-5442-cfa8-f941c3417176-1aa6e1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #email-form.w-node-_320d655c-326e-0b2e-4a17-6c3a7cc5cbf7-1aa6e1ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #email.w-node-_320d655c-326e-0b2e-4a17-6c3a7cc5cbfd-1aa6e1ca, #Seeking-Support-For.w-node-acecd4a8-f38b-0edf-777a-c4dfee6868b2-1aa6e1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c0f1faf-3cc3-da64-920f-8872c9e126bb-1aa6e1ca {
    align-self: start;
  }

  #w-node-d39137ef-8994-a5fd-386a-cd675d9019ed-1aa6e1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6c0f1faf-3cc3-da64-920f-8872c9e126bb-1aa6e1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb488fcc-de1e-c668-3b7d-c57a153c688b-1aa6e1ca {
    place-self: start;
  }
}


