:root {
  --background-black: #151319;
  --border: #3d3b40;
  --white: white;
  --background-black-secondary: #0b0a0c;
  --pink: #db79b7;
  --button-purple: #837cff;
  --button-salmon: #f8766d;
  --primary: #5af9e7;
}

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--background-black);
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--border);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  border: 1px solid var(--border);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  height: 3rem;
  padding: 0;
  overflow: hidden;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-gap-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  font-family: Open Sans, sans-serif;
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: var(--white);
}

.fs-styleguide_color-sample.is-background2 {
  border: 1px solid var(--border);
  background-color: var(--background-black-secondary);
}

.fs-styleguide_color-sample.is-background1 {
  border: 1px solid var(--border);
  background-color: var(--background-black);
}

.fs-styleguide_color-sample.is-pink {
  background-color: var(--pink);
}

.fs-styleguide_color-sample.is-button-purple {
  background-color: var(--button-purple);
}

.fs-styleguide_color-sample.is-button-salmon {
  background-color: var(--button-salmon);
}

.fs-styleguide_color-sample.is-border {
  background-color: var(--border);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(140deg, var(--primary), #006357);
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: transform .3s ease-out;
}

.button:hover {
  transform: translate(0, -4px);
}

.heading-medium {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

.heading-large {
  color: var(--background-black);
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
  position: static;
}

.heading-large.last {
  z-index: 1;
  font-weight: 800;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-large.work-together-outline {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  color: var(--background-black);
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

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

.icon-medium {
  height: 2.5rem;
}

.text-size-regular {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.text-size-regular.gray-color {
  color: gray;
  font-size: .9rem;
  font-weight: 300;
}

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

.fs-styleguide_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 4rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 1.5rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

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

.hide {
  display: none;
}

.fs-styleguide_section-type {
  background-color: var(--background-black-secondary);
  color: var(--pink);
  text-align: center;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.black-color {
  font-family: Open Sans, sans-serif;
}

.text-size-medium.black-color.more-about-me-text {
  width: 70%;
  margin-bottom: 2rem;
  font-size: 1rem;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  color: var(--primary);
  transition: filter .3s;
}

.text-style-link:hover {
  filter: brightness(120%);
}

.fs-styleguide_form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
  color: var(--background-black);
  font-family: Open Sans, sans-serif;
}

.text-style-muted.text-color-white {
  color: #fff;
}

.text-size-small {
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-bottom: .75rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

.text-rich-text figure {
  flex-direction: column;
  align-items: stretch;
}

.text-rich-text a {
  color: var(--pink);
  transition: filter .3s ease-in;
}

.text-rich-text a:hover {
  filter: brightness(120%);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 3.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.more-about-right-column {
  position: relative;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-family: Jost, sans-serif;
}

.form-input:focus {
  border-color: rgba(255, 255, 255, .6);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-input.is-select-input {
  padding-top: 0;
  padding-bottom: 0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.form-label {
  margin-bottom: .5rem;
}

.page-wrapper {
  width: 100%;
}

.text-size-tiny {
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 2.5rem;
  height: 2.5rem;
}

.form-checkbox-icon {
  border-color: var(--border);
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--border);
  background-color: var(--primary);
  color: #000;
  background-size: 90%;
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--pink);
  box-shadow: 0 0 .25rem 0rem var(--pink);
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto .5rem auto 0;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.text-style-quote {
  border-left: .25rem solid var(--border);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

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

.text-color-lightgrey {
  color: rgba(255, 255, 255, .85);
  font-family: Poppins, sans-serif;
}

.text-color-lightgrey.text-size-medium {
  color: rgba(21, 19, 25, .5);
  font-family: Open Sans, sans-serif;
}

.form-radio-icon {
  border-color: var(--border);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .5rem;
  border-color: var(--pink);
  background-color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--pink);
  box-shadow: 0 0 .25rem 0rem var(--pink);
  width: 1.25rem;
  height: 1.25rem;
}

.show-mobile-landscape {
  display: none;
}

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

.icon-1x1-large {
  width: 3.5rem;
  height: 3.5rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .25rem;
  padding-left: 0;
  display: flex;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.utility_form-wrapper {
  flex-direction: column;
  width: 28rem;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 2rem;
}

.margin-custom2 {
  margin: 3rem;
}

.margin-custom3 {
  margin: 4rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1rem;
}

.padding-custom2, .padding-custom3 {
  padding: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

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

.margin-top.margin-xxsmall.footer_social_icons {
  flex-flow: column;
  display: flex;
}

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

.margin-bottom.margin-xlarge {
  perspective: 1000px;
}

.margin-bottom.margin-xxlarge {
  font-family: Poppins, sans-serif;
}

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

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.nav_component {
  z-index: 10000;
  background-color: rgba(33, 33, 41, .7);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav_menu {
  align-items: center;
}

.nav_menu-button {
  display: none;
}

.nav_link {
  padding: .5rem 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: color .2s;
}

.nav_link:hover {
  color: var(--primary);
}

.nav_link.is-last-link {
  padding-right: 0;
}

.home-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home-header_image-wrapper {
  overflow: hidden;
}

.home-header_image {
  object-fit: cover;
  width: 100%;
  height: 28rem;
}

.home-header_content-right {
  min-height: 448px;
}

.home-about_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
}

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

.section-home-about {
  margin-bottom: 4em;
}

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

.home-about_image {
  object-fit: cover;
  width: 100%;
  height: 28rem;
}

.services_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_service-list {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_item {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.services_icon-wrapper {
  flex: none;
  margin-right: 1rem;
  padding-top: .5rem;
}

.awards_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--background-black-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.awards_content-left {
  max-width: 21rem;
}

.awards_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-medium {
  font-weight: 500;
}

.clients_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.clients_logo-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .75rem;
  display: grid;
}

.clients_logo {
  height: 2rem;
}

.divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

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

.projects_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.testimonials_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials_item {
  background-color: var(--background-black-secondary);
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.testimonials_icon-wrapper {
  color: var(--pink);
}

.testimonials_client {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.testimonials_image-wrapper {
  flex: none;
  margin-right: 1rem;
}

.testimonials_image {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.blog_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog_item {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.blog_image-link {
  flex: none;
  margin-right: 2rem;
  overflow: hidden;
}

.blog_image {
  object-fit: cover;
  width: 12rem;
  height: 16rem;
  transition: transform .3s ease-out;
}

.blog_image:hover {
  transform: scale(1.1);
}

.blog_title-link {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.footer_component {
  background-color: var(--primary);
}

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

.footer_bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-size-xlarge {
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.text-size-xlarge.text-weight-medium {
  color: var(--background-black);
}

.footer_link {
  color: var(--background-black);
  padding: .5rem 1rem;
  transition: color .2s;
}

.footer_link:hover {
  color: var(--white);
}

.footer_link.is-last-link {
  padding-right: 0;
  font-weight: 500;
}

.footer_links-list {
  flex: none;
}

.footer_content-right {
  width: 100%;
}

.footer_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
}

.footer_image {
  object-fit: cover;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}

.footer_person-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-size-xxlarge {
  font-family: Open Sans, sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
}

.footer_social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  transition: color .3s ease-out;
}

.footer_social-link:hover {
  color: var(--pink);
}

.footer_social-icon {
  color: var(--background-black);
  width: 2.5rem;
  height: 2.5rem;
}

.section-about-me {
  z-index: 1;
  height: 80vh;
  position: relative;
}

.about-me_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-me_content-left {
  position: relative;
}

.about-me_content-right {
  position: static;
}

.section-working-gallery {
  z-index: 2;
  position: relative;
}

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

.working-gallery_image {
  object-fit: cover;
  width: 100%;
  height: 28rem;
}

.competence_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.competence_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  border-left: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  display: grid;
}

.heading-small {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.section-contact {
  margin-bottom: 120px;
}

.contact_form-wrapper {
  margin-bottom: 0;
}

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

.text-color-pink {
  color: var(--pink);
}

.nav_links-list {
  align-items: center;
  display: flex;
}

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

.home-about_content-left {
  padding-top: 3rem;
  padding-left: 0;
  position: relative;
}

.home-about_content-right {
  z-index: 1;
  position: relative;
}

.projects_image-link {
  cursor: none;
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.projects_image-link.is-large {
  height: 28rem;
}

.blank-space {
  height: 4.5rem;
}

.projects_hover-overlay {
  z-index: 3;
  background-color: rgba(11, 10, 12, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects_hover-overlay-text {
  color: rgba(255, 255, 255, .85);
  font-size: 1.5rem;
  font-weight: 500;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_background-visual {
  border: 1px solid var(--border);
  padding: 3rem 2rem;
}

.form-state-content {
  align-items: center;
  height: 100%;
  min-height: 3rem;
  display: flex;
}

.form-success-icon-wrapper {
  background-color: #28a745;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.form-success-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-message-error {
  border: 1px solid var(--border);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  height: 3rem;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.form-error-icon-wrapper {
  background-color: #d73a49;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 3rem;
  height: 100%;
  min-height: 3rem;
  display: flex;
}

.form-error-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.text-style-caption {
  color: rgba(255, 255, 255, .85);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.heading-xsmall {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.fs-styleguide_version-details {
  color: rgba(255, 255, 255, .85);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.footer_email-link {
  transition: color .25s;
}

.footer_email-link:hover {
  color: var(--pink);
}

.body {
  background-color: #212129;
}

.hero-text-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 26vh;
}

.h1 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.green {
  color: var(--primary);
  font-weight: 800;
}

.p {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.hand-animation-wrapper {
  margin-left: 20px;
}

.parallax-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.parallax-title {
  color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.parallax-title__text {
  text-align: center;
  white-space: nowrap;
  width: auto;
  min-width: 70%;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 7.5em;
  font-weight: 300;
  line-height: 126px;
}

.parallax-title__text.diferentes {
  margin-left: 60px;
  margin-right: 60px;
}

.parallax-title__text.diferentes.outline-text {
  color: #fff;
  min-width: 50%;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 6em;
  font-weight: 600;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-footer {
  font-family: Poppins, sans-serif;
}

.h2-more-about {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.h2-more-about.black-color {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

.h2-more-about.black-color.margin-top-bottom-3em {
  margin-top: 3rem;
  margin-bottom: 1em;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-color-dark {
  color: var(--background-black);
  font-family: Open Sans, sans-serif;
}

.text-color-dark.text-size-medium {
  color: rgba(21, 19, 25, .5);
  font-family: Open Sans, sans-serif;
}

.footer-form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--background-black);
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-family: Open Sans, sans-serif;
}

.footer-form-input:focus {
  border-style: solid;
  border-color: rgba(21, 19, 25, .6);
}

.footer-form-input::placeholder {
  color: rgba(21, 19, 25, .11);
}

.footer-form-input.is-select-input {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.dark-button {
  background-color: var(--background-black);
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: transform .3s ease-out;
}

.dark-button:hover {
  transform: translate(0, -4px);
}

.section-layers {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.website-layers {
  perspective: 1600px;
  perspective-origin: 20%;
  justify-content: center;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.layers-container {
  perspective: 1600px;
  perspective-origin: 20%;
  width: 473px;
  min-height: 285px;
  position: relative;
}

.image-layer {
  position: absolute;
}

.image-layer._1 {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
}

.image-layer._3 {
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0);
}

.image-layer._2 {
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0);
}

.image-layer._4 {
  z-index: 4;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
}

.layers-explanation {
  width: 50%;
  padding-left: 5%;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}

.website-layers-paragraph {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.5;
}

.layers-wrapper {
  flex: 0 auto;
  justify-content: center;
  width: 50%;
  height: 100vh;
  padding-top: 180px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.h4 {
  color: rgba(255, 255, 255, .85);
  font-family: Poppins, sans-serif;
  font-size: 2rem;
}

.h4.text-size-medium {
  color: rgba(21, 19, 25, .5);
  font-family: Open Sans, sans-serif;
}

.layer-explanation:hover {
  color: #fff;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

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

.h1-about {
  font-family: Poppins, sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
}

.h1-about.green-color {
  z-index: 1;
  color: var(--primary);
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  display: block;
  position: absolute;
}

.h1-about.green-color.text-outline {
  z-index: 1;
  display: block;
  position: absolute;
}

.h1-about.green-color.heading-outline-text {
  z-index: 3;
  display: block;
}

.green-color {
  color: var(--primary);
}

.paragraph-2 {
  padding-top: 256px;
  padding-left: 20%;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}

.about-camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.frame-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.start-of-photos {
  width: 10px;
  margin-left: 24vw;
  position: relative;
}

.about-photo {
  width: 40vw;
  min-width: 504px;
  height: 100vh;
  margin-top: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-photo.photo-01 {
  background-image: url('../images/About.jpg');
  background-position: 0 0;
  background-size: auto;
}

.about-photo.photo-02 {
  background-image: url('../images/About-3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.about-photo.photo-03 {
  background-image: url('../images/About-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

.image {
  z-index: 2;
  width: 700px;
  position: absolute;
  left: 0;
}

.about-heading {
  position: absolute;
  left: -15%;
}

.section-work-previews {
  background-color: #fff;
  padding-top: 10em;
  padding-bottom: 10em;
}

.black-color {
  color: #000;
}

.black-color.more-about-paragraph {
  width: 75%;
  padding-top: 5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

.grid-2 {
  grid-template-rows: auto;
  padding-top: 2.5em;
}

.image-2 {
  max-width: 502px;
  margin-top: 0;
  margin-left: 0;
}

.image-3 {
  max-width: 500px;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.h2-2.how {
  margin-bottom: 32px;
}

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

._480 {
  max-width: 480px;
}

.feature_image {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature_image._2, .feature_image._3, .feature_image._1 {
  display: inline-block;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: #fff;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.h1-about-me {
  z-index: -1;
  width: 140%;
  max-width: none;
  min-height: 366px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
  display: block;
  position: absolute;
}

.h1-about-me.h1-about-outline {
  z-index: 2;
  width: 140%;
  max-width: none;
  min-height: 366px;
  margin-bottom: 1.6rem;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.paragraph-3 {
  margin-top: 400px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.section-about-details {
  background-color: #fff;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 2.5em;
  position: relative;
  overflow: visible;
}

.heading-details-block {
  margin-bottom: 40px;
  position: relative;
}

.heading-details-block.with-gif-3d {
  perspective: 294px;
  transform: perspective(882px);
}

.h2-heading-details {
  color: #e3e3e3;
  mix-blend-mode: multiply;
  max-width: 85%;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  position: static;
}

.h2-heading-details.last-detail {
  cursor: wait;
}

.h2-heading-details-bold {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
}

.heading-details-wrapper {
  padding-top: 5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ghost-horizontal-scroll {
  width: 100%;
  height: 250vw;
}

.gif-its-true {
  z-index: -1;
  border-radius: 13px;
  display: none;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 30%;
  right: auto;
  transform: rotate(-6deg);
}

.about-image-right {
  max-width: 502px;
  margin-top: 175px;
  margin-left: -50px;
}

.about-image {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 325px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.about-image.about-image-left {
  height: 600px;
  margin-top: 150px;
  margin-left: -75px;
}

.about-image.about-image-right2 {
  height: 600px;
  margin-top: 175px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-image.about-image-right, .about-image.about-image-right-copy {
  width: 0;
}

.section-capabilities {
  background-color: var(--background-black);
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-what-i-do-2 {
  background-color: #fff;
  padding-top: 2.5em;
  padding-bottom: 10em;
}

.grid-capabilities {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 2.5em;
}

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

.capabilities-items {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 2;
}

.h4-capabilities {
  color: rgba(255, 255, 255, .85);
  width: 80%;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
}

.h4-capabilities.text-size-medium {
  color: rgba(21, 19, 25, .5);
  font-family: Open Sans, sans-serif;
}

.h2-capabilities {
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

.h2-capabilities.black-color {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

.h2-capabilities.black-color.margin-top-bottom-3em {
  margin-top: 3rem;
  margin-bottom: 1em;
}

.column-capabilities:hover {
  color: #fff;
}

.div-link-work {
  position: relative;
}

.image-5 {
  position: static;
}

.gif-thor {
  z-index: 2;
  perspective: 1600px;
  border-radius: 11px;
  width: 250px;
  height: 200px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: perspective(667px);
}

.link-block {
  z-index: 3;
  position: relative;
}

.h2-contact {
  text-align: left;
  margin-bottom: 3rem;
}

.html-embed-3 {
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.h2-more-read {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.h2-more-read.black-color {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

.h2-more-read.black-color.margin-top-bottom-3em {
  margin-top: 3rem;
  margin-bottom: 1em;
}

.h1-about-me-copy {
  z-index: -1;
  width: 140%;
  max-width: none;
  min-height: 366px;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
  position: absolute;
}

.h1-about-me-copy.h1-about-outline {
  z-index: 2;
  width: 140%;
  max-width: none;
  min-height: 366px;
  margin-bottom: 1.6rem;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

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

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

.works-wrapper {
  display: flex;
}

.work-column {
  width: 47.5%;
}

.work-column.work-padding {
  padding-top: 10rem;
}

.work-separator {
  width: 5%;
}

.h3-work {
  color: #000;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

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

.work-paragraph.black-color {
  font-family: Open Sans, sans-serif;
  line-height: 1.6;
}

.about-image-2-2 {
  z-index: 2;
  position: absolute;
}

.about-image-2-1 {
  z-index: 3;
  max-width: 502px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.about-image-2-3 {
  z-index: 1;
  position: absolute;
}

.h1-work {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.section-work-preview {
  background-color: #fff;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-work-preview.background-orker {
  background-color: #2c52be;
}

.grid-5 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-3 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph-4 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
}

.the-challenge {
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-white-outline {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  width: auto;
  min-width: 120px;
  max-width: 160px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  display: inline;
}

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

.image-work-screen {
  box-shadow: 0 1px 16px -4px rgba(0, 0, 0, .11);
}

.grid-6 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr;
}

.section-work-about {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 10em;
  position: static;
}

.section-work-about.more-padding-top {
  padding-top: 10em;
}

.grid-7 {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.work-about-text {
  color: #000;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.h3-work-about {
  color: #000;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.h3-work-about.more-about-paragraph {
  width: 75%;
  padding-top: 5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

.work-about-block {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.work-about-wrapper {
  display: flex;
}

.work-about-column-1 {
  width: 35%;
  position: relative;
}

.work-about-column-2 {
  width: 50%;
}

.work-about-separator {
  width: 15%;
}

.work-about-fullscreen {
  box-shadow: 0 20px 15px rgba(0, 0, 0, .14);
}

.section-work-next {
  background-color: #fff;
  padding-top: 10em;
  padding-bottom: 10em;
}

.work-next {
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.work-next:hover {
  color: var(--primary);
}

.work-next.more-about-paragraph {
  width: 75%;
  padding-top: 5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

.work-next-block {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.link-next-work:hover {
  color: var(--primary);
}

.section-work-before-after {
  background-color: #fff;
  padding-top: 10em;
  padding-bottom: 10em;
}

.handle {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.handle.handle-black {
  color: #000;
}

.handle-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-left {
  z-index: 1;
  position: absolute;
}

.handle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 550px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.before {
  z-index: 3;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.before.before-black {
  color: #000;
  background-color: rgba(0, 0, 0, .15);
}

.after {
  z-index: 3;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.after.after-black {
  color: #000;
  background-color: rgba(0, 0, 0, .15);
}

.handle-bar {
  z-index: 10;
  background-color: var(--primary);
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
}

.image-right {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.circle-wrapper {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  cursor: grab;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.work-challenge-grid {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.work-more-text {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.work-about_content-left {
  padding-top: 3rem;
  padding-left: 0;
  position: relative;
}

.work-about_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
}

.section-work-header {
  margin-bottom: 4em;
}

.heading-4 {
  font-family: Poppins, sans-serif;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-7, .heading-8, .heading-9 {
  font-family: Poppins, sans-serif;
}

.paragraph-5, .link, .block-quote {
  font-family: Open Sans, sans-serif;
}

.text-block {
  color: var(--primary);
}

.h3-about-project {
  color: #000;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.work-about-project-block {
  margin-bottom: 2em;
}

.work-about-project-text {
  color: #000;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
}

.about_content-left-copy {
  padding-top: 3rem;
  padding-left: 0;
  position: relative;
}

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

.about_component {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
}

.background-video {
  width: 100%;
  max-width: 632px;
  min-height: 100%;
  display: block;
  position: static;
}

.background-video.orker-video-phone {
  max-width: none;
}

.section-work-screens {
  background-color: #fff;
  padding-top: 12em;
  padding-bottom: 10em;
  position: static;
}

.work-screens-column {
  width: 45%;
  position: relative;
}

.work-screens-separator {
  width: 10%;
}

.background-video-square {
  width: 100%;
  max-width: 632px;
  display: block;
  position: static;
}

.work-screen-separator {
  height: 200px;
}

.background-video-full {
  width: 100%;
  min-height: 100%;
  display: block;
  position: static;
}

.orker-video-phone {
  padding-top: 3em;
  padding-bottom: 2em;
}

.fs-copyclip_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: grid;
  position: relative;
}

.fs-copyclip_text {
  color: #acacac;
}

.hero-about-image {
  overflow: hidden;
}

.projects_hover-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.cursor-inner {
  background-color: var(--primary);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.cursor-h-txt {
  font-family: Inconsolata, monospace;
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-3 {
  border-radius: 10px;
  width: 247px;
  height: 357px;
}

.background-video-3.video-garoto, .background-video-3.video-garota, .background-video-3.video-celebration, .background-video-3.video-fox {
  width: 247px;
  height: 357px;
  display: none;
}

.cursor-wrapper {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-view-work {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: .15rem;
  line-height: 1;
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-view-menu-work {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: .15rem;
  line-height: 1;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.website-layers-paragraph-copy, .website-layers-paragraph-copy-copy {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.5;
}

.work-about-text-copy {
  color: #000;
  margin-bottom: 8rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

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

.section-work-previews-copy {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading-large.last, .heading-large.work-together-outline {
    font-weight: 800;
  }

  .text-size-medium.black-color.more-about-me-text {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }

  .home-about_content {
    grid-column-gap: 1.5rem;
    grid-template-columns: 2fr 1fr;
  }

  .section-home-about {
    margin-bottom: 4em;
  }

  .home-about_content-left {
    padding-top: 3rem;
    padding-left: 0;
    position: relative;
  }

  .home-about_content-right {
    z-index: 1;
    position: relative;
  }

  .h2-more-about {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .black-color.text-size-xlarge {
    font-family: Open Sans, sans-serif;
    font-size: 1.75rem;
    line-height: 1.6;
  }

  .black-color.more-about-paragraph {
    padding-top: 5rem;
  }

  .image-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .feature_grid {
    height: 640px;
  }

  .h1-about-me {
    z-index: -1;
    width: 140%;
    max-width: none;
    min-height: auto;
    margin-bottom: 1.6rem;
    font-size: 5.2rem;
    position: absolute;
  }

  .h1-about-me.h1-about-outline {
    z-index: 2;
    min-height: auto;
    margin-bottom: 1.6rem;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .paragraph-3 {
    margin-top: 340px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .image-4 {
    max-width: 460px;
  }

  .heading-details-block {
    margin-bottom: 60px;
    position: relative;
  }

  .h2-heading-details {
    color: #e3e3e3;
    max-width: 85%;
    font-family: Poppins, sans-serif;
    font-size: 4.8rem;
    font-weight: 800;
  }

  .h2-heading-details.last-detail {
    cursor: help;
    mix-blend-mode: overlay;
  }

  .h2-heading-details-bold {
    font-weight: 800;
  }

  .heading-details-wrapper {
    padding-top: 5em;
  }

  .ghost-horizontal-scroll {
    width: 100%;
    height: 250vh;
  }

  .gif-its-true {
    display: none;
    position: absolute;
    top: 30%;
    bottom: 0%;
    left: 30%;
    right: auto;
  }

  .about-image-right {
    margin-left: 0;
    margin-right: -50px;
  }

  .about-image {
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 325px;
    margin-top: 150px;
    margin-left: -75px;
    display: flex;
    overflow: hidden;
  }

  .about-image.about-image-right2 {
    margin-right: 0;
  }

  .section-what-i-do-2 {
    padding-top: 0;
  }

  .h2-capabilities {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .column-capabilities {
    min-height: 325px;
  }

  .gif-thor {
    display: none;
    top: -75px;
    right: 15%;
  }

  .h2-more-read {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .h2-more-read.black-color {
    color: #000;
  }

  .h1-about-me-copy {
    z-index: -1;
    width: 140%;
    max-width: none;
    margin-bottom: 1.6rem;
    font-size: 5.2rem;
    position: absolute;
  }

  .h1-about-me-copy.h1-about-outline {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .about-image-2-1 {
    margin-top: 0;
    margin-left: 0;
  }

  .h3-work-about.text-size-xlarge {
    font-family: Open Sans, sans-serif;
    font-size: 1.75rem;
    line-height: 1.6;
  }

  .h3-work-about.more-about-paragraph {
    padding-top: 5rem;
  }

  .work-next.text-size-xlarge {
    font-family: Open Sans, sans-serif;
    font-size: 1.75rem;
    line-height: 1.6;
  }

  .work-next.more-about-paragraph {
    padding-top: 5rem;
  }

  .work-header-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1.25fr;
  }

  .work-about_content-left {
    padding-top: 3rem;
    padding-left: 0;
    position: relative;
  }

  .section-work-header {
    margin-bottom: 4em;
  }

  .about_content-left-copy {
    padding-top: 5.5rem;
    padding-left: 0;
    position: relative;
  }

  .about_content {
    grid-column-gap: 1.5rem;
    grid-template-columns: 2fr 1fr;
  }

  .background-video {
    width: 100%;
    max-width: 632px;
    height: 100%;
  }

  .background-video.orker-video-phone {
    width: 60%;
    min-height: 632px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-work-screens {
    padding-top: 12em;
  }

  .background-video-square {
    width: 100%;
    max-width: 632px;
  }

  .background-video-full {
    width: 100%;
    height: 100%;
  }

  .orker-video-phone {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .cursor-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .button:hover {
    transform: none;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
  }

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

  .nav_container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_menu {
    background-color: var(--background-black-secondary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav_menu-button {
    z-index: 3;
    padding: .5rem;
    display: block;
  }

  .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_link.is-last-link {
    padding-right: 1rem;
  }

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

  .home-about_image {
    height: 24rem;
  }

  .services_component {
    grid-template-columns: 1fr;
  }

  .services_service-list {
    grid-template-columns: 1fr 1.75fr;
  }

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

  .clients_component {
    grid-template-columns: 1fr;
  }

  .testimonials_component {
    grid-column-gap: 1rem;
  }

  .testimonials_item {
    padding: 3rem 2rem;
  }

  .blog_component {
    grid-template-columns: 1fr;
  }

  .blog_image:hover {
    transform: none;
  }

  .footer_top {
    grid-template-columns: 1fr;
  }

  .working-gallery_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .working-gallery_image {
    height: 24rem;
  }

  .competence_content-right {
    padding-left: 2rem;
  }

  .nav_links-list {
    z-index: 1000;
    background-color: var(--background-black-secondary);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-left: 2rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .home-about_content-left {
    padding-top: 0;
  }

  .blank-space {
    height: 3.5rem;
  }

  .parallax-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .parallax-title__text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 4em;
  }

  .parallax-title__text.diferentes {
    margin-left: 20px;
    margin-right: 20px;
  }

  .parallax-title__text.diferentes.outline-text {
    font-size: 3.3em;
    line-height: 60px;
  }

  .dark-button:hover {
    transform: none;
  }

  .image-2 {
    max-width: 300px;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 1.2;
  }

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

  .container {
    width: 90%;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-about-me, .h1-about-me.h1-about-outline {
    width: 120%;
    min-height: 240px;
    font-size: 3.2rem;
  }

  .paragraph-3 {
    max-width: 90%;
    margin-top: 280px;
    font-size: 1rem;
  }

  .h2-heading-details {
    max-width: 90%;
    font-size: 3.5rem;
  }

  .gif-its-true {
    width: 50%;
    max-width: 100%;
    display: none;
  }

  .about-image.about-image-left, .about-image.about-image-right2 {
    width: 300px;
    height: 300px;
  }

  .capabilities-items {
    font-size: 1rem;
  }

  .h4-capabilities {
    font-size: 1.5rem;
  }

  .h2-capabilities {
    font-size: 1.8rem;
  }

  .h1-about-me-copy, .h1-about-me-copy.h1-about-outline {
    width: 120%;
    min-height: 240px;
    font-size: 3.2rem;
  }

  .about-image-2-1 {
    max-width: 300px;
  }

  .h1-work {
    font-size: 45px;
    line-height: 55px;
  }

  .section-work-preview {
    height: 50vh;
  }

  .work-next {
    font-size: 4rem;
  }

  .handle-container {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-left {
    width: auto;
  }

  .handle-wrapper {
    width: 700px;
    max-width: none;
    height: 394px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-bar {
    height: 500px;
  }

  .work-about_content-left, .about_content-left-copy {
    padding-top: 0;
  }

  .cursor-wrapper {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    padding: .75rem 3rem;
  }

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

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

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

  .fs-styleguide_grid {
    padding-bottom: 3rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .utility_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .utility_form-wrapper {
    width: 100%;
    max-width: 28rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_component {
    grid-template-columns: 1.75fr;
  }

  .home-header_image {
    height: 28rem;
  }

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

  .services_service-list {
    grid-template-columns: 1fr;
  }

  .services_icon-wrapper {
    padding-top: .125rem;
  }

  .awards_component {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .awards_content-left {
    max-width: none;
  }

  .awards_content-right {
    grid-row-gap: 2rem;
  }

  .projects_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonials_component {
    grid-template-columns: 1fr;
  }

  .blog_image-link {
    margin-right: 1rem;
  }

  .footer_bottom {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
  }

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

  .footer_links-list {
    margin-top: 1rem;
    margin-left: -1rem;
  }

  .footer_image {
    width: 4.5rem;
    height: 4.5rem;
  }

  .text-size-xxlarge {
    font-size: 2rem;
  }

  .footer_social-icon {
    width: 2rem;
    height: 2rem;
  }

  .about-me_component {
    grid-template-columns: 1fr;
  }

  .working-gallery_component {
    grid-template-columns: 1fr 1fr;
  }

  .competence_component {
    grid-template-columns: 1fr;
  }

  .competence_content-right {
    grid-row-gap: 3rem;
    border-left: 0 rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .contact_form-wrapper {
    max-width: 32rem;
  }

  .nav_links-list {
    z-index: 1000;
  }

  .projects_column {
    grid-row-gap: 1rem;
  }

  .projects_image-link {
    height: 16rem;
  }

  .projects_image-link.is-large {
    height: auto;
  }

  .projects_hover-overlay-text {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .parallax-title__text.diferentes.outline-text {
    font-size: 2.5em;
    line-height: 30px;
  }

  .dark-button {
    padding: .75rem 3rem;
  }

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

  .website-layers {
    padding-top: 120px;
    display: block;
  }

  .layers-container {
    position: static;
  }

  .layers-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding-top: 0;
    position: static;
  }

  .section-work-previews {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .black-color.more-about-paragraph.center {
    width: 80%;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .grid-2 {
    display: block;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    width: 90%;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-about-me, .h1-about-me.h1-about-outline {
    min-height: 170px;
    font-size: 2.2rem;
  }

  .paragraph-3 {
    margin-top: 195px;
  }

  .about-image.about-image-left {
    justify-content: center;
    margin-top: 50px;
    margin-left: 0;
  }

  .about-image.about-image-right2 {
    margin-top: 50px;
  }

  .section-capabilities {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-what-i-do-2 {
    padding-top: 0;
  }

  .grid-capabilities, .grid-3 {
    display: block;
  }

  .h2-capabilities {
    margin-bottom: 3rem;
  }

  .h1-about-me-copy, .h1-about-me-copy.h1-about-outline {
    min-height: 170px;
    font-size: 2.2rem;
  }

  .work_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-wrapper {
    display: block;
  }

  .work-column {
    width: 100%;
  }

  .work-column.work-padding {
    padding-top: 5rem;
    padding-bottom: 5em;
  }

  .work-separator {
    height: 100px;
    display: block;
  }

  .h1-work {
    font-size: 35px;
    line-height: 45px;
  }

  .section-work-preview {
    height: 45vh;
    padding-bottom: 0;
  }

  .section-work-about {
    padding-bottom: 0;
  }

  .h3-work-about.more-about-paragraph.center {
    width: 80%;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .work-about-block {
    position: static;
  }

  .work-about-wrapper {
    display: block;
  }

  .work-about-column-1 {
    width: 100%;
    margin-bottom: 5rem;
  }

  .work-about-column-2 {
    width: 100%;
  }

  .work-about-separator {
    display: none;
  }

  .section-work-next {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .work-next.more-about-paragraph.center {
    width: 80%;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .section-work-before-after {
    padding-bottom: 0;
  }

  .handle-wrapper {
    width: 470px;
    height: 265px;
  }

  .work-challenge-grid {
    grid-template-columns: 1.5fr;
  }

  .work-more-text {
    position: static;
  }

  .section-work-screens {
    padding-bottom: 0;
  }

  .work-screens-column {
    width: 100%;
    margin-bottom: 5rem;
  }

  .work-screens-separator {
    display: none;
  }

  .background-video-square.parallax-3 {
    max-height: 400px;
  }

  .work-screen-separator {
    height: 100px;
    display: block;
  }

  .section-work-previews-copy {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 479px) {
  .heading-large.last, .heading-large.work-together-outline {
    font-size: 1.8rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-rich-text img {
    max-height: 16rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .nav_container {
    position: static;
  }

  .nav_menu {
    z-index: 1000;
  }

  .home-header_image {
    height: 24rem;
  }

  .home-header_content-right {
    flex-direction: column;
    align-items: stretch;
  }

  .home-about_component, .home-about_content, .home-about_gallery {
    grid-template-columns: 1fr;
  }

  .home-about_image {
    height: 16rem;
  }

  .awards_content-left {
    max-width: 21rem;
  }

  .awards_content-right {
    grid-template-columns: 1fr;
  }

  .clients_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .clients_logo {
    height: 1.5rem;
  }

  .projects_component {
    grid-template-columns: auto;
  }

  .testimonials_component {
    grid-template-columns: 1fr;
  }

  .testimonials_client {
    flex-direction: column;
    grid-template-columns: auto;
    align-items: flex-start;
  }

  .testimonials_image-wrapper {
    margin-bottom: .5rem;
  }

  .blog_list {
    grid-row-gap: 3rem;
  }

  .blog_item {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .blog_image-link {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .blog_image {
    width: 100%;
  }

  .footer_top {
    display: block;
  }

  .text-size-xxlarge {
    font-size: 2rem;
  }

  .working-gallery_component {
    grid-template-columns: 1fr;
  }

  .nav_links-list {
    z-index: 1000;
  }

  .projects_image-link, .projects_image-link.is-large {
    height: 24rem;
  }

  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .parallax-wrapper {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parallax-title__text.diferentes {
    margin-left: 100px;
    margin-right: 100px;
  }

  .parallax-title__text.diferentes.outline-text {
    font-size: 1.6em;
    line-height: 0;
  }

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

  .website-layers {
    padding-top: 60px;
  }

  .layers-container {
    min-height: 245px;
  }

  .layers-wrapper {
    padding-top: 120px;
  }

  .black-color.more-about-paragraph.center {
    width: 100%;
    padding-top: 0;
    font-size: 1.1rem;
  }

  .grid-2 {
    padding-top: 0;
  }

  .h2-2 {
    font-size: 32px;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .h1-about-me {
    width: 100%;
    min-height: 0;
    position: static;
  }

  .h1-about-me.h1-about-outline {
    width: 100%;
    display: none;
  }

  .paragraph-3 {
    margin-top: 0;
  }

  .h2-heading-details {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .about-image.about-image-left {
    margin-bottom: 50px;
  }

  .section-what-i-do-2 {
    padding-bottom: 7.5em;
  }

  .h2-contact {
    font-size: 1.8rem;
  }

  .h2-more-read.black-color {
    font-size: 2rem;
  }

  .h1-about-me-copy {
    width: 100%;
    min-height: 0;
    position: static;
  }

  .h1-about-me-copy.h1-about-outline {
    width: 100%;
    display: none;
  }

  .work_component {
    grid-template-columns: auto;
  }

  .h1-work {
    font-size: 30px;
    line-height: 45px;
  }

  .section-work-preview {
    height: auto;
  }

  .grid-6 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .h3-work-about.more-about-paragraph.center {
    width: 100%;
    padding-top: 0;
    font-size: 1.1rem;
  }

  .work-next {
    font-size: 2.5rem;
  }

  .work-next.more-about-paragraph.center {
    width: 100%;
    padding-top: 0;
    font-size: 1.1rem;
  }

  .work-header-wrapper {
    grid-template-columns: 1fr;
  }

  .handle-wrapper {
    width: 240px;
    height: 135px;
  }

  .handle-bar {
    height: 300px;
  }

  .work-about_component {
    grid-template-columns: 1fr;
  }

  .section-work-header {
    margin-bottom: 0;
  }

  .about_content, .about_component {
    grid-template-columns: 1fr;
  }

  .work-screens-column {
    margin-bottom: 0;
  }

  .background-video-square.parallax-3 {
    max-height: 250px;
    margin-bottom: 0;
  }
}

#w-node-_32a302a3-399d-8634-0fd3-f9590f831f4a-7781b8bf {
  align-self: center;
}

#w-node-c1dc7ded-3ab8-7438-1a1c-c09c440cadbe-440cadac {
  justify-self: center;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8cf {
  align-self: start;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5228-7781b8cf, #w-node-_0e814b0d-19ce-d10f-9b59-7a24891c120c-7781b8cf, #w-node-bdb86cab-c6f7-b322-1370-f5177c236d3b-7781b8cf {
  justify-self: center;
}

#w-node-bdb86cab-c6f7-b322-1370-f5177c236d30-7781b8cf {
  justify-self: end;
}

#w-node-_809dabe6-ae4f-c8d4-a3e3-c0a08babdac0-7781b8cf, #w-node-_6be66d29-e636-d4f3-811c-321ff8533449-7781b8cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c697b7b1-3835-3022-3501-37f8a131b1d0-7781b8d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5912d4cf-34aa-aecb-212e-7b5b91ec866c-7781b8d0 {
  align-self: center;
}

#w-node-_5912d4cf-34aa-aecb-212e-7b5b91ec8671-7781b8d0 {
  justify-self: center;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d1 {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8d1, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8d1, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8d1, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d2 {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8d2, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8d2, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8d2, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac860415-aed7-93f6-2c52-876938ffa350-7781b8d3 {
  justify-self: start;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d5 {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8d5, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8d5, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8d5, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8d5, #w-node-_7b4abf3e-20cf-0401-2005-7cc88778e597-7781b8d5, #w-node-_74673b47-7187-9da1-5853-2e441677e237-7781b8d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d6 {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8d6, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8d6, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8d6, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32a302a3-399d-8634-0fd3-f9590f831f4a-7781b8d7 {
  align-self: center;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d8 {
  align-self: start;
}

#w-node-d8428af8-d54d-7473-a749-448223f25247-7781b8d8, #w-node-_1b673e44-968a-3910-fd69-0c9f5a82dc8a-7781b8d8, #w-node-de9bca97-9eff-fef9-304f-116c4e77aca3-7781b8d8, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8d8, #w-node-_7b4abf3e-20cf-0401-2005-7cc88778e597-7781b8d8, #w-node-_88b2a2af-d88c-acfb-a53f-106cbfcfc293-7781b8d8, #w-node-_4cf0d360-705c-df5a-c1a9-db0e0b8e046f-7781b8d8, #w-node-_74673b47-7187-9da1-5853-2e441677e237-7781b8d8, #w-node-_8c13da41-bb3d-3265-848e-a9760a7ee0f3-7781b8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8da {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8da, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8da, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8da, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8da, #w-node-_7b4abf3e-20cf-0401-2005-7cc88778e597-7781b8da, #w-node-_88b2a2af-d88c-acfb-a53f-106cbfcfc293-7781b8da, #w-node-_4cf0d360-705c-df5a-c1a9-db0e0b8e046f-7781b8da, #w-node-_74673b47-7187-9da1-5853-2e441677e237-7781b8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8db {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8db, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8db, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8db, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8dc {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-7781b8dc, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-7781b8dc, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-7781b8dc, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-7781b8dc, #w-node-_7b4abf3e-20cf-0401-2005-7cc88778e597-7781b8dc, #w-node-_91c62e78-7107-3355-165f-ae0276a40cf0-7781b8dc, #w-node-e5dacee9-4116-8d41-e032-3aa4519cbca6-7781b8dc, #w-node-_5375e21b-66be-25f4-edaf-d3ae94af365a-7781b8dc, #w-node-_94b1688c-6628-f1a7-7043-1c77d59e05d5-7781b8dc, #w-node-_88b2a2af-d88c-acfb-a53f-106cbfcfc293-7781b8dc, #w-node-_4cf0d360-705c-df5a-c1a9-db0e0b8e046f-7781b8dc, #w-node-_74673b47-7187-9da1-5853-2e441677e237-7781b8dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e27a4c-6008-414d-63eb-6aeb770c49f1-7781b8dd {
  justify-self: start;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8df, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-8c98ac7b {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-8c98ac7b, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-8c98ac7b, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-8c98ac7b, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-8c98ac7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-d3ba8340 {
  align-self: start;
}

#w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4a-d3ba8340, #w-node-_45df4b50-8852-385f-b7b1-0519f8eecd4b-d3ba8340, #w-node-_70057f20-c8cb-f91b-8e9e-47433535bbdc-d3ba8340, #w-node-cb77091d-dce2-d95b-bda0-48ca65101fb8-d3ba8340, #w-node-_264045cb-84f3-127d-011d-95eb05e41bb3-d3ba8340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8cf {
    align-self: start;
  }

  #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5228-7781b8cf {
    justify-self: center;
  }

  #w-node-_0e814b0d-19ce-d10f-9b59-7a24891c120c-7781b8cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bdb86cab-c6f7-b322-1370-f5177c236d3b-7781b8cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5912d4cf-34aa-aecb-212e-7b5b91ec866c-7781b8d0 {
    align-self: center;
  }

  #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d1, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d2, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d5, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d6, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8d8, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8da, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8db, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8dc, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-7781b8df, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-8c98ac7b, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5225-d3ba8340 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c1dc7ded-3ab8-7438-1a1c-c09c440cadbe-440cadac {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5234-7781b8d0, #w-node-b339ba90-06b3-ebad-65b7-444cc9612f7a-7781b8d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c522f-7781b8d0, #w-node-_8b94150d-b9f1-96b8-fc32-ed9bb66c5234-7781b8d0, #w-node-_6010cf16-a78a-210e-97f4-11ab3580d1f5-7781b8d7, #w-node-b339ba90-06b3-ebad-65b7-444cc9612f7a-7781b8d7 {
    grid-column: span 1 / span 1;
  }
}


