:root {
  --elevar-dark-gray: #4d4e4e;
  --elevar-dark-green: #116469;
  --white-smoke-bg: #f3f7f7;
  --elevar-yellow: #ebad00;
  --light-blue-highlight-section: #acc9cb;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 160%;
}

.body {
  color: var(--elevar-dark-gray);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.page-wrapper {
  overflow: visible;
}

.navbar {
  z-index: 9999;
  max-height: 5rem;
  min-height: 5rem;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, .85);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.primary-button {
  color: #fff;
  background-color: #347362;
  border-radius: 8px;
  padding: 13px 20px 16px;
  transition: all .35s;
}

.primary-button:hover {
  background-color: #ef8450;
}

.brand {
  width: 10rem;
  align-items: stretch;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand.w--current {
  padding-left: 0;
}

.navigation-container-full {
  height: 100%;
  min-height: 5rem;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-link-plain {
  height: 100%;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .35s;
  display: flex;
  position: static;
}

.nav-link-plain:hover {
  color: var(--elevar-dark-green);
}

.nav-link-plain.w--current {
  z-index: 1;
  border-bottom: 1px none var(--elevar-dark-green);
  color: var(--elevar-dark-green);
}

.nav-menu-green {
  z-index: 2;
  width: auto;
  align-items: stretch;
  display: flex;
}

.nav-link-button-wrapper {
  height: 100%;
  align-items: center;
  display: flex;
}

.nav-link-button-wrapper.desktop-hide {
  display: none;
}

.logo {
  width: 100%;
  height: 100%;
}

.home-hero-section {
  min-height: 40rem;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Elevar-Home-Hero-Shot-image-2.webp');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1rem;
}

.home-we-help-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-connecting-section {
  background-color: var(--white-smoke-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.home-why-elevar-section, .home-how-do-we-make-section, .home-partner-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-resources-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all .2s;
  display: none;
}

.home-trusted-section {
  background-color: var(--white-smoke-bg);
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: none;
}

.home-let-s-talk-section {
  border-top: 2px none var(--elevar-dark-green);
  border-left: 2px #000;
  border-right: 2px #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-copyright-container {
  width: 100%;
  max-width: none;
  background-color: var(--elevar-dark-green);
  justify-content: center;
  padding: 1rem 5%;
  display: flex;
}

.footer-grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper.logo-socia-media {
  justify-content: space-between;
  align-items: flex-start;
}

.footer-link-head {
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-link-text {
  color: #000;
  text-decoration: none;
}

.home-hero-heading-container {
  padding-top: 2%;
  padding-bottom: 8%;
}

.home-h1-container {
  margin-bottom: 2rem;
}

.home-hero-paragraph-container {
  margin-bottom: 1rem;
  line-height: 150%;
}

.home-hero-link-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.home-link-block {
  background-color: var(--elevar-yellow);
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.home-link-block:hover {
  background-color: var(--elevar-dark-green);
}

.home-link-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.home-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 150%;
}

.home-hero-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 150%;
}

.home-hero-mask-path {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-mask-path.second {
  z-index: auto;
  bottom: 0%;
}

.home-hero-white-mask {
  width: 101vw;
  height: 100%;
  color: #fff;
  display: flex;
}

.heading-container {
  max-width: 70rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-container.about-us {
  max-width: 80rem;
  display: block;
}

.home-h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 150%;
}

.home-h2.about-us {
  text-align: left;
}

.home-we-help-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.we-help-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.we-help-container:hover {
  box-shadow: none;
  background-color: rgba(17, 100, 105, .02);
}

.we-help-icon-container {
  width: 8rem;
}

.we-help-text-container {
  text-align: center;
}

.we-help-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.home-hdm-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-hdm-left-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hdm-detail-icon {
  width: 100%;
}

.home-hdm-detail-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.home-hdm-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hdm-detail-main-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hdm-detail-text-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-hdm-image-container {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  background-image: linear-gradient(rgba(17, 100, 105, .35), rgba(17, 100, 105, .35)), url('../images/Elevar-Home-Hero-Shot-image-HDWM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.home-hdm-detail-icon-container {
  width: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hdm-detail-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

.home-connecting-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8%;
  display: grid;
}

.home-connecting-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.home-connecting-container:hover {
  box-shadow: none;
}

.home-connecting-icon-container {
  width: 8rem;
  justify-content: center;
  align-items: center;
}

.home-connecting-text-head-container {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
}

.home-connecting-text-head {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.home-connecting-text-container {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  display: flex;
}

.home-connecting-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.home-why-elevar-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-elevar-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.why-elevar-container:hover {
  box-shadow: none;
  background-color: rgba(17, 100, 105, .02);
}

.why-elevar-icon-container {
  width: 8rem;
}

.why-elevar-text-head-container {
  margin-left: auto;
  margin-right: auto;
}

.why-elevar-text-head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.home-partner-logo-wrapper {
  margin-bottom: 71px;
}

.home-partner-logo-container {
  padding: 0;
}

.home-resource-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-resource-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.home-resource-container:hover {
  box-shadow: none;
  background-color: rgba(17, 100, 105, .02);
}

.home-resource-icon-container {
  width: 8rem;
}

.home-resource-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.home-trusted-path-mask-container {
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.home-trusted-path-mask-container.up {
  transform-style: preserve-3d;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.home-trusted-path-mask {
  color: #fff;
  display: flex;
}

.testimonials1-15-slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.home-trusted-review-container {
  justify-content: center;
  margin-bottom: 5rem;
}

.navbar-shadow {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, .15);
}

.t-services-hero-section {
  min-height: 60vh;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Elevar-Home-Hero-Shot-image-accounting.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.t-services-hero-section.accounting {
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Elevar-Home-Hero-Shot-image-accounting_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.t-services-hero-section.finance {
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Elevar-Home-Hero-Shot-image-finance.webp');
  background-position: 0 0, 50%;
}

.t-services-hero-mask-path-container {
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.account-hero-heading-container {
  max-width: 35rem;
  padding-top: 2%;
  padding-bottom: 8%;
}

.account-hero-paragraph-container {
  margin-bottom: 0;
}

.t-services-head-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 150%;
}

.account-h1-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.t-services-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 120%;
}

.back-page-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.back-page-link-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.home-page-back {
  color: #fff;
  text-decoration: none;
}

.page-name-text {
  color: #fff;
}

.t-services-paragraph {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 150%;
}

.account-hero-mask-path {
  width: 101vw;
  height: 100%;
  display: flex;
}

.t-services-service-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.t-services-service-section-wrapper {
  flex-direction: column;
  display: flex;
}

.account-service-section-container {
  flex-direction: row;
  padding-top: 6rem;
  padding-bottom: 0;
  display: flex;
}

.service-section-icon-container {
  max-width: 10rem;
  flex: 1;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.t-services-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.t-services-h2.center {
  text-align: center;
}

.service-page-icon {
  width: 100%;
}

.service-paragraph-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.service-cta-container {
  margin-top: 2rem;
}

.service-list-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
}

.service-list-item-text {
  font-size: 1.125rem;
  line-height: 150%;
}

.t-services-cta-section {
  background-color: var(--light-blue-highlight-section);
}

.account-cta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section-icon-container {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.cta-section-text-container {
  max-width: 20rem;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.cta-section-button-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
}

.cta-icon-image {
  max-height: 10rem;
}

.t-services-service-head-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.contact-form {
  background-color: var(--white-smoke-bg);
}

.t-services-hero-main-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-container {
  max-width: 80%;
  background-color: #fff;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.form-h2-container {
  margin-bottom: 2rem;
}

.form-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 150%;
}

.form-h3-cta-container {
  max-width: 50rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--light-blue-highlight-section);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.form-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 150%;
}

.form-paragraph-container {
  margin-bottom: 2rem;
}

.form-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-checkbox-text, .checkbox-field, .form-how-we-can-help-text, .form-we-can-help-textarea {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--elevar-dark-green);
  border-radius: 100px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: var(--elevar-yellow);
}

.form-field {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
}

.copyright-text {
  color: #fff;
  font-size: 1rem;
}

.let-s-talk-wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .5rem;
  display: flex;
}

.let-s-talk-icon-container {
  max-width: 8rem;
  flex: 1;
}

.let-s-talk-paragraph-container {
  flex: none;
}

.home-paragraph {
  max-width: 20rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 160%;
}

.home-paragraph.center {
  max-width: none;
  text-align: center;
  font-size: 1.125rem;
}

.home-paragraph.white-color {
  max-width: none;
  color: #fff;
}

.testimonial-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 80rem;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-body-large {
  z-index: 5;
  width: 100%;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 4em;
  display: flex;
  position: relative;
}

.testimonial-body-large.bg-gray-2 {
  background-color: var(--elevar-dark-gray);
}

.testimonial-body-large.bg-gray-1 {
  background-color: var(--elevar-dark-green);
}

.home__autor-txt-wrap {
  padding-left: 0;
  overflow: hidden;
}

.home__autor-ava {
  border-radius: 10px;
}

.testimonial-image-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-image-container.col--bottom-1 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.testimonial-item {
  width: 100%;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-item.bg-white {
  border-radius: 10px;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .2);
}

.testimonial-item.bg-white.z-8 {
  z-index: 8;
  background-color: #f9fafb;
  border-radius: 10px;
}

.testimonial-item.bg-white.z-9 {
  z-index: 9;
  background-color: #f9fafb;
  border-radius: 10px;
}

.testimonial-item.bg-white.z-10 {
  z-index: 10;
  background-color: #f9fafb;
  border-radius: 10px;
}

.testimonial-grid-large {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.testimonial-text-profile {
  color: #fff;
  font-family: Gothic, sans-serif;
  font-weight: 400;
}

.testimonial-text-profile.bold {
  font-family: Gothicb, sans-serif;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.home-partner-logo-slide {
  margin-left: auto;
  margin-right: auto;
}

.home-partner-logo-slider {
  max-height: 5rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-partner-image {
  max-height: 4rem;
  max-width: 10rem;
  min-height: 4rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: contain;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-partner-image-container {
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-partner-image-padding {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-address-container {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.footer-address-container.hide {
  display: none;
}

.footer-customer-support-container {
  max-width: 13rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr auto;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.footer-social-media-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-social-media-links {
  max-height: 2rem;
  max-width: 2rem;
  color: var(--elevar-dark-green);
}

.elevar-logo-link {
  width: 100%;
  max-width: 10rem;
}

.footer-elevar-logo {
  display: block;
}

.linkedin-icon, .instagram-icon, .facebook-icon, .twitter-icon {
  width: 100%;
  height: 100%;
}

.footer-icon {
  max-height: 1.5rem;
  max-width: 1.5rem;
  min-width: 1.5rem;
  color: var(--elevar-dark-green);
  display: flex;
}

.home-heading-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 150%;
}

.t-services-benefits-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.t-services-benefits-padding {
  min-height: 15rem;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.t-services-benefits-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.t-services-benefits-head {
  margin-bottom: 1rem;
}

.t-services-benefit-grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-toggle {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--elevar-dark-green);
}

.dropdowm-down-list {
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-end;
  top: 110%;
}

.dropdown-down-link:hover {
  background-color: var(--elevar-dark-green);
  color: var(--white-smoke-bg);
}

.dropdown-down-link.w--current {
  color: var(--elevar-dark-gray);
}

.dropdown-down-link.w--current:hover {
  color: var(--white-smoke-bg);
}

.dropdown-link-arrow-embed {
  width: 1rem;
  height: 1rem;
  color: #ddd;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.dropdown-link-arrow-embed.about {
  top: -12%;
}

.footer-customer-support-wrapper.hide {
  display: none;
}

.dropdown-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-link.w--current {
  display: block;
}

.nav-menu-container {
  display: flex;
}

.nav-menu-cta-container {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.let-s-connect-cta {
  background-color: var(--elevar-dark-green);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  transition: all .2s;
}

.let-s-connect-cta:hover {
  background-color: var(--elevar-yellow);
}

.account-service-section-container-padding {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
}

.coming-soon-testimonial-text {
  color: var(--elevar-dark-gray);
  text-align: center;
  font-size: 2rem;
}

.about-hero-section {
  min-height: 30rem;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Gofinac-About-us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.management-team-profile-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about-paragraph-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.about-paragraph {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.about-profile-head-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-profile-rich-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  font-size: 1.2rem;
}

.about-profile-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 160%;
}

.about-profile-rich-text h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}

.about-profile-rich-text ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.about-content-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.contact-mobile-link {
  color: #011f55;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.etisson-contact-detail-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.contact-form-block {
  width: 100%;
}

.wrapper-1280px {
  width: 90%;
  max-width: 80rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
  position: relative;
}

.our-office-content-container {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  display: flex;
}

.contact-form-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-heading {
  color: var(--elevar-dark-green);
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 150%;
}

.contact-paragraph {
  color: var(--elevar-dark-gray);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}

.gf-contact-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-our-office-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 2rem;
  display: flex;
}

.contact-our-office-container:hover {
  border-radius: 0;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, .2);
}

.contact-email-link {
  color: #011f55;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f25e3a;
  border-radius: 8px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 13px;
  font-weight: 700;
  line-height: 27px;
}

.contact-sub-head {
  color: #3d3d3d;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.success-message {
  background-color: var(--elevar-dark-green);
  color: #fff;
  border-radius: 8px;
  font-weight: 400;
}

.contact-bold-tittle {
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-field-wrap {
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.contact-field {
  height: 56px;
  border: 1px solid rgba(1, 31, 85, .15);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 56px;
}

.contact-field::-ms-input-placeholder {
  color: #406162;
  font-weight: 600;
  line-height: 32px;
}

.contact-field::placeholder {
  color: #406162;
  font-weight: 600;
  line-height: 32px;
}

.contact-field.field-area {
  max-height: 100px;
  background-image: url('../images/EnvelopeSimple.svg');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0;
}

.contact-field.field-area::-ms-input-placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.field-area::placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.phone-number {
  background-image: url('../images/PhoneCall.svg');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.phone-number::-ms-input-placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.phone-number::placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.name-field {
  background-image: url('../images/User.svg');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.name-field::-ms-input-placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.name-field::placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.email-field {
  background-image: url('../images/EnvelopeSimple.svg');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.email-field::-ms-input-placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-field.email-field::placeholder {
  color: var(--elevar-dark-green);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.contact-form-main-container {
  max-width: 620px;
  min-width: 500px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.etisson-contact-head-container {
  margin-bottom: 1rem;
}

.contact-h1 {
  color: var(--white-smoke-bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 150%;
}

.contact-submit-button {
  background-color: var(--elevar-dark-green);
  border-radius: 8px;
  font-weight: 400;
}

.contact-our-office-icon {
  max-width: 2rem;
  min-width: 2rem;
  color: var(--elevar-dark-green);
}

.contact-hero-section {
  min-height: 30rem;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Contact-us-gofinac.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.contact-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 150%;
}

.error-message-2 {
  background-color: var(--elevar-yellow);
  color: var(--white-smoke-bg);
}

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

.footer-devider {
  height: 1px;
  background-color: #000;
}

.home-partner-logo-wrapper-2-0 {
  width: 100%;
  overflow: hidden;
}

.home-partner-logo-container-2-0 {
  width: 168rem;
  align-items: center;
  display: flex;
}

.home-partner-logo-holder {
  min-width: 168rem;
  align-items: center;
  display: flex;
}

.home-partner-image-2-0 {
  max-height: 4ch;
  max-width: 10rem;
  min-height: 4rem;
  min-width: 10rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
  display: flex;
}

.management-team-hero-section {
  min-height: 30rem;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Management-team.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.about-us-profile-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.management-team-profile-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.mt-paragraph-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.mt-profile-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.mt-profile-head-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.mt-profile-rich-text {
  font-size: 1.2rem;
}

.mt-profile-rich-text h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 150%;
}

.mt-profile-rich-text p {
  margin-bottom: 1rem;
  line-height: 160%;
}

.mt-paragraph {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 160%;
}

.about-us-image-container {
  background-color: var(--elevar-dark-green);
  border-radius: 16px;
}

.about-us-image {
  opacity: .65;
  background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65));
  border-radius: 16px;
}

.mt-profile-image-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.mt-profile-image {
  border-radius: 16px;
}

.mt-profile-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothicb, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.about-profile-wrapper-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt-profile-wrapper-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-faq-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small-2 {
  width: 100%;
  max-width: 48rem;
}

.accordion-icon {
  height: 1rem;
  color: var(--elevar-dark-green);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.section-faq1-5 {
  background-color: #fff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-2.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.padding-vertical-2.padding-huge.align-center {
  align-items: center;
  margin-left: auto;
}

.layout-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq1-5_wrapper {
  width: 60%;
}

.text-size-medium-sf1 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1.text-align-center {
  color: #667085;
  text-align: center;
}

.text-size-medium-sf1.text-color-black {
  color: #101828;
}

.faq-question-container {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-text-container {
  margin: 0 0 2rem;
}

.faq-text-container.margin-small {
  margin-bottom: 40px;
}

.faq-container {
  border: 1px solid rgba(0, 32, 59, .1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
}

.faq-text {
  color: var(--elevar-dark-gray);
  text-align: left;
  margin-bottom: 0;
  line-height: 160%;
}

.faq-text.outline.padding {
  border-top: 1px solid #000;
  padding: 6px 14px;
}

.faq-grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.heading-large-sf1 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-question {
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-left-column, .faq-right-column {
  padding-left: 0;
  padding-right: 0;
}

.faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  outline: 1px solid #4d4e4e;
  grid-template-rows: auto auto auto 4.5rem auto 4.5rem;
  grid-template-columns: 1fr;
}

.faq.lert {
  grid-template-rows: auto auto auto 4.5rem auto 4.5rem;
}

.faq-ans-heading {
  font-weight: 600;
}

.faq-ans-heading.outline {
  outline-color: var(--elevar-dark-gray);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.faq-ans-heading.outline.padding {
  border: 1px solid #000;
  border-top-width: 2px;
  padding: 14px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.home-testimonial-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.youtube-client-testimonial-container {
  grid-column-gap: 2rem;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.client-testimonial-section {
  grid-column-gap: 3rem;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .home-hero-section {
    min-height: 45rem;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .page-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-container {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-mask-path {
    bottom: -1%;
  }

  .home-hdm-image-container {
    border-radius: 8px;
  }

  .home-trusted-path-mask-container {
    bottom: -.5%;
  }

  .home-trusted-path-mask-container.up {
    top: -.5%;
  }

  .t-services-hero-section {
    max-height: 80vh;
    min-height: 80vh;
  }

  .t-services-hero-mask-path-container {
    width: 100%;
    align-items: stretch;
    bottom: -1%;
  }

  .about-hero-section {
    min-height: 40rem;
  }

  .contact-hero-section {
    min-height: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .management-team-hero-section {
    min-height: 40rem;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-2 {
    background-color: var(--elevar-dark-green);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .menu-button-2.w--open {
    background-color: var(--elevar-dark-green);
  }

  .primary-button {
    background-color: var(--elevar-dark-green);
    color: #fff;
  }

  .primary-button:hover {
    background-color: var(--elevar-dark-green);
    font-size: 1rem;
    line-height: 150%;
  }

  .navigation-container-full {
    align-items: center;
    position: static;
  }

  .nav-link-plain {
    width: 90%;
    border-bottom-style: none;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .nav-link-plain:hover {
    border-bottom-style: none;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .nav-link-plain.w--current {
    border-bottom-style: none;
  }

  .nav-link-plain.login-link {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-green {
    height: auto;
    color: #fff;
    background-color: #fff;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 60px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .2);
  }

  .nav-link-button-wrapper {
    display: none;
  }

  .nav-link-button-wrapper.desktop-hide {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .home-hero-section {
    min-height: 30rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical, .home-we-help-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-connecting-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-why-elevar-section, .home-how-do-we-make-section, .home-partner-section, .home-resources-section, .home-trusted-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-grid-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-link-wrapper.logo-socia-media {
    justify-content: flex-start;
  }

  .home-h1 {
    font-size: 3rem;
  }

  .home-hero-white-mask {
    display: flex;
  }

  .heading-container {
    margin-bottom: 3rem;
  }

  .home-h2 {
    font-size: 2.5rem;
  }

  .home-we-help-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-hdm-container {
    grid-template-columns: 1fr;
  }

  .home-connecting-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-connecting-text-container {
    margin-left: auto;
    margin-right: auto;
  }

  .home-connecting-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-why-elevar-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .why-elevar-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-resource-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .t-services-hero-section {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .t-services-head-paragraph {
    font-size: 1.5rem;
  }

  .t-services-h1 {
    font-size: 3rem;
  }

  .t-services-service-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .account-service-section-container {
    padding-top: 4rem;
  }

  .account-cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .cta-section-icon-container {
    justify-content: flex-start;
  }

  .t-services-hero-main-container {
    flex-direction: column;
  }

  .form-h3-cta-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .let-s-talk-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .let-s-talk-icon-container {
    max-width: 15rem;
  }

  .testimonial-image-container.col--bottom-1 {
    margin-bottom: 32px;
  }

  .testimonial-grid-large {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .home-partner-image {
    max-width: 8rem;
  }

  .footer-address-container {
    align-items: flex-start;
  }

  .elevar-logo-link.w--current {
    margin-bottom: 2rem;
  }

  .t-services-benefits-grid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .t-services-benefit-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .navbar-dropdown-name {
    font-size: 1rem;
    line-height: 150%;
  }

  .navbar-dropdown {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdowm-down-list.w--open {
    position: static;
  }

  .dropdown-link-arrow-embed {
    display: none;
  }

  .dropdown-link {
    max-width: 6rem;
  }

  .nav-menu-container {
    flex-direction: column;
  }

  .nav-menu-cta-container {
    padding-top: 10px;
  }

  .about-hero-section {
    min-height: auto;
  }

  .management-team-profile-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-profile-head-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .wrapper-1280px {
    width: 90%;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-form-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-heading {
    line-height: 160%;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .contact-form-main-container {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-hero-section {
    min-height: auto;
  }

  .home-partner-logo-container-2-0 {
    width: 132rem;
  }

  .home-partner-logo-holder {
    min-width: 132rem;
  }

  .home-partner-image-2-0 {
    max-width: 8rem;
    min-width: 8rem;
    margin-right: 3rem;
  }

  .management-team-hero-section {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-us-profile-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .management-team-profile-container, .mt-profile-container, .mt-profile-head-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-profile-wrapper-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .mt-profile-wrapper-container {
    flex-direction: column;
    display: flex;
  }

  .home-faq-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1-5_wrapper {
    width: 100%;
  }

  .faq-text-container {
    margin: 0 0 1rem;
  }

  .faq-table-column {
    flex-direction: column;
    display: flex;
  }

  .faq-right-column {
    margin-top: 1rem;
  }

  .faq {
    outline-offset: 0px;
    outline: 1px solid #4d4e4e;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

@media screen and (max-width: 767px) {
  li {
    font-size: 1rem;
  }

  .home-hero-section {
    min-height: 28rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical, .home-we-help-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-connecting-section {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .home-partner-section, .home-resources-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-link-block {
    display: flex;
  }

  .home-h1 {
    font-size: 2rem;
  }

  .home-hero-paragraph {
    font-size: 1rem;
  }

  .home-hero-mask-path.second {
    bottom: 0%;
  }

  .heading-container {
    margin-bottom: 2rem;
  }

  .home-h2 {
    font-size: 1.5rem;
  }

  .home-we-help-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .we-help-text {
    font-size: 1.125rem;
  }

  .home-hdm-detail-main-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-hdm-detail-text {
    font-size: 1.125rem;
  }

  .home-connecting-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-connecting-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-connecting-text-head {
    font-size: 1.125rem;
  }

  .home-connecting-text {
    font-size: 1rem;
  }

  .why-elevar-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-elevar-text-head, .home-resource-text {
    font-size: 1.125rem;
  }

  .t-services-head-paragraph {
    font-size: 1rem;
  }

  .t-services-h1 {
    font-size: 2rem;
  }

  .t-services-paragraph {
    font-size: 1rem;
  }

  .account-service-section-container {
    flex-direction: column;
    padding-top: 4rem;
  }

  .t-services-h2 {
    font-size: 1.125rem;
  }

  .t-services-h2.center {
    text-align: center;
    font-size: 1.125rem;
  }

  .service-cta-container {
    display: flex;
  }

  .service-list-item-text {
    font-size: 1rem;
  }

  .account-cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .form-container {
    max-width: none;
  }

  .form-h2 {
    font-size: 1.5rem;
  }

  .form-h3 {
    font-size: 1.125rem;
  }

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

  .let-s-talk-wrapper {
    grid-template-columns: 1fr;
  }

  .let-s-talk-icon-container, .let-s-talk-paragraph-container, .let-s-talk-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .home-paragraph.center {
    font-size: 1rem;
  }

  .testimonial-body-large {
    padding: 2em 1.25em;
  }

  .testimonial-item {
    width: 100%;
    border-radius: 1.5em;
  }

  .testimonial-grid-large {
    grid-template-columns: 1fr;
  }

  .home-partner-image {
    max-width: 5rem;
  }

  .home-partner-image-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .t-services-benefits-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .t-services-benefits-padding {
    min-height: auto;
  }

  .t-services-benefit-grid-container {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .account-service-section-container-padding {
    flex-direction: column;
  }

  .management-team-profile-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-paragraph {
    font-size: 1rem;
  }

  .about-profile-head-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-profile-rich-text p {
    font-size: 1rem;
  }

  .wrapper-1280px, .contact-form-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-heading {
    font-size: 1.5rem;
  }

  .contact-paragraph {
    font-size: 1rem;
  }

  .contact-our-office-container {
    padding: 1rem;
  }

  .contact-bold-tittle {
    font-size: 1.2rem;
  }

  .contact-field-wrap {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .contact-form-main-container {
    padding: 20px;
  }

  .contact-h1 {
    font-size: 2rem;
  }

  .home-partner-logo-container-2-0 {
    width: 96rem;
  }

  .home-partner-logo-holder {
    min-width: 96rem;
  }

  .home-partner-image-2-0 {
    max-width: 5rem;
    min-width: 5rem;
    margin-right: 3rem;
  }

  .management-team-hero-section, .about-us-profile-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .management-team-profile-container, .mt-profile-container, .mt-profile-head-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mt-profile-rich-text p, .mt-paragraph {
    font-size: 1rem;
  }

  .home-faq-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout-centered {
    text-align: left;
    align-items: flex-start;
  }

  .faq-answer, .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1 {
    font-size: 1rem;
  }

  .faq-question-container {
    padding: 1rem 1.25rem .5rem;
  }

  .faq-text-container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-text {
    font-size: 1rem;
  }

  .heading-large-sf1 {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .youtube-client-testimonial-container {
    width: 100%;
  }

  .client-testimonial-section {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-2 {
    padding: 12px;
  }

  .brand {
    width: 146px;
  }

  .home-hero-section {
    min-height: 38rem;
    background-image: linear-gradient(rgba(17, 100, 105, .65), rgba(17, 100, 105, .65)), url('../images/Elevar-Home-Hero-Shot-image-2.webp');
    background-position: 0 0, 70% 0;
  }

  .home-why-elevar-section, .home-how-do-we-make-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .home-hero-link-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-hero-mask-path {
    bottom: 0%;
  }

  .service-cta-container {
    justify-content: flex-start;
  }

  .testimonial-body-large {
    width: 100%;
    flex: 0 auto;
  }

  .home-partner-logo-slider {
    max-height: 2rem;
  }

  .home-partner-image {
    max-height: 2rem;
    max-width: 4rem;
    min-height: 2rem;
  }

  .home-partner-image-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .contact-heading {
    font-size: 32px;
    line-height: 140%;
  }

  .contact-field.field-area, .contact-field.phone-number, .contact-field.name-field {
    background-position: 14px;
  }

  .contact-field.name-field::-ms-input-placeholder {
    font-size: 13px;
  }

  .contact-field.name-field::placeholder {
    font-size: 13px;
  }

  .contact-field.email-field {
    background-position: 14px;
  }

  .home-partner-image-2-0 {
    max-height: 2rem;
    max-width: 4rem;
    min-height: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-text-container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_1539ed0a-3e68-bfbc-5c5e-159e861d9474-94cb9d13 {
  align-self: center;
}

#w-node-_1539ed0a-3e68-bfbc-5c5e-159e861d9478-94cb9d13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a24f356-9372-e369-0143-69a65bf98f21-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f22-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f23-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f24-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f25-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f26-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f27-94cb9d13 {
  align-self: center;
}

#w-node-_6a24f356-9372-e369-0143-69a65bf98f29-94cb9d13 {
  align-self: center;
  justify-self: center;
}

#w-node-_6a24f356-9372-e369-0143-69a65bf98f2a-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f2b-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f2c-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f2e-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f2f-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f30-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f31-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f32-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f33-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f34-94cb9d13 {
  align-self: center;
}

#w-node-_6a24f356-9372-e369-0143-69a65bf98f36-94cb9d13 {
  align-self: center;
  justify-self: center;
}

#w-node-_6a24f356-9372-e369-0143-69a65bf98f37-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f38-94cb9d13, #w-node-_6a24f356-9372-e369-0143-69a65bf98f39-94cb9d13 {
  align-self: center;
}

#w-node-_1ebec56f-71fa-e574-b0a7-833c4d0c4190-94cb9d13, #w-node-_61ab3e71-036e-3d80-a9f2-1b4336826fd5-94cb9d13, #w-node-_61ab3e71-036e-3d80-a9f2-1b4336826fdd-94cb9d13, #w-node-_4324f952-44e0-632a-59f8-c27cd0b35bd6-d0b35bd1, #w-node-_4324f952-44e0-632a-59f8-c27cd0b35be3-d0b35bd1, #w-node-_4324f952-44e0-632a-59f8-c27cd0b35bfd-d0b35bd1, #w-node-_82937032-2155-32c3-df1f-e9e6eed99349-dfe7d82b, #w-node-_82937032-2155-32c3-df1f-e9e6eed99351-dfe7d82b, #w-node-_82937032-2155-32c3-df1f-e9e6eed99359-dfe7d82b, #w-node-_82937032-2155-32c3-df1f-e9e6eed99361-dfe7d82b, #w-node-_82937032-2155-32c3-df1f-e9e6eed99369-dfe7d82b, #w-node-_82937032-2155-32c3-df1f-e9e6eed99371-dfe7d82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Business-Name-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d50-4f2c2d38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d54-4f2c2d38 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d57-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d5b-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d63-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d6c-4f2c2d38, #We-Can-Help-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d6e-4f2c2d38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d53-4f2c2d38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_3d46eb5e-6619-0afd-38b8-da078afd8566-a18f9591, #w-node-_3d46eb5e-6619-0afd-38b8-da078afd856e-a18f9591, #w-node-_3d46eb5e-6619-0afd-38b8-da078afd8576-a18f9591, #w-node-_3d46eb5e-6619-0afd-38b8-da078afd857e-a18f9591, #w-node-_3d46eb5e-6619-0afd-38b8-da078afd8586-a18f9591, #w-node-_3d46eb5e-6619-0afd-38b8-da078afd858e-a18f9591, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e556c-32eac029, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e5574-32eac029, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e557c-32eac029, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e5584-32eac029, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e558c-32eac029, #w-node-f74dda58-2de7-b1be-67c8-4da9fe5e5594-32eac029, #w-node-_27519511-00a3-9eda-2460-54972676436b-b5ed9d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72cae2a7-117f-0fc4-6a2d-296332b9b816-b5ed9d7e {
  align-self: center;
  justify-self: center;
}

#w-node-f2d9ff4f-c8c8-2105-1cbb-b600d6c8e341-b5ed9d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_199dbccd-fb28-5d49-db77-5944e7215c7b-b5ed9d7e {
  align-self: center;
  justify-self: center;
}

#w-node-_00406ccf-31f4-587f-788b-483c43a63a31-b5ed9d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbfce780-5fc7-5977-27a7-ef69c07fa81c-b5ed9d7e {
  align-self: center;
  justify-self: center;
}

#w-node-_995c5240-7215-8fd2-507a-ac919e8b62d1-b5ed9d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e4adff-f8d7-f22a-537d-a9aec9411c6e-b5ed9d7e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d7c5a75e-75e0-f13f-71bb-de145c51ebd6-94cb9d13, #w-node-_69133bc6-6fc2-c7d1-4962-6c213e3199ef-94cb9d13 {
    justify-self: center;
  }

  #w-node-_2adca0f8-c192-a22b-97c1-d5d398212d41-dfe7d82b, #w-node-_2adca0f8-c192-a22b-97c1-d5d398212d41-a18f9591, #w-node-_2adca0f8-c192-a22b-97c1-d5d398212d41-32eac029 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #First-Name-2.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d4e-4f2c2d38, #Email-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d52-4f2c2d38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Business-Name-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d50-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d54-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d57-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d5b-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d63-4f2c2d38, #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d6c-4f2c2d38, #We-Can-Help-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d6e-4f2c2d38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d53-4f2c2d38 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #First-Name-2.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d4e-4f2c2d38, #Email-3.w-node-_8cd03b9a-2c03-54f4-c951-3b654f2c2d52-4f2c2d38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gothic';
  src: url('../fonts/GOTHIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothicb';
  src: url('../fonts/GOTHICB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothicb0';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothicbi';
  src: url('../fonts/GOTHICBI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothici';
  src: url('../fonts/GOTHICI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}