.recapcha-contains {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .recapcha-contains {
    flex-direction: column;
  }
}

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-left: 0px;
  padding: 10px 0px;
  background-color: #fff;
  text-align: left;
}

.nav-link {
  font-weight: 700;
}

.nav-link.nav-link-cta {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #ff7375;
  font-size: 14px;
  font-weight: 900;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown {
  margin-right: 10px;
}

.dropdown-list-2 {
  background-color: #e4c2c2;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: auto;
  overflow: visible;
  background-color: #fff;
}

.status-bar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.status-text {
  color: #fff;
  text-decoration: none;
}

.hero-section {
  display: none;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/webp/Standing-on-mountain-top.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/webp/Standing-on-mountain-top.webp');
  background-position: 0px 0px, 100% 80%;
  background-size: auto, cover;
}

.hero-section.landing-about-us {
  display: block;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/webp/pexels-roberto-nickson-2559941.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/webp/pexels-roberto-nickson-2559941.webp');
  background-position: 0px 0px, 50% 50%;
}

.hero-section.landing-free-assessment {
  display: block;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/webp/pexels-nataliya-vaitkevich-6120170.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/webp/pexels-nataliya-vaitkevich-6120170.webp');
  background-position: 0px 0px, 50% 50%;
}

.hero-section.landing-team-members {
  display: block;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/webp/pexels-august-de-richelieu-4427612.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/webp/pexels-august-de-richelieu-4427612.webp');
  background-position: 0px 0px, 50% 50%;
}

.hero-section.landing-legal {
  display: block;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/webp/pexels-sora-shimazaki-5668473.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/webp/pexels-sora-shimazaki-5668473.webp');
  background-position: 0px 0px, 50% 50%;
}

.hero-section.landing-faq {
  display: block;
  height: 40vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navlink {
  margin-right: 20px;
  color: #333;
  text-decoration: none;
}

.navlink:hover {
  color: #000;
}

.navlink.button {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
}

.navlink.button:hover {
  background-color: #000;
  color: #fff;
}

.navlink.button.hiddenonmobile {
  margin-right: 0px;
}

.navlink.hiddenonmobile.bold {
  font-weight: 700;
}

.hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.hero-content {
  margin-top: 10px;
  line-height: 1.2;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #faf0f0;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}

.text-field {
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.field-label {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  font-weight: 300;
}

.form-block {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.form {
  padding: 10px;
}

.link {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.services-section {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.services-section.mobile {
  display: none;
}

.service-description {
  line-height: 150%;
}

.service-image.perm-res {
  background-image: url('../images/webp/man-walking.webp');
  background-position: 50% 0%;
  background-size: cover;
}

.service-image.temp-res-img {
  background-image: url('../images/webp/studying.webp');
  background-position: 50% 0%;
  background-size: cover;
}

.service-image.citizenship-img {
  background-image: url('../images/webp/holding-canadian-passport.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.inad-img {
  background-image: url('../images/webp/law-building.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.urgent-img {
  background-image: url('../images/webp/distraught.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-4 {
  font-weight: 600;
  text-align: center;
}

.service-title {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 400;
}

.service-subtitle {
  font-weight: 400;
}

.subservices {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.emoji {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-2 {
  color: #333;
}

.go-to-service-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #3cb6e7;
  text-decoration: none;
}

.go-to-service-button.appointment {
  width: 80%;
  margin-bottom: 0px;
}

.go-to-service-button-title {
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  color: #fff;
}

.why-hire-a-pro-section {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hire-a-pro-title {
  margin-bottom: 15px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #b3b3b3;
}

.credentials-container {
  display: block;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.credentials-title-holder {
  text-align: left;
}

.credentials-content {
  margin-top: 20px;
  font-size: 15px;
}

.heading-6 {
  font-weight: 500;
}

.paragraph {
  font-size: 16px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item-3 {
  margin-bottom: 10px;
}

.contact-section {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/webp/map-of-danforth-area.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-section-form-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: -4px 4px 20px -4px #9b9090;
}

.contact-form-contact-info-container {
  width: 40%;
  height: 100%;
  padding: 10px 10px 10px 20px;
  background-color: #3cb6e7;
}

.contact-form {
  width: 60%;
  height: 100%;
  padding: 20px;
}

.form-2 {
  width: 100%;
  height: 100%;
}

.heading-7 {
  margin-bottom: 20px;
  font-weight: 400;
}

.modern-textfield {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c7c7c7;
  border-radius: 0px;
  background-color: transparent;
}

.modern-textfield.textarea {
  margin-bottom: 0px;
}

.modern-texttitle {
  margin-bottom: 0px;
  font-weight: 300;
}

.modern-texttitle.last {
  margin-top: 45px;
}

.cit {
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-weight: 400;
}

.cic-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cic-content.socialsimage {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-8 {
  margin-left: 10px;
  color: #fff;
  font-weight: 400;
}

.socials-icon-container {
  margin-right: 20px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  height: 40px;
  margin-top: 20px;
  background-color: #3cb6e7;
}

.success-message {
  background-color: #5bff9a;
}

.footer-content-container.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-container.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-content-container.footer-about.right-margin {
  margin-right: 100px;
}

.footer-logo-logo.top {
  margin: 0px auto 0px 5px;
  text-decoration: none;
}

.footer-logo-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-copyright {
  margin-top: 10px;
}

.footer-logo-socials-socials {
  margin-right: 20px;
}

.footer-logo-socials-socials.mr-5 {
  margin-right: 0px;
}

.text-block-3 {
  font-size: 10px;
}

.link-block-3 {
  color: #807474;
  text-decoration: none;
}

.link-block-3.w--current {
  color: #b3b3b3;
  text-decoration: none;
}

.heading-9 {
  margin-top: 0px;
  color: #0a0a0a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading-10 {
  color: #000;
  line-height: 0.2;
  text-decoration: none;
}

.heading-11 {
  margin-top: 0px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.link-2 {
  margin-bottom: 5px;
  color: #807474;
  font-size: 13px;
  text-decoration: none;
}

.link-3 {
  margin-bottom: 5px;
  color: #807474;
  font-size: 13px;
  text-decoration: none;
}

.link-4 {
  margin-bottom: 5px;
  color: #807474;
  font-size: 13px;
  text-decoration: none;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.herobutton {
  margin-right: 20px;
  padding: 15px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.herobutton:hover {
  background-color: #fff;
  color: #000;
}

.herobutton.assessment-form {
  width: 100%;
}

.herobutton.assessment-form:hover {
  border: 1px solid #000;
  border-radius: 1px;
}

.testimonials-section {
  margin-top: 50px;
  padding: 50px;
  background-color: #eee;
}

.testimonials-title {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.heading-13 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.testimonials-grid {
  width: 90%;
  height: auto;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text-container {
  margin-top: 10px;
}

.text-block-4 {
  margin-left: 20px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

.text-block-5 {
  line-height: 160%;
  font-weight: 400;
}

.testimonial-redirect-container {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-right: 5px;
  color: #000;
  font-weight: 700;
}

.link-block-7 {
  text-decoration: none;
}

.mobile-navbar {
  display: none;
}

.about-section {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-section-text {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 150%;
}

.about-link {
  display: inline-block;
  margin-top: 15px;
  margin-right: 40px;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}

.one-page-form {
  width: 80%;
  max-width: 1600px;
  margin: 100px auto 0px;
  padding: 50px;
  box-shadow: 1px 2px 12px 5px rgba(55, 51, 128, 0.1);
}

.form-title {
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 1.2;
}

.form-title.with-paragraph {
  margin-bottom: 10px;
}

.assessment-form-label {
  margin-bottom: 20px;
  font-weight: 500;
}

.assessment-form-text-field {
  margin-bottom: 20px;
}

.assessment-form-radio {
  margin-left: 20px;
}

.assessment-form-radio.bm-20 {
  margin-bottom: 20px;
}

.success-message-2 {
  background-color: #3cff80;
}

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

.problem-text-area {
  margin-bottom: 20px;
}

.div-block-7 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.status-bar-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.checkbox-field {
  margin-bottom: 20px;
}

.checkboxes-container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.appointment-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1600px;
  margin: 100px auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.apt-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.assessment-form-individual-container {
  padding: 50px;
}

.dual-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 11px;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.payment-logo {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.visa-logo {
  height: 15px;
}

.payment-logo.custom-logo-dinners {
  height: 30px;
}

.section-default {
  width: 90%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.team-members-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-container {
  width: 300px;
}

.team-member-description {
  width: 250px;
  margin-top: -2.5rem;
  padding: 24px;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 2px 12px 5px rgba(55, 51, 128, 0.1);
  text-align: center;
}

.team-member-socials-container {
  margin-top: 1.2rem;
}

.image-3 {
  border-radius: 0.25rem;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #686262;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

.team-member-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-contact-form-2 {
  display: none;
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  background-color: #141414;
  box-shadow: 5px 5px 20px -4px #17171a;
}

.hero-section-2 {
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/webp/Standing-on-mountain-top.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/webp/Standing-on-mountain-top.webp');
  background-position: 0px 0px, 100% 80%;
  background-size: auto, cover;
}

.herobutton-2 {
  margin-right: 20px;
  padding: 15px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  cursor: pointer;
}

.herobutton-2:hover {
  background-color: #fff;
  color: #000;
}

.herobutton-2.ghost-button {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.heading-17 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #faf0f0;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}

.hero-section-container-2 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button-3 {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.submit-button-3:hover {
  background-color: #000;
  color: #fff;
}

.heading-18 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 2px 12px 5px rgba(55, 51, 128, 0.1);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.content-wrapper.slim {
  max-width: 1600px;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.section-faq {
  width: 96%;
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.service-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    display: block;
  }

  .nav-link.nav-link-cta {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .nav-menu {
    margin: 20px;
    background-color: #fff;
  }

  .status-bar {
    display: none;
  }

  .hero-section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section.landing-about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
  }

  .hero-section.landing-free-assessment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
  }

  .hero-section.landing-team-members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
  }

  .hero-section.landing-legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
  }

  .hero-section.landing-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
  }

  .nav-bar {
    position: fixed;
    display: none;
    margin-top: 0px;
  }

  .navlink {
    display: block;
  }

  .navlink.hiddenonmobile {
    display: none;
  }

  .hero-section-container {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.75fr;
    grid-template-rows: 0.75fr;
  }

  .hero-content {
    text-align: center;
  }

  .heading {
    font-size: 50px;
  }

  .heading-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .text-field {
    font-weight: 200;
  }

  .field-label {
    font-family: Poppins, sans-serif;
  }

  .form-block {
    width: 90%;
    background-color: transparent;
  }

  .services-section {
    display: -ms-grid;
    display: grid;
    width: 96%;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .services-section.mobile {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .service-description {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .service-image.perm-res {
    height: 300px;
  }

  .service-image.temp-res-img {
    height: 300px;
  }

  .service-image.citizenship-img {
    height: 300px;
  }

  .service-image.inad-img {
    height: 300px;
  }

  .service-image.urgent-img {
    height: 300px;
  }

  .heading-4 {
    font-size: 24px;
    font-weight: 500;
  }

  .service-title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  .service-subtitle {
    font-size: 16px;
  }

  .emoji {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .go-to-service-button.appointment {
    width: 100%;
  }

  .why-hire-a-pro-section {
    width: 96%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .credentials-container {
    padding: 0px;
  }

  .heading-6 {
    font-size: 20px;
    font-weight: 400;
  }

  .contact-section {
    position: static;
    width: 96%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .map-container {
    display: none;
    height: 40vh;
  }

  .contact-section-form-container {
    position: static;
    width: 100%;
  }

  .cic-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }

  .cic-content.socialsimage {
    margin-top: 30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-content-container.footer-logo {
    width: 96%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-content-container.footer-about {
    margin-right: 0px;
    text-align: center;
  }

  .footer-content-container.footer-about.right-margin {
    text-align: center;
  }

  .footer-logo-logo {
    margin-top: 0px;
  }

  .footer-logo-socials {
    width: auto;
  }

  .footer-logo-copyright {
    display: none;
  }

  .heading-11 {
    margin-top: 0px;
  }

  .footer-links-container {
    width: 96%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-4 {
    display: block;
  }

  .herobutton {
    margin-right: 0px;
  }

  .testimonials-section {
    margin-top: 50px;
    padding-top: 20px;
    background-color: #eee;
  }

  .testimonials-title {
    width: 96%;
  }

  .heading-13 {
    font-size: 24px;
    font-weight: 500;
  }

  .testimonials-grid {
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonial-container {
    margin-bottom: 50px;
  }

  .testimonial-container.bm-0 {
    margin-bottom: 0px;
  }

  .testimonial-text-container {
    height: auto;
  }

  .text-block-4 {
    font-weight: 600;
  }

  .text-block-5 {
    line-height: 150%;
  }

  .testimonial-redirect-container {
    position: static;
    margin-top: 20px;
  }

  .text-block-6 {
    font-weight: 600;
  }

  .mobile-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999;
    display: block;
    background-color: hsla(0, 0%, 100%, 1);
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.bold {
    font-weight: 700;
  }

  .menu-button {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .about-section {
    width: 96%;
    margin-bottom: 50px;
  }

  .about-section-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .about-link {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .one-page-form {
    width: 96%;
    margin-top: 50px;
  }

  .form-title {
    font-size: 30px;
  }

  .appointment-container {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block-7 {
    width: 100%;
  }

  .assessment-form-individual-container {
    padding: 0px;
  }

  .dual-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logos-wrap {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-members-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member-socials {
    width: auto;
  }

  .hero-contact-form-2 {
    display: none;
    margin-top: 49px;
    padding: 0px;
  }

  .hero-section-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-17 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .hero-section-container-2 {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.75fr;
    grid-template-rows: 0.75fr;
  }

  .heading-18 {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px none #000;
    border-radius: 0px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
  }

  .accordion-heading {
    padding-right: 20px;
  }

  .service-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .service-container.reverse-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 47px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .text-field {
    font-size: 12px;
  }

  .field-label {
    font-size: 12px;
  }

  .services-section.mobile {
    margin-top: 0px;
  }

  .contact-section {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .map-container {
    height: 400px;
  }

  .contact-section-form-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-contact-info-container {
    width: 100%;
    padding: 10px;
  }

  .contact-form {
    width: 100%;
    padding: 10px;
  }

  .testimonials-section {
    margin-top: 10px;
    padding: 20px 0px;
  }

  .heading-13 {
    margin-top: 0px;
    line-height: 150%;
  }

  .testimonials-grid {
    margin-bottom: 0px;
  }

  .one-page-form {
    padding: 20px;
  }

  .form-title.with-paragraph {
    font-size: 25px;
  }

  .logos-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .payment-logo {
    padding-right: 0px;
  }

  .team-members-container {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-17 {
    font-size: 16px;
  }

  .heading-18 {
    font-size: 32px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    margin-top: 2px;
  }

  .hero-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/webp/exploring-snowy-mountains.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/webp/exploring-snowy-mountains.webp');
    background-position: 0px 0px, 67% 47%;
  }

  .nav-bar {
    position: fixed;
    height: 10vh;
  }

  .hero-section-container {
    width: 100%;
    margin-top: 0px;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 35px;
    text-align: left;
  }

  .heading-2 {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0px;
  }

  .link {
    text-align: center;
  }

  .heading-4 {
    line-height: 1.2;
  }

  .footer {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bfdce7), to(#fff));
    background-image: linear-gradient(0deg, #bfdce7, #fff);
  }

  .credentials-content {
    font-size: 15px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph {
    font-size: 14px;
  }

  .contact-section {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .map-container {
    height: 200px;
  }

  .modern-texttitle.last {
    margin-top: 15px;
  }

  .cit {
    margin-bottom: 10px;
  }

  .cic-content {
    margin-bottom: 10px;
  }

  .cic-content.socialsimage {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-8 {
    font-size: 14px;
  }

  .footer-content-container.footer-logo {
    width: 100%;
    height: auto;
  }

  .footer-content-container.footer-about {
    height: auto;
    margin-right: 0px;
  }

  .footer-content-container.footer-about.right-margin {
    margin-right: 10px;
  }

  .footer-logo-logo {
    margin-left: 5px;
    padding-left: 0px;
  }

  .footer-logo-socials-socials {
    margin-right: 10px;
  }

  .footer-logo-socials-socials.mr-5 {
    margin-right: 5px;
  }

  .text-block-3 {
    color: #7c7c7c;
  }

  .link-block-3.w--current {
    color: #7c7c7c;
  }

  .heading-9 {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .footer-links-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .herobutton {
    text-align: center;
  }

  .testimonials-section {
    margin-top: 0px;
    padding: 20px 0px;
  }

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

  .one-page-form {
    padding: 20px;
  }

  .form-title {
    font-size: 25px;
  }

  .form-title.with-paragraph {
    font-size: 20px;
    line-height: 150%;
  }

  .logos-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .image-container {
    width: 96%;
  }

  .team-member-description {
    width: 90%;
  }

  .hero-contact-form-2 {
    display: none;
  }

  .hero-section-2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/webp/exploring-snowy-mountains.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/webp/exploring-snowy-mountains.webp');
    background-position: 0px 0px, 67% 47%;
  }

  .herobutton-2 {
    text-align: center;
  }

  .herobutton-2.ghost-button {
    display: none;
    margin-top: 15px;
  }

  .heading-17 {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
  }

  .hero-section-container-2 {
    width: 100%;
    margin-top: 0px;
  }

  .submit-button-3 {
    margin-top: 0px;
  }

  .heading-18 {
    margin-bottom: 5px;
    font-size: 27px;
  }
}

#w-node-_88d135b3-e7df-8894-b971-f0280c2fb0e3-b8df7610 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_88d135b3-e7df-8894-b971-f0280c2fb0ed-b8df7610 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_867c04e7-0b42-869e-2e3f-e4b8582ee431-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f29872b5-8ce0-0978-92b7-fe2e232181e1-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f69d7ac4-f1a1-b143-df92-4c15184b7232-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_15af1c7f-8d1d-239d-426d-82991c9bfbb5-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7b99ad34-a294-2bdb-cb3b-970ebd746319-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1a67bc93-a712-f427-15d1-447d887a9e45-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cf4a4c8d-fefd-01c1-2789-d826359012de-b8df7610 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3264095f-e700-7ada-d605-b2e15f44b625-b8df7610 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7eb270c6-e77d-4669-3c4d-f85d1f65907d-b8df7610 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a79be745-a060-6d60-6e17-644159aa83ba-b9df765d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_45fc4d66-78de-4774-6f41-b6220a631e6b-b9df765d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bf8c2a70-68d3-3973-750c-bcbdb0216357-66df7664 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-da7357a3-6474-8a2f-6537-e1dce96eaad0-f3df766a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9874096e-1dc1-a72b-6c0e-a4cc36d876c7-47df766b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_67efe182-1b04-858d-8f40-8bee36c2afd9-47df766b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_93dd5efa-747e-951e-4ef4-5ee0588c90c5-d0df766c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df0d9280-c696-4cce-c5bc-aba9f1421e52-a0df766d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_867c04e7-0b42-869e-2e3f-e4b8582ee431-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f29872b5-8ce0-0978-92b7-fe2e232181e1-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f69d7ac4-f1a1-b143-df92-4c15184b7232-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_15af1c7f-8d1d-239d-426d-82991c9bfbb5-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7b99ad34-a294-2bdb-cb3b-970ebd746319-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1a67bc93-a712-f427-15d1-447d887a9e45-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cf4a4c8d-fefd-01c1-2789-d826359012de-b8df7610 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3264095f-e700-7ada-d605-b2e15f44b625-b8df7610 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-bf8c2a70-68d3-3973-750c-bcbdb0216357-66df7664 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7eb270c6-e77d-4669-3c4d-f85d1f65907d-b8df7610 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bf8c2a70-68d3-3973-750c-bcbdb0216357-66df7664 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

