:root {
  --white: #f1f0ef;
  --black: #040915;
  --black-bg: #02060d;
  --accent: #2652b9;
  --main: #2652b9;
  --main-light: #e2edf5;
  --color: #2652b9;
  --secondary: #2652b9;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: pp-pangram-sans, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.22;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.43em;
  font-weight: 500;
  line-height: 1.15;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.81em;
  font-weight: 500;
  line-height: 1.15;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.55;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04em;
  font-weight: 500;
  line-height: 1.15;
}

p {
  letter-spacing: -.01em;
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 1.32em;
  line-height: 1.35;
}

a {
  color: var(--black);
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 2em;
}

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

strong {
  font-weight: bold;
}

em {
  text-indent: 0;
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.sm-p {
  letter-spacing: -.01em;
  font-size: 1em;
}

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

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

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

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

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

.heading-lg {
  letter-spacing: -.02em;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.is--mobile {
  display: none;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.caps {
  text-transform: uppercase;
}

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

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

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

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

.heading-md {
  letter-spacing: -.02em;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-md.contact {
  max-width: 20ch;
}

.bg-orange {
  background-color: var(--main);
}

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

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

.ab {
  position: absolute;
}

.bg-light-orange {
  background-color: var(--main-light);
}

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide-parent.bg-orange {
  background-color: var(--color);
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.sm-upper.text-light-orange {
  color: var(--main-light);
}

.heading-sm {
  letter-spacing: -.02em;
  font-size: 2.64em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-sm.is--next-post {
  max-width: 25ch;
}

.lg-p {
  letter-spacing: -.01em;
  font-size: 1.53em;
}

.lg-p.text-btn {
  padding-left: .5em;
  padding-right: .5em;
}

.lg-p.text-btn.is--form {
  font-size: 1.32em;
}

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

.bg-dark-gradient {
  background-image: url('../images/Aluce-Grainy-Gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light-gradient {
  background-image: url('../images/aluce-light-graint-gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.section.is--form {
  padding-top: 10em;
}

.section.s-intro {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.s-testimonial {
  padding-top: 14em;
}

.section.a-intro {
  padding-bottom: 10em;
  position: relative;
}

.nav {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-cc-h.is--navlinks {
  z-index: 3;
  position: absolute;
}

.container.flex-cc-v.is--hero, .container.flex-cc-v.is--s-hero, .container.flex-cc-v.is--cta {
  z-index: 2;
  height: 100%;
}

.container.flex-v {
  flex-direction: column;
  display: flex;
}

.container.is--intro {
  z-index: 2;
}

.container.a-intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is--search {
  margin-top: 5em;
}

.logo {
  transition: opacity .4s;
}

.logo:hover {
  opacity: .7;
}

.navlinks {
  flex: none;
  position: absolute;
}

.navlink {
  z-index: 3;
  color: var(--black);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: border-radius .45s cubic-bezier(.785, .135, .15, .86), color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.navlink:hover, .navlink:focus {
  color: var(--main);
}

.navlink.w--current {
  background-color: var(--main-light);
  color: var(--main);
  border-radius: 4px;
  transition-property: none;
}

.navlink.w--current:hover {
  border-radius: 0;
}

.navlink.last {
  margin-right: 0;
}

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

.navlink.text-white:hover {
  color: var(--main);
}

.navlink.is--blog {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: color .3s;
}

.navlink.is--blog:hover {
  color: var(--main);
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.nav {
  border: 1px solid var(--black);
  color: var(--black);
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .4s, background-color .4s;
}

.btn.nav:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn.nav.stagger-text:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.nav.white {
  border-color: var(--white);
  color: var(--white);
}

.btn.nav.white.stagger-text.w--current {
  border-style: solid;
  border-color: var(--main);
  background-color: var(--main);
  opacity: 1;
  color: var(--black);
}

.btn.m-nav {
  border: 1px solid var(--white);
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.btn.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  transition: color .4s, background-color .4s;
}

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

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.bigger.btn-gradient.stagger-text {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.btn.is--form {
  opacity: .5;
  color: var(--black);
  border: 1px solid #000;
  align-self: center;
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.is--form.bg-orange-gradient {
  align-self: center;
}

.btn.is--form.form-active {
  opacity: 1;
  color: var(--white);
  border-style: none;
}

.btn.btn-gradient {
  color: var(--white);
}

.btn.btn-gradient:hover {
  color: var(--black);
}

.btn.btn-gradient.stagger-text {
  justify-content: center;
  align-items: center;
}

.btn.btn-gradient.stagger-text:hover {
  color: var(--white);
}

.html {
  z-index: 10;
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.btn-text {
  font-size: 1.32em;
}

.burger-menu-parent, .m-nav-parent {
  display: none;
}

.nav-parent {
  z-index: 99;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 16vw;
  transform: none;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 8%;
  transform: none;
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  top: auto;
  bottom: 20%;
  left: 11%;
  right: auto;
  transform: none;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.hero-circle-1 {
  z-index: 1;
  width: 25vw;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: -1.5vw;
  right: auto;
}

.hero-circle-2 {
  z-index: 1;
  filter: saturate(164%) invert();
  width: 30em;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.hero-blur {
  z-index: 2;
  background-color: rgba(0, 0, 0, .01);
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.project-img-1.thats-clutch-app {
  width: auto;
  height: 34.7em;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: 0;
  right: auto;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.poster-img._3 {
  z-index: 2;
  width: 13em;
  height: auto;
  position: absolute;
  bottom: 5%;
  right: 12%;
}

.poster-img._2 {
  width: 15.9em;
  height: auto;
  bottom: 11%;
  right: -.5%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.project-title {
  color: var(--black);
  align-items: flex-end;
  display: flex;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

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

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: -3vw;
  right: auto;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 25%;
  right: auto;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 5vw;
  right: auto;
}

.img-parent.h-services._2 {
  top: auto;
  bottom: 25%;
  left: auto;
  right: 4vw;
}

.img-parent.h-services._3 {
  top: auto;
  bottom: 38%;
  left: 18vw;
  right: auto;
}

.img-parent.h-services._4 {
  top: 13%;
  bottom: auto;
  left: 7vw;
  right: auto;
}

.img-parent.h-services._5 {
  top: 3%;
  bottom: auto;
  left: auto;
  right: 7vw;
}

.img-parent.is--aluce-circle-hero {
  width: 40em;
  margin-bottom: -15%;
  margin-right: -10%;
}

.img-parent.services {
  width: 9.72em;
  position: absolute;
}

.img-parent.services._1 {
  filter: hue-rotate(46deg);
  top: 18%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.img-parent.services._2 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.img-parent.services._3 {
  filter: hue-rotate(180deg);
  height: 12.5em;
  top: auto;
  bottom: -5%;
  left: 20%;
  right: auto;
}

.img-parent.services._4 {
  filter: hue-rotate(246deg);
  top: auto;
  bottom: 9%;
  left: auto;
  right: 10%;
}

.img-parent.services._5 {
  filter: hue-rotate(140deg);
  top: 50%;
  bottom: auto;
  left: 5%;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  mix-blend-mode: normal;
  background-image: url('../images/Blue-background2.png');
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.half {
  width: 100%;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 2em;
  display: grid;
}

.benefit-wrapper.is--services-page {
  margin-top: 0;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.h-services-person {
  width: 9.72em;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._3 {
  width: 2em;
  top: auto;
  bottom: 36%;
  left: auto;
  right: -8%;
}

.h-about-star._4 {
  width: 1.32em;
  top: auto;
  bottom: 31%;
  left: auto;
  right: 0%;
}

.testimonial {
  text-align: left;
  max-width: 21ch;
  font-size: 3.33em;
  line-height: 1.2;
}

.testimonial.is--clutch {
  max-width: 20ch;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.testimonial-author-info {
  margin-left: 2em;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.testimonial-author-img {
  filter: grayscale();
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
  width: 6.53em;
  height: 6.53em;
}

.testimonial-author-img.top {
  mix-blend-mode: luminosity;
  object-position: 50% 0%;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  top: 56%;
  bottom: auto;
  left: -6.5vw;
  right: auto;
}

.cta-circle-1.is--post {
  width: 10em;
  top: auto;
  bottom: 2%;
  left: 2.4%;
}

.cta-circle-2 {
  z-index: 1;
  filter: invert();
  width: 23.5em;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.cta-circle-2.is--post {
  width: 11.67em;
  top: 3%;
  right: 5%;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.cta-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.footer {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.footer.bg-white {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.logo-tag {
  letter-spacing: -.01em;
  font-size: 1.32em;
  line-height: 1.35;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2em;
  grid-template-columns: max-content max-content max-content max-content max-content;
  align-items: center;
  justify-items: end;
  margin-top: 2em;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: var(--main);
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.footer-link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--main);
}

.footer-link.text-black {
  color: var(--black);
}

.footer-link.text-black:hover, .footer-link.text-black.w--current {
  color: var(--main);
}

.m-hero-container {
  display: none;
}

.btn-wrapper {
  align-self: flex-start;
  padding-top: 100px;
  display: inline-block;
}

.btn-wrapper.is--form {
  align-self: center;
  margin-top: 5.56em;
}

.btn-wrapper.about-intro {
  margin-top: 3.33em;
}

.btn-wrapper.is--404 {
  margin-top: 1em;
}

.m-project-site-img {
  display: none;
}

.project-card-bg {
  background-image: url('../images/NewGradient.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-card-bg.bg-thats-clutch {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/941.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.project-card-bg.bg-cc {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/6617a4a2929c7738249cc502_Aluce-Light-Grainy-Gradient.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.project-card-bg.bg-bb {
  background-image: url('../images/NewGradient.png');
  background-position: 0 0;
  background-size: auto;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.hero-heading-move {
  display: inline-block;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero.is--about {
  height: auto;
  padding-top: 14em;
  padding-bottom: 24em;
}

.hero.is--services {
  padding-top: 8em;
}

.hero.is--home {
  padding-top: 10em;
  padding-bottom: 7em;
}

.subpage-h1 {
  max-width: 16ch;
}

.subpage-h1.text-center.super-text.text-orange {
  color: var(--main);
}

.hero-subtext {
  text-align: center;
  max-width: 24ch;
}

.hero-text-wrapper {
  position: relative;
}

.label-services {
  background-color: var(--accent);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .5em .5em .5em .8em;
  display: flex;
  position: static;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.label-services-wrapper {
  position: absolute;
  top: -22%;
  right: -10%;
  transform: rotate(7deg);
}

.heading-line-wrapper {
  text-align: left;
}

.heading-line-wrapper.services-h2 {
  margin-left: 9vw;
}

.heading-line-wrapper.services-h2._2 {
  text-align: left;
  margin-top: .5em;
  margin-left: 9.5vw;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.split-text {
  text-align: left;
  margin-top: 2.22em;
  margin-bottom: 4.5em;
}

.text-column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 2.5em;
  display: flex;
}

.text-column._2 {
  padding-left: 2.5em;
  padding-right: 0;
}

.sm-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sm-container.is--contact {
  z-index: 2;
  position: relative;
}

.sm-container.s-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
}

.sm-container.is--benefits {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.split-section-wrapper {
  width: 50%;
}

.benefits-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 3.96em;
  display: grid;
}

.contact-section {
  margin-top: 0;
  position: relative;
}

.contact-wrapper {
  padding-top: 14em;
  padding-bottom: 4.79em;
  position: relative;
  overflow: hidden;
}

.contact-wrapper.btm {
  padding-top: 6em;
  padding-bottom: 8em;
}

.contact-info-wrapper {
  color: var(--white);
  margin-top: 2.22em;
}

.contact-item {
  grid-column-gap: 1.6em;
  grid-row-gap: 4em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.contact-info-text {
  font-size: 2em;
}

.short-heading {
  max-width: 12ch;
}

.about-label-wrapper {
  position: absolute;
  top: -28%;
  left: -5%;
  right: auto;
  transform: rotate(0);
}

.aluce-circle-img {
  object-fit: cover;
  width: 95%;
  height: 100%;
}

.accordion-pane {
  border-radius: 20px;
  min-height: 46.25em;
  margin-bottom: 0;
  padding: 3.06em 4.44em 6.25em;
  position: -webkit-sticky;
  position: sticky;
  top: 4em;
}

.accordion-pane._1 {
  background-color: #e3f2fd;
  top: 2em;
}

.accordion-pane._2 {
  background-color: #bbdefb;
  top: 10em;
}

.accordion-pane._3 {
  background-color: #64b5f6;
  top: 17em;
}

.accordion-pane._4 {
  background-color: var(--color);
  color: var(--white);
  margin-top: 0;
  top: 30em;
}

.accordion-top-wrapper {
  display: flex;
}

.accordion-label-text {
  font-size: 2.64em;
}

.a-label-wrapper {
  margin-left: 4.17em;
}

.accordion-btm-wrapper {
  margin-top: 4.17em;
  display: flex;
}

.a-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 2em;
  display: grid;
}

.a-item-wrapper.first {
  margin-top: 0;
}

.a-list-wrapper {
  width: 50%;
  padding-left: 2em;
}

.a-description {
  width: 50%;
}

.a-item-text {
  max-width: 28ch;
}

.c-faq-item {
  color: var(--black);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 1em;
  padding: 2.5em 1.1em 0;
  position: relative;
}

.text-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.text-btn-wrapper.is--form {
  margin-top: 4em;
}

.text-btn-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: relative;
}

.text-btn-line.inner {
  background-color: var(--main);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.outro-parent {
  z-index: 9999;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 3em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.outro-items {
  z-index: 3;
  color: var(--black);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.outro-items.intro {
  color: var(--white);
}

.outro-line {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.outro-text {
  color: var(--white);
  padding-left: .5em;
  font-size: 1.32em;
}

.outro-logo {
  padding-left: .5em;
}

.outro-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.outro-bg.gradient-bg {
  color: var(--white);
  background-image: url('../images/NewGradient.png');
  background-position: 0 0;
  background-size: cover;
}

.outro-bg._2 {
  z-index: 1;
}

.outro-bg._2.bg-black {
  background-color: var(--white);
  color: var(--white);
}

.intro-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.intro-parent.is--sub {
  color: var(--white);
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 3em;
  display: none;
}

.intro-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.intro-bg.bg-blue {
  background-color: var(--main);
}

.full-img {
  object-fit: cover;
  background-image: url('../images/Blue-background2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.work-label {
  position: absolute;
  top: -32%;
  left: -7%;
  transform: rotate(5deg);
}

.scroll {
  background-color: var(--black);
  width: 3px;
  height: 8em;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: -84%;
}

.scroll.scroll-indicator {
  z-index: 2;
  background-color: var(--black);
  color: var(--main);
  mix-blend-mode: normal;
  display: inline-block;
}

.scroll.scroll-indicator.w--current {
  background-color: var(--black);
  mix-blend-mode: normal;
}

.form_progress-fill {
  border-radius: 100vw;
  width: 50%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

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

.form {
  width: 40.28em;
  margin-bottom: 0;
}

.contact-wrapper-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.form-wrapper {
  background-color: var(--white);
  color: var(--black);
  border-radius: .83vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.36em;
  padding-right: 2.36em;
  display: flex;
}

.form-wrapper.bg-orange-gradient {
  color: var(--black);
}

.form-wrapper.is--confirmation {
  flex-direction: column;
  padding-top: 2.36em;
  padding-bottom: 2.36em;
}

.form-wrapper.is--confirmation.bg-orange-gradient {
  color: var(--black);
}

.form-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.53em;
  display: flex;
  position: relative;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 58em;
  padding: 0;
}

.form-error {
  background-color: var(--accent);
  text-align: center;
}

.form-navigation {
  justify-content: space-between;
  display: flex;
}

.form-navigation.is--disabled {
  display: none;
}

.q-label {
  margin-right: 1.32em;
  padding: .25em .5em;
  position: relative;
}

.q-label.is--done {
  color: #cc5e04;
  padding-left: .25em;
  padding-right: .25em;
}



.q-label.last {
  margin-right: 0;
}

.label-title_text {
  z-index: 2;
  white-space: nowrap;
  font-size: 1.25em;
  position: relative;
}

.label-title_text.is--active {
  z-index: 2;
  color: var(--main-light);
  position: relative;
}

.strike-line {
  background-color: #cc5e04;
  width: 0%;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.strike-line.is--done {
  width: 100%;
}

.q-label-bg {
  z-index: 1;
  background-color: var(--main);
  border-radius: 4px;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.q-label-bg.is--active {
  width: 100%;
}

.form-progress {
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
  height: .73em;
  margin-top: 1.94em;
  margin-bottom: 2.5em;
}

.form-progress.is--disabled {
  display: none;
}

.form-progress.is--booking {
  margin-bottom: 1em;
}

.form-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 40em;
  height: 25em;
  margin-top: 7em;
  display: block;
  position: static;
}

.form-slider.is--intro {
  height: 34em;
  margin-top: 6em;
}

.form-slider.low-margin {
  margin-top: 5em;
  margin-bottom: 4em;
  transition: margin .6s cubic-bezier(.77, 0, .175, 1);
}

.slider-mask {
  width: 100%;
}

.form-prev {
  background-color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.92em;
  height: 2.92em;
  font-size: 1em;
  display: flex;
  top: 22%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-prev.is--first-slide {
  opacity: .4;
  top: 5%;
}

.form-prev.is--first-slide.is--disabled {
  opacity: .4;
}

.prev-arrow {
  flex: none;
  width: 2em;
  height: 2em;
}

.slider-nav, .form-next {
  display: none;
}

.slider-slide_fill {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4.44em;
  display: flex;
}

.slider-slide_fill.is--intro {
  align-items: center;
}

.slider-slide_fill.is--calendar {
  padding-bottom: 0;
}

.form-question {
  text-align: left;
  max-width: 16ch;
  font-size: 3.19em;
  font-weight: 500;
}

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

.text-form-field {
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.text-form-field::placeholder {
  color: rgba(4, 9, 21, .7);
  line-height: 4;
}

.form-question-wrapper {
  margin-bottom: 2.15em;
  display: inline-block;
}

.form-question-wrapper.is--intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-question-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.form-question-container.is--intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text {
  color: rgba(4, 9, 21, .8);
  max-width: 35ch;
  margin-top: .5em;
  font-size: 1.32em;
}

.form-text.text-center {
  color: var(--white);
}

.form-status-line {
  background-color: var(--accent);
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-status-line.error {
  background-color: var(--accent);
  width: 100%;
}

.form-status-line.success {
  background-color: #10cc39;
  width: 100%;
}

.email-form-field {
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.email-form-field::placeholder {
  color: rgba(4, 9, 21, .7);
  line-height: 4;
}

.form-success-line {
  background-color: #0eb51f;
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-success-line.active {
  width: 100%;
}

.form-options-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-option {
  border: 1px solid var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em .6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.option-radio {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  border-style: none;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.option-radio.w--redirected-checked {
  width: 100%;
  height: 100%;
}

.option-label {
  z-index: 3;
  font-size: 2.41em;
  position: relative;
}

.calendar-embed, .calendar-frame, .calendar-wrapper {
  width: 100%;
  height: 100%;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.form-submit {
  display: block;
}

.error-text {
  color: var(--white);
  font-size: 1.5em;
}

.booking-date {
  font-weight: 700;
}

.confirmation-contact {
  color: var(--white);
  text-decoration: underline;
}

.radio-fill {
  z-index: 1;
  background-color: var(--black-bg);
  border-style: none;
  border-radius: 100vw;
  width: 110%;
  height: 7em;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -5%;
  right: 0%;
}

.a-hero-wrapper {
  width: 70%;
}

.a-hero-wrapper.image {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.benefits-heading {
  text-align: center;
  max-width: 18ch;
}

.testimonial-p {
  max-width: 45ch;
  margin-top: .5em;
}

.p-rel {
  position: relative;
}

.s-intro_heading-wrapper {
  margin-bottom: 1.25em;
}

.p-wrapper.s-intro {
  position: relative;
  left: 10vw;
}

.a-intro_heading {
  text-align: center;
  max-width: 10em;
}

.a-intro_circle {
  width: 7.29em;
  height: 7.29em;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 4%;
}

.a-intro_circle.blue {
  filter: invert();
  width: 7.08em;
  height: 7.08em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.a-intro_circle.blue._2 {
  width: 4.91em;
  height: 4.91em;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 18%;
}

.a-intro_circle._2 {
  width: 2.78em;
  height: 2.78em;
  top: 29%;
  bottom: auto;
  left: 24%;
  right: auto;
}

.form-email-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.rel {
  position: relative;
}

.intro-items {
  z-index: 3;
  color: var(--white);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-line {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.intro-logo {
  color: var(--white);
  padding-left: .5em;
}

.intro-text {
  color: var(--white);
  padding-left: .5em;
  font-size: 1.32em;
}

.utility-page-wrap {
  background-color: var(--black-bg);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

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

.utility-page-content.text-white {
  z-index: 3;
  position: relative;
}

.utility-page-content.is--password {
  width: 40%;
}

._404-text {
  font-size: 1.25em;
}

._404-circle {
  z-index: 2;
  width: 35vw;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 0%;
}

.grain {
  z-index: 1;
  opacity: .03;
  background-image: url('../images/static-gif.gif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.cc-img-1 {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 26em;
  max-height: 100%;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 35%;
  right: 0%;
}

.cc-img-2 {
  object-fit: contain;
  object-position: 50% 0%;
  height: 26em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.cc-icon-1 {
  position: absolute;
  top: 24%;
  left: 30%;
}

.cc-icon-2 {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 14%;
}

.cc-icon-3 {
  filter: invert();
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.cc-icon-4 {
  filter: invert();
  position: absolute;
  top: 51%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cc-icon-5 {
  filter: invert();
  position: absolute;
  top: 36%;
  bottom: auto;
  left: 62%;
  right: auto;
}

.blog-rich-text h1 {
  margin-bottom: .125em;
  font-size: 4.31em;
  line-height: 1.15;
}

.blog-rich-text h2 {
  margin-bottom: .25em;
  font-size: 3.23em;
  line-height: 1.15;
}

.blog-rich-text h6 {
  margin-bottom: .5em;
}

.blog-rich-text h5 {
  margin-top: 0;
  margin-bottom: .2em;
}

.blog-rich-text p {
  letter-spacing: 0;
  text-indent: 0;
  max-width: 56ch;
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.65;
}

.blog-rich-text li {
  margin-bottom: .5em;
  font-size: 1.25em;
  line-height: 1.55;
}

.blog-rich-text blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px .25vw;
  border-color: black black black var(--main);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 0 0 .5em;
  font-size: 2.08em;
  font-weight: 500;
  line-height: 1.5;
}

.blog-rich-text a {
  box-shadow: inset 0 -2px 0 0 var(--main);
  text-indent: 0;
  padding: .1em .5em 0;
  line-height: 1.25;
  transition: box-shadow .25s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.blog-rich-text a:hover {
  box-shadow: inset 0 -50px 0 0 var(--main);
}

.blog-rich-text strong {
  text-indent: 0;
}

.blog-rich-text h3 {
  margin-bottom: .25em;
}

.blog-rich-text h4 {
  margin-bottom: .2em;
}

.blog-rich-text.is--overview {
  margin-bottom: 2.22em;
}

.blog-rich-text img {
  width: 100%;
  height: 100%;
}

.blog-rich-text figure {
  margin-bottom: 2em;
}

.visit-wrapper {
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.arrow-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.arrow-link:hover {
  color: var(--main);
}

.arrow-link.is-blog-card {
  padding-left: .5em;
  padding-right: .5em;
}

.a-arrow {
  height: .8em;
  margin-left: 1.11em;
}

.a-arrow.is--card {
  flex: none;
  margin-left: .83em;
}

.a-link-text {
  font-size: 1.32em;
}

.blog-nav {
  z-index: 99;
  background-color: var(--black-bg);
  padding-top: 1.67em;
  padding-bottom: 1.67em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.blog-nav.is--post {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}

.blog-logo {
  align-items: flex-end;
  display: flex;
}

.blog-logo-text {
  color: var(--main);
  font-size: .97em;
  line-height: 1;
}

.blog-logo-img {
  margin-right: .5em;
}

.blog-hero-wrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-hero-side {
  background-color: var(--main);
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  padding-left: 17.85%;
  padding-right: 3.47em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.blog-hero-side.featured {
  color: var(--white);
  position: static;
}

.blog-hero-content {
  flex: 1;
  height: 100%;
  padding-top: 3.33em;
  padding-left: 3.47em;
  padding-right: 7.5%;
}

.blog-card {
  border-radius: 4px;
  margin-bottom: 2.22em;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 0 12px rgba(0, 0, 0, .1);
}

.blog-card_content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.67em 2.22em;
  display: flex;
}

.blog-card_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 37%;
  display: flex;
}

.card-title {
  max-width: 20ch;
}

.card-description {
  letter-spacing: -.02em;
  font-size: 1.25em;
  line-height: 1.55;
}

.card-category {
  font-size: 1.1em;
}

.card-link-wrapper {
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.card-link-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: .25em;
}

.blog-cards-wrapper {
  margin-top: 2.22em;
}

.blog-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-hero-side-wrapper {
  width: 42%;
  position: relative;
}

.blog-category-content {
  margin-top: 5.56em;
  display: none;
}

.empty-hidden {
  display: none;
}

.featured-blog-wrapper {
  margin-top: 2.22em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.featured-blog-wrapper.hide {
  display: none;
}

.post-hero {
  width: 100%;
  height: 90vh;
  display: flex;
}

.post-hero_img-wrapper {
  width: 41.25%;
}

.post-hero_content {
  flex: 1;
  align-self: flex-end;
  margin-left: 1.39em;
  padding-right: 7.5%;
}

.post-hero_content-container {
  padding-left: 1.39em;
}

.content-info {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.info-wrapper, .info-wrapper.first {
  margin-left: 0;
}

.info-title {
  color: rgba(4, 9, 21, .45);
  font-size: 1.18em;
  line-height: 1.12;
}

.info-text {
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.12;
  display: inline-block;
}

.info-text.right {
  margin-left: .25em;
}

.post-content_line {
  background-color: var(--black-bg);
  width: 100%;
  height: 1px;
  margin-top: 2.78em;
}

.post-wrapper {
  padding-top: 6em;
}

.toc-wrapper {
  flex: none;
  align-self: flex-start;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.body-wrapper {
  flex: none;
  max-width: 44em;
  margin-left: 8em;
}

.overview-title {
  letter-spacing: 0;
  margin-bottom: .25em;
  font-size: 1.48em;
  font-weight: 700;
  line-height: 1.55;
}

.contents-title {
  color: var(--main);
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.toc-text-block ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.25em;
  line-height: 1.5;
  list-style-type: none;
}

.toc-text-block li {
  max-width: 20ch;
  margin-bottom: 1em;
}

.post-container {
  justify-content: center;
  margin-left: -1%;
  display: flex;
  position: relative;
}

.post-buttons {
  justify-content: space-between;
  margin-top: 4em;
  display: flex;
}

.post-buttons.is--cta {
  margin-top: 2.78em;
}

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

.post-button.is--call {
  margin-right: 4em;
}

.post-button.is--hidden {
  display: none;
}

.post-button_icon {
  border: 1px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-button_icon-img {
  z-index: 2;
  width: 50%;
  height: 50%;
  position: relative;
}

.post-button_icon-img.active {
  z-index: 3;
  opacity: 0;
  display: none;
  position: absolute;
}

.post-button_icon-img.hover {
  display: none;
  position: absolute;
}

.post-button_text {
  text-transform: capitalize;
  margin-top: .75em;
  font-size: 1em;
}

.post-cta-wrapper {
  justify-content: space-between;
  height: 80vh;
  margin-top: 8.61em;
  display: flex;
}

.next-post {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 4.17em;
  padding-left: 3.61em;
  padding-right: 3.61em;
  display: flex;
}

.next-post-content {
  color: var(--white);
}

.post-cta {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.post-cta-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.next-post-wrapper {
  width: 50%;
}

.next-post-list, .next-post-item {
  height: 100%;
}

.blog-navlinks {
  align-items: center;
  display: none;
}

.blog-navlink-list {
  display: flex;
}

.search-btn-wrapper {
  cursor: pointer;
}

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

.field-label {
  display: none;
}

.search-input {
  border: 1px #000;
  width: 22em;
  height: 3em;
  margin-bottom: 0;
  padding: 1em 5em 1em 1em;
  font-size: 1.25em;
}

.search-input.is--search {
  border: 1px #000;
  border-radius: 10vw;
  width: 100%;
  height: 4em;
  padding-left: 1.5em;
}

.search-input.is--search::placeholder {
  color: var(--black);
}

.search-input-wrapper {
  border-radius: 2vw;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.search-input-wrapper.is--search {
  border-radius: 0;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--main), var(--accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.toc-item.active {
  font-weight: 700;
}

.post-button_fill {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 100%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-button_fill.is--like {
  z-index: 1;
  background-color: var(--accent);
}

.post-button_fill.is--tweet {
  z-index: 1;
  background-color: #1da1f2;
}

.post-button_fill.is--linkedin {
  z-index: 1;
  background-color: #0e76a8;
}

.post-button_fill.is--copy {
  z-index: 1;
  background-color: #18cc82;
}

.post-button_fill.is--email-us {
  background-color: var(--accent);
  z-index: 1;
  background-color: var(--main);
}

.post-button_fill.is--call-us {
  background-color: var(--main);
}

.search-label {
  display: none;
}

.search-result-wrapper {
  margin-top: 4.44em;
}

.search-result-item {
  margin-bottom: 3.33em;
}

.search-title-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-navlink {
  z-index: 3;
  color: var(--white);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.blog-navlink:hover, .blog-navlink:focus, .blog-navlink.w--current {
  color: var(--main);
}

.blog-navlink.w--current:hover {
  border-radius: 0;
}

.blog-navlink.text-white {
  color: var(--white);
}

.blog-navlink.text-white:hover {
  color: var(--main);
}

.p-full {
  max-width: none;
}

.cc-img-3 {
  height: 23em;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.image-2 {
  padding-bottom: 0;
  padding-left: 0;
  position: static;
}

.made-with-label {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 10%;
  left: 43%;
  transform: rotate(-90deg);
}

.form-submit-budget {
  justify-content: center;
  align-items: center;
  padding-top: 1.32rem;
  display: flex;
  position: relative;
}

.heading, .heading-2 {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12.8px;
  }

  h2 {
    font-size: 6.5vw;
    line-height: 1.21;
  }

  p {
    font-size: 19px;
  }

  .sm-p {
    font-size: 16px;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .super-text.cta, .heading-lg {
    font-size: 8vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

  .heading-sm {
    font-size: 5vw;
  }

  .lg-p {
    font-size: 22px;
  }

  .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--bigger.about {
    padding-bottom: 20vw;
  }

  .section.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .section.s-testimonial {
    padding-top: 16vw;
    padding-bottom: 10vw;
  }

  .section.a-intro {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .section.is--project {
    padding-bottom: 10vw;
  }

  .nav {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
    position: relative;
  }

  .container.flex-split.is--a-hero {
    flex-direction: column;
    height: 100%;
    position: static;
  }

  .container.flex-cc-h.is--navlinks, .navlinks {
    display: none;
  }

  .navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

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

  .navlink.is--blog {
    margin-bottom: 0;
    font-size: 8vw;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn.nav {
    display: none;
  }

  .btn.m-nav {
    background-color: var(--black);
    border-style: none;
    margin-left: 0;
    padding: 19px 57px;
    display: flex;
  }

  .btn.is--form {
    padding: 2.5vw 6vw;
    font-size: 19px;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .btn-text.text-white {
    font-size: 19px;
  }

  .burger-menu-parent {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 20px;
    display: flex;
  }

  .burger-menu-parent.is--blog {
    display: none;
  }

  .burger-line-top {
    background-color: var(--black);
    width: 80%;
    height: 2px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-btm {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-nav-parent {
    z-index: 98;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-nav-wrapper {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .hero-circle-2 {
    width: 45vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .img-parent.is--aluce-circle-hero {
    width: 50vw;
    height: 50vw;
    margin-bottom: 0%;
    margin-right: -10%;
  }

  .img-parent.services._1 {
    top: 10%;
    left: -6%;
  }

  .img-parent.services._2 {
    right: -4%;
  }

  .img-parent.services._3 {
    bottom: 0%;
    left: 7%;
  }

  .img-parent.services._4 {
    right: 7%;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .half {
    width: 100%;
  }

  .spacer-2em.m-hidden {
    display: none;
  }

  .h-services-person {
    width: 20vw;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .cta-circle-1.is--post {
    width: 16vw;
    left: 2vw;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .cta-circle-2.is--post {
    width: 20vw;
    right: 0%;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .footer, .footer.bg-white {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-tag {
    font-size: 19px;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 10vw;
  }

  .footer-link {
    font-size: 19px;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .m-nav-bg {
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-nav-bg-behind {
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .label-3-wrapper {
    transform: none;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--about {
    height: auto;
    padding-top: 30vw;
    padding-bottom: 60vw;
  }

  .hero.is--services {
    height: 80vh;
    padding-top: 10vw;
  }

  .hero.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .subpage-h1 {
    line-height: 1.2;
  }

  .hero-subtext {
    margin-top: 1vw;
  }

  .label-services-wrapper {
    top: -35%;
    left: -5%;
    right: auto;
    transform: rotate(-7deg);
  }

  .heading-line-wrapper.services-h2._2 {
    margin-left: 0;
  }

  .split-text {
    flex-direction: column;
    margin-top: 2.5vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .text-column {
    justify-content: flex-start;
    margin-bottom: 2vw;
    padding-right: 0;
  }

  .text-column._2 {
    padding-left: 0;
  }

  .sm-container.flex-split.is--s-section {
    flex-direction: column;
  }

  .sm-container.s-intro {
    padding-left: 0%;
  }

  .sm-container.is--benefits {
    flex-direction: column;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .split-section-wrapper {
    width: 100%;
  }

  .aluce-circle-img {
    width: 50vw;
    height: 50vw;
  }

  .accordion-pane {
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._4 {
    top: 26em;
  }

  .accordion-btm-wrapper {
    margin-top: 5vw;
  }

  .work-label {
    top: -45%;
    transform: rotate(3deg);
  }

  .scroll.scroll-indicator {
    display: none;
  }

  .form {
    width: 65vw;
  }

  .form-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form-success {
    height: 90vw;
  }

  .form-navigation {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .label-title_text {
    font-size: 19px;
  }

  .form-progress {
    height: 1.1vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .form-progress.is--disabled {
    height: 1.5vw;
  }

  .form-slider {
    width: 100%;
    max-width: 60vw;
    height: 45vw;
    margin-top: 10vw;
  }

  .form-slider.is--intro {
    height: 60vw;
  }

  .form-slider.low-margin {
    height: 37vw;
  }

  .form-prev {
    top: 26%;
  }

  .slider-slide_fill {
    padding-bottom: 4vw;
  }

  .form-question {
    text-align: left;
    max-width: 16ch;
    font-size: 5vw;
  }

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

  .text-form-field {
    height: 7vw;
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 4vw;
  }

  .form-question-wrapper {
    margin-bottom: 2.15vw;
  }

  .form-question-container, .form-question-container.is--intro {
    padding-left: 0;
    padding-right: 0;
  }

  .form-text {
    margin-top: 1vw;
  }

  .confirmation-contact {
    color: var(--white);
  }

  .a-hero-wrapper {
    width: 100%;
  }

  .a-hero-wrapper.image {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .a-intro_circle.blue._2 {
    right: 12%;
  }

  .a-intro_circle._2 {
    left: 10%;
  }

  .form-email-wrapper {
    left: 0;
  }

  .utility-page-content {
    width: 80%;
  }

  .utility-page-content.is--password {
    width: 70%;
  }

  ._404-text {
    font-size: 19px;
  }

  .cc-img-1 {
    width: 70vw;
    left: 0%;
  }

  .cc-img-2 {
    object-fit: contain;
    height: 28vw;
    top: -1%;
  }

  .blog-rich-text p {
    font-size: 18px;
  }

  .blog-rich-text blockquote {
    border-left-width: .5vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .blog-rich-text h3 {
    margin-bottom: .5em;
  }

  .blog-nav {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .blog-hero-wrapper {
    flex-direction: column;
  }

  .blog-hero-side {
    justify-content: center;
    align-items: center;
    height: 50vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .blog-hero-side.featured {
    flex-direction: column;
    align-items: center;
  }

  .card-description {
    font-size: 18px;
  }

  .blog-hero-side-wrapper {
    width: 100%;
  }

  .featured-blog-wrapper {
    margin-top: 0;
  }

  .post-hero {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .post-hero_img-wrapper {
    width: 100%;
    max-height: 50vh;
  }

  .post-hero_content {
    align-self: stretch;
    margin-top: 5vw;
    margin-left: 0;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-info {
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .info-title, .info-text {
    font-size: 17px;
  }

  .post-wrapper {
    padding-top: 6vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    max-width: 600px;
    margin-left: 0;
  }

  .overview-title {
    font-size: 21px;
  }

  .post-container {
    width: 100%;
    margin-left: 0%;
  }

  .post-cta-wrapper {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 8.61vw;
  }

  .post-cta, .next-post-wrapper {
    width: 100%;
    height: 50vw;
  }

  .blog-navlinks {
    display: none;
  }

  .collection-item {
    margin-bottom: 3vw;
  }

  .blog-navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

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

  .made-with-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 10vw;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .heading-lg {
    font-size: 11vw;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .div-hide.is--mobile, .div-hide.is--always {
    display: block;
  }

  .heading-md {
    font-size: 9vw;
  }

  .heading-sm {
    font-size: 7vw;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .container.flex-cc-v.is--s-hero {
    align-items: flex-start;
  }

  .container.flex-v {
    width: 90%;
  }

  .navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .m-nav-parent {
    display: none;
  }

  .m-nav-wrapper {
    justify-content: flex-end;
    padding-bottom: 5vw;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .project-site-img {
    display: none;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    top: 1%;
    bottom: auto;
    left: auto;
    right: -9%;
    transform: rotate(17.6deg);
  }

  .poster-img._3, .poster-img._2, .poster-img._1 {
    display: none;
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.services._1, .img-parent.services._2 {
    display: none;
  }

  .img-parent.services._3 {
    display: none;
    left: 3%;
  }

  .img-parent.services._4 {
    display: none;
    right: 0%;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .h-about-star {
    display: none;
  }

  .testimonial-author-img-parent, .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .cta-circle-1.is--post {
    top: 73%;
  }

  .cta-circle-2.is--post {
    top: -2%;
  }

  .footer.bg-white {
    padding: 6vw;
  }

  .logo-tag {
    display: none;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-link-grid {
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .m-hidden {
    display: none;
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .btn-wrapper.is--404 {
    margin-top: 3vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: -3%;
    left: 4%;
    right: auto;
    transform: rotate(-5.5deg);
  }

  .m-project-site-img.cc {
    display: none;
  }

  .label-1-wrapper {
    top: 5%;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .hero.is--services {
    height: auto;
    padding-bottom: 10vw;
  }

  .hero.is--home {
    width: 100%;
  }

  .hero-subtext {
    text-align: left;
    max-width: 32ch;
  }

  .label-services-wrapper {
    top: -14%;
  }

  .heading-line-wrapper.services-h2._2 {
    margin-top: 0;
  }

  .text-gradient {
    display: inline-block;
  }

  .split-text {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .text-column {
    margin-bottom: 4vw;
  }

  .split-section-wrapper {
    margin-top: 2vw;
  }

  .benefits-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .accordion-pane {
    padding: 5vw;
  }

  .accordion-pane._1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._2 {
    top: 25vw;
  }

  .accordion-pane._3 {
    top: 40vw;
  }

  .a-label-wrapper {
    margin-left: 4vw;
  }

  .accordion-btm-wrapper {
    flex-direction: column;
    margin-top: 5vw;
  }

  .a-item-wrapper {
    margin-top: 4vw;
  }

  .a-list-wrapper {
    width: 100%;
    margin-top: 5vw;
    padding-left: 3vw;
  }

  .a-description, .form {
    width: 100%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .utility-page-content {
    width: 90%;
  }

  .cc-img-1 {
    display: none;
  }

  .cc-img-2 {
    height: 70vw;
    top: -5%;
    right: -2%;
  }

  .blog-rich-text blockquote {
    border-left-width: 1vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .blog-nav {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .blog-hero-side {
    height: 60vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-hero-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 3vw 4%;
  }

  .blog-card_img-wrapper {
    width: 100%;
  }

  .card-link-wrapper {
    margin-top: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-link-line {
    margin-top: .25vw;
  }

  .post-hero_img-wrapper {
    height: 50vh;
    max-height: none;
  }

  .post-hero_content {
    margin-top: 5vw;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 3vw;
  }

  .content-info {
    grid-column-gap: 2vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2vw;
    display: grid;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .post-wrapper {
    padding-top: 8vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    width: 100%;
  }

  .post-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-buttons.is--cta {
    grid-template-rows: auto;
  }

  .next-post {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .post-cta, .next-post-wrapper {
    height: 70vw;
  }

  .blog-navlinks {
    display: none;
  }

  .next-post-title {
    font-size: 16px;
  }

  .blog-navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 12vw;
  }

  .super-text {
    font-size: 20vw;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

  .heading-lg {
    font-size: 15vw;
  }

  .heading-lg.blog-title {
    font-size: 12vw;
    line-height: 1.2;
  }

  .heading-md {
    font-size: 10vw;
  }

  .section.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section.is--bigger.about {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.is--form {
    padding-top: 20vw;
  }

  .section.s-intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .nav {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .container.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

  .navlink.is--blog {
    font-size: 10vw;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.m-nav {
    margin-top: 3vw;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .btn.is--form {
    padding: 4vw 10vw;
  }

  .btn.is--form.form-active {
    padding: 4vw 8.5vw;
  }

  .btn-text {
    font-size: 19px;
  }

  .burger-line-top.bg-white, .burger-line-btm.bg-white {
    background-color: var(--white);
  }

  .m-nav-wrapper {
    justify-content: center;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .hero-circle-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.is--aluce-circle-hero {
    width: 80vw;
    height: 90vw;
  }

  .img-parent.services._5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .h-services-person {
    opacity: 1;
    filter: invert();
    mix-blend-mode: normal;
    width: 30vw;
  }

  .testimonial {
    text-align: left;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }

  .testimonial-author-img-parent {
    flex: none;
    width: 18vw;
    height: 18vw;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .cta-circle-1.is--post {
    width: 26vw;
    top: auto;
    bottom: -5%;
    left: -2.6vw;
    right: auto;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .cta-circle-2.is--post {
    width: 30vw;
    top: -10%;
    left: auto;
    right: -10%;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .container {
    width: 90%;
  }

  .footer.bg-white {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer-link-grid {
    grid-column-gap: 2em;
    grid-row-gap: 5vw;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    justify-items: start;
    display: flex;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
    padding-top: 100px;
  }

  .btn-wrapper.is--404 {
    margin-top: 5vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .m-project-site-img.cc {
    display: none;
    bottom: -24%;
  }

  .hero.is--about {
    padding-bottom: 100vw;
  }

  .hero.is--services {
    height: auto;
    padding-top: 50vw;
  }

  .hero.is--work {
    height: auto;
    padding-top: 50vw;
    padding-bottom: 20vw;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .subpage-h1 {
    font-size: 15vw;
  }

  .subpage-h1.text-orange {
    color: var(--main);
  }

  .label-services-wrapper {
    top: -27%;
    left: 0%;
    right: auto;
    transform: rotate(0);
  }

  .sm-container {
    width: 90%;
  }

  .sm-container.text-center {
    text-align: left;
  }

  .benefits-grid {
    grid-row-gap: 10vw;
    margin-top: 8vw;
  }

  .contact-info-text {
    font-size: 6vw;
  }

  .aluce-circle-img {
    width: 100%;
    height: 100%;
  }

  .accordion-pane._2 {
    top: 28vw;
  }

  .accordion-pane._3 {
    top: 46vw;
  }

  .accordion-pane._4 {
    padding-bottom: 10vw;
  }

  .accordion-label-text {
    font-size: 9vw;
  }

  .a-label-wrapper {
    margin-left: 3vw;
  }

  .a-item-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .a-item-wrapper.first {
    margin-top: 4vw;
  }

  .work-label {
    width: 40vw;
    top: -20%;
    left: -2%;
    transform: rotate(8deg);
  }

  .form-wrapper {
    width: 100%;
  }

  .form-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .form-success {
    height: 80vh;
  }

  .form-navigation {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .form-progress {
    height: 3vw;
    margin-top: 6vw;
  }

  .form-slider {
    max-width: 100%;
    height: 70vw;
    margin-top: 20vw;
  }

  .form-slider.is--intro {
    max-width: 80vw;
    height: 110vw;
  }

  .form-slider.low-margin {
    height: 70vw;
    margin-top: 20vw;
    margin-bottom: 4vw;
  }

  .form-prev {
    width: 10vw;
    height: 10vw;
    top: 37.5%;
  }

  .prev-arrow {
    width: 8vw;
    height: 8vw;
  }

  .slider-slide_fill, .slider-slide_fill.is--intro {
    padding-bottom: 10vw;
  }

  .form-question {
    font-size: 8vw;
  }

  .form-question.text-center {
    color: black;
  }

  .text-form-field {
    height: 14vw;
    font-size: 8vw;
  }

  .form-text {
    margin-top: 3vw;
  }

  .form-text.text-center {
    color: var(--white);
  }

  .form-options-wrapper {
    margin-top: 5vw;
  }

  .option-label {
    font-size: 6vw;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .hero-h1 {
    text-align: left;
    padding-top: 50px;
    font-size: 12vw;
  }

  .image {
    width: 50vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .a-intro_circle {
    bottom: -2%;
  }

  .a-intro_circle.blue {
    left: 2%;
  }

  .a-intro_circle.blue._2 {
    right: 0%;
  }

  .a-intro_circle._2 {
    top: 18%;
    left: 3%;
  }

  .utility-page-content.is--password {
    width: 80%;
  }

  ._404-text {
    margin-top: .25em;
  }

  .cc-img-2 {
    z-index: 2;
    height: 90vw;
    top: -1%;
    right: -22%;
  }

  .blog-rich-text blockquote {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .a-link-text {
    white-space: nowrap;
  }

  .blog-nav {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .blog-hero-side {
    height: 90vh;
  }

  .blog-hero-side.featured {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 6vw 4% 8vw;
  }

  .blog-card_img-wrapper {
    width: 100%;
    height: 70vw;
  }

  .card-title {
    font-weight: 700;
  }

  .post-hero_img-wrapper {
    height: 40vh;
  }

  .post-hero_content {
    margin-top: 10vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .content-info {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 5vw;
  }

  .post-wrapper {
    padding-top: 10vw;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 12vw;
  }

  .next-post {
    padding-bottom: 8vw;
  }

  .post-cta {
    height: 110vw;
  }

  .post-cta-content {
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .next-post-wrapper {
    height: 110vw;
  }

  .blog-navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .blog-navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

  .body {
    overflow: hidden;
  }

  .made-with-label {
    display: none;
  }
}

#w-node-_99a638fd-e40f-26c5-01b7-0ce67641e654-249cc486, #w-node-_8c4184eb-87a4-c71f-0b3f-6021f01bde99-249cc486, #w-node-a99c53be-55b8-c7cd-432c-65736196ef9b-249cc486, #w-node-_9da995fb-6412-229b-c266-ad5a17dc5505-249cc48d, #w-node-_260cade2-d833-c2bd-1bca-59db8a6b8f14-249cc48d, #w-node-_3b1eedef-aaa4-7ec5-3206-d4e53f0639ee-249cc48d, #w-node-_7cd7b894-fe1c-69f3-7600-7f481a3db955-249cc48d, #w-node-f5c38c9c-2985-10be-f148-cffb834ace55-249cc48d, #w-node-f5c38c9c-2985-10be-f148-cffb834ace61-249cc48d, #w-node-f5c38c9c-2985-10be-f148-cffb834ace67-249cc48d, #w-node-_727e7a29-bedd-90b0-ce5c-08875472eaf6-249cc48d, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a6d-249cc48d, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a73-249cc48d, #w-node-_94988d8b-fa67-e660-d123-e7b09c05abd9-249cc48d, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e89-249cc48d, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e8f-249cc48d, #w-node-_8aa0df00-612e-b148-7fc9-b45c104a57f3-249cc48d, #w-node-bf618f8a-e2a4-f227-8056-da76e5d1c58a-249cc496, #w-node-_1afde665-2d2c-4e50-3781-22b6bd5f8720-249cc496, #w-node-_37496c11-251f-a224-7574-fe68ea200a26-249cc496, #w-node-f2c6dedc-4a09-3832-748b-c5cd646620d9-249cc496 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a8fef48c-b0b3-52dd-2db2-eece9c941d27-9c941d1b, #w-node-_9ee35ab0-4587-4bd1-f75c-ce6722deabe1-22deabd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}