body {
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  padding: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

.hero {
  overflow: hidden;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/assistwork-virtual-assistant-hero-home-image.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-container.jobs {
  width: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/hero-jobs-flippedjpg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container.legal {
  min-height: auto;
  padding-top: 15em;
  padding-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  padding-right: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content.legal {
  width: 90%;
  padding-right: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.hero-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 51%;
}

.hero-shade.jobs {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 52.5%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  grid-row-gap: 0em;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 1px solid #6667ab;
  background-color: #eeedf2;
}

.logo {
  width: 100%;
}

.brand {
  width: 10em;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -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;
}

.nav-link {
  padding: 0px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #6667ab;
  font-size: 1.125em;
  font-weight: 500;
}

.nav-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #333;
}

.nav-link.w--current {
  color: #333;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #6667ab;
}

.nav-link.hidden {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-column-gap: 3em;
}

.hero-shade-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-50%, 0px) skew(-15deg, 0deg);
  -ms-transform: translate(-50%, 0px) skew(-15deg, 0deg);
  transform: translate(-50%, 0px) skew(-15deg, 0deg);
}

.hero-shade-color.about-us {
  left: 100%;
}

.h1-hero {
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 600;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 15em;
  padding-bottom: 10em;
  -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;
  grid-row-gap: 3em;
}

.p {
  font-size: 1.25em;
  line-height: 1.5;
}

.p.effective-date {
  font-style: italic;
}

.main-button {
  padding: 0.75em 2.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9ee7 #9d9ee7 #6667ab #6667ab;
  border-radius: 100vw;
  background-color: transparent;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.main-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-header {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2em;
  color: #fff;
}

.nav-button {
  padding: 1em 2.5em;
  border-radius: 100vw;
  background-color: transparent;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 1.125em;
  font-weight: 500;
}

.nav-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section.hidden {
  display: none;
}

.container {
  position: relative;
  overflow: hidden;
}

.container.sticky {
  overflow: visible;
}

.container.about-us {
  background-color: rgba(157, 158, 231, 0.1);
}

.available-jobs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5em;
  padding-bottom: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10%;
}

.available-jobs-text-wrapper {
  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-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-row-gap: 2em;
  text-align: center;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  line-height: 1.1;
  font-weight: 600;
}

.available-jobs-content {
  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;
  grid-row-gap: 5em;
}

.available-jobs-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 22.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  -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-row-gap: 3em;
}

.available-jobs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  -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;
  grid-row-gap: 2em;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.available-jobs-item:hover {
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.5);
}

.h4-available-jobs {
  font-family: Poppins, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 600;
}

.available-list {
  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;
  grid-row-gap: 1em;
}

.p-list {
  font-size: 1.25em;
  line-height: 1.5;
}

.job-icon {
  width: 5em;
}

.home-banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/assistwork-virtual-assistant-home-banner-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10em 2.6em 10em 2.5em;
  -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;
  grid-row-gap: 3em;
  color: #fff;
}

.div-block-9 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2em;
}

.shade {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.shade-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-5%, 0px) skew(-15deg, 0deg);
  -ms-transform: translate(-5%, 0px) skew(-15deg, 0deg);
  transform: translate(-5%, 0px) skew(-15deg, 0deg);
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 5em;
  -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;
}

.testimonials-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.testimonials-header {
  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;
  grid-row-gap: 1em;
  text-align: center;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  -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-column-gap: 5em;
}

.testimonial-content {
  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;
  grid-row-gap: 2em;
  text-align: center;
}

.testimonial-image {
  width: 100%;
}

.testimonial-image-wrapper {
  overflow: hidden;
  width: 20%;
  border-style: solid;
  border-width: 5px;
  border-color: #9899e2;
  border-radius: 100vw;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.testimonial-image-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.testimonial-name {
  font-size: 2em;
  font-weight: 500;
}

.testimonials-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  -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;
}

.testimonials-icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0.75em;
  -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-style: solid;
  border-width: 2px;
  border-color: #6667ab;
  border-radius: 100vh;
  color: #6667ab;
  font-size: 1.5vw;
}

.slide-nav {
  display: none;
}

.testimonials-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 3vw;
  -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;
}

.testimonials-content {
  width: 75%;
}

.footer {
  position: relative;
  padding-top: 5em;
  padding-bottom: 2.5em;
  border-top: 1px solid #6667ab;
  color: #333;
}

.testimonial-details {
  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;
  grid-row-gap: 0.5em;
}

.testimonial-job-title {
  color: #6667ab;
  font-size: 1.125em;
  font-weight: 600;
}

.jobs-heading {
  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;
  grid-row-gap: 1em;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-brand {
  width: 10em;
}

.footer-item-wrapper {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 1em;
}

.footer-item-wrapper.quick-links {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5-footer {
  color: #9899e2;
  font-size: 1.5em;
  font-weight: 600;
}

.footer-link {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #6667ab;
}

.footer-link.w--current {
  color: #6667ab;
  font-weight: 700;
}

.footer-link.w--current:hover {
  color: #333;
}

.footer-link.hidden {
  display: none;
}

.footer-link-wrapper {
  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: 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-column-gap: 2em;
  grid-row-gap: 1em;
  text-align: center;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0.5em;
  border-top: 1px solid #6667ab;
  text-align: center;
}

.h6-footer {
  font-size: 1.125em;
  line-height: 1.5;
}

.footer-social-link {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #333;
  font-size: 2em;
  text-decoration: none;
}

.footer-social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #6667ab;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-column-gap: 2em;
}

.h3-sub-heading {
  color: #9899e2;
  font-size: 1.5em;
  font-weight: 500;
}

.div-block-22 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.available-jobs-header {
  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;
  grid-row-gap: 1em;
}

.core-values {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 10em;
}

.core-values-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 10%;
}

.core-values-details {
  width: 55%;
}

.core-values-image-wrapper {
  position: relative;
  width: 45%;
}

.core-values-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 3em;
}

.core-values-header {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.core-values-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2em;
}

.core-values-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.core-values-image.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.core-values-bg-overlay {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: -5em;
  margin-bottom: -5em;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #6667ab, #9899e2);
}

.h5-core-values {
  font-size: 1.5em;
  font-weight: 700;
}

.mission-vission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-row-gap: 2em;
}

.mission-vision-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 5px solid #6667ab;
  cursor: pointer;
}

.mission-vision-text-wrapper {
  overflow: hidden;
  width: 100%;
  border-top: 1px dotted #1a0001;
}

.mission-vision-text {
  margin-top: 1em;
}

.mission-vision-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.mission-vision-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mission-vision-icon {
  width: 1.25em;
  height: 3px;
  background-color: #1a0001;
}

.mission-vision-icon.absolute {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  -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-row-gap: 5em;
}

.job-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-row-gap: 1em;
}

.about-us-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12.5em;
  padding-bottom: 5em;
  -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-column-gap: 10%;
}

.about-us-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
}

.about-us-image {
  position: relative;
  left: 5em;
  width: 100%;
  border-radius: 10px;
}

.about-us-left {
  width: 45%;
  padding-right: 4em;
}

.about-us-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 2em;
}

.about-us-header {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.job-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
}

.job-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-details {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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-row-gap: 2em;
  color: #fff;
}

.job-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.7);
}

.job-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
}

.jobs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1em;
}

.h4-jobs {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 600;
}

.h2-sub-heading {
  color: #6667ab;
  font-size: 1.5em;
  font-weight: 500;
}

.step-by-step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em 2em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 2em;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.step-by-step-icon {
  width: 100%;
}

.step-by-step-icon-wrapper {
  width: 50%;
}

.step-by-step-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.step-by-step-arrow {
  width: 5em;
}

.step-by-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 5em;
  -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-row-gap: 5em;
}

.h6-footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6667ab;
  text-decoration: none;
}

.h6-footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-item-logo {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.h4-heading {
  font-size: 1.5em;
}

.step-by-step-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;
  grid-row-gap: 0.5em;
}

.contact-us-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #333;
}

.contact-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 15em auto 10em;
  -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;
  grid-column-gap: 10%;
}

.contact-us-details {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2.5em;
}

.contact-us-header {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.contact-us-embed {
  width: 100%;
  height: 100%;
}

.contact-us-map {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2.5em;
}

.contact-us-link {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #333;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.contact-us-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #6667ab;
}

.contact-us-links {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2em;
}

.contact-us-bg {
  position: absolute;
  z-index: 0;
  width: 20%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
}

.fa-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.fa-icon.pin {
  font-size: 1.35em;
}

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 1.5em;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5em;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.step-by-step-wrapper {
  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-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-row-gap: 2em;
  text-align: center;
}

.step-by-step-header {
  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;
  grid-row-gap: 1em;
}

.step-by-step-details {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-icons {
  width: 1005px;
}

.job-services-icon-wrapper {
  width: 25%;
}

.application-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10em;
  padding-bottom: 10em;
  -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-row-gap: 10em;
}

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

.blogs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 5em;
}

.blogs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 2.5%;
}

.blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs-large-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57.5%;
  -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;
  grid-row-gap: 1em;
  color: #333;
  text-decoration: none;
}

.blogs-large-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.blogs-small-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.h6-blog {
  color: #9899e2;
  font-size: 1.25em;
  font-weight: 500;
}

.blogs-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 5%;
}

.h5-blog {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}

.blogs-small-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12.5em;
  border-radius: 10px;
}

.blogs-small-link {
  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;
  grid-row-gap: 1em;
  text-decoration: none;
}

.blogs-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67.5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 5%;
}

.featured-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 2.5em;
  border-left: 1px solid #9899e2;
}

.h4-blog {
  color: #6667ab;
  font-size: 2em;
  line-height: 1.2;
}

.div-block-48 {
  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;
  grid-row-gap: 1.5em;
}

.div-block-49 {
  display: -ms-grid;
  display: grid;
  padding-top: 1.5em;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #9899e2;
  text-decoration: none;
}

.div-block-50 {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.blogs-category-date {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
}

.blogs-category-wrapper {
  overflow: hidden;
  padding: 0.5em 1em;
  border-radius: 10px;
  background-color: #6667ab;
}

.blogs-category-text {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}

.blogs-image-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding-bottom: 5em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.h1-blog {
  color: #6667ab;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 600;
}

.category-blogs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 5em;
  -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;
  grid-row-gap: 5em;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2.5em;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.category-blogs-link {
  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;
  grid-row-gap: 1em;
  color: #333;
  text-decoration: none;
}

.category-blogs-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12.5em;
  border-radius: 10px;
}

.category-blogs-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
}

.h4-category-blog {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 600;
}

.mask {
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  height: 100%;
  margin-right: 5%;
}

.slide-nav-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  -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;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 5%;
}

.catagory-blog-header {
  margin-left: 5%;
  color: #6667ab;
}

.highlight-h1 {
  color: #9899e2;
}

.step-by-step-top-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 2em;
}

.embed-button {
  padding: 0.75em 2.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9ee7 #9d9ee7 #6667ab #6667ab;
  border-radius: 100vw;
  background-color: transparent;
  background-image: linear-gradient(56deg, #6667ab, #9899e2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.embed-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.embed-button.step-by-step-button {
  display: none;
  padding-right: 2em;
  padding-left: 2em;
}

.application-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 2.5em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1.5em;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0 rgba(102, 103, 171, 0.2);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.application-form-wrapper:hover {
  box-shadow: 2px 2px 15px 0 rgba(102, 103, 171, 0.5);
}

.form-image {
  margin-right: auto;
  margin-left: auto;
}

.form-logo {
  width: 35%;
  padding: 1.5em 1em;
}

.form-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #6667ab;
}

.h2-form {
  font-size: 1.75em;
}

.h2-form.mobile {
  display: none;
}

.form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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-color: #6667ab;
  color: #fff;
}

.h1-form {
  font-size: 1.75em;
}

.form-white {
  position: absolute;
  width: 3.5%;
  height: 50%;
  margin-top: 1.5em;
  margin-right: 63.25%;
  margin-left: 33.25%;
  background-color: #fff;
}

.form-top {
  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-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-row-gap: 1em;
  text-align: center;
}

.form-header {
  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;
  grid-row-gap: 1em;
}

.p-highlight {
  color: #6667ab;
  font-style: italic;
  font-weight: 600;
}

.p-highlight.other-color {
  color: #9899e2;
}

.legal-main-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
}

.legal-main-link:hover {
  opacity: 1;
}

.legal-main-link.w--current {
  opacity: 1;
  color: #fff;
}

.legal-hero-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 3em;
}

.h2-hero {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 400;
}

.legal-link {
  color: #333;
  text-decoration: underline;
}

.legal-item {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1.5em;
}

.legal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-row-gap: 5em;
}

.legal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  grid-row-gap: 0.5em;
}

@media screen and (max-width: 991px) {
  .hero-container.jobs {
    background-position: 100% 50%;
  }

  .hero-content {
    width: 100%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-content.legal {
    padding-left: 0%;
  }

  .hero-shade {
    width: 150%;
  }

  .hero-shade.jobs {
    width: 150%;
  }

  .brand {
    width: 20em;
  }

  .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fff;
    font-size: 1.75em;
    text-align: center;
  }

  .nav-menu {
    padding-top: 1em;
    padding-bottom: 2.5em;
    background-image: linear-gradient(45deg, #6667ab, #9d9ee7);
  }

  .h1-hero {
    font-size: 4.25em;
    line-height: 1.2;
  }

  .hero-text-wrapper {
    width: 75%;
  }

  .p {
    font-size: 2em;
  }

  .main-button {
    font-size: 2em;
    line-height: 1.2;
  }

  .nav-button {
    margin-top: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    font-size: 1.5em;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(45deg, #6667ab, #9d9ee7);
  }

  .h2 {
    font-size: 4.25em;
    line-height: 1.2;
  }

  .available-jobs-sticky {
    top: 12.5vh;
    height: 75vh;
  }

  .available-jobs-item {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .h4-available-jobs {
    font-size: 3.5em;
  }

  .p-list {
    font-size: 2em;
  }

  .job-icon {
    width: 7.5em;
  }

  .testimonial-name {
    font-size: 2.75em;
  }

  .testimonials-left-arrow {
    width: 5vw;
    height: 5vw;
  }

  .testimonials-icons {
    font-size: 2.5vw;
  }

  .testimonials-right-arrow {
    width: 5vw;
    height: 5vw;
  }

  .testimonial-job-title {
    font-size: 1.875em;
  }

  .footer-brand {
    width: 10em;
  }

  .footer-item-wrapper {
    grid-row-gap: 2em;
  }

  .h5-footer {
    font-size: 2.25em;
  }

  .footer-link {
    font-size: 1.875em;
  }

  .footer-link-wrapper {
    grid-row-gap: 2em;
  }

  .h6-footer {
    font-size: 1.875em;
  }

  .footer-social-link {
    font-size: 2.75em;
  }

  .footer-social {
    grid-column-gap: 3em;
  }

  .h3-sub-heading {
    font-size: 2.25em;
  }

  .core-values {
    width: 90%;
  }

  .h5-core-values {
    font-size: 2.25em;
  }

  .mission-vision-icon {
    width: 2em;
    height: 3px;
  }

  .about-us-hero {
    width: 90%;
  }

  .job-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .job-details {
    grid-row-gap: 3em;
  }

  .h4-jobs {
    font-size: 2.75em;
  }

  .h2-sub-heading {
    font-size: 2.25em;
  }

  .step-by-step-item {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .step-by-step-icon-wrapper {
    width: 25%;
  }

  .step-by-step-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .h4-heading {
    font-size: 2.25em;
  }

  .contact-us-map {
    width: 75%;
  }

  .contact-us-link {
    font-size: 2.25em;
    line-height: 1.5;
  }

  .contact-us-bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50%;
  }

  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .step-by-step-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1em;
  }

  .application-form {
    padding-top: 15em;
  }

  .application-form-embed {
    width: 100%;
  }

  .blogs-wrapper {
    -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;
    grid-row-gap: 5em;
  }

  .blogs-large-link {
    width: 100%;
  }

  .h6-blog {
    font-size: 2em;
  }

  .blogs-center {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 5em;
  }

  .h5-blog {
    font-size: 2.25em;
    line-height: 1.2;
  }

  .blogs-small-image-wrapper {
    height: auto;
  }

  .blogs-main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 5em;
  }

  .featured-post {
    width: 75%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h4-blog {
    font-size: 2.75em;
  }

  .div-block-48 {
    grid-row-gap: 2.5em;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5em;
  }

  .div-block-50 {
    width: 20em;
  }

  .blogs-category-wrapper {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }

  .blogs-category-text {
    font-size: 1.75em;
  }

  .h1-blog {
    font-size: 4.25em;
    line-height: 1.2;
  }

  .category-blogs-link {
    width: 47.5%;
    grid-row-gap: 2.5em;
  }

  .category-blogs-image-wrapper {
    height: auto;
  }

  .h4-category-blog {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .div-block-53 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 5%;
    grid-row-gap: 5em;
  }

  .embed-button {
    font-size: 1.75em;
  }

  .application-form-wrapper {
    width: 80%;
    grid-row-gap: 2.5em;
  }

  .form-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-top: 2em;
    padding-bottom: 2em;
    -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;
  }

  .form-banner {
    -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;
  }

  .h2-form {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .form-title {
    width: 100%;
    height: 100%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .h1-form {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .form-white {
    width: 50%;
    height: 2em;
    margin-top: 2.5em;
    margin-right: auto;
    margin-left: auto;
  }

  .form-top {
    grid-row-gap: 2em;
  }

  .form-header {
    padding-right: 10%;
    padding-left: 10%;
    grid-row-gap: 2em;
  }

  .legal-main-link {
    font-size: 1.875em;
  }

  .legal-hero-link {
    margin-bottom: 1.5em;
  }

  .h2-hero {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    min-height: auto;
  }

  .hero-container.jobs {
    background-position: 0% 50%;
  }

  .hero-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-content.careers {
    width: 90%;
  }

  .hero-shade {
    width: 100%;
  }

  .hero-shade.jobs {
    width: 100%;
  }

  .brand {
    width: 30em;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 2em;
  }

  .nav-menu {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .hero-shade-color {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-shade-color.about-us {
    left: auto;
  }

  .h1-hero {
    font-size: 5.25em;
  }

  .hero-text-wrapper {
    width: 100%;
    padding-top: 20em;
  }

  .p {
    font-size: 3em;
  }

  .main-button {
    font-size: 3em;
  }

  .nav-button {
    font-size: 2em;
  }

  .available-jobs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 5em;
  }

  .h2 {
    font-size: 5.25em;
  }

  .available-jobs-sticky {
    position: relative;
    top: 0vh;
    height: auto;
    grid-row-gap: 5em;
  }

  .available-jobs-item {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 5em;
  }

  .h4-available-jobs {
    font-size: 4.5em;
  }

  .available-list {
    padding-left: 0px;
  }

  .p-list {
    font-size: 3em;
  }

  .job-icon {
    width: 15em;
  }

  .div-block-8 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 5em;
  }

  .shade {
    width: 100%;
  }

  .shade-color {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonials {
    padding-bottom: 10em;
  }

  .testimonial-wrapper {
    width: 90%;
  }

  .testimonial-content {
    grid-row-gap: 5em;
  }

  .testimonial-image-wrapper {
    width: 25%;
  }

  .testimonial-name {
    font-size: 3.75em;
  }

  .testimonials-left-arrow {
    width: 6vw;
    height: 6vw;
  }

  .testimonials-icons {
    font-size: 3vw;
  }

  .testimonials-right-arrow {
    width: 6vw;
    height: 6vw;
  }

  .testimonials-content {
    width: auto;
  }

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

  .testimonial-job-title {
    font-size: 2.875em;
  }

  .footer-brand {
    width: 15em;
    padding-left: 0px;
  }

  .footer-item-wrapper {
    width: auto;
    -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-row-gap: 3em;
    text-align: center;
  }

  .h5-footer {
    font-size: 3.25em;
  }

  .footer-link {
    font-size: 2.875em;
  }

  .footer-link-wrapper {
    margin-left: 0em;
    -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-row-gap: 3em;
  }

  .footer-content {
    -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-row-gap: 5em;
  }

  .footer-bottom {
    grid-row-gap: 1em;
  }

  .h6-footer {
    font-size: 2.875em;
  }

  .footer-social-link {
    font-size: 4em;
  }

  .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 5em;
    grid-row-gap: 1rem;
  }

  .h3-sub-heading {
    font-size: 3.25em;
  }

  .available-jobs-header {
    grid-row-gap: 2.5em;
  }

  .core-values-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-row-gap: 10em;
  }

  .core-values-details {
    width: 100%;
  }

  .core-values-image-wrapper {
    width: 50%;
  }

  .h5-core-values {
    font-size: 3.25em;
  }

  .mission-vission-wrapper {
    margin-top: 1.5em;
    padding-right: 2.5em;
    grid-row-gap: 5em;
  }

  .mission-vision-item {
    padding-right: 2em;
    padding-left: 2em;
  }

  .mission-vision-text {
    margin-top: 1.5em;
  }

  .mission-vision-header {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .about-us-hero {
    width: 90%;
    padding-top: 15em;
    padding-bottom: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 5em;
  }

  .about-us-text {
    width: 100%;
  }

  .job-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 5em;
  }

  .jobs-list {
    padding-left: 5em;
    grid-row-gap: 2em;
  }

  .h4-jobs {
    font-size: 3.75em;
  }

  .h2-sub-heading {
    font-size: 3.25em;
  }

  .step-by-step-item {
    padding: 10em 5em;
    grid-row-gap: 5em;
  }

  .step-by-step-icon-wrapper {
    width: 10em;
  }

  .step-by-step-arrow {
    width: 7.5em;
  }

  .footer-item-logo {
    width: auto;
    -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-row-gap: 3em;
    text-align: center;
  }

  .h4-heading {
    font-size: 3em;
  }

  .step-by-step-text {
    grid-row-gap: 2.5em;
  }

  .contact-us-container {
    margin-top: 20em;
    margin-bottom: 15em;
    -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;
    grid-row-gap: 5em;
  }

  .contact-us-details {
    width: auto;
    grid-row-gap: 3em;
  }

  .contact-us-map {
    width: 100%;
    height: 50em;
  }

  .contact-us-link {
    font-size: 3.25em;
  }

  .contact-us-bg {
    width: 30%;
  }

  .step-by-step-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -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;
    grid-auto-columns: 1fr;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr 0.5fr 1fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .application-form-embed {
    width: 100%;
  }

  .blogs-large-link {
    grid-row-gap: 2.5em;
  }

  .blogs-small-text {
    grid-row-gap: 2.5em;
  }

  .h6-blog {
    font-size: 3em;
  }

  .h5-blog {
    font-size: 3.25em;
  }

  .blogs-small-link {
    grid-row-gap: 2.5em;
  }

  .featured-post {
    width: 100%;
    grid-row-gap: 3.5em;
  }

  .h4-blog {
    font-size: 3.75em;
  }

  .div-block-48 {
    grid-row-gap: 3.5em;
  }

  .div-block-49 {
    padding-top: 3.5em;
  }

  .blogs-category-text {
    font-size: 2.5em;
  }

  .h1-blog {
    font-size: 5.25em;
  }

  .category-blogs-link {
    grid-row-gap: 3em;
  }

  .category-blogs-text {
    grid-row-gap: 2em;
  }

  .h4-category-blog {
    font-size: 3.5em;
  }

  .slide-nav-2 {
    font-size: 2vw;
  }

  .step-by-step-top-wrapper {
    grid-row-gap: 5em;
  }

  .embed-button {
    font-size: 2.25em;
  }

  .application-form-wrapper {
    width: 90%;
    padding: 5em;
  }

  .h2-form {
    font-size: 3.5em;
  }

  .h1-form {
    font-size: 3.5em;
  }

  .form-header {
    padding-right: 0%;
    padding-left: 0%;
  }

  .legal-main-link {
    font-size: 2.875em;
  }

  .legal-hero-link {
    margin-bottom: 2em;
    grid-column-gap: 5em;
  }

  .h2-hero {
    font-size: 3em;
  }

  .legal-list {
    grid-row-gap: 1em;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    background-position: 75% 50%;
  }

  .hero-container.jobs {
    background-position: 25% 50%;
  }

  .hero-container.legal {
    padding-top: 40em;
    padding-bottom: 30em;
  }

  .hero-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand {
    width: 50em;
  }

  .nav-container {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 4.5em;
  }

  .nav-menu {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .h1-hero {
    font-size: 10em;
  }

  .hero-text-wrapper {
    width: 100%;
    padding-top: 40em;
    padding-bottom: 20em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10em;
    text-align: center;
  }

  .p {
    font-size: 4.5em;
  }

  .main-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 4.5em;
    line-height: 1.5;
  }

  .hero-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 5em;
  }

  .hero-header.legal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-button {
    font-size: 4.5em;
  }

  .available-jobs-wrapper {
    padding-top: 20em;
    padding-bottom: 20em;
    grid-row-gap: 10em;
  }

  .available-jobs-text-wrapper {
    grid-row-gap: 5em;
  }

  .h2 {
    font-size: 10em;
  }

  .available-jobs-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10em;
  }

  .available-jobs-sticky {
    padding-bottom: 0em;
    grid-row-gap: 10em;
  }

  .available-jobs-item {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10em 5%;
    grid-row-gap: 10em;
  }

  .h4-available-jobs {
    font-size: 7.5em;
  }

  .p-list {
    font-size: 4.5em;
  }

  .job-icon {
    width: 25%;
  }

  .div-block-8 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10em;
  }

  .div-block-9 {
    grid-row-gap: 5em;
  }

  .shade-color {
    width: 100%;
  }

  .testimonials {
    width: 100%;
    padding-bottom: 10em;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-row-gap: 5em;
  }

  .testimonials-header {
    width: 90%;
    grid-row-gap: 2.5em;
  }

  .testimonial-wrapper {
    width: 85%;
  }

  .testimonial-content {
    grid-row-gap: 5em;
  }

  .testimonial-image-wrapper {
    width: 40%;
  }

  .testimonial-name {
    font-size: 5.25em;
  }

  .testimonials-left-arrow {
    left: 0.1em;
    width: 0.9em;
    height: 0.9em;
    margin-left: -0.4em;
  }

  .testimonials-icons {
    font-size: 1.25rem;
  }

  .testimonials-right-arrow {
    right: 0.1em;
    width: 0.9em;
    height: 0.9em;
    margin-right: -0.4em;
  }

  .testimonials-content {
    width: 90%;
  }

  .footer {
    padding-top: 10em;
    padding-bottom: 5em;
  }

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

  .testimonial-job-title {
    font-size: 4.375em;
  }

  .jobs-heading {
    grid-row-gap: 5em;
    text-align: center;
  }

  .footer-brand {
    width: 30em;
  }

  .footer-item-wrapper {
    grid-row-gap: 5em;
  }

  .h5-footer {
    font-size: 4.75em;
  }

  .footer-link {
    font-size: 4.5em;
  }

  .footer-link-wrapper {
    grid-row-gap: 5em;
  }

  .footer-content {
    grid-row-gap: 10em;
  }

  .footer-bottom {
    margin-top: 10em;
    padding-top: 5em;
    text-align: center;
  }

  .h6-footer {
    font-size: 4.5em;
  }

  .footer-social-link {
    font-size: 7.5em;
  }

  .footer-social {
    grid-column-gap: 10em;
  }

  .h3-sub-heading {
    font-size: 4.75em;
    line-height: 1.2;
  }

  .div-block-22 {
    grid-row-gap: 2.5em;
  }

  .available-jobs-header {
    grid-row-gap: 2.5em;
  }

  .core-values {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .core-values-container {
    width: 100%;
    grid-row-gap: 15em;
  }

  .core-values-details {
    width: 100%;
  }

  .core-values-image-wrapper {
    width: 75%;
  }

  .core-values-header {
    grid-row-gap: 2.5em;
  }

  .core-values-text {
    grid-row-gap: 5em;
  }

  .h5-core-values {
    font-size: 4.75em;
  }

  .mission-vission-wrapper {
    padding-right: 0em;
    padding-left: 0em;
    grid-row-gap: 10em;
  }

  .mission-vision-item {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .mission-vision-text {
    margin-top: 2.5em;
  }

  .mission-vision-header {
    padding: 2.5em;
  }

  .mission-vision-icon {
    width: 4em;
  }

  .jobs {
    padding-top: 20em;
    padding-bottom: 20em;
    grid-row-gap: 10em;
  }

  .job-section-header {
    grid-row-gap: 2.5em;
  }

  .about-us-hero {
    width: 100%;
    padding-top: 30em;
    padding-bottom: 20em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .about-us-image-wrapper {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .about-us-image {
    left: 10em;
  }

  .about-us-left {
    width: 90%;
    padding-right: 20em;
  }

  .about-us-text {
    width: 90%;
    grid-row-gap: 5em;
  }

  .about-us-header {
    grid-row-gap: 2.5em;
  }

  .job-container {
    width: 100%;
    grid-row-gap: 10em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .job-item {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .job-details {
    grid-row-gap: 10em;
  }

  .jobs-list {
    padding-left: 7.5em;
    grid-row-gap: 5em;
  }

  .h4-jobs {
    font-size: 7.5em;
  }

  .h2-sub-heading {
    font-size: 5.5em;
    line-height: 1.2;
  }

  .step-by-step-item {
    width: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
    grid-row-gap: 10em;
  }

  .step-by-step-icon-wrapper {
    width: 20em;
  }

  .step-by-step-arrow {
    width: 15em;
  }

  .step-by-step {
    padding-top: 20em;
    padding-bottom: 20em;
    grid-row-gap: 10em;
  }

  .footer-item-logo {
    grid-row-gap: 5em;
  }

  .h4-heading {
    font-size: 5.5em;
  }

  .step-by-step-text {
    grid-row-gap: 2.5em;
  }

  .contact-us-container {
    margin-top: 25em;
    margin-bottom: 20em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .contact-us-details {
    width: 100%;
    grid-row-gap: 5em;
  }

  .contact-us-header {
    grid-row-gap: 2.5em;
  }

  .contact-us-map {
    width: 100%;
    height: 70em;
  }

  .contact-us-link {
    font-size: 4.75em;
    line-height: 1.5;
  }

  .contact-us-links {
    grid-row-gap: 3em;
  }

  .contact-us-bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 30%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .step-by-step-wrapper {
    grid-row-gap: 5em;
  }

  .step-by-step-header {
    grid-row-gap: 2.5em;
  }

  .step-by-step-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    grid-row-gap: 5em;
  }

  .application-form {
    padding-top: 30em;
    padding-bottom: 20em;
  }

  .application-form-embed {
    width: 100%;
  }

  .blogs {
    padding-top: 25em;
    padding-bottom: 20em;
  }

  .blogs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .blogs-large-link {
    width: 100%;
    grid-row-gap: 5em;
  }

  .blogs-small-text {
    grid-row-gap: 3em;
  }

  .h6-blog {
    font-size: 4.5em;
  }

  .blogs-center {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .h5-blog {
    font-size: 4.75em;
  }

  .blogs-small-image-wrapper {
    height: auto;
  }

  .blogs-small-link {
    grid-row-gap: 5em;
  }

  .blogs-main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .featured-post {
    width: 100%;
    padding-left: 0%;
    grid-row-gap: 5em;
    border-left-style: none;
  }

  .h4-blog {
    font-size: 10em;
  }

  .div-block-48 {
    grid-row-gap: 5em;
  }

  .div-block-49 {
    padding-top: 5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 5em;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-50 {
    overflow: hidden;
    width: 40em;
  }

  .blogs-category-date {
    margin-bottom: 2.5em;
    margin-left: 2.5em;
    grid-column-gap: 2.5em;
  }

  .blogs-category-wrapper {
    padding: 1.5em 5em;
  }

  .blogs-category-text {
    font-size: 4em;
  }

  .blogs-image-overlay {
    padding-bottom: 10em;
  }

  .h1-blog {
    font-size: 10em;
  }

  .div-block-51 {
    grid-row-gap: 5em;
  }

  .category-blogs-link {
    width: 100%;
    grid-row-gap: 5em;
  }

  .category-blogs-image-wrapper {
    height: auto;
  }

  .category-blogs-text {
    grid-row-gap: 3em;
  }

  .h4-category-blog {
    font-size: 5em;
  }

  .slide-nav-2 {
    margin-top: 1em;
    font-size: 2.5em;
  }

  .div-block-53 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10em;
  }

  .step-by-step-top-wrapper {
    grid-row-gap: 5em;
  }

  .embed-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 5em;
    line-height: 1.5;
  }

  .application-form-wrapper {
    width: 90%;
    grid-row-gap: 5em;
  }

  .form-logo {
    width: 100%;
    padding: 2.5em 5em;
  }

  .form-banner {
    -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;
  }

  .h2-form {
    display: none;
    font-size: 10em;
  }

  .h2-form.mobile {
    display: block;
    font-size: 5em;
    line-height: 1.2;
  }

  .form-title {
    width: 100%;
    padding: 5em;
  }

  .h1-form {
    font-size: 5em;
    line-height: 1.2;
  }

  .form-white {
    width: 50%;
    height: 2.5em;
    margin-top: 3em;
    margin-right: 0%;
    margin-left: 0%;
  }

  .form-top {
    grid-row-gap: 5em;
  }

  .form-header {
    grid-row-gap: 2.5em;
  }

  .legal-main-link {
    font-size: 4.375em;
  }

  .legal-hero-link {
    margin-bottom: 5em;
  }

  .h2-hero {
    font-size: 4.5em;
  }

  .legal-item {
    grid-row-gap: 2.5em;
  }

  .legal-wrapper {
    padding-top: 20em;
    padding-bottom: 20em;
    grid-row-gap: 10em;
  }

  .legal-list {
    grid-row-gap: 2.5em;
  }
}

#w-node-_083bbba9-4307-eb58-5bca-2ef54c4715d8-3b86ecf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca4d2f53-a8d6-2590-c7e5-7613b07ba93b-3b86ecf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc983bfc-ab53-bcba-5756-c77aa129e074-3b86ecf8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}