:root {
  --_theme---bg-primary: var(--brand--cream);
  --_theme---text-primary: var(--brand--dark);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --_theme---text-secondary: var(--brand--dark-mute);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--brand--white-mute);
  --brand--orange: #f9b44b;
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--brand--cream-mute);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>: var(--base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --_theme---text-label: var(--brand--grey-mute);
  --_theme---bg-secondary: var(--brand--cream-light);
  --_theme---shadow: var(--brand--black-mute);
  --_theme---bg-polaroid: var(--brand--white);
  --_theme---light-glow: var(--brand--cream);
  --_theme---bg-label: var(--brand--balck);
  --brand--dark: #1b1b1b;
  --brand--white: white;
  --brand--white-mute: #ffffff21;
  --brand--cream-light: #fffcf5;
  --brand--cream: #faf6ec;
  --brand--cream-mute: #faf6ec99;
  --brand--balck: black;
  --brand--black-mute: #00000021;
  --brand--dark-medium: #303030;
  --brand--dark-mute: #1b1b1b99;
  --brand--grey-mute: #e6e6e6;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-neutral--black\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #000;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

body {
  background-color: var(--_theme---bg-primary);
  color: var(--_theme---text-primary);
  font-family: Worksans, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

h2, h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_theme---text-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_form {
  flex-flow: column;
  display: flex;
}

.padding-global {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.form_input {
  background-color: var(--_theme---bg-primary);
  border: 1px solid #c5c0b2;
  border-radius: .125rem;
  min-height: 2.625rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input:focus {
  border-color: var(--_theme---text-primary);
}

.form_input::placeholder {
  color: var(--_theme---text-secondary);
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

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

.text-size-large {
  font-size: 1.5rem;
}

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

.button {
  border: 2px solid var(--_theme---text-primary);
  background-color: var(--_theme---bg-primary);
  color: var(--_theme---text-primary);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.hide {
  display: none;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.section_hero {
  min-height: 100svh;
  padding-top: 5rem;
  position: relative;
  overflow-x: clip;
}

.nav_fixed {
  z-index: 99;
  position: absolute;
  inset: 0% 0% auto;
}

.canvas {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

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

.menu-icon1 {
  isolation: isolate;
  position: relative;
  box-shadow: inset 0 0 5px #0000000a, inset 0 0 15px #00000014;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  isolation: isolate;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 9px #0000000a, inset 0 0 29px #00000014;
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 3rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 73.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.logo {
  color: var(--_theme---text-primary);
  width: 17.125rem;
}

.theme-mode_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.theme-mode_icon {
  width: 2.625rem;
}

.draw-mode_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draw-mode_icon {
  width: 2rem;
}

.navbar_bg, .meni-icon_img {
  z-index: -1;
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.45fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home-header_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_theme---bg-secondary);
  box-shadow: 0 1px 3px 0 var(--_theme---shadow);
  isolation: isolate;
  flex-flow: column;
  flex: 1;
  padding: 2.25rem 2rem;
  display: flex;
  position: relative;
}

.pins_wrap {
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .75rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pins_pin {
  width: 1.125rem;
  height: 1.125rem;
}

.home-card_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-card_shot-wrap {
  background-color: var(--_theme---bg-polaroid);
  box-shadow: 0 0 5px 0 var(--_theme---shadow);
  padding: .25rem;
  transform: rotate(-3deg);
}

.home-card_buck-img {
  width: 6.25rem;
  min-width: 6.25rem;
}

.home-card_header-content {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.read-story_link {
  color: var(--_theme---text-secondary);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.read-story_icon {
  color: var(--_theme---text-secondary);
  width: .9375rem;
  height: 1rem;
}

.home-card_header-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-card_middle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  line-height: 1;
  display: flex;
}

.home-card_middle-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px dashed var(--_theme---shadow);
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.home-card_update-icon {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}

.submit-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 2px solid var(--_theme---text-primary);
  background-color: var(--_theme---bg-primary);
  color: var(--_theme---text-primary);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  padding: .625rem 1rem;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.submit-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.submit-button.is-small {
  padding: .5rem 1.25rem;
}

.submit-button.is-large {
  padding: 1rem 2rem;
}

.submit-button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary\<deleted\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.submit-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form_submit-icon {
  color: var(--_theme---text-primary);
  width: 1rem;
  height: .8125rem;
}

.form_submit-icon-wrap {
  padding: .1875rem .125rem;
}

.services_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 2.5rem;
  display: grid;
}

.services_card {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: var(--_theme---bg-secondary);
  box-shadow: 0 1.25px 3.75px 0 var(--_theme---shadow);
  isolation: isolate;
  flex-flow: column;
  padding: 2.375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_card.is-1 {
  transform: rotate(-.4deg);
}

.services_card.is-2 {
  transform: rotate(.4deg);
}

.services_card.is-3 {
  transform: rotate(.5deg);
}

.services_card.is-4 {
  transform: rotate(.3deg);
}

.services_img {
  width: 4.75rem;
}

.services_img.dark {
  display: none;
}

.services_img._3 {
  width: 8.5625rem;
}

.services_img._4 {
  width: 6.25rem;
}

.services_content {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  font-size: 1.125rem;
  display: flex;
}

.services_radical-bg {
  z-index: -1;
  background-image: linear-gradient(131deg, var(--_theme---light-glow), var(--_theme---bg-primary) 39%);
  opacity: .15;
  filter: blur(40px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body {
  --_theme---bg-primary: var(--brand--cream);
  --_theme---text-primary: var(--brand--dark);
  --_theme---text-secondary: var(--brand--dark-mute);
  --_theme---text-label: var(--brand--grey-mute);
  --_theme---bg-secondary: var(--brand--cream-light);
  --_theme---shadow: var(--brand--black-mute);
  --_theme---bg-polaroid: var(--brand--white);
  --_theme---light-glow: var(--brand--cream);
  --_theme---bg-label: var(--brand--balck);
  transition: all .25s;
}

.body.dark {
  --_theme---bg-primary: var(--brand--dark);
  --_theme---text-primary: var(--brand--cream);
  --_theme---text-secondary: var(--brand--cream-mute);
  --_theme---text-label: var(--brand--dark);
  --_theme---bg-secondary: var(--brand--dark-medium);
  --_theme---shadow: #00000070;
  --_theme---bg-polaroid: #e8e8e8;
  --_theme---light-glow: var(--brand--orange);
  --_theme---bg-label: var(--brand--white);
}

.theme-mode_icon-wrap {
  cursor: pointer;
  position: relative;
}

.clear_text {
  opacity: 0;
  position: absolute;
}

.hero-slider {
  background-color: var(--_theme---bg-polaroid);
  width: 43.5rem;
  height: 31.75rem;
  padding: .25rem;
}

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

.hero-slider_mask {
  height: 100%;
}

.hero-slider_img-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-slider_slide-number {
  display: none;
}

.hero-slider_slide-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--_theme---bg-polaroid);
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.tag {
  background-color: var(--_theme---bg-label);
  padding: .25rem .75rem;
}

.tag.rotate_1-3 {
  transform: rotate(1.3deg);
}

.tag.rotate_4 {
  transform: rotate(4deg);
}

.tag.rotate_1-5 {
  transform: rotate(1.5deg);
}

.tag.rotate_-0-5 {
  transform: rotate(-.5deg);
}

.tag.rotate_2 {
  transform: rotate(2deg);
}

.tag.rotate_1 {
  transform: rotate(1deg);
}

.tag_text {
  color: var(--_theme---text-label);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.hero-slider_slide-top {
  flex: 1;
}

.hero-slider_slide-content {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.hero-slider_arrow {
  border: 2px solid var(--_theme---text-primary);
  background-color: var(--_theme---bg-primary);
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  inset: auto auto .75rem .75rem;
  overflow: hidden;
}

.hero-slider_arrow.right {
  inset: auto .75rem .75rem auto;
  inset: auto .75rem .75rem auto;
}

.hero-slider_arrow-icon {
  color: var(--_theme---text-primary);
  width: .75rem;
  margin-top: -13px;
}

.light-bulb_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  overflow-x: clip;
}

.how-started_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.how-started_col {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.how-started_col.first {
  padding-top: 8rem;
}

.how-started_card.is-1, .how-started_card.is-3 {
  width: 22.125rem;
}

.how-started_card {
  background-color: var(--_theme---bg-polaroid);
  box-shadow: 0 0 5px 0 var(--_theme---shadow);
  padding: .25rem .25rem .75rem;
}

.how-started_card.rotate_-2 {
  transform: rotate(-2deg);
}

.how-started_card.rotate_2-2 {
  transform: rotate(2.2deg);
}

.how-started_card.rotate_5 {
  transform: rotate(5deg);
}

.how-started_card.rotate_-8 {
  transform: rotate(-8deg);
}

.how-started_card.rotate_-3 {
  transform: rotate(-3deg);
}

.how-started_card.is-1, .how-started_card.is-3 {
  width: 22.125rem;
}

.how-started_card.is-1, .how-started_card.is-3 {
  width: 22.125rem;
}

.how-started_card.is-5 {
  width: 24.75rem;
}

.how-started_card.is-7 {
  width: 16.25rem;
}

.how-started_card.is-10 {
  width: 20rem;
}

.how-started_card.is-8 {
  width: 17.625rem;
}

.how-started_card.is-9 {
  width: 18.75rem;
}

.how-started_img-wrap {
  overflow: hidden;
}

.how-started_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.how-started_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.how-started_heading {
  font-size: 2.25rem;
}

.contact-modal_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal_component {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-modal_content-wrapper {
  isolation: isolate;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
  padding: 0;
  position: relative;
}

.contact-modal_close-button {
  border: 2px solid var(--_theme---text-primary);
  color: var(--_theme---text-primary);
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}

.letter_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_theme---bg-primary);
  flex-flow: column;
  max-height: 90vh;
  padding: 1.875rem;
  font-family: Cutivemono, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: auto;
}

.letter_middle_box {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  color: var(--_theme---text-secondary);
  flex-flow: column;
  display: flex;
}

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

.letter_middle_img-wrap {
  box-shadow: 0 0 5px 0 var(--_theme---shadow);
  display: inline-block;
  position: relative;
}

.letter_middle_img-wrap.is-1 {
  transform: rotate(-.6deg);
}

.letter_middle_img-wrap.is-2 {
  transform: rotate(-1.5deg);
}

.letter_middle_img.is-1 {
  aspect-ratio: 3 / 4;
  width: 18.75rem;
}

.letter_middle_img.is-2 {
  aspect-ratio: 4 / 3;
  width: 25rem;
}

.letter_header_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
}

.letter_footer_box {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
}

.letter_footer_person_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.letter_footer_person_img {
  border-radius: 5rem;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
}

.letter_footer_person_conetnt {
  flex-flow: column;
  display: flex;
}

.tape {
  width: 7.5rem;
  position: absolute;
  inset: -1rem 4rem auto auto;
}

.letter_bg {
  z-index: -1;
  background-color: var(--_theme---bg-primary);
  background-image: url("https://cdn.prod.website-files.com/68700009e2370d6942361403/68781834410ab9e482aca08f_Joseph-.webp");
  background-position: 50% 0;
  background-size: cover;
  width: 98%;
  height: 103%;
  position: absolute;
  top: .25%;
  left: -.5%;
  transform: rotate(-2deg);
}

.buck-sign {
  width: 7.625rem;
  height: 2.8125rem;
}

.footer_text {
  color: var(--_theme---text-secondary);
  text-transform: uppercase;
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.footer_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_left-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.preload_component {
  z-index: 9999;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preload_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_theme---bg-primary);
  isolation: isolate;
  background-image: url("https://cdn.prod.website-files.com/68700009e2370d6942361403/6878254a22887d0171a10eae_dot-pattren.svg");
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: relative;
}

.preload_img {
  width: 14rem;
  max-width: 15rem;
}

.preload_text {
  font-family: Spacemono, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.preload_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.draw-canvas {
  z-index: 98;
  display: none;
  position: fixed;
  inset: 0%;
}

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

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.625rem;
    height: 2.625rem;
    margin-right: -.25rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: #0000;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact-modal_content-wrapper {
    width: 90%;
    max-width: none;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_hero {
    padding-top: 6rem;
  }

  .navbar1_menu-buttons {
    box-shadow: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 0 .5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar1_container {
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .menu-icon1_line-middle {
    width: 30px;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .logo {
    width: 10rem;
  }

  .navbar_bg {
    display: none;
  }

  .home-header_component {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .services_component {
    order: -1;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .services_content {
    font-size: 1rem;
  }

  .hero-slider {
    width: calc(100vw - 2.5rem);
  }

  .how-started_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .how-started_col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .how-started_header {
    order: -1;
  }

  .contact-modal_component {
    justify-content: center;
    align-items: center;
  }

  .contact-modal_content-wrapper {
    width: 90%;
    max-height: none;
  }

  .letter_wrapper {
    font-size: 1rem;
  }

  .tape {
    width: 4rem;
    top: -.5rem;
    right: 2rem;
  }

  .hero_wrapper {
    flex-flow: column;
    display: flex;
  }

  .footer_component {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_left-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preload_img {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small.mobile-xsmall {
    font-size: .75rem;
  }

  .button {
    flex: 1;
    font-size: .8125rem;
  }

  .navbar1_menu-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo {
    width: 8rem;
  }

  .theme-mode_wrap {
    width: 100%;
  }

  .theme-mode_button-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .theme-mode_icon {
    width: 2rem;
  }

  .draw-mode_wrap {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    width: 100%;
  }

  .draw-mode_icon {
    width: 1.5rem;
  }

  .home-header_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-card_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-card_middle-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .home-card_update-icon {
    width: 1rem;
    min-width: 1rem;
  }

  .submit-button {
    flex: 1;
    font-size: .8125rem;
  }

  .services_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-slider {
    height: 28rem;
  }

  .hero-slider_slide-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 5.5rem;
  }

  .hero-slider_arrow, .hero-slider_arrow.right, .hero-slider_arrow.right {
    bottom: 2.25rem;
  }

  .hero-slider_arrow-icon {
    margin-top: -15px;
  }

  .how-started_component {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .how-started_col.first {
    padding-top: 0;
  }

  .how-started_card.is-1, .how-started_card.is-3, .how-started_card.is-5 {
    width: 100%;
  }

  .how-started_card.is-10, .how-started_card.is-9, .how-started_card.is-1, .how-started_card.is-3, .how-started_card.is-5 {
    width: 100%;
  }

  .how-started_card.is-7 {
    width: 80%;
  }

  .how-started_card.is-10, .how-started_card.is-9 {
    width: 100%;
  }

  .contact-modal_close-button {
    right: 1rem;
  }

  .letter_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .letter_middle_img-row {
    flex-flow: column;
  }

  .letter_middle_img.is-1, .letter_middle_img.is-2, .letter_middle_img.is-1, .letter_middle_img.is-2 {
    width: 100%;
  }

  .letter_header_box {
    flex-flow: column;
  }

  .letter_footer_box {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .buck-sign {
    order: 1;
  }
}

#w-node-b7f7b391-694e-9b62-8de5-f1cf4e74afaa-42361456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_55c909ad-7383-70ca-f47b-2d6a01bc263b-42361456 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43611492-e6ba-2f57-e37d-13a91a7f0023-42361456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
