:root {
  --fonts--body: Roboto, sans-serif;
  --fonts--headings: Oswald, sans-serif;
  --neutral-800: #fff;
  --neutral-900: #000;
  --white: white;
  --primary-lighter: #fdfbfa;
  --primary-brand: #000;
  --body-text-light: #f5f5f5b3;
  --neutral-50: whitesmoke;
  --neutral-500: #838383;
  --primary-dark: #000;
  --primary-light: #fff8ee;
  --red-400: #d92525;
  --untitled-ui--white: white;
  --white-shade-80: #fffc;
  --black-shade-60: #0009;
  --black-shade-80: #000c;
  --black-shade-20: #0003;
  --broders: #83838340;
  --black: black;
  --shadow-10: #8383831a;
  --body-text-dark: #0a0a0ab3;
  --primary-darker: #050300;
  --untitled-ui--primary100: #7a0002;
  --shadow-40: #83838366;
  --neutral-700: #494949;
  --neutral-600: #5c5c5c;
  --neutral-400: #a4a4a4;
  --neutral-300: #cacaca;
  --neutral-200: #dedede;
  --neutral-100: #ebebeb;
  --orange-400: #f28022;
  --orange-300: #fd9b27;
  --orange-200: #fecd88;
  --orange-100: #fff3e2;
  --blue-400: #069adf;
  --blue-300: #0aa8ee;
  --blue-200: #81d3f6;
  --blue-100: #e1f5fd;
  --red-300: #f93c2a;
  --red-200: #eb706d;
  --red-100: #ffebed;
  --green-400: #17903a;
  --green-300: #2eb14e;
  --green-200: #74c984;
  --green-100: #e8f5e6;
  --white-shade-40: #fff6;
  --untitled-ui--primary600: #fff;
  --untitled-ui--gray700: #fff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #970003;
  --untitled-ui--gray900: #8d8d8d;
  --untitled-ui--primary300: #421516;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary700: #fff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50-2: #252525;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--white: white;
  --untitled-ui--primary800: #53389e;
  --white-shade-60: #fff9;
  --white-shade-20: #fff3;
  --black-shade-40: #000000b8;
  --shadow-70: #838383b3;
  --color: white;
  --untitled-ui--gray200: #eaecf0;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

body {
  font-family: var(--fonts--body);
  letter-spacing: .02rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-family: var(--fonts--headings);
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

h6 {
  font-family: var(--fonts--headings);
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral-900);
  padding: 0;
  text-decoration: none;
}

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

li {
  margin-bottom: .5rem;
}

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxs {
  padding: .25rem;
}

.padding-xs {
  align-self: flex-end;
  padding: .5rem;
}

.padding-sm {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 1rem;
}

.padding-md {
  padding: 2rem;
}

.padding-lg {
  padding: 3rem;
}

.padding-xl {
  padding: 4rem;
}

.padding-xxl {
  padding: 5rem;
}

.padding-hg {
  padding: 6rem;
}

.padding-xhg {
  padding: 8rem;
}

.padding-xxh {
  padding: 12rem;
}

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

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

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

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

.padding-vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-lg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
}

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

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxs {
  margin: .25rem;
}

.margin-xs {
  margin: .5rem;
}

.margin-sm {
  margin: 1rem;
}

.margin-md {
  margin: 2rem;
}

.margin-lg {
  margin: 3rem;
}

.margin-xl {
  margin: 4rem;
}

.margin-xxl {
  margin: 5rem;
}

.margin-hg {
  margin: 6rem;
}

.margin-xh {
  margin: 8rem;
}

.margin-xxh {
  margin: 12rem;
}

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

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

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

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

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

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

.page-wrapper {
  background-color: #fff;
  overflow: clip;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.show {
  display: block;
}

.max-width-xxs {
  width: 100%;
  max-width: 12rem;
}

.position-fixed {
  position: fixed;
}

.max-width-full {
  align-self: stretch;
  width: 100%;
  max-width: none;
}

.max-width-xl {
  width: 100%;
  max-width: 64rem;
}

.hide {
  display: none;
}

.padding-global {
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

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

.max-width-sm {
  width: 100%;
  max-width: 20rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-xxl {
  width: 100%;
  max-width: 80rem;
}

.show-tablet {
  display: none;
}

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

.overflow-scroll {
  overflow: scroll;
}

.max-width-md {
  width: 100%;
  max-width: 32rem;
}

.overflow-auto {
  overflow: auto;
}

.position-sticky {
  position: sticky;
}

.show-mobile {
  display: none;
}

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

.position-absolute {
  position: absolute;
}

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

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

.max-width-xs {
  width: 100%;
  max-width: 16rem;
}

.position-relative {
  position: relative;
}

.max-width-lg {
  align-self: flex-start;
  width: 100%;
  max-width: 48rem;
}

.container-full {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.container-full.frame {
  justify-content: flex-end;
  display: flex;
}

.container-full.middle {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.header {
  z-index: 500;
}

.style---classes {
  display: none;
}

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

.section-padding-md {
  flex: 1;
  align-self: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.heading-sm {
  color: var(--white);
  text-transform: capitalize;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
}

.style---column-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.tricks {
  opacity: 1;
  color: var(--primary-lighter);
  letter-spacing: .1rem;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 5px 4px 1px #000, 5px 4px 1px #fff;
  padding-bottom: 42px;
  font-family: Ognla, Impact, sans-serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1;
}

.tricks.small {
  font-size: 4.7rem;
}

.tricks.sub-page {
  padding-bottom: 0;
  font-size: 2.9rem;
}

.tricks.sub {
  font-size: 3.6rem;
}

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

.subtitle {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: .75rem;
}

.subtitle.text-color-primary {
  color: #000;
}

.subtitle.text-color-primary-copy {
  color: var(--primary-lighter);
}

.heading-md {
  color: var(--neutral-900);
  text-align: left;
  text-transform: capitalize;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 2.5rem;
  font-weight: 900;
}

.heading-md.color-primary {
  color: var(--primary-brand);
}

.heading-md.text-color-white.center {
  color: var(--neutral-900);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.heading-lg {
  color: var(--neutral-900);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-padding-xl {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-padding-xxl {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.section-padding-hg {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

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

.text-size-xs {
  font-size: .75rem;
  font-weight: 400;
}

.text-size-tiny {
  font-size: .625rem;
  font-weight: 400;
}

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

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

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

.heading-xs {
  color: var(--neutral-900);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-xs.text-color-white {
  font-size: 1.9rem;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.button-wrapper._50 {
  padding-top: 19px;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

.text-muted {
  opacity: .4;
}

.text-all-caps {
  letter-spacing: .2rem;
  text-transform: uppercase;
}

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

.text-underline {
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

.text-bold {
  font-weight: 700;
}

.text-xbold {
  font-weight: 800;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-light {
  font-weight: 300;
}

.rich-text {
  padding: 2rem;
}

.rich-text h6 {
  font-weight: 600;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text.max-width-lg img {
  border-radius: 1rem;
}

.rich-text.max-width-lg blockquote {
  border-left-style: none;
  font-weight: 500;
}

.rich-text p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.rich-text.on-dark {
  color: var(--body-text-light);
}

.rich-text.on-dark img {
  border-radius: 1rem;
}

.rich-text.on-dark h2 {
  color: var(--neutral-50);
}

.rich-text.on-dark blockquote {
  background-color: var(--body-text-light);
  color: var(--neutral-900);
  border-left-style: none;
  border-radius: 1rem;
  padding: 4rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.text-color-black {
  color: var(--neutral-900);
}

.text-color-grey {
  color: var(--neutral-500);
}

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

._3-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.btn-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--neutral-800);
  text-transform: capitalize;
  border-radius: .2rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border: 1px solid #fff;
  transform: scale(.95);
}

.btn-primary.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary.is-white:hover {
  background-color: var(--primary-light);
}

.btn-primary.form-button {
  align-self: center;
  position: relative;
}

.btn-primary-thin {
  background-color: var(--neutral-800);
  color: var(--neutral-50);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 5rem;
  padding: 1rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.btn-primary-thin:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.btn-primary-thin.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary-thin.is-white:hover {
  background-color: var(--primary-light);
}

.btn-primary-lg {
  background-color: var(--neutral-800);
  color: var(--neutral-50);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 7rem;
  height: 7rem;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-lg:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.btn-primary-lg.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primary-lg.is-white:hover {
  background-color: var(--primary-light);
}

.bg-is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.border-white {
  border: 1px solid var(--neutral-50);
  color: var(--neutral-50);
}

.btn-secondary-thin {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-900);
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 5rem;
  padding: 1rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.btn-secondary-thin:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-secondary-thin.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
}

.btn-secondary-thin.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.btn-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--red-400);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--untitled-ui--white);
  text-transform: capitalize;
  white-space: pre;
  word-break: normal;
  background-color: #d92525;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 900;
  transition: all .3s;
  display: flex;
}

.btn-secondary:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-secondary.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
  align-self: flex-start;
}

.btn-secondary.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.btn-secondary.margin-top10 {
  margin-top: 20px;
}

.btn-secondary.secondary {
  background-color: #a92f2300;
}

.btn-secondary-lg {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-900);
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 7rem;
  height: 7rem;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
}

.btn-secondary-lg:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-secondary-lg.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
}

.btn-secondary-lg.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.icons-outlined {
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 12px;
  font-family: Icons Oulined, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icons-outlined.is-large {
  font-size: 1.5rem;
}

.navbar-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.pre-loader {
  z-index: 500;
  background-color: var(--neutral-50);
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-items {
  z-index: 20;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.content-items.hero {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}

.content-items.hero.garage {
  padding-top: 0;
  padding-bottom: 0;
}

.brand {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1.75rem;
  display: flex;
}

.brand.w--current {
  border-radius: 8em;
  transition: transform .2s;
  overflow: hidden;
}

.brand.w--current:hover {
  transform: scale(1.2);
}

.brand.large {
  z-index: 200;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 20em;
  flex-direction: column;
}

.menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.button {
  cursor: pointer;
}

.button.scroll {
  color: var(--neutral-50);
  align-self: flex-start;
  margin-right: 10rem;
}

.nav-items {
  display: flex;
}

.pre-loader-content {
  z-index: 20;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 15;
  flex-direction: column;
  padding-top: 10rem;
  position: relative;
}

.background {
  background-image: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background.bbgradient {
  background-image: linear-gradient(#0000 2%, #000 14% 90%, #fff0);
}

.bg-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: none;
}

.bg-image.hero {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  position: absolute;
  transform: none;
}

.bg-image.cta {
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-width: 100vw;
}

.bg-image.about.sstick {
  border-radius: 19px;
  overflow: visible;
}

.bg-image.services {
  opacity: 1;
  background-image: linear-gradient(#0000009c, #0000009c);
  background-position: 0 0;
}

.bg-image.newsletter {
  background-image: linear-gradient(to bottom, var(--black-shade-80), var(--black-shade-80)), url('../images/hoosgarage_412152372_888594195915058_2356741954797059843_n_1hoosgarage_412152372_888594195915058_2356741954797059843_n.avif');
  direction: ltr;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-width: 100vw;
  position: static;
}

.bg-image.projects {
  transform: none;
}

.bg-image.landing {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-width: 100vw;
  transform: none;
}

.bg-image.projects {
  transform-style: preserve-3d;
  background-image: url('../images/pexels-max-rahubovskiy-6969780_1pexels-max-rahubovskiy-6969780.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-width: 100vw;
  transform: none;
}

.bg-image.about {
  background-image: linear-gradient(#0003, #0003);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.bg-image.hero-copy {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  transform: none;
}

.hero-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar {
  border: .5px solid var(--broders);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  border-radius: 1rem;
  min-width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .5s;
  overflow: hidden;
}

.navbar:hover {
  border-color: var(--white);
  background-color: var(--black);
  box-shadow: 0 3px 15px -5px var(--broders);
}

.grid-lines-wrapper {
  z-index: 15;
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-lines-wrapper.clickable-off {
  display: none;
}

.vertical-line {
  background-color: var(--broders);
  width: 1px;
  height: 100%;
}

.grid-lines {
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  opacity: .5;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-layout {
  z-index: -2;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.brands-slider {
  z-index: 10;
  border-top: 1px solid var(--broders);
  border-bottom: 1px solid var(--broders);
  background-color: var(--black);
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.brands-slider.hider {
  display: none;
}

.brands-list {
  z-index: 20;
  color: var(--neutral-800);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-card {
  color: var(--neutral-800);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 22rem;
  min-height: 8rem;
  padding: 1rem;
  display: flex;
}

.brand-single {
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  align-items: center;
  width: 6rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.logo.large {
  border: 1px solid #fff;
  border-radius: 20em;
  width: 11.7rem;
  height: 11.7rem;
  padding-top: 0;
  padding-bottom: 0;
}

.logo.dark {
  color: var(--neutral-900);
  transition: all .3s;
}

.logo.dark:hover {
  color: var(--neutral-800);
}

.top-bar {
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-button {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: none;
  overflow: hidden;
}

.hero-items-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.hero-items-wrapper.min-height-xl {
  margin-bottom: -10rem;
}

.hero-items-wrapper.min-height-xl.garagesub {
  min-height: 20rem;
  margin-bottom: 2.1rem;
}

.preloader-background {
  z-index: 15;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.pre-loader-bg-color {
  background-color: var(--neutral-900);
  width: 100%;
  height: 100%;
}

.section {
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.section.min-height-hg {
  flex-direction: column;
  display: flex;
}

.section.border-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.section.more-padding {
  background-color: #0000;
  max-width: none;
  position: relative;
}

.section.footer {
  background-color: #000;
  border-top: 1px solid #6c1212;
}

.section.hider {
  display: none;
}

.section.portfolio {
  background-image: linear-gradient(#fff0, #000 45% 78%, #0000 103%);
}

._2-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.padding-standard {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-standard.none {
  padding-left: 0;
  padding-right: 0;
}

.padding-standard.mi8ddle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style---header {
  z-index: 500;
}

.content-wrapper {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
}

.card-wrapper {
  z-index: 50;
  border-radius: 3px;
  align-self: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.card-wrapper.dotted {
  border: 1px dashed var(--broders);
}

.trust-card {
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 8rem;
  padding: 1rem;
  font-size: .75rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  border: .5px solid var(--broders);
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.position-absolute {
  z-index: 20;
  inset: 2rem 2rem auto auto;
}

.column-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-list.spacing-bottom {
  margin-bottom: 2rem;
}

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

.column-list.pc-only {
  max-width: 1440px;
  padding-bottom: 27px;
}

.column-list.mobile-only {
  display: none;
}

.column-list.margin-bottom-20 {
  margin-bottom: 20px;
}

.column-list._20 {
  width: 66%;
}

.content-heading {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-end;
  padding: 6rem 2.3rem 0;
  display: grid;
  position: relative;
}

.borders-on {
  border: 1px solid var(--broders);
}

.border-top {
  border-top: 1px solid var(--broders);
}

.border-bottom {
  border-bottom: 1px solid var(--broders);
}

.border-left {
  border-left: 1px solid var(--broders);
}

.border-right {
  border-right: 1px solid var(--broders);
}

.line-separator {
  background-color: var(--neutral-800);
  width: 5rem;
  height: 1px;
}

.line-separator.neutral-50 {
  flex: none;
  align-self: center;
}

.card-content {
  z-index: 1;
  color: var(--body-text-dark);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.infinite-slider {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  place-items: center;
  height: 100%;
  max-height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .875rem;
  display: flex;
}

.infinite-slider.text-color-white {
  color: #f5f5f5b3;
}

.top-bar-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.icons-filled {
  text-transform: none;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Icons Filled, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icons-filled.small {
  font-size: .5rem;
}

.icons-filled.huge {
  font-size: 4rem;
}

.top-bar-text {
  white-space: nowrap;
  place-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-title {
  max-width: 60rem;
  margin-bottom: .5rem;
}

.color---white {
  flex: 1;
  width: 100%;
  height: 100%;
}

.subheading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.subheading.center {
  color: var(--primary-darker);
  justify-content: center;
  align-items: center;
}

.card-items {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.card-items.projects {
  color: var(--body-text-light);
  flex: none;
  display: none;
}

.card-items.services {
  background-color: var(--black);
  color: var(--white);
  flex: none;
  padding: 2rem;
}

.card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--broders);
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.main {
  z-index: 1;
}

.loading-bar {
  z-index: 25;
  background-color: var(--untitled-ui--primary100);
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.split-content {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonial-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--body-text-light);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  display: flex;
  position: static;
}

.slider-arrow {
  z-index: 10;
  border: 1px solid var(--broders);
  color: var(--body-text-dark);
  background-color: #0000;
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  margin: 0 auto;
  padding: 1.75rem 3.5rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.slider-arrow:hover {
  background-color: var(--primary-lighter);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  opacity: 1;
  transform: scale(.95);
}

.slide-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.pre-loading-bar {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  display: flex;
  transform: scale3d(1, 2, 1);
}

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

.slide-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--broders);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.clients-quotes {
  color: var(--neutral-900);
  border-left-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.slider-mask {
  position: absolute;
  inset: 0%;
}

.quote-icon {
  color: var(--primary-brand);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.quote-info {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--body-text-dark);
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.slider-slide {
  margin-right: 1rem;
}

.quote-wrapper {
  overflow: hidden;
}

.call-to-action {
  z-index: 10;
  background-color: var(--neutral-800);
  width: 100%;
  max-width: 100vw;
}

.testimonials {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.min-height-xxs {
  width: 100%;
  min-height: 10rem;
}

.min-height-xs {
  width: 100%;
  min-height: 15rem;
}

.min-height-sm {
  width: 100%;
  min-height: 20rem;
}

.min-height-md {
  width: 100%;
  min-height: 25rem;
}

.min-height-lg {
  width: 100%;
  min-height: 30rem;
}

.min-height-xl {
  width: 100%;
  min-height: 35rem;
}

.min-height-xxl {
  width: 100%;
  min-height: 40rem;
}

.min-height-hg {
  width: 100%;
  min-height: 45rem;
}

.min-height-xh {
  width: 100%;
  min-height: 50rem;
}

.card {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.card.padding-md {
  justify-content: center;
  align-items: center;
  min-width: 301px;
}

.line-bar {
  z-index: 25;
  background-color: var(--primary-dark);
  width: 0%;
  height: .0625rem;
  margin-bottom: -.5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.newsletter {
  z-index: 10;
  background-color: var(--neutral-800);
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.form-text-field {
  border-radius: 10rem;
  flex: 1;
  margin-bottom: 0;
  padding: .25rem 1.5rem;
}

.form-text-field.is-large {
  border-radius: 1rem;
  min-height: 12rem;
  padding-top: 1rem;
}

.form-text-field.is-newsletter {
  align-self: center;
  width: 100%;
  height: 100%;
  padding-right: 8rem;
  position: absolute;
  inset: 0%;
}

.newletter-form {
  justify-content: flex-end;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: relative;
}

.newsletter-info-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--body-text-light);
  font-weight: 500;
  display: flex;
}

.collection-list-wrapper {
  z-index: 25;
  align-self: stretch;
  max-width: 100%;
  position: relative;
  overflow: auto;
}

.collection-grid-list {
  grid-template-rows: auto;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-columns: 33.33%;
  grid-auto-flow: column;
  display: grid;
}

.image-overlay {
  background-image: linear-gradient(#fff0 100%, #000);
  width: 100%;
  height: 100%;
  position: relative;
}

.splide__slide3 {
  z-index: 25;
  cursor: grab;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.splide__slide3:active {
  cursor: grabbing;
}

.collection-2-col-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer {
  z-index: 10;
}

.footer-top {
  color: var(--body-text-light);
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--broders);
  border-bottom: 1px solid var(--broders);
  color: var(--body-text-light);
  justify-content: space-between;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
}

.footer-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: 3rem;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: grid;
}

.social-media-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

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

.footer-link {
  color: var(--neutral-50);
  font-weight: 500;
}

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

.card-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--broders);
  background-color: var(--primary-lighter);
  border-radius: 1rem;
  flex-direction: column;
  align-self: center;
  min-width: 110%;
  padding: 2rem;
  display: flex;
}

.card-text-block.max-width-full {
  min-width: auto;
}

.card-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style---layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 22rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.style---sidebar {
  z-index: 1;
  height: 100vh;
  max-height: 100vh;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
  position: sticky;
  top: 0;
}

.stye---menu-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: 2rem;
  padding: .75rem;
  transition: all .3s;
  display: flex;
}

.stye---menu-link:hover {
  border-color: var(--broders);
  box-shadow: none;
  transform: scale(.95);
}

.stye---menu-link.w--current {
  border: 1px solid var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.contact-info-icon {
  color: var(--primary-dark);
  border: 1px #88888840;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.style---sidebar-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .5px solid var(--broders);
  background-color: var(--primary-lighter);
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.style---sidebar-top {
  padding: 1rem;
}

.style---logo {
  justify-content: center;
  align-items: center;
  max-width: 5rem;
  max-height: 4rem;
  padding: .25rem;
  display: flex;
}

.style---sidebar-button {
  font-weight: 500;
}

.style---sidebar-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  overflow: auto;
  box-shadow: 3px 0 15px #88888840;
}

.style---nav-brand {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: .0625rem solid var(--broders);
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.style---button-large {
  background-color: var(--neutral-800);
  border-radius: 10rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1.5rem 4.5rem;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

.style---button-large:hover {
  background-color: var(--primary-dark);
  transform: scale(.95);
}

.social-icon {
  z-index: 3;
  border: 1.5px solid var(--neutral-50);
  background-color: var(--neutral-50);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  position: relative;
}

.social-icon:hover {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--neutral-900);
  transform: translate(0, -.25rem);
}

.bg-space-2 {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.social-link-icon {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.style---section-heading {
  border-bottom: 1px solid var(--broders);
  box-shadow: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.style---stacked-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.style---subheading {
  padding-bottom: .5rem;
}

.style---content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 20px #88888840;
}

.color-card-top {
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style---main-content {
  z-index: 20;
  max-width: 100%;
  position: relative;
}

.style---main-nav {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .0625rem solid var(--broders);
  background-color: var(--primary-lighter);
  box-shadow: 0 1px 10px 0 var(--shadow-40);
  border-radius: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: grid;
  position: sticky;
  top: .5rem;
}

.style---main-heading {
  z-index: 20;
  background-color: var(--primary-darker);
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.style---button-block {
  border-radius: 1rem;
  padding: 2rem;
}

.style---button-block.black {
  color: var(--body-text-light);
  justify-content: flex-start;
}

.white {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.black-knight {
  background-color: #050505;
  flex: 1;
}

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

.color-card-bottom {
  background-color: #fff;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.style---section-menu {
  border: .0625rem solid #0000;
  border-radius: 10rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  transition: all .3s;
  display: flex;
}

.style---section-menu:hover {
  border-color: var(--broders);
  transform: scale(.95);
}

.style---section-menu.w--current {
  border-color: var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.color-card-wrapper {
  background-color: #fff;
  border: 1px solid #88888840;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 15px #88888840;
}

.style---section-wrapper {
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.black {
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.style---icons-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(2rem, 4.5rem));
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

.style---icons-block.black {
  color: var(--neutral-50);
  justify-content: stretch;
}

.style---items-block {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: .25fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.style---heading-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.style---section-content {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.style---main {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  max-width: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
}

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

._3-col-grid.auto {
  grid-template-columns: auto auto auto;
}

.neutral-900 {
  background-color: var(--neutral-900);
  color: var(--broders);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.neutral-800 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-700 {
  background-color: var(--neutral-700);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral-600);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral-500);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-400 {
  background-color: var(--neutral-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-300 {
  background-color: var(--neutral-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-200 {
  background-color: var(--neutral-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-100 {
  background-color: var(--neutral-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.neutral-50 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.primary-brand {
  background-color: var(--primary-brand);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-light {
  background-color: var(--primary-light);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-dark {
  background-color: var(--primary-dark);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-dark-shades {
  background-color: var(--primary-darker);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.primary-light-shades {
  background-color: var(--primary-lighter);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-400 {
  background-color: var(--orange-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-300 {
  background-color: var(--orange-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-200 {
  background-color: var(--orange-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.orange-100 {
  background-color: var(--orange-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-400 {
  background-color: var(--blue-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-300 {
  background-color: var(--blue-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-200 {
  background-color: var(--blue-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blue-100 {
  background-color: var(--blue-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-400 {
  background-color: var(--red-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-300 {
  background-color: var(--red-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-200 {
  background-color: var(--red-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.red-100 {
  background-color: var(--red-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-400 {
  background-color: var(--green-400);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-300 {
  background-color: var(--green-300);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-200 {
  background-color: var(--green-200);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.green-100 {
  background-color: var(--green-100);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-menu-link {
  opacity: 1;
  color: var(--body-text-light);
  transition: all .3s;
}

.footer-menu-link:hover {
  letter-spacing: .05rem;
}

.footer-menu-link.w--current {
  color: var(--neutral-200);
  font-weight: 500;
}

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

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

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

.paragraph-2-col {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 2rem;
}

.sticky-content {
  padding: 1rem;
  position: sticky;
  top: 10rem;
}

.flex-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
  padding: 0;
  display: flex;
}

.flex-md {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.flex-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
  display: flex;
}

.flex-tiny {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  display: flex;
}

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

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

.style---flex-end {
  justify-content: flex-end;
  align-items: flex-end;
}

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

.flex-start-around {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.flex-start-end {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

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

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

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

.flex-lg {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-self: stretch;
  display: flex;
}

.flex-lg.max-width-md {
  position: sticky;
  top: 198px;
}

.flex-xxs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.flex-xl {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  display: flex;
}

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

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

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

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

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

.flex-end-around {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.flex-stretch-start {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.flex-stretch-end {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.flex-stretch-around {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.titles {
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 700;
}

.breadcrumb {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--body-text-light);
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

._1x1-small-wrapper {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.breadcrum-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: default;
  align-items: center;
  display: none;
}

.breadcrum-link.w--current, .breadcrum-link.show {
  display: flex;
}

.body-display {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.body-display.body-text-light.smal {
  font-size: 1rem;
}

.body-display.body-text-light.smal.adress {
  text-transform: capitalize;
}

.menu-link {
  text-transform: capitalize;
  white-space: pre;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 4rem;
  margin-bottom: 0;
  padding: .125rem .25rem;
  list-style-type: none;
  transition: all .2s;
  display: flex;
}

.menu-link:hover {
  color: var(--black);
  letter-spacing: .05rem;
  text-shadow: 0 0 20px #fff;
}

.menu-link.w--current {
  color: var(--red-400);
  font-weight: 900;
}

.nav-content {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-height: 100%;
  display: grid;
}

.menu-button {
  text-transform: capitalize;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding: .125rem .25rem;
  list-style-type: none;
  display: flex;
}

.menu-button.w--current {
  color: var(--primary-darker);
  font-weight: 500;
}

.nav-menu {
  align-items: center;
  max-height: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.form-field-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  min-height: 5.5rem;
  display: flex;
}

.form-field-wrap.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary-lighter);
  box-shadow: 0 3px 15px 0 var(--shadow-40);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
}

.info-items-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.contact-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding: 4rem 2rem;
}

.detail-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--broders);
  background-color: var(--white);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  text-align: center;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: 2rem;
  padding: .75rem;
  transition: all .3s;
  display: flex;
}

.detail-block:hover {
  border-color: var(--broders);
  box-shadow: none;
  transform: scale(.95);
}

.detail-block.w--current {
  border: 1px solid var(--broders);
  box-shadow: 0 3px 15px 0 var(--shadow-10);
  background-color: #fff;
}

.detail-block.spacing {
  border-color: var(--white-shade-40);
  background-color: var(--black-shade-60);
  color: var(--body-text-light);
  text-align: left;
  padding: 2rem;
}

.success-message {
  background-color: var(--green-100);
  padding: 1.25rem;
}

.error-message {
  background-color: var(--red-100);
  margin-top: .75rem;
  padding: .75rem;
}

.pre-loadbar-wrap {
  justify-content: center;
  align-items: center;
  width: 15rem;
  max-height: 1rem;
  margin-top: 37px;
  display: flex;
  overflow: hidden;
}

.color-code {
  text-transform: uppercase;
}

.bg-viod {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-viod.filter {
  filter: none;
}

.bg-viod.laarger {
  object-fit: cover;
}

.bg-viod.laarger.left, .bg-viod.left {
  object-position: 0% 50%;
}

.bg-viod.left.midd-le {
  object-position: 100% 50%;
}

.bg-viod.left.contian {
  object-fit: contain;
  object-position: 50% 50%;
}

.bg-viod.hero {
  background-image: none;
  width: 100%;
  inset: 0% 0% 0% auto;
}

.bg-viod-copy {
  background-image: linear-gradient(#000, #0000 52%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.play-pause-button, .image, .image-2 {
  display: none;
}

.blank-line {
  width: 0;
  height: 0;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.intro-corner {
  border-top: 1px solid #7e000226;
  border-left: 1px solid #7e000226;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-corner.top-right {
  inset: 0% 0% auto auto;
}

.intro-corner.top-right.dark {
  border-left-style: none;
  border-right: 1px solid #82000291;
}

.intro-corner.dark {
  border-top-color: #ffffff91;
  border-left-color: #00000091;
}

.intro-corner.bottom-right {
  inset: auto 0% 0% auto;
}

.intro-corner.bottom-right.dark {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff91;
  border-right-width: 1px;
  border-right-color: #ffffff91;
}

.intro-corner.bottom-left {
  border-top-style: none;
  border-bottom: 1px solid #7e000226;
  inset: auto auto 0% 0%;
}

.intro-corner.bottom-left.dark {
  border-bottom-color: #ffffff91;
}

.tab-link-outline {
  z-index: 1;
  border: 1px solid var(--white);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.horizontal-line-fill {
  background-color: #fff;
  width: 24px;
  height: 100%;
}

.testimonial-avatar {
  z-index: 2;
  background-image: url('../images/team002_1team002.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar.two {
  background-image: url('../images/blue.phoenix.ink_1652378169_2836676144633746794_276154631_1blue.phoenix.ink_1652378169_2836676144633746794_276154631.avif');
}

.testimonial-avatar.three {
  background-image: url('../images/blue.phoenix.ink_1642528911_2754054577673006305_276154631_1blue.phoenix.ink_1642528911_2754054577673006305_276154631.avif');
  background-position: 50% 100%;
}

.testimonial-avatar.one {
  background-image: url('../images/blue.phoenix.ink_1643817203_2764861554744467039_276154631_1blue.phoenix.ink_1643817203_2764861554744467039_276154631.avif');
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.tab-link {
  background-color: #0000;
  border: 1px #82000291;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 9px;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.vertical-line-fill {
  background-color: #fff;
  width: 100%;
  height: 24px;
}

.subtitle-2 {
  z-index: 10;
  color: #f3f6f9;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subtitle-2.middle {
  text-align: center;
}

.subtitle-2.tittle {
  text-align: center;
  padding-top: 47px;
  padding-bottom: 47px;
  font-size: 21px;
}

.centered-intro {
  text-align: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}

.card-right-line {
  background-color: #ffffffab;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

.card-left-line {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.subtitle-wrapper {
  margin-bottom: 24px;
}

.boxed-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
  position: relative;
}

.testimonial-tabs {
  flex-direction: column;
  display: flex;
}

.testimonial-section {
  background-image: linear-gradient(#0000, #000 48% 65%, #fff0 78%, #000 87%);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

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

.testimonial-text {
  letter-spacing: -.035em;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-3, .slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.overlay {
  z-index: 0;
  background-image: radial-gradient(circle, #fff0, #00000073 0%, #000 85%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay.graduebt {
  background-image: linear-gradient(#000, #fff0 53%, #000);
  display: none;
}

.overflows {
  z-index: 25;
  align-self: stretch;
  max-width: 100%;
  position: relative;
  overflow: auto;
}

.subbody {
  text-shadow: 0 1px 20px #0000008f;
  font-family: PT Serif, serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.text-span {
  font-style: italic;
}

.bold-text {
  font-style: normal;
}

.html-embed-2 {
  z-index: -1;
  display: none;
  position: absolute;
}

.bold-text-3 {
  font-style: normal;
}

.hero_album {
  opacity: 1;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 27.8em;
  padding-top: 9.06em;
  display: flex;
}

.hero_circle {
  cursor: pointer;
  object-fit: cover;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6.2em;
  height: 5.3em;
  transition: transform .2s;
  display: flex;
}

.hero_circle.is--img {
  background-image: url('../images/445192100_1540074076557567_2863646648630347237_n_1445192100_1540074076557567_2863646648630347237_n.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-right: -1.25em;
}

.hero_circle.is--img:hover {
  transform: scale(.9);
}

.hero_circle.is--img._4 {
  cursor: pointer;
  background-image: url('../images/450728762_1130624658038107_1270760061318659357_n_1450728762_1130624658038107_1270760061318659357_n.avif');
}

.hero_circle.is--img._3 {
  cursor: pointer;
  background-image: url('../images/447654335_3577009435943133_2989017553342456250_n_1447654335_3577009435943133_2989017553342456250_n.avif');
}

.hero_circle.is--img._5 {
  cursor: pointer;
  cursor: pointer;
  background-image: url('../images/292009551_560044135675302_8588839510181301434_n_1292009551_560044135675302_8588839510181301434_n.avif');
}

.hero_circle.is--img._7 {
  cursor: pointer;
  background-image: url('../images/27894339_318470332008508_6915996531770261504_n-1_127894339_318470332008508_6915996531770261504_n (1).avif');
}

.hero_circle.is--img._5-copy {
  cursor: pointer;
  background-image: url('../images/446814322_1445982862956731_1482993752743239137_n-1_1446814322_1445982862956731_1482993752743239137_n (1).avif');
}

.hero_circle.is--img._5-copy-copy {
  cursor: pointer;
  background-image: url('../images/449023740_3813455062222760_4465948072968540947_n_1449023740_3813455062222760_4465948072968540947_n.avif');
}

.hero_circle.is--img._6 {
  cursor: pointer;
  background-image: url('../images/436234715_1932844823800994_3910226754774621763_n_1436234715_1932844823800994_3910226754774621763_n.avif');
}

.hero_circle.is--img._6.hider {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.hero_circle.is--img._5-copy-copy-copy {
  cursor: pointer;
  background-image: url('../images/447867849_1380869223305747_1735296670691953532_n_1447867849_1380869223305747_1735296670691953532_n.avif');
}

.hero_circle.is--link {
  transition: all .2s;
}

.hero_circle.is--link:hover {
  background-color: #e8e8e8;
  transform: scale(.9);
}

.hero_arrow {
  width: 1.14em;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.pofolio {
  cursor: pointer;
  padding: 12px 10px;
  transition: transform .2s;
  display: block;
}

.pofolio:hover {
  position: relative;
  transform: scale(1.1);
}

.text-block {
  font-size: .9rem;
}

.text-block.piercer {
  font-size: .8rem;
}

.heading-md-2 {
  color: #000;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 400;
}

.line-separator-2 {
  background-color: #2c2c2c;
  width: 5rem;
  height: 1px;
}

.button-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

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

.section-2 {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.btn-secondary-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff8ee;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #f5f5f5b3;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
  box-shadow: 7px 6px 5px #0003;
}

.btn-secondary-2:hover {
  color: #f5f5f5;
  background-color: #000;
  transform: scale(.95);
}

._3-column-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.vertical-line-2 {
  background-color: #83838340;
  width: 1px;
  height: 100%;
}

.uui-contact05_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.error-text {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  color: var(--neutral-900);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  color: var(--white);
  background-color: #000;
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .3rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Oswald, sans-serif;
  overflow: auto;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.schedule-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  font-size: 1.1rem;
  display: grid;
}

.schedule {
  -webkit-text-stroke-width: .5px;
  border-bottom: 1px solid #0000005e;
  padding-top: 12px;
  padding-bottom: 12px;
}

.schedule.right {
  text-align: right;
  -webkit-text-stroke-width: 0px;
  padding-top: 13.5px;
  padding-bottom: 15px;
}

.hours {
  font-size: 2.4rem;
}

.text-color-white-2 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.text-color-white-2.slide-in-left_2 {
  font-family: Montserrat, sans-serif;
}

.text-color-white-2.slide-in-left_2.lil {
  font-size: .9rem;
}

.splide__slide2 {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000000a3;
  border: 1px #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 14px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #ffffff3d;
}

.splide__slide2:hover {
  transform: scale(1.05);
}

.bg-image-2 {
  width: 100%;
  height: 100%;
  overflow: clip;
  transform: none;
}

.brands-card-2 {
  color: #2c2c2c;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 22rem;
  min-height: 8rem;
  padding: 1rem;
  display: flex;
}

.splide__list {
  grid-column-gap: 32px;
  flex: none;
  display: flex;
}

.neutral-901 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.brands-slider-2 {
  z-index: 10;
  background-color: #000;
  border-top: 1px solid #83838340;
  border-bottom: 1px solid #83838340;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.brands-slider-2.hider {
  display: none;
}

.media-icon {
  object-fit: contain;
  width: 10px;
  height: 10px;
}

.image-overlay-2 {
  background-color: #000000b8;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-overlay-2.overlay-logo9s {
  background-color: #81000052;
  background-image: linear-gradient(#000000bd 22%, #000 85%);
  border: .1px solid #ffffff2b;
  border-radius: 20px;
  padding-top: 15px;
  padding-right: 15px;
}

.line-separator-3 {
  background-color: #2c2c2c;
  width: 5rem;
  height: 1px;
}

.line-separator-3.neutral-50 {
  flex: none;
  align-self: center;
}

.link-block-2 {
  background-color: #000;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: .55rem;
  display: flex;
}

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

.media-icons.right {
  justify-content: flex-end;
  align-items: center;
}

.background-layout-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.splide {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.splide__track {
  grid-column-gap: 32px;
  flex: none;
  display: flex;
  transform: none;
}

.relative {
  position: relative;
}

.relative.rounded-20 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.images-w-ovelay {
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #ddd0;
  background-image: linear-gradient(#000, #fff0 50%, #000);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.brands-list-2 {
  z-index: 20;
  color: #2c2c2c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-heading-2 {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-end;
  padding: 0 1rem 6rem;
  display: grid;
  position: relative;
}

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

.name {
  color: #fff8ee;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.card-image {
  filter: invert();
  object-fit: contain;
  width: 250px;
  height: 200px;
  padding: 24px 40px;
}

.card-image.jalisco {
  filter: invert(0%);
}

.horizontal-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  display: block;
}

.div-block-2 {
  padding-top: 16px;
}

.vertical-line-3 {
  background-color: #83838340;
  width: 1px;
  height: 100%;
}

.profession {
  color: #fff;
  font-size: .8rem;
  line-height: 1.5;
}

.ytriggercircle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6.67em;
  height: 6.67em;
  transition: transform .2s;
  display: flex;
}

.ytriggercircle.is--img {
  background-image: url('../images/286174240_801320230776073_4536985210940949915_n_1286174240_801320230776073_4536985210940949915_n.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -1.25em;
}

.ytriggercircle.is--img:hover {
  transform: scale(.9);
}

.ytriggercircle.is--img._4 {
  cursor: pointer;
  background-image: url('../images/366408235_7154115277938214_7761277298493588539_n_1366408235_7154115277938214_7761277298493588539_n.avif');
}

.ytriggercircle.is--img._3 {
  cursor: pointer;
  background-image: url('../images/432256937_6988759264585663_2351691427516905583_n_1432256937_6988759264585663_2351691427516905583_n.avif');
}

.ytriggercircle.is--img._5 {
  cursor: pointer;
  cursor: pointer;
  background-image: url('../images/292009551_560044135675302_8588839510181301434_n_1292009551_560044135675302_8588839510181301434_n.avif');
}

.ytriggercircle.is--img._6 {
  cursor: pointer;
  background-image: url('../images/355139165_792447829006829_7890854653789297477_n_1355139165_792447829006829_7890854653789297477_n.avif');
}

.ytriggercircle.is--img._7 {
  cursor: pointer;
  background-image: url('../images/27894339_318470332008508_6915996531770261504_n-1_127894339_318470332008508_6915996531770261504_n (1).avif');
}

.ytriggercircle.is--link {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--neutral-900);
  border: 1px solid #3a3a3a;
  min-width: 6.67em;
  max-width: 6.67em;
  transition: all .2s;
  box-shadow: 0 2px 20px -2px #fff3;
}

.ytriggercircle.is--link:hover {
  background-color: #fff;
  transform: scale(.9);
}

.bold-text-5 {
  color: #fff8ee;
  font-size: .5em;
  line-height: .5;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-4.grey {
  z-index: 2;
  background-color: #000;
  padding-top: 299px;
}

.section-4.grey.bottom {
  background-color: #0000;
  padding-top: 0;
}

.section-4.grey.bottom.hider {
  display: none;
}

.merch_img2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -68px;
}

.body-display-4 {
  color: #fff;
  font-size: 17px;
  line-height: 1.6em;
}

.merch_img1-copy {
  object-fit: scale-down;
  width: 100%;
  height: 16.7em;
}

.after-section {
  font-size: 4.5em;
  line-height: .4;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.about-image._586 {
  width: 500px;
  transform: rotate(0);
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.merch_img3 {
  object-fit: scale-down;
  height: 14.7em;
  position: relative;
}

.merch_link {
  text-align: center;
  border: 3px solid #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.6em;
  padding: 2.2em 1.1em;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: flex;
}

.merch_link._50 {
  text-transform: uppercase;
  width: 50%;
}

.merch_link._50.hider {
  display: none;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--merch-img1 {
  z-index: 1;
  width: 60%;
  margin-bottom: 16.2em;
  margin-left: -20%;
  margin-right: -20%;
  position: relative;
}

.grid_item.is--merch-img1._2 {
  z-index: 0;
  object-fit: scale-down;
  transform-style: preserve-3d;
  width: 40%;
  margin-left: 0%;
  margin-right: -22%;
  padding: 5.6em 0 2.44em 1.14em;
  transform: skew(-3deg, 26deg)rotateX(0)rotateY(28deg)rotateZ(0);
}

.grid_item.is--merch-img2 {
  width: 80%;
  height: 100%;
}

.grid_item.is--merch-img2._3 {
  transform-style: preserve-3d;
  padding-top: 3.24em;
  padding-right: 3.94em;
  transform: skew(16deg)rotateX(15deg)rotateY(23deg)rotateZ(0);
}

.grid_item.is--merch-img3 {
  width: 40%;
  margin-bottom: 5.73em;
  margin-left: -20%;
  margin-right: -20%;
  padding-top: 14.04em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.btn-secondary-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff8ee;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #f5f5f5b3;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
  box-shadow: 7px 6px 5px #0003;
}

.btn-secondary-3:hover {
  color: #f5f5f5;
  background-color: #000;
  transform: scale(.95);
}

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

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 58px;
  display: grid;
  position: relative;
}

.medium-stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 586px;
  display: grid;
}

.image-6 {
  border-radius: 20em;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.social-media-icons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-info-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  padding: 4rem 2rem;
  display: flex;
}

.text-block-3 {
  font-weight: 900;
}

.form-text-field-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #ffffffa8;
  border-radius: 10rem;
  flex: 1;
  margin-bottom: 0;
  padding: .25rem 1.5rem;
}

.form-text-field-2.loil {
  width: 100%;
  padding-top: 2.05rem;
  padding-bottom: 2.05rem;
}

.form-text-field-2.is-large {
  border-radius: 1rem;
  min-height: 12rem;
  padding-top: 1rem;
}

.form-text-field-2.upload {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

.form-text-field-2.upload:hover {
  filter: none;
  color: #000;
  background-color: #fff;
}

.form-text-field-2.upload._2 {
  padding-top: .95rem;
  padding-bottom: .95rem;
}

.background-3 {
  pointer-events: none;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.section-5 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.contact-info-icon-2 {
  border: 1px #88888840;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle {
  color: #fff8ee;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10rem;
  width: 98%;
  height: 60px;
  margin-right: -20px;
}

.dropdown-toggle.w--open {
  border-bottom-style: none;
  border-radius: 0;
  transition: all .2s;
}

.text-span-2 {
  color: #df2828;
  font-size: .7rem;
}

.success-message-3 {
  background-color: #e8f5e6;
  padding: 1.25rem;
}

.line-separator-4 {
  background-color: #2c2c2c;
  width: 5rem;
  height: 1px;
}

.ms-input {
  color: #121331;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 8px 12px;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  color: #fff;
  background-color: #000;
  border-radius: 10em;
  height: 100%;
  padding-left: 40px;
}

.button-wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.ms-svg {
  z-index: 3;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 60%;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.btn-primary-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  background-color: #2c2c2c;
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #000;
  border: 1px solid #fff;
  transform: scale(.95);
}

.lil-text {
  font-size: .8rem;
}

.lil-text.info {
  padding-top: 4px;
  padding-left: 12px;
}

.ms-input-wrap {
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.error-message-3 {
  background-color: #ffebed;
  margin-top: .75rem;
  padding: .75rem;
}

.choose-file {
  font-weight: 300;
  transition: transform .2s;
}

.choose-file:hover {
  transform: scale(1.1);
}

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

.social-icon-2 {
  color: #2c2c2c;
  background-color: #f5f5f5;
  border: 1.5px solid #f5f5f5;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
}

.social-icon-2:hover {
  color: #000;
  background-color: #fff8ee;
  border-color: #fff8ee;
  transform: translate(0, -.25rem);
}

.form-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d1d1d1;
  border: 1px solid #585858;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  box-shadow: 0 3px 15px #83838366;
}

._100 {
  display: none;
}

._3-column-grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.upload {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-block-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--neutral-900);
  text-align: center;
  border: 1px solid #666;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  min-height: 2rem;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 3px 15px #8383831a;
}

.detail-block-2:hover {
  box-shadow: none;
  border-color: #83838340;
  transform: scale(.95);
}

.detail-block-2.w--current {
  background-color: #fff;
  border: 1px solid #83838340;
  box-shadow: 0 3px 15px #8383831a;
}

.vertical-line-4 {
  background-color: #83838340;
  width: 1px;
  height: 100%;
}

.page-wrapper-clip {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-cover {
  background-color: #d1d1d1;
  padding-left: 53px;
  padding-right: 53px;
  position: absolute;
  inset: 0%;
}

.open-lottie {
  z-index: 10;
  filter: invert();
  width: 14px;
  position: relative;
}

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

.content-stacked.medium {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 57px;
  display: flex;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top, .skills-item.right-top {
  border-top: 1px solid #ffffff1a;
}

.tab-bottom-content {
  background-color: #c8c8c8;
  border-top: 1px #ffffff1a;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.heading {
  color: #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

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

.btn-primary-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  white-space: pre;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-3:hover {
  background-color: #000;
  border: 1px solid #fff;
  transform: scale(.95);
}

.grid-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.tab-bottom {
  background-color: #8ea5b60d;
  border-top: 1px #ffffff1a;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.body-display-2 {
  color: #000000e6;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-2.middle {
  text-align: center;
}

.centered-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.subtitle-3 {
  z-index: 10;
  color: #000c;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle-3.faq {
  letter-spacing: 2px;
  font-size: 14px;
}

.skills-list {
  flex-direction: column;
  display: flex;
}

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

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

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

.tab-grid.small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.footer-menu-link-2 {
  opacity: 1;
  color: #f5f5f5b3;
  transition: all .3s;
}

.footer-menu-link-2:hover {
  letter-spacing: .05rem;
}

.footer-menu-link-2.w--current {
  color: #dedede;
  font-weight: 500;
}

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

.background-video {
  width: 100%;
}

.blur {
  z-index: -5;
  filter: blur(3.3em);
  background-color: #006aff;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 445px;
}

.blur.white {
  background-color: #ffffff52;
  top: 489px;
}

.blur.big {
  transform: scale(1.4);
}

.div-block-3 {
  position: absolute;
}

.text-block-4 {
  font-size: .9rem;
}

.card-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  border-bottom: 1px solid #83838340;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.heading-xs-2 {
  color: #000;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-xs-2.text-color-white {
  color: #fff;
  font-size: 1.8rem;
  display: none;
}

.slider {
  border-radius: 20px;
  width: 100%;
  height: 657px;
}

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

.icon {
  display: none;
}

.image-9 {
  border-radius: 20em;
}

.gradient-text {
  font-family: Montserrat, sans-serif;
}

.hr-line {
  background-color: #707070;
  width: 80%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-p {
  color: #999;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.hero-text-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.gradient-bg {
  z-index: 0;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link {
  color: #7d76ff;
  cursor: pointer;
  transition: color .5s, filter .5s;
}

.link:hover {
  color: #4742a8;
  text-decoration: none;
}

.animated-hero-bg-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding: 0;
  display: none;
  position: absolute;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._4 {
  background-color: #0a361b;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  background-color: #00ff4c;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._3 {
  background-color: #00ff08;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._1 {
  opacity: 1;
  background-color: #00ff08;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._6 {
  background-color: #07b32f;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #09a262;
  border-radius: 40%;
  margin-top: -20%;
}

.hero-text {
  color: #2b2b2b;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1;
}

.big-hero-text {
  color: #2b2b2b;
  font-size: 100px;
}

.logo-brand {
  background-color: #000;
  background-image: url('../images/agod7__1738623730_3560155686630998754_3813152813.00_00_58_18.still001.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.menu_link {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.menu_link.middle {
  text-transform: uppercase;
}

.subbody-copy {
  text-shadow: 0 1px 20px #0000008f;
  font-family: PT Serif, serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.animdiv {
  border-style: none none solid;
  border-width: .5px;
  border-color: var(--broders);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 0;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  overflow: hidden;
}

.animdiv:hover {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: 0 3px 15px -5px var(--broders);
  color: var(--primary-darker);
}

.styles {
  display: none;
}

.hero-button {
  border: 1px solid var(--white-shade-80);
  color: var(--primary-lighter);
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 5rem;
  padding: 1rem;
  font-family: Icons Oulined, sans-serif;
  font-size: 1.25rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.hero-button:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.hero-button.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
}

.hero-button.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.hider {
  display: none;
}

.hero_stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  min-width: 90vw;
  height: 157vh;
  padding: 3.7rem 1rem;
}

.hero_cell-1 {
  background-image: linear-gradient(#0000005e, #0000005e), linear-gradient(10deg, #000, #0000 33%), url('../images/agod7__1714233687_3355556800378749428_3813152813-1.00_00_04_16.still003.png');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero_text {
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: .9;
  display: flex;
  position: relative;
}

.hero_text.bold {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 20px #ffffff7d;
  justify-content: center;
  align-items: center;
  padding-left: 37px;
  padding-right: 37px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: .8;
  position: relative;
}

.hero_cell-2 {
  background-image: linear-gradient(#00000082, #00000082), linear-gradient(10deg, #000, #0000 33%), url('../images/adobestock_604600488_preview.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero_cell-3 {
  background-image: linear-gradient(#00000082, #00000082), linear-gradient(10deg, #000, #0000 33%), url('../images/469969253_17916793290019849_5497404633183208571_n_1469969253_17916793290019849_5497404633183208571_n.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  padding: 0;
}

.hero_cell-4 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(10deg, #000, #0000 33%), url('../images/adobestock_1008096014_preview.jpeg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.hero_cell-4.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.hero0background {
  background-color: #000000b0;
  background-image: radial-gradient(circle at 100% 0, #3d0000 2%, #0000 15% 80%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero0background.pic {
  background-image: radial-gradient(circle at 100%, #fff0, #000);
}

.hero0background.no-shade {
  background-color: #0000;
  background-image: none;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background--opverlay {
  background-image: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.background--opverlay.bbgradient {
  background-image: linear-gradient(#0000 2%, #000 14% 90%, #fff0);
}

.patios {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-nav-2, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.shade {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.shade.graduebt {
  background-image: linear-gradient(#000, #fff0 53%, #000);
  display: none;
}

.hero_cell-5 {
  background-image: linear-gradient(10deg, #000, #0000 33%), url('../images/467400126_17913518901019849_8856506459220364498_n_1467400126_17913518901019849_8856506459220364498_n.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  padding: 0;
}

.hero_cell-5.no-padding {
  padding: 0;
}

.hero_cell-7 {
  background-image: linear-gradient(#00000082, #00000082), linear-gradient(10deg, #000, #0000 33%), url('../images/469755183_122183833832060677_8007410269401722484_n_1469755183_122183833832060677_8007410269401722484_n.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  padding: 0;
}

.hero_cell-7.no-padding {
  padding: 0;
}

.text-span-3 {
  width: 100%;
  height: 100%;
}

.hero_cell-6 {
  background-image: linear-gradient(#00000082, #00000082), linear-gradient(10deg, #000, #0000 33%), url('../images/467400126_17913518901019849_8856506459220364498_n_1467400126_17913518901019849_8856506459220364498_n.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 17px;
  justify-content: flex-end;
  padding: 0;
}

.hero_cell-6.no-padding {
  padding: 0;
}

.uui-layout18_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout18_lightbox {
  background-color: var(--untitled-ui--gray50-2);
  width: 100%;
  height: 100%;
  position: relative;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-wrapper.max-width-full-mobile-landscape {
  color: var(--red-400);
  border: 1px solid #d92525;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.is-reverse-mobile-landscape {
  flex-flow: column;
}

.uui-text-size-medium {
  color: var(--primary-brand);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.middle {
  text-align: center;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 800;
  line-height: .9;
}

.uui-heading-xsmall.small {
  color: var(--neutral-900);
  font-size: 1.5rem;
}

.uui-layout18_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout18_item-icon-wrapper {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
  display: flex;
}

.uui-layout18_item {
  color: var(--primary-dark);
  background-color: #d1d1d1;
  border: 1px solid #585858;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 15px 12px;
  display: flex;
}

.uui-layout18_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 2.5rem;
}

.uui-layout18_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-first {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--red-400);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  text-transform: capitalize;
  background-color: #fff0;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-first:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-50);
  transform: scale(.95);
}

.btn-first.border-white {
  border-color: var(--neutral-50);
  color: var(--neutral-50);
  align-self: flex-start;
}

.btn-first.border-white:hover {
  background-color: var(--primary-light);
  color: var(--neutral-900);
}

.mask {
  border-radius: 20px;
}

.btn-primaryed {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--red-400);
  text-transform: capitalize;
  border-radius: .2rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primaryed:hover {
  background-color: var(--primary-dark);
  border: 1px solid #fff;
  transform: scale(.95);
}

.btn-primaryed.is-white {
  background-color: var(--neutral-50);
  color: var(--neutral-900);
}

.btn-primaryed.is-white:hover {
  background-color: var(--primary-light);
}

.btn-primaryed.form-button {
  align-self: center;
  position: relative;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 10%;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container.slider {
  box-sizing: content-box;
  height: 728px;
  padding-top: 73px;
  display: flex;
  overflow: hidden;
}

.container.slider.hider {
  display: none;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  padding: 17px;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #c10003;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  border: 3px solid var(--neutral-900);
  background-color: #d1d1d1;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap.last {
  height: 108%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: var(--untitled-ui--primary700);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #5a0000;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.background-copy {
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-copy.bbgradient {
  background-image: linear-gradient(#0000 2%, #000 14% 90%, #fff0);
}

.main-copy {
  z-index: 1;
}

.divider-65 {
  background-color: #fff;
  width: 65%;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.paragraph {
  color: #fff;
}

.divider {
  z-index: 5;
  opacity: .58;
  display: block;
  position: relative;
}

.text-span-4 {
  text-decoration: underline;
}

.image-10 {
  object-fit: cover;
  background-color: #fff;
  border: 3px solid #000;
  height: 100%;
  min-height: 500px;
}

.services-stack {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-stack.after-hero {
  background-color: #fff;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.div-block-6.pc-only {
  display: flex;
}

.div-block-6.mobile-only {
  display: none;
}

.background-relative {
  background-image: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.background-relative.bbgradient {
  background-image: linear-gradient(#0000 2%, #000 14% 90%, #fff0);
}

.handle-container {
  z-index: 4;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.handle-container.hider {
  display: none;
}

.circle-wrapper {
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.circle-wrapper:active {
  cursor: grabbing;
}

.image-right {
  z-index: 0;
  object-fit: cover;
  width: 500px;
  height: 500px;
  position: absolute;
}

.handle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 675px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle-bar {
  z-index: 10;
  color: #0000;
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
  position: relative;
}

.handle {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.after {
  z-index: 3;
  background-color: #170000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.before {
  z-index: 3;
  background-color: #000000cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.image-left {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 500px;
  height: 500px;
  position: absolute;
}

.subtitle-4 {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.subtitle-4.mg-bottom-24px {
  margin-bottom: 24px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-24px.width-56px {
  border-radius: 11px;
  width: 56px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.text-left-short {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.section-6 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.padding-cta {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.padding-cta.none {
  padding-left: 0;
  padding-right: 0;
}

.nav-button-link-copy {
  text-decoration: none;
  display: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .6rem;
  align-items: center;
  padding: 16.329px 4.4rem;
  font-family: Merriweather, serif;
  font-weight: 900;
  line-height: 1.25;
  transition: all .35s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.button-2:hover {
  color: #000;
  background-color: #fff;
  transform: translate(0, -.15rem);
}

.button-2.header {
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  display: block;
}

.calendar {
  display: none;
}

.main-2 {
  background-image: linear-gradient(#ffffffc7, #ffffffc7), url('../images/fraxcme-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  overflow: clip;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  letter-spacing: normal;
  line-height: 1.5;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-large {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-cta03_image-wrapper.mobile {
  display: none;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-cta03_image {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge-3.call {
  padding-top: 9.1rem;
  padding-bottom: 9.1rem;
}

.handle-wrapper-copy {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 675px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle-wrapper-copy._50 {
  width: 552px;
  height: 300px;
}

.handle-wrapper-copy._50.full {
  border-radius: 10px;
  width: 500px;
  height: 500px;
  margin-bottom: 0;
}

.mask-2 {
  width: 1300px;
}

.mask-2._50 {
  border-radius: 0;
  width: 500px;
}

.slider-3 {
  height: 675px;
}

.slider-3._50 {
  width: 300px;
  height: 300px;
}

.slider-3._50.full-camera {
  border-radius: 20px;
  width: 500px;
  height: 500px;
}

.pop-up-cover {
  z-index: 999995;
  background-color: #000000c2;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #fff8f8;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #353535bf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
}

.popup-card {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.link-block {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  width: 500px;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
}

.close-x {
  color: #000;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 59px 23px;
  display: block;
  overflow: hidden;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  line-height: 1.25;
}

.text-block-6 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-6:hover {
  color: #000;
  background-color: #0000;
}

.paragraph-2 {
  text-align: center;
  margin-top: -35px;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.div-block-8 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 500px;
  margin-top: -255px;
  display: block;
  position: absolute;
}

.div-block-9 {
  width: 47px;
  height: 100%;
}

.slide-nav-4 {
  margin-bottom: 17px;
  display: none;
}

.circle-wrapper-copy {
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.circle-wrapper-copy:active {
  cursor: grabbing;
}

.f-h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

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

.f-paragraph-large {
  color: var(--primary-dark);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.padding {
  padding-bottom: 18px;
}

.f-section-large.bottom {
  padding: 112px 21px;
  position: static;
  overflow: clip;
}

.f-section-large.padding-top-copy {
  padding-top: 75px;
  padding-bottom: 32px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-sub-heading-small {
  letter-spacing: -.03em;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  position: sticky;
  top: 39px;
}

.f-content-image-tall.top {
  top: 57px;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block-10 {
  height: 600px;
}

.right-arrow-3 {
  z-index: 5;
}

.mask-copy {
  border-radius: 20px;
}

.slider-pop0-uup {
  width: 100%;
  height: 501px;
}

.slider-copy {
  width: 100%;
  height: 597px;
}

.slider-copy.sticky {
  border-radius: 20px;
  position: sticky;
  top: 110px;
}

.bg-viod-outsidfe {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-viod-outsidfe.filter {
  filter: none;
}

.bg-viod-outsidfe.laarger {
  object-fit: cover;
}

.bg-viod-outsidfe.laarger.left, .bg-viod-outsidfe.left {
  object-position: 0% 50%;
}

.bg-viod-outsidfe.left.midd-le {
  object-position: 100% 50%;
}

.bg-viod-outsidfe.left.contian {
  object-fit: contain;
  object-position: 50% 50%;
}

.bg-viod-outsidfe.hero {
  background-image: none;
  width: 50%;
  inset: 0% 0% 0% auto;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-17 {
  margin-bottom: 12px;
}

.f-margin-bottom-18 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

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

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-regular {
  padding: 105px 5% 72px;
  position: relative;
}

.hero-div-image {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.hero-wrapper-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-33 {
  margin-bottom: 8px;
}

.f-margin-bottom-34 {
  margin-bottom: 16px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--gray-200);
  background-color: #252525;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 483px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--black);
}

.f-feature-icon-round {
  background-color: #7a0002;
  border: 9px solid #640000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.image-11 {
  width: 100%;
  padding: 14px;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.features-tab-wrapper {
  background-color: #000;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

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

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.text-size-regular {
  color: #cecece;
}

.heading-style-h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 7.4rem;
  display: flex;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  background-color: #252525;
  border: 1px solid #eaecf2;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  color: #fff;
  background-color: #500;
  background-image: none;
  font-weight: 700;
}

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

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #252525;
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-3:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

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

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.text-weight-medium {
  font-weight: 600;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.banner-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #5b5b5b;
  text-align: center;
  background-color: #252525;
  border: 1px solid #f3f5fb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.round-tab {
  color: var(--white);
  background-color: #2b2b2b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab.w--current {
  color: #fff;
  background-color: #252525;
  border: 1px solid #500;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

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

.text-size-small.text-color-grey {
  color: var(--neutral-50);
}

.image-12 {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}

.image-12.led {
  object-position: 34% 20%;
}

.buttons-container {
  margin-top: 32px;
  display: flex;
}

.buttons-container.body {
  background-color: #bdbec2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 15px 24px;
  position: static;
  transform: skew(-6deg);
  box-shadow: 0 2px 0 3px #201c1d, inset 0 0 0 3px #575759, inset 0 0 0 7px #fff;
}

.section_row {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid--3col-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
}

.grid--3col-copy.hider {
  display: none;
}

.card--light {
  color: #fff;
  background-color: #ea1d24;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 0 0 12px #ea1d24, inset 0 0 0 15px #fff, 0 2px 4px #53060b14;
}

.card--light.larger {
  height: 400px;
}

.card-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.card-2.align--center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.line-separator-5 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.container-2 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #ea1d24;
}

.icon--large {
  filter: drop-shadow(0 2px 2px #000000b3);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
  display: block;
}

.wrapper-pricing {
  width: 100%;
}

.text-span-5 {
  background-color: #690000;
  padding-left: 7px;
  padding-right: 7px;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
  overflow: hidden;
}

.section-9.lined {
  z-index: 0;
  position: relative;
  overflow: visible;
}

.section_col {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.swervicces {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.swervicces.hider {
  display: none;
}

.div-block-16 {
  padding-top: 29px;
}

.service-text {
  text-transform: capitalize;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 19px;
}

.service-text.smaller {
  font-size: 13px;
}

.service-text.smaller-tex-t {
  font-size: 15px;
}

.div-block-11 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-11.smaller {
  font-size: 18px;
}

.icon-3 {
  object-fit: contain;
  background-color: #221e1f;
  border: 3px solid #fff;
  border-radius: .4em;
  padding: 14px;
  box-shadow: inset 0 0 4px 3px #fff3;
}

.padding-standard-2 {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pricing {
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.pricing.call {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.pricing.smaller {
  font-size: 10px;
}

.card_icon {
  color: #575759;
  margin-bottom: 16px;
}

.text--large {
  text-shadow: 0 1px #000;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 24px;
}

.section-wrapper {
  position: relative;
  overflow: hidden;
}

.regular-button {
  color: #000;
  letter-spacing: 0;
  border: 1px solid #0000001a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, transform .15s ease-out;
  display: flex;
}

.regular-button:hover {
  transform: scale(1.05);
}

.regular-button.white {
  background-color: #222;
  border-color: #fff;
}

.regular-button.reg-button {
  color: #fff;
  background-color: #ea1d24;
  border-style: none;
  margin-left: 20px;
  box-shadow: inset 6px 3px 1px -1px #0003, 4px 2px #222;
}

.regular-button.reg-button.body-buttons {
  white-space: normal;
  background-color: #6f0004;
  border-style: none;
  border-color: #fff;
  box-shadow: inset 6px 3px 1px -1px #fff, 4px 2px #fff;
}

.wrapper-services {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.text-block-16 {
  color: #fff;
  white-space: pre;
}

.tag {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-17 {
  white-space: pre;
  font-size: .8rem;
}

.brands-slider-3 {
  z-index: 10;
  background-color: #000;
  border-top: 1px solid #83838340;
  border-bottom: 1px solid #83838340;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.brands-slider-3.hider {
  display: none;
}

.tab-top-2 {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  white-space: nowrap;
  transform-style: preserve-3d;
  background-color: #2b2b2b;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20em;
  margin-left: 17px;
  padding: 15px 37px;
  transition: transform .2s;
}

.tab-top-2:hover {
  color: #fff;
  background-color: #6f0004;
  transform: scale(.9);
}

.tab-top-2.w--current {
  color: #fff;
  background-color: #6f0004;
  border-style: solid;
  border-color: #fff;
  transform: scale(.9);
}

.tabs-menu-2 {
  z-index: 28;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  display: flex;
  overflow: scroll;
}

.tabs-menu-2.bottom {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tabs-menu-2.bottom.hider {
  display: none;
}

.tabs-menu-2.trajsparent {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100px;
  overflow: scroll;
}

.div-block-12 {
  padding-top: 0;
  padding-bottom: 28px;
  position: relative;
}

.tabs {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-18 {
  text-shadow: 2px 3px #6f0004, 0 1px 3px #000;
}

.div-block-15 {
  z-index: 500;
  position: fixed;
  inset: auto 0% -8%;
}

.tabs-content {
  padding-top: 30px;
  padding-bottom: 38px;
  position: relative;
}

.right-arrow-4, .left-arrow-4, .slide-nav-5 {
  display: none;
}

.f-h3-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-65 {
  margin-bottom: 12px;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-margin-bottom-67 {
  margin-bottom: 32px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-3 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #a92f23;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-feature-card-filled {
  background-color: #252525;
  border: 1px solid #fff;
  border-radius: 17px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-heading-detail-small-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-margin-bottom-68 {
  margin-bottom: 64px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.btn-primary-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  white-space: pre;
  background-color: #600;
  border-radius: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-4:hover {
  background-color: #000;
  border: 1px solid #fff;
  transform: scale(.95);
}

.btn-primary-4.transparent {
  background-color: #6000;
  border: 1px solid #fff;
}

.bold-text-4 {
  letter-spacing: 3px;
}

.subtitle-5 {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle-5.faq {
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 900;
}

.centered-intro-3 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-bottom: 57px;
  display: flex;
}

.medium-width {
  max-width: 550px;
}

.body-display-5 {
  color: #ffffffe6;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.section_col-2 {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.card--sticky {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 120px;
}

.link-3 {
  color: #fff;
}

.link-3:hover {
  color: #ea1d24;
}

.card_footer {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.div-block-18 {
  border-radius: 20em;
}

.heading-3 {
  text-transform: uppercase;
}

.cut-off {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.text-block-19 {
  z-index: 5;
  position: relative;
}

.div-block-19 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  transform-style: preserve-3d;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cut-off-copy {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.heading-style-h2---berb-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2---berb-2.text-color-white.slide-in-left {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-style-h2---berb-2.text-color-white.slide-in-left._3 {
  padding-bottom: 25px;
  font-weight: 700;
}

.heading-style-h2---berb-2.text-color-white.text-align-center.slide-in-up {
  color: #000;
  white-space: pre;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #7e0002;
  border-radius: 0;
  align-items: center;
  padding: 1rem 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #7e0002;
  transform: translate(0, -.15rem);
}

.button-secondary-2.display-inlineflex.slide-in-up-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
}

.button-secondary-2.display-inlineflex.slide-in-up-2:hover {
  color: #c6c6c7;
  background-color: #7e000200;
  border-color: #fff;
  box-shadow: 0 0 20px #fff;
}

.contact-link-block {
  grid-column-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.div-block-72 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-72.hider {
  display: none;
}

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

.stacked-heading-2.m {
  padding-top: 29px;
  padding-bottom: 1px;
}

.div-block-71 {
  object-fit: scale-down;
  height: 50px;
}

.image-13 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 5px;
  width: 76px;
  height: 48px;
}

.image-13.cashapp {
  padding-left: 6px;
  padding-right: 6px;
}

.image-13.zelle {
  background-color: #67128f;
}

.image-13.stetches {
  padding-left: 12px;
  padding-right: 12px;
}

.image-13.paypal {
  background-color: #fff0;
}

.contact_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.contact-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-icon-2 {
  width: 20px;
}

.text-color-grey-2 {
  color: #fff;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-color-grey-2.fade-in {
  color: #000;
}

.image-14 {
  filter: none;
  width: 20px;
}

.div-block-70 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 381px;
  display: grid;
}

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

.saniatary-headline-wrapper {
  padding-left: 0;
}

.contact-content-wrapper {
  padding-left: .8rem;
  padding-right: .8rem;
}

.contact-content-wrapper.text-black {
  color: #000;
}

.text-color-white-3 {
  color: #fff;
  text-decoration: none;
}

.text-color-white-3.slide-in-left_2 {
  color: #000;
}

.text-span-6 {
  font-size: 1.7rem;
}

.uui-text-size-medium-2 {
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.medium-size {
  text-align: left;
  width: 100%;
  font-size: 2.1rem;
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall {
  color: var(--neutral-900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout69_item {
  text-align: center;
  background-color: #b7b7b7;
  border: 1px solid #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 21px;
  display: flex;
}

.uui-layout69_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-69 {
  margin-bottom: 8px;
}

.f-margin-bottom-70 {
  margin-bottom: 16px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-button-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  margin-top: 19px;
  display: flex;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-section-small {
  padding: 64px 5% 128px;
  position: relative;
}

.uui-text-size-medium-3 {
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-3 {
  letter-spacing: normal;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-layout75_item {
  background-color: var(--untitled-ui--gray50-2);
  text-align: center;
  border: 1px solid #585858;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-16 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

.left-arrow-5, .right-arrow-5 {
  display: none;
}

.f-section-small-copy {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.image-11-copy {
  width: 100%;
  padding: 8px;
}

.slider-5 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow-6, .left-arrow-6, .slide-nav-6 {
  display: none;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-17.boittom {
  object-position: 50% 68%;
}

.cover {
  z-index: 1;
  background-color: #0000008c;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image-3 {
  width: 100%;
  height: 100%;
  overflow: clip;
  transform: none;
}

.name-2 {
  color: #fff8ee;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}

.background-4 {
  position: absolute;
  inset: 0%;
}

.splide__slide {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000;
  border: 1px #fff;
  border-radius: 9px;
  flex-direction: column;
  width: 271px;
  padding: 14px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #ffffff3d;
}

.splide__slide:hover {
  transform: scale(1.05);
}

.image-overlay-3 {
  background-color: #000000b8;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-overlay-3.overlay-logo9s {
  background-color: #03000000;
  background-image: none;
  border: .1px solid #ffffff2b;
  border-radius: 0;
  padding-top: 15px;
  padding-right: 15px;
}

.pricing-2 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.link-block-3 {
  color: var(--white);
  background-color: #000;
  border: .5px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .55rem;
  display: flex;
}

.card-image-2 {
  z-index: -10;
  filter: invert();
  object-fit: contain;
  width: 250px;
  height: 200px;
  padding: 24px 40px;
  position: relative;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 300;
  display: flex;
}

.profession-2 {
  color: #fff;
  font-size: .7rem;
  line-height: 1.5;
  display: block;
}

.images-w-ovelay-2 {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: linear-gradient(#000, #fff0 50%, #000);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.text-block-20 {
  padding-right: 12px;
  font-size: .6rem;
}

.padding-section-large-2 {
  min-width: 100%;
  padding: 3rem 0;
}

.max-width-medium {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.container-medium {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary-3 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  padding: 1rem 3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-secondary-3:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  transform: translate(0, -.15rem);
}

.button-secondary-3.display-inlineflex.slide-in-up-2 {
  text-align: center;
  justify-content: center;
}

.button-secondary-3.display-inlineflex.slide-in-up-2:hover {
  color: #c6c6c7;
  background-color: #000;
  box-shadow: 0 2px 20px 4px #fff;
}

.about-numbers-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-image-call-us.position-absolut {
  z-index: -1;
  pointer-events: none;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.align-center-2.text-align-center.z-index-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-call-us_component {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.bold-text-7 {
  letter-spacing: 0;
}

.bold-text-8 {
  font-size: 15px;
}

.text-span-7 {
  text-decoration: underline;
}

.call-now {
  z-index: 2;
  margin-top: 24px;
  margin-right: 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-80 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-span-8 {
  white-space: pre;
}

.splide-hidden {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.social-icon-3 {
  z-index: 3;
  background-color: #fff;
  border: 1.5px solid #f5f5f5;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  position: relative;
}

.social-icon-3:hover {
  color: #000;
  background-color: #fff8ee;
  border-color: #fff8ee;
  transform: translate(0, -.25rem);
}

@media screen and (min-width: 1280px) {
  .tab-grid {
    grid-column-gap: 72px;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-flow: column;
  }

  .image-10 {
    height: 100%;
  }

  .grid--3col-copy {
    grid-column-gap: 16px;
  }

  .card--light {
    margin-bottom: 0;
    padding: 32px;
  }

  .card-2 {
    margin-bottom: 24px;
    padding: 32px;
  }

  .icon--large {
    font-size: 32px;
    line-height: 32px;
  }

  .text--large {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-wrapper {
    background-position: 84%;
  }

  .wrapper-services {
    grid-column-gap: 16px;
  }

  .text-block-16 {
    white-space: nowrap;
  }

  .tag {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-18 {
    white-space: pre;
  }

  .card--sticky {
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
  }

  .div-block-80 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .heading-md.text-color-white.center {
    font-weight: 900;
  }

  .content-heading {
    padding-top: 10.8rem;
  }

  .overlay {
    background-image: radial-gradient(circle, #fff0, #000);
  }

  .profession {
    font-size: 18px;
  }

  .ytriggercircle.is--link {
    color: var(--neutral-900);
    background-color: #fff;
  }

  .ytriggercircle.is--link:hover {
    color: var(--neutral-900);
    background-color: #7a7a7ad6;
  }

  .tab-grid {
    grid-column-gap: 80px;
  }

  .hero_stack {
    height: 108vh;
  }

  .hero_text {
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9;
  }

  .div-block-5 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .slide-nav-2, .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slider-2 {
    height: 100%;
  }

  .shade {
    background-image: radial-gradient(circle, #fff0, #000);
  }

  .uui-section_layout18 {
    padding-top: 81px;
  }

  .container.no-padding {
    padding-top: 77px;
  }

  .main-copy {
    max-width: 1440px;
  }

  .handle-container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-7 {
    position: relative;
  }

  .f-section-large.bottom {
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .round_tab-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .f-container-regular-4 {
    max-width: none;
  }

  .f-section-small-copy {
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .pricing-2, .profession-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .padding-md {
    padding: 1.5rem;
  }

  .padding-lg {
    padding: 2.5rem;
  }

  .padding-xl {
    padding: 3rem;
  }

  .padding-xxl {
    padding: 4rem;
  }

  .padding-hg {
    padding: 5rem;
  }

  .padding-xhg {
    padding: 6rem;
  }

  .padding-xxh {
    padding: 8rem;
  }

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

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

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

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

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

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

  .margin-md {
    margin: 1.5rem;
  }

  .margin-lg {
    margin: 2.5rem;
  }

  .margin-xl {
    margin: 3rem;
  }

  .margin-xxl {
    margin: 4rem;
  }

  .margin-hg {
    margin: 5rem;
  }

  .margin-xh {
    margin: 6rem;
  }

  .margin-xxh {
    margin: 8rem;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .container-full.frame {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

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

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

  .tricks {
    font-size: 5rem;
  }

  .tricks.sub {
    font-size: 3.2rem;
  }

  .heading-md {
    text-transform: uppercase;
    font-size: 2.25rem;
  }

  .heading-lg {
    font-size: 3.5rem;
  }

  .section-padding-xl, .section-padding-xxl, .section-padding-hg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-xs {
    font-size: 1.25rem;
  }

  .button-wrapper {
    align-self: flex-start;
  }

  .rich-text.max-width-lg h2, .rich-text.on-dark h2 {
    font-size: 2.5rem;
  }

  .rich-text.on-dark blockquote {
    font-size: 1.5rem;
  }

  ._3-column-grid {
    grid-auto-flow: row dense;
  }

  ._3-column-grid.bottom {
    flex-flow: wrap-reverse;
    display: flex;
  }

  ._3-column-grid.oposite {
    flex-flow: column;
    display: flex;
  }

  ._3-column-grid.oposite.again {
    flex-flow: wrap-reverse;
  }

  .btn-secondary.floater {
    width: 35%;
  }

  .content-items.hero {
    padding-top: 0;
  }

  .brand {
    justify-content: flex-start;
  }

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

  .menu {
    z-index: 50;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    background-color: #0000;
    border-top: 1px solid #0000;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
    font-size: 1rem;
  }

  .button.scroll {
    margin-right: 5rem;
  }

  .nav-items {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .bg-image.about.sstick {
    position: relative;
  }

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

  .navbar {
    justify-content: center;
    align-items: center;
    height: 7rem;
    display: flex;
  }

  .logo.large {
    width: 16.1rem;
    height: 16.1rem;
  }

  .top-bar {
    opacity: 0;
    pointer-events: none;
  }

  .nav-button {
    align-self: center;
    display: flex;
  }

  .nav-lottie {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hero-items-wrapper.min-height-xl.garagesub {
    min-height: 18.2rem;
    margin-bottom: 4.3rem;
  }

  .section.footer {
    padding-top: 65px;
  }

  .column-list.pc-only {
    padding-left: 2rem;
    display: block;
  }

  .column-list.mobile-only {
    display: none;
  }

  .content-heading {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .card-content.min-height-lg {
    min-height: 35.4rem;
  }

  .infinite-slider {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .main {
    background-color: #fff;
  }

  .pre-loading-bar {
    min-width: 16rem;
  }

  .collection-list-wrapper {
    overflow: auto;
  }

  .collection-grid-list {
    grid-template-columns: 66.66% 66.66% 66.66%;
    grid-auto-columns: 66.66%;
  }

  .collection-2-col-grid {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    border-top: 1px solid #0000;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .style---layout {
    grid-template-columns: 1fr;
    max-width: 100vw;
  }

  .style---sidebar {
    z-index: 200;
    background-color: #88888840;
    width: 100%;
    padding-left: .5rem;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .style---sidebar-content {
    max-width: 22rem;
  }

  .style---button-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .style---section-menu {
    flex: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  ._4-column-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .flex-lg.max-width-md {
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .menu-link {
    border-bottom: 1px solid var(--broders);
    justify-content: flex-start;
    width: 100%;
    padding: 1.75rem .5rem;
  }

  .nav-content {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto 35rem;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .menu-button {
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    padding: 1.75rem .5rem;
  }

  .nav-menu {
    z-index: 50;
    flex: 1;
    align-items: flex-end;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .pre-loadbar-wrap {
    width: 13rem;
  }

  .bg-viod.hero {
    width: 100%;
  }

  .blank-line {
    padding: 0;
  }

  .boxed-intro, .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .lil {
    z-index: 4;
    background-color: #fff;
    width: 5px;
    padding-bottom: 3px;
    position: absolute;
  }

  .overflows {
    overflow: auto;
  }

  .hero_album {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_circle.is--link:hover {
    background-color: #fff;
    transform: scale(1);
  }

  .heading-md-2 {
    font-size: 2.25rem;
  }

  .button-wrapper-2 {
    align-self: flex-start;
  }

  ._3-column-grid-2 {
    flex-flow: wrap-reverse;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    display: flex;
  }

  ._3-column-grid-2.bottom {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-color-white-2.slide-in-left_2.lil._2 {
    background-color: #fff0;
    width: 100%;
  }

  .splide__slide2 {
    grid-row-gap: 16px;
  }

  .images-w-ovelay {
    object-fit: cover;
    object-position: 0% 0%;
  }

  .content-heading-2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .name {
    white-space: normal;
    font-size: 11px;
  }

  .card-image {
    width: 250px;
    height: 219px;
  }

  .profession {
    font-size: 12px;
  }

  .ytriggercircle.is--link {
    min-height: 6.67em;
    max-height: 6.67em;
  }

  .ytriggercircle.is--link:hover {
    background-color: #fff;
    transform: scale(1);
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.grey {
    padding-top: 160px;
  }

  .merch_img2 {
    height: 48em;
    padding-left: 23px;
  }

  .merch_img1-copy {
    height: 19em;
  }

  .about-image._586 {
    width: 100%;
  }

  .merch_img3 {
    height: 13em;
  }

  .grid_item.is--merch-img1 {
    margin-left: 0%;
    margin-right: -40%;
  }

  .grid_item.is--merch-img1._2 {
    width: 47%;
    margin-right: -43%;
    padding-top: 7.6em;
    padding-left: 1.24em;
    padding-right: 5.44em;
  }

  .grid_item.is--merch-img2._3 {
    z-index: 2;
    margin-left: 83px;
    padding: 0 15.2em 8.44em 2.14em;
    position: relative;
  }

  .grid_item.is--merch-img3 {
    margin-bottom: 11.23em;
    padding-bottom: 0;
    left: -156px;
  }

  .button-wrapper-3 {
    align-self: flex-start;
  }

  .lil-text {
    z-index: 4;
  }

  ._4-column-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  ._3-column-grid-3 {
    grid-auto-flow: row dense;
  }

  .detail-block-2.faq {
    justify-content: center;
    align-items: center;
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
  }

  .hover-cover {
    display: none;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .skills-item.right-top {
    border-top-style: none;
  }

  .btn-primary-3 {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 8rem;
  }

  .grid-wrapper-2 {
    grid-row-gap: 48px;
    padding-top: 46px;
  }

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

  .service-item {
    grid-row-gap: 100px;
  }

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

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xs-2 {
    font-size: 1.25rem;
  }

  .hero-text-wrapper {
    width: 90%;
  }

  .gradient-bg {
    opacity: .49;
  }

  .animated-hero-bg-container {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-circle._3 {
    margin-top: -2%;
  }

  .bg-circle._1 {
    margin-left: 11%;
  }

  .bg-circle._2 {
    margin-top: 76%;
  }

  .menu_link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .animdiv {
    justify-content: center;
    align-items: center;
    height: 7rem;
    display: flex;
  }

  .hero_cell-1 {
    background-image: linear-gradient(#0000, #0000), linear-gradient(10deg, #000, #0000 33%), url('../images/agod7__1714233687_3355556800378749428_3813152813-1.00_00_04_16.still003.png');
    background-position: 0 0, 0 0, 50% 10%;
  }

  .hero0background.pic {
    background-image: linear-gradient(#fff0, #000);
  }

  .div-block-4 {
    padding-top: 38px;
    padding-bottom: 38px;
  }

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

  .uui-layout18_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.slider {
    background-image: linear-gradient(#0000 20%, #000 34%, #0000003b 84%, #00000026 89%, #fff0);
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-copy {
    background-image: linear-gradient(#000 9%, #fff0 23%);
  }

  .paragraph {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-10 {
    min-height: 435px;
  }

  .handle-container {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .handle-wrapper {
    width: 700px;
    max-width: none;
    height: 394px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-bar {
    height: 500px;
  }

  .grid-2-columns.text-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .nav-button-link-copy {
    z-index: 999;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: auto 0% 3%;
  }

  .button-2.header {
    background-color: #000;
    border-width: 3px;
    border-color: #7e0002;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .uui-cta03_component.oposite {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .uui-cta03_image-wrapper.pc {
    display: none;
  }

  .uui-cta03_image-wrapper.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .handle-wrapper-copy {
    width: 700px;
    max-width: none;
    height: 394px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-wrapper-copy._50 {
    width: 673px;
  }

  .mask-2 {
    width: 700px;
  }

  .slider-3 {
    height: 394px;
  }

  .slider-3._50 {
    width: 313px;
  }

  .popup-closebutton {
    top: 7%;
  }

  .popup-card {
    width: 70%;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .div-block-8 {
    z-index: 3;
  }

  .f-container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-large.bottom {
    padding-top: 0;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
    position: static;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-content-image-tall {
    max-width: none;
    position: static;
  }

  .f-content-list-wrapper-small {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .slider-copy {
    justify-content: center;
    align-items: center;
  }

  .bg-viod-outsidfe.hero {
    width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .hero-div-image {
    max-width: 100%;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .heading-style-h4 {
    font-size: 2.4rem;
  }

  .round_tab-menu {
    flex-flow: row;
    justify-content: flex-start;
    height: 6.3rem;
    overflow: scroll;
  }

  .banner-right {
    flex-direction: row;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .round-tab {
    flex: none;
  }

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

  .buttons-container.body {
    justify-content: center;
    align-items: center;
  }

  .section_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    display: grid;
  }

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

  .card--light {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    position: relative;
  }

  .container-2 {
    max-width: 768px;
  }

  .icon--large {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-9.lined {
    background-image: none;
  }

  .swervicces {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    display: grid;
  }

  .pricing.call {
    text-decoration: underline;
  }

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

  .wrapper-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tag {
    margin-bottom: 8px;
  }

  .tab-top-2 {
    white-space: nowrap;
  }

  .tabs-menu-2.bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu-2.trajsparent {
    background-color: #ea1d2400;
    width: 100%;
    height: 75px;
  }

  .tabs {
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    display: block;
  }

  .tabs._100 {
    width: 100vw;
  }

  .text-block-18 {
    text-shadow: none;
  }

  .tabs-content {
    flex-flow: column;
    display: block;
  }

  .slide-nav-5 {
    display: none;
  }

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

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .card--sticky {
    background-image: none;
    position: static;
  }

  .div-block-19 {
    transform: scale3d(1none, 1none, 1none);
    transition: transform .2s;
  }

  .div-block-19:hover {
    transform: scale(1.1);
  }

  .heading-4 {
    padding-bottom: 10px;
  }

  .button-secondary-2 {
    transition: all .35s ease-in-out;
  }

  .button-secondary-2:hover {
    transform: translate(0, -.15rem);
  }

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

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

  .saniatary-headline-wrapper {
    padding-left: 0;
  }

  .contact-content-wrapper {
    padding-left: 2.1rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-grid-two-column-3.top {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .f-section-small {
    padding-left: 5%;
    padding-right: 5%;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-section-small-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-17.boittom {
    object-position: 50% 100%;
  }

  .name-2 {
    white-space: normal;
    font-size: 22px;
  }

  .background-4 {
    z-index: 0;
  }

  .splide__slide {
    grid-row-gap: 16px;
  }

  .pricing-2 {
    font-size: 12px;
  }

  .card-image-2 {
    width: 250px;
    height: 219px;
  }

  .profession-2 {
    font-size: 12px;
  }

  .images-w-ovelay-2 {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .button-secondary-3 {
    transition: all .35s ease-in-out;
  }

  .button-secondary-3:hover {
    transform: translate(0, -.15rem);
  }

  .text-block-21 {
    color: #000 !important;
  }

  .slot {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .padding-md {
    padding: 1.25rem;
  }

  .padding-lg {
    padding: 1.5rem;
  }

  .padding-xl {
    padding: 2rem;
  }

  .padding-xxl {
    padding: 3rem;
  }

  .padding-hg {
    padding: 3.5rem;
  }

  .padding-xhg {
    padding: 4rem;
  }

  .padding-xxh {
    padding: 4.5rem;
  }

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

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

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

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

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

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

  .margin-md {
    margin: 1.25rem;
  }

  .margin-lg {
    margin: 1.5rem;
  }

  .margin-xl {
    margin: 2rem;
  }

  .margin-xxl {
    margin: 3rem;
  }

  .margin-hg {
    margin: 3.5rem;
  }

  .margin-xh {
    margin: 4rem;
  }

  .margin-xxh {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

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

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

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

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

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

  .tricks {
    font-size: 4rem;
  }

  .tricks.sub {
    font-size: 2.6rem;
  }

  .heading-md {
    padding-bottom: 6px;
    font-size: 2.6rem;
  }

  .heading-lg {
    font-size: 3rem;
  }

  .section-padding-xl, .section-padding-xxl, .section-padding-hg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-xs {
    font-size: 1rem;
  }

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

  .rich-text.max-width-lg h2, .rich-text.on-dark h2 {
    font-size: 2.25rem;
  }

  .rich-text.on-dark blockquote {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
  }

  ._3-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._3-column-grid.position-relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3-column-grid.oposite {
    flex-flow: column;
  }

  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-primary-lg {
    padding: 1.5rem 2.75rem;
  }

  .btn-secondary-thin {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .btn-secondary-lg {
    padding: 1.5rem 2.75rem;
  }

  .brand.large {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .hero-section {
    padding-bottom: 10rem;
  }

  .hero-section.hero.garage-hero-section {
    padding-bottom: 0;
  }

  .hero-items {
    grid-auto-rows: auto;
    align-items: end;
    padding-top: 4.8rem;
  }

  .hero-items.hero-garage {
    padding-top: 0;
  }

  .navbar {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .background-layout {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .brands-list {
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .brands-card {
    min-width: 15rem;
  }

  .brand-single {
    width: 5rem;
    height: 1.5rem;
  }

  .logo {
    width: 5rem;
  }

  .logo.large {
    width: 13.2rem;
    height: 13.2rem;
  }

  .top-bar {
    height: 2rem;
  }

  .hero-items-wrapper {
    padding-top: 0;
  }

  .hero-items-wrapper.min-height-xl.garagesub {
    min-height: 16.2rem;
    margin-bottom: 7.6rem;
  }

  .preloader-background {
    grid-template-columns: 1.25rem 1fr 1fr 1fr 1.25rem;
  }

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

  .trust-card {
    max-width: 15rem;
  }

  .column-list.pc-only.no-paddin {
    padding-left: 0;
  }

  .column-list._20 {
    width: 100%;
  }

  .content-heading {
    grid-template-columns: 1fr;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .line-separator {
    width: 2rem;
  }

  .card-content.min-height-lg {
    min-height: 27.2rem;
  }

  .infinite-slider {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .split-content {
    grid-template-columns: 2fr;
  }

  .testimonial-slider {
    flex-direction: row;
    align-items: flex-end;
  }

  .slider-arrow {
    align-self: flex-end;
    padding: 1.5rem 2.75rem;
  }

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

  .pre-loading-bar {
    min-width: 14rem;
  }

  .clients-quotes {
    font-size: 1.25rem;
  }

  .form-text-field.is-newsletter {
    padding-right: 7rem;
  }

  .collection-grid-list {
    grid-template-columns: 50% 50% 50%;
    grid-auto-columns: 50%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style---sidebar {
    max-width: 20rem;
  }

  .style---button-large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .color-card-top {
    min-height: 30vw;
  }

  .style---section-menu {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .style---icons-block {
    grid-template-columns: repeat(auto-fit, minmax(2rem, 3rem));
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  ._3-col-grid.auto {
    grid-template-columns: auto auto;
  }

  .neutral-50 {
    justify-content: center;
    align-items: flex-start;
  }

  .sticky-content {
    position: static;
  }

  .pre-loadbar-wrap {
    width: 11rem;
  }

  .tab-link {
    width: 72px;
    height: 72px;
    padding: 6px;
  }

  .boxed-intro {
    padding: 60px 36px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .overlay {
    background-image: linear-gradient(#000c, #000c);
    border: 1px solid #fff;
    border-color: #fff #000;
  }

  .hero_album {
    justify-content: flex-start;
    align-items: center;
    width: 20.1em;
  }

  .hero_circle {
    width: 6.7em;
    height: 4.3em;
  }

  .hero_circle.is--img {
    height: 4em;
  }

  .pofolio {
    white-space: nowrap;
    font-size: .8rem;
  }

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

  .line-separator-2 {
    width: 2rem;
  }

  ._3-column-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .schedule {
    width: 100%;
  }

  .splide__slide2 {
    margin-right: 0;
  }

  .splide__slide2:hover {
    margin-right: 0;
    transform: scale(1.05);
  }

  .brands-card-2 {
    min-width: 15rem;
  }

  .line-separator-3 {
    width: 2rem;
  }

  .media-icons {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .background-layout-2 {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .images-w-ovelay {
    object-position: 0% 50%;
  }

  .brands-list-2 {
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .content-heading-2 {
    grid-template-columns: 1fr;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .name {
    font-size: 13px;
  }

  .card-image {
    width: 280px;
    height: 210px;
  }

  .ytriggercircle.is--link {
    height: 4.5em;
    min-height: 4.5em;
    max-height: 4.5em;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-image {
    min-height: 350px;
  }

  .grid_item.is--merch-img1._2 {
    width: 43%;
    padding-right: 4.54em;
  }

  .grid_item.is--merch-img2._3 {
    margin-top: -103px;
    margin-left: 51px;
    padding-bottom: 27.44em;
    padding-left: 4.94em;
    padding-right: 3.9em;
  }

  .grid_item.is--merch-img3 {
    padding-bottom: 2.4em;
  }

  .line-separator-4 {
    width: 2rem;
  }

  .ms-input.icon-left {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ms-svg {
    height: 66%;
  }

  .btn-primary-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lil-text {
    position: static;
  }

  ._4-column-grid-2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    display: flex;
  }

  ._3-column-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .div-block {
    display: flex;
  }

  .btn-primary-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-wrapper-2 {
    padding-top: 178px;
  }

  .body-display-2.middle {
    text-align: center;
  }

  .subtitle-3.faq {
    letter-spacing: 1px;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .heading-xs-2 {
    font-size: 1rem;
  }

  .slider {
    height: 500px;
  }

  .gradient-text {
    font-size: 35px;
  }

  .bg-circle._3 {
    margin-top: 97%;
  }

  .hero-text {
    font-size: 35px;
  }

  .big-hero-text {
    font-size: 70px;
  }

  .menu_link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu_link.middle {
    text-align: center;
    text-transform: uppercase;
    font-size: .75rem;
  }

  .animdiv {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-button {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .hero_stack {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .5rem;
  }

  .hero_text {
    font-size: 2rem;
  }

  .hero_cell-2 {
    padding-top: 0;
  }

  .hero_cell-4.no-padding.extras {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(10deg, #000, #0000 33%);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 1.1rem;
    padding-bottom: 2rem;
  }

  .div-block-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .patios {
    padding-top: 9.5rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xsmall {
    font-size: 2.5rem;
  }

  .uui-layout18_item {
    justify-content: center;
  }

  .uui-layout18_item-list {
    grid-row-gap: 2.5rem;
    place-items: stretch stretch;
    margin-bottom: 2rem;
  }

  .uui-layout18_component {
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: flex;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_layout18 {
    padding-top: 28px;
  }

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

  .btn-primaryed {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.slider {
    height: 642px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 90%;
    height: 100%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .image-10 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .div-block-6.pc-only {
    display: none;
  }

  .div-block-6.mobile-only {
    justify-content: center;
    align-items: center;
    padding-bottom: 270px;
    display: none;
  }

  .handle-container {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .handle-wrapper {
    width: 470px;
    height: 265px;
  }

  .handle-bar {
    height: 100%;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .nav-button-link-copy {
    z-index: 21;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 2%;
  }

  .uui-page-padding-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-cta03_image-wrapper {
    width: 125%;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .handle-wrapper-copy {
    width: 470px;
    height: 368px;
  }

  .handle-wrapper-copy._50 {
    width: 519px;
  }

  .mask-2 {
    width: 470px;
  }

  .slider-3 {
    height: 368px;
  }

  .slider-3._50.full-camera {
    width: 500px;
  }

  .section-7 {
    padding-top: 51px;
  }

  .popup-card {
    width: 80%;
  }

  .images-container {
    width: 100%;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .section-8 {
    padding-top: 105px;
  }

  .div-block-8 {
    position: absolute;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-container-regular.paddin {
    padding-left: 21px;
    padding-right: 21px;
  }

  .f-section-large {
    padding-top: 108px;
    padding-bottom: 72px;
  }

  .mask-copy {
    width: 100%;
    height: 500px;
  }

  .slider-pop0-uup {
    height: 500px;
  }

  .slide-2 {
    height: 100%;
  }

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

  .f-section-regular, .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.8rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
    height: 6.2rem;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-3 {
    padding: .75rem 1.5rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .buttons-container {
    margin-top: 30px;
  }

  .section_row {
    flex-direction: column;
    display: flex;
  }

  .grid--3col-copy {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card--light {
    padding: 27px;
    display: block;
  }

  .card-2 {
    padding: 20px;
  }

  .container-2 {
    max-width: 600px;
  }

  .icon--large {
    font-size: 16px;
    line-height: 16px;
  }

  .section-9 {
    padding: 16px;
  }

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

  .swervicces {
    flex-direction: column;
    display: flex;
  }

  .div-block-11 {
    justify-content: space-between;
  }

  .padding-standard-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text--large {
    text-align: left;
    margin-bottom: 8px;
  }

  .regular-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .regular-button.reg-button.body-buttons {
    color: #fff;
  }

  .wrapper-services {
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 32px;
  }

  .tag {
    font-size: 14px;
    line-height: 18px;
  }

  .tab-top-2 {
    white-space: nowrap;
  }

  .tabs-menu-2 {
    background-color: #ea1d24;
    display: flex;
  }

  .tabs-menu-2.trajsparent {
    box-sizing: content-box;
  }

  .tabs {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    display: flex;
  }

  .tabs-content {
    width: 100%;
    padding-left: 11px;
    padding-right: 31px;
    position: static;
    overflow: visible;
  }

  .slide-nav-5 {
    display: none;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .btn-primary-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subtitle-5.faq {
    letter-spacing: 1px;
  }

  .section_col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .card--sticky {
    margin-bottom: 8px;
    padding: 20px;
  }

  .card--sticky.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-6 {
    letter-spacing: .2rem;
  }

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

  .heading-style-h2---berb-2.text-color-white.slide-in-left._3 {
    padding-bottom: 55px;
  }

  .contact_component {
    grid-template-columns: 1fr;
    width: auto;
  }

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

  .saniatary-headline-wrapper {
    padding-left: 0;
  }

  .contact-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-layout69_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-grid-two-column-3 {
    flex-flow: wrap;
    display: flex;
  }

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

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.button-row-center.is-reverse-mobile-landscape, .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-section-small-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .name-2 {
    font-size: 21px;
  }

  .splide__slide {
    margin-right: 0;
  }

  .splide__slide:hover {
    margin-right: 0;
    transform: scale(1.05);
  }

  .card-image-2 {
    width: 280px;
    height: 210px;
  }

  .images-w-ovelay-2 {
    object-position: 0% 50%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .tricks {
    padding-top: 42px;
    padding-bottom: 0;
    font-size: 2.8rem;
    line-height: .9;
  }

  .tricks.small {
    padding-bottom: 11px;
    font-size: 3.3rem;
  }

  .tricks.sub {
    justify-content: flex-start;
    align-items: center;
    font-size: 2.4rem;
  }

  .subtitle {
    text-align: center;
  }

  .subtitle.text-color-primary, .subtitle.text-color-primary-copy {
    color: #fff;
  }

  .heading-md {
    padding-right: 18px;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: .9;
  }

  .heading-md.text-color-white.center {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 2rem;
  }

  .heading-lg {
    font-size: 2.5rem;
  }

  .heading-xs.text-color-white {
    font-size: 2.7rem;
  }

  .button-wrapper._50 {
    width: 78%;
    padding-top: 25px;
  }

  .rich-text.max-width-lg h2 {
    font-size: 2rem;
  }

  .rich-text.max-width-lg blockquote {
    font-size: 1.125rem;
  }

  .rich-text.on-dark h2 {
    font-size: 2rem;
  }

  .rich-text.on-dark blockquote {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
  }

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

  ._3-column-grid.position-relative {
    justify-content: center;
  }

  .btn-primary {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-primary.form-button {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }

  .btn-primary-thin {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .btn-primary-lg {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .btn-secondary {
    border-color: var(--white-shade-80);
    white-space: pre;
  }

  .btn-secondary.floating {
    position: fixed;
  }

  .btn-secondary.floater {
    width: 60%;
    margin-bottom: 12px;
  }

  .content-items {
    max-width: 100%;
  }

  .content-items.contact, .content-items.hero, .content-items.hero.garage {
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    padding-right: 0;
  }

  .button.scroll {
    margin-top: -75px;
    margin-right: 0;
  }

  .nav-items {
    padding-bottom: 0;
  }

  .hero-section.book {
    padding-top: 2.8rem;
    padding-bottom: .6rem;
  }

  .hero-section.hero {
    padding-top: 7.6rem;
  }

  .bg-image.about.sstick {
    position: static;
    top: 299px;
  }

  .hero-items {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-top: 44px;
    padding-top: 6.4rem;
    padding-bottom: 0;
  }

  .hero-items.about-us {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .logo.large {
    width: 9.2rem;
    height: 9.2rem;
  }

  .hero-items-wrapper {
    padding-top: 3.5rem;
  }

  .hero-items-wrapper.min-height-xl {
    padding-top: 0;
  }

  .section.bgvacj {
    background-image: linear-gradient(#fff0, #000 3%);
  }

  .padding-standard.about {
    padding-bottom: 45px;
  }

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

  .column-list.pc-only.no-paddin {
    padding-left: 0;
  }

  .column-list._20 {
    width: 100%;
  }

  .content-heading {
    padding: 6rem .8rem 2rem;
  }

  .card-items {
    padding-bottom: 1rem;
  }

  .main {
    background-image: none;
  }

  .testimonial-slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-arrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pre-loading-bar {
    min-width: 13rem;
  }

  .slide-items {
    padding-left: 0;
    padding-right: 0;
  }

  .min-height-xxl {
    min-height: 35rem;
  }

  .form-text-field.is-newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newletter-form {
    min-height: 2.75rem;
  }

  .collection-grid-list {
    grid-template-columns: 100% 100% 100%;
    grid-auto-columns: 100%;
  }

  .footer-menu {
    padding-right: 0;
  }

  .card-details {
    justify-content: center;
    align-items: center;
  }

  .style---layout {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .style---sidebar {
    max-width: 80vw;
  }

  .style---button-large {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .bg-space-2 {
    display: none;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .style---content-wrapper {
    border-radius: .5rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .color-card-top {
    min-height: 40vw;
  }

  .style---main-nav {
    border-radius: 1rem;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 95vw;
    font-size: .75rem;
  }

  .style---main-heading {
    align-self: center;
    max-width: 95vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style---button-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style---section-menu {
    border-color: #88888840;
    border-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .style---section-menu.w--current {
    background-color: #fff;
  }

  .style---section-wrapper {
    max-width: 100%;
  }

  .style---icons-block {
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(2rem, 2.5rem));
    align-items: flex-start;
  }

  .style---items-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    justify-content: start;
    align-self: flex-start;
    justify-items: start;
  }

  ._4-column-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-auto-columns: 1fr;
  }

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

  .neutral-50 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2-col {
    column-count: 1;
  }

  .flex-start-end.flex-md {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .nav-content {
    width: 100%;
  }

  .form-field-wrap {
    min-height: 5rem;
  }

  .form-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-info {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 0;
  }

  .detail-block {
    padding: .5rem;
  }

  .pre-loadbar-wrap {
    width: 10rem;
  }

  .bg-viod {
    background-image: linear-gradient(#000, #0000001f 9%, #000);
  }

  .bg-viod.mobilehide, .bg-viod-copy.mobilehide {
    display: none;
  }

  .intro-corner {
    width: 48px;
    height: 48px;
  }

  .tab-link {
    width: 65px;
    height: 65px;
  }

  .boxed-intro {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-section {
    background-image: linear-gradient(#0000, #000 37% 54%, #fff0 72%, #000 87%);
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  }

  .testimonial-text {
    font-size: 24px;
  }

  .overlay.mobilehide {
    display: none;
  }

  .subbody {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .bold-text, .bold-text-3 {
    font-style: normal;
  }

  .hero_album {
    width: 19.3em;
    margin-top: -69px;
    padding-bottom: 34px;
  }

  .hero_circle {
    height: 4.3em;
    font-size: 12px;
  }

  .hero_circle.is--img {
    width: 6.6em;
    height: 4.7em;
  }

  .hero_circle.is--link {
    width: 4.5em;
    height: 4.5em;
  }

  .btn-secondary-2 {
    border-color: #fffc;
    width: 100%;
  }

  ._3-column-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .uui-button:hover {
    border-color: var(--white);
  }

  .uui-form-checkbox-icon:hover {
    border-color: var(--neutral-900);
  }

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

  .hours {
    padding-top: 39px;
  }

  .media-icon {
    width: 10px;
    height: 10px;
  }

  .images-w-ovelay {
    object-position: 0% 50%;
  }

  .content-heading-2 {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .name {
    font-size: 12px;
  }

  .card-image {
    width: 185px;
    height: 182px;
  }

  .ytriggercircle {
    font-size: 12px;
  }

  .ytriggercircle.is--img {
    width: 4.5em;
    height: 4.5em;
  }

  .ytriggercircle.is--link {
    width: 4.6em;
    min-width: 4.5em;
    max-width: 6.3em;
    height: 4.5em;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

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

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.grey.bottom {
    padding-top: 101px;
  }

  .merch_img2 {
    height: 16em;
  }

  .merch_img1-copy {
    width: 67%;
  }

  .about-image {
    min-height: 250px;
  }

  .merch_img3 {
    height: 18.5em;
    top: 35px;
  }

  .merch_link {
    border-width: 1px;
    flex-direction: row;
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .merch_link._50 {
    width: 75%;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .grid_item.is--merch-img1._2 {
    z-index: -1;
    width: 55%;
    margin-top: -103px;
    margin-right: -58%;
    padding-bottom: 8.7em;
    padding-left: 0;
    padding-right: 1.24em;
    transform: skew(13deg, 1deg)rotateX(-1deg)rotateY(-15deg)rotateZ(0);
  }

  .grid_item.is--merch-img2._3 {
    margin-top: 21px;
    padding: 4.6em 3.3em 29.54em 0;
    transform: skew(-9deg, 17deg)skew(0deg, -17deg);
  }

  .grid_item.is--merch-img3 {
    z-index: -1;
    width: 35%;
    margin-top: -4.17em;
    margin-left: 2%;
    margin-right: -39%;
    padding: 0 1em 7.6em 1.7em;
    left: -74px;
  }

  .btn-secondary-3 {
    border-color: #fffc;
    width: 100%;
  }

  .grid {
    width: 100%;
    height: 100%;
    padding-left: 39px;
  }

  .medium-stacked-intro-2 {
    grid-row-gap: 24px;
  }

  .contact-info-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 0 0;
  }

  .section-5.contactus-padding {
    margin-top: 24px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._4-column-grid-2 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-auto-columns: 1fr;
  }

  .form-wrapper-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .detail-block-2 {
    padding: .5rem;
  }

  .content-stacked, .content-stacked.medium {
    grid-row-gap: 60px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

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

  .btn-primary-3 {
    white-space: pre;
    width: 100%;
    padding-left: 3.1rem;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .image-7 {
    object-fit: cover;
  }

  .card-link-2 {
    justify-content: center;
  }

  .slider {
    border-radius: 20px;
  }

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

  .hero-p {
    margin-left: 0;
    font-size: 14px;
  }

  .hero-text-wrapper {
    padding: 0;
  }

  .gradient-bg {
    opacity: .59;
  }

  .animated-hero-bg-container {
    opacity: .21;
  }

  .bg-circle._5 {
    background-color: #000;
  }

  .bg-circle._3 {
    background-color: #13a818;
  }

  .bg-circle._1 {
    background-color: #00c707;
  }

  .bg-circle._6 {
    background-color: #000;
  }

  .bg-circle._2 {
    background-color: #107a00;
  }

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

  .big-hero-text {
    font-size: 50px;
  }

  .menu_link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu_link.middle {
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu_link.small {
    font-size: .8rem;
  }

  .subbody-copy {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .hero_stack {
    height: auto;
  }

  .hero_text {
    font-size: 1.4rem;
  }

  .hero_cell-2 {
    padding-top: 0;
  }

  .hero0background {
    background-color: #0000005e;
    background-image: radial-gradient(circle at 50% 0, #d92525, #0000 0% 66%, #fff 94%);
  }

  .hero0background.mobilehide, .shade.mobilehide {
    display: none;
  }

  .uui-layout18_item-icon-wrapper {
    height: 71px;
  }

  .uui-layout18_item {
    flex-flow: column;
  }

  .btn-first {
    width: 100%;
  }

  .btn-primaryed {
    white-space: pre;
    word-break: break-all;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-primaryed.form-button {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }

  .container.slider {
    height: 640px;
    margin-bottom: 0%;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .divider-65 {
    height: 1px;
  }

  .paragraph {
    text-shadow: 0 1px 14px #000;
    font-size: 12px;
  }

  .services-stack {
    display: block;
  }

  .div-block-6.mobile-only {
    padding-bottom: 56px;
    display: none;
  }

  .image-right {
    width: 340px;
    height: 360px;
  }

  .handle-wrapper {
    width: 322px;
    height: 436px;
  }

  .handle-bar {
    height: 300px;
  }

  .after, .before {
    padding: 6px;
  }

  .image-left {
    width: 340px;
    height: 360px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .section-6 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .nav-button-link-copy {
    z-index: 101;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-2.header {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    background-color: #000000ab;
    padding: 16px 6.1rem;
    display: block;
    position: relative;
    top: -9px;
  }

  .button-2.header:hover {
    color: #fff;
  }

  .uui-page-padding-3 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .uui-cta03_image-wrapper.mobile {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(405px, 1fr);
  }

  .uui-section_cta03 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .handle-wrapper-copy {
    width: 371px;
    height: 458px;
  }

  .handle-wrapper-copy._50 {
    width: 100vw;
    padding-right: 54px;
  }

  .handle-wrapper-copy._50.full {
    width: 340px;
    height: 360px;
    padding-right: 0;
  }

  .mask-2 {
    width: 371px;
  }

  .mask-2._50 {
    border-radius: 15px;
    width: 340px;
  }

  .slider-3 {
    border-radius: 20px;
    height: 458px;
  }

  .slider-3._50.full-camera {
    width: 340px;
    height: 360px;
  }

  .popup-card {
    border-width: 10px;
  }

  .images-container {
    justify-content: center;
    height: 361px;
    display: flex;
  }

  .popup-items {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
  }

  .slide-nav-4 {
    margin-bottom: 17px;
  }

  .f-container-regular {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .f-section-large.bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-copy {
    border-radius: 20px;
  }

  .slider-pop0-uup {
    height: 351px;
  }

  .bg-viod-outsidfe.mobilehide {
    display: none;
  }

  .hero-wrapper-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-feature-icon-round {
    border: 1px solid #000;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: .9;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .function-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: none;
    padding: 18px;
    font-size: .9rem;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .buttons-container {
    margin-top: 0;
  }

  .buttons-container.body {
    background-color: #bdbec2;
    border: 2px solid #bdbec2;
    padding: 17px 20px;
    box-shadow: 0 2px 0 3px #201c1d, inset 0 0 0 2px #a1a1a1, inset 0 0 0 5px #fff;
  }

  .grid--3col-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .card--light {
    padding: 26px;
  }

  .card-2 {
    padding: 20px;
  }

  .card-2.align--center {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    z-index: 30;
    position: relative;
  }

  .section-9 {
    min-width: 360px;
  }

  .section-9.lined {
    background-image: none;
    padding: 61px 0;
  }

  .swervicces {
    place-content: center space-around;
  }

  .pricing {
    text-align: right;
  }

  .pricing.call {
    text-decoration: underline;
  }

  .regular-button.white {
    background-color: #222;
  }

  .regular-button.reg-button {
    margin-left: 10px;
  }

  .regular-button.reg-button.body-buttons {
    color: #fff;
    box-shadow: inset 6px 3px 1px -5px #fff, 4px 2px #fff;
  }

  .wrapper-services {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .tab-top-2 {
    white-space: nowrap;
    word-break: normal;
  }

  .tabs-menu-2 {
    padding-left: 0;
    overflow: scroll;
  }

  .tabs-menu-2.bottom {
    margin-bottom: -12px;
    padding-bottom: 29px;
  }

  .tabs-menu-2.trajsparent {
    width: 100vw;
    height: 57px;
    margin-left: -17px;
  }

  .tabs {
    width: 90vw;
  }

  .tabs._100 {
    width: 100vw;
  }

  .div-block-15 {
    z-index: 500;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-large-3 {
    padding-left: 1.5rem;
    padding-right: 1.2rem;
  }

  .btn-primary-4 {
    white-space: pre;
    width: 100%;
    padding-left: 3.1rem;
  }

  .subtitle-5.faq {
    letter-spacing: 1px;
    font-size: 1.125rem;
  }

  .section_col-2 {
    min-width: auto;
  }

  .card--sticky {
    padding: 20px 0;
  }

  .heading-3 {
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.2;
  }

  .heading-style-h2---berb-2.text-color-white.slide-in-left, .heading-style-h2---berb-2.text-color-white.text-align-center.slide-in-up.middle {
    text-align: center;
  }

  .stacked-heading-2.m {
    flex-flow: column;
    display: flex;
  }

  .contact_component {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  .contact-icon-2 {
    width: 20px;
  }

  .image-14 {
    filter: invert();
    width: 20px;
  }

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

  .saniatary-headline-wrapper {
    padding-left: 0;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .f-section-small {
    padding-bottom: 171px;
  }

  .name-2 {
    font-size: 18px;
  }

  .card-image-2 {
    width: 185px;
    height: 182px;
  }

  .images-w-ovelay-2 {
    object-position: 0% 50%;
  }

  .container-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-image-call-us.position-absolut {
    z-index: 0;
  }

  .text-span-8 {
    white-space: pre;
  }

  .body-2 {
    background-image: linear-gradient(#fff, #fff);
  }

  .slot {
    background-color: #fff;
    margin-top: 24px;
  }
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592683b-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Footer-Logo.w-node-_3de06a9b-423c-0a5a-6965-ded2c592683e-c5926836 {
  place-self: end start;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592684b-c5926836 {
  place-self: end start;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c592684d-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b6160407-6636-e2ee-c9ad-0647c23ba8d0-c5926836 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926860-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926861-c5926836 {
  place-self: end start;
}

#w-node-_2c446050-ac6b-60cc-09a7-8249089d84f0-c5926836, #w-node-cfc1c674-e8bd-ed0f-26c9-67f81cce1c42-c5926836, #w-node-cfc1c674-e8bd-ed0f-26c9-67f81cce1c45-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926863-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926866-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926868-c5926836 {
  justify-self: start;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926871-c5926836 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926879-c5926836, #w-node-_3de06a9b-423c-0a5a-6965-ded2c592687b-c5926836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de06a9b-423c-0a5a-6965-ded2c5926888-c5926836 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d22-2e472cdd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d24-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d33-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d46-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1743c5ae-be61-7196-423e-a70d75590bff-2e472cdd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4a-2e472cdd {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4b-2e472cdd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb54-2e472cdd {
  grid-column: span 2 / span 2;
}

#w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c6f-2e472cdd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c70-2e472cdd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c84-2e472cdd {
  grid-row: span 2 / span 2;
}

#w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c8e-2e472cdd {
  grid-column: span 2 / span 2;
}

#w-node-_85fe6fe0-30f3-14dd-aff9-5c8d26ae198a-2e472cdd, #w-node-_85fe6fe0-30f3-14dd-aff9-5c8d26ae1994-2e472cdd, #w-node-_85fe6fe0-30f3-14dd-aff9-5c8d26ae199e-2e472cdd, #w-node-cfce4583-18b5-d4ee-51b8-2902aa9fc609-2e472cdd, #w-node-_57db0cb6-7ca6-d919-26c2-e340d4fc7200-2e472cdd {
  align-self: start;
}

#w-node-_7ada469e-2cdf-d40e-bcfe-e3b7322ecce8-2e472cdd, #w-node-_7ada469e-2cdf-d40e-bcfe-e3b7322eccf9-2e472cdd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a30cc11-df55-af26-5500-554802dec735-2e472cdd, #w-node-_09d8d6ba-b0aa-89e1-9140-2ec88f63a5d2-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d76-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d86-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccb28487-3d97-5db0-62ee-b389e63c5e56-2e472cdd, #w-node-ccb28487-3d97-5db0-62ee-b389e63c5e67-2e472cdd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#about-us.w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a89-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a9a-2e472cdd, #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68aa0-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472d9d-2e472cdd {
  align-self: center;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472dab-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472db1-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472dc4-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472dd5-2e472cdd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472de5-2e472cdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472ded-2e472cdd {
  place-self: center start;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472dee-2e472cdd {
  justify-self: start;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472df0-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472df1-2e472cdd {
  align-self: start;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472e1e-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472e4a-2e472cdd {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472e50-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472e51-2e472cdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472ea4-2e472cdd {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-f1e305b2-833a-7e26-efe5-dcc7669e6fcb-2e472cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_260d2729-5fe6-402a-3dad-f0bdbd97b12d-2e472cdd {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_260d2729-5fe6-402a-3dad-f0bdbd97b12e-2e472cdd {
  grid-area: 4 / 1 / 7 / 3;
}

#w-node-_260d2729-5fe6-402a-3dad-f0bdbd97b12f-2e472cdd {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_260d2729-5fe6-402a-3dad-f0bdbd97b130-2e472cdd {
  grid-area: 4 / 5 / 7 / 7;
}

#w-node-_260d2729-5fe6-402a-3dad-f0bdbd97b131-2e472cdd {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472ea9-2e472cdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50213a4b-5b23-4972-a972-71812e472ed8-2e472cdd, #w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7ad-13d1f7a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#about-us.w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c1-13d1f7a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7cd-13d1f7a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f9bf04-8b76-fe36-5022-041755c22c85-55c22c84 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec48-662f14cc, #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4b-662f14cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4c-662f14cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4d-662f14cc, #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4e-662f14cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec51-662f14cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec54-662f14cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec5b-662f14cc {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec62-662f14cc {
  align-self: start;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec6f-662f14cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c0b9d2-9351-9d21-353a-df6bc5abf1d7-662f14cc {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec9a-662f14cc {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-efad6063-4e8d-edc4-d7b5-6ff02c45cefe-ea11bbe7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-efad6063-4e8d-edc4-d7b5-6ff02c45cf20-ea11bbe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efad6063-4e8d-edc4-d7b5-6ff02c45cf21-ea11bbe7 {
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a6488fe-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648900-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648901-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a648903-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648905-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648906-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a648908-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a64890a-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a64890b-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a64890d-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a648918-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a64891a-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a64891b-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a64891d-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a64891f-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648920-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a648922-0e94f7fe {
  place-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648924-0e94f7fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4ae463f-24cf-9218-1141-10685a648925-0e94f7fe, #w-node-c4ae463f-24cf-9218-1141-10685a648927-0e94f7fe, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fca6-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fca8-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fca9-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcab-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcad-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcae-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcb0-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcb2-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcb3-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcb5-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc0-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc2-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc3-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc5-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc7-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcc8-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcca-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fccc-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fccd-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fccf-662f14e5 {
  place-self: center;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcda-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcdd-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcdf-662f14e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fce7-662f14e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fce8-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcea-662f14e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf3-662f14e5 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf4-662f14e5 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_7c28cc5c-fe0f-fa40-4a2f-1e9f2276dd23-662f14e5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_27e35e38-404e-44d0-ee98-2b9b4cb75f97-662f14e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fd3a-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fd4b-662f14e5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_973351f3-edf6-5481-5df4-c9957c1a2c27-662f14e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b0175654-c4e0-db44-4ede-a7070bf8a7c2-662f14e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8527876-206f-28eb-eb3c-1975bcfe297e-662f14e5 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_1fdd5521-6192-6a2f-e70f-e17a4a68d07d-662f14e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14ba24fb-7bf4-7974-1d4d-993027f76aaa-662f14e5 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6b-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6e-662f150f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6f-662f150f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a70-662f150f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-662f150f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b67-662f150f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b69-662f150f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b6a-662f150f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b87-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b95-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7ba4-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7be9-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7bf7-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c06-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c4b-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c59-662f150f, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c68-662f150f, #w-node-d3890180-4bdb-6e75-6a0a-616ee025d7e6-e025d7bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3890180-4bdb-6e75-6a0a-616ee025d7e9-e025d7bf {
  justify-self: start;
}

#form.w-node-d3890180-4bdb-6e75-6a0a-616ee025d7f6-e025d7bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_61bea992-7016-8089-ae53-837f48a4ea6b-e025d7bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61bea992-7016-8089-ae53-837f48a4ea6c-e025d7bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61bea992-7016-8089-ae53-837f48a4ea74-e025d7bf, #w-node-_61bea992-7016-8089-ae53-837f48a4ea80-e025d7bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61bea992-7016-8089-ae53-837f48a4ea92-e025d7bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3890180-4bdb-6e75-6a0a-616ee025d8bd-e025d7bf {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6b-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6e-52defcdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a6f-52defcdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a70-52defcdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-52defcdb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f1e-52defcdb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2a-52defcdb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2b-52defcdb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f65-52defcdb {
  grid-column: span 2 / span 2;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f91-52defcdb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f92-52defcdb {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00faa-52defcdb {
  grid-row: span 2 / span 2;
}

#w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fb6-52defcdb {
  grid-column: span 2 / span 2;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b67-52defcdb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b69-52defcdb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b6a-52defcdb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b87-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b95-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7ba4-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7be9-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7bf7-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c06-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c4b-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c59-52defcdb, #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7c68-52defcdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926843-c5926836, #w-node-_8a813489-e126-0af2-92f5-57b62191fe35-c5926836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b6160407-6636-e2ee-c9ad-0647c23ba8d0-c5926836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c5926860-c5926836 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d33-2e472cdd {
    align-self: end;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d46-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_1743c5ae-be61-7196-423e-a70d75590bff-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4a-2e472cdd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr 1fr;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4b-2e472cdd, #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4e-2e472cdd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb51-2e472cdd {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb54-2e472cdd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-eb450126-5b60-2aa3-b5c2-c914b9149fb7-2e472cdd {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c6f-2e472cdd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c70-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c7a-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c84-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c8e-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42ca2-2e472cdd {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-cfce4583-18b5-d4ee-51b8-2902aa9fc609-2e472cdd {
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d76-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d77-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472d86-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #about-us.w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a89-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a8a-2e472cdd, #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a9a-2e472cdd, #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68aa0-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d9d-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d9e-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472dab-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472db1-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472de6-2e472cdd {
    order: -9999;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e08-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e1e-2e472cdd {
    grid-column: span 3 / span 3;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e35-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e50-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e51-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472e59-2e472cdd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #about-us.w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c1-13d1f7a6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c2-13d1f7a6, #w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7cd-13d1f7a6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8d5f5c86-ab0d-4172-cc45-f434f530d2d0-f530d2cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e35ceec0-54cf-2fdf-d497-a93efbd933e7-f530d2cc {
    align-self: stretch;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec51-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec54-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec62-662f14cc, #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec6f-662f14cc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4c0b9d2-9351-9d21-353a-df6bc5abf1d7-662f14cc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fce7-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcea-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf3-662f14e5 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf4-662f14e5 {
    grid-area: 1 / 2 / 3 / 5;
  }

  #w-node-_1fdd5521-6192-6a2f-e70f-e17a4a68d07d-662f14e5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b6a-662f150f {
    grid-column: span 3 / span 3;
  }

  #w-node-d3890180-4bdb-6e75-6a0a-616ee025d7c6-e025d7bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #form.w-node-d3890180-4bdb-6e75-6a0a-616ee025d7f6-e025d7bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea6b-e025d7bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f1e-52defcdb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2a-52defcdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr 1fr;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2b-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f3b-52defcdb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f49-52defcdb {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f65-52defcdb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f74-52defcdb {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f91-52defcdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f92-52defcdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f9e-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00faa-52defcdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fb6-52defcdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fda-52defcdb {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7b6a-52defcdb {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592683d-c5926836 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3de06a9b-423c-0a5a-6965-ded2c592684a-c5926836, #w-node-_50213a4b-5b23-4972-a972-71812e472d24-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d33-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d46-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_1743c5ae-be61-7196-423e-a70d75590bff-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c6f-2e472cdd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c7a-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c84-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c8e-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c98-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42cbe-2e472cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d76-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d77-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #about-us.w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a89-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a8a-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68aa0-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d9d-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d9e-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472db1-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e08-2e472cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e1e-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e35-2e472cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e51-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472e59-2e472cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #about-us.w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c1-13d1f7a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c2-13d1f7a6, #w-node-f1f9bf04-8b76-fe36-5022-041755c22c8b-55c22c84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4e-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec51-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec54-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec62-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-e4c0b9d2-9351-9d21-353a-df6bc5abf1d7-662f14cc {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcdf-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fce7-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcea-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-db10bd04-d0ca-58e5-bb4b-aa1ace7aaf22-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf3-662f14e5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf4-662f14e5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7c28cc5c-fe0f-fa40-4a2f-1e9f2276dd23-662f14e5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_33f740ad-71a5-debd-5c6a-45d469e0d1d1-662f14e5, #w-node-_27e35e38-404e-44d0-ee98-2b9b4cb75f97-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_973351f3-edf6-5481-5df4-c9957c1a2c27-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b0175654-c4e0-db44-4ede-a7070bf8a7c2-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fdd5521-6192-6a2f-e70f-e17a4a68d07d-662f14e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-662f150f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d3890180-4bdb-6e75-6a0a-616ee025d7c6-e025d7bf, #form.w-node-d3890180-4bdb-6e75-6a0a-616ee025d7f6-e025d7bf {
    grid-column: span 2 / span 2;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea6b-e025d7bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    justify-self: start;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea73-e025d7bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea74-e025d7bf, #w-node-_61bea992-7016-8089-ae53-837f48a4ea80-e025d7bf {
    grid-column: span 3 / span 3;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f1e-52defcdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f91-52defcdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f9e-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00faa-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fb6-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fc2-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fce-52defcdb {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50213a4b-5b23-4972-a972-71812e472d24-2e472cdd {
    justify-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d33-2e472cdd {
    order: 9999;
  }

  #w-node-_1743c5ae-be61-7196-423e-a70d75590bff-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4a-2e472cdd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4b-2e472cdd, #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb4e-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb51-2e472cdd {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ca17f24-99c5-7d9d-ba43-54c0b925fb54-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb450126-5b60-2aa3-b5c2-c914b9149fb7-2e472cdd {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c6f-2e472cdd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c70-2e472cdd {
    order: -9999;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c7a-2e472cdd {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c8e-2e472cdd, #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42c98-2e472cdd {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42cbe-2e472cdd {
    order: 2;
    grid-column: span 2 / span 2;
  }

  #w-node-_8a9d582a-ec18-f878-ed82-a54a0cd42ca2-2e472cdd {
    order: 9999;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d76-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d86-2e472cdd, #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a87-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #about-us.w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a89-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68a9a-2e472cdd, #w-node-afad60fe-7f7b-95e2-8c1e-e57a84b68aa0-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472d9b-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472d9d-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472dab-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472db1-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e08-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472e1e-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472e35-2e472cdd {
    grid-column: span 1 / span 1;
  }

  #w-node-_50213a4b-5b23-4972-a972-71812e472e51-2e472cdd, #w-node-_50213a4b-5b23-4972-a972-71812e472e59-2e472cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #about-us.w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7c1-13d1f7a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5bd98949-d49f-0d7b-790c-06ca13d1f7cd-13d1f7a6, #w-node-f1f9bf04-8b76-fe36-5022-041755c22c8b-55c22c84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec4e-662f14cc {
    justify-self: center;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec54-662f14cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec62-662f14cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_19613a9a-c788-f6e3-4f0c-391eb0bdec6f-662f14cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4c0b9d2-9351-9d21-353a-df6bc5abf1d7-662f14cc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcea-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-db10bd04-d0ca-58e5-bb4b-aa1ace7aaf22-662f14e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fcf4-662f14e5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7c28cc5c-fe0f-fa40-4a2f-1e9f2276dd23-662f14e5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_33f740ad-71a5-debd-5c6a-45d469e0d1d1-662f14e5, #w-node-_27e35e38-404e-44d0-ee98-2b9b4cb75f98-662f14e5, #w-node-_27e35e38-404e-44d0-ee98-2b9b4cb75f97-662f14e5, #w-node-_0a6e0efa-0b5d-8443-d89a-db7e5053fd5e-662f14e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0175654-c4e0-db44-4ede-a7070bf8a7c2-662f14e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-662f150f {
    justify-self: center;
  }

  #w-node-d3890180-4bdb-6e75-6a0a-616ee025d7c6-e025d7bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #form.w-node-d3890180-4bdb-6e75-6a0a-616ee025d7f6-e025d7bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea6b-e025d7bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea6e-e025d7bf, #w-node-_61bea992-7016-8089-ae53-837f48a4ea73-e025d7bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_61bea992-7016-8089-ae53-837f48a4ea74-e025d7bf, #w-node-_61bea992-7016-8089-ae53-837f48a4ea80-e025d7bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_5ac956cf-d02f-db5d-e950-42783e4e7a71-52defcdb {
    justify-self: center;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f1e-52defcdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2a-52defcdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f2b-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f3b-52defcdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f49-52defcdb {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f65-52defcdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f74-52defcdb {
    grid-column: span 1 / span 1;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f91-52defcdb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f92-52defcdb {
    order: -9999;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00f9e-52defcdb {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fb6-52defcdb, #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fc2-52defcdb {
    grid-column: span 2 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fce-52defcdb {
    order: 2;
    grid-column: span 2 / span 2;
  }

  #w-node-_27dc67c1-0d86-4dc7-67cf-25047cb00fda-52defcdb {
    order: 9999;
  }
}


@font-face {
  font-family: 'Info';
  src: url('../fonts/info.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Filled';
  src: url('../fonts/materialicons-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anglotext E 5 Lo';
  src: url('../fonts/anglotext-e5lo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gregorianflf Eap 8';
  src: url('../fonts/gregorianflf-eap8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grafiktext Ylj 8';
  src: url('../fonts/grafiktext-ylj8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salteriothree Dl 9 V';
  src: url('../fonts/salteriothree-dl9v.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Excluded Z 8 Xrx';
  src: url('../fonts/excluded-z8xrx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconcondensed 2 Oamx';
  src: url('../fonts/seariderfalconcondensed-2oamx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon 3 Mvpap';
  src: url('../fonts/seariderfalcon3ditalic-mvpap.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mlzr 5';
  src: url('../fonts/seariderfalconchromeitalic-mlzr5.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Yzzy 2';
  src: url('../fonts/seariderfalconsuperitalic-yzzy2.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconacademy Mvpav';
  src: url('../fonts/seariderfalconacademy-mvpav.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon 3 D Nrz 8 O';
  src: url('../fonts/seariderfalcon3d-nrz8o.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freedom 10 Em';
  src: url('../fonts/freedom-10em.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon 1 Gwwv';
  src: url('../fonts/seariderfalcon-1gwwv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconchrome 7 Bxw 4';
  src: url('../fonts/seariderfalconchrome-7bxw4.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K 7 M 4 E';
  src: url('../fonts/seariderfalconacademyitalic-k7m4e.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconengraved Vmz 4 L';
  src: url('../fonts/seariderfalconengraved-vmz4l.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcongradient 8 Mpen';
  src: url('../fonts/seariderfalcongradient-8mpen.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconhalftone D 9 Zzz';
  src: url('../fonts/seariderfalconhalftone-d9zzz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconengravedital L 3 Ga 3';
  src: url('../fonts/seariderfalconengravedital-l3ga3.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rp 4 Ve';
  src: url('../fonts/seariderfalconitalic-rp4ve.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconhalftoneital 2 Oamo';
  src: url('../fonts/seariderfalconhalftoneital-2oamo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gxkje';
  src: url('../fonts/seariderfalconpunchitalic-gxkje.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Extradays 5 Ybnv';
  src: url('../fonts/extradays-5ybnv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '3 Le 7 P';
  src: url('../fonts/vincendoitalic-3le7p.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ognla';
  src: url('../fonts/sagewolditalic-ognla.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zrjl 4';
  src: url('../fonts/boaconstruktorbold-zrjl4.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vincendo Xro 0 M';
  src: url('../fonts/vincendo-xro0m.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forque 1 Je 5 B';
  src: url('../fonts/forque-1je5b.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2 V 1 Jl';
  src: url('../fonts/signwooditalic-2v1jl.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Signwood Vnvd 7';
  src: url('../fonts/signwood-vnvd7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconpunch X 3 P 4 G';
  src: url('../fonts/seariderfalconpunch-x3p4g.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw 8 Rw';
  src: url('../fonts/seariderfalconsemiitalic-bw8rw.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconleftalic Pke 77';
  src: url('../fonts/seariderfalconleftalic-pke77.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconoutline K 7 M 4 X';
  src: url('../fonts/seariderfalconoutline-k7m4x.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcongradientital Lgynw';
  src: url('../fonts/seariderfalcongradientital-lgynw.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconcondensedital Owlbx';
  src: url('../fonts/seariderfalconcondensedital-owlbx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vmz 49';
  src: url('../fonts/seariderfalconlaseritalic-vmz49.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconlaser W 1 Ze 6';
  src: url('../fonts/seariderfalconlaser-w1ze6.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rg 67 B';
  src: url('../fonts/seariderfalconoutlineitalic-rg67b.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconexpanded 4 Bd 34';
  src: url('../fonts/seariderfalconexpanded-4bd34.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconexpandedital 0 Wzdd';
  src: url('../fonts/seariderfalconexpandedital-0wzdd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sagewold Zpwvj';
  src: url('../fonts/sagewold-zpwvj.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jer 99';
  src: url('../fonts/excludeditalic-jer99.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Oulined';
  src: url('../fonts/materialiconsoutlined-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanka';
  src: url('../fonts/blanka.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon 3 Gww 5 Q';
  src: url('../fonts/seariderfalcon3ditalic-gww5q.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconacademy Ovvab';
  src: url('../fonts/seariderfalconacademy-ovvab.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zrre 1';
  src: url('../fonts/seariderfalconoutlineitalic-zrre1.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '4 Nnqb';
  src: url('../fonts/seariderfalconacademyitalic-4nnqb.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon 3 D Xggeg';
  src: url('../fonts/seariderfalcon3d-xggeg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '6 Rrg 6';
  src: url('../fonts/seariderfalconpunchitalic-6rrg6.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tilakiabernout R 9 D 66';
  src: url('../fonts/tilakiabernout-r9d66.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconchrome 0 Vvqv';
  src: url('../fonts/seariderfalconchrome-0vvqv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconcondensedital Ayywa';
  src: url('../fonts/seariderfalconcondensedital-ayywa.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconengraved E 44 Br';
  src: url('../fonts/seariderfalconengraved-e44br.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconexpandedital 3 Llqx';
  src: url('../fonts/seariderfalconexpandedital-3llqx.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcon Lvv 7 N';
  src: url('../fonts/seariderfalcon-lvv7n.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yyyx 5';
  src: url('../fonts/seariderfalconsemiitalic-yyyx5.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Extradays Zr 7 O 4';
  src: url('../fonts/extradays-zr7o4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconexpanded Zpp 8 Q';
  src: url('../fonts/seariderfalconexpanded-zpp8q.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '9 Mmq 5';
  src: url('../fonts/seariderfalconsuperitalic-9mmq5.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Freedom Nz 4 J';
  src: url('../fonts/freedom-nz4j.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconpunch 5 Yyzz';
  src: url('../fonts/seariderfalconpunch-5yyzz.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconhalftoneital Arrl 6';
  src: url('../fonts/seariderfalconhalftoneital-arrl6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconlaser V 44 Ny';
  src: url('../fonts/seariderfalconlaser-v44ny.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconleftalic G 33 Ya';
  src: url('../fonts/seariderfalconleftalic-g33ya.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconoutline J 993 V';
  src: url('../fonts/seariderfalconoutline-j993v.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconengravedital Oggmo';
  src: url('../fonts/seariderfalconengravedital-oggmo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E 99 Pe';
  src: url('../fonts/seariderfalconchromeitalic-e99pe.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcongradientital Pggey';
  src: url('../fonts/seariderfalcongradientital-pggey.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Q 22 W 6';
  src: url('../fonts/seariderfalconitalic-q22w6.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconcondensed Wpp 9 V';
  src: url('../fonts/seariderfalconcondensed-wpp9v.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalcongradient Xrrjj';
  src: url('../fonts/seariderfalcongradient-xrrjj.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seariderfalconhalftone Dyyre';
  src: url('../fonts/seariderfalconhalftone-dyyre.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jppkb';
  src: url('../fonts/seariderfalconlaseritalic-jppkb.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}