@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-black: #212427;
  --cream: #f5f1e8;
  --white: white;
  --red: #c0524f;
  --light-blue: #b6c8d9;
  --black: #002124;
}

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

body {
  color: var(--light-black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

p {
  margin-bottom: .625rem;
  font-size: 3rem;
}

.p {
  margin-bottom: 0;
  margin-right: 0%;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.body {
  background-color: var(--cream);
  color: var(--light-black);
  font-family: Aeonik, sans-serif;
}

.body.contact-us_body {
  background-color: var(--light-black);
  color: var(--white);
}

.hero_tagline-text {
  text-align: left;
  width: 31.25rem;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.hero_tagline-text._w-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.h1-underline {
  border-bottom: .1875rem solid #000;
  text-decoration: none;
}

.img {
  z-index: 1000;
  width: 19.375rem;
  height: 100%;
  position: relative;
}

.img.img_vision {
  width: 21.25rem;
  max-width: 100%;
  height: 100%;
}

.img.cta-success-img {
  width: 15rem;
}

.h2 {
  flex: 0 auto;
  width: 30rem;
  margin-top: 4rem;
  margin-left: 2rem;
  font-size: 3.75rem;
}

.p-vision {
  -webkit-text-stroke-color: var(--light-black);
  align-self: flex-start;
  margin-top: -.4rem;
  margin-bottom: 2rem;
  padding-top: .6rem;
  padding-left: .625rem;
  font-size: 2.25rem;
  font-weight: 400;
}

.h-line {
  border-bottom: .05rem solid #000;
  width: 100%;
  margin-bottom: .625rem;
}

.h2-underline {
  border-bottom: .09375rem solid #000;
}

.h2-underline.text-normal {
  font-weight: 400;
}

.nav-container {
  align-items: center;
  width: auto;
  max-width: 120rem;
  display: flex;
}

.logo, .logo.w--current {
  margin-right: 4rem;
}

.text-field {
  border-style: none none solid;
  border-width: .0625rem;
  border-color: black black var(--white);
  outline-offset: 0rem;
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  outline: .1875rem #333;
  margin-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
}

.text-field:focus {
  border-bottom-color: var(--white);
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-width: .125rem;
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: #ffffffbf;
  font-size: 1rem;
  font-weight: 300;
}

.text-field.password_text-field {
  color: var(--light-black);
  border-style: none;
  border-color: #000;
  margin-top: 0;
}

.text-field.password_text-field::placeholder {
  color: var(--light-black);
}

.submit-button {
  z-index: 20;
  background-color: #0000;
  width: 100%;
  padding-right: 1.875rem;
  font-size: 1.4rem;
  position: relative;
}

.submit-button:hover {
  color: #fffc;
}

.form-button {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.form-content {
  flex: 1;
  display: flex;
}

.vision-div {
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  display: block;
}

.nav-link {
  padding-top: .5rem;
  padding-bottom: 1.875rem;
  font-size: 1rem;
}

.nav-link:hover {
  color: #002124bf;
}

.nav-link.w--current {
  color: var(--light-black);
  text-decoration: overline;
}

.nav-link.disabled {
  color: #21242799;
}

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

.nav-link.invert.w--current {
  text-decoration: overline;
}

.nav-link.invert.disabled {
  color: #fff9;
}

.footer-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .375rem;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}

.footer-link:hover {
  color: #fffc;
}

.padding-global {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.hero_section {
  margin-top: 2rem;
}

.footer_section {
  background-color: var(--light-black);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 26vh;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.navbar.contact-us_navbar {
  background-color: var(--red);
}

.nav-menu {
  padding-left: 0;
  display: block;
}

.tech_section {
  background-color: var(--light-black);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.title_technologies {
  color: var(--white);
  padding-bottom: .2rem;
  font-size: 2.25rem;
  font-weight: 400;
}

.img-star {
  color: var(--white);
  flex: 0 auto;
  width: 2.25rem;
  height: 2.25rem;
}

.accordion_component {
  border: .0625rem #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion-top {
  border-style: none none solid;
  border-width: .0625rem;
  border-color: black black var(--cream);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
}

.project-descr {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.1;
}

.project-descr.text-weight-bold {
  font-size: 1.625rem;
  font-weight: 400;
}

.accordion2_icon {
  color: var(--white);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion-bottom {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.project-content {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.project-content.project-img-wrapper {
  background-color: var(--light-black);
  color: #0000;
  border-radius: 20rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
}

.project-content.project-img-wrapper:hover {
  border: .0625rem #000c;
}

.accordion-wrapper {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.accordion-p {
  font-size: 1.625rem;
  font-weight: 300;
}

.div-block-6 {
  color: #fff9;
  padding-top: 2vh;
}

.paragraph-2 {
  font-size: 1.125rem;
}

.logo-img {
  width: 8.5rem;
  height: 100%;
}

.projects_title {
  flex-direction: column;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 400;
  display: flex;
}

.projects-subitle {
  padding-top: .5rem;
  font-size: 1.5rem;
}

.project-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.team9_item {
  flex-direction: row;
  align-items: stretch;
  height: 12.5rem;
  display: flex;
}

.project-img {
  width: 100%;
  height: 3rem;
  display: block;
}

.slide-item {
  border: .0625rem solid var(--light-black);
  border-radius: 18.75rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.4rem;
  display: flex;
  overflow: hidden;
}

.slide-item:hover {
  border-color: #212427cc;
}

.slide-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-left: 5rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-4 {
  width: 7.5rem;
  padding-top: .25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.4;
}

.tech_toggle {
  color: var(--cream);
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 0;
  font-weight: 300;
  display: flex;
}

.toggle-button {
  cursor: pointer;
  border: .0625rem solid #ffffff80;
  border-radius: 3.125rem;
  align-items: center;
  width: 9.125rem;
  height: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.toggle-button:hover {
  border-color: #fff6;
}

.toggle-text-tech, .toggle-text-biz {
  font-size: 1.5rem;
  line-height: 1;
}

.toggle-circle {
  background-color: var(--light-blue);
  border-radius: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
}

.toggle-circle:hover {
  background-color: #b6c8d9cc;
}

.tech_toggle-wrapper {
  justify-content: flex-end;
  display: flex;
}

.page-wrapper {
  position: static;
}

.main-wrapper {
  position: relative;
}

.main-wrapper.contact-us_main-wrapper {
  background-color: var(--red);
  height: 75vh;
}

.nav-wrapper {
  margin-top: 2rem;
}

.hero_section-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3rem;
  display: flex;
}

.vision_content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.vision_img-wrapper {
  flex: 0 auto;
}

.maneko_section-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  font-weight: 400;
  display: flex;
}

.btn-secondary-text {
  font-size: 3.75rem;
  font-weight: 400;
}

.btn-secondary-text:hover {
  color: #212427cc;
}

.maneko_heading {
  color: var(--light-black);
  font-size: 3.75rem;
  font-weight: 400;
}

.padding-vertical {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.maneko_img-wrapper {
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-bottom: 0;
}

.mission_section {
  background-image: url('../images/background-mountain.jpg');
  background-position: 25%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.mission_text {
  text-align: left;
  flex: 0 auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}

.signup-section-wrapper {
  background-color: var(--red);
  color: var(--white);
  flex: 1;
  justify-content: center;
  display: flex;
}

.signup-form_form-block {
  flex: 1;
  margin-bottom: 0;
  display: block;
}

.error-message {
  color: var(--light-black);
  background-color: #0000;
  padding-bottom: .875rem;
  padding-left: 0;
  padding-right: 1rem;
}

.success-message {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cta_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.submit-btn-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

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

.padding-bottom.padding-xxlarge {
  padding-top: 2rem;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_credit-text {
  color: #fff9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: var(--white);
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start center;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_bottom-wrapper {
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: flex;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: .0625rem;
}

.footer_logo-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.address {
  font-style: normal;
}

.cta-heading {
  font-size: 3.75rem;
  font-weight: 400;
}

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

.projects_splitter {
  background-color: var(--light-black);
  width: 100%;
  height: .0375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.projects_cta-wrapper {
  background-color: var(--red);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.projects_cta-wrapper:hover {
  background-color: #c0524fcc;
}

.html-embed-2 {
  color: var(--white);
  width: 50%;
  height: 50%;
  transform: rotate(-45deg);
}

.projects_content-wrapper {
  margin-top: .6rem;
}

.div-block-18 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.success-description-text {
  color: var(--light-black);
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.helper-text {
  text-align: left;
  padding-right: 1rem;
  font-size: 1rem;
}

.helper-text.daruma_helper-text {
  color: var(--light-black);
  margin-top: 4rem;
  line-height: 1.2;
}

.success_side-wrapper {
  width: 7.5rem;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  text-align: left;
}

.main-content-wrapper {
  flex: 1;
  max-width: 100%;
}

.footer_content-wrapper {
  flex: 1;
}

.side-div {
  width: 100%;
  max-width: 8.75rem;
}

.side-div.vision_line-wrapper {
  width: 8.75rem;
  max-width: none;
}

.side-div.btn-block {
  flex-direction: column;
  justify-content: flex-end;
  width: 8.75rem;
  max-width: none;
  display: flex;
}

.vision_left-wrapper {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.star_wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.projects-content-wrapper {
  flex: 1;
  display: flex;
}

.tech_content-wrapper {
  flex: 1;
}

.html-embed-4 {
  z-index: 0;
  height: 50%;
  position: absolute;
  right: 0;
}

.html-embed-4:hover {
  color: #fffc;
}

.div-block-23 {
  z-index: 2000;
  background-color: var(--red);
  color: var(--white);
  border-radius: 18.75rem;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 11.25rem;
  margin-left: 5vw;
  display: flex;
}

.div-block-23:hover {
  background-color: #c0524f;
}

.cta-text {
  color: var(--white);
  font-size: 1.6rem;
  text-decoration: none;
}

.cta_hidden-div-wrapper {
  z-index: 2000;
  float: none;
  width: 0;
  height: 0;
  display: block;
  position: sticky;
  top: 70vh;
}

.div-block-27 {
  flex-direction: row;
  display: flex;
}

.mobile-img {
  z-index: 1000;
  width: 19.375rem;
  height: auto;
  display: none;
  position: relative;
}

.mobile-img.img_vision {
  width: 23.75rem;
  max-width: none;
  height: 23.75rem;
}

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

.scrolling-wrapper {
  flex-wrap: nowrap;
  margin-left: 2rem;
  display: flex;
  overflow: auto;
}

.project-card {
  flex: none;
  width: 37.5rem;
  margin-right: 1rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.header-100svh {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 4rem;
  padding-bottom: 14rem;
  display: flex;
}

.header5_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.hero-background-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-hero_section {
  position: relative;
}

.div-block-29 {
  flex-direction: row;
  margin-bottom: 2rem;
  display: flex;
}

.key-services-title_container, .key-services_container {
  flex: 1;
}

.tag-container {
  flex-wrap: wrap;
  display: flex;
}

.tag-service {
  margin-bottom: .6rem;
  padding-right: .2rem;
  display: inline-block;
}

.tag-element {
  border: .03125rem solid #000;
  border-radius: 2.5rem;
  padding: .8rem;
  font-size: .75rem;
  font-weight: 300;
}

.div-block-30 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-32 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-paragraph {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-6 {
  font-size: 4rem;
  font-weight: 400;
}

.div-block-33 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: .0625rem solid #000;
  border-bottom: .0625rem solid #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-highlight-wrapper {
  flex: 1;
}

.text-highlight {
  text-align: center;
  line-height: 1.4;
}

.psr-title {
  font-size: 3.625rem;
  font-weight: 400;
}

.text-highlight-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .0625rem solid #000;
  border-bottom: .0625rem solid #000;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.case-study-caption {
  margin-top: 0;
  font-size: 3.625rem;
  font-weight: 300;
}

.case-study-caption-container {
  flex: 1;
}

.case-study-tags-container {
  flex: 1;
  padding-top: 1rem;
  padding-left: 1rem;
}

.psr-title-container {
  padding-top: 2rem;
}

.psr-paragraph-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.portfolio-text {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.daruma_img-wrapper {
  flex: 0 auto;
}

.testimonial-card {
  border: .03125rem solid var(--light-black);
  border-radius: 50rem;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 7.7rem;
  display: flex;
}

.testimonial-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
}

.testimonial-person {
  font-size: 2rem;
  font-weight: 300;
}

.testimonials_container {
  flex: 1;
  justify-content: center;
  display: flex;
}

.img_daruma {
  width: 13.75rem;
}

.daruma_img-mobile {
  z-index: 1000;
  width: 13.75rem;
  display: none;
  position: relative;
}

.contact-us_heading {
  text-align: left;
  font-size: 3.75rem;
  font-weight: 400;
}

.div-block-45 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.daruma_content-container {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.contact-us_heading-content {
  flex: 1;
  display: flex;
}

.contact-us_side-div {
  width: 8.75rem;
  max-width: none;
}

.div-block-46 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  flex: 1;
}

.btn-secondary-wrapper {
  color: var(--light-black);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-secondary {
  text-decoration: none;
}

.cursor {
  font-weight: 300;
}

.services_testiomnial-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.services_testimonial-title {
  font-size: 1.25rem;
  font-weight: 300;
}

.services_text-highlight {
  text-align: center;
  line-height: 1.4;
}

.services_testimonial-card {
  flex: none;
  width: 37.5rem;
  margin-right: 1rem;
}

.text-span-2 {
  color: var(--red);
  font-size: .875rem;
  font-weight: 400;
}

.heading-3 {
  font-weight: 400;
}

.case-study_tagline-text {
  text-align: left;
  flex: 1;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.case-study_img {
  z-index: 1000;
  width: 31.25rem;
  height: auto;
  position: relative;
}

.img-component_success {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.case-study_hero-section-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.case-study_mobile-img {
  z-index: 1000;
  width: 19.375rem;
  height: auto;
  display: none;
  position: relative;
}

.red_nav-link {
  padding-top: .5rem;
  padding-bottom: 1.875rem;
  font-size: 1rem;
}

.red_nav-link:hover {
  color: #002124bf;
}

.red_nav-link.w--current {
  color: var(--light-black);
  text-decoration: overline;
}

.red_nav-link.disabled {
  color: #21242799;
}

.heading-style-h5 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.our-work_tagline-component {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

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

.projects_item {
  margin-bottom: 4rem;
  display: inline-block;
}

.projects_image-wrapper {
  width: 100%;
  padding-top: 10%;
  padding-left: 30%;
  padding-right: 30%;
}

.projects_component {
  flex-direction: column;
  align-items: center;
}

.projects_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  margin-top: 4rem;
}

.projects_img {
  width: 100%;
  max-height: 7.5rem;
}

.work_body {
  background-color: var(--light-black);
  color: var(--white);
  font-family: Aeonik, sans-serif;
  font-weight: 300;
}

.div-block-50 {
  flex-direction: column;
  display: flex;
}

.our-work-description {
  text-align: left;
  margin-top: .6rem;
  font-size: 1.4rem;
}

.btn-read-more {
  color: var(--white);
  text-decoration: none;
}

.btn-read-more:hover {
  color: #fffc;
}

.our-work_hero-tagline {
  text-align: left;
  width: 31.25rem;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.text-span-4 {
  color: #fffc;
  font-size: .875rem;
}

.text-span-5 {
  color: #c0524f;
  font-size: .875rem;
  font-weight: 400;
}

.padding-global-5 {
  flex: 1;
  padding-left: 5vw;
  padding-right: 5vw;
}

.nav-link-4 {
  padding-top: .5rem;
  padding-bottom: 1.875rem;
  font-size: 1rem;
}

.nav-link-4:hover {
  color: #002124bf;
}

.nav-link-4.w--current {
  color: #212427;
  text-decoration: overline;
}

.nav-link-4.disabled {
  color: #21242799;
}

.div-block-51 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  color: var(--light-black);
  text-decoration: none;
}

.link-block-2:hover {
  color: #212427cc;
}

.html-embed-9 {
  width: 10rem;
  height: auto;
  padding-left: .1875rem;
}

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

.div-block-54 {
  padding-bottom: 3rem;
}

.paragraph-7 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.div-block-55 {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-55:hover {
  color: #fffc;
}

.html-embed-10 {
  color: var(--light-black);
  height: 2.25rem;
  margin-left: .4rem;
}

.html-embed-10:hover {
  color: #212427cc;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.utility-page-form {
  color: var(--light-black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button-2 {
  background-color: var(--red);
  border-radius: .625rem;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.field-label-3 {
  text-align: left;
}

.div-block-56 {
  width: 18.75rem;
  margin-top: 2rem;
}

.padding-vbottom {
  padding-bottom: 6rem;
}

.text-block-6 {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 300;
}

.div-block-57 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 4.5rem;
  }

  .p {
    font-size: 1.125rem;
  }

  .hero_tagline-text {
    width: 35.625rem;
    max-width: none;
    margin-left: 0;
    margin-right: 4rem;
  }

  .img {
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .img.img_vision {
    width: 26.75rem;
    height: 100%;
  }

  .img.cta-success-img {
    width: 15rem;
  }

  .h2 {
    width: 32.5rem;
    margin-top: 5rem;
    margin-left: 5rem;
    font-size: 4.5rem;
  }

  .p-vision {
    margin-top: -.2rem;
    margin-bottom: 4rem;
    padding-top: .2rem;
    font-size: 3rem;
  }

  .logo, .logo.w--current {
    margin-right: 8rem;
  }

  .text-field {
    color: var(--white);
    margin-top: 2rem;
    font-size: 1rem;
  }

  .text-field::placeholder {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .submit-button {
    padding-right: 2.1875rem;
    font-size: 2rem;
  }

  .form-content {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .nav-link {
    padding-top: .5rem;
    font-size: 1.125rem;
  }

  .nav-link.invert.w--current {
    font-weight: 400;
  }

  .footer-link {
    font-size: 1rem;
  }

  .padding-global {
    flex: 1;
  }

  .hero_section {
    margin-top: 4rem;
  }

  .footer_section {
    height: 24vh;
  }

  .nav-menu {
    padding-left: 0;
    display: block;
  }

  .title_technologies {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .img-star {
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion_component {
    color: var(--white);
    font-size: 36rem;
    font-weight: 300;
  }

  .accordion-top {
    border-bottom-color: var(--white);
  }

  .project-descr {
    font-size: 1.25rem;
  }

  .project-descr.text-weight-bold {
    font-size: 1.625rem;
    font-weight: 400;
  }

  .project-content.project-img-wrapper {
    align-items: center;
    width: 11.25rem;
    height: 11.25rem;
  }

  .accordion-p {
    font-size: 1.625rem;
    font-weight: 300;
  }

  .paragraph-2 {
    font-size: 1.125rem;
  }

  .logo-img {
    width: 8.5rem;
  }

  .projects_title {
    flex: 1;
    font-size: 2.25rem;
    font-weight: 400;
  }

  .projects-subitle {
    font-size: 1.75rem;
    font-weight: 400;
  }

  .project-title {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .team9_item {
    height: 15rem;
  }

  .project-img {
    max-width: 6rem;
    height: 6rem;
  }

  .slide-item {
    justify-content: space-between;
    padding-right: 1.8rem;
    overflow: visible;
  }

  .slide-content {
    padding-left: 5rem;
  }

  .text-block-4 {
    width: 10rem;
  }

  .hero_section-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .vision_content-wrapper {
    justify-content: center;
  }

  .btn-secondary-text {
    font-size: 3.75rem;
  }

  .maneko_heading {
    font-size: 4.5rem;
  }

  .padding-vertical {
    height: 100%;
  }

  .maneko_img-wrapper {
    margin-top: 4vh;
    padding-bottom: 0;
  }

  .mission_section {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .mission_text {
    font-size: 4.5rem;
  }

  .error-message {
    background-color: var(--red);
  }

  .footer_logo-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-heading {
    font-size: 4.5rem;
  }

  .container-large {
    justify-content: space-between;
  }

  .projects_splitter, .projects_content-wrapper {
    margin-top: 1rem;
  }

  .success-description-text {
    text-align: left;
    font-size: 1rem;
  }

  .helper-text {
    padding-right: 1rem;
    font-size: 1.125rem;
  }

  .success_side-wrapper {
    width: 10rem;
  }

  .div-block-19 {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .div-block-20 {
    flex: 1;
    margin-bottom: 4rem;
    display: flex;
  }

  .paragraph-4 {
    text-align: left;
  }

  .main-content-wrapper {
    max-width: 100%;
  }

  .footer_content-wrapper {
    flex: 1;
  }

  .side-div {
    max-width: 8.75rem;
  }

  .side-div.vision_line-wrapper {
    width: 10rem;
    max-width: none;
  }

  .vision_left-wrapper {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .projects-content-wrapper {
    justify-content: center;
  }

  .tech_content-wrapper {
    flex: 1;
  }

  .html-embed-4 {
    height: 50%;
    margin-top: .2rem;
  }

  .cta-text {
    padding: 2.875rem 1.875rem;
  }

  .div-block-27 {
    display: flex;
  }

  .mobile-img {
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .mobile-img.img_vision {
    width: 26.25rem;
    height: 26.25rem;
    max-height: 100%;
  }

  .scrolling-wrapper {
    flex-wrap: nowrap;
    display: flex;
  }

  .project-card {
    flex: none;
    overflow: visible;
  }

  .image-overlay-layer {
    background-color: #0000000d;
  }

  .header-100svh {
    padding-bottom: 14rem;
  }

  .tag-service {
    padding-right: .6rem;
  }

  .tag-element {
    padding: 1rem;
    font-size: 1rem;
  }

  .div-block-32 {
    padding-bottom: 4rem;
  }

  .text-highlight-container {
    margin-top: 2rem;
  }

  .testimonial-card {
    padding: 1.2rem 6rem;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .daruma_img-mobile {
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .contact-us_heading {
    font-size: 4.5rem;
  }

  .daruma_content-container {
    flex: 1;
    padding-left: 8rem;
  }

  .contact-us_side-div {
    max-width: none;
  }

  .div-block-47 {
    flex: 1;
  }

  .services_testiomnial-description {
    font-size: 1rem;
    line-height: 1;
  }

  .services_testimonial-title {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .services_testimonial-card {
    flex: none;
    overflow: visible;
  }

  .text-span-2 {
    color: var(--red);
    font-size: .875rem;
  }

  .case-study_tagline-text {
    width: 35.625rem;
    max-width: none;
    margin-left: 0;
    margin-right: 4rem;
    font-size: 6rem;
  }

  .case-study_img {
    z-index: 1000;
    height: 25.5rem;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .img-component_success {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .case-study_hero-section-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .case-study_mobile-img {
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .red_nav-link {
    padding-top: .5rem;
    font-size: 1.125rem;
  }

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

  .projects_img {
    max-height: 7.5rem;
  }

  .our-work_hero-tagline {
    width: 35.625rem;
    max-width: none;
    margin-left: 0;
    margin-right: 4rem;
  }

  .text-span-5 {
    color: #c0524f;
    font-size: .875rem;
  }

  .padding-global-5 {
    flex: 1;
  }

  .nav-link-4 {
    padding-top: .5rem;
    font-size: 1.125rem;
  }

  .paragraph-7 {
    font-size: 1.125rem;
  }

  .html-embed-10 {
    color: var(--light-black);
    height: 2.25rem;
  }

  .padding-vbottom {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  .p {
    padding-right: 4rem;
    font-size: 1.5rem;
  }

  .hero_tagline-text {
    width: 45.625rem;
    max-width: none;
    margin-right: 6rem;
    font-size: 8rem;
  }

  .hero_tagline-text._w-full {
    width: 100%;
  }

  .img {
    width: 27.5rem;
    max-width: none;
  }

  .img.img_vision {
    width: 34.375rem;
    height: 34.375rem;
    position: relative;
  }

  .h2 {
    width: 45.625rem;
    max-width: none;
    margin-top: 7rem;
    font-size: 6rem;
  }

  .p-vision {
    margin-top: -.6rem;
    margin-bottom: 5rem;
    padding-top: 0;
    font-size: 4rem;
  }

  .logo.w--current {
    margin-right: 8rem;
  }

  .text-field {
    color: var(--white);
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .text-field::placeholder {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .submit-button {
    width: 100%;
    height: 100%;
    padding-right: 2.5rem;
    font-size: 2.4rem;
  }

  .vision-div {
    align-items: center;
    padding-bottom: 1rem;
  }

  .nav-link {
    padding-top: .25rem;
    font-size: 1.5rem;
  }

  .nav-link.disabled {
    color: #21242799;
  }

  .footer-link {
    font-size: 1.5rem;
  }

  .padding-global {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .maneko_section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_section {
    background-color: var(--light-black);
    color: var(--white);
    height: 24vh;
  }

  .nav-menu {
    flex: 0 auto;
    padding-left: 1rem;
  }

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

  .title_technologies {
    font-size: 3rem;
    font-weight: 400;
  }

  .img-star {
    width: 3.125rem;
    height: 3.125rem;
  }

  .accordion_component {
    border-style: none;
    font-size: 2.25rem;
    font-weight: 400;
  }

  .accordion-top {
    border-bottom: .0625rem solid var(--white);
    font-weight: 400;
  }

  .project-descr {
    font-size: 1.625rem;
    line-height: 1.2;
  }

  .project-descr.text-weight-bold {
    font-size: 2.25rem;
    font-weight: 400;
  }

  .accordion2_icon {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .accordion-bottom {
    padding-top: .4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content.project-img-wrapper {
    flex: 0 auto;
    align-items: center;
    width: 15rem;
    height: 15rem;
  }

  .accordion-wrapper {
    color: var(--white);
    font-weight: 400;
  }

  .accordion-p {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  .div-block-6 {
    padding-top: 1.6vh;
  }

  .paragraph-2 {
    color: #fff9;
    font-size: 1.75rem;
  }

  .logo-img {
    width: 11.625rem;
    height: 100%;
  }

  .projects_title {
    flex-direction: column;
    justify-content: flex-start;
    font-size: 3rem;
    display: flex;
  }

  .projects-subitle {
    padding-top: 1rem;
    font-size: 2.25rem;
  }

  .project-title {
    font-size: 2.125rem;
    font-weight: 400;
  }

  .team9_item {
    max-width: 50rem;
    height: 20rem;
    font-size: 2.1875rem;
  }

  .project-img {
    max-width: 6rem;
    height: 6rem;
  }

  .slide-item {
    flex: 1;
    padding-right: 2rem;
    font-size: 2rem;
  }

  .slide-content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    height: 100%;
    margin-left: 0;
    padding-left: 7rem;
    display: flex;
  }

  .text-block-4 {
    width: 12.5rem;
    padding-top: .25rem;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
    display: flex;
  }

  .nav-wrapper {
    margin-top: 3rem;
  }

  .hero_section-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .vision_content-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .vision_img-wrapper {
    flex: 0 auto;
  }

  .maneko_section-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .btn-secondary-text {
    flex: 1;
    font-size: 6rem;
  }

  .maneko_heading {
    text-align: center;
    flex: 1;
    font-size: 6rem;
  }

  .padding-vertical {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: block;
  }

  .maneko_img-wrapper {
    flex: 0 auto;
  }

  .mission_text {
    max-width: 120rem;
    font-size: 6rem;
  }

  .signup-section-wrapper {
    width: auto;
    max-width: 112.5rem;
  }

  .cta_section {
    color: var(--white);
  }

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

  .footer_logo-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-heading {
    font-size: 6rem;
  }

  .container-large {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 111rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .projects_cta-wrapper {
    background-color: var(--red);
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
  }

  .html-embed-2 {
    color: var(--white);
    width: 50%;
    height: 50%;
    transform: rotate(-45deg);
  }

  .projects_content-wrapper {
    margin-top: 1.2rem;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .success-description-text {
    text-align: left;
    max-width: 50rem;
    font-size: 1.5rem;
  }

  .helper-text {
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .success_side-wrapper {
    width: 12.5rem;
  }

  .div-block-19 {
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .div-block-20 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
  }

  .paragraph-4 {
    font-size: 4.5rem;
  }

  .main-content-wrapper {
    flex: 1;
    max-width: 89.375rem;
  }

  .footer_content-wrapper {
    flex: 1;
  }

  .side-div {
    width: 100%;
    max-width: 15.5rem;
  }

  .side-div.vision_line-wrapper, .side-div.btn-block {
    width: 15.5rem;
  }

  .vision_left-wrapper {
    justify-content: center;
  }

  .projects-content-wrapper {
    flex: 1;
    display: flex;
  }

  .html-embed-4 {
    margin-top: .4rem;
    margin-left: .4rem;
    position: absolute;
    right: 0;
  }

  .div-block-23 {
    width: 13.5rem;
    height: 13.5rem;
  }

  .cta_hidden-div-wrapper {
    top: 60vh;
  }

  .mobile-img {
    width: 27.5rem;
    max-width: none;
  }

  .mobile-img.img_vision {
    width: 34.375rem;
    height: 34.375rem;
    position: relative;
  }

  .project-card {
    width: 50rem;
  }

  .header-100svh {
    align-items: center;
    padding-top: 0;
    padding-bottom: 16rem;
  }

  .div-block-29 {
    justify-content: flex-start;
    display: flex;
  }

  .key-services-title_container, .key-services_container {
    flex: 1;
  }

  .text-paragraph {
    font-size: 1.5rem;
  }

  .text-highlight {
    text-align: center;
  }

  .text-highlight-container {
    margin-top: 2rem;
  }

  .case-study-caption-container {
    flex: 1;
  }

  .case-study-tags-container {
    flex: 1;
    padding-left: 2rem;
  }

  .testimonial-card {
    padding: 2rem 7rem;
  }

  .testimonial-text {
    font-size: 1.625rem;
    line-height: 1.2;
  }

  .testimonials_container {
    flex: 1;
    display: flex;
  }

  .daruma_img-mobile {
    width: 27.5rem;
    max-width: none;
  }

  .contact-us_heading {
    text-align: left;
    font-size: 6rem;
  }

  .daruma_content-container {
    flex-direction: column;
    padding-left: 6rem;
  }

  .contact-us_side-div {
    width: 15.5rem;
    max-width: 100%;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-47 {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .div-block-48 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .btn-secondary-wrapper {
    align-items: center;
  }

  .services_testiomnial-description {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  .services_testimonial-title {
    font-size: 1.75rem;
    font-weight: 300;
  }

  .services_text-highlight {
    text-align: center;
  }

  .services_testimonial-card {
    width: 50rem;
  }

  .case-study_tagline-text {
    width: 45.625rem;
    max-width: none;
    margin-right: 6rem;
    font-size: 6.5rem;
  }

  .case-study_img {
    width: 40.625rem;
    max-width: none;
    height: 33.125rem;
  }

  .img-component_success {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .case-study_hero-section-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .case-study_mobile-img {
    width: 27.5rem;
    max-width: none;
  }

  .red_nav-link {
    padding-top: .25rem;
    font-size: 1.5rem;
  }

  .red_nav-link.disabled {
    color: #21242799;
  }

  .projects_img {
    max-height: 12.5rem;
  }

  .our-work_hero-tagline {
    width: 45.625rem;
    max-width: none;
    margin-right: 6rem;
    font-size: 8rem;
  }

  .padding-global-5 {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .nav-link-4 {
    padding-top: .25rem;
    font-size: 1.5rem;
  }

  .nav-link-4.disabled {
    color: #21242799;
  }

  .link-block-2 {
    color: var(--light-black);
  }

  .link-block-2:hover {
    color: #212427cc;
  }

  .paragraph-7 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .div-block-55 {
    cursor: pointer;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .html-embed-10 {
    height: 3.5rem;
    margin-left: 1rem;
  }

  .div-block-56 {
    width: 18.75rem;
  }

  .padding-vbottom {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-bottom: 8rem;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.375rem;
  }

  .p {
    width: 7.25rem;
    margin-right: 0;
    font-size: .8rem;
  }

  .hero_tagline-text {
    width: 25rem;
    margin-left: 2rem;
    margin-right: 0;
    font-size: 3.375rem;
  }

  .hero_tagline-text._w-full {
    font-size: 4rem;
  }

  .img {
    flex: 0 auto;
    align-self: auto;
    width: 11rem;
    height: 100%;
    display: none;
    position: static;
  }

  .img.img_vision {
    width: 15rem;
    height: 15rem;
  }

  .h2 {
    flex: 0 auto;
    width: 18.125rem;
    margin-top: 3rem;
    margin-left: 2rem;
    font-size: 2.5rem;
  }

  .p-vision {
    font-size: 1.125rem;
  }

  .h-line {
    width: 100%;
  }

  .logo {
    flex: 1;
    width: 6.875rem;
    max-width: none;
    margin-right: .75rem;
  }

  .submit-button {
    padding-right: 1.875rem;
    font-size: 1rem;
  }

  .form-content {
    width: 100%;
  }

  .vision-div {
    flex: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    padding-left: 2.3875rem;
    padding-right: 2.3875rem;
  }

  .nav-link.invert {
    background-color: var(--light-black);
    color: var(--white);
  }

  .nav-link.invert.disabled {
    color: #fff9;
  }

  .menu-button {
    margin: 0 -.625rem 0 0;
    padding: .625rem;
  }

  .menu-button.w--open {
    z-index: 1001;
    background-color: #0000;
    margin-right: -.625rem;
    padding: .625rem;
  }

  .hero_section {
    margin-top: 0;
  }

  .footer_section {
    height: 67vh;
  }

  .tech_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title_technologies {
    font-size: 1.5rem;
  }

  .img-star {
    width: 1.25rem;
    height: 1.25rem;
    display: none;
  }

  .accordion-top {
    padding-top: 0;
  }

  .project-descr {
    padding-bottom: .3rem;
    font-size: .75rem;
  }

  .project-descr.text-weight-bold {
    padding-top: 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .accordion2_icon {
    width: 1.6rem;
  }

  .project-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project-content.project-img-wrapper {
    width: 6.25rem;
    height: 6.25rem;
  }

  .accordion-p {
    font-size: 1.125rem;
  }

  .paragraph-2 {
    font-size: .75rem;
  }

  .logo-img {
    width: 6.25rem;
  }

  .projects_title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
  }

  .projects-subitle {
    padding-top: 0;
    font-size: 1.25rem;
  }

  .project-title {
    font-size: 1.125rem;
  }

  .team9_item {
    height: 10rem;
  }

  .project-img {
    max-width: 3rem;
    height: 3rem;
  }

  .slide-item {
    border-width: .0375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-content {
    padding-left: 1.8rem;
    padding-right: .4rem;
  }

  .text-block-4 {
    text-align: center;
  }

  .tech_toggle {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .toggle-button {
    width: 7.875rem;
    height: 3.125rem;
  }

  .toggle-text-tech, .toggle-text-biz {
    font-size: 1.25rem;
  }

  .toggle-circle {
    width: 1.875rem;
    height: 1.875rem;
  }

  .nav-wrapper {
    flex: 1;
  }

  .hero_section-wrapper {
    align-items: flex-end;
    margin-top: 0;
  }

  .vision_content-wrapper {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn-secondary-text, .maneko_heading {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mission_section {
    background-image: url('../images/m-background-mountain.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .mission_text {
    margin-bottom: 1vh;
    font-size: 2.5rem;
  }

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

  .footer4_logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer4_link-list {
    justify-items: center;
  }

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    justify-content: center;
  }

  .cta-heading {
    font-size: 2.5rem;
  }

  .container-large {
    align-items: stretch;
  }

  .projects_splitter {
    margin-top: .6rem;
    margin-bottom: .6rem;
  }

  .projects_cta-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .success-description-text {
    padding-top: 1rem;
    font-size: .8rem;
  }

  .helper-text {
    font-size: .8rem;
  }

  .helper-text.daruma_helper-text {
    margin-top: 3rem;
  }

  .success_side-wrapper {
    width: 6.25rem;
  }

  .div-block-20 {
    justify-content: space-between;
  }

  .main-content-wrapper {
    max-width: 100%;
  }

  .side-div {
    max-width: 6.875rem;
    display: flex;
  }

  .side-div.vision_line-wrapper {
    width: 7.5rem;
  }

  .side-div.hide, .side-div.testimonials_side-div {
    display: none;
  }

  .side-div.btn-block {
    width: auto;
    max-width: 8.75rem;
  }

  .vision_left-wrapper {
    justify-content: center;
  }

  .projects-content-wrapper {
    flex: 1;
    display: flex;
  }

  .html-embed-4 {
    width: 1.25rem;
    height: 100%;
    margin-left: .4rem;
  }

  .div-block-23 {
    width: 7.5rem;
    height: 7.5rem;
    margin-left: 2rem;
    text-decoration: none;
  }

  .cta-text {
    padding: 2.3125rem 1.125rem;
    font-size: 1rem;
    text-decoration: none;
  }

  .cta_hidden-div-wrapper {
    display: block;
    top: 80vh;
  }

  .mobile-img {
    flex: 0 auto;
    align-self: auto;
    width: 10rem;
    height: auto;
    display: block;
    position: static;
  }

  .mobile-img.img_vision {
    width: 15rem;
    height: 15rem;
  }

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

  .scrolling-wrapper {
    margin-left: 1rem;
  }

  .project-card {
    width: 25rem;
  }

  .header-100svh {
    justify-content: flex-start;
  }

  .tag-service {
    padding-right: .6rem;
  }

  .tag-element {
    padding: .6rem;
    font-size: .75rem;
  }

  .text-paragraph {
    font-size: 1.25rem;
  }

  .portfolio-text {
    font-size: .8rem;
  }

  .daruma_img-wrapper {
    flex: 0 auto;
  }

  .testimonial-card {
    border-style: none;
    padding: 1.6rem 0;
  }

  .testimonial-text {
    padding-bottom: .3rem;
    font-size: .75rem;
  }

  .div-block-44 {
    flex: 1;
  }

  .testimonials_container {
    flex: 1;
    display: flex;
  }

  .img_daruma {
    display: none;
  }

  .daruma_img-mobile {
    flex: 0 auto;
    align-self: auto;
    width: 10rem;
    height: auto;
    display: block;
    position: static;
  }

  .contact-us_heading {
    flex: 1;
    font-size: 2.5rem;
  }

  .contact-us_side-div {
    max-width: 6.875rem;
    display: flex;
  }

  .div-block-46 {
    flex: 1;
  }

  .btn-secondary-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cursor {
    font-weight: 300;
  }

  .services_testiomnial-description {
    padding-bottom: .3rem;
    font-size: .75rem;
    line-height: 1;
  }

  .services_testimonial-title {
    font-size: .875rem;
  }

  .services_testimonial-card {
    width: 25rem;
  }

  .html-embed-5 {
    background-color: var(--red);
    color: var(--white);
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: auto;
    padding: 1rem .5rem;
    display: flex;
  }

  .case-study_tagline-text {
    width: auto;
    margin-left: 2rem;
    margin-right: 0;
    font-size: 3.375rem;
  }

  .case-study_img {
    flex: 0 auto;
    align-self: auto;
    width: 11rem;
    height: 100%;
    display: none;
    position: static;
  }

  .case-study_hero-section-wrapper {
    align-items: center;
    margin-top: 2rem;
  }

  .case-study_mobile-img {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
    display: block;
    position: static;
  }

  .red_nav-link {
    padding-left: 2.3875rem;
    padding-right: 2.3875rem;
  }

  .heading-style-h5 {
    margin-top: 1.5rem;
  }

  .projects_list {
    grid-column-gap: 2rem;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .projects_img {
    height: 5rem;
  }

  .our-work-description {
    font-size: 1rem;
  }

  .our-work_hero-tagline {
    width: auto;
    margin-right: 0;
    font-size: 3.375rem;
  }

  .html-embed-8 {
    color: #fff;
    background-color: #c0524f;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: auto;
    padding: 1rem .5rem;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 2.3875rem;
    padding-right: 2.3875rem;
  }

  .html-embed-9 {
    padding-left: .1875rem;
  }

  .div-block-53 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: .875rem;
  }

  .paragraph-7 {
    font-size: .8rem;
  }

  .div-block-55 {
    color: var(--white);
  }

  .html-embed-10 {
    height: 1.25rem;
    margin-left: .4rem;
  }

  .div-block-56 {
    width: 15rem;
  }

  .padding-vbottom {
    padding-bottom: 4rem;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  .p {
    width: 5rem;
    max-width: 5rem;
    margin-bottom: 1rem;
    margin-right: 2.2rem;
    font-size: .625rem;
    display: none;
  }

  .body {
    font-family: Aeonik, sans-serif;
  }

  .hero_tagline-text {
    width: 18.75rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 3rem;
  }

  .img {
    height: 100%;
    position: relative;
  }

  .img.img_vision {
    width: 10rem;
    height: 100%;
    margin-right: 0;
  }

  .h2 {
    width: 15rem;
    margin-top: 2rem;
    font-size: 2rem;
  }

  .p-vision {
    margin-bottom: .6rem;
    padding-top: 0;
    padding-left: 0;
    font-size: .875rem;
  }

  .logo {
    flex: 1;
  }

  .text-field {
    margin-top: 1rem;
    font-size: .8rem;
  }

  .text-field::placeholder {
    font-size: .8rem;
  }

  .submit-button {
    padding-right: 1.5625rem;
  }

  .form-button {
    padding-left: 0;
  }

  .vision-div {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-link {
    background-color: var(--cream);
    padding-left: 2.325rem;
    padding-right: 2.325rem;
  }

  .nav-link.invert {
    background-color: var(--light-black);
    color: var(--white);
  }

  .nav-link.invert.disabled {
    color: #fff9;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .menu-button {
    padding-top: .625rem;
    padding-right: .625rem;
  }

  .footer_section {
    height: 74vh;
  }

  .accordion-top {
    padding-left: 0;
    padding-right: 0;
  }

  .project-descr {
    font-size: .75rem;
  }

  .project-descr.text-weight-bold {
    font-weight: 400;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .accordion-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .project-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project-content.project-img-wrapper {
    width: 6.25rem;
    height: 6.25rem;
  }

  .projects_title {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .projects-subitle {
    padding-top: .125rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .project-title {
    font-size: 1.125rem;
  }

  .project-img {
    max-width: 4rem;
    height: 4rem;
  }

  .slide-item {
    padding-right: 1rem;
  }

  .slide-content {
    padding-left: 1.8rem;
  }

  .tech_toggle {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .toggle-button {
    width: 7.875rem;
    height: 3.125rem;
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .toggle-text-tech, .toggle-text-biz {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .toggle-circle {
    width: 1.875rem;
    height: 1.875rem;
  }

  .main-wrapper.contact-us_main-wrapper {
    height: 65vh;
  }

  .hero_section-wrapper {
    justify-content: center;
    margin-top: -1rem;
  }

  .vision_content-wrapper {
    justify-content: center;
  }

  .vision_img-wrapper {
    flex: 0 auto;
  }

  .btn-secondary-text {
    width: 100%;
    margin-bottom: .2rem;
    font-size: 1.75rem;
  }

  .maneko_heading {
    font-size: 1.75rem;
  }

  .mission_section {
    background-image: url('../images/m-background-mountain.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .mission_text {
    font-size: 1.75rem;
  }

  .signup-section-wrapper {
    background-color: var(--red);
  }

  .cta_form {
    margin-bottom: 0;
  }

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

  .footer4_credit-text {
    margin-top: 0;
  }

  .footer4_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer4_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    padding-bottom: 0;
  }

  .cta-heading {
    font-size: 2rem;
  }

  .projects_cta-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .helper-text {
    font-size: .6rem;
  }

  .helper-text.daruma_helper-text {
    margin-top: 1.4rem;
  }

  .paragraph-4 {
    font-size: 2rem;
  }

  .main-content-wrapper {
    max-width: none;
  }

  .side-div {
    flex: 0 auto;
    max-width: 1.5rem;
  }

  .side-div.vision_line-wrapper {
    display: none;
  }

  .side-div.btn-block {
    max-width: 100%;
  }

  .vision_left-wrapper {
    justify-content: center;
  }

  .html-embed-4 {
    width: 1rem;
    margin-bottom: .2rem;
  }

  .div-block-23 {
    width: 6.25rem;
    height: 6.25rem;
  }

  .cta-text {
    padding: 1.25rem .75rem;
    font-size: 1rem;
  }

  .mobile-img {
    position: relative;
  }

  .mobile-img.img_vision {
    width: 14rem;
    height: 100%;
    margin-right: 0;
  }

  .scrolling-wrapper {
    margin-left: 1.4rem;
  }

  .project-card {
    width: 25rem;
  }

  .hero-background-img {
    display: inline-block;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .key-services_container {
    padding-top: 1rem;
  }

  .div-block-30 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .div-block-32 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .text-paragraph {
    font-size: .875rem;
  }

  .paragraph-6 {
    font-size: 3rem;
  }

  .div-block-33 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-highlight {
    text-align: left;
    font-size: .875rem;
    line-height: 1.2;
  }

  .text-highlight-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .case-study-caption {
    margin-bottom: .6rem;
  }

  .case-study-tags-container {
    padding-top: 1rem;
    padding-left: 0;
  }

  .psr-title-container {
    padding-top: 1rem;
  }

  .daruma_img-wrapper {
    flex: 0 auto;
  }

  .testimonial-card {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .testimonial-text {
    font-size: .75rem;
    font-weight: 400;
  }

  .testimonial-person {
    font-size: 1.125rem;
  }

  .div-block-44 {
    flex: 0 auto;
  }

  .daruma_img-mobile {
    width: 7.5rem;
    position: relative;
  }

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

  .contact-us_heading-content {
    flex-direction: column;
  }

  .contact-us_side-div {
    flex: 0 auto;
  }

  .services_testiomnial-description {
    font-size: .75rem;
  }

  .services_testimonial-title {
    font-size: 1.125rem;
  }

  .services_text-highlight {
    text-align: center;
    font-size: .875rem;
    line-height: 1;
  }

  .services_testimonial-card {
    width: 25rem;
  }

  .case-study_tagline-text {
    width: auto;
    margin-left: .8rem;
    margin-right: 0;
    font-size: 3rem;
  }

  .case-study_img {
    height: 100%;
    position: relative;
  }

  .case-study_hero-section-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 2rem;
  }

  .case-study_mobile-img {
    width: 30rem;
    position: relative;
  }

  .red_nav-link {
    background-color: var(--cream);
    padding-left: 2.325rem;
    padding-right: 2.325rem;
  }

  .heading-style-h5 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }

  .projects_item {
    margin-bottom: 3rem;
  }

  .projects_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .work_body {
    font-family: Aeonik, sans-serif;
  }

  .our-work_hero-tagline {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 3rem;
  }

  .nav-link-4 {
    background-color: #f5f1e8;
    padding-left: 2.325rem;
    padding-right: 2.325rem;
  }

  .html-embed-9 {
    padding-left: .1875rem;
  }

  .div-block-55 {
    align-items: flex-start;
  }

  .html-embed-10 {
    height: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .p {
    margin-bottom: 1rem;
    display: none;
  }

  .hero_tagline-text {
    width: 18.75rem;
    max-width: 18.75rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 3rem;
  }

  .hero_tagline-text._w-full {
    width: auto;
    max-width: none;
    font-size: 2.25rem;
  }

  .img {
    z-index: 0;
    width: 50vw;
    height: 100%;
  }

  .img.img_vision {
    flex: 0 auto;
    width: 60vw;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-right: 0;
    display: none;
  }

  .h2 {
    flex: 0 auto;
    width: auto;
    margin-top: 1rem;
    margin-left: 0;
  }

  .p-vision {
    text-align: left;
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }

  .logo {
    flex: 0 auto;
    padding-left: 0;
  }

  .submit-button {
    padding-left: 0;
  }

  .form-button {
    align-items: flex-end;
    margin-right: 0;
  }

  .vision-div {
    display: none;
  }

  .nav-link {
    z-index: 2000;
    padding-top: 1.875rem;
    padding-left: 1.4rem;
    padding-right: 1rem;
    position: static;
  }

  .footer-link:hover {
    color: #fffc;
  }

  .menu-button {
    background-color: #0000;
    margin-top: -.625rem;
    padding-top: .625rem;
  }

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

  .padding-global {
    flex-direction: column;
    justify-content: center;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .hero_section {
    margin-bottom: 10vh;
  }

  .vision_section {
    margin-bottom: 10vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_section {
    height: 75vh;
  }

  .navbar {
    padding-top: .2rem;
  }

  .nav-menu {
    padding-left: 0%;
  }

  .img-star {
    width: 1rem;
  }

  .accordion-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-descr {
    font-size: .625rem;
  }

  .project-descr.text-weight-bold {
    font-size: 1rem;
    font-weight: 400;
  }

  .project-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project-content.project-img-wrapper {
    border-radius: 22.5rem;
    flex: 0 auto;
    align-items: center;
    width: 2.5rem;
    max-width: 3.75rem;
    height: 2.5rem;
    max-height: 3.75rem;
    margin-left: 1rem;
    display: none;
  }

  .accordion-p {
    font-size: 1rem;
  }

  .logo-img {
    width: 6.875rem;
  }

  .projects_title {
    font-size: 1.25rem;
  }

  .projects-subitle, .project-title {
    font-size: .75rem;
  }

  .team9_item {
    height: 7.5rem;
    margin-bottom: 1rem;
    margin-right: .4rem;
  }

  .project-img {
    max-width: 2.4rem;
    height: 2.4rem;
  }

  .slide-item {
    padding: .0125rem 1rem .4rem;
  }

  .slide-content {
    padding-top: .4rem;
    padding-left: 1rem;
    padding-right: .2rem;
  }

  .text-block-4 {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
  }

  .tech_toggle {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .toggle-button {
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .toggle-text-tech, .toggle-text-biz {
    margin-bottom: 0;
    font-size: .75rem;
  }

  .tech_toggle-wrapper {
    justify-content: flex-end;
  }

  .main-wrapper.contact-us_main-wrapper {
    height: 70vh;
  }

  .hero_section-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 4rem;
  }

  .vision_content-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .vision_img-wrapper {
    width: 100%;
  }

  .btn-secondary-text {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .maneko_heading {
    text-align: center;
    font-size: 1.5rem;
  }

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

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

  .mission_section {
    background-image: url('../images/m-background-mountain.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .mission_text {
    margin-top: 6rem;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .submit-btn-block {
    justify-content: flex-end;
  }

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

  .footer4_credit-text {
    font-size: .8rem;
  }

  .footer4_link-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .social-icon:hover {
    color: #fffc;
  }

  .footer_logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-heading {
    font-size: 2rem;
  }

  .vision_img {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .success-description-text {
    padding-top: 0;
  }

  .helper-text {
    font-size: .6rem;
  }

  .helper-text.daruma_helper-text {
    margin-bottom: 1.4rem;
  }

  .success_side-wrapper {
    width: auto;
  }

  .div-block-20 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-4 {
    font-size: 1.5rem;
  }

  .side-div {
    width: 4%;
    max-width: none;
  }

  .side-div.vision_line-wrapper, .side-div.cta-side-div {
    display: none;
  }

  .side-div.btn-block {
    width: 100%;
  }

  .html-embed-4 {
    margin-bottom: .4rem;
  }

  .div-block-23 {
    margin-left: 1rem;
  }

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

  .mobile-img {
    z-index: 0;
    object-fit: cover;
  }

  .mobile-img.img_vision {
    flex: 0 auto;
    width: 85vw;
    max-width: 20rem;
    margin-top: 0;
    margin-bottom: 1vh;
    margin-right: 0;
    display: block;
  }

  .scrolling-wrapper {
    flex-wrap: nowrap;
    margin-left: 1rem;
    display: flex;
  }

  .project-card {
    flex: none;
    width: 15.625rem;
    max-width: 21.25rem;
    margin-right: .4rem;
  }

  .image-overlay-layer {
    height: 100%;
  }

  .header-100svh {
    align-items: flex-end;
    min-height: 60svh;
    padding-bottom: 11rem;
  }

  .hero-background-img {
    height: 100%;
  }

  .header-hero_section {
    height: 85vh;
  }

  .div-block-29 {
    margin-bottom: 0;
  }

  .tag-container {
    padding-top: .6rem;
    padding-bottom: .2rem;
    padding-right: .2rem;
  }

  .tag-service {
    margin-top: .0125rem;
    padding-left: .2rem;
  }

  .tag-element {
    padding: .5rem;
    font-size: .75rem;
    font-weight: 400;
  }

  .text-paragraph {
    font-size: .875rem;
  }

  .paragraph-6 {
    font-size: 2.25rem;
  }

  .div-block-33 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-highlight {
    text-align: left;
    font-size: .75rem;
    line-height: 1.4;
  }

  .text-highlight-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .case-study-caption {
    font-size: 2.25rem;
    font-weight: 300;
  }

  .psr-title-container {
    padding-top: 1rem;
  }

  .daruma_img-wrapper {
    justify-content: center;
    padding-bottom: .6rem;
    display: flex;
  }

  .testimonial-card {
    border-style: none;
  }

  .testimonial-text {
    font-size: .75rem;
  }

  .testimonials_container {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .daruma_img-mobile {
    z-index: 0;
    width: 6.25rem;
  }

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

  .div-block-45 {
    flex-direction: column-reverse;
  }

  .daruma_content-container {
    flex-direction: column;
  }

  .contact-us_side-div {
    max-width: none;
  }

  .btn-secondary-wrapper {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-end;
  }

  .btn-secondary {
    display: flex;
  }

  .services_testiomnial-description {
    font-size: .625rem;
  }

  .services_testimonial-title {
    font-size: .75rem;
  }

  .services_text-highlight {
    text-align: left;
    font-size: .875rem;
  }

  .services_testimonial-card {
    flex: none;
    width: 20rem;
    max-width: 21.25rem;
    margin-right: .4rem;
  }

  .html-embed-5 {
    width: 2.25rem;
  }

  .case-study_tagline-text {
    width: auto;
    max-width: 18.75rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 3rem;
  }

  .case-study_img {
    z-index: 0;
    width: 50vw;
    height: 100%;
  }

  .case-study_hero-section-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 2rem;
  }

  .case-study_mobile-img {
    z-index: 0;
    width: 16rem;
  }

  .red_nav-link {
    z-index: 2000;
    background-color: var(--red);
    padding-top: 1.875rem;
    padding-left: 1.2rem;
    padding-right: 1.1rem;
    position: static;
  }

  .heading-style-h5 {
    margin-top: 1.5rem;
  }

  .our-work_hero-tagline {
    width: auto;
    max-width: 18.75rem;
    margin-top: 0;
    padding-left: 0;
    font-size: 3rem;
  }

  .html-embed-8 {
    width: 2.25rem;
  }

  .padding-global-5 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav-link-4 {
    z-index: 2000;
    padding-top: 1.875rem;
    padding-left: 1.2rem;
    padding-right: 1.1rem;
    position: static;
  }

  .div-block-51 {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .html-embed-9 {
    padding-left: .1875rem;
  }

  .div-block-53 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: .875rem;
  }

  .html-embed-10 {
    flex: 0 auto;
    width: 1.25rem;
  }

  .padding-vbottom {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

#w-node-b65cd112-f39c-6936-9999-1e3e1d0b41bf-1d0b41b9 {
  align-self: start;
}

#w-node-b65cd112-f39c-6936-9999-1e3e1d0b41cf-1d0b41b9 {
  justify-self: end;
}

#w-node-b65cd112-f39c-6936-9999-1e3e1d0b41d0-1d0b41b9, #w-node-b65cd112-f39c-6936-9999-1e3e1d0b41d7-1d0b41b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b65cd112-f39c-6936-9999-1e3e1d0b41bf-1d0b41b9 {
    align-self: start;
  }

  #w-node-b65cd112-f39c-6936-9999-1e3e1d0b41cf-1d0b41b9 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b65cd112-f39c-6936-9999-1e3e1d0b41cf-1d0b41b9 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b65cd112-f39c-6936-9999-1e3e1d0b41db-1d0b41b9 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}