@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-mediumitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfizia;
  src: url('../fonts/sfizia-regularitalicno.2-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfizia;
  src: url('../fonts/sfizia-regularitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chaney Webfont;
  src: url('../fonts/chaney-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chaney Wide Webfont;
  src: url('../fonts/chaney-wide-webfont.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chaney Extended Webfont;
  src: url('../fonts/chaney-extended-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chaney Ultraextended Webfont;
  src: url('../fonts/chaney-ultraextended-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --broken-white: #ede7df;
  --creme-heading: #ebe6e0;
  --primary--dark: #09282e;
  --white: #f9f7f5;
  --radius-s: 20px;
  --20px: 20px;
  --background: #21292b;
  --blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>: #2c4375;
  --primary--light: #0096ff;
  --secondary-dark: #21252b;
  --accent-light: #c885d5;
  --secondary-medium: #f36602;
  --primary--border: #d9dada;
  --secondary-light: #f6cbac;
  --accent-dark: #5c3621;
  --outer-page-margin: 5vw;
  --button-ga: 20px;
  --100: 100%;
  --line-color: #373e40;
  --primary--lighter: #7eb4d9;
  --gap-20: 0px;
  --button-y: 8px;
  --button-x: 10px;
  --button-gap: var(--20px);
  --h1: Sfizia, "Times New Roman", sans-serif;
  --paragraph: "Safiro Webfont", Verdana, sans-serif;
}

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

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

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

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

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

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

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

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

.w-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(--broken-white);
  color: #07424d;
  font-family: Strawford, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: all .2s;
}

h1 {
  max-width: 20ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Chaney Webfont, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Chaney Webfont, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--creme-heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Strawford, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Strawford, Arial, sans-serif;
  font-weight: 400;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.opac-20 {
  opacity: .2;
}

.pl-2-5 {
  padding-left: .625rem;
}

.h-100vh {
  height: 100vh;
}

.text-4xl {
  font-size: 1.875rem;
}

.h-40vh {
  height: 40vh;
}

.pill {
  background-color: var(--primary--dark);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/rectangle-4645_1rectangle-4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px 6px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 1px 1px 6px #0000001a;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.md-optional.sg {
  background-color: #0076ff;
  padding-left: 2px;
  padding-right: 2px;
}

.pl-5 {
  padding-left: 1.5rem;
}

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

.checkbox {
  opacity: .35;
}

.checkbox.scale-down {
  filter: grayscale();
  margin-top: 0;
  transition: all .2s;
  transform: scale(1);
}

.checkbox.scale-down:hover {
  opacity: 1;
}

.text-succes {
  color: #00a83e;
}

.mb-2-5 {
  margin-bottom: .625rem;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-horiz-cc-2.form {
  border-radius: 10px;
  flex-direction: column;
  width: 500px;
}

.sg-width {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pt-2-5 {
  padding-top: .625rem;
}

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

.opac-40 {
  opacity: .4;
}

.text-shadow {
  text-shadow: 1px 1px 10px #00000080;
}

.mx-2-5 {
  margin-left: .625rem;
  margin-right: .625rem;
}

._w-10vw {
  width: 10vw;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col._w-25pct {
  width: 25%;
}

.col._w-50pct {
  width: 50%;
}

.col._w-30pct {
  width: 30%;
}

.col._w-75pct {
  width: 75%;
}

.col.footercol {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--20px);
  background-color: var(--background);
  flex-flow: row;
  justify-content: space-between;
}

.col.flex-horiz-dist-ce {
  flex-flow: row;
  margin-bottom: 0;
}

.col.card.flex-verti-ss.blue {
  background-color: var(--primary--light);
}

.h-50vh {
  height: 50vh;
}

.text-warning {
  color: #ffd84a;
}

.bg-succes {
  background-color: #00a83e;
}

._w-10 {
  width: 10px;
}

._w-25vw {
  width: 25vw;
}

._w-80vw {
  width: 80vw;
}

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

.space-10 {
  min-width: 2.5rem;
  min-height: 2.5rem;
}

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

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.p-10 {
  padding: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.bgs-base {
  background-color: var(--accent-light);
}

.drop-shadow-md {
  box-shadow: 0 0 15px #0003;
}

.bg-grad-misc {
  background-image: linear-gradient(326deg, var(--primary--light), #1d4ed830);
}

._w-20 {
  width: 20px;
}

.p2-5 {
  padding: .625rem;
}

.btn-menu {
  opacity: .83;
  color: #f0e6da;
  text-shadow: 0 1px 1px #00000059;
  background-color: #3898ec00;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .225s;
}

.btn-menu:hover {
  background-color: var(--background);
  opacity: 100;
}

.btn-menu.w--current {
  opacity: 100;
  color: var(--white);
  background-image: url('../images/rectangle-4645_1rectangle-4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  padding-right: 10px;
}

.btn-menu.dropdown {
  display: none;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.blur {
  filter: blur(8px);
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
}

.caption.margined {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 8px;
}

.mt-2-5 {
  margin-top: .625rem;
}

.text-no-wrap {
  white-space: nowrap;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.border-white {
  border: 1px solid #fff;
}

.h-10vh {
  height: 10vh;
}

.styleguide-row {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.styleguide-row.bg-lighter {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

.bg-warning {
  background-color: #ca6f15;
}

.text-menu {
  color: #797979;
  text-decoration: none;
}

.text-menu:hover {
  color: #000;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.sg-text-container {
  background-color: #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  min-width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000026;
}

.text-dark {
  color: var(--secondary-dark);
}

.text-6xl {
  font-size: 3rem;
}

.opac-80 {
  opacity: .8;
}

.py-2-5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.text-3xl {
  max-width: 500px;
  font-size: 1.5rem;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

._w-60vw {
  width: 60vw;
}

.my-2-5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.form-label {
  text-transform: none;
  font-weight: 500;
}

.container-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
}

.styleguide-type-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.flex-verti-st-cent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wh-15 {
  width: 15px;
  height: 15px;
}

.styleguide-block-parent {
  background-color: #fff;
  border-radius: 5px;
  width: 20%;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001f;
}

.styleguide-block-parent.md-placeholder {
  background-image: linear-gradient(#0000 65%, #fff 66%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px #1c4ed878;
}

.text-link.w--current {
  color: #4d18ff;
}

.space-20vh {
  height: 20vh;
}

.wh-100-cover {
  min-width: 100%;
  min-height: 100%;
}

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

.wrapper.flex-horiz-c-start.gap-10.menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 10px 20px;
}

.wrapper.flex-verti-ss {
  width: 100%;
}

.blur-sm {
  filter: blur(4px);
}

.text-shadow-darker {
  text-shadow: 1px 1px 10px #000;
}

.pr-0-25 {
  padding-right: .625rem;
}

.flex-verti-cent-s {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.text-shadow-dark {
  text-shadow: 1px 1px 10px #000000bf;
}

.text-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bgp-darker {
  background-color: var(--background);
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.styleguide-block-label {
  min-width: 100px;
  margin-right: 20px;
}

.backdrop-br-50 {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}

.sgtext-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 32px 10px 20px;
  display: flex;
}

.h-75vh {
  height: 75vh;
}

.wh-10 {
  width: 10px;
  height: 10px;
}

.bgp-light {
  background-color: var(--broken-white);
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pr-5 {
  padding-right: 1.5rem;
}

.m-5 {
  margin: 1.5rem;
}

.px-10vh {
  padding-left: 10vh;
  padding-right: 10vh;
}

.bg-black {
  background-color: #000;
}

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

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

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

.h-20 {
  height: 20px;
}

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

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h-40 {
  height: 40px;
}

.ml-2-5 {
  margin-left: .625rem;
}

.divider {
  background-color: #0000000f;
  min-width: 100%;
  height: 1px;
}

.h-10 {
  height: 10px;
}

.invert {
  filter: invert();
}

.form-field {
  color: #000;
  background-color: #fff0;
  border: 2px solid #0003;
  border-radius: 5px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c;
}

.form-field:focus {
  color: #fff;
  border-color: #00000091;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: #fff;
}

.form-field::placeholder {
  color: #00000096;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.form-field.white {
  color: #fff;
  border-color: #fff3;
}

.form-field.white:hover {
  border-color: #ffffff80;
}

.form-field.white:focus {
  border-color: #fff;
}

.form-field.white::placeholder {
  color: #fff;
}

.opac-60 {
  opacity: .6;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.text-highlight.md-spacing {
  min-height: 110px;
}

.mr-2-5 {
  margin-right: .625rem;
}

.drop-shadow-lg {
  box-shadow: 1px 1px 5px #0000000d, 0 0 20px #00000040;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

._w-75vw {
  width: 75vw;
}

.text-2xs {
  font-size: .5rem;
}

.text-xl {
  font-size: 1.125rem;
}

.text-ch-max50 {
  max-width: 50ch;
}

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

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

._w-5vw {
  width: 5vw;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.styleguide-sidepanel {
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px #00000024;
}

.tect-ch-max10 {
  max-width: 10ch;
}

.flex-verti-end-cent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.text-9xl {
  font-size: 6rem;
}

.form.gap-10-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.drop-shadow {
  box-shadow: 0 0 10px #00000026;
}

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

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

._w-100 {
  width: 100px;
}

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

.drop-shadow-2xl {
  box-shadow: 1px 1px 15px #0000001a, 1px 1px 30px #00000059;
}

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

.pl-10 {
  padding-left: 2.5rem;
}

.pill-icon {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.blur-xl {
  filter: blur(200px);
}

.btn {
  background-color: var(--primary--dark);
  color: #fff;
  border-radius: 37px;
  justify-content: flex-start;
  align-items: center;
  min-width: 110px;
  min-height: 62px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.btn:hover {
  transform: scale(1.02)translate(0, -3px);
}

.btn.dark {
  background-color: #000;
  border-color: #000;
  font-weight: 500;
}

.btn.dark.text {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.btn.dark.outline {
  color: #000c;
  background-color: #0000;
}

.btn.dark.outline:hover {
  color: #fff;
  background-color: #000;
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.white.outline {
  color: #fff;
  background-color: #fff0;
}

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

.btn.white.text:hover {
  color: #60a5fa;
}

.btn.text {
  box-shadow: none;
  color: #4dace1;
  letter-spacing: 1px;
  background-color: #1c4ed800;
  border-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.btn.text:hover {
  color: #1d4ed8;
  border-color: #5858581c;
}

.btn.outline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--primary--border);
  color: var(--primary--dark);
  background-color: #1d4ed800;
}

.btn.outline:hover {
  color: var(--primary--light);
}

.mt-10 {
  margin-top: 2.5rem;
}

.p-10vh {
  padding: 10vh;
}

.text-description {
  color: gray;
  white-space: nowrap;
  object-fit: fill;
  font-size: 12px;
}

.text-primary {
  color: var(--primary--light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-s {
  margin-bottom: 0;
  font-size: .75rem;
}

.h-80vh {
  height: 80vh;
}

.space-2-5 {
  min-width: .625rem;
  min-height: .625rem;
}

.hide-computer {
  display: none;
}

.drop-shadow-sm {
  box-shadow: 0 0 5px #0000001a;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.text-base {
  color: var(--secondary-medium);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.card {
  border: 1px solid var(--primary--dark);
  border-radius: 20px;
  min-height: 100%;
  padding: 40px;
  overflow: hidden;
}

.card.horiz {
  display: flex;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pos-static {
  position: static;
}

.text-light {
  color: var(--secondary-light);
}

.btn-special-text {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       "Area-2 Area-3 Area-4 Area-5";
  place-content: center;
  place-items: stretch stretch;
}

.flex-horiz-c-start-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horiz-c-start-2.no-gap {
  margin-top: 5px;
  padding-left: 13px;
}

._w-40 {
  width: 40px;
}

.text-darker {
  color: #101827;
}

.section-grid {
  grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  grid-template-areas: ". Area"
                       ". Area-2";
}

.flex-horiz-dist-even {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1100px;
  min-height: 5px;
  display: flex;
}

.container.larger {
  width: 100%;
  min-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.container.larger.pl-10vw {
  padding-left: 10vw;
}

.container.large {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: none;
  display: grid;
}

.container.large.flex {
  display: flex;
}

.pb-2-5 {
  padding-bottom: .625rem;
}

.h-20vh {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 20svh;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 0 15px;
  display: flex;
}

.m-10 {
  margin: 2.5rem;
}

.px-2-5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

._w-40vw {
  width: 40vw;
}

.btn-special-icon-container {
  background-color: #fff;
  border: 1px solid #0000ff12;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: auto;
  min-height: 33px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 13px #0000000f;
}

.border-primary {
  border: 1px solid var(--primary--light);
}

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

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

.bg-grad {
  background-image: linear-gradient(0deg, var(--primary--dark), #0000);
}

.bg-grad.position-absolute {
  border-radius: var(--radius-s);
  background-image: linear-gradient(315deg, var(--primary--dark) 5%, #0000 61%);
  position: absolute;
  inset: 0%;
}

.bgp-base {
  background-color: var(--primary--light);
}

.text-error {
  color: #ff2f32;
}

.h-25vh {
  height: 25vh;
}

.text-8xl {
  font-size: 4.5rem;
}

.pos-relat {
  position: relative;
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.text-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
}

._w-50vw {
  width: 50vw;
}

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

._w-50 {
  width: 50px;
}

.flex-horiz-c-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bg-grad-dark {
  background-image: linear-gradient(to bottom, #0000001a, #0000001a), linear-gradient(328deg, var(--background), #13131300 84%);
}

.border-black {
  border: 1px solid #000;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.error-message {
  color: red;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  margin-top: 45px;
  position: absolute;
}

.space-10vh {
  min-height: 10svh;
}

.sepia {
  filter: sepia();
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-2xl {
  font-size: 1.25rem;
}

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

.div-block {
  height: 60vh;
}

.space-5 {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.text-7xl {
  font-size: 3.75rem;
}

.text-shadow-light {
  text-shadow: 1px 1px 10px #00000040;
}

.text-ch-max25 {
  max-width: 25ch;
}

.color-block {
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
  position: relative;
}

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

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

.wh-100 {
  width: 100px;
  height: 100px;
}

.border-base {
  border: 1px solid var(--secondary-medium);
}

.flexbox-2 {
  display: flex;
}

.stretch100x100 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-speciality {
  grid-column-gap: 10px;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to right, #fbfb9c66, #0000ff2b);
  border: 1px solid #eff4ff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -7px 4px 20px -6px #0003;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
}

.ml-5 {
  margin-left: 1.5rem;
}

.columns-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

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

.pt-5 {
  padding-top: 1.5rem;
}

.bg-error {
  background-color: #a80909;
}

.m-2-5 {
  margin: .625rem;
}

.h-5vh {
  height: 5vh;
}

.bg-white {
  background-color: #fff;
}

.text-xs {
  font-size: .65rem;
}

._w-100vw {
  width: 100vw;
}

.form-succes {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
}

.p-5 {
  padding: 1.5rem;
}

._w-20vw {
  width: 20vw;
}

.text-5xl {
  font-size: 2.25rem;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.flex-verti-ss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.light-section {
  float: right;
  width: 85%;
  position: relative;
  overflow: auto;
}

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

.flex-verti-st-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.mt-5 {
  margin-top: 1.5rem;
}

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

.drop-shadow-xl {
  box-shadow: 1px 1px 15px #00000014, 0 0 25px #0000004d;
}

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

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

.utility-sec.section.h-100vh {
  overflow: hidden;
}

.logo {
  width: 200px;
  height: 50px;
}

.styling {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.styling.dual-grad.is-c {
  display: flex;
}

.styling.overflow-ok {
  overflow: visible;
}

.styling.flex-bot {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav-sec.section {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.divider-vertical {
  width: 1px;
  height: 100%;
}

.divider-vertical.bg-grad-radial.opac-40 {
  margin-left: 10px;
}

.bg-grad-radial {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--broken-white), #fff0);
}

.hero-image {
  left: var(--outer-page-margin);
  top: var(--outer-page-margin);
  border-radius: var(--radius-s);
  width: 90vw;
  max-width: none;
  max-height: 100%;
  position: absolute;
  bottom: 0%;
}

.hero-image.l {
  aspect-ratio: auto;
  object-fit: cover;
  min-width: 90vw;
  height: 100%;
  min-height: 100%;
}

.logo-carousel-home {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--radius-s);
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-carousel-home.p-10 {
  padding-left: 4rem;
}

.logo-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.logo-carousel-fader {
  z-index: 2;
  background-image: linear-gradient(81deg, var(--background) 6%, #76818c00 45%, var(--background));
  position: absolute;
  inset: 0%;
}

.logo-strip {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  display: flex;
}

.logo-strip-img {
  object-fit: contain;
  width: 80px;
  height: 40px;
}

.trusted-by {
  white-space: nowrap;
}

.blotch-gray-dash {
  z-index: 3;
  background-color: var(--white);
  filter: blur(50px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 50px;
  height: 250px;
  margin-left: 20px;
  position: absolute;
  left: 98px;
  transform: rotateX(0)rotateY(-18deg)rotateZ(-34deg);
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.button {
  grid-column-gap: var(--button-ga);
  grid-row-gap: var(--button-ga);
  border: 1px solid var(--primary--dark);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px 20px 40px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button:hover {
  border-color: var(--primary--light);
  background-color: var(--primary--dark);
}

.button.is_smaller {
  padding: 10px 20px;
}

.button.is_smaller.absolute {
  position: absolute;
  inset: auto 20px 20px auto;
}

.blue-arrow-container {
  border-radius: var(--100);
  background-color: var(--primary--light);
  box-shadow: 0 0 10px 0 var(--primary--light);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.blue-arrow-container.is_smaller {
  width: 20px;
  height: 20px;
}

.button-text {
  color: var(--broken-white);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.button-text.is_smaller {
  font-size: 18px;
}

.image-sq {
  aspect-ratio: 2 / 3;
  border-radius: var(--radius-s);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-sq.filter-gray {
  filter: grayscale();
}

.blue-box {
  left: var(--outer-page-margin);
  border-top-left-radius: var(--radius-s);
  border-bottom-left-radius: var(--radius-s);
  background-color: var(--primary--light);
  width: 100%;
  height: 250px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.dienst-card {
  background-color: var(--broken-white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 250px;
  height: 400px;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.dienst-card:hover {
  transform: translate(0, -5px);
}

.dienst-heading {
  color: var(--primary--dark);
  font-size: 32px;
}

.dienst-subtitel {
  color: var(--primary--dark);
}

.footer-heading {
  font-size: 60px;
}

.footer-heading.text-center {
  font-size: 50px;
}

.moving-grad {
  background-image: linear-gradient(180deg, var(--background), #0278ffa3), radial-gradient(circle farthest-corner at 50% 50%, #05192ead, var(--background)), url('../images/giphy-4.gif');
  filter: blur(5px);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.moving-grad._2nd {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/giphy-4.gif');
  background-position: 0 0;
  background-size: cover;
}

.dual-grad {
  background-image: linear-gradient(90deg, var(--accent-light), var(--primary--light) 85%);
  filter: blur(100px);
  width: 500px;
  height: 100px;
}

.testimonial-bg {
  background-image: linear-gradient(180deg, #05192e00 9%, #e9754e42 40%, #05192e00 71%), linear-gradient(180deg, var(--background), #04458e4d 44%, var(--primary--light));
  position: absolute;
  inset: 0%;
}

.testimonial-dark-card {
  left: var(--outer-page-margin);
  top: 0%;
  right: var(--outer-page-margin);
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 70%;
  position: absolute;
  bottom: auto;
}

.testimonial-dark-card.is-bottom {
  left: var(--outer-page-margin);
  top: auto;
  right: var(--outer-page-margin);
  border-radius: var(--radius-s) var(--radius-s) 0px 0px;
  height: 25%;
  bottom: 0%;
}

.cta-heading {
  max-width: 25ch;
  font-size: 72px;
  position: relative;
}

.cta-heading.is-inactive {
  opacity: .18;
}

.faq-accordion-item {
  border: 1px solid var(--primary--dark);
  background-color: #16468e00;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  transition: all .275s;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.faq-accordion-item:hover {
  border-color: var(--primary--light);
  background-color: #16468e7d;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px 20px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.faq-heading {
  color: var(--broken-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon-arrow {
  background-image: url('../images/vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-paragraph-accordion {
  margin-bottom: 30px;
  line-height: 165%;
}

.faq-sec.section {
  height: auto;
  min-height: 800px;
}

.footer-bot-link-seperator {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--primary--dark) black black;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bot-link-seperator.mx-10 {
  border-top-color: #6b86ad26;
}

.credits {
  color: #85a2cec4;
  background-color: #3898ec00;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.diensten-sec.section {
  transition: all .2s;
}

.diensten-card.card {
  color: var(--broken-white);
  background-color: #16468e00;
}

.diensten-card.card:hover {
  border-color: var(--primary--light);
  background-color: #16468e1c;
}

.collection-item {
  flex: 0 auto;
  align-self: stretch;
  min-width: 50%;
  padding: 10px;
}

.hero-2-bg {
  position: absolute;
  inset: 0%;
}

.hero-2-bg.dual-grad.is_mid {
  top: 50%;
  left: 40vw;
}

.content-hero-image {
  border-radius: var(--radius-s);
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.decoration-dual-cta {
  margin-right: var(--outer-page-margin);
  margin-left: var(--outer-page-margin);
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.decoration-dual-cta.bottom {
  border-radius: var(--radius-s) var(--radius-s) 0px 0px;
  inset: auto 0% 0%;
}

.rich-dark {
  color: var(--primary--dark);
}

.testimolian-wrapper {
  grid-column-gap: var(--20px);
  grid-row-gap: var(--20px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-pic {
  aspect-ratio: 1;
  border: 2px solid var(--primary--light);
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.name-link {
  color: var(--primary--light);
  text-decoration: underline;
}

.testimolial-text {
  font-size: 26px;
}

.arrow {
  width: 15px;
  height: 20px;
}

.testimolian-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-link-2 {
  color: #0278ff;
  text-decoration: underline;
}

.slider-mask {
  background-color: var(--background);
}

.slier-arrow {
  color: var(--primary--light);
  height: 100px;
  inset: auto 0% -23% auto;
}

.slier-arrow.is_left {
  top: auto;
  left: 0%;
  right: auto;
}

.slider-nav {
  opacity: .67;
  bottom: -16%;
  transform: scale(.6);
}

.unordered-list {
  padding-left: 20px;
}

.heading {
  color: #f0e6da;
}

.heading-2 {
  color: var(--creme-heading);
}

.service-rich-text p {
  margin-bottom: 0;
  font-size: 24px;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: none;
  font-size: 58px;
}

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

.contact-image-bg {
  z-index: -1;
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.contact-image-cover {
  background-image: linear-gradient(90deg, var(--background) 8%, #1b31563b 60%, #2c437587);
  position: absolute;
  inset: 0%;
}

.noise {
  z-index: 10;
  opacity: .02;
  pointer-events: none;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.footer-card.container {
  z-index: 1;
  border: 1px solid var(--line-color);
  border-radius: var(--radius-s);
  background-color: var(--secondary-dark);
  width: 100vw;
  max-width: none;
  padding: 60px;
  overflow: hidden;
}

.footer-link {
  padding: 40px;
  position: relative;
}

.footer-heading-link {
  text-align: center;
}

.footer-hover-dot {
  opacity: 0;
  background-color: #ffffffad;
  border-radius: 0;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: auto 0% 19% 45%;
  transform: rotate(45deg);
}

.footer-menu {
  display: flex;
}

.footer-men {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.side-lines {
  border-right: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  position: absolute;
  inset: 0% 50px 50px;
}

.side-lines.is-mid {
  bottom: 0;
}

.side-lines.is-side {
  border-bottom-style: none;
  bottom: 0;
}

.side-lines.is-top {
  border-left-style: none;
  border-right-style: none;
  inset: auto 50px 0%;
}

.footer-credits {
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph {
  font-family: Safiro Webfont, Verdana, sans-serif;
  font-weight: 400;
}

.footer-credit-text {
  color: var(--line-color);
}

.block-styling {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.animation-wrapper {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ani-glare-1 {
  opacity: .58;
  filter: blur(200px);
  background-image: linear-gradient(#f1eae3, #f1eae3);
  width: 200px;
  height: 200px;
}

.ani-glare-2 {
  background-image: linear-gradient(90deg, #0000, #ffffff05);
  width: 300px;
  height: 200%;
  position: absolute;
  inset: -50% auto 0% 20%;
  transform: rotate(-7deg);
}

.app-card-flash {
  opacity: .45;
  filter: blur(200px);
  background-color: #2ac8d3;
  width: 50px;
  height: 200%;
  position: absolute;
  inset: -30% auto auto 0%;
}

.preview-item__heading {
  color: var(--primary--light);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 400;
  line-height: 1;
}

.preview-item__inner {
  border-top: 1px solid var(--line-color);
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.preview-collection {
  width: 100%;
  margin-top: .5em;
}

.preview-container__label {
  color: var(--primary--light);
  text-transform: uppercase;
  font-size: .75em;
}

.preview-item {
  width: 100%;
  transition: opacity .2s;
}

.preview-follower__inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preview-list {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-item__col {
  flex: 1;
}

.preview-item__col.is--large {
  max-width: 45%;
}

.preview-item__col.is--small {
  max-width: 15%;
}

.preview-item__col.is--medium {
  max-width: 25%;
}

.preview-follower {
  z-index: 100;
  aspect-ratio: 1 / 1.25;
  pointer-events: none;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.preview-item__visual {
  aspect-ratio: 1 / 1.25;
  width: 20em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.preview-item__text {
  color: var(--broken-white);
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.preview-follower__label-span {
  background-color: var(--secondary-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  padding: .75em 1.25em;
  font-size: 1em;
}

.preview-follower__label {
  z-index: 2;
  position: absolute;
}

.preview-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.preview-item__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.preview-item__visual-img.is-top {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.preview-item__visual-img.is-bot {
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.preview-item__row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.double-line-wraper {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-animation-wrapper {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.cta-animation-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-cursor {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.image {
  width: 350px;
  height: 300px;
}

.cursor-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-3 {
  background-color: var(--primary--light);
  box-shadow: 0 2px 30px 6px var(--primary--light);
  width: 2px;
  height: 85px;
  position: relative;
  top: 9px;
}

.cursor {
  border: 1px solid #fff3;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  transition: all .3s;
}

.cursor.cursor-hover {
  opacity: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  transform: translate(-10px, -15px)rotate(45deg);
}

.glow-vector {
  filter: blur(100px);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  color: #c885d53d;
  white-space: nowrap;
  object-fit: fill;
  width: 100vw;
  font-family: Chaney Ultraextended Webfont, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
}

.marquee-inner-wrapper {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: space-around;
  align-items: center;
  width: 650vw;
  display: flex;
}

.marquee-side-fade {
  border-right: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  background-image: linear-gradient(90deg, var(--secondary-dark), #5f626600 28%, #373b4000 74%, var(--secondary-dark));
  position: absolute;
  inset: 0%;
}

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

.stat {
  color: var(--secondary-light);
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 10em;
  font-weight: 400;
}

.h-10vh-2 {
  height: 10vh;
}

.container-medium {
  justify-content: space-between;
  width: 80vw;
  max-width: 1280px;
  min-height: 50px;
  display: flex;
}

.turning-radial-grads {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title-text {
  color: #fff;
  text-shadow: 0 1px 20px #000;
  font-size: 21px;
}

.turn-grad-2 {
  filter: blur(200px);
  background-color: #2ac8d3;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.backrgound-curly-gradient {
  min-width: 100%;
  position: relative;
}

.backrgound-curly-gradient.opac-20 {
  z-index: 1;
  position: absolute;
  top: -25.1vw;
}

.backrgound-curly-gradient.bottom-grad {
  position: absolute;
  inset: auto 0% 0%;
}

.hero-heading-2 {
  text-align: center;
  margin-top: 29px;
  font-size: 72px;
}

.hero-heading-2.is-text-swither {
  background-image: linear-gradient(309deg, #2ac8d3, #d3d703);
  font-size: 45px;
}

.homepage-card-number {
  color: #fff;
  font-size: 21px;
}

.homepage-image-slider.container-medium {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  max-width: 1280px;
}

.turning-grads-wrapper {
  z-index: -1;
  width: 500px;
  height: 500px;
  position: relative;
}

.text-tagline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.image-slider-img-wrapper {
  width: 100%;
  height: 20vw;
}

.image-slider-img-wrapper.is-tertiary {
  z-index: 2;
  transform-style: preserve-3d;
  position: relative;
  transform: translate(-4vw, -70px)skew(0deg, 10deg)rotateX(0)rotateY(-74deg)rotateZ(0)scale(.9);
}

.image-slider-img-wrapper.is-tertiary-mirror {
  pointer-events: none;
  transform-style: preserve-3d;
  transform: scale(.9)translate(4vw, -70px)skew(0deg, -10deg)rotateX(0)rotateY(74deg)rotateZ(0);
}

.image-slider-img-wrapper.is-secondary-mirrored {
  pointer-events: none;
  transform-style: preserve-3d;
  transform: translate(0, -34px)skew(0deg, -3deg)rotateX(0)rotateY(39deg)rotateZ(0);
}

.image-slider-img-wrapper.is-secondary {
  z-index: 5;
  pointer-events: none;
  transform-style: preserve-3d;
  position: relative;
  transform: translate(0, -34px)skew(0deg, 3deg)rotateX(0)rotateY(-39deg)rotateZ(0);
}

.image-slider-img-wrapper.is-primary {
  z-index: 10;
  position: relative;
  transform: scale(1.2);
}

.heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading-wrapper.flex-horiz_cc {
  justify-content: center;
  align-items: stretch;
  height: 90px;
  margin-top: -39px;
}

.hsd-title {
  opacity: .47;
  font-size: 16px;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  min-width: 80vw;
  max-width: 1080px;
  min-height: 5px;
  display: flex;
}

.image-wrapper {
  border: 1px solid #fff3;
  border-radius: 20px;
  min-width: 100%;
  min-height: 100%;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  transform: rotate(0)scale(1.001);
}

.image-wrapper:hover {
  transform: scale(1.05);
}

.pill-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #f0e1e1;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: linear-gradient(92deg, #1c322d, #fff0);
  border: 1px solid #dda8a817;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: -8px;
  padding: 6px 15px;
  font-size: 10px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.text-switch-wrapper {
  width: auto;
  overflow: hidden;
}

.image-slider-imagae-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-slider-imagae-cover.bg-grad_style_1 {
  pointer-events: none;
  background-image: radial-gradient(circle at 30% 20%, #ffffff7a, #0000 39%), linear-gradient(78deg, #0000 48%, #ffffff0d 48%), linear-gradient(0deg, #141d1b87, #0000);
  padding-top: 10px;
  padding-left: 10px;
}

.hero-bottom-info-wrapper {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-slider-image {
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

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

.font-center.height-edit {
  margin-top: 30px;
}

.left-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ffffff12;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 18px;
  display: flex;
}

.left-info-wrapper:hover {
  border-color: #ffffff4d;
}

.left-info-wrapper.is-right {
  padding-left: 20px;
  padding-right: 0;
}

.homepage-hero-bottom-title-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.col-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col-2.flex-verti-cc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.hp-s-d-wrapper {
  background-image: radial-gradient(circle, #ffffff12, #0000 51%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 30px 15px;
  display: flex;
}

.hp-s-d-wrapper:hover {
  background-image: radial-gradient(circle, #ffffff2e, #0000 51%);
}

.hp-s-d-wrapper.is-2 {
  transform: translate(0, -10px);
}

.hp-s-d-wrapper.is-5 {
  transform: translate(0, -25px);
}

.hp-s-d-wrapper.is-4 {
  transform: translate(0, -10px);
}

.hp-s-d-wrapper.is-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translate(0, -25px);
}

.info-box-circle {
  background-color: #ffffff12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.homepage-hero-sub-dash-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% -4%;
}

.turn-grad-1 {
  filter: blur(130px);
  background-color: #d3d703;
  width: 100px;
  height: 100px;
}

.hp-sub-d {
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 100px;
  display: flex;
}

._50x50 {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

._50x50.homepage-edit {
  height: 100px;
  margin-top: 20px;
}

.heading-swither-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 300%;
  display: flex;
}

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

.hp-sub-d-button {
  background-image: radial-gradient(circle, #fff, #0000);
  border-radius: 20px;
  width: 50px;
  height: 1px;
  transform: translate(0);
}

.hp-sub-d-button.is-2 {
  transform: rotate(4deg);
}

.hp-sub-d-button.is-5 {
  transform: rotate(-10deg);
}

.hp-sub-d-button.is-1 {
  transform: rotate(10deg);
}

.hp-sub-d-button.is-4 {
  transform: rotate(-4deg);
}

.projects-section.section.h-100vh {
  justify-content: center;
  align-items: center;
}

.section-styling {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero.section.h-100vh {
  justify-content: flex-start;
  align-items: center;
}

.nav.section {
  height: 50px;
}

.wid-100 {
  min-width: 100%;
}

.hamburger-nav__toggle-bar {
  background-color: var(--creme-heading);
  width: 40%;
  height: .125em;
  position: absolute;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 50px 50px 2em 2em;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99999;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.hamburger-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.hamburger-nav__ul {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__bg {
  border-radius: 1.75em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__dot {
  transform-origin: 100%;
  background-color: var(--line-color);
  flex-shrink: 0;
  width: 50px;
  height: 1px;
}

.profile-pic-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-pic-mask {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40svw;
  max-width: 500px;
  height: 80svh;
  margin-top: -100px;
  display: flex;
  overflow: hidden;
}

.pf-marrallisa {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: auto;
  min-height: 100%;
}

.code-embed {
  font-family: Sfizia, Times New Roman, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.typewriter-wrapper {
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

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

.button-first-pill {
  border-top: .5px solid var(--secondary-light);
  border-bottom: .5px solid var(--secondary-light);
  border-left: .5px solid var(--secondary-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000030;
  border-radius: 100px 0 0 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.button-mid {
  background-image: url('../images/thicker.svg');
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: auto 46px;
  width: 43px;
  height: 47px;
}

.button-right {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--secondary-light);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 30px;
  height: 46px;
  position: relative;
}

.button-arrow {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000012, #00000012);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-arr {
  height: 40px;
}

.button-glare {
  background-image: linear-gradient(45deg, #0000, #ffffff1a);
  width: 100px;
  height: 100px;
  position: absolute;
}

.button-glare.is-2 {
  background-image: repeating-radial-gradient(circle, #0000, #ffffff1a 28%);
}

.list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitel {
  max-width: 50ch;
  font-size: 24px;
}

.button-icon {
  width: 24px;
  height: 24px;
}

.highlight-text-h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.profilepics {
  width: 90px;
}

.custom-code-hidden {
  display: none;
}

.centered-nav__banner-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
}

.centered-nav__toggle {
  border: 1px solid var(--primary--lighter);
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__toggle-bar {
  background-color: var(--primary--lighter);
  width: 1em;
  height: .125em;
  position: absolute;
}

.centered-nav__banner {
  color: #fff;
  background-color: #ff4c24;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: background-color .15s;
  overflow: hidden;
}

.centered-nav__banner:hover {
  background-color: #ff4c24e6;
}

.centered-nav__banner-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.875em;
  line-height: 1;
}

.centered-nav {
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30em;
  display: flex;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translate(-50%);
}

.centered-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: clip;
}

.centered-nav__content {
  border-bottom-right-radius: .75em;
  border-bottom-left-radius: .75em;
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.centered-nav__logo {
  pointer-events: auto;
  color: var(--primary--dark);
  justify-content: center;
  align-items: center;
  width: 7.5em;
  display: flex;
}

.centered-nav__bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c9dce9c9;
  border-radius: 8em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.centered-nav__banner-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-nav__banner-inner {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.centered-nav__banner-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-nav__a:hover {
  border-bottom-color: #00000080;
}

.centered-nav__logo-svg {
  width: 100%;
  height: 100%;
}

.centered-nav__header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: .5em .5em .5em 1em;
  display: flex;
  position: relative;
}

.centered-nav__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-nav-2 {
  border-radius: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30em;
  display: flex;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translate(-50%);
}

.centered-nav__header-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em 1.25em 1.625em;
  display: flex;
  position: relative;
}

.blog-card {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  grid-template: "Area-5 Area-4 Area-4" 300px
                 "Area-5 Area Area-2" 150px
                 / .5fr .5fr .5fr;
}

.blog-content {
  height: 100%;
}

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

.blog-overlay {
  opacity: 1;
  background-image: linear-gradient(#0000, #0096ff47);
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.blog-overlay:hover {
  opacity: .16;
}

.blog-title {
  position: absolute;
  inset: auto auto 20px 20px;
}

.view-all-blogs.btn {
  border-radius: 10px;
}

.preview-item__heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Strawford, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.preview-item__inner-2 {
  border-top: 1px solid #00000040;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.preview-container__label-2 {
  color: #0a0a0a80;
  text-transform: uppercase;
  font-size: .75em;
}

.preview-item__text-2 {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.preview-follower__label-span-2 {
  background-color: #fff;
  border-radius: .25em;
  padding: .75em 1.25em;
  font-size: 1em;
}

.preview-container-2 {
  width: 100%;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-icon-svg {
  width: 1em;
}

.accordion-css__item-icon {
  background-color: var(--accent-light);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.accordion-css {
  position: relative;
}

.accordion-css__item {
  background-color: var(--broken-white);
  border-radius: .5em;
  list-style: none;
}

.accordion-css__item-h3 {
  color: var(--primary--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-css__item-p {
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  background-image: linear-gradient(180deg, var(--creme-heading), #fff0 14%), url('../images/group-69.png');
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  background-color: var(--primary--lighter);
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-header__nav-a {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-header__logo {
  width: 15em;
}

.demo-eyebrow {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: inherit;
  font-size: 2.75em;
  line-height: 1;
  text-decoration: none;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.demo-header__h1 {
  letter-spacing: -.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.demo-main {
  overflow: clip;
}

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

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-with-marquee {
  background-image: linear-gradient(83deg, #09282e, #1d8194);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 75px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.marquee-arrow {
  width: 80px;
  height: 80px;
}

.marquee-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 1500px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-blender {
  background-image: linear-gradient(90deg, var(--primary--dark), #09282e00 68%);
  width: 400px;
  position: absolute;
  inset: 0%;
}

.sticky-features__tag {
  background-color: var(--primary--lighter);
  border-radius: .25em;
  margin-bottom: 1.5em;
  padding: .5em .625em;
  font-size: 1em;
  line-height: 1;
}

.sticky-features__img-collection {
  width: 100%;
}

.sticky-features__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-features__scroll {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.sticky-features__wrap {
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.sticky-features__img-item {
  -webkit-clip-path: inset(50% round .75em);
  clip-path: inset(50% round .75em);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-features__text-collection {
  height: 100%;
}

.sticky-features__img-list {
  aspect-ratio: 1 / 1.3;
  width: 100%;
  position: relative;
}

.sticky-features__progress-bar {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 1, 1);
}

.sticky-feaures__col {
  flex: 1;
  position: relative;
}

.sticky-feaures__col.is--img {
  border-radius: .75em;
  overflow: hidden;
}

.sticky-features__text-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.sticky-features__p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

.sticky-features__p.is--link {
  color: #fff;
  text-decoration: underline;
}

.sticky-features__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1;
}

.sticky-features__progress-w {
  background-color: #ffffff26;
  height: .25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-features__container {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-features__text-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  visibility: hidden;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 27.5em;
  margin-left: auto;
  display: flex;
  position: absolute;
  right: 0;
}

.white-egg {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--white) 46%, #fff0);
  border-radius: 100%;
  width: 70vw;
  height: 100%;
  position: absolute;
  left: 15vw;
}

.color-wheel-wrapper {
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.purple-blob {
  background-color: var(--accent-light);
  filter: blur(200px);
  width: 300px;
  height: 200px;
}

.purple-blob.is-orange {
  background-color: var(--secondary-medium);
  position: absolute;
  inset: auto 0% 0% auto;
}

.marquee-side-fade-2 {
  background-image: linear-gradient(90deg, #21252b, #5f626600 28%, #373b4000 74%, #21252b);
  border-left: 1px solid #373e40;
  border-right: 1px solid #373e40;
  position: absolute;
  inset: 0%;
}

.pageloader {
  z-index: 111111;
  background-color: var(--primary--dark);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pl-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pageloader-wrapper {
  display: flex;
  position: relative;
}

.pl-logo-hide {
  background-color: var(--primary--dark);
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.loader-bar {
  border: 1px solid #ffffff29;
  border-radius: 4px;
  width: 200px;
  height: 10px;
  margin-top: 20px;
}

.loder-bar-inner {
  background-color: #fafafaa1;
  border: 1px solid #ffffff61;
  border-radius: 20px;
  width: 20px;
  height: 7px;
}

.pupil {
  height: 15px;
  position: relative;
  bottom: -6px;
  left: -29px;
}

.animation-eyeball {
  width: 30px;
}

.logo-pl {
  width: 180px;
}

.collection-list-wrapper, .collection-list-2, .collection-item-3 {
  height: 100%;
}

.card-bg {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .hide-ipad-down {
    display: none;
  }

  .flex-horiz-cc-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .col._w-75pct {
    width: 100%;
  }

  .btn-menu.dropdown {
    display: none;
  }

  .h-10vh {
    height: 100px;
  }

  .ipad-horiz {
    flex-flow: row;
    display: flex;
  }

  .text-link {
    margin-right: 50px;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .flex-horiz-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-highlight {
    padding: 20px;
  }

  .text-ch-max50 {
    font-size: 16px;
  }

  .ipad-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .btn.outline {
    padding: 8px 15px;
  }

  .hide-computer {
    display: block;
  }

  .section-grid {
    grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  }

  .container {
    flex-direction: column;
    width: 95vw;
  }

  .h-20vh {
    height: 200px;
  }

  .flex-horiz-c-end {
    flex-wrap: wrap;
    place-content: center;
  }

  .responsive {
    position: absolute;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

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

  .mobile-spacer {
    display: none;
  }

  .preview-item__heading {
    font-size: 2em;
  }

  .preview-item__inner {
    border: 1px #000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .preview-item {
    width: calc(50% - .5em);
  }

  .preview-list {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .preview-item__col.is--large {
    flex: none;
    order: -1;
    width: 100%;
    max-width: none;
  }

  .preview-item__col.is--small {
    text-align: right;
    max-width: 20%;
  }

  .preview-item__col.is--small.tablet--hide {
    display: none;
  }

  .preview-item__col.is--medium {
    order: -1;
    max-width: 80%;
  }

  .preview-follower {
    display: none;
  }

  .preview-item__visual {
    border-radius: .75em;
    order: -1;
    width: 100%;
    margin-bottom: 1em;
    display: block;
    position: relative;
  }

  .preview-item__row {
    grid-row-gap: .5em;
  }

  .preview-item__row.tabelt--hide {
    display: none;
  }

  .container-medium {
    width: 90vw;
  }

  .hero-heading-2 {
    font-size: 72px;
  }

  .hero-heading-2.is-text-swither {
    font-size: 32px;
  }

  .homepage-image-slider.container-medium {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-slider-img-wrapper {
    height: 200px;
  }

  .image-slider-img-wrapper.is-tertiary {
    transform: translate(-6vw, -70px)skew(0deg, 10deg)rotateX(0)rotateY(-74deg)rotateZ(0)scale(.9);
  }

  .image-slider-img-wrapper.is-tertiary-mirror {
    transform: scale(.9)translate(6vw, -70px)skew(0deg, -10deg)rotateX(0)rotateY(74deg)rotateZ(0);
  }

  .container-2 {
    flex-direction: column;
    width: 95vw;
  }

  .pill-2 {
    padding: 3px 10px;
    font-size: 7px;
  }

  .list.mt-5.heading-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .button-icon {
    width: 20px;
  }

  .preview-item__heading-2 {
    font-size: 2em;
  }

  .preview-item__inner-2 {
    border: 1px #000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .feature-text {
    font-size: 20px;
  }
}

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

  h2 {
    color: var(--broken-white);
    font-size: 32px;
  }

  .pl-2-5 {
    padding-left: .425rem;
  }

  .pl-5 {
    padding-left: 1rem;
  }

  .flex-horiz-cc-2.form {
    width: auto;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .col.footercol.p-10 {
    background-color: var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>);
  }

  .col.flex-horiz-dist-ce.mob-cc.mob-vert {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

  .p2-5 {
    padding: .425rem;
  }

  .btn-menu {
    padding-left: 0;
  }

  .btn-menu.dropdown {
    padding-left: 20px;
    padding-right: 49px;
    display: block;
  }

  .pb-5 {
    padding-bottom: 1rem;
  }

  .py-2-5 {
    padding-top: .425rem;
    padding-bottom: .425rem;
  }

  .py-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrapper {
    flex-flow: column;
  }

  .wrapper.flex-horiz-c-start.gap-10.menu {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
  }

  .wrapper.flex-horiz-c-start.gap-10.hero {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .pr-0-25 {
    padding-right: .425rem;
  }

  .pr-5 {
    padding-right: 1rem;
  }

  .hide-ls-down {
    display: none;
  }

  .form-field {
    margin-bottom: -2px;
  }

  .text-highlight {
    padding: 9px;
  }

  .text-ch-max50 {
    font-size: 14px;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .pl-10 {
    padding-left: 1.5rem;
  }

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

  .px-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-horiz-c-start-2 {
    justify-content: center;
  }

  .flex-horiz-c-start-2.no-gap {
    padding-left: 0;
  }

  .section-grid {
    grid-column-gap: 1px;
    grid-template-columns: 2vw minmax(96vw, 96vw) 2vw;
  }

  .container.my-10.mob-smaller {
    width: 80vw;
  }

  .pb-2-5 {
    padding-bottom: .425rem;
  }

  .px-2-5 {
    padding-left: .425rem;
    padding-right: .425rem;
  }

  .pr-10 {
    padding-right: 1.5rem;
  }

  .py-10 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .columns-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .pt-5 {
    padding-top: 1rem;
  }

  .p-5 {
    padding: 1rem;
  }

  .hero-image {
    height: 100%;
  }

  .logo-carousel-home.p-10 {
    background-color: var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>);
    width: 100%;
    padding-left: 40px;
  }

  .logo-carousel-fader {
    background-image: linear-gradient(81deg, #2c4375 6%, #76818c00 45%, #2c4375);
  }

  .blotch-gray-dash.opac-40 {
    background-color: var(--accent-light);
  }

  .button, .button.is_smaller {
    border-color: var(--primary--light);
  }

  .button.is_smaller.hide-computer {
    border-color: var(--primary--light);
    flex-flow: row;
    display: flex;
  }

  .moving-grad {
    background-image: linear-gradient(180deg, var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>), #7857665e 40%, #98605f5c 57%, var(--accent-light)), radial-gradient(circle farthest-corner at 50% 50%, #05192ead, var(--background)), url('../images/giphy-4.gif');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
  }

  .testimonial-dark-card {
    background-color: var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>);
    background-image: linear-gradient(180deg, var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>), var(--primary--dark));
    transform: scale(1.05);
  }

  .testimonial-dark-card.is-bottom {
    background-image: linear-gradient(0deg, var(--blue\<deleted\|variable-a1fefabe-a92b-72b0-d472-4a079b03395d\>), var(--primary--dark));
  }

  .cta-heading.mob-cc {
    text-align: center;
  }

  .diensten-card.card {
    border-color: var(--primary--light);
    min-width: 100%;
    display: inline-block;
  }

  .collection-item {
    flex: 0 auto;
    min-width: 100%;
  }

  .dropdown-list {
    margin-top: 72px;
    margin-left: 60px;
    padding: 3px;
    position: fixed;
    inset: 0% -2% auto 0%;
  }

  .dropdown-list.w--open {
    background-color: var(--broken-white);
    border-radius: 16px;
    padding: 14px;
    left: -43px;
  }

  .dropdown-link {
    color: var(--primary--dark);
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 21px;
  }

  .dropdown-link.w--current {
    background-image: url('../images/rectangle-4645_1rectangle-4645.webp');
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .testimolian-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimolial-text {
    max-width: 100%;
    font-size: 22px;
  }

  .testimonial-slider {
    background-color: #ddd0;
    width: 100%;
    min-height: 600px;
  }

  .testimolian-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-mask {
    background-color: #2c437500;
  }

  .service-rich-text p {
    font-size: 21px;
  }

  .mobile-spacer {
    width: 40px;
    height: 40px;
    display: block;
  }

  .contact-image-cover {
    opacity: .5;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-item {
    width: 100%;
  }

  .preview-list {
    grid-row-gap: 3em;
  }

  .preview-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-title-text {
    font-size: 16px;
  }

  .backrgound-curly-gradient.opac-20 {
    top: -86px;
  }

  .hero-heading-2 {
    font-size: 40px;
  }

  .homepage-image-slider.container-medium {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 115vw;
  }

  .text-tagline-2 {
    font-size: 10px;
  }

  .text-tagline-2.text-lighter {
    font-size: 8px;
  }

  .image-slider-img-wrapper {
    height: 180px;
  }

  .image-slider-img-wrapper.is-tertiary {
    transform: translate(-6vw, -70px)skew(0deg, 10deg)rotateX(0)rotateY(-65deg)rotateZ(0)scale(.9);
  }

  .image-slider-img-wrapper.is-tertiary-mirror {
    transform: scale(.95)translate(6vw, -70px)skew(0deg, -10deg)rotateX(0)rotateY(65deg)rotateZ(0);
  }

  .image-wrapper {
    border-radius: 8px;
  }

  .image-slider-imagae-cover.bg-grad_style_1 {
    background-image: radial-gradient(circle at 30% 20%, #ffffff7a, #0000 39%), linear-gradient(78deg, #0000 48%, #ffffff0d 48%), linear-gradient(0deg, #141d1b0d, #0000);
  }

  .hero-bottom-info-wrapper.homepage {
    bottom: 0%;
  }

  .left-info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .homepage-hero-bottom-title-wrapper {
    text-align: center;
    background-image: linear-gradient(359deg, #1c322d, #30303000 75%);
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .info-box-circle {
    width: 40px;
    height: 40px;
  }

  .hp-sub-d {
    display: none;
  }

  ._50x50.homepage-edit {
    height: 35px;
  }

  .projects-section.section.h-100vh {
    height: 85vh;
  }

  .centered-nav, .centered-nav-2 {
    width: auto;
    top: 1em;
    left: 1em;
    right: 1em;
    transform: none;
  }

  .grid-2 {
    grid-template: "Area-5" 300px
                   "Area-2"
                   "Area"
                   "Area-4"
                   / 1fr;
    width: 100%;
  }

  .preview-container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .button-with-marquee {
    width: 400px;
    position: relative;
  }

  .sticky-features__tag {
    margin-bottom: 0;
  }

  .sticky-features__scroll {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svh;
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }

  .sticky-features__img-list {
    aspect-ratio: 1;
  }

  .sticky-features__text-list {
    min-height: 20em;
    max-height: none;
  }

  .sticky-features__p {
    font-size: 1em;
  }

  .sticky-features__heading {
    font-size: 2.5em;
  }

  .sticky-features__container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sticky-features__text-item {
    max-width: none;
  }
}

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

  .col.footercol.p-10 {
    flex-flow: column;
    padding-bottom: 5.1rem;
  }

  .col.flex-horiz-dist-ce {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .col.flex-horiz-dist-ce.mob-cc {
    justify-content: space-between;
    align-items: center;
  }

  .h-10vh {
    height: 80px;
  }

  .sg-text-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .styleguide-type-row {
    flex-direction: column;
  }

  .styleguide-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .wrapper.flex-horiz-c-start.gap-10.hero {
    padding-left: 0;
  }

  .sgtext-container {
    width: 68%;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .blur-xl {
    position: relative;
  }

  .container {
    flex-direction: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.my-10.mob-invert {
    flex-flow: column-reverse wrap;
  }

  .container.my-10.mob-smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .container.larger.pl-10vw {
    padding-left: 20px;
  }

  .container.my-2-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.logo-contain {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .h-20vh {
    height: 100px;
  }

  .phone-no-min-w {
    min-width: 0;
  }

  .color-row {
    flex-direction: row;
  }

  .text-2xl.testimonials-name {
    font-size: 14px;
  }

  .text-7xl {
    font-size: 30px;
  }

  .hide-mob {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .logo {
    min-width: 150px;
  }

  .styling.dual-grad {
    background-color: var(--primary--light);
    background-image: none;
    border-radius: 3px;
  }

  .nav-sec.section {
    min-height: 0;
  }

  .hero-sec.section {
    height: 80vh;
  }

  .hero-image {
    width: 100vw;
  }

  .hero-image.l {
    width: 800px;
    min-width: 100%;
    height: 600px;
    min-height: 100%;
    position: static;
  }

  .logo-carousel-home.p-10 {
    padding-left: 1rem;
    padding-right: 0;
  }

  .logo-strip {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .logo-strip-img {
    width: 60px;
    height: 28px;
  }

  .trusted-by {
    font-size: 14px;
  }

  .button.is_smaller.hide-computer {
    display: flex;
  }

  .dienst-card {
    height: 250px;
    margin-bottom: 20px;
    padding: 20px 20px 30px;
  }

  .footer-heading.text-center {
    font-size: 32px;
  }

  .cta-heading.mob-cc {
    font-size: 24px;
  }

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

  .lynx-icon-arrow {
    width: 15px;
  }

  .footer-bot-link-seperator.mx-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    max-width: 60vw;
    margin-left: 52px;
    left: 0%;
  }

  .dropdown-list.w--open {
    left: -57px;
  }

  .testimolial-text {
    font-family: Safiro Webfont, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .testimolial-text.smaller-text {
    font-size: 16px;
  }

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

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    min-height: 500px;
  }

  .heading {
    color: var(--creme-heading);
  }

  .div-block-2 {
    filter: blur(20px);
  }

  .dua-grad {
    background-color: var(--primary--light);
    filter: blur(100px);
    width: 300px;
    height: 100px;
    position: absolute;
    top: 200px;
  }

  .contact-image-bg {
    position: relative;
  }

  .footer-link {
    padding: 0 20px;
  }

  .footer-heading-link {
    margin-top: 10px;
  }

  .ani-glare-1 {
    opacity: 0;
  }

  .hero-title-text {
    font-size: 12px;
  }

  .backrgound-curly-gradient.opac-20 {
    opacity: .46;
    top: -12px;
  }

  .hero-heading-2 {
    font-size: 40px;
  }

  .hero-heading-2.is-text-swither {
    font-size: 26px;
  }

  .homepage-card-number {
    font-size: 10px;
  }

  .image-slider-img-wrapper {
    height: 135px;
  }

  .image-slider-img-wrapper.is-tertiary {
    transform: translate(-6vw, -70px)skew(0deg, 10deg)rotateX(0)rotateY(-60deg)rotateZ(0)scale(.9);
  }

  .image-slider-img-wrapper.is-tertiary-mirror {
    transform: scale(.95)translate(6vw, -70px)skew(0deg, -10deg)rotateX(0)rotateY(60deg)rotateZ(0);
  }

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

  .text-switch-wrapper.is_computer {
    display: flex;
  }

  .info-box-circle {
    min-width: 40px;
  }

  .turn-grad-1 {
    opacity: .47;
  }

  .heading-swither-list {
    min-height: 330%;
  }

  .button-with-marquee {
    width: 300px;
  }
}

#w-node-dfcbe5c8-3967-7a32-a178-ebba73773fc1-12b73998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67b1fde2-b2df-eb91-1122-091fb4356883-12b73998 {
  grid-area: Area-5;
}

#w-node-eff3e992-a048-8eb2-0371-19d02f6d0ca1-12b73998 {
  grid-area: Area-4;
}

#w-node-c208c5bc-3661-2aeb-a273-1f5c59361077-12b73998, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25d8-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25d9-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25da-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25db-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25dc-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25dd-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25de-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25df-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e0-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e1-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e2-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e3-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e4-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e5-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e6-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e7-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e8-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e9-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ea-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25eb-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ec-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ed-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ee-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ef-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f0-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f1-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f2-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f6-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f7-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f8-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f9-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fa-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fb-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fc-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fd-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fe-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ff-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2600-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2601-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2602-12b73999, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2603-12b73999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ac4-12b73999 {
  grid-area: Area;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ac7-12b73999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ad5-12b73999 {
  grid-area: Area-2;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ad8-12b73999 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-dfcbe5c8-3967-7a32-a178-ebba73773fc1-12b73998 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c208c5bc-3661-2aeb-a273-1f5c59361077-12b73998 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfizia';
  src: url('../fonts/sfizia-regularitalicno.2-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfizia';
  src: url('../fonts/sfizia-regularitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney Webfont';
  src: url('../fonts/chaney-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney Wide Webfont';
  src: url('../fonts/chaney-wide-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney Extended Webfont';
  src: url('../fonts/chaney-extended-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney Ultraextended Webfont';
  src: url('../fonts/chaney-ultraextended-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/strawford-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}