@font-face {
  font-family: Schibsted Grotesk;
  src: url('../fonts/SchibstedGrotesk-Italicwght.woff2') format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Schibsted Grotesk;
  src: url('../fonts/SchibstedGroteskwght.woff2') format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading: #ededed;
  --text: #a0a0a0;
  --background: #101010;
  --border: #ffffff14;
  --backgrop-dark: #161616f5;
  --backgrop: #0003;
  --green: #30a46c;
  --text-muted: #858585;
  --input-hover: #232323;
  --card-bg: #2e2e2e;
  --input: #1c1c1c;
  --border-hover: #ffffff29;
  --orange: orange;
  --blue: #0788f5;
  --gray-70: #3e3e3e;
  --gray-80: #505050;
  --red: #f04b4b;
  --sidebar: #161616;
  --gray-100: #7e7e7e;
  --card-content: #1c1c1cf2;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  text-wrap: pretty;
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--heading);
  letter-spacing: -.025em;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.125;
}

h3 {
  margin-top: 1.5rem;
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.33333;
}

h5 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.42857;
}

h6 {
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 14px;
}

ol {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 23px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid #e2e2e2;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.footer-link {
  color: #121212;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.body-layout {
  background-color: var(--background);
  min-height: 100dvh;
  color: var(--text);
  flex-flow: row;
  display: flex;
}

.body-layout.rtl-wrap {
  direction: rtl;
}

.prefooter {
  z-index: 2;
  background-color: #eee;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-light {
  color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
  position: relative;
}

.link-light:hover {
  color: #d7c6b6;
}

.link-dark {
  color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.scrolling-to-the-left {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  display: flex;
}

.scrolling-to-the-right {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: flex-end;
  display: flex;
}

.hide {
  display: none;
}

.image-background-parallax {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.sidebar {
  z-index: 100;
  flex-direction: column;
  flex: 0 0 320px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar-controls {
  border-top: 1px solid var(--border);
  padding: 1.25rem 2rem;
}

.sidebar-header {
  z-index: 1;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.sidebar-header-avatar-wrap {
  z-index: 1;
  width: 5.75rem;
  height: 5.75rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  object-fit: cover;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.sidebar-controls-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sidebar-header-title {
  position: relative;
  overflow: hidden;
}

.sidebar-header_info {
  z-index: 1;
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.sidebar-header-name {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  font-size: 1.25rem;
}

.availability-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.availability-dot {
  background-color: var(--green);
  border-radius: 999px;
  flex: none;
  width: .75rem;
  height: .75rem;
}

.caption {
  color: var(--heading);
  font-variation-settings: "wght" 475;
  font-size: 1rem;
  font-weight: 400;
}

.sidebar-navbar {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.sidebar-header-avatar {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sidebar-header-avatar-outline {
  z-index: 1;
  opacity: .35;
  background-image: linear-gradient(135deg, #0000 50%, #fff);
  border-radius: 999px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.navbar-list {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.navbar-link {
  z-index: 1;
  height: 2.75rem;
  color: var(--text-muted);
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  transition: color .2s;
  display: flex;
  position: relative;
}

.navbar-link:hover, .navbar-link.w--current, .navbar-link.is-active {
  color: var(--heading);
}

.navbar-link-content {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
}

.navbar_icon-wrap {
  justify-content: center;
  align-items: center;
  font-size: 1.375em;
  display: flex;
  position: relative;
}

.navbar-active-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: flex;
}

.navbar-link-hover-bg {
  border: 1px solid var(--border);
  background-color: var(--input-hover);
  height: 2.75rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  border-radius: 6px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-link-active-bg {
  z-index: 0;
  border: 1px solid var(--border);
  background-color: var(--input-hover);
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  border-radius: 6px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-inactive-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: flex;
}

.navbar-list-divider {
  background-color: var(--border);
  height: .5px;
  margin-top: -.5px;
  margin-left: 2.75rem;
  margin-right: .5rem;
}

.navbar-list-divider:where(.w-variant-b5278212-244c-5e87-9662-004dc5bbb476) {
  margin-left: .5rem;
  margin-right: 2.75rem;
}

.main {
  flex: 1;
}

.footer {
  border-top: 1px solid var(--border);
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.footer-meta-socials {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.app-wrap {
  z-index: 1;
  width: 3.75rem;
  height: 3.75rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  object-fit: cover;
  border-radius: 30%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--text);
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  color: var(--text-muted);
}

.footer-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer-meta-inline {
  display: inline;
}

.footer-meta-info {
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-meta-dot {
  background-color: var(--text-muted);
  border-radius: 999px;
  width: 4px;
  height: 4px;
}

.card {
  background-color: var(--card-bg);
  width: 100%;
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  color: var(--text-muted);
  border-radius: 12px;
  flex: 1;
  padding: 1px;
  transition: background-color .2s, color .2s, border-color .2s;
  position: relative;
  overflow: hidden;
}

.card:hover {
  color: var(--heading);
}

.card.no-link {
  cursor: auto;
}

.card.no-link._80 {
  width: 80%;
}

.card-heading {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  display: inline;
}

.card-heading.is-text {
  color: var(--text);
  margin-left: 6px;
  margin-right: 6px;
}

.sidebar-header-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-divider {
  background-color: var(--border);
  height: .5px;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.line-divider.inner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border);
  background-color: var(--input);
  height: 2.25rem;
  box-shadow: 2px 0 2px -1.5px var(--backgrop);
  color: var(--heading);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  border-color: var(--border-hover);
  background-color: var(--input-hover);
  color: var(--text-muted);
}

.button.is-submit {
  height: 2.75rem;
}

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

.button.is-purple {
  background-color: #5f42e8;
}

.button.is-purple:hover {
  color: #fff;
  background-color: #422ca9;
}

.outline-10px {
  z-index: 1;
  opacity: .15;
  background-image: none;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.card-tag {
  border: .5px solid var(--border);
  height: 24px;
  color: var(--text-muted);
  letter-spacing: .01em;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  line-height: 1.5;
  transition: color .2s;
  display: flex;
}

.card-tag:hover {
  color: var(--heading);
}

.card-tag.is-light {
  border-color: var(--border-hover);
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(20px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(20px);
  color: var(--heading);
}

.card-cta-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-meta {
  perspective: 800px;
  justify-content: space-between;
  align-items: flex-end;
  font-size: .75rem;
  display: flex;
}

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

.card-cta {
  border: 1.5px solid var(--border);
  width: 24px;
  height: 24px;
  color: var(--heading);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.5;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.card-cta:hover {
  border-color: var(--border-hover);
  background-color: var(--border);
}

.card-cta.margin-right-auto {
  flex: none;
}

.card-cta.is-rtl {
  margin-right: auto;
  transform: rotate(180deg);
}

.icon-svg {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: flex;
}

.card-badge {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  letter-spacing: 0;
  background-color: #175cc8;
  border: 1px solid #ffffff1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 4.5px;
  padding-right: 4.5px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.card-badge.is-orange {
  background-color: var(--orange);
  color: var(--background);
}

.card-badge.is-blue {
  background-color: var(--blue);
}

.thumbnail-image {
  pointer-events: none;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
}

.button-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--gray-70);
  background-color: var(--card-bg);
  box-shadow: 2px 0 2px -1.5px var(--backgrop);
  color: var(--heading);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-small:hover {
  border-color: var(--gray-80);
  background-color: var(--border-hover);
  color: #eee;
}

.button-small.is-map {
  border-color: var(--border);
  background-color: var(--green);
  color: #fff;
}

.button-small.is-map:hover {
  background-color: #268859;
}

.button-small.is-circle {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.tools-head-long {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-meta {
  border-top: 1px solid var(--border);
  width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
}

.thumb-3x-column {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.thumb-outline {
  z-index: 1;
  opacity: .15;
  background-image: linear-gradient(135deg, #0000 50%, #ffffffd9);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.breadcrumb {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--background);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text-muted);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: -1px;
}

.breadcrumb-link-content {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: .5rem;
  color: var(--heading);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
}

.breadcrumb-link {
  opacity: .25;
  transition: opacity .2s;
  position: relative;
}

.breadcrumb-link:hover {
  opacity: 1;
}

.breadcrumb-divider {
  font-size: .625rem;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--border);
  background-color: var(--input);
  height: 2.75rem;
  color: var(--heading);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field::placeholder {
  color: var(--text-muted);
}

.text-field.is-area {
  height: auto;
  min-height: 12rem;
}

.map-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-info {
  z-index: 10;
  border: 1px solid var(--border);
  background-color: var(--backgrop);
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.map-info-item {
  border-bottom: .5px solid #ffffff1a;
  padding: 16px;
}

.map-info-item.is-last {
  border-bottom-style: none;
}

.map-info-heading {
  color: var(--heading);
  font-variation-settings: "wght" 550;
  letter-spacing: -.02em;
  font-size: 1.125rem;
}

.map-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}

.text-link {
  border-bottom: 1px solid var(--border);
  color: var(--heading);
  transition: border-color .2s;
}

.text-link:hover {
  color: var(--heading);
  border-bottom-color: #0000;
}

.map-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.map-buttons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.app-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-card-instagram {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.contact-card-square {
  width: 100%;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.contact-card-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.app-list-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.map-outline {
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.newsletter-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.newsletter-content {
  grid-row-gap: 16px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--background);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.newsletter-image-wrap {
  background-color: var(--background);
  width: 152px;
  padding-top: 152px;
  position: relative;
}

.app-icon {
  width: 1em;
  height: 1em;
  font-size: 4.25em;
  display: flex;
}

.hero-heading {
  color: var(--heading);
  font-variation-settings: "wght" 625;
  letter-spacing: -.025em;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.container {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.is-45 {
  max-width: 45rem;
}

.post-body {
  border: 1.5px solid var(--border);
  background-color: var(--input);
  width: 100%;
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  border-radius: 12px;
  padding: 32px;
  line-height: 24px;
}

.notes-rich-text h2, .notes-rich-text h4, .notes-rich-text h1 {
  color: var(--heading);
}

.notes-rich-text h3 {
  color: var(--heading);
  margin-bottom: 1rem;
}

.notes-rich-text ul, .notes-rich-text ol {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.notes-rich-text a {
  color: var(--heading);
  text-decoration: underline;
}

.twox-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.content-title {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline;
}

.content-title.is-text {
  color: var(--text);
  margin-left: 4px;
  margin-right: 4px;
}

.content-title-wrap {
  margin-bottom: 1rem;
}

.content-title-dot {
  background-color: var(--heading);
  border-radius: 999px;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.card-description {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.card-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-muted);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.card-info.cc-relative {
  z-index: 3;
}

.post-introduction {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.333;
}

.post-image-wrap {
  width: 100%;
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  border-radius: 10px;
  flex: 1;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.post-image {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.post-image-outline {
  z-index: 1;
  opacity: .15;
  background-image: linear-gradient(135deg, #0000 50%, #ffffffd9);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.team-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border);
  background-color: var(--input);
  color: var(--text-muted);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: .75rem;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.team-link:hover {
  border-color: var(--border-hover);
  background-color: var(--input-hover);
}

.team-avatar {
  object-fit: cover;
  border-radius: 999px;
  width: 16px;
  height: 16px;
}

.team-name {
  color: var(--heading);
  font-variation-settings: "wght" 450;
}

.team-icon {
  margin-left: -2px;
  font-size: 10px;
}

.empty-state {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1.5px solid var(--border);
  background-color: var(--input);
  border-radius: 12px;
  flex-wrap: wrap;
  padding: 32px;
  display: flex;
}

.empty-state-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--border);
  color: var(--heading);
  border-radius: 999px;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 6px;
  transition: background-color .2s;
  display: flex;
}

.empty-state-link:hover {
  background-color: var(--border-hover);
}

.empty-state-link-adjustment {
  margin-top: 2px;
  margin-left: -2px;
  font-size: 10px;
}

.team-member-grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.team-member-avatar {
  width: 92px;
  height: 92px;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

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

.image-background.covermid {
  object-fit: cover;
  object-position: 50% 38%;
}

.image-background.avatar-pic {
  object-position: 50% 10%;
}

.team-member-heading {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.team-member-heading.large-stat {
  margin-top: 0;
  font-size: 3rem;
  line-height: 1;
}

.team-member-avatar-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-member-avatar-info.fix {
  justify-content: flex-end;
  align-items: flex-start;
}

.content-block {
  z-index: 1;
  padding-top: 1.5rem;
  position: relative;
}

.hero-block {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70%;
  margin-top: 7.5rem;
  margin-bottom: 80px;
  display: flex;
}

.hero-block.is-sticky {
  z-index: 0;
  position: sticky;
  top: 120px;
}

.hero-block.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hero-block.max {
  max-width: none;
}

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

.container-small.align-left {
  margin-left: 0;
}

.container-small.align-right {
  margin-right: 0;
}

.team-member-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  display: flex;
}

.team-member-tag {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--border);
  white-space: nowrap;
  word-break: break-all;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.team-member-tag:hover {
  border-color: var(--border-hover);
  color: var(--heading);
}

.team-member-wrap {
  background-color: var(--input);
  width: 100%;
  box-shadow: 0 2px 2px -1px var(--backgrop);
  border-radius: 12px;
  padding: 16px;
}

.team-member-tag-icon {
  position: relative;
  top: 1px;
}

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

.card-content-vertical {
  z-index: 1;
  grid-row-gap: 8px;
  background-color: var(--input);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: .94rem;
  display: flex;
  position: relative;
}

.card-content-vertical.space-beetween.nomargin {
  padding: 0;
}

.section-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  will-change: transform;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-block.is-smaller {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-image {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.newsletter-image-icon-size {
  color: var(--heading);
  font-size: 2rem;
}

.text-lead {
  will-change: transform;
  font-size: 1rem;
}

.image-wrap {
  width: 100%;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  border-radius: 12px;
  padding-top: 66.666%;
  position: relative;
  overflow: hidden;
}

.image-outline {
  z-index: 1;
  opacity: .15;
  background-image: linear-gradient(135deg, #0000 50%, #ffffffd9);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  width: 100%;
}

.pricing-heading {
  color: var(--heading);
  font-variation-settings: "wght" 550;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
}

.testimonial-card {
  grid-row-gap: 1.5rem;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 99%;
  padding: 24px 16px 16px;
  display: flex;
}

.content-list {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-icon-stripe-1 {
  z-index: 1;
  background-color: var(--text);
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: relative;
}

.accordion-bottom-wrap {
  z-index: 0;
  background-color: var(--backgrop);
  width: 100%;
  padding: 28px 16px 16px;
  position: relative;
}

.accordion-top-icon {
  background-color: var(--border);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: relative;
}

.accordion-top-wrap {
  font-variation-settings: "wght" 450;
  flex: 1;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.accordion-bottom {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.accordion-top {
  z-index: 1;
  background-color: var(--input);
  opacity: 1;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: -12px;
  padding: 16px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.accordion-top:hover {
  border-color: var(--border-hover);
  background-color: var(--input-hover);
  color: var(--heading);
}

.accordion {
  cursor: pointer;
  border-bottom: 1px #1d40861f;
  width: 100%;
}

.accordion-icon-stripe-2 {
  z-index: 0;
  background-color: var(--text);
  border-radius: 3px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.accordion-list {
  grid-row-gap: 18px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonial-footer {
  width: 100%;
  color: var(--text-muted);
  text-align: right;
  line-height: 1.33;
}

.friends-link {
  border-bottom: 1px solid var(--border);
  font-variation-settings: "wght" 450;
  justify-content: space-between;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.friends-link:hover {
  color: var(--heading);
}

.link-underline {
  background-color: var(--text);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0;
}

.testimonial-quotation-mark {
  color: var(--text-muted);
  margin-right: .1em;
  padding-top: .4em;
  font-size: 3rem;
  line-height: .1;
}

.testimonial-quotation-mark.flip {
  transform: rotate(180deg);
}

.testimonial-quote {
  grid-column-gap: 2px;
  display: flex;
}

.app-outline {
  z-index: 1;
  opacity: .2;
  background-image: linear-gradient(135deg, #0000 50%, #ffffff80);
  border-radius: 30%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 1px #fff;
}

.newsletter-image-outline {
  border: 1px solid var(--border);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-text-2-lines {
  overflow: hidden;
}

.shine-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shine {
  background-image: radial-gradient(circle, #fff6, #fff0 40%);
  width: 640px;
  height: 640px;
  position: absolute;
  inset: 0%;
  transform: translate(-50%, -50%);
}

.tools-icon {
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  object-fit: cover;
  border-radius: 28%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.tools-head {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.tools {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.hero-icon {
  color: var(--heading);
  margin-right: 12px;
  font-size: 3em;
  display: inline-block;
  position: relative;
  top: .15em;
}

.hero-icon.is-shop {
  top: .1em;
}

.hero-heading-wrap {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: block;
  position: relative;
}

.space-beetween {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-thumb {
  z-index: 1;
  pointer-events: none;
  border-radius: 9px;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.card-thumb-perspective {
  perspective: 100vw;
}

.project-thumb-portrait {
  z-index: 1;
  grid-row-gap: 16px;
  aspect-ratio: 3 / 2;
  background-color: var(--input);
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumb-portrait-info {
  z-index: 2;
  background-image: linear-gradient(#0000 37%, #000000bf 78%);
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 107px 16px 16px;
  display: flex;
  position: absolute;
  inset: auto 1px 1px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 320px;
  display: flex;
}

.utility-heading-wrap {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.utility-heading {
  font-variation-settings: "wght" 625;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.utility-heading-icon {
  width: 1em;
  height: 1em;
  font-size: 2.5em;
  display: flex;
  position: relative;
}

.utility-page-form {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: var(--backgrop);
  border-radius: 8px;
  margin-top: 16px;
  padding: 8px 16px;
}

.sidebar-content {
  z-index: 2;
  border-right: 1px solid var(--border);
  background-color: var(--sidebar);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sidebar-bg-tablet, .sidebar-navbar-tablet {
  display: none;
}

.sidebar-tablet-avatar-wrap {
  z-index: 1;
  width: 5.75rem;
  height: 5.75rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  object-fit: cover;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.sidebar-tablet-avatar-info {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.sidebar-tablet-avatar-name {
  color: var(--heading);
  font-variation-settings: "wght" 450;
  font-size: 1.25rem;
}

.sidebar-tablet-avatar-title {
  position: relative;
  overflow: hidden;
}

.footer-caption-wrap {
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.card-thumbnail_link-wrap {
  background-color: var(--border);
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  border-radius: 10px;
  flex: 1;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-head {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.footer-meta-list {
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  display: flex;
}

.footer-meta-list:where(.w-variant-aa92cf03-3f73-fd3d-e3fb-1d2fdac9e26b) {
  flex-flow: row-reverse wrap;
}

.breadcrumb-page-title {
  color: var(--heading);
}

.product-heading {
  color: var(--heading);
  font-variation-settings: "wght" 625;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.33;
}

.prodcut-wrap {
  z-index: 1;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 2px 3px -1.5px var(--backgrop);
  object-fit: cover;
  border-radius: 30%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.product-head-wrap {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  width: 66.66%;
  position: relative;
}

.product-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-price-wrap {
  display: flex;
}

.product-head-buttons {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.button-rounded-small {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid var(--border);
  background-color: var(--input);
  height: 28px;
  color: var(--heading);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.button-rounded-small:hover {
  border-color: var(--border-hover);
  background-color: var(--input-hover);
  color: var(--heading);
}

.shop-thumb-head {
  grid-column-gap: 12px;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.product-card-content {
  z-index: 1;
  background-color: var(--background);
  border-radius: 11px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.product-card {
  width: 100%;
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  color: var(--text-muted);
  background-color: #0000;
  border-radius: 12px;
  flex: 1;
  padding: 1px;
  transition: background-color .2s, color .2s, border-color .2s;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  color: var(--heading);
}

.product-thumb {
  width: 100%;
  box-shadow: 0 2px 2px -1.5px var(--backgrop);
  border-radius: 10px;
  flex: 1;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.awards-rte a {
  border-bottom: 1px solid var(--border);
  transition: border-color .2s, color .2s;
  display: inline-block;
}

.awards-rte a:hover {
  border-bottom-color: var(--heading);
  color: var(--heading);
}

.team-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.content-divider {
  background-color: var(--border);
  height: .5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-hflex-left-center {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-gap-18 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.fcard-image_wrap {
  border-radius: 11px;
  height: 100%;
  overflow: clip;
}

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

.footer-top {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.overflow-link_card {
  position: absolute;
  inset: 0%;
}

.overflow-link_card.works-card {
  padding: .94rem;
}

.cc-relative {
  position: relative;
}

.margin-top-8 {
  margin-top: .5rem;
}

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

.partner-link {
  border-radius: .5rem;
  max-width: 150px;
  position: relative;
  overflow: hidden;
}

.webflow-logo_svg {
  z-index: 1;
  display: block;
  position: relative;
}

.webflow-logo_svg.is-small {
  width: 7.5rem;
  height: 1.4rem;
}

.webflow-logo_path-bg {
  opacity: .8;
  color: #146ef5;
}

.webflow-logo_path-bg.is-white {
  color: #175cc8;
}

.webflow-logo_logo, .webflow-logo_text {
  color: #fff;
}

.margin-top-32 {
  margin-top: 2rem;
}

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

.text-size-32.height1 {
  line-height: 0;
}

.text-wrap-balance {
  text-wrap: balance;
}

.success-message {
  border: 1px solid var(--border);
  text-align: left;
  background-color: #1c1c1c;
  border-radius: .7rem;
}

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

.menu-item_text, .text-size-16 {
  font-size: 1rem;
}

.will-transform {
  will-change: transform;
}

.max-width-60ch {
  max-width: 40ch;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.mascot {
  justify-content: center;
  align-items: center;
  width: max(10em, 20vh);
  display: flex;
  position: relative;
}

.mascot__body-svg {
  width: 100%;
}

.mascot__face {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  top: 17%;
  left: 22%;
}

.mascot__face-svg {
  width: 40%;
  position: relative;
}

.three-column-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) 1fr minmax(0, 35%);
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.grid-bg {
  border-radius: 11px;
  position: absolute;
  inset: 0%;
}

.video-card {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--input);
  border-radius: .75em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: .75em .75em .94rem;
  transition: background-color .2s;
  display: flex;
}

.video-card-visual {
  z-index: 30;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-card-visual__img {
  border: 1px solid var(--border);
  opacity: .5;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.video-card-visual__img:hover {
  opacity: 1;
}

.video-card-visual__video {
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: opacity .2s;
}

.testimonial-bit {
  grid-row-gap: 1.5rem;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 24px 16px .64rem;
  display: flex;
}

.smaller {
  opacity: .9;
  font-size: .8em;
}

.grid-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-14 {
  font-size: .88rem;
}

.video-card-visual__video-copy {
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: opacity .2s;
}

.card-visual-video {
  height: 180px;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-block {
  position: absolute;
}

.footer-mini {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waitlistform {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 17.19rem;
}

.mid-page {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.code-embed {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #333;
  transition: opacity .2s;
}

@media screen and (max-width: 991px) {
  .body-layout {
    flex-direction: column;
  }

  .sidebar {
    border-bottom: 1px solid var(--border);
    background-color: var(--backgrop-dark);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    flex: none;
    height: auto;
    position: sticky;
    inset: 0% 0% auto;
  }

  .sidebar-header.hide-mobile {
    display: none;
  }

  .sidebar-controls-wrap {
    grid-row-gap: 24px;
  }

  .sidebar-navbar {
    overflow: auto;
  }

  .navbar-inactive-icon {
    display: none;
  }

  .footer-meta-info {
    justify-content: center;
  }

  .card {
    background-color: var(--input-hover);
  }

  .line-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .breadcrumb {
    background-color: var(--backgrop-dark);
    top: 79px;
  }

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

  .team-member-avatar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-block {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .hero-block.is-sticky {
    position: static;
  }

  .card-content-vertical {
    background-color: var(--input);
  }

  .link-underline, .shine-wrap {
    display: none;
  }

  .hero-icon {
    font-size: 2em;
  }

  .project-thumb-portrait {
    background-color: var(--input);
  }

  .sidebar-content {
    flex: none;
    width: 320px;
    height: 100dvh;
    padding-top: 5rem;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .sidebar-bg-tablet {
    z-index: 1;
    background-color: var(--backgrop-dark);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .sidebar-navbar-tablet {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 1rem 1.25rem;
    display: flex;
    position: relative;
  }

  .sidebar-tablet-brand {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    display: flex;
  }

  .sidebar-tablet-avatar-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sidebar-tablet-avatar-info {
    align-items: flex-start;
  }

  .sidebar-tablet-avatar-name {
    font-size: .875rem;
  }

  .footer-meta-list {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .prodcut-wrap {
    width: 4rem;
    height: 4rem;
  }

  .product-head-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-card-content {
    background-color: var(--input);
  }

  .product-card {
    background-color: var(--input-hover);
  }

  .sidebar-tablet-menu {
    border: 1px solid var(--border);
    background-color: var(--input-hover);
    width: 40px;
    height: 40px;
    color: var(--heading);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    display: flex;
  }

  .menu-burger, .menu-close {
    width: 1em;
    height: 1em;
    font-size: 1em;
    display: flex;
  }

  .three-column-copy {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

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

@media screen and (max-width: 767px) {
  .sidebar-header {
    padding-top: 0%;
  }

  .sidebar-header-avatar-wrap {
    width: 3rem;
    height: 3rem;
  }

  .sidebar-header-name {
    font-size: 1rem;
  }

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

  .footer-meta-socials, .footer-meta-info {
    justify-content: center;
  }

  .sidebar-header-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .line-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-cta-wrap {
    margin-top: auto;
  }

  .footer-meta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumb {
    display: none;
  }

  .contact-card-list {
    grid-column-gap: 16px;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-card-grid {
    grid-row-gap: 1rem;
  }

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

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

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

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-body {
    border-radius: 6px;
    padding: 24px 16px;
  }

  .twox-column.footer-parent {
    grid-template-columns: 1fr;
  }

  .post-introduction {
    font-variation-settings: "wght" 425;
    text-align: left;
    font-size: 1rem;
  }

  .empty-state {
    border-radius: 6px;
    padding: 16px;
  }

  .hero-block {
    grid-row-gap: 8px;
    max-width: none;
    margin-bottom: 40px;
  }

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

  .section-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-icon {
    font-size: 2.25em;
    top: .12em;
  }

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

  .utility-heading-icon {
    font-size: 2.25em;
  }

  .sidebar-navbar-tablet {
    height: auto;
  }

  .sidebar-tablet-avatar-wrap {
    width: 3rem;
    height: 3rem;
  }

  .footer-head {
    margin-bottom: 24px;
  }

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

  .product-head-wrap {
    text-align: center;
    grid-auto-flow: row;
    justify-items: center;
    width: 100%;
  }

  .product-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
  }

  .product-head-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .sidebar-tablet-menu {
    width: 36px;
    height: 36px;
    font-size: .875rem;
  }

  .content-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .three-column-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .three-column-copy.footer-parent, .grid-of-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .81rem;
  }

  .footer-meta-socials, .footer-meta-info {
    justify-content: flex-start;
  }

  .footer-meta-dot {
    display: none;
  }

  .card.no-link._10rem {
    max-width: none;
    min-height: 10rem;
  }

  .card-cta.margin-right-auto {
    flex: none;
  }

  .tools-head-long {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }

  .thumb-3x-column, .map-links-grid, .newsletter-wrap {
    grid-template-columns: 1fr;
  }

  .newsletter-content {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .newsletter-image-wrap {
    width: 100%;
  }

  .container {
    padding-top: 0;
  }

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

  .twox-column.fotter-menus {
    grid-template-columns: .75fr 1fr;
  }

  .twox-column.mobile-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-grid {
    text-align: left;
    grid-template-columns: 1fr;
    place-items: center start;
  }

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

  .team-member-avatar-info {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .content-block {
    padding-top: 0;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .newsletter-image-outline {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .hero-icon {
    margin-right: 8px;
  }

  .sidebar-content {
    width: 80%;
  }

  .sidebar-tablet-brand {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sidebar-tablet-avatar-wrap {
    width: 2rem;
    height: 2rem;
  }

  .sidebar-tablet-avatar-name, .sidebar-tablet-avatar-title {
    font-size: .75rem;
  }

  .footer-meta-list {
    align-items: flex-start;
  }

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

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

  .three-column-copy.fotter-menus {
    grid-template-columns: .75fr 1fr;
  }

  .three-column-copy.mobile-2 {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-aca6f791-534e-f280-0b4a-8618c40062b9-c4918f72, #w-node-_452dd476-c954-b53c-6990-2037562eeb1a-c4918f72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20722174-b585-50be-c6de-c6b15faa25dd-c4918f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20722174-b585-50be-c6de-c6b15faa25e0-c4918f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dfd48b93-e005-06d9-2ad4-a0eb4868d17a-c4918f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfd48b93-e005-06d9-2ad4-a0eb4868d183-c4918f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f47b6739-cd3a-9a42-19e0-61fadcf8f63e-c4918f72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1218f312-c5f8-92d5-6924-915256477b84-c4918f72, #w-node-_0abe4c03-732f-f8ed-787d-8375e10fb09f-c4918f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f9f47fc-8b0e-f130-ca75-cdc7eeaadaca-eeaadac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4f9f47fc-8b0e-f130-ca75-cdc7eeaadacf-eeaadac8, #w-node-_567f7b3d-53a2-59ff-f5b4-830669a2f87e-eeaadac8, #w-node-_567f7b3d-53a2-59ff-f5b4-830669a2f898-eeaadac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff4c-61aaff4a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Email-2.w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff5b-61aaff4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff5c-61aaff4a {
  justify-self: end;
}

#w-node-eacc2d30-a4dd-830a-6465-604deefccf3c-eefccf33, #w-node-_77b0b44c-a1c0-147e-076b-916ca285cc4c-c4918f76, #w-node-ddd9201c-4902-fec8-05c5-e75fa2214fa3-c4918f77, #w-node-_0b816a0d-4b20-6cdc-5311-d7b39af90303-c4918f77, #w-node-_092c14f9-f4ab-5818-6798-ab8a01b2f68a-c4918f77, #w-node-_73a56efd-c6de-501e-0961-f2649075254a-c4918f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2c14a44-0f9c-abe1-6140-534369228fe2-c4918f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11b37cf0-2d4f-ab47-a08c-2ec24bd56f10-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_497da4c6-d155-ec97-cec0-775e3de3da53-c4918f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_80ba2abe-8bdf-e9a9-d2b4-680d5de1f0fa-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e9b5bc34-b2c1-7b55-34b0-d47bd25ca922-c4918f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1358f738-4f2a-5cee-602d-046aae259cf7-c4918f78, #w-node-d7b0ad9c-4ded-0767-8618-bc8559d783b3-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c98478fb-b849-c8b6-5d74-2ac4447cab12-c4918f78 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_093978ed-d865-aab7-a8b5-c090d453e27a-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c986120-4a92-938d-1d24-6b52be79ada7-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_514b6dfd-cb5e-8d8e-9d05-c59369cbd762-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_514b6dfd-cb5e-8d8e-9d05-c59369cbd767-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5949b375-8fd2-7519-620c-0a4d7ee3d0d8-c4918f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_022b3e29-975d-00d0-46f4-1a691728e27c-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_586e4c93-2eba-d515-1276-04e6e65a44a7-c4918f78, #w-node-_85d6ab6b-30bd-fc24-366d-845f7e32044a-c4918f78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#name.w-node-dded5a54-873d-d79f-ebda-88c1618dbf98-c4918f78, #email.w-node-dded5a54-873d-d79f-ebda-88c1618dbf9b-c4918f78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field.w-node-a612c34c-b2f2-57d5-3790-23f702446650-c4918f78 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-c4918f78 {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-cb046bd4-e224-49d9-5233-1d297f470d47-c4918f82, #w-node-_680c1e85-d66a-0e6c-dd4c-a69c3050cbbc-c4918f82, #w-node-_1f69e7f0-75ae-85fd-0ad6-31196bcfc4f5-c4918f83, #w-node-_48f0b108-87da-18cb-d28f-aaa5119f8a40-c4918f84, #w-node-_48f0b108-87da-18cb-d28f-aaa5119f8a84-c4918f84, #w-node-_48f0b108-87da-18cb-d28f-aaa5119f8a87-c4918f84, #w-node-_74482500-5b91-33fb-4fec-d8a8c1dfa6cf-1a363070, #w-node-_74482500-5b91-33fb-4fec-d8a8c1dfa730-1a363070, #w-node-_74482500-5b91-33fb-4fec-d8a8c1dfa73c-1a363070, #w-node-_74482500-5b91-33fb-4fec-d8a8c1dfa757-1a363070 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74482500-5b91-33fb-4fec-d8a8c1dfa771-1a363070 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-da4312c9-04b0-bfec-fb13-5d79863461a0-1a363070 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634620d-1a363070 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634621d-1a363070 {
  justify-self: end;
}

#w-node-_1f69e7f0-75ae-85fd-0ad6-31196bcfc4f5-01a2e47b, #w-node-_1f69e7f0-75ae-85fd-0ad6-31196bcfc4f5-376fcf16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634620d-723cbaa0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634621d-723cbaa0 {
  justify-self: end;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634620d-7c97bf57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634621d-7c97bf57 {
  justify-self: end;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634620d-156d9865 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634621d-156d9865 {
  justify-self: end;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634620d-d3acf42b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da4312c9-04b0-bfec-fb13-5d798634621d-d3acf42b {
  justify-self: end;
}

#w-node-_51005927-9948-2d90-b9ae-f8fbb15412a0-f21185b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51005927-9948-2d90-b9ae-f8fbb15412a3-f21185b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_51005927-9948-2d90-b9ae-f8fbb15412c4-f21185b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email.w-node-dded5a54-873d-d79f-ebda-88c1618dbf9b-dec6a254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-dec6a254 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: start;
}

#w-node-_1f69e7f0-75ae-85fd-0ad6-31196bcfc4f5-fdd57f91, #w-node-_1f69e7f0-75ae-85fd-0ad6-31196bcfc4f5-f463d1c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d36c99fd-7b27-4cb6-19e3-61ddcaef2e8e-c4918f72, #w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff4c-61aaff4a {
    grid-column: span 1 / span 1;
  }

  #w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff5c-61aaff4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_140e5f98-62c1-801d-ceca-c3bec497a18b-c4918f75, #w-node-b0733d78-b285-d2fa-fe15-f0234f377bac-c4918f75, #w-node-_0f3c3aad-ea72-70ab-54d1-6bf057dcd243-c4918f75 {
    grid-column: span 1 / span 1;
  }

  #w-node-f2cd731c-6dc8-8795-356a-19b66bc4ac1b-c4918f78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_820d1d30-f24c-dc3f-7477-27f3b596b77c-c4918f78 {
    justify-self: end;
  }

  #w-node-_1eda0310-5226-5601-517c-308c720f7614-c4918f78, #w-node-c98478fb-b849-c8b6-5d74-2ac4447cab12-c4918f78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5949b375-8fd2-7519-620c-0a4d7ee3d0d8-c4918f78 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5949b375-8fd2-7519-620c-0a4d7ee3d0da-c4918f78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5949b375-8fd2-7519-620c-0a4d7ee3d0e1-c4918f78 {
    justify-self: end;
  }

  #w-node-_022b3e29-975d-00d0-46f4-1a691728e27c-c4918f78 {
    grid-column: span 2 / span 2;
  }

  #name.w-node-dded5a54-873d-d79f-ebda-88c1618dbf98-c4918f78, #email.w-node-dded5a54-873d-d79f-ebda-88c1618dbf9b-c4918f78, #field.w-node-a612c34c-b2f2-57d5-3790-23f702446650-c4918f78 {
    grid-column: span 1 / span 1;
  }

  #w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-c4918f78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634620d-1a363070 {
    grid-column: span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-1a363070 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634620d-723cbaa0 {
    grid-column: span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-723cbaa0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634620d-7c97bf57 {
    grid-column: span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-7c97bf57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634620d-156d9865 {
    grid-column: span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-156d9865 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634620d-d3acf42b {
    grid-column: span 1 / span 1;
  }

  #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-d3acf42b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac36ba55-dd73-7041-4efb-f661ba7964a7-f21185b4, #email.w-node-dded5a54-873d-d79f-ebda-88c1618dbf9b-dec6a254 {
    grid-column: span 1 / span 1;
  }

  #w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-dec6a254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3a69cab-9b5b-0677-dbb7-ef1c61aaff5c-61aaff4a {
    justify-self: stretch;
  }

  #w-node-_77b0b44c-a1c0-147e-076b-916ca285cc4c-c4918f76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c986120-4a92-938d-1d24-6b52be79ada7-c4918f78, #w-node-_514b6dfd-cb5e-8d8e-9d05-c59369cbd767-c4918f78 {
    justify-self: start;
  }

  #w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-c4918f78, #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-1a363070, #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-723cbaa0, #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-7c97bf57, #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-156d9865, #w-node-da4312c9-04b0-bfec-fb13-5d798634621d-d3acf42b, #w-node-dded5a54-873d-d79f-ebda-88c1618dbf9c-dec6a254 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/SchibstedGrotesk-Italicwght.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  src: url('../fonts/SchibstedGroteskwght.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}