@font-face {
  font-family: "Metropolis 1920";
  src: url('../fonts/Metropolis-1920.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #0a0909;
  --paragraphs: #ffffffa6;
  --white: white;
  --accent: #bb9847;
  --borders: #2a2a2a;
  --hollow-black: #161616;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--primary-600: #6157f8;
  --combine-library--secondary-600: #00a1c1;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h3 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%;
  text-decoration: none;
}

h4 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

h5 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

h6 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

p {
  color: var(--paragraphs);
  margin-bottom: 25px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--accent);
}

li {
  color: var(--paragraphs);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

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

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 2px solid var(--accent);
  color: var(--accent);
  margin-bottom: 25px;
  padding: 0 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 165%;
}

figure {
  border: 1px solid #ffffff26;
  margin-top: 37px;
  margin-bottom: 37px;
}

figcaption {
  text-align: center;
  margin-top: 0;
  padding: 12px 5%;
  font-size: 14px;
  line-height: 160%;
}

.header {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper.relative {
  position: relative;
}

.container-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.container-default.header {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.container-default.about, .container-default.cta {
  max-width: 1200px;
}

.container-default.footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default.about-hero {
  max-width: 1200px;
}

.container-default.grid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-default.hero-container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default.services-hero {
  max-width: 1920px;
  padding-left: 0;
}

.container-default.portfolio {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  z-index: 1000;
  cursor: pointer;
  position: relative;
}

.menu-button {
  z-index: 1000;
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 55px;
  transition: opacity .2s;
}

.header-logo {
  width: 10rem;
  max-width: 70%;
  transition: opacity .5s;
}

.header-logo:hover {
  opacity: .6;
}

.nav-fullscreen {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-fullscreen-link-mask {
  z-index: 1;
  color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-fullscreen-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .6s;
}

.nav-fullscreen-link:hover {
  color: var(--accent);
}

.nav-fullscreen-link.link-1 {
  transition: color .6s;
}

.nav-fullscreen-bottom {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xsmall {
  font-size: 17px;
  font-weight: 600;
}

.nav-fullscreen-background {
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.section.home-hero {
  border-bottom: 1px solid var(--borders);
  background-color: #00000003;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section.moving-headers {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.about-hero, .section.services-hero {
  overflow: hidden;
}

.section.portfolio-hero {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 190px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
}

.section.contact-hero {
  padding-top: 190px;
  padding-bottom: 140px;
}

.section.changelog-hero {
  border-bottom: 1px solid var(--white);
  padding-top: 170px;
}

.home-hero-image-box {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

._2-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

._2-column-grid.testimonials {
  grid-column-gap: 0px;
  grid-template-columns: 2.25fr;
}

.underlined-button {
  width: 12rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.underlined-button.small {
  width: 150px;
}

.underlined-button.large {
  width: 200px;
}

.underlined-button.large.cta {
  text-align: center;
}

.underlined-button.medium {
  width: 112px;
}

.button-primary {
  border-bottom: 1px none var(--white);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-line-bg {
  background-color: var(--borders);
  width: 70%;
  height: 2px;
  margin-top: 2px;
  position: relative;
}

.button-line {
  background-color: var(--accent);
  transform-origin: 0%;
  position: absolute;
  inset: 0;
}

.image.about {
  width: 100%;
  max-width: 70%;
  height: 100%;
  box-shadow: 0 4px 34px #00000059;
}

.image.about._01 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: flex-end;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin-left: -100%;
  position: relative;
  box-shadow: 12px 8px 120px #000000e6;
}

.image.about._02 {
  z-index: 2;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 20%;
  flex: 1;
  align-self: flex-start;
  width: 500px;
  max-width: 100%;
  height: 700px;
  margin-bottom: 24%;
  position: static;
}

.image.about-image {
  width: 80%;
}

.image.contact-hero-image {
  z-index: -1;
  object-fit: cover;
  max-width: 145%;
  margin-top: 60px;
  position: relative;
  inset: 0%;
}

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

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-top: 20px;
}

.card {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  max-width: 75%;
  min-height: 450px;
  padding: 5rem 25% 4rem 5rem;
  display: flex;
}

.card.down {
  position: relative;
  top: 2rem;
}

.card.services {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 0;
  padding: 45px 35px 9px;
}

.card.services.down {
  justify-content: flex-start;
  align-items: flex-start;
}

.card.testimonials {
  border-style: solid;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.card.value-card {
  max-width: none;
  min-height: 0;
  padding: 60px;
  position: relative;
}

.card.value-card._02 {
  margin-top: 20%;
}

.card.value-card._03 {
  margin-top: 40%;
}

.card.value-card._04 {
  margin-top: -40%;
}

.card.value-card._05 {
  margin-top: -20%;
}

.service-icon {
  object-fit: fill;
  height: 50px;
}

.container-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.images-line-content {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-line.second-line {
  margin-bottom: 0;
}

.image-line-item {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 60%;
  flex: none;
  width: 510px;
  height: 340px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: clip;
}

.image-wrapper.about {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper.testimonial {
  flex: 1;
  align-self: flex-start;
  max-width: 40%;
  margin-top: -6.5rem;
  margin-left: -40%;
  display: block;
  position: relative;
  box-shadow: 0 4px 54px #00000080;
}

.image-wrapper.contact-image {
  z-index: 0;
  position: relative;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
}

.heading-move, .second-heading-move {
  background-color: var(--accent);
  text-transform: uppercase;
  text-shadow: 0 0 2px var(--background);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

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

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
}

.card-box {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.avatar {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 30rem;
}

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

.client-details {
  margin-top: 32px;
}

.client-name {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.client-job {
  color: var(--paragraphs);
  font-size: 16px;
}

.slider-arrow {
  background-color: var(--white);
  color: var(--background);
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-height: 45px;
  transition: color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 62% 0% 0% 7%;
}

.slider-arrow:hover {
  border: 1px solid var(--white);
  background-color: var(--background);
  color: var(--white);
  border-radius: 1px;
}

.slider-arrow.left {
  left: -60px;
  right: 0;
}

.arrow-icon {
  font-size: 21px;
}

.slide-nav {
  display: none;
}

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

.cta-bg-text {
  z-index: -1;
  color: var(--hollow-black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 200px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-feed {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
  position: relative;
}

.photo-hover {
  z-index: 2;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.photo-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.instagram-hover-label {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.instagram-hover-text {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.instagram-hover-icon {
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.instagram-image {
  z-index: 1;
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  display: block;
  position: absolute;
}

.footer-left {
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  max-height: 300px;
  padding: 5%;
  display: flex;
}

.footer-logo {
  width: 130px;
}

.footer-email-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-phone-number {
  color: var(--paragraphs);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: -3px;
  display: flex;
}

.social {
  width: 30px;
}

.footer-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-height: 350px;
  display: flex;
}

.footer-nav {
  border-bottom: 1px solid #fff;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
}

.footer-bottom {
  align-items: center;
  padding: 5%;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.footer-nav-link:hover {
  color: var(--accent);
}

.footer-bottom-text {
  color: var(--paragraphs);
  font-size: 12px;
}

.footer-bottom-link {
  color: var(--white);
  font-size: 11px;
  text-decoration: none;
}

.footer-divider {
  background-color: #949494;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 3px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.about-hero-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.about-hero-image-wrap {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.about-hero-image {
  width: 100%;
}

.tattoo-award {
  align-items: center;
  display: flex;
}

.award-text {
  margin-left: 16px;
}

.award-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.award-desciption {
  color: var(--paragraphs);
  font-size: 16px;
}

.stats-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.stats {
  border: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  max-height: 16vw;
  padding: 16%;
  display: flex;
  overflow: hidden;
  box-shadow: -1px 0 #949494;
}

.stats.top {
  position: relative;
  top: -30px;
}

.stats-title {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
}

.stats-text {
  color: var(--paragraphs);
  text-transform: uppercase;
  flex: 1;
  width: 250px;
  font-weight: 700;
  line-height: 25px;
}

.counter-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.accordion-cards {
  margin-bottom: 40px;
  display: block;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.accordion-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 60px;
}

.plus-icon {
  cursor: pointer;
  border: 1px solid #ffdf8d4d;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon:hover {
  border-color: #ffdf8d;
}

.plus-icon-line-1 {
  background-color: var(--accent);
  width: 2px;
  height: 24px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.plus-icon-line-2 {
  background-color: var(--accent);
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

._2-column-grid-about {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

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

._3-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-column-grid.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
  margin-top: 30px;
}

._3-column-grid.no-gaps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.number-heading {
  color: var(--borders);
  font-size: 45px;
  font-weight: 900;
}

.grid-box-image {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-accordions {
  margin-top: 4rem;
}

.accordion-item-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-tab-button {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: background-color .4s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--hollow-black);
}

.accordion-answer {
  overflow: hidden;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.plus-icon-faq {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon-faq:hover {
  border-color: #ffdf8d;
}

.accordion-answer-content {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
}

.services-hero-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.services-hero-image-wrap {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.services-hero-image {
  width: 100%;
}

.portfolio-hero-images-wrapper {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.portfolio-hero-wrap {
  flex-direction: row;
  display: flex;
}

.portfolio-hero-wrap.second-line {
  justify-content: flex-end;
}

.portfolio-hero-line {
  flex: none;
  display: flex;
}

.portfolio-hero-line.second-line {
  justify-content: flex-end;
}

.portfolio-hero-image {
  object-fit: cover;
  flex: none;
  width: 320px;
  height: 370px;
  padding: 8px;
}

.portfolio-card {
  perspective: 1000px;
  width: 100%;
  height: 400px;
  position: relative;
}

.portfolio-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio-image-wrapper {
  width: 110%;
  height: 110%;
  position: absolute;
}

.view-circle {
  z-index: 10;
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.view-text {
  color: var(--background);
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.left-column {
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--background);
  max-width: 400px;
  padding: 80px;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.page-loader {
  z-index: 9999;
  background-color: var(--background);
  transform-origin: 50% 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  background-color: var(--background);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 11vw;
  position: relative;
}

.page-loader-text-bg.absolute {
  max-width: none;
  position: absolute;
}

.page-loader-text-wrap {
  position: absolute;
  inset: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.success-message {
  border: 1px solid var(--accent);
  background-color: #ffdf8d14;
}

.success-text {
  color: var(--white);
  font-size: 16px;
}

.error-message {
  color: var(--white);
  background-color: #a6000059;
  border: 1px solid #b00000;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home-hero_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  border: 2px solid var(--borders);
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.sg-section {
  z-index: 0;
  background-color: var(--background);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  border-bottom: 1px solid var(--white);
  color: #fff;
}

.sg-label {
  color: var(--paragraphs);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.visible-spacer {
  background-color: var(--hollow-black);
  display: inline-block;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent);
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.field-label {
  color: var(--white);
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.form {
  margin-bottom: 8px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.ds-icon-grid {
  margin-top: 24px;
}

.text-box {
  max-width: 750px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: var(--hollow-black);
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: var(--hollow-black);
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: var(--hollow-black);
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: var(--hollow-black);
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: var(--hollow-black);
}

.sg-description {
  color: var(--paragraphs);
  max-width: 400px;
}

.sg-menu {
  width: 100%;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.paragraph {
  color: var(--white);
  max-width: 470px;
  margin-bottom: 36px;
  font-size: 18px;
}

.paragraph.large {
  color: var(--white);
  text-align: left;
  width: 700px;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 170%;
}

.paragraph.xlarge {
  font-size: 22px;
  line-height: 170%;
}

.sg-content {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.page-content {
  width: 100%;
  min-height: 100vh;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-position: 50%;
  background-size: 16px;
}

.sg-menu-link {
  color: var(--paragraphs);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #fff;
}

.sg-menu-link.w--current {
  background-color: var(--white);
  color: #111314;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.w--current:hover {
  background-color: var(--white);
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.text-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #e1e5e7;
  border-bottom-style: solid;
  padding: 24px 16px 24px 0;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--accent);
}

.text-input::placeholder {
  color: var(--paragraphs);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.sg-body {
  background-color: #fff;
}

.sg-nav-container {
  border-right: 1px solid var(--white);
  background-color: #111314;
  width: 240px;
  height: 100vh;
}

.sg-title {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-module {
  background-color: var(--hollow-black);
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.ds-colour-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

._1-2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.spacer {
  height: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.color-block {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.color-block.paragraphs {
  background-color: var(--paragraphs);
}

.color-block.accent {
  background-color: var(--accent);
}

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

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

.color-block.borders {
  background-color: var(--borders);
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: var(--paragraphs);
  background-color: #0000;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  transition: color .2s;
  position: relative;
}

.form-dropdown:hover {
  color: var(--accent);
}

.form-dropdown:focus {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.sg-block {
  margin-bottom: 32px;
}

.heading.h1 {
  text-align: left;
  width: 700px;
  font-size: 58px;
}

.heading.h2 {
  width: 530px;
  margin-top: -115px;
  margin-bottom: 28px;
  font-size: 42px;
}

.heading.h2.centered {
  text-align: center;
}

.heading.h3 {
  font-size: 36px;
}

.heading.h3.centered {
  text-align: center;
}

.heading.h3.raleway {
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading.h3.barlow {
  text-transform: none;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.heading.h4 {
  font-size: 25px;
}

.heading.h4.accent {
  color: var(--accent);
}

.heading.h4.accent.centered {
  text-align: center;
}

.heading.h5 {
  font-size: 24px;
}

.heading.h6 {
  text-transform: none;
  min-width: 100%;
  max-width: 140%;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading.h6.no-padding {
  margin-bottom: 0;
}

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

.text-color.white, .error-text {
  color: var(--white);
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

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

.section-footer {
  z-index: 1;
  border-top: 1px solid var(--white);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-licensing {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.icon-licensing {
  width: 55px;
  height: 55px;
}

.icon-licensing-box {
  border: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._3x2-column-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.fonts-block {
  border: 1px solid var(--borders);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

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

.hero-slide {
  perspective: 1000px;
  height: 100%;
  overflow: hidden;
  transform: perspective(1000px);
}

.hero-slider {
  z-index: 0;
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-hero-image-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.portfolio-hero-image-box {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

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

.portfolio-list-wrapper {
  width: 100%;
}

.portfolio-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-item {
  width: 100%;
  height: 400px;
  position: relative;
}

.empty-state {
  border: 1px solid var(--accent);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state-text {
  color: var(--white);
}

.portfolio-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-line-bg-copy {
  background-color: var(--borders);
  width: 60%;
  height: 2px;
  margin-top: 2px;
  margin-left: 40px;
  position: relative;
}

.footer-socials-copy {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: -3px;
  display: flex;
}

.container-default-copy.about, .container-default-copy.cta {
  max-width: 1200px;
}

.container-default-copy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default-copy.header {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.container-default-copy.about, .container-default-copy.cta {
  max-width: 1200px;
}

.container-default-copy.footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default-copy.about-hero {
  max-width: 1200px;
}

.container-default-copy.grid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-default-copy.hero-container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default-copy.services-hero {
  max-width: 1920px;
  padding-left: 0;
}

.container-default-copy.portfolio {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.container-default-copy.hero-container-copy {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.section-2 {
  background-color: #0006;
}

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

.background-video.dev-background-video {
  height: 1100px;
}

.new-hero2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.new-hero2.header {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.new-hero2.about, .new-hero2.cta {
  max-width: 1200px;
}

.new-hero2.footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.new-hero2.about-hero {
  max-width: 1200px;
}

.new-hero2.grid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.new-hero2.hero-container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.new-hero2.services-hero {
  max-width: 1920px;
  padding-left: 0;
}

.new-hero2.portfolio {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.new-hero2.hero-container-copy {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.new-hero2.new-hero {
  max-width: 1920px;
  padding-top: 280px;
  padding-left: 70px;
  padding-right: 70px;
}

.new-hero2.new-hero.dev-new-hero {
  max-height: 100%;
  padding-top: 263px;
  padding-bottom: 180px;
}

.image-2 {
  max-height: 536.164px;
}

.image-2-copy {
  object-fit: cover;
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 100%;
  background-size: auto;
  width: 100%;
  max-width: none;
}

.banner-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.banner-image-pos {
  z-index: -1;
  width: 600px;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.email {
  margin-left: -10px;
  margin-right: 14px;
}

.heading-copy.h1 {
  font-size: 58px;
}

.heading-copy.h2 {
  font-size: 42px;
}

.heading-copy.h1-copy {
  text-align: center;
  padding-top: 100px;
  font-size: 58px;
}

.text-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 368px;
  display: flex;
}

.section-ijsjes {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-ijsjes.home-hero {
  border-bottom: 1px solid var(--borders);
  background-color: #00000003;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section-ijsjes.moving-headers {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section-ijsjes.no-padding-bottom {
  padding-bottom: 0;
}

.section-ijsjes.about-hero, .section-ijsjes.services-hero {
  overflow: hidden;
}

.section-ijsjes.portfolio-hero {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 190px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
}

.section-ijsjes.contact-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-ijsjes.changelog-hero {
  border-bottom: 1px solid var(--white);
  padding-top: 170px;
}

.hero {
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.heading_text {
  color: #0a0a0a;
  letter-spacing: -2px;
  font-size: 6rem;
  line-height: 1;
}

.heading_text.white {
  color: #fff;
  text-align: center;
  font-family: "Metropolis 1920", Impact, sans-serif;
  font-size: 9rem;
  font-weight: 500;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.text_24 {
  letter-spacing: -.3px;
  font-size: 3rem;
  font-weight: 400;
}

.code-embed-2 {
  width: 1.5rem;
  margin-bottom: -12px;
}

.navigation-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e3e1de;
  background-color: #161616;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.84375rem;
  font-size: 1.25rem;
  display: flex;
}

.navigation-button.no-bg {
  background-color: #0000;
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
}

.page-inner {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.background-video-2 {
  flex: 0 auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.btn-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-wrap.hide-desk {
  display: none;
}

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

.text_section {
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 88.75rem;
}

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

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

.about-main-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
  display: flex;
  position: relative;
}

.about_text-wrap {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  display: flex;
  position: relative;
}

.content-text {
  color: #1e211e33;
  text-align: center;
  letter-spacing: -2px;
  width: 100%;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

.hide {
  display: none;
}

.sectie-homepage {
  max-width: 470px;
  margin-bottom: 36px;
}

.sectie-homepage.large {
  color: var(--white);
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin-bottom: 211px;
  font-size: 23px;
}

.sectie-homepage.small {
  opacity: .75;
  font-size: 14px;
  line-height: 170%;
}

.sectie-homepage.xlarge {
  font-size: 22px;
  line-height: 170%;
}

.sectie-homepage.large-copy {
  color: var(--white);
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin-bottom: -48px;
  font-size: 23px;
}

.link-5 {
  font-size: 15px;
}

.nav-fullscreen-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .6s;
}

.nav-fullscreen-link-2:hover {
  color: #af865b;
}

.nav-fullscreen-link-2.link-1 {
  transition: color .6s;
}

.nav-fullscreen-background-2 {
  background-color: #0a0909;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-button-2 {
  z-index: 1000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #0a0909;
  margin-left: 7px;
  padding-left: 2px;
  padding-right: 0;
  font-weight: 700;
}

.nav-fullscreen-link-mask-2 {
  z-index: 1;
  color: #0a0909;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  width: 55px;
  margin-top: 8px;
  transition: opacity .2s;
}

.header-logo-2 {
  width: 10rem;
  transition: opacity .5s;
}

.header-logo-2:hover {
  opacity: .6;
}

.container-default-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default-2.header-2 {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--background);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--hollow-black);
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-section_cta1 {
  background-color: var(--combine-library--grey-050);
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.section-ijsjes-copy {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-ijsjes-copy.home-hero {
  border-bottom: 1px solid var(--borders);
  background-color: #00000003;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section-ijsjes-copy.moving-headers {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section-ijsjes-copy.no-padding-bottom {
  padding-bottom: 0;
}

.section-ijsjes-copy.about-hero, .section-ijsjes-copy.services-hero {
  overflow: hidden;
}

.section-ijsjes-copy.portfolio-hero {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 190px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
}

.section-ijsjes-copy.contact-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-ijsjes-copy.changelog-hero {
  border-bottom: 1px solid var(--white);
  padding-top: 170px;
}

.section-ijsjes-copy.contact-hero-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

._2-column-grid-copy {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

._2-column-grid-copy.testimonials {
  grid-column-gap: 0px;
  grid-template-columns: 2.25fr;
}

.home-2-colom {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.home-2-colom.testimonials {
  grid-column-gap: 0px;
  grid-template-columns: 2.25fr;
}

.heading-copy.h1 {
  text-align: left;
  width: 700px;
  font-size: 58px;
}

.heading-copy.h2 {
  width: 530px;
  margin-top: -115px;
  margin-bottom: 28px;
  font-size: 42px;
}

.heading-copy.h2.centered {
  text-align: center;
}

.heading-copy.h3 {
  font-size: 36px;
}

.heading-copy.h3.centered {
  text-align: center;
}

.heading-copy.h3.raleway {
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-copy.h3.barlow {
  text-transform: none;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.heading-copy.h4 {
  font-size: 25px;
}

.heading-copy.h4.accent {
  color: var(--accent);
}

.heading-copy.h4.accent.centered {
  text-align: center;
}

.heading-copy.h5 {
  font-size: 24px;
}

.heading-copy.h6 {
  text-transform: none;
  min-width: 100%;
  max-width: 140%;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-copy.h6.no-padding {
  margin-bottom: 0;
}

.heading-copy.h2-copy {
  width: 530px;
  margin-top: -115px;
  margin-bottom: 28px;
  font-size: 42px;
}

.heading-copy.h2-copy.centered {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .stats-block {
    grid-column-gap: 16px;
  }

  .stats {
    border: 1px solid var(--white);
  }

  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .background-video.dev-background-video {
    height: auto;
  }

  .new-hero2.new-hero.dev-new-hero {
    padding-top: 340px;
  }
}

@media screen and (max-width: 991px) {
  .container-default {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.footer {
    flex-direction: column;
  }

  .container-default.hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.services-hero {
    padding-left: 3rem;
  }

  .menu-button {
    width: 70px;
    height: 70px;
  }

  .lottie-animation {
    width: 50px;
  }

  .header-logo {
    transition: opacity .4s;
  }

  .header-logo:hover {
    opacity: .6;
    mix-blend-mode: normal;
  }

  .nav-fullscreen-link {
    font-size: 3rem;
  }

  .nav-fullscreen-bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section.home-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.services-hero {
    padding-bottom: 2rem;
  }

  .section.portfolio-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.contact-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  ._2-column-grid {
    align-items: center;
  }

  ._2-column-grid.testimonials {
    grid-template-columns: 1fr;
  }

  .image.about._01 {
    width: 80%;
    height: 250px;
  }

  .image.about._02 {
    width: 80%;
    height: 250px;
    margin-bottom: 40%;
  }

  .image.about-image {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    height: 450px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding-top: 4rem;
    padding-left: 3rem;
    transition: border-color .4s;
  }

  .card.testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .card.testimonials:hover {
    border-color: var(--white);
  }

  .card.value-card {
    padding: 40px 40px 4px;
  }

  .card.value-card._03 {
    margin-top: -20%;
  }

  .card.value-card._04 {
    margin-top: 0%;
  }

  .image-line {
    margin-bottom: 15px;
  }

  .image-line-item {
    width: 300px;
    height: 200px;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-wrapper.testimonial {
    align-self: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-move, .second-heading-move {
    font-size: 100px;
  }

  .card-box {
    padding-top: 70px;
  }

  .avatar {
    height: 100%;
  }

  .slider-arrow {
    top: 69%;
    left: 14px;
    right: 0;
  }

  .slider-arrow.left {
    left: 0;
    right: 110px;
  }

  .cta-bg-text {
    font-size: 120px;
  }

  .photo-hover {
    display: none;
  }

  .footer-left {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
  }

  .footer-nav {
    justify-content: space-between;
  }

  .about-hero-wrapper {
    flex-direction: column;
    display: flex;
  }

  .about-hero-image-wrap {
    justify-content: center;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .about-hero-image {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .stats-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .stats {
    max-height: 25vw;
    padding-left: 14%;
    padding-right: 14%;
    box-shadow: -1px -1px #949494;
  }

  .stats-title {
    font-size: 27px;
  }

  .counter-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  ._3-column-grid.values {
    grid-template-columns: 1fr 1fr;
  }

  .grid-image {
    height: 240px;
  }

  .faq-question {
    align-items: center;
    line-height: 25px;
    display: flex;
  }

  .services-hero-wrapper {
    flex-direction: column;
    display: flex;
  }

  .services-hero-image-wrap {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .services-hero-image {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    max-width: none;
    height: 450px;
    margin-bottom: 25px;
  }

  .portfolio-hero-wrap.second-line {
    overflow: hidden;
  }

  .portfolio-hero-image {
    width: 200px;
  }

  .view-circle {
    width: 80px;
    height: 80px;
  }

  .view-text {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 40px;
  }

  .page-loader-text-bg {
    width: 25vw;
  }

  ._2-1-column-grid {
    margin-left: 0;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-nav {
    z-index: 10;
    background-color: #0000;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.xlarge {
    font-size: 20px;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-body {
    background-color: #0000;
  }

  .sg-nav-container {
    background-color: var(--accent);
    width: auto;
    height: auto;
  }

  ._1-2-column-grid {
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: 60px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading.h1 {
    font-size: 50px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h4 {
    font-size: 27px;
  }

  .heading.h4.accent {
    font-size: 26px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h6 {
    font-size: 19px;
  }

  .image-licensing {
    height: 200px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .portfolio-hero-image-wrapper {
    flex-direction: column;
    display: flex;
  }

  .portfolio-hero-image-box {
    justify-content: center;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .portfolio-image {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .portfolio-item {
    height: 100%;
  }

  .portfolio-large-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: none;
    height: 400px;
  }

  .container-default-copy {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default-copy.footer {
    flex-direction: column;
  }

  .container-default-copy.hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default-copy.services-hero {
    padding-left: 3rem;
  }

  .container-default-copy.hero-container-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .new-hero2 {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .new-hero2.footer {
    flex-direction: column;
  }

  .new-hero2.hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .new-hero2.services-hero {
    padding-left: 3rem;
  }

  .new-hero2.hero-container-copy, .new-hero2.new-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .new-hero2.new-hero.dev-new-hero {
    padding-top: 240px;
  }

  .banner-image-pos {
    width: 500px;
    right: -17%;
  }

  .heading-copy.h1-copy {
    font-size: 50px;
  }

  .section-ijsjes.home-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-ijsjes.services-hero {
    padding-bottom: 2rem;
  }

  .section-ijsjes.portfolio-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-ijsjes.contact-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .heading_text.white {
    font-size: 8rem;
  }

  .text_section {
    min-height: 50rem;
  }

  .about-main-wrap {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }

  .content-text {
    font-size: 4rem;
  }

  .sectie-homepage.large {
    font-size: 16px;
  }

  .sectie-homepage.xlarge {
    font-size: 20px;
  }

  .sectie-homepage.large-copy {
    font-size: 16px;
  }

  .nav-fullscreen-link-2 {
    font-size: 3rem;
  }

  .menu-button-2 {
    width: 70px;
    height: 70px;
  }

  .lottie-animation-2 {
    width: 50px;
  }

  .header-logo-2 {
    transition: opacity .4s;
  }

  .header-logo-2:hover {
    opacity: .6;
    mix-blend-mode: normal;
  }

  .container-default-2 {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .section-ijsjes-copy.home-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-ijsjes-copy.services-hero {
    padding-bottom: 2rem;
  }

  .section-ijsjes-copy.portfolio-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-ijsjes-copy.contact-hero, .section-ijsjes-copy.contact-hero-copy {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  ._2-column-grid-copy {
    align-items: center;
  }

  ._2-column-grid-copy.testimonials {
    grid-template-columns: 1fr;
  }

  .home-2-colom {
    align-items: center;
  }

  .home-2-colom.testimonials {
    grid-template-columns: 1fr;
  }

  .heading-copy.h1 {
    font-size: 50px;
  }

  .heading-copy.h2 {
    font-size: 39px;
  }

  .heading-copy.h3 {
    font-size: 33px;
  }

  .heading-copy.h4 {
    font-size: 27px;
  }

  .heading-copy.h4.accent {
    font-size: 26px;
  }

  .heading-copy.h5 {
    font-size: 22px;
  }

  .heading-copy.h6 {
    font-size: 19px;
  }

  .heading-copy.h2-copy {
    font-size: 39px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default.header, .container-default.services-hero {
    padding-left: 2.5rem;
  }

  .menu-button {
    width: 65px;
    height: 65px;
  }

  .nav-fullscreen-link {
    font-size: 2.5rem;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-fullscreen-bottom-center {
    display: none;
  }

  .text-size-xsmall {
    font-size: 15px;
  }

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.home-hero {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.portfolio-hero {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .home-hero-image-box {
    max-width: 100%;
    height: 50vh;
    margin-top: 40px;
    position: relative;
    top: auto;
    left: 0%;
  }

  ._2-column-grid {
    display: block;
  }

  .image.about._01 {
    width: 70%;
    height: 350px;
  }

  .image.about._02 {
    object-position: 50% 50%;
    width: 70%;
    height: 350px;
    margin-bottom: -8%;
  }

  .image.about-image {
    height: 350px;
  }

  .image.contact-hero-image {
    max-width: 100%;
  }

  .card.testimonials {
    max-width: 100%;
    min-height: 100px;
    max-height: 500px;
    padding: 80px 40px 40px;
  }

  .card.value-card {
    padding: 30px 30px 4px;
  }

  .card.value-card._02, .card.value-card._03, .card.value-card._05 {
    margin-top: 0%;
  }

  .image-line-item {
    width: 252px;
    height: 168px;
  }

  .image-wrapper.about {
    margin-top: 32px;
  }

  .image-wrapper.testimonial {
    flex: 0 auto;
    width: 100%;
    max-width: 90%;
    min-height: 400px;
    max-height: 400px;
    margin: 32px auto -32px;
    overflow: hidden;
  }

  .heading-move, .second-heading-move {
    font-size: 70px;
  }

  .card-box {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .avatar {
    object-fit: none;
    object-position: 50% 90%;
  }

  .slider-arrow {
    display: none;
    inset: 92% 10px 100px;
  }

  .slider-arrow.left {
    top: 92%;
    left: -9%;
  }

  .slide-nav {
    display: none;
  }

  .cta-intro {
    justify-content: flex-start;
  }

  .cta-bg-text {
    font-size: 90px;
  }

  .instagram-feed {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .footer-bottom-text {
    font-size: 11px;
  }

  .about-hero-image {
    object-position: 50% 45%;
    height: 400px;
  }

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

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

  ._2-column-grid-about {
    display: block;
  }

  ._3-column-grid.values {
    grid-template-columns: 1fr;
  }

  .grid-image {
    height: 160px;
  }

  .faq-question {
    line-height: 25px;
  }

  .plus-icon-faq {
    margin-right: 0;
  }

  .services-hero-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .portfolio-hero-images-wrapper {
    max-width: 100%;
    margin-top: 32px;
    position: relative;
    top: auto;
    left: 0%;
  }

  .portfolio-hero-image {
    height: 250px;
  }

  .portfolio-card {
    height: 200px;
  }

  .page-loader-text-bg {
    width: 30vw;
  }

  .utility-page-content {
    padding: 40px;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .field-block {
    min-height: auto;
  }

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

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    width: auto;
    display: block;
  }

  .paragraph.xlarge {
    font-size: 18px;
  }

  .sg-content {
    margin-left: 0;
  }

  .ds-colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._1-2-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .sg-menu-brand {
    margin-left: 30px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .heading.h1 {
    text-align: center;
    width: 400px;
    font-size: 46px;
  }

  .heading.h2 {
    margin-top: 71px;
    font-size: 36px;
  }

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

  .heading.h4 {
    font-size: 25px;
  }

  .section-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .icon-licensing-box {
    padding: 20px;
  }

  .portfolio-image, .portfolio-large-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .container-default-copy.header, .container-default-copy.services-hero {
    padding-left: 2.5rem;
  }

  .container-default-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default-copy.header, .container-default-copy.services-hero {
    padding-left: 2.5rem;
  }

  .new-hero2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-hero2.header, .new-hero2.services-hero {
    padding-left: 2.5rem;
  }

  .banner-image-pos {
    right: -35%;
  }

  .heading-copy.h1 {
    font-size: 46px;
  }

  .heading-copy.h2 {
    font-size: 36px;
  }

  .heading-copy.h1-copy {
    font-size: 46px;
  }

  .section-ijsjes {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-ijsjes.home-hero {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section-ijsjes.portfolio-hero {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section-ijsjes.contact-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .heading_text.white {
    font-size: 5rem;
  }

  .navigation-button.no-bg.hide-mobile {
    display: none;
  }

  .navigation-button.no-bg.hide-mobile.show, .btn-wrap.hide-desk {
    display: flex;
  }

  .about-main-wrap {
    padding-bottom: 10rem;
  }

  .content-text {
    text-align: center;
    font-size: 3rem;
  }

  .sectie-homepage {
    font-size: 15px;
  }

  .sectie-homepage.xlarge {
    font-size: 18px;
  }

  .nav-fullscreen-link-2 {
    font-size: 2.5rem;
  }

  .menu-button-2 {
    width: 65px;
    height: 65px;
  }

  .container-default-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default-2.header-2 {
    padding-left: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-ijsjes-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-ijsjes-copy.home-hero {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section-ijsjes-copy.portfolio-hero {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section-ijsjes-copy.contact-hero, .section-ijsjes-copy.contact-hero-copy {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  ._2-column-grid-copy, .home-2-colom {
    display: block;
  }

  .heading-copy.h1 {
    text-align: center;
    width: 400px;
    font-size: 46px;
  }

  .heading-copy.h2 {
    margin-top: 71px;
    font-size: 36px;
  }

  .heading-copy.h3 {
    font-size: 30px;
  }

  .heading-copy.h4 {
    font-size: 25px;
  }

  .heading-copy.h2-copy {
    margin-top: 71px;
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.header {
    padding-left: 1rem;
  }

  .container-default.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.services-hero {
    padding-left: 1rem;
  }

  .header-logo {
    text-align: left;
    width: 9rem;
    display: inline-block;
  }

  .nav-fullscreen-link {
    font-size: 2rem;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.home-hero {
    background-position: 60%;
  }

  .section.cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .home-hero-image-box {
    height: 35vh;
  }

  ._2-column-grid {
    padding-top: 60px;
  }

  .image.about._01 {
    width: 70%;
    height: 220px;
  }

  .image.about._02 {
    object-fit: cover;
    width: 70%;
    height: 220px;
    margin-bottom: 40%;
  }

  .image.about-image {
    height: 200px;
  }

  .text-accent {
    width: 200px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .card.down {
    position: static;
  }

  .card.testimonials {
    max-height: none;
    padding: 80px 20px 50px;
    overflow: hidden;
  }

  .service-icon {
    height: 40px;
  }

  .image-line-item {
    width: 180px;
    height: 120px;
  }

  .image-wrapper.about {
    margin-bottom: -129px;
  }

  .image-wrapper.testimonial {
    min-height: 240px;
    max-height: 240px;
  }

  .heading-move, .second-heading-move {
    font-size: 50px;
  }

  .slider-arrow {
    margin-left: 4rem;
    inset: 80% auto auto 85px;
  }

  .slider-arrow.left {
    margin-left: 0;
    margin-right: auto;
    top: 80%;
    left: 33%;
  }

  .cta-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-bg-text {
    font-size: 50px;
  }

  .footer-nav {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .footer-bottom {
    grid-row-gap: .1rem;
    flex-wrap: wrap;
  }

  .about-hero-image {
    object-position: 50% 41%;
    height: 240px;
  }

  .award-image {
    width: 23vw;
  }

  .stats {
    width: 100%;
    height: 40vw;
    max-height: none;
  }

  .stats-title {
    line-height: 40px;
  }

  .stats-title.small {
    font-size: 20px;
  }

  .stats-text {
    line-height: 20px;
  }

  .counter-wrapper {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.no-gaps {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-box-image {
    padding: 50%;
  }

  .faq-accordions {
    margin-top: 2rem;
  }

  .accordion-tab-button {
    align-items: center;
  }

  .faq-question {
    line-height: 25px;
  }

  .accordion-answer-content {
    width: 100%;
  }

  .services-hero-image {
    object-position: 50% 41%;
    height: 240px;
    margin-bottom: 15px;
  }

  .portfolio-hero-image {
    height: 200px;
  }

  .portfolio-card {
    width: 100%;
    margin-right: 0%;
  }

  .contact-form-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-loader-text-bg {
    width: 150px;
  }

  .utility-page-content {
    width: 250px;
    padding: 30px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-box._700px {
    padding-top: 140px;
  }

  .text-input {
    width: 100%;
  }

  .ds-colour-grid {
    grid-template-columns: 1fr;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .heading.h1 {
    text-align: left;
    width: 280px;
    font-size: 38px;
  }

  .heading.h2 {
    width: 350px;
    font-size: 34px;
  }

  .heading.h3 {
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 24px;
  }

  .heading.h4.accent {
    font-size: 23px;
  }

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

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

  .section-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-licensing {
    height: 150px;
  }

  .icon-licensing {
    width: 40px;
    height: 40px;
  }

  .portfolio-image, .portfolio-large-image {
    object-position: 50% 41%;
    height: 240px;
  }

  .footer-socials-copy {
    padding-bottom: 40px;
  }

  .container-default-copy {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default-copy.header {
    padding-left: 1rem;
  }

  .container-default-copy.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default-copy.services-hero {
    padding-left: 1rem;
  }

  .container-default-copy.hero-container-copy {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-hero2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-hero2.header {
    padding-left: 1rem;
  }

  .new-hero2.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-hero2.services-hero {
    padding-left: 1rem;
  }

  .new-hero2.hero-container-copy {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-hero2.new-hero {
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .new-hero2.new-hero.dev-new-hero {
    padding: 220px 0 0;
  }

  .banner-grid {
    grid-template-columns: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .banner-text-wrap {
    margin-right: 20px;
  }

  .banner-image-pos {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
  }

  .heading-copy.h1 {
    font-size: 38px;
  }

  .heading-copy.h2 {
    font-size: 34px;
  }

  .heading-copy.h1-copy {
    font-size: 38px;
  }

  .section-ijsjes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-ijsjes.home-hero {
    background-position: 60%;
  }

  .section-ijsjes.cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-ijsjes.contact-hero {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .heading_text.white {
    letter-spacing: normal;
    font-size: 4rem;
  }

  .navigation-button {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text_section {
    min-height: 0;
  }

  .about_text-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .content-text {
    letter-spacing: normal;
    font-size: 1.5rem;
  }

  .nav-fullscreen-link-2 {
    font-size: 2rem;
  }

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

  .header-logo-2 {
    width: 9rem;
    max-width: 80%;
  }

  .container-default-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default-2.header-2 {
    padding-left: 1rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button {
    background-color: var(--background);
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-bottom: 60px;
  }

  .section-ijsjes-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-ijsjes-copy.home-hero {
    background-position: 60%;
  }

  .section-ijsjes-copy.cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-ijsjes-copy.contact-hero {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .section-ijsjes-copy.contact-hero-copy {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  ._2-column-grid-copy, .home-2-colom {
    padding-top: 0;
  }

  .heading-copy.h1 {
    text-align: left;
    width: 280px;
    font-size: 38px;
  }

  .heading-copy.h2 {
    width: 350px;
    font-size: 34px;
  }

  .heading-copy.h3 {
    font-size: 28px;
  }

  .heading-copy.h4 {
    font-size: 24px;
  }

  .heading-copy.h4.accent {
    font-size: 23px;
  }

  .heading-copy.h5 {
    font-size: 20px;
  }

  .heading-copy.h6 {
    font-size: 18px;
  }

  .heading-copy.h2-copy {
    width: 350px;
    margin-top: 0;
    font-size: 34px;
  }
}

#w-node-_6bffa715-e54a-53f4-36d8-4b99c489dd03-1f7f47ea {
  grid-area: Area;
}

#w-node-_6bffa715-e54a-53f4-36d8-4b99c489dd04-1f7f47ea, #w-node-_28d17773-c738-a4b6-f67a-93cfcae9f788-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d17773-c738-a4b6-f67a-93cfcae9f76c-1f7f47ea, #w-node-e8944669-494f-50ff-e869-5e1ac59d9d37-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e8944669-494f-50ff-e869-5e1ac59d9d35-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7009aace-fd5c-1df3-2603-a1c98a02dddb-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43ebf555-728c-6543-7b41-7679809c57d3-1f7f47ea, #w-node-c31a3768-ee3c-3bae-cffd-8e1f10fbf1a4-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c31a3768-ee3c-3bae-cffd-8e1f10fbf18a-1f7f47ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_54c66c4c-567e-bccc-7735-2359cdac81e8-cdac81e0 {
  place-self: center end;
}

#w-node-_42613c55-0b71-45c9-34d2-9684cbf74e36-c7a4d1c7, #w-node-_74296cc9-052b-0ca0-3420-e75105e5189d-c7a4d1c7, #w-node-cb024940-996b-37ce-2eb5-53ab7492c47e-c7a4d1c7, #w-node-cb024940-996b-37ce-2eb5-53ab7492c485-c7a4d1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1475-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1478-6a7c1462 {
  justify-self: center;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c147b-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-21d1f8e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b527d0-2c87-fe79-70d6-cf7c5c1d7035-21d1f8e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#Jouw-bericht.w-node-a499849c-8ae0-a5e7-256e-f4a156206dd8-21d1f8e6, #w-node-_278f9d9d-d2fa-aff7-f6ae-4e9c96bdd364-21d1f8e6, #w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-21d1f8e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b25270e9-de4e-7b5a-7a8f-484068d12d6c-21d1f8e7 {
  justify-self: center;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-21d1f8ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-21d1f8ee, #w-node-acd323ed-41e1-99cd-b21c-c244d80c5c71-639f7cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd323ed-41e1-99cd-b21c-c244d80c5c73-639f7cfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-639f7cfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-639f7cfe, #w-node-acd323ed-41e1-99cd-b21c-c244d80c5c71-5b0182be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd323ed-41e1-99cd-b21c-c244d80c5c73-5b0182be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-5b0182be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-5b0182be, #w-node-acd323ed-41e1-99cd-b21c-c244d80c5c71-8f7e780c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd323ed-41e1-99cd-b21c-c244d80c5c73-8f7e780c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-8f7e780c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-8f7e780c, #w-node-acd323ed-41e1-99cd-b21c-c244d80c5c71-220f708b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd323ed-41e1-99cd-b21c-c244d80c5c73-220f708b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-220f708b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-220f708b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_54c66c4c-567e-bccc-7735-2359cdac81e8-cdac81e0 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Metropolis 1920';
  src: url('../fonts/Metropolis-1920.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}