html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
[hidden], template {
  display: none;
}
a {
  background-color: #0000;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
input.w-button {
  -webkit-appearance: button;
}
.w-optimization {
  display: contents;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-embed:after {
  clear: both;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333%;
}
.w-col-2 {
  width: 16.6667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.3333%;
}
.w-col-5 {
  width: 41.6667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.3333%;
}
.w-col-8 {
  width: 66.6667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.3333%;
}
.w-col-11 {
  width: 91.6667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
.w-container {
    max-width: 728px;
  }
.w-hidden-main {
    display: inherit !important;
  }
.w-hidden-medium {
    display: none !important;
  }
.w-col-medium-1 {
    width: 8.33333%;
  }
.w-col-medium-2 {
    width: 16.6667%;
  }
.w-col-medium-3 {
    width: 25%;
  }
.w-col-medium-4 {
    width: 33.3333%;
  }
.w-col-medium-5 {
    width: 41.6667%;
  }
.w-col-medium-6 {
    width: 50%;
  }
.w-col-medium-7 {
    width: 58.3333%;
  }
.w-col-medium-8 {
    width: 66.6667%;
  }
.w-col-medium-9 {
    width: 75%;
  }
.w-col-medium-10 {
    width: 83.3333%;
  }
.w-col-medium-11 {
    width: 91.6667%;
  }
.w-col-medium-12 {
    width: 100%;
  }
.w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
.w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }
.w-hidden-small {
    display: none !important;
  }
.w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
.w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
.w-col-small-1 {
    width: 8.33333%;
  }
.w-col-small-2 {
    width: 16.6667%;
  }
.w-col-small-3 {
    width: 25%;
  }
.w-col-small-4 {
    width: 33.3333%;
  }
.w-col-small-5 {
    width: 41.6667%;
  }
.w-col-small-6 {
    width: 50%;
  }
.w-col-small-7 {
    width: 58.3333%;
  }
.w-col-small-8 {
    width: 66.6667%;
  }
.w-col-small-9 {
    width: 75%;
  }
.w-col-small-10 {
    width: 83.3333%;
  }
.w-col-small-11 {
    width: 91.6667%;
  }
.w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
.w-container {
    max-width: none;
  }
.w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }
.w-hidden-tiny {
    display: none !important;
  }
.w-col {
    width: 100%;
  }
.w-col-tiny-1 {
    width: 8.33333%;
  }
.w-col-tiny-2 {
    width: 16.6667%;
  }
.w-col-tiny-3 {
    width: 25%;
  }
.w-col-tiny-4 {
    width: 33.3333%;
  }
.w-col-tiny-5 {
    width: 41.6667%;
  }
.w-col-tiny-6 {
    width: 50%;
  }
.w-col-tiny-7 {
    width: 58.3333%;
  }
.w-col-tiny-8 {
    width: 66.6667%;
  }
.w-col-tiny-9 {
    width: 75%;
  }
.w-col-tiny-10 {
    width: 83.3333%;
  }
.w-col-tiny-11 {
    width: 91.6667%;
  }
.w-col-tiny-12 {
    width: 100%;
  }
}
.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
.w-nav-brand {
    padding-left: 10px;
  }
}
.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}
.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}
.w-richtext figure {
  max-width: 60%;
  position: relative;
}
.w-richtext figure > div:before {
  cursor: default !important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}
.w-richtext figure div {
  color: #0000;
  font-size: 0;
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}
.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}
.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  float: right;
  position: relative;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}
.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}
@media screen and (max-width: 991px) {
.w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
.w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
.w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
.w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
.w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
.w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
.w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w--tab-active {
  display: block;
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.wf-layout-layout {
  display: grid;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/Satoshi-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
:root {
  --color--white: #f0f0e8;
  --font--primary: Satoshi, sans-serif;
  --color--dark: #131318;
  --body--regular: 1.25rem;
  --body--small: .95rem;
  --color--blue: #4f11ff;
  --color--taupe: #333338;
  --color--charcoal\<deleted\|variable-abd37bc9-76ac-8239-2835-451e32934a8f\>: #292824;
  --color--transparentblack: #1b1b1b00;
  --color--green: #99c306;
  --color--stroke: #ccc;
  --body--large: 1.25rem;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}
.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
@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(--color--white);
  font-family: var(--font--primary);
  color: var(--color--dark);
  font-size: var(--body--regular);
  font-weight: 400;
  line-height: 130%;
}
h1 {
  font-family: var(--font--primary);
  color: var(--color--dark);
  letter-spacing: -8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 8vw;
  font-weight: 900;
  line-height: .9em;
}
h2 {
  font-family: var(--font--primary);
  color: var(--color--dark);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 100%;
}
h3 {
  font-family: var(--font--primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 110%;
}
h4 {
  font-family: var(--font--primary);
  color: var(--color--dark);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 110%;
}
h5 {
  font-family: var(--font--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 115%;
}
h6 {
  font-family: var(--font--primary);
  color: var(--color--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5rem;
}
p {
  font-family: var(--font--primary);
  color: var(--color--dark);
  margin-bottom: 20px;
  line-height: 130%;
}
a {
  color: var(--color--blue);
  text-decoration: underline;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
.container {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.container.small {
  max-width: 900px;
}
.small-text {
  color: var(--color--taupe);
  font-family: Satoshi, sans-serif;
  font-size: var(--body--small);
  font-weight: 400;
  line-height: 140%;
}
.service-block {
  text-align: left;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.service-logo {
  height: 80px;
  margin-bottom: 20px;
}
.para-regular {
  color: var(--color--dark);
}
.works-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.work-image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.full-width-image {
  object-fit: cover;
  width: 100%;
}
.work-overview {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.footer-blocks {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--color--charcoal\<deleted\|variable-abd37bc9-76ac-8239-2835-451e32934a8f\>);
  background-color: var(--color--transparentblack);
  color: var(--color--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  text-decoration: none;
  display: flex;
}
.footer-blocks.small {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--color--white);
  justify-content: center;
  align-items: center;
}
.footer-blocks.social-block {
  display: none;
}
.social-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}
.footer-logo-wrap {
  background-color: var(--color--dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}
.footer-content-block {
  text-align: center;
}
.button {
  background-color: var(--color--dark);
  color: var(--color--green);
  font-family: Satoshi, sans-serif;
  font-size: var(--body--small);
  letter-spacing: 0;
  background-image: url("/assets/img/green-arrow.svg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding: .75rem 4rem .75rem 3rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}
.button:hover {
  background-color: var(--color--blue);
  color: var(--color--white);
}
.para-large {
  color: var(--color--dark);
  letter-spacing: -2px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 110%;
}
.para-medium {
  color: var(--color--taupe);
  font-family: Satoshi, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 120%;
}
.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.team-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}
.team-image {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
}
.calender-image {
  width: 100%;
  margin-bottom: 6px;
}
.detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}
.work-collection-wrapper {
  background-color: #0000;
}
.work-brief-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  display: flex;
}
.work-gallery-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.work-gallery {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.footer-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}
.footer-text-space {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: Satoshi, sans-serif;
  font-size: var(--body--small);
  font-weight: 400;
}
.footer-link {
  color: #f9f9fa;
  font-size: 1em;
  transition: all .2s;
}
.footer-link:hover {
  color: #e16338;
  text-decoration: underline;
}
.footer-link.w--current {
  color: #e16338;
}
.footer-link.ex-link {
  color: var(--color--green);
}
.footer-link.ex-link:hover {
  color: var(--color--white);
}
.service-second-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: grid;
}
.green {
  color: var(--color--green);
}
.hero-content {
  text-align: left;
  align-self: center;
}
.center {
  text-align: center;
}
.block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}
.half-width {
  width: 50%;
}
.image {
  width: 100%;
}
.spacer {
  height: 50px;
}
.title-link {
  text-decoration: none;
}
.title-link:hover {
  color: var(--color--stroke);
  text-decoration: underline;
}
.center-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.blog-post-list {
  width: 100%;
}
.blog-post-list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}
.blog-post-block {
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}
.blog-image {
  border-radius: 5px;
  margin-bottom: 20px;
}
.hero-section {
  background-color: var(--color--blue);
  background-image: url("/assets/img/pattern.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 8em;
  padding-bottom: 12em;
}
.hero-text-info {
  color: var(--color--white);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.hero-text-block {
  font-size: var(--body--regular);
  width: 300px;
}
.space-between {
  margin-top: 140px;
  margin-bottom: 140px;
}
.about-snippet {
  background-color: var(--color--blue);
  color: var(--color--white);
  padding-top: 100px;
  padding-bottom: 100px;
}
.clients-list {
  text-align: center;
  flex-flow: column;
  display: flex;
}
.white {
  color: var(--color--white);
  letter-spacing: 0;
}
.white.top-title {
  letter-spacing: -5px;
}
.footer {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--color--dark);
  color: var(--color--white);
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}
.our-approach-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
}
.inner-hero {
  background-color: var(--color--blue);
  color: var(--color--white);
  padding-top: 60px;
  padding-bottom: 60px;
}
.approach-list {
  border: 1px solid var(--color--stroke);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
}
.call-to-action {
  border: 1px solid var(--color--stroke);
  padding: 30px;
}
.timeline-date.left {
  text-align: right;
}
.timeline-track {
  background-color: var(--color--stroke);
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}
.large-spacer {
  width: 100%;
  height: 64px;
}
.timeline-dot {
  z-index: 1;
  border: 4px solid var(--color--green);
  background-color: var(--color--blue);
  border-radius: 99px;
  width: 35px;
  height: 35px;
  position: relative;
}
.timeline-progress {
  z-index: 1;
  background-color: var(--color--blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}
.timeline-grid-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.timeline-image {
  object-fit: cover;
  width: 100%;
}
.timeline-track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
.small-spacer {
  width: 100%;
  height: 20px;
}
.timeline-detail {
  text-align: left;
  padding-bottom: 140px;
}
.timeline-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}
.heading-small {
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.25em;
}
.about-cell {
  justify-content: center;
  align-items: center;
}
.home-about-image {
  margin-top: 100px;
  margin-bottom: -200px;
  padding-left: 0;
  padding-right: 0;
}
.hero-columns {
  margin-top: 100px;
}
.button-simple {
  background-color: var(--color--transparentblack);
  color: var(--color--dark);
  font-size: var(--body--small);
  background-image: url("/assets/img/arrow-dark.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 20px 0 0;
  text-decoration: underline;
}
.button-simple:hover {
  text-decoration: none;
}
.testimonials-list {
  margin-top: 20px;
  margin-bottom: 100px;
}
.client-logo-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.header-main {
  z-index: 5;
  background-color: var(--color--blue);
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.navbar-brand {
  width: 145px;
}
.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}
.nav-link {
  color: var(--color--white);
  font-size: var(--body--small);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.nav-link:hover {
  color: var(--color--green);
}
.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}
.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}
.nav-dropdown-toggle {
  color: var(--color--white);
  font-size: var(--body--small);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  line-height: 20px;
}
.nav-dropdown-toggle:hover {
  color: var(--color--green);
}
.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--color--green);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}
.nav-dropdown-icon {
  margin-right: 10px;
}
.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}
.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  width: 150px;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.nav-dropdown-link:hover {
  color: var(--color--blue);
}
.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--color--blue);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}
.nav-dropdown-link.w--current {
  background-color: var(--color--green);
  color: var(--color--dark);
}
.nav-button-wrapper {
  margin-left: 20px;
}
.button-primary {
  background-color: var(--color--green);
  color: var(--color--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}
.button-primary:hover {
  background-color: var(--color--dark);
  color: #fff;
}
.button-primary:active {
  background-color: #43464d;
}
.image-small-testimony {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.testimonials-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}
.contact-form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  transform: rotate(0);
}
.form {
  display: block;
}
.testimony-large-image {
  object-fit: cover;
  width: 175px;
  height: 120px;
}
.collection-list {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}
.pricing-feature-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.pricing-list-item {
  background-image: url("/assets/img/list-arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style: none;
}
.price-amount {
  letter-spacing: -3px;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}
.price-final-info {
  color: #1c1d20;
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.price-info {
  color: var(--color--blue);
  font-size: var(--body--small);
}
.pricing-grid {
  padding: 0;
}
.pricing-feature {
  color: #1c1d20;
  white-space: normal;
  margin-top: 15px;
  padding-left: 0;
  list-style-type: none;
}
.pricing-cell {
  background-color: #fff;
  padding: 30px;
}
.button-full-width {
  background-color: var(--color--dark);
  color: var(--color--green);
  text-align: center;
  border-radius: 40px;
  width: 100%;
  padding: 15px 40px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .4s;
}
.button-full-width:hover {
  border-color: var(--color--dark);
  background-color: var(--color--green);
  color: var(--color--dark);
}
.pricing-number {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}
.process-grid {
  margin-top: 20px;
  padding: 0;
}
.process-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  padding: 30px;
}
.paragraph-small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.process-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}
.process-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 100px;
  display: flex;
}
.div-block {
  margin-left: -10px;
  padding-right: 0;
}
.image-2 {
  width: 250px;
}
.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}
.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
@media screen and (min-width: 1920px) {
.service-logo {
    display: block;
  }
.footer-text-space {
    color: #d3d3d2;
  }
.footer-link:hover {
    color: #e16338;
  }
.white {
    letter-spacing: 0;
  }
.image-2 {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
body {
    font-size: var(--body--regular);
  }
h1 {
    letter-spacing: -2px;
    font-size: 7vw;
  }
h2 {
    letter-spacing: -1px;
    font-size: 3em;
  }
h3 {
    font-size: 2.75em;
  }
h5 {
    font-size: 3.5vw;
  }
p {
    font-size: var(--body--regular);
  }
.container {
    padding-left: 40px;
    padding-right: 40px;
  }
.service-block {
    padding: 20px;
  }
.para-regular {
    font-size: 1em;
  }
.works-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }
.work-card {
    border-radius: 8px;
  }
.work-image-wrap {
    border-radius: 6px;
  }
.work-overview {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
.footer-contact {
    grid-template-columns: 1fr 1fr;
  }
.para-large {
    font-size: 3rem;
  }
.para-medium {
    font-size: 1.2rem;
  }
.service-second-grid {
    grid-template-columns: 1fr 1fr;
  }
.block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }
.half-width {
    width: 100%;
  }
.blog-post-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
.hero-section {
    background-position: 100% 100%;
    background-size: 30%;
    padding-top: 5em;
    padding-bottom: 7em;
  }
.space-between {
    margin-top: 100px;
    margin-bottom: 100px;
  }
.about-snippet {
    margin-bottom: 100px;
  }
.white.top-title {
    letter-spacing: -3px;
  }
.footer {
    padding-top: 60px;
  }
.timeline-grid {
    grid-column-gap: 0em;
  }
.heading-small {
    font-size: 3.5em;
    line-height: 1em;
  }
.nav-menu-wrapper {
    background-color: #0000;
  }
.nav-menu {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }
.nav-link {
    color: var(--color--dark);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.nav-dropdown-toggle {
    color: var(--color--dark);
    padding-left: 20px;
    padding-right: 40px;
  }
.nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }
.nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }
.menu-button {
    background-color: var(--color--green);
    padding: 10px 12px;
  }
.menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
.list-item {
    width: 100%;
    list-style-type: none;
    display: flex;
  }
.contact-form {
    padding: 40px;
  }
.collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
.button-full-width {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
.process-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 60px;
    display: flex;
  }
.process-columns.revert {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
body {
    font-size: var(--body--small);
  }
h1 {
    font-size: 8.8vw;
  }
h2 {
    font-size: 2.5em;
  }
h3 {
    letter-spacing: 0;
    font-size: 2em;
  }
h5 {
    font-size: 4.5vw;
  }
p {
    font-size: var(--body--regular);
  }
.container {
    padding-left: 20px;
    padding-right: 20px;
  }
.para-regular {
    font-size: 1em;
  }
.works-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }
.work-card {
    border-radius: 5px;
  }
.work-image-wrap {
    border-radius: 4px;
  }
.footer-blocks {
    padding-left: 40px;
    padding-right: 40px;
  }
.para-large {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }
.team-grid {
    grid-template-columns: 1fr;
  }
.schedule-form {
    width: 60%;
  }
.work-brief-detail {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }
.service-second-grid {
    grid-template-columns: 1fr 1fr;
  }
.center-cell {
    justify-content: space-between;
    align-items: stretch;
  }
.blog-post-list-wrapper {
    grid-template-columns: 1fr;
  }
.space-between {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.inner-hero {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
.approach-list {
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }
.timeline-date, .timeline-date.left {
    display: none;
  }
.large-spacer {
    height: 50px;
  }
.timeline-dot {
    width: 20px;
    height: 20px;
  }
.timeline-progress {
    inset: 0% auto auto 2.5em;
  }
.timeline-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
.timeline-detail {
    padding-top: 25px;
    padding-bottom: 25px;
  }
.timeline-grid {
    grid-template-columns: 5em 1fr;
  }
.heading-small {
    letter-spacing: -1px;
  }
.home-about-image {
    margin-top: 30px;
  }
.client-logo-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.navbar-brand {
    padding-left: 0;
  }
.nav-menu-wrapper {
    margin-top: 0;
  }
.nav-menu {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
  }
.nav-link {
    display: inline-block;
  }
.nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }
.nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }
.nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }
.mobile-margin-top {
    margin-top: 10px;
  }
.button-primary {
    margin-bottom: 10px;
    margin-left: 10px;
  }
.collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.pricing-list-item {
    background-size: 19px;
  }
.button-full-width {
    font-size: 1rem;
    line-height: 1rem;
  }
.process-grid {
    margin-top: 10px;
  }
.process-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.process-columns {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
h1 {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 2.5em;
    line-height: 1.125em;
  }
h2 {
    font-size: 2.5em;
  }
h3 {
    font-size: 1.85em;
  }
h4 {
    font-size: 1.25em;
  }
h5 {
    font-size: 6vw;
  }
p {
    font-size: var(--body--regular);
  }
.service-logo {
    display: block;
  }
.works-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.footer-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }
.footer-blocks {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
.social-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
.footer-logo-wrap {
    width: 50px;
    height: 50px;
  }
.para-large {
    letter-spacing: -.25px;
    font-size: 1.5rem;
  }
.schedule-form {
    width: 100%;
  }
.work-brief-detail {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
.work-gallery-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.footer-info-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.footer-ex-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.service-second-grid {
    grid-template-columns: 1fr;
  }
.spacer {
    height: 20px;
  }
.work-card-wrapper {
    margin-bottom: 2em;
  }
.blog-post-list-wrapper {
    grid-template-columns: 1fr;
  }
.hero-section {
    padding-top: 3em;
    padding-bottom: 5em;
  }
.hero-text-info {
    margin-bottom: 40px;
  }
.white.top-title {
    letter-spacing: -2px;
  }
.inner-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.timeline-dot {
    width: 1.2rem;
    height: 1.2rem;
  }
.timeline-progress {
    left: 1.5em;
  }
.timeline-grid {
    grid-column-gap: 0em;
    grid-template-columns: 3em 1fr;
  }
.heading-small {
    font-size: 3em;
    line-height: .9em;
  }
.client-logo-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.nav-menu {
    flex-direction: column;
  }
.nav-button-wrapper {
    width: auto;
  }
.contact-form {
    padding: 20px;
  }
.pricing-list-item {
    background-size: 19px;
  }
.price-amount {
    font-size: 45px;
  }
.pricing-cell {
    padding: 20px;
  }
.button-full-width {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
  }
.pricing-number {
    margin-bottom: 0;
  }
.process-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }
}
#w-node-_84fb3ffb-8ac2-8170-c84a-e2ee01263f8a-378c44b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#w-node-c5b19b71-6599-6979-e7e8-81667e6f6815-7e6f67e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-a842a7a9-e233-e2aa-5879-db150f7b45a2-7e6f67e5 {
  place-self: center end;
}
#w-node-a842a7a9-e233-e2aa-5879-db150f7b45a3-7e6f67e5, #w-node-a842a7a9-e233-e2aa-5879-db150f7b45a4-7e6f67e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_93813d4c-4bc7-29e0-1f3d-731a6076633e-60766338 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
#w-node-_93813d4c-4bc7-29e0-1f3d-731a60766354-60766338, #w-node-_93813d4c-4bc7-29e0-1f3d-731a6076635f-60766338, #w-node-_86a86d22-2e03-7839-90df-224996abfc0a-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc0d-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc0f-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc1a-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc25-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc27-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc2a-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc2d-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc2f-378c44b6, #w-node-d43fca88-6c66-b7dc-58e2-2ec6442f4b60-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc45-378c44b6, #w-node-_0a9970a1-e268-e25a-9643-7e5d2d27d38b-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc47-378c44b6, #w-node-ef5bf864-adf6-4226-8342-ef7a77e104b9-378c44b6, #w-node-_86a86d22-2e03-7839-90df-224996abfc3a-378c44b6, #w-node-_63bee5af-3f34-4ded-90e5-1e057784cd1e-378c44b6, #w-node-_7206fe18-b83e-b31e-3c11-a102d9aba24c-378c44b6, #w-node-cac089bb-3299-7f0d-23a8-04d14c0ec139-378c44b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0d9a1986-2448-d512-3f18-5e0291ad1b44-378c44ba {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}
#w-node-e99fe8e9-0c4d-d604-c681-4dcd28e33ca7-378c44ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_647be708-1a8a-c795-670b-b626e634a910-378c44be, #w-node-be468def-1c12-5d78-ea98-35b1b451e607-378c44bf, #w-node-fbef023b-28b3-154f-074f-83861725d5e7-378c44c0, #w-node-_36f99956-97d3-e99a-6064-e536986d1902-378c44c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#w-node-_9043f9a5-f4ab-ff2f-053f-2290b67d6250-378c44c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c865-378c44c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c866-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c882-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c89e-378c44c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_667e927e-fdef-34c9-275c-471017f47ae6-378c44c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
#w-node-_84fb3ffb-8ac2-8170-c84a-e2ee01263f8a-378c44b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
#w-node-_0d9a1986-2448-d512-3f18-5e0291ad1b44-378c44ba {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }
#w-node-_647be708-1a8a-c795-670b-b626e634a910-378c44be, #w-node-be468def-1c12-5d78-ea98-35b1b451e607-378c44bf, #w-node-fbef023b-28b3-154f-074f-83861725d5e7-378c44c0, #w-node-_36f99956-97d3-e99a-6064-e536986d1902-378c44c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c865-378c44c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c866-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c882-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c89e-378c44c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_667e927e-fdef-34c9-275c-471017f47ae6-378c44c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
#w-node-_667e927e-fdef-34c9-275c-471017f47ae7-378c44c8, #w-node-_667e927e-fdef-34c9-275c-471017f47af0-378c44c8, #w-node-_667e927e-fdef-34c9-275c-471017f47af9-378c44c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
#w-node-_86a86d22-2e03-7839-90df-224996abfc1a-378c44b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_86a86d22-2e03-7839-90df-224996abfc25-378c44b6 {
    grid-area: 2 / 1 / 3 / 2;
  }
#w-node-_86a86d22-2e03-7839-90df-224996abfc2d-378c44b6 {
    grid-area: 3 / 1 / 4 / 2;
  }
#w-node-d43fca88-6c66-b7dc-58e2-2ec6442f4b60-378c44b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_86a86d22-2e03-7839-90df-224996abfc45-378c44b6 {
    grid-area: 4 / 1 / 5 / 2;
  }
#w-node-ef5bf864-adf6-4226-8342-ef7a77e104b9-378c44b6 {
    grid-area: 5 / 1 / 6 / 2;
  }
#w-node-_86a86d22-2e03-7839-90df-224996abfc3a-378c44b6, #w-node-e99fe8e9-0c4d-d604-c681-4dcd28e33ca7-378c44ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c865-378c44c7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
#w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c866-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c882-378c44c7, #w-node-db83ebbc-ca8c-bb59-cdb1-1f2c2f88c89e-378c44c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-_667e927e-fdef-34c9-275c-471017f47ae6-378c44c8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
#w-node-_667e927e-fdef-34c9-275c-471017f47ae7-378c44c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 479px) {
#w-node-c5b19b71-6599-6979-e7e8-81667e6f6815-7e6f67e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#w-node-a842a7a9-e233-e2aa-5879-db150f7b45a2-7e6f67e5 {
    justify-self: start;
  }
#w-node-e99fe8e9-0c4d-d604-c681-4dcd28e33ca7-378c44ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#w-node-_647be708-1a8a-c795-670b-b626e634a910-378c44be, #w-node-be468def-1c12-5d78-ea98-35b1b451e607-378c44bf, #w-node-fbef023b-28b3-154f-074f-83861725d5e7-378c44c0, #w-node-_36f99956-97d3-e99a-6064-e536986d1902-378c44c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

/* ---- Owlborn additions (replaces Webflow runtime) ---- */
.menu-button { display: none; line-height: 0; }
.menu-button svg { width: 24px; height: 24px; display: block; }
.menu-button[aria-expanded="true"] { background-color: #a6b1bf; }
@media screen and (max-width: 991px) {
  .menu-button { display: block; }
  .nav-menu-wrapper { display: none; position: absolute; top: 100%; left: 0; right: 0; }
  .nav-menu-wrapper.is-open { display: block; }
}
@keyframes ob-fade-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.process-block { animation: ob-fade-in .6s ease both; }
.process-block:nth-child(2) { animation-delay: .1s; }
@media (prefers-reduced-motion: reduce) { .process-block { animation: none; } }
.contact-details { display: flex; flex-direction: column; gap: 12px; }
.contact-details a { color: var(--color--blue); }
